]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
1c1a5701602ef1556c67318866dd6fecfa7af263
[gnu-emacs] / lisp / ChangeLog
1 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
4 cases of ? and =.
5 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6 predicate would return nil are almost non-existent.
7 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8
9 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
10 cache also after commands that modify the buffer but don't move
11 point.
12
13 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * env.el (substitute-env-in-file-name): New function.
16 (substitute-env-vars): Extend the meaning of the optional arg.
17
18 2013-10-10 Eli Zaretskii <eliz@gnu.org>
19
20 * term/w32-win.el (dynamic-library-alist): Define separate lists
21 of GIF DLLs for versions before and after 5.0.0 of giflib.
22 (Bug#15531)
23
24 2013-10-10 João Távora <joaotavora@gmail.com>
25
26 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
27 not locked, use last revision and current source as
28 defaults. (Bug#15569)
29
30 2013-10-10 Masatake YAMATO <yamato@redhat.com>
31
32 * menu-bar.el (menu-bar-open): Don't use popup-menu if
33 menu-bar is hidden.
34
35 2013-10-10 Martin Rudalics <rudalics@gmx.at>
36
37 * window.el (pop-to-buffer-same-window): Fix doc-string.
38 (Bug#15492)
39
40 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
41
42 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
43
44 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
45
46 * calendar/icalendar.el (icalendar-import-file):
47 Fix interactive spec. (Bug#15482)
48
49 2013-10-10 Glenn Morris <rgm@gnu.org>
50
51 * desktop.el (desktop-save): Default to saving in .emacs.d,
52 since PWD is no longer in desktop-path by default. (Bug#15319)
53
54 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
55 now that text mode has a menu with the same entry.
56 (menu-bar-text-mode-auto-fill): Remove now unused func.
57 * textmodes/text-mode.el (text-mode-map):
58 Use auto-fill help text from menu-bar.el.
59
60 2013-10-10 John Anthony <john@jo.hnanthony.com> (tiny change)
61
62 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
63
64 2013-10-09 Juri Linkov <juri@jurta.org>
65
66 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
67 instead of this-command-keys. Add universal-argument-more and
68 universal-argument-minus to the list of prefix commands. (Bug#15568)
69
70 2013-10-09 Glenn Morris <rgm@gnu.org>
71
72 * vc/vc-svn.el (vc-svn-create-repo):
73 Expand paths in file://... url. (Bug#15446)
74
75 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
76 Add some entries.
77 (authors): Remove unused local variables.
78
79 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * profiler.el: Create a more coherent calltree from partial backtraces.
82 (profiler-format): Hide the tail with `invisible' so that C-s can still
83 find the hidden elements.
84 (profiler-calltree-depth): Don't recurse so enthusiastically.
85 (profiler-function-equal): New hash-table-test.
86 (profiler-calltree-build-unified): New function.
87 (profiler-calltree-build): Use it.
88 (profiler-report-make-name-part): Indent the calltree less.
89 (profiler-report-mode): Add visibility specs for profiler-format.
90 (profiler-report-expand-entry, profiler-report-toggle-entry):
91 Expand the whole subtree when provided with a prefix arg.
92
93 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
94
95 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
96 iuwu-mod token.
97 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
98 hanging iuwu-mod token.
99 (ruby-smie--forward-token): Do not include a dot after a token in
100 that token.
101 (ruby-smie--backward-token): Likewise.
102
103 2013-10-08 Juri Linkov <juri@jurta.org>
104
105 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
106 to isearch-other-control-char.
107 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
108 and isearch-post-command-hook to post-command-hook.
109 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
110 and isearch-post-command-hook from post-command-hook.
111 (isearch-unread-key-sequence)
112 (isearch-reread-key-sequence-naturally)
113 (isearch-lookup-scroll-key, isearch-other-control-char)
114 (isearch-other-meta-char): Remove functions.
115 (isearch-pre-command-hook, isearch-post-command-hook):
116 New functions based on isearch-other-meta-char rewritten
117 relying on the new behavior of overriding-terminal-local-map
118 that does not replace the local keymaps any more. (Bug#15200)
119
120 2013-10-08 Eli Zaretskii <eliz@gnu.org>
121
122 Support menus on text-mode terminals.
123 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
124 functionality.
125
126 * tooltip.el (tooltip-mode): Don't error out on TTYs.
127
128 * menu-bar.el (popup-menu, popup-menu-normalize-position): Moved
129 here from mouse.el.
130 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
131 and arrow keys.
132 (tty-menu-navigation-map): New map for TTY menu navigation.
133
134 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
135
136 * frame.el (display-mouse-p): Report text-mode mouse as available
137 on w32.
138 (display-popup-menus-p): Report availability if mouse is
139 available; don't condition on window-system.
140
141 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
142 (tty-menu-selected-face): New faces.
143
144 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
147 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
148 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
149 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
150 New constants.
151 (lisp-mode-variables): New `elisp' argument.
152 (emacs-lisp-mode): Use it.
153 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
154 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
155
156 * indent.el: Use lexical-binding.
157 (indent-region): Add progress reporter.
158 (tab-stop-list): Make it implicitly extend to infinity by repeating the
159 last step.
160 (indent--next-tab-stop): New function to implement this behavior.
161 (tab-to-tab-stop, move-to-tab-stop): Use it.
162
163 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
164
165 * indent.el (indent-rigidly--current-indentation): New function.
166 (indent-rigidly-map): New var.
167 (indent-rigidly): Use it to provide interactive mode (bug#8196).
168
169 2013-10-08 Bastien Guerry <bzg@gnu.org>
170
171 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
172
173 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
174
175 * progmodes/perl-mode.el: Use lexical-binding.
176 Remove redundant :group args.
177 (perl-nochange): Change default to be closer to other major modes's
178 standard behavior.
179 (perl-indent-line): Don't consider text on current line as a
180 valid beginning of function from which to indent.
181
182 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
183 with more than one argument (bug#15538).
184
185 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
186
187 * vc/pcvs.el: Use lexical-binding.
188 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
189 environment of `eval'.
190 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
191 than a list of expressions. Adjust callers.
192 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
193
194 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
195
196 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
197 case of the dot in a chained method call being on the following line.
198
199 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
200
201 * electric.el (electric-indent-inhibit): New var.
202 (electric-indent-post-self-insert-function): Use it.
203 * progmodes/python.el (python-mode): Set it.
204
205 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
206 open braces.
207
208 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
209
210 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
211 (css-mode): Use electric-indent-chars.
212
213 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
214 (font-lock-beg, font-lock-end): Move before first use.
215 (nxml-mode): Use syntax-propertize-function.
216 (nxml-after-change, nxml-after-change1): Adjust accordingly.
217 (nxml-extend-after-change-region): Remove.
218 * nxml/xmltok.el: Use lexical-binding.
219 (xmltok-save): Use `declare'.
220 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
221 * nxml/nxml-util.el: Use lexical-binding.
222 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
223 Use `declare'.
224 * nxml/nxml-ns.el: Use lexical-binding.
225 (nxml-ns-save): Use `declare'.
226 (nxml-ns-prefixes-for): Avoid add-to-list.
227 * nxml/rng-match.el: Use lexical-binding.
228 (rng--ipattern): Use cl-defstruct.
229 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
230 (rng-cons-group-after, rng-subst-group-after)
231 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
232 Use closures instead of `(lambda...).
233
234 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
235
236 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
237 of BEG and END.
238
239 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
240 Use `tramp-handle-insert-file-contents'.
241 (tramp-gvfs-handle-insert-file-contents): Remove function.
242
243 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
244 Use `save-restriction' in order to keep markers.
245
246 * net/trampver.el: Update release number.
247
248 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
249
250 * progmodes/compile.el (compilation-parse-errors):
251 Use compilation--put-prop.
252 (compilation--ensure-parse): Check compilation-multiline.
253
254 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
255
256 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
257 lexical-binding.
258
259 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
260
261 * progmodes/ruby-mode.el: Fix recently added tests.
262 (ruby-smie-grammar): Add - and +.
263 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
264 (ruby-smie--backward-id): New functions.
265 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
266 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
267 any more.
268
269 2013-10-07 Leo Liu <sdl.web@gmail.com>
270
271 * register.el (register-preview-delay)
272 (register-preview-functions): New variables.
273 (register-read-with-preview, register-preview)
274 (register-describe-oneline): New functions.
275 (point-to-register, window-configuration-to-register)
276 (frame-configuration-to-register, jump-to-register)
277 (number-to-register, view-register, insert-register)
278 (copy-to-register, append-to-register, prepend-to-register)
279 (copy-rectangle-to-register): Use register-read-with-preview to
280 read register. (Bug#15525)
281
282 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
283
284 * net/network-stream.el (network-stream-open-starttls): Don't add
285 --insecure if it's already present, because that gnutls-cli
286 rejects getting that parameter twice.
287
288 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
289
290 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
291 keyword, too.
292
293 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
294
295 * newcomment.el (comment-use-global-state): Change default value
296 to t, mark obsolete (Bug#15251).
297 (comment-beginning): In addition to `comment-to-syntax', check the
298 value of `comment-use-global-state'.
299
300 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
303 (ruby-comment-column): Follow the global default, by default.
304 (ruby-smie-grammar): Add assignment syntax.
305 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
306 open-paren, a comma, or a \.
307 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
308 and line continuations.
309 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
310 followed by implicit semi-colons. Add rule for string concatenation
311 and for indentation at BOB.
312 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
313
314 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
315 calling next-sexp, since next-token may have skipped chars which
316 next-sexp doesn't know should be skipped!
317
318 2013-10-05 Leo Liu <sdl.web@gmail.com>
319
320 * progmodes/octave.el (octave-send-region):
321 Call compilation-forget-errors.
322
323 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
324
325 * vc/vc-svn.el (vc-svn-find-admin-dir):
326 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
327 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
328 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
329 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
330
331 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
334
335 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * subr.el (read-passwd): Hide chars even when called within a context
338 where after-change-functions is disabled (bug#15501).
339 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
340 until we removed ourself from overriding-terminal-local-map.
341
342 2013-10-04 Leo Liu <sdl.web@gmail.com>
343
344 * progmodes/octave.el (inferior-octave-mode):
345 Call compilation-forget-errors.
346
347 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
348
349 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
350
351 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
352
353 * net/secrets.el (secrets-create-collection): Add optional
354 argument ALIAS. Use proper Label keyword. Append ALIAS as
355 dbus-call-method argument. (Bug#15516)
356
357 2013-10-04 Leo Liu <sdl.web@gmail.com>
358
359 * progmodes/octave.el (inferior-octave-error-regexp-alist)
360 (inferior-octave-compilation-font-lock-keywords): New variables.
361 (compilation-error-regexp-alist)
362 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
363 (inferior-octave-mode): Use compilation-shell-minor-mode.
364
365 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
366
367 * minibuffer.el (completion--replace): Be careful that `end' might be
368 a marker.
369
370 2013-10-03 Daiki Ueno <ueno@gnu.org>
371
372 Add support for package signature checking.
373 * emacs-lisp/package.el (url-http-file-exists-p)
374 (epg-make-context, epg-context-set-home-directory)
375 (epg-verify-string, epg-context-result-for)
376 (epg-signature-status, epg-signature-to-string)
377 (epg-check-configuration, epg-configuration)
378 (epg-import-keys-from-file): Declare.
379 (package-check-signature): New user option.
380 (package-unsigned-archives): New user option.
381 (package-desc): Add `signed' field.
382 (package-load-descriptor): Set `signed' field if .signed file exists.
383 (package--archive-file-exists-p): New function.
384 (package--check-signature): New function.
385 (package-install-from-archive): Check package signature.
386 (package--download-one-archive): Check archive signature.
387 (package-delete): Remove .signed file.
388 (package-import-keyring): New command.
389 (package-refresh-contents): Import default keyring.
390 (package-desc-status): Add "unsigned" status.
391 (describe-package-1, package-menu--print-info)
392 (package-menu-mark-delete, package-menu--find-upgrades)
393 (package-menu--status-predicate): Support "unsigned" status.
394
395 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
398 the new compilation scheme using the new byte-codes.
399
400 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
401 (byte-pophandler): New byte codes.
402 (byte-goto-ops): Adjust accordingly.
403 (byte-compile--use-old-handlers): New var.
404 (byte-compile-catch): Use new byte codes depending on
405 byte-compile--use-old-handlers.
406 (byte-compile-condition-case--old): Rename from
407 byte-compile-condition-case.
408 (byte-compile-condition-case--new): New function.
409 (byte-compile-condition-case): New function that dispatches depending
410 on byte-compile--use-old-handlers.
411 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
412 when we can.
413
414 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
415 Optimize under `condition-case' and `catch' if
416 byte-compile--use-old-handlers is nil.
417 (disassemble-offset): Handle new bytecodes.
418
419 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * subr.el (error): Use `declare'.
422 (decode-char, encode-char): Use advertised-calling-convention instead
423 of the docstring to discourage use of the `restriction' arg.
424
425 2013-10-03 Daiki Ueno <ueno@gnu.org>
426
427 * epg.el (epg-verify-file): Add a comment saying that it does not
428 notify verification error as a return value nor a signal.
429 (epg-verify-string): Ditto.
430
431 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
432
433 * progmodes/compile.el (compilation-start): Try globbing the arg to
434 `cd' (bug#15417).
435
436 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
437
438 Sync with Tramp 2.2.8.
439
440 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
441 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
442 * net/trampver.el: Update release number.
443
444 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
445
446 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
447 and default-process-coding-system for darwin only.
448
449 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
450
451 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
452
453 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
454
455 * vc/vc-git.el (vc-git-grep): Disable pager.
456
457 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
458
459 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
460 Use :url instead of :homepage, as per
461 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
462
463 * newcomment.el (comment-beginning): When `comment-use-syntax' is
464 non-nil, use `syntax-ppss' (Bug#15251).
465
466 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
467
468 * progmodes/octave.el (inferior-octave-startup-file):
469 Prefer ~/.emacs.d/init_octave.m.
470
471 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
472
473 * emacs-lisp/package.el (package-desc-from-define):
474 Accept additional arguments as plist, convert them to an alist and store
475 them in the `extras' slot.
476 (package-generate-description-file): Convert extras alist back to
477 plist and append to the `define-package' form arguments.
478 (package--alist-to-plist): New function.
479 (package--ac-desc): Add `extras' slot.
480 (package--add-to-archive-contents): Check if the archive-contents
481 vector is long enough, and if it is, pass its `extras' slot value
482 to `package-desc-create'.
483 (package-buffer-info): Call `lm-homepage', pass the returned value
484 to `package-desc-from-define'.
485 (describe-package-1): Render the homepage button (Bug#13291).
486
487 * emacs-lisp/package-x.el (package-upload-buffer-internal):
488 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
489
490 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
491
492 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
493 and default-process-coding-system to utf-8-unix (Bug#15402).
494
495 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
496
497 * subr.el (looking-back): Do not recommend using looking-back.
498
499 2013-09-28 Alan Mackenzie <acm@muc.de>
500
501 Fix indentation/fontification of Java enum with "implements".
502
503 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
504 regexp which matches "implements", etc., in Java.
505 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
506 specifier clauses coming after "enum".
507 * progmodes/cc-fonts.el (c-font-lock-declarations)
508 (c-font-lock-enum-tail): Check for extra specifier clauses coming
509 after "enum".
510
511 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
512
513 * faces.el (region): Change ns_selection_color to
514 ns_selection_fg_color, add ns_selection_bg_color.
515
516 2013-09-28 Leo Liu <sdl.web@gmail.com>
517
518 * progmodes/octave.el (inferior-octave-completion-table)
519 (inferior-octave-completion-at-point): Minor tweaks.
520
521 * textmodes/ispell.el (ispell-lookup-words): Rename from
522 lookup-words. (Bug#15460)
523 (lookup-words): Obsolete.
524 (ispell-complete-word, ispell-command-loop): All uses changed.
525
526 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
527
528 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
529 (octave-mode-menu): Add octave-send-buffer.
530 (octave-send-buffer): New function.
531
532 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
533
534 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
535 octave-lookfor.
536 (octave-mode-menu): Add octave-lookfor.
537 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
538 octave-lookfor.
539 (octave-lookfor): New function.
540
541 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
542
543 * emacs-lisp/cl-macs.el:
544 (cl--loop-destr-temps): Remove.
545 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
546 its convention.
547 (cl--loop-set-iterator-function): New function.
548 (cl-loop): Adjust accordingly, so as not to use cl-subst.
549 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
550 Bind `it' with `let' instead of substituting it with `cl-subst'.
551 (cl--unused-var-p): New function.
552 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
553 Eliminate some unused variable warnings (bug#15326).
554
555 2013-09-27 Tassilo Horn <tsdh@gnu.org>
556
557 * doc-view.el (doc-view-scale-reset): Rename from
558 `doc-view-reset-zoom-level'.
559 (doc-view-scale-adjust): New command.
560 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
561 `doc-view-scale-adjust'.
562
563 2013-09-26 Tassilo Horn <tsdh@gnu.org>
564
565 * doc-view.el (doc-view-reset-zoom-level): New command.
566 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
567 zoom commands (bug#15466).
568
569 2013-09-26 Kenichi Handa <handa@gnu.org>
570
571 * international/quail.el (quail-help): Make it not a command.
572
573 2013-09-26 Leo Liu <sdl.web@gmail.com>
574
575 * minibuffer.el (completion-all-sorted-completions): Make args
576 optional as they are.
577
578 2013-09-25 Daniel Colascione <dancol@dancol.org>
579
580 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
581 specs are and that they're not evaluated.
582
583 2013-09-24 Sam Steingold <sds@gnu.org>
584
585 * midnight.el (clean-buffer-list-kill-regexps)
586 (clean-buffer-list-kill-buffer-names): Update for the new Man
587 buffer naming which includes the object name.
588
589 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * eshell/esh-cmd.el (eshell--sep-terms): New var.
592 (eshell-parse-command, eshell-parse-pipeline): Use it since
593 eshell-separate-commands requires a dynamic scoped var.
594 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
595
596 2013-09-23 Leo Liu <sdl.web@gmail.com>
597
598 * autoinsert.el (auto-insert-alist): Make the value of
599 lexical-binding match its file setting.
600
601 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
602
603 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
604
605 * autoarg.el (autoarg-kp-digit-argument):
606 * electric.el (Electric-command-loop):
607 * kmacro.el (kmacro-step-edit-insert):
608 Do not set universal-argument-num-events.
609
610 2013-09-22 Leo Liu <sdl.web@gmail.com>
611
612 * files.el (interpreter-mode-alist): Add octave.
613
614 2013-09-21 Alan Mackenzie <acm@muc.de>
615
616 C++: fontify identifier in declaration following "public:" correctly.
617 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
618 to match "public", etc.
619 (c-decl-prefix-re): Add ":" into the C++ value.
620 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
621 bit. Add a check for a ":" preceded by "public", etc.
622
623 2013-09-21 Eli Zaretskii <eliz@gnu.org>
624
625 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
626 recognized by GDB 7.5 and later.
627
628 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
629
630 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
631
632 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
633
634 * subr.el (internal--call-interactively): New const.
635 (called-interactively-p): Use it (bug#3984).
636
637 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
638
639 * vc/pcvs.el (cvs-mode-ignore):
640 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
641 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
642
643 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
646 (eshell-ls-orig-insert-directory): Remove.
647 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
648 (eshell-ls-use-in-dired): Use advice-add/remove.
649 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
650 Add `orig-fun' arg for use in :around advice.
651 Make it check (redundantly) eshell-ls-use-in-dired.
652
653 2013-09-19 Glenn Morris <rgm@gnu.org>
654
655 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
656
657 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
658
659 * emacs-lisp/eieio.el (class-parent): Undo previous change.
660
661 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
662
663 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
664 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
665 (tramp-get-remote-python): New defuns.
666 (tramp-get-remote-uid-with-perl)
667 (tramp-get-remote-gid-with-perl): New defuns. Perl code
668 contributed by yary <not.com@gmail.com> (tiny change).
669 (tramp-get-remote-uid-with-python)
670 (tramp-get-remote-gid-with-python): New defuns. Python code
671 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
672 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
673
674 2013-09-19 Glenn Morris <rgm@gnu.org>
675
676 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
677
678 * eshell/em-unix.el (eshell-remove-entries):
679 Rename argument to avoid name-clash with global `top-level'.
680
681 * eshell/esh-proc.el (eshell-kill-process-function):
682 Remove eshell-reset-after-proc from eshell-kill-hook if present.
683 (eshell-reset-after-proc): Remove unused arg `proc'.
684
685 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
686 (directory-files-and-attributes): Mark unused arg.
687
688 * eshell/em-unix.el (eshell-remove-entries):
689 Remove unused arg `path'. Update callers.
690
691 * eshell/em-hist.el (eshell-hist-parse-arguments):
692 Remove unused arg `silent'. Update callers.
693
694 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
695 Fix (f)boundp mix-up.
696
697 * eshell/em-smart.el (eshell-smart-scroll-window)
698 (eshell-disable-after-change):
699 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
700
701 2013-09-18 Alan Mackenzie <acm@muc.de>
702
703 Fix fontification of type when followed by "const".
704 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
705 "known" types from fontification.
706
707 2013-09-18 Glenn Morris <rgm@gnu.org>
708
709 * emacs-lisp/chart.el (x-display-color-cells): Declare.
710 (chart-face-list): Drop Emacsen without display-color-p.
711
712 * net/eww.el (libxml-parse-html-region): Declare.
713 (eww-display-html): Explicit error if no libxml2 support.
714
715 * doc-view.el (doc-view-mode): Silence --without-x compilation.
716
717 * image.el (image-type-from-buffer, image-multi-frame-p):
718 Remove --without-x warning/error.
719
720 * mouse.el (mouse-yank-primary):
721 * term.el (term-mouse-paste):
722 Reorder to silence --without-x compilation.
723
724 * mpc.el (doc-view-mode): Silence --without-x compilation.
725
726 * mail/rmailmm.el (rmail-mime-set-bulk-data):
727 Silence --without-x compilation.
728
729 * progmodes/gud.el (gud-find-file, gud-mode):
730 Silence --without-x compilation.
731 (tooltip-mode): Declare.
732
733 * wdired.el (dired-backup-overwrite): Remove declaration.
734 (wdired-mode-map): Add doc string.
735
736 * custom.el (x-get-resource): Declare.
737
738 * eshell/em-glob.el (ange-cache):
739 * eshell/em-unix.el (ange-cache): Declare.
740
741 * faces.el (x-display-list, x-open-connection, x-get-resource):
742 Declare.
743
744 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
745 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
746 Declare.
747
748 * frame.el (x-display-grayscale-p, x-display-name): Declare.
749
750 * net/gnutls.el (gnutls-log-level): Declare.
751
752 * net/shr.el (image-size, image-animate): Declare.
753
754 * simple.el (font-info): Declare.
755
756 * subr.el (x-popup-dialog): Declare.
757
758 * term/common-win.el (x-select-enable-primary)
759 (x-last-selected-text-primary, x-last-selected-text-clipboard):
760 Declare.
761
762 * term/ns-win.el (x-handle-args): Declare.
763
764 * term/x-win.el (x-select-enable-clipboard): Declare.
765
766 * term/w32-win.el (create-default-fontset): Declare.
767
768 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
769 Declare.
770
771 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
772 (fit-frame-to-buffer): Explicit error if --without-x.
773 (mouse-autoselect-window-select): Silence compiler.
774
775 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
776
777 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
778 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
779 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
780 * eshell/esh-util.el (eshell-sublist):
781 Remove unused local variables.
782
783 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
784
785 * textmodes/two-column.el: Make 2C-split work for --without-x.
786 (scroll-bar-columns): Autoload.
787 (top-level): Require fringe when compiling.
788
789 2013-09-18 Leo Liu <sdl.web@gmail.com>
790
791 * subr.el (add-hook): Robustify to handle closure as well.
792
793 2013-09-17 Glenn Morris <rgm@gnu.org>
794
795 * simple.el (messages-buffer-mode-map): Unbind "g".
796
797 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
798
799 * help-mode.el (help-mode-finish): Use derived-mode-p.
800 Remove obsolete highlighting.
801
802 * play/life.el (life-mode): Use define-derived-mode. Derive from
803 special-mode.
804 (life): Let-bind inhibit-read-only.
805 (life-setup): Avoid `setq'. Use `life-mode'.
806
807 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
808 which should not be needed any more.
809 (package-menu-refresh, package-menu-describe-package): Use user-error.
810
811 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
812 (eshell-post-rewrite-command-hook): Make obsolete.
813 (eshell-parse-command): Simplify.
814 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
815 (eshell--cmd): Declare.
816 (eshell-parse-pipeline): Remove unused var `final-p'.
817 Pass a dynvar to eshell-post-rewrite-command-hook.
818 Implement the new eshell-post-rewrite-command-function.
819 (eshell-invoke-directly): Remove unused arg `input'.
820 * eshell/esh-io.el (eshell-io-initialize):
821 Use eshell-post-rewrite-command-function (bug#15399).
822 (eshell--apply-redirections): Rename from eshell-apply-redirections;
823 adjust to new calling convention.
824 (eshell-create-handles): Rename args to avoid clashing with dynvar
825 `standard-output'.
826
827 2013-09-17 Glenn Morris <rgm@gnu.org>
828
829 * simple.el (messages-buffer-mode): New major mode.
830 (messages-buffer): New function.
831 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
832 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
833 (ert-run-test): Use `messages-buffer' function.
834 (ert--force-message-log-buffer-truncation): Ignore read-only.
835 * help.el (view-echo-area-messages): Use `messages-buffer' function.
836 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
837
838 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
841
842 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
843
844 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
845
846 * icomplete.el (icomplete-in-buffer): New var.
847 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
848 vars and replace them with functions.
849 (icomplete-minibuffer-setup): Adjust accordingly.
850 (icomplete--completion-table, icomplete--completion-predicate)
851 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
852 New functions.
853 (icomplete-forward-completions, icomplete-backward-completions)
854 (icomplete-simple-completing-p, icomplete-exhibit)
855 (icomplete-completions): Use them.
856 (icomplete--in-region-buffer): New var.
857 (icomplete--in-region-setup): New function.
858 (icomplete-mode): Use it.
859
860 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
861 (bug#15379).
862 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
863 return args and options.
864 (eshell-eval-using-options): Use the new return value of
865 eshell--do-opts to set the options's vars in their scope.
866 (eshell--set-option): Rename from eshell-set-option.
867 Add arg `opt-vals'.
868 (eshell--process-option): Rename from eshell-process-option.
869 Add arg `opt-vals'.
870 (eshell--process-args): Use an `opt-vals' alist to store the options's
871 values during their processing and return them additionally to the
872 remaining args.
873
874 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
875
876 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
877 continuation character an operator, as far as indentation is
878 concerned (Bug#15369).
879
880 2013-09-15 Martin Rudalics <rudalics@gmx.at>
881
882 * window.el (window--state-put-2): Don't process buffer state
883 when buffer doesn't exist any more (Bug#15382).
884
885 2013-09-15 Glenn Morris <rgm@gnu.org>
886
887 * eshell/em-unix.el (eshell/rm):
888 Make -f ignore missing files. (Bug#15373)
889
890 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
891 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
892 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
893
894 2013-09-14 Glenn Morris <rgm@gnu.org>
895
896 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
897
898 2013-09-13 Glenn Morris <rgm@gnu.org>
899
900 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
901 (dired-guess-default): Make `file' available in the env. (Bug#15363)
902
903 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
904
905 * frame.el (x-focus-frame): Mark as declared in frame.c.
906
907 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * ls-lisp.el: Use advice-add.
910 (original-insert-directory): Remove.
911 (ls-lisp--insert-directory): Rename from insert-directory; add
912 `orig-fun' argument.
913 (insert-directory): Advise.
914
915 2013-09-13 Eli Zaretskii <eliz@gnu.org>
916
917 * term.el (term-emulate-terminal): Decode the command string
918 before passing it to term-command-hook. (Bug#15337)
919
920 2013-09-13 Glenn Morris <rgm@gnu.org>
921
922 * eshell/esh-util.el (ange-cache): Move declaration earlier.
923
924 * eshell/esh-ext.el (eshell-search-path): Declare.
925
926 * eshell/em-prompt.el (eshell/pwd): Autoload it.
927 Otherwise an error occurs if eshell-dirs module not loaded.
928
929 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
930
931 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
932
933 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
934 `tramp-check-proper-host'. Check for a valid method name.
935
936 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
937 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
938 * net/tramp-sh.el (tramp-maybe-open-connection):
939 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
940
941 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
942 also for hash values.
943
944 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * term/ns-win.el (parameters): Don't declare as dynamic.
947 (before-make-frame-hook): Don't add ineffective function.
948
949 * eshell/*.el: Use lexical-binding (bug#15231).
950
951 2013-09-12 Kenichi Handa <handa@gnu.org>
952
953 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
954
955 2013-09-12 Glenn Morris <rgm@gnu.org>
956
957 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
958 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
959
960 * subr.el (do-after-load-evaluation): Also give compiler warnings
961 when obsolete files are used (except by obsolete files).
962
963 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
964 in the status output, assume `filename' is the first. (Bug#15322)
965
966 * vc/vc.el (vc-deduce-fileset): Doc fix.
967
968 * calc/calc-help.el (Info-goto-node):
969 * progmodes/cperl-mode.el (Info-find-node):
970 * vc/ediff.el (Info-goto-node): Update declarations.
971
972 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
973
974 * vc/vc-bzr.el (vc-compilation-mode): Declare.
975 (vc-bzr-pull): Require vc-dispatcher.
976 * vc/vc-git.el (vc-compilation-mode): Declare.
977 (vc-git-pull): Require vc-dispatcher.
978
979 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
980
981 * progmodes/octave.el (help-button-action): Declare.
982
983 * shell.el (shell-directory-tracker): Output error as a message
984 rather than just returning it as a string.
985 (shell-process-pushd): Remove useless use of message.
986
987 * dframe.el (dframe-timer-fn):
988 * files.el (dir-locals-read-from-file):
989 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
990 (mpc-format):
991 * reveal.el (reveal-post-command):
992 * saveplace.el (load-save-place-alist-from-file):
993 * shell.el (shell-resync-dirs):
994 * w32-common-fns.el (x-get-selection-value):
995 * emacs-lisp/copyright.el (copyright-find-copyright):
996 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
997 * emulation/tpu-edt.el (tpu-copy-keyfile):
998 * play/bubbles.el (bubbles--mark-neighbourhood):
999 * progmodes/executable.el
1000 (executable-make-buffer-file-executable-if-script-p):
1001 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
1002
1003 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 Cleanup Eshell to rely less on dynamic scoping.
1006 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
1007 last-value, and ext-command here. Bind `args' closer to `body'.
1008 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
1009 (eshell--args): Declare new dynamic var.
1010 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
1011 last-value, and ext-command. Pass `args' to `body'.
1012 (eshell-process-args): Bind eshell--args.
1013 (eshell-set-option): Use eshell--args.
1014 * eshell/eshell.el (eshell): Use derived-mode-p.
1015 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
1016 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
1017 (eshell-glob-function): Declare.
1018 * eshell/esh-util.el: Require cl-lib.
1019 (eshell-read-hosts-file): Avoid add-to-list.
1020 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
1021 `err'.
1022 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
1023 Declare.
1024 (eshell/diff): Remove unused var `err'.
1025 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
1026 `killflag'.
1027 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
1028 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
1029 first use.
1030 * eshell/em-glob.el (eshell-glob-matches, message-shown):
1031 Move declaration before first use.
1032 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
1033 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
1034 rely on cl-return.
1035
1036 2013-09-12 Glenn Morris <rgm@gnu.org>
1037
1038 * term/ns-win.el (global-map): Remove binding for ispell-next,
1039 deleted 1999-05-29. (Bug#15357)
1040
1041 2013-09-11 Glenn Morris <rgm@gnu.org>
1042
1043 * echistory.el (electric-command-history): Remove call to deleted func.
1044
1045 * play/landmark.el (landmark-mode): Fix typos.
1046
1047 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
1048 Check cvs-sort-ignore-file is bound.
1049
1050 * savehist.el: No need for cl when compiling on Emacs.
1051
1052 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
1055 (bug#15338).
1056 (eshell-self-insert-command, eshell-send-invisible):
1057 Remove unused argument.
1058 (eshell-handle-control-codes): Remove unused var `orig'.
1059 Avoid delete-backward-char.
1060
1061 * files.el (set-auto-mode): Simplify a bit further.
1062
1063 2013-09-11 Glenn Morris <rgm@gnu.org>
1064
1065 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
1066 (set-auto-mode): Don't regexp-quote elements.
1067 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
1068 * progmodes/cc-mode.el (interpreter-mode-alist):
1069 * progmodes/ruby-mode.el (interpreter-mode-alist):
1070 Revert previous change.
1071
1072 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1073
1074 * play/snake.el (snake-mode):
1075 * play/mpuz.el (mpuz-mode):
1076 * play/landmark.el (lm-mode):
1077 * play/blackbox.el (blackbox-mode):
1078 * play/5x5.el (5x5-mode):
1079 * obsolete/options.el (Edit-options-mode):
1080 * net/quickurl.el (quickurl-list-mode):
1081 * net/newst-treeview.el (newsticker-treeview-mode):
1082 * mail/rmailsum.el (rmail-summary-mode):
1083 * mail/mspools.el (mspools-mode):
1084 * locate.el (locate-mode):
1085 * ibuffer.el (ibuffer-mode):
1086 * emulation/ws-mode.el (wordstar-mode):
1087 * emacs-lisp/debug.el (debugger-mode):
1088 * array.el (array-mode):
1089 * net/eudc.el (eudc-mode): Use define-derived-mode.
1090 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
1091 Move initialization into declaration.
1092 (mairix-searches-mode): Use define-derived-mode.
1093 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
1094 (eudc-edit-hotlist): Use dolist.
1095 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
1096 (Man-mode): Use define-derived-mode.
1097 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
1098 (Info-edit-mode): Use define-derived-mode.
1099 (Info-cease-edit): Use Info-mode.
1100 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
1101 into declaration.
1102 (eshell-mode): Use define-derived-mode.
1103 * chistory.el (command-history-mode-map): Rename from
1104 command-history-map.
1105 (command-history-mode): Use define-derived-mode.
1106 (Command-history-setup): Remove function.
1107 * calc/calc.el (calc-trail-mode-map): New var.
1108 (calc-trail-mode): Use define-derived-mode.
1109 (calc-trail-buffer): Set calc-main-buffer manually.
1110 * bookmark.el (bookmark-insert-annotation): New function.
1111 (bookmark-edit-annotation): Use it.
1112 (bookmark-edit-annotation-mode): Make it a proper major mode.
1113 (bookmark-send-edited-annotation): Use derived-mode-p.
1114 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
1115 closer to its ideal place. Use \' to match EOS.
1116
1117 * profiler.el (profiler-calltree-find): Use function-equal.
1118
1119 2013-09-10 Glenn Morris <rgm@gnu.org>
1120
1121 * files.el (interpreter-mode-alist): Convert to regexps.
1122 (set-auto-mode): Adapt for this. (Bug#15306)
1123 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
1124 Comment out unused variable.
1125 * progmodes/cc-mode.el (interpreter-mode-alist):
1126 * progmodes/python.el (interpreter-mode-alist):
1127 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
1128 * progmodes/sh-script.el (sh-set-shell):
1129 No longer use interpreter-mode-alist to get list of shells.
1130
1131 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
1132
1133 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * simple.el: Use set-temporary-overlay-map for universal-argument.
1136 (universal-argument-map): Don't use default-bindings (bug#15317).
1137 Bind switch-frame explicitly. Replace universal-argument-minus with
1138 a conditional binding.
1139 (universal-argument-num-events, saved-overriding-map): Remove.
1140 (restore-overriding-map): Remove.
1141 (universal-argument--mode): Rename from save&set-overriding-map,
1142 and rewrite.
1143 (universal-argument, universal-argument-more, negative-argument)
1144 (digit-argument): Adjust accordingly.
1145 (universal-argument-minus): Remove.
1146 (universal-argument-other-key): Remove.
1147
1148 * subr.el (with-demoted-errors): Add `format' argument.
1149
1150 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
1151
1152 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
1153 `tramp-cleanup-connection'.
1154
1155 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
1156 parameters KEEP-DEBUG and KEEP-PASSWORD.
1157
1158 * net/tramp.el (tramp-file-name-handler):
1159 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1160 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1161 (tramp-maybe-open-connection):
1162 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1163 Use `tramp-cleanup-connection'.
1164
1165 * net/tramp-sh.el (tramp-maybe-open-connection):
1166 Catch 'uname-changed inside the progress reporter.
1167
1168 2013-09-10 Glenn Morris <rgm@gnu.org>
1169
1170 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
1171
1172 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
1173 returns "alternate access method" in mode (eg "-rw-r--r--.").
1174
1175 2013-09-08 Glenn Morris <rgm@gnu.org>
1176
1177 * saveplace.el (load-save-place-alist-from-file):
1178 Demote errors. (Bug#15305)
1179
1180 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
1181
1182 Improve compatibility with older Emacsen, and XEmacs.
1183
1184 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1185 only if it is bound. It isn't for XEmacs.
1186 (with-tramp-progress-reporter): Do not let-bind `result'.
1187 This yields to scoping errors in XEmacs.
1188 (tramp-handle-make-auto-save-file-name): New function, moved from
1189 tramp-sh.el.
1190
1191 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1192 for `make-auto-save-file-name'.
1193 (tramp-adb--gnu-switches-to-ash):
1194 Use `tramp-compat-replace-regexp-in-string'.
1195
1196 * net/tramp-cache.el (tramp-cache-print): Call
1197 `substring-no-properties' only if it is bound. It isn't for XEmacs.
1198
1199 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1200 bound. It isn't for XEmacs.
1201
1202 * net/tramp-compat.el (tramp-compat-copy-file):
1203 Catch `wrong-number-of-arguments' error.
1204 (tramp-compat-replace-regexp-in-string): New defun.
1205
1206 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1207 for `make-auto-save-file-name'.
1208 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1209 `copy-file'.
1210 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1211 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1212 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1213
1214 * net/tramp-gw.el (tramp-gw-open-network-stream):
1215 Use `tramp-compat-replace-regexp-in-string'.
1216
1217 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1218 Call `tramp-handle-make-auto-save-file-name'.
1219 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1220 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1221 (tramp-sh-file-inotifywait-process-filter):
1222 Use `tramp-compat-replace-regexp-in-string'.
1223 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1224
1225 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
1226 for `make-auto-save-file-name'.
1227 (tramp-smb-handle-copy-directory):
1228 Call `tramp-compat-replace-regexp-in-string'.
1229 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
1230 (tramp-smb-handle-copy-file): Improve error message.
1231 (tramp-smb-handle-rename-file): Rename directly only in case
1232 `newname' does not exist yet. This is a restriction of smbclient.
1233 (tramp-smb-maybe-open-connection): Rerun the function only when
1234 `auth-sources' is non-nil.
1235
1236 2013-09-08 Kenichi Handa <handa@gnu.org>
1237
1238 * international/characters.el: Set category "^" (Combining) for
1239 more characters.
1240
1241 2013-09-07 Alan Mackenzie <acm@muc.de>
1242
1243 Correctly fontify Java class constructors.
1244 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
1245 in Java Mode.
1246 (c-recognize-typeless-decls): Set the Java value to t.
1247 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1248 While handling a "(", add a check for, effectively, Java, and handle a
1249 "typeless" declaration there.
1250
1251 2013-09-07 Roland Winkler <winkler@gnu.org>
1252
1253 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
1254 field subtitle for entry type book.
1255
1256 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1257
1258 * minibuffer.el: Make minibuffer-complete call completion-in-region
1259 rather than other way around.
1260 (completion--some, completion-pcm--find-all-completions):
1261 Don't delay signals when debugging.
1262 (minibuffer-completion-contents): Beware fields within the
1263 minibuffer contents.
1264 (completion-all-sorted-completions): Use defvar-local.
1265 (completion--do-completion, completion--cache-all-sorted-completions)
1266 (completion-all-sorted-completions, minibuffer-force-complete):
1267 Add args `beg' and `end'.
1268 (completion--in-region-1): New fun, extracted from minibuffer-complete.
1269 (minibuffer-complete): Use completion-in-region.
1270 (completion-complete-and-exit): New fun, extracted from
1271 minibuffer-complete-and-exit.
1272 (minibuffer-complete-and-exit): Use it.
1273 (completion--complete-and-exit): Rename from
1274 minibuffer--complete-and-exit.
1275 (completion-in-region--single-word): New function, extracted from
1276 minibuffer-complete-word.
1277 (minibuffer-complete-word): Use it.
1278 (display-completion-list): Make `common-substring' argument obsolete.
1279 (completion--in-region): Call completion--in-region-1 instead of
1280 minibuffer-complete.
1281 (completion-help-at-point): Pass boundaries to
1282 minibuffer-completion-help as args rather than via an overlay.
1283 (completion-pcm--string->pattern): Use `any-delim'.
1284 (completion-pcm--optimize-pattern): New function.
1285 (completion-pcm--pattern->regex): Handle `any-delim'.
1286 * icomplete.el (icomplete-forward-completions)
1287 (icomplete-backward-completions, icomplete-completions):
1288 Adjust calls to completion-all-sorted-completions and
1289 completion--cache-all-sorted-completions.
1290 (icomplete-with-completion-tables): Default to t.
1291 * emacs-lisp/crm.el (crm--current-element): Rename from
1292 crm--select-current-element. Don't put an overlay but return the
1293 boundaries instead.
1294 (crm--completion-command): Take two new args to bind to the boundaries.
1295 (crm-completion-help): Adjust accordingly.
1296 (crm-complete): Use completion-in-region.
1297 (crm-complete-word): Use completion-in-region--single-word.
1298 (crm-complete-and-exit): Use completion-complete-and-exit.
1299
1300 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1301
1302 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1303 than dynamically.
1304
1305 2013-09-06 Juri Linkov <juri@jurta.org>
1306
1307 * info.el (Info-display-images-node): When image file doesn't exist
1308 display text version of the image if it's provided in the Info file.
1309 Otherwise, display the location of missing image from SRC attribute.
1310 Add help-echo text property from ALT attribute. (Bug#15279)
1311
1312 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1313
1314 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1315 (edit-abbrevs-mode): Use define-derived-mode.
1316
1317 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1318 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1319 that it's defined.
1320 (epa-key-list-mode, epa-key-mode, epa-info-mode):
1321 Use define-derived-mode.
1322
1323 * epg.el (epg-start-encrypt): Minor CSE simplification.
1324
1325 2013-09-06 William Xu <william.xwl@gmail.com>
1326
1327 * arc-mode.el: Add support for 7za (bug#15264).
1328 (archive-7z-program): New var.
1329 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1330 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1331 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1332
1333 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1334
1335 Remove URL syntax.
1336
1337 * net/tramp.el (tramp-syntax, tramp-prefix-format)
1338 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
1339 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
1340 (tramp-postfix-host-format, tramp-file-name-regexp)
1341 (tramp-completion-file-name-regexp)
1342 (tramp-completion-dissect-file-name)
1343 (tramp-handle-substitute-in-file-name): Remove 'url case.
1344 (tramp-file-name-regexp-url)
1345 (tramp-completion-file-name-regexp-url): Remove constants.
1346
1347 2013-09-06 Glenn Morris <rgm@gnu.org>
1348
1349 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
1350
1351 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
1352
1353 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1354 keywords" below "here-doc beginnings" (Bug#15270).
1355
1356 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1357
1358 * subr.el (pop): Use `car-safe'.
1359 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1360 to detect unused `pop' return value.
1361
1362 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1363 var `block-regexp'.
1364 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1365 (python-fill-string): Remove unused var `marker'.
1366 (python-skeleton-add-menu-items): Remove unused var `items'.
1367
1368 * international/mule-cmds.el: Require CL.
1369 (find-coding-systems-for-charsets): Avoid add-to-list.
1370 (sanitize-coding-system-list): New function, extracted from
1371 select-safe-coding-system-interactively.
1372 (select-safe-coding-system-interactively): Use it.
1373 (read-input-method-name): Accept symbols for `default'.
1374
1375 * emacs-lisp/advice.el (defadvice): Add indent rule.
1376
1377 2013-09-05 Daniel Hackney <dan@haxney.org>
1378
1379 * dired-x.el:
1380 * net/ange-ftp.el:
1381 * net/browse-url.el:
1382 * net/dbus.el:
1383 * net/eudc.el:
1384 * net/eudcb-ldap.el:
1385 * net/eww.el:
1386 * net/imap.el:
1387 * printing.el:
1388 * vc/ediff-diff.el:
1389 * vc/ediff-init.el:
1390 * vc/ediff-merg.el:
1391 * vc/ediff-mult.el:
1392 * vc/ediff-util.el:
1393 * vc/ediff-wind.el:
1394 * vc/ediff.el:
1395 * vc/emerge.el:
1396 * vc/pcvs.el:
1397 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1398 byte compiler. Remove some unused let-bound variables.
1399
1400 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1401
1402 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1403 a "ref-cell", since it gets better optimized (bug#14883).
1404
1405 2013-09-05 Glenn Morris <rgm@gnu.org>
1406
1407 * progmodes/cc-awk.el (c-forward-sws): Declare.
1408
1409 2013-09-04 Glenn Morris <rgm@gnu.org>
1410
1411 * generic-x.el [rul-generic-mode]: Require cc-mode.
1412 (c++-mode-syntax-table): Declare.
1413 (rul-generic-mode-syntax-table): Init in the defvar.
1414
1415 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1418 (vc-do-command, vc-set-async-update):
1419 * vc/vc-mtn.el (vc-mtn-dir-status):
1420 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1421 (vc-hg-pull, vc-hg-merge-branch):
1422 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1423 (vc-git-merge-branch):
1424 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1425 (vc-cvs-dir-status-files):
1426 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1427 (vc-bzr-dir-status-files):
1428 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1429 * vc/vc-annotate.el: Use lexical-binding.
1430 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1431 (vc-sentinel-movepoint): Declare.
1432 (vc-annotate): Don't use `goto-line'.
1433 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1434 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1435 (vc-sentinel-movepoint): Declare.
1436 * vc/vc-svn.el: Use lexical-binding.
1437 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
1438 * vc/vc-sccs.el:
1439 * vc/vc-rcs.el: Use lexical-binding.
1440
1441 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
1442 `deleted'. Don't drop errors silently.
1443
1444 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
1445
1446 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
1447
1448 * vc/vc.el (vc-ignore): Rewrite.
1449 (vc-default-ignore): New function.
1450 (vc-default-ignore-completion-table): Use find-ignore-file.
1451
1452 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
1453 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
1454 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
1455 Remove. Most code moved to vc.el.
1456
1457 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
1460 * net/tramp-smb.el (tramp-smb-get-file-entries):
1461 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
1462 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
1463
1464 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
1465 Update call to it.
1466 (eww-change-select): Remove unused var `properties'.
1467 (eww-make-unique-file-name): Remove unused var `base'.
1468
1469 * finder.el (finder-compile-keywords): Don't mess with windows.
1470
1471 * calculator.el (calculator-funcall): Fix typo in last change.
1472
1473 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
1474
1475 * emacs-lisp/package.el (package-activate-1): Don't let a missing
1476 <pkg>-autoloads.el file stop us.
1477
1478 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
1479 warnings, and factor out common code.
1480
1481 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
1482
1483 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
1484 two-character operators and whether the character preceding them
1485 changes their meaning (Bug#15208).
1486
1487 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1488
1489 Format code sent to Python shell for robustness.
1490 * progmodes/python.el (python-shell-buffer-substring):
1491 New function.
1492 (python-shell-send-region, python-shell-send-buffer): Use it.
1493
1494 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
1495
1496 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
1497 * net/tramp.el (tramp-user-error): ... here.
1498 (tramp-find-method, tramp-check-proper-host)
1499 (tramp-dissect-file-name, tramp-debug-message)
1500 (tramp-handle-shell-command):
1501 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1502 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
1503
1504 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
1505
1506 2013-09-02 Martin Rudalics <rudalics@gmx.at>
1507
1508 * avoid.el (mouse-avoidance-point-position)
1509 (mouse-avoidance-too-close-p): Handle case where posn-at-point
1510 returns nil.
1511
1512 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1513
1514 * progmodes/python.el (python-shell-completion-get-completions):
1515 Drop use of deleted `comint-last-prompt-overlay'.
1516 (python-nav-if-name-main): New command.
1517
1518 2013-09-01 Glenn Morris <rgm@gnu.org>
1519
1520 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1521 Avoid leading space in $wins. Otherwise the sed command used by
1522 eg compile-main ends up containing "/*.el". (Bug#15170)
1523
1524 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
1525
1526 2013-08-30 Glenn Morris <rgm@gnu.org>
1527
1528 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1529 Fix is-this-a-directory logic. (Bug#15220)
1530
1531 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * textmodes/css-mode.el: Use SMIE.
1534 (css-smie-grammar): New var.
1535 (css-smie--forward-token, css-smie--backward-token)
1536 (css-smie-rules): New functions.
1537 (css-mode): Use them.
1538 (css-navigation-syntax-table): Remove var.
1539 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
1540 (css-indent-calculate, css-indent-line): Remove functions.
1541
1542 Misc changes to reduce use of `(lambda...); and other cleanups.
1543 * cus-edit.el: Use lexical-binding.
1544 (customize-push-and-save, customize-apropos)
1545 (custom-buffer-create-internal): Use closures.
1546 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
1547 * progmodes/ada-xref.el: Use setq.
1548 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
1549 * dframe.el: Use lexical-binding.
1550 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
1551 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
1552 * descr-text.el: Use lexical-binding.
1553 (describe-text-widget, describe-text-sexp, describe-property-list):
1554 Use closures.
1555 * comint.el (comint-history-isearch-push-state): Use a closure.
1556 * calculator.el: Use lexical-binding.
1557 (calculator-number-to-string): Make it work with lexical-binding.
1558 (calculator-funcall): Same and use cl-letf.
1559
1560 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
1561 (lisp--company-doc-string, lisp--company-location): New functions.
1562 (lisp-completion-at-point): Use them to improve Company support.
1563
1564 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
1565 params of lambda expressions.
1566 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
1567 (ruby-smie--opening-pipe-p): New function.
1568 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
1569 symbols and matched |...| for formal params.
1570 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
1571 from being treated as hanging. Handle "rescue".
1572
1573 2013-08-29 Glenn Morris <rgm@gnu.org>
1574
1575 * progmodes/cc-engine.el (c-pull-open-brace):
1576 Move definition before use.
1577
1578 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1579
1580 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
1581 are immutable. Don't use `unsafe' any more.
1582 (cl--defsubst-expand): Don't substitute at the same time as keeping
1583 a residual unused let-binding. Don't use `unsafe' any more.
1584
1585 2013-08-29 Glenn Morris <rgm@gnu.org>
1586
1587 * calendar/cal-china.el (calendar-chinese-year-cache):
1588 Recenter on 2015.
1589
1590 * nxml/nxml-util.el (nxml-debug-clear-inside):
1591 Use cl-loop rather than loop.
1592
1593 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
1594
1595 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
1596
1597 2013-08-28 Glenn Morris <rgm@gnu.org>
1598
1599 * progmodes/antlr-mode.el: No need to require cc-mode twice.
1600
1601 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
1602
1603 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
1604
1605 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * simple.el (repeat-complex-command--called-interactively-skip):
1608 New function.
1609 (repeat-complex-command): Use it (bug#14136).
1610
1611 * progmodes/cc-mode.el: Minor cleanup of var declarations.
1612 (c-define-abbrev-table): Add `doc' argument.
1613 (c-mode-abbrev-table, c++-mode-abbrev-table)
1614 (objc-mode-abbrev-table, java-mode-abbrev-table)
1615 (idl-mode-abbrev-table, pike-mode-abbrev-table)
1616 (awk-mode-abbrev-table): Use it.
1617 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
1618 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
1619 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
1620 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
1621 Move initialization into the declaration; and remove any
1622 autoload cookie.
1623
1624 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
1625 and dynamic let binding.
1626
1627 * vc/smerge-mode.el: Remove redundant :group args.
1628
1629 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
1630 to load-path.
1631
1632 2013-08-28 Juri Linkov <juri@jurta.org>
1633
1634 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
1635 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
1636 (isearch-other-meta-char): Handle an undefined shifted printing
1637 character by downshifting it. (Bug#15200)
1638
1639 2013-08-28 Juri Linkov <juri@jurta.org>
1640
1641 * isearch.el (isearch-search): Change regexp error message for
1642 non-regexp searches. (Bug#15166)
1643
1644 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
1645
1646 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
1647 for portability to hosts where /bin/sh has problems.
1648
1649 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
1652
1653 2013-08-27 Juri Linkov <juri@jurta.org>
1654
1655 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
1656 in the keyboard macro. (Bug#15126)
1657
1658 2013-08-27 Juri Linkov <juri@jurta.org>
1659
1660 * isearch.el (isearch-quote-char): Comment out converting unibyte
1661 to multibyte, thus syncing with its `quoted-insert' counterpart.
1662 (Bug#15166)
1663
1664 2013-08-27 Martin Rudalics <rudalics@gmx.at>
1665
1666 * window.el (display-buffer-use-some-window): Add missing
1667 argument in call of get-largest-window (Bug#15185).
1668 Reported by Stephen Leake.
1669
1670 2013-08-27 Glenn Morris <rgm@gnu.org>
1671
1672 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
1673
1674 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * progmodes/python.el (python-font-lock-keywords): Don't return nil
1677 from a matcher-function unless there's no more matches (bug#15161).
1678
1679 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
1680
1681 * minibuffer.el: Revert change from 2013-08-20.
1682
1683 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
1684 with text property `tramp-default', if appropriate.
1685 (tramp-check-proper-host): New defun.
1686 (tramp-dissect-file-name): Do not check hostname. Revert change
1687 of 2013-03-18.
1688 (tramp-backtrace): Make VEC-OR-PROC optional.
1689
1690 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1691 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1692 * net/tramp-sh.el (tramp-maybe-open-connection):
1693 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1694 Apply `tramp-check-proper-host'.
1695
1696 2013-08-26 Tassilo Horn <tsdh@gnu.org>
1697
1698 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
1699 lambda expression in order to have `describe-variable' display it.
1700
1701 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
1702
1703 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
1704 BUF can be optional. (Bug#15186)
1705
1706 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
1707
1708 * progmodes/flymake.el (flymake-get-real-file-name-function):
1709 Fix broken customization. (Bug#15184)
1710
1711 2013-08-25 Alan Mackenzie <acm@muc.de>
1712
1713 Improve indentation of bracelists defined by macros (without "=").
1714
1715 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
1716 expansion begins with "{", regard it as bracelist when it doesn't
1717 contain a ";".
1718
1719 Parse C++ inher-intro when there's a template split over 2 lines.
1720
1721 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
1722 rigorously the search for "class" etc. followed by ":".
1723
1724 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
1725 random languages a regexp which never matches rather than nil.
1726
1727 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
1728
1729 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
1730 (c-awk-regexp-one-line-possibly-open-char-list-re)
1731 (c-awk-one-line-possibly-open-regexp-re)
1732 (c-awk-one-line-non-syn-ws*-re): Remove.
1733 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
1734 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
1735 (c-awk-space*-unclosed-regexp-/-re): New constants.
1736 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
1737 aren't regexp delimiters.
1738
1739 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
1740 handling for a rare situation in AWK Mode involving unterminated
1741 strings/regexps.
1742
1743 2013-08-23 Glenn Morris <rgm@gnu.org>
1744
1745 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
1746
1747 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
1748
1749 * files.el (create-file-buffer): If the result would begin with
1750 spaces, prepend a "|" instead of removing them. (Bug#15162)
1751
1752 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1753
1754 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
1755 text-properties (bug#15155).
1756
1757 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
1758 exist any more.
1759 (calc-keypad-redraw): Remove unused var `pad'.
1760 (calc-keypad-press): Remove unused var `menu'.
1761
1762 2013-08-23 Martin Rudalics <rudalics@gmx.at>
1763
1764 * window.el (display-buffer-pop-up-frame):
1765 Call pop-up-frame-function with BUFFER current so `make-frame' will
1766 use it as the new frame's buffer (Bug#15133).
1767
1768 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1769
1770 * calendar/timeclock.el: Minor cleanups.
1771 (timeclock-ask-before-exiting, timeclock-use-display-time):
1772 Use `symbol'.
1773 (timeclock-modeline-display): Define as alias before the
1774 actual definition.
1775 (timeclock-mode-line-display): Use define-minor-mode.
1776 (timeclock-day-list-template): Make it a function, add an argument.
1777 (timeclock-day-list-required, timeclock-day-list-length)
1778 (timeclock-day-list-debt, timeclock-day-list-span)
1779 (timeclock-day-list-break): Adjust calls accordingly.
1780
1781 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
1784 Use read--expression so that completion works again.
1785
1786 2013-08-21 Sam Steingold <sds@gnu.org>
1787
1788 Add rudimentary inferior shell interaction
1789 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
1790 (sh-set-shell): Reset it.
1791 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
1792 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
1793
1794 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * align.el: Use lexical-binding.
1797 (align-region): Simplify accordingly.
1798
1799 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
1800
1801 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
1802
1803 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
1804 `non-essential' up.
1805
1806 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
1807
1808 * net/tramp.el:
1809 * net/tramp-adb.el:
1810 * net/tramp-cmds.el:
1811 * net/tramp-ftp.el:
1812 * net/tramp-gvfs.el:
1813 * net/tramp-gw.el:
1814 * net/tramp-sh.el: Don't wrap external variable declarations by
1815 `eval-when-compile'.
1816
1817 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
1818
1819 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
1820 now that Emacs supports ImageMagick animations.
1821
1822 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
1823
1824 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
1825 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
1826
1827 2013-08-16 Martin Rudalics <rudalics@gmx.at>
1828
1829 * window.el (mouse-autoselect-window-select): Do autoselect when
1830 mouse pointer is on margin.
1831
1832 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
1833
1834 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
1835
1836 2013-08-16 Glenn Morris <rgm@gnu.org>
1837
1838 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
1839 Handle "Remote Directory" response of some clients. (Bug#15058)
1840
1841 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
1842 Tweak warning. (Bug#14926)
1843
1844 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
1845 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
1846
1847 * image-mode.el (image-mode-map): Add menu items to reverse,
1848 increase, decrease, reset animation speed.
1849 (image--set-speed, image-increase-speed, image-decrease-speed)
1850 (image-reverse-speed, image-reset-speed): New functions.
1851 (image-mode-map): Add bindings for speed commands.
1852
1853 * image.el (image-animate-get-speed, image-animate-set-speed):
1854 New functions.
1855 (image-animate-timeout): Respect image :speed property.
1856
1857 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1858
1859 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
1860 previous line (bug#15101).
1861 (debugger-eval-expression, debugger-record-expression):
1862 Use read--expression (bug#15102).
1863
1864 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
1865
1866 Remove byte compiler warnings, visible when compiling with
1867 `byte-compile-force-lexical-warnings' set to t.
1868
1869 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
1870 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
1871 (tramp-handle-unhandled-file-name-directory)
1872 (tramp-handle-file-notify-add-watch, tramp-action-login)
1873 (tramp-action-succeed, tramp-action-permission-denied)
1874 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
1875 arguments with "_".
1876
1877 * net/tramp-adb.el (tramp-adb-parse-device-names)
1878 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
1879 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
1880 (tramp-adb-handle-file-truename): Remove unused arguments.
1881
1882 * net/tramp-cache.el (tramp-flush-directory-property)
1883 (tramp-flush-connection-property, tramp-list-connections)
1884 (tramp-parse-connection-properties): Prefix unused arguments with "_".
1885
1886 * net/tramp-compat.el (tramp-compat-make-temp-file):
1887 Rename FILENAME to F.
1888
1889 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
1890 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
1891 (tramp-zeroconf-parse-workstation-device-names)
1892 (tramp-zeroconf-parse-webdav-device-names)
1893 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
1894
1895 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
1896 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
1897
1898 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
1899 arguments.
1900 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
1901 (tramp-sh-handle-insert-file-contents-literally)
1902 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
1903 with "_".
1904 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
1905 Remove unused variables.
1906
1907 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1908 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
1909 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
1910
1911 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
1912 Make them a defconst.
1913 (tramp-uuencode-region): Remove unused variable.
1914
1915 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
1916
1917 * frameset.el (frameset--prop-setter): New function.
1918 (frameset-prop): Add gv-setter declaration.
1919 (frameset-filter-minibuffer): Deal with the case that the minibuffer
1920 parameter was already set in FILTERED. Doc fix.
1921 (frameset--record-minibuffer-relationships): Allow saving a
1922 minibufferless frame without its corresponding minibuffer frame.
1923 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
1924 frame, if the frame id matches.
1925 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
1926 frames before orphaned ones.
1927 (frameset-restore): Warn about orphaned windows, instead of error out.
1928
1929 2013-08-14 Martin Rudalics <rudalics@gmx.at>
1930
1931 * window.el (window-make-atom): Don't overwrite parameter
1932 already present.
1933 (display-buffer-in-atom-window): Handle special case where we
1934 split an already atomic window.
1935 (window--major-non-side-window, display-buffer-in-side-window)
1936 (window--side-check): Ignore minibuffer window when walking
1937 window tree.
1938 (window-deletable-p): Return 'frame only if no other frame uses
1939 our minibuffer window.
1940 (record-window-buffer): Run buffer-list-update-hook.
1941 (split-window): Make sure window--check-frame won't destroy an
1942 existing atomic window in case the new window gets nested
1943 inside.
1944 (display-buffer-at-bottom): Ignore minibuffer window when
1945 walking window tree. Don't split a side window.
1946 (pop-to-buffer): Don't set-buffer here, the select-window call
1947 should do that.
1948 (mouse-autoselect-window-select): Autoselect only if we are in the
1949 text portion of the window.
1950
1951 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
1952
1953 * net/shr.el (shr-parse-image-data): New function to grab both the
1954 data itself and the Content-Type.
1955 (shr-put-image): Use it.
1956
1957 * net/eww.el (eww-display-image): Ditto.
1958
1959 * image.el (image-content-type-suffixes): New variable.
1960
1961 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
1962
1963 * progmodes/python.el (python-imenu--build-tree)
1964 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
1965
1966 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
1967
1968 * simple.el (backward-word): Mention the optional argument.
1969
1970 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * frameset.el (frameset--make): Rename constructor from make-frameset.
1973 (frameset-p, frameset-valid-p): Don't autoload.
1974 (frameset-valid-p): Use normal accessors.
1975
1976 2013-08-13 Glenn Morris <rgm@gnu.org>
1977
1978 * progmodes/compile.el (compile-command): Tweak example in doc.
1979 * obsolete/scribe.el (scribe-mode):
1980 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
1981
1982 * mail/feedmail.el (feedmail-confirm-outgoing)
1983 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
1984
1985 * cus-start.el (truncate-partial-width-windows): Fix type.
1986
1987 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
1988
1989 * net/shr.el (shr-table-horizontal-line): Fix custom type.
1990
1991 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
1992
1993 * emacs-lisp/timer.el (timer--time-setter): New function.
1994 (timer--time): Use it as gv-setter.
1995
1996 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
1997 setter is not a symbol.
1998
1999 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
2000
2001 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
2002 if sending fails. This makes debugging easier.
2003
2004 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
2005
2006 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
2007 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
2008 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
2009
2010 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2011
2012 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
2013
2014 2013-08-12 Glenn Morris <rgm@gnu.org>
2015
2016 * format.el (format-annotate-function):
2017 Handle read-only text properties in the source. (Bug#14887)
2018
2019 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2020
2021 * net/eww.el (eww-display-html): Ignore coding system errors.
2022 One web site uses "utf-8lias" as the coding system.
2023
2024 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
2025
2026 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
2027
2028 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
2029
2030 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
2031 (tutorial--detailed-help): Remove unused local variables.
2032 (tutorial--save-tutorial-to): Use ignore-errors.
2033 (help-with-tutorial): Use looking-at-p.
2034
2035 * view.el (view-buffer-other-window, view-buffer-other-frame):
2036 Mark unused arguments.
2037
2038 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
2039 (woman-select-symbol-fonts, woman, woman-find-file)
2040 (woman-insert-file-contents, woman-non-underline-faces):
2041 Use string-match-p.
2042 (woman1-unquote): Move declaration.
2043
2044 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
2045 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
2046 argument. Remove unused local variable.
2047 (xml-parse-elem-type): Use string-match-p.
2048 (xml-substitute-numeric-entities): Use ignore-errors.
2049
2050 * calculator.el (calculator): Mark unused argument.
2051 (calculator-paste, calculator-quit, calculator-integer-p):
2052 Use ignore-errors.
2053 (calculator-string-to-number, calculator-decimal, calculator-exp)
2054 (calculator-op-or-exp): Use string-match-p.
2055
2056 * dired.el (dired-buffer-more-recently-used-p): Declare.
2057 (dired-insert-set-properties, dired-insert-old-subdirs):
2058 Use ignore-errors.
2059
2060 * dired-aux.el (dired-compress): Use ignore-errors.
2061 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
2062 (dired-do-async-shell-command, dired-do-shell-command)
2063 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
2064 (dired-insert-subdir-validate): Use string-match-p.
2065 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
2066 (dired-add-entry): Use string-match-p, looking-at-p.
2067 (dired-insert-subdir-newpos): Remove unused local variable.
2068
2069 * filenotify.el (file-notify-callback): Remove unused local variable.
2070
2071 * filesets.el (filesets-error): Mark unused argument.
2072 (filesets-which-command-p, filesets-filter-dir-names)
2073 (filesets-directory-files, filesets-get-external-viewer)
2074 (filesets-ingroup-get-data): Use string-match-p.
2075
2076 * find-file.el (ff-other-file-name, ff-other-file-name)
2077 (ff-find-the-other-file, ff-cc-hh-converter):
2078 Remove unused local variables.
2079 (ff-get-file-name): Use string-match-p.
2080 (ff-all-dirs-under): Use ignore-errors.
2081
2082 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
2083 (follow-select-if-visible): Remove unused local variable.
2084
2085 * forms.el (read-file-filter): Move declaration.
2086 (forms--make-format, forms--make-parser, forms-insert-record):
2087 Quote function with #'.
2088 (forms--update): Use string-match-p. Quote function with #'.
2089
2090 * help-mode.el (help-dir-local-var-def): Mark unused argument.
2091 (help-make-xrefs): Use looking-at-p.
2092 (help-xref-on-pp): Use looking-at-p, ignore-errors.
2093
2094 * ibuffer.el (ibuffer-ext-visible-p): Declare.
2095 (ibuffer-confirm-operation-on): Use string-match-p.
2096
2097 * msb.el (msb-item-handler, msb-dired-item-handler):
2098 Mark unused arguments.
2099
2100 * ses.el (ses-decode-cell-symbol)
2101 (ses-kill-override): Remove unused local variable.
2102 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
2103 (ses-load): Use ignore-errors, looking-at-p.
2104 (ses-jump-safe): Use ignore-errors.
2105 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
2106
2107 * tabify.el (untabify, tabify): Mark unused arguments.
2108
2109 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
2110 Mark unused argument.
2111 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
2112 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
2113
2114 * emacs-lisp/timer.el (timer--time): Define setter with
2115 gv-define-setter to avoid deprecation warning.
2116
2117 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
2118 (*record-cmpl-statistics-p*): Remove (was commented out).
2119 (cmpl-statistics-block): Remove (body was commented out).
2120 All callers changed.
2121 (add-completions-from-buffer, load-completions-from-file):
2122 Remove unused variables.
2123
2124 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2125
2126 * filecache.el (file-cache-delete-file-list):
2127 Print message only when told so.
2128 (file-cache-files-matching): Use #' in mapconcat argument.
2129
2130 * ffap.el (ffap-url-at-point): Fix reference to variable
2131 thing-at-point-default-mail-uri-scheme.
2132
2133 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2135 * subr.el (define-error): New function.
2136 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
2137 error-file-not-found and define with define-error.
2138 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
2139 and define with define-error.
2140 * userlock.el (file-locked, file-supersession):
2141 * simple.el (mark-inactive):
2142 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
2143 * progmodes/ada-mode.el (ada-mode-errors):
2144 * play/life.el (life-extinct):
2145 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
2146 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
2147 * nxml/rng-util.el (rng-error):
2148 * nxml/rng-uri.el (rng-uri-error):
2149 * nxml/rng-match.el (rng-compile-error):
2150 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
2151 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
2152 * nxml/nxml-rap.el (nxml-scan-error):
2153 * nxml/nxml-outln.el (nxml-outline-error):
2154 * net/soap-client.el (soap-error):
2155 * net/gnutls.el (gnutls-error):
2156 * net/ange-ftp.el (ftp-error):
2157 * mpc.el (mpc-proc-error):
2158 * json.el (json-error, json-readtable-error, json-unknown-keyword)
2159 (json-number-format, json-string-escape, json-string-format)
2160 (json-key-format, json-object-format):
2161 * jka-compr.el (compression-error):
2162 * international/quail.el (quail-error):
2163 * international/kkc.el (kkc-error):
2164 * emacs-lisp/ert.el (ert-test-failed):
2165 * calc/calc.el (calc-error, inexact-result, math-overflow)
2166 (math-underflow):
2167 * bookmark.el (bookmark-error-no-filename):
2168 * epg.el (epg-error): Define with define-error.
2169
2170 * time.el (display-time-event-handler)
2171 (display-time-next-load-average): Don't call sit-for since it seems
2172 unnecessary (bug#15045).
2173
2174 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
2175 Use #' instead of ' to quote functions.
2176 (checkdoc-output-mode): Use setq-local.
2177 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
2178 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2179 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2180 (checkdoc-ispell, checkdoc-ispell-current-buffer)
2181 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2182 (checkdoc-ispell-message-text, checkdoc-ispell-start)
2183 (checkdoc-ispell-continue, checkdoc-ispell-comments)
2184 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2185
2186 * ido.el (ido-completion-help): Fix up compiler warning.
2187
2188 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2189
2190 * frameset.el (frameset-p): Add autoload cookie.
2191 (frameset--jump-to-register): New function, based on code moved from
2192 register.el.
2193 (frameset-to-register): Move from register.el. Adapt to `registerv'.
2194
2195 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2196 (frameset-restore, frameset-save, frameset-session-filter-alist):
2197 Remove declarations.
2198 (register-alist): Doc fix.
2199 (frameset-to-register): Move to frameset.el.
2200 (jump-to-register, describe-register-1): Remove frameset-specific code.
2201
2202 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2203
2204 * allout-widgets.el (allout-widgets-pre-command-business)
2205 (allout-widgets-post-command-business)
2206 (allout-widgets-after-change-handler)
2207 (allout-decorate-item-and-context, allout-set-boundary-marker)
2208 (allout-body-modification-handler)
2209 (allout-graphics-modification-handler): Mark ignored arguments.
2210 (allout-widgets-post-command-business)
2211 (allout-widgets-exposure-change-processor)
2212 (allout-widgets-exposure-undo-processor)
2213 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2214 (allout-parse-item-at-point, allout-decorate-item-guides)
2215 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2216 * allout.el (epa-passphrase-callback-function): Declare.
2217 (allout-overlay-insert-in-front-handler)
2218 (allout-overlay-interior-modification-handler)
2219 (allout-isearch-end-handler, allout-chart-siblings)
2220 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2221 (allout-yank-processing, allout-process-exposed)
2222 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
2223 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
2224 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
2225 (lisp-indent-defform): Mark ignored arguments.
2226 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
2227 (calculate-lisp-indent): Remove unused variables.
2228 * international/characters.el (indian-2-column, arabic-2-column)
2229 (tibetan): Mark ignored arguments.
2230 (use-cjk-char-width-table): Mark ignored arguments.
2231 Remove unused variables.
2232 * international/fontset.el (build-default-fontset-data)
2233 (x-compose-font-name, create-fontset-from-fontset-spec):
2234 Mark ignored arguments.
2235 (fontset-plain-name): Remove unused variables.
2236 * international/mule.el (charset-id, charset-bytes, generic-char-p)
2237 (keyboard-coding-system): Mark ignored arguments.
2238 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
2239 * help.el (resize-temp-buffer-window):
2240 * window.el (display-buffer-in-major-side-window)
2241 (display-buffer-in-side-window, display-buffer-in-previous-window):
2242 Remove unused variables.
2243 * isearch.el (isearch-forward-symbol):
2244 * version.el (emacs-bzr-version-bzr):
2245 * international/mule-cmds.el (current-language-environment):
2246 * term/common-win.el (x-handle-iconic, x-handle-geometry)
2247 (x-handle-display):
2248 * term/pc-win.el (x-list-fonts, x-display-planes)
2249 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
2250 (x-server-version, x-display-screens, x-display-mm-height)
2251 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
2252 (x-selection-owner-p, x-own-selection-internal)
2253 (x-disown-selection-internal, x-get-selection-internal)
2254 (msdos-initialize-window-system):
2255 * term/tty-colors.el (tty-color-alist, tty-color-clear):
2256 * term/x-win.el (x-handle-no-bitmap-icon):
2257 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
2258 (vc-default-find-file-hook, vc-default-extra-menu):
2259 Mark ignored arguments.
2260
2261 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2262
2263 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
2264 break-condition in the context of the debugged code (bug#12685).
2265
2266 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
2267
2268 * comint.el:
2269 Do not use an overlay to highlight the last prompt. (Bug#14744)
2270 (comint-mode): Make comint-last-prompt buffer local.
2271 (comint-last-prompt): New variable.
2272 (comint-last-prompt-overlay): Remove. Superseded by
2273 comint-last-prompt.
2274 (comint-snapshot-last-prompt, comint-output-filter):
2275 Use comint-last-prompt.
2276
2277 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
2280 (frameset-save): Check validity of the resulting frameset.
2281
2282 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
2283
2284 * ido.el (ido-record-command): Add doc string.
2285
2286 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2287
2288 * frameset.el (frameset): Do not disable creation of the default
2289 frameset-p predicate. Doc fix.
2290 (frameset-valid-p): New function, copied from the old predicate-p.
2291 Add additional checks.
2292 (frameset-restore): Check with frameset-valid-p.
2293 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2294 (frameset-name, frameset-description, frameset-properties)
2295 (frameset-states): Add docstring.
2296 (frameset-session-filter-alist, frameset-persistent-filter-alist)
2297 (frameset-filter-alist): Doc fixes.
2298
2299 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2300
2301 * frameset.el (frameset-p, frameset-prop): Doc fixes.
2302
2303 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2306 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2307 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2308 (byte-compile-normal-call): Remove obsolescence check.
2309
2310 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2311
2312 * frameset.el (frameset-restore): Doc fix.
2313
2314 * register.el (frameset-frame-id, frameset-frame-with-id)
2315 (frameset-p, frameset-restore, frameset-save): Declare.
2316 (register-alist): Document framesets.
2317 (frameset-session-filter-alist): Declare.
2318 (frameset-to-register): New function.
2319 (jump-to-register): Implement jumping to framesets. Doc fix.
2320 (describe-register-1): Describe framesets.
2321
2322 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2323
2324 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * desktop.el (desktop-save-frameset): Use new frameset-save args.
2327 Use lexical-binding.
2328
2329 * frameset.el (frameset): Use type vector, not list (incompatible
2330 change). Do not declare a new constructor, use the default one.
2331 Upgrade suggested properties `app', `name' and `desc' to slots `app',
2332 `name' and `description', respectively, and add read-only slot
2333 `timestamp'. Doc fixes.
2334 (frameset-copy, frameset-persistent-filter-alist)
2335 (frameset-filter-alist, frameset-switch-to-gui-p)
2336 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2337 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
2338 (frameset-filter-iconified, frameset-keep-original-display-p):
2339 Doc fixes.
2340 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2341 Rename from frameset-filter-(save|restore)-param. All callers changed.
2342 Doc fix.
2343 (frameset-p): Adapt to change to vector and be more thorough.
2344 Change arg name to OBJECT. Doc fix.
2345 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
2346 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2347 All callers changed.
2348 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2349 All callers changed.
2350 (frameset--record-minibuffer-relationships): Rename from
2351 frameset--process-minibuffer-frames. All callers changed.
2352 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2353 Use new default constructor (again). Doc fix.
2354 (frameset--find-frame-if): Rename from `frameset--find-frame.
2355 All callers changed.
2356 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2357 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2358 Doc fix.
2359 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2360 PARAMETERS and WINDOW-STATE, respectively.
2361 (frameset-restore): Add new keyword argument PREDICATE.
2362 Reset frameset--target-display to nil. Doc fix.
2363
2364 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2365
2366 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2367 (bat-mode): Use it.
2368 (bat-mode-syntax-table): Mark \n as end-of-comment.
2369 (bat-font-lock-keywords): Remove comment rule.
2370
2371 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
2372 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
2373
2374 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2375 (byte-compile-callargs-warn): Use `push'.
2376 (byte-compile-arglist-warn): Ignore higher-order "calls".
2377 (byte-compile-file-form-autoload): Use `pcase'.
2378 (byte-compile-function-form): If quoting a symbol, check that it exists.
2379
2380 2013-08-07 Eli Zaretskii <eliz@gnu.org>
2381
2382 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2383 and add a few popular commands found in batch files.
2384 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2385 (dos-mode): Doc fixes.
2386
2387 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2388
2389 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2390 (dos-mode): Use setq-local. Add space after "rem".
2391 (dos-mode-syntax-table): Don't use "w" for symbol chars.
2392 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2393
2394 2013-08-07 Arni Magnusson <arnima@hafro.is>
2395
2396 * progmodes/dos.el: New file.
2397 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2398 dos-mode.
2399
2400 2013-08-06 Glenn Morris <rgm@gnu.org>
2401
2402 * calendar/calendar.el: Add new faces, and day-header-array.
2403 (calendar-weekday-header, calendar-weekend-header)
2404 (calendar-month-header): New faces.
2405 (calendar-day-header-construct): New function.
2406 (calendar-day-header-width): Also :set calendar-day-header-array.
2407 (calendar-american-month-header, calendar-european-month-header)
2408 (calendar-iso-month-header): Use calendar- faces.
2409 (calendar-generate-month):
2410 Use calendar-day-header-array for day headers; apply faces to them.
2411 (calendar-mode): Check calendar-font-lock-keywords non-nil.
2412 (calendar-abbrev-construct): Add optional maxlen argument.
2413 (calendar-day-name-array): Doc fix.
2414 (calendar-day-name-array, calendar-abbrev-length)
2415 (calendar-day-abbrev-array):
2416 Also :set calendar-day-header-array, and maybe redraw.
2417 (calendar-day-header-array): New option. (Bug#15007)
2418 (calendar-font-lock-keywords): Set to nil and make obsolete.
2419 (calendar-day-name): Add option to use header array.
2420
2421 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2422
2423 * net/shr.el (shr-render-td): Remove debugging.
2424 (shr-render-td): Make width computation consistent by defaulting
2425 all zero-width columns to 10 characters. This may not be optimal,
2426 but it's at least consistent.
2427 (shr-make-table-1): Redo last change to fix the real problem in
2428 colspan handling.
2429
2430 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2431
2432 * files.el (cache-long-line-scans):
2433 Make obsolete alias to `cache-long-scans'.
2434
2435 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
2436
2437 * frameset.el (frameset, frameset-filter-alist)
2438 (frameset-filter-params, frameset-save, frameset--reuse-frame)
2439 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
2440 (frameset-compute-pos): Rename from frameset--compute-pos,
2441 and add docstring.
2442 (frameset-move-onscreen): Use frameset-compute-pos.
2443 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2444
2445 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
2446 Fix typos in docstrings.
2447
2448 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2449
2450 * frame.el (get-other-frame): Tiny cleanup.
2451
2452 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
2453
2454 * vc/vc.el (vc-default-ignore-completion-table):
2455 Silence byte-compiler warning.
2456
2457 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
2458 slot , which can indeed be nil.
2459 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2460 Move entry for `left' from persistent to live filter alist.
2461 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
2462 Doc fixes.
2463 (frameset-filter-params): When restoring a frame, copy items added to
2464 `filtered', to avoid unwittingly modifying the original parameters.
2465 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
2466 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
2467
2468 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
2469 to use looking-at-p instead of looking-at. (Bug#15028)
2470
2471 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 Revert introduction of isearch-filter-predicates (bug#14714).
2474 Rely on add-function instead.
2475 * isearch.el (isearch-filter-predicates): Rename it back to
2476 isearch-filter-predicate.
2477 (isearch-message-prefix): Use advice-function-mapc and advice
2478 properties to get the isearch-message-prefix.
2479 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
2480 instead of run-hook-with-args-until-failure.
2481 (isearch-filter-visible): Not obsolete any more.
2482 * loadup.el: Preload nadvice.
2483 * replace.el (perform-replace): Revert to funcall
2484 instead of run-hook-with-args-until-failure.
2485 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
2486 * dired-aux.el (dired-isearch-filenames-mode): Rename from
2487 dired-isearch-filenames-toggle; make it into a proper minor mode.
2488 Use add/remove-function.
2489 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
2490 Call the minor-mode rather than add/remove-hook.
2491 (dired-isearch-filter-filenames):
2492 Remove isearch-message-prefix property.
2493 * info.el (Info--search-loop): New function, extracted from Info-search.
2494 Funcall isearch-filter-predicate instead of
2495 run-hook-with-args-until-failure isearch-filter-predicates.
2496 (Info-search): Use it.
2497 (Info-mode): Use isearch-filter-predicate instead of
2498 isearch-filter-predicates.
2499
2500 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2501
2502 Do not call to `selected-window' where it is assumed by default.
2503 Affected functions are `window-minibuffer-p', `window-dedicated-p',
2504 `window-hscroll', `window-width', `window-height', `window-buffer',
2505 `window-frame', `window-start', `window-point', `next-window'
2506 and `window-display-table'.
2507 * abbrev.el (abbrev--default-expand):
2508 * bs.el (bs--show-with-configuration):
2509 * buff-menu.el (Buffer-menu-mouse-select):
2510 * calc/calc.el (calc):
2511 * calendar/calendar.el (calendar-generate-window):
2512 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
2513 (diary-make-entry):
2514 * comint.el (send-invisible, comint-dynamic-complete-filename)
2515 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
2516 * completion.el (complete):
2517 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
2518 * disp-table.el (describe-current-display-table):
2519 * doc-view.el (doc-view-insert-image):
2520 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
2521 * ehelp.el (with-electric-help):
2522 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2523 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
2524 * emacs-lisp/helper.el (Helper-help-scroller):
2525 * emulation/cua-base.el (cua--post-command-handler-1):
2526 * eshell/esh-mode.el (eshell-output-filter):
2527 * ffap.el (ffap-gnus-wrapper):
2528 * help-macro.el (make-help-screen):
2529 * hilit-chg.el (highlight-compare-buffers):
2530 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
2531 * hl-line.el (global-hl-line-highlight):
2532 * icomplete.el (icomplete-simple-completing-p):
2533 * isearch.el (isearch-done):
2534 * jit-lock.el (jit-lock-stealth-fontify):
2535 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
2536 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
2537 * mpc.el (mpc-tagbrowser, mpc):
2538 * net/rcirc.el (rcirc-any-buffer):
2539 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
2540 * play/landmark.el (landmark-max-width, landmark-max-height):
2541 * play/zone.el (zone):
2542 * progmodes/compile.el (compilation-goto-locus):
2543 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
2544 * progmodes/etags.el (find-tag-other-window):
2545 * progmodes/fortran.el (fortran-column-ruler):
2546 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2547 * progmodes/verilog-mode.el (verilog-point-text):
2548 * reposition.el (reposition-window):
2549 * rot13.el (toggle-rot13-mode):
2550 * server.el (server-switch-buffer):
2551 * shell.el (shell-dynamic-complete-command)
2552 (shell-dynamic-complete-environment-variable):
2553 * simple.el (insert-buffer, set-selective-display)
2554 (delete-completion-window):
2555 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
2556 (speedbar-recenter):
2557 * startup.el (fancy-splash-head):
2558 * textmodes/ispell.el (ispell-command-loop):
2559 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
2560 * tutorial.el (help-with-tutorial):
2561 * vc/add-log.el (add-change-log-entry):
2562 * vc/compare-w.el (compare-windows):
2563 * vc/ediff-help.el (ediff-indent-help-message):
2564 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
2565 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
2566 (ediff-setup-control-frame):
2567 * vc/emerge.el (emerge-position-region):
2568 * vc/pcvs-util.el (cvs-bury-buffer):
2569 * window.el (walk-windows, mouse-autoselect-window-select):
2570 * winner.el (winner-set-conf, winner-undo): Related users changed.
2571
2572 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
2573
2574 * frameset.el (frameset--set-id): Doc fix.
2575 (frameset-frame-id, frameset-frame-id-equal-p)
2576 (frameset-locate-frame-id): New functions.
2577 (frameset--process-minibuffer-frames, frameset--reuse-frame)
2578 (frameset-restore): Use them.
2579
2580 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2581
2582 Do not call to `selected-frame' where it is assumed by default.
2583 Affected functions are `raise-frame', `redraw-frame',
2584 `frame-first-window', `frame-terminal' and `delete-frame'.
2585 * calendar/appt.el (appt-disp-window):
2586 * epg.el (epg-wait-for-completion):
2587 * follow.el (follow-delete-other-windows-and-split)
2588 (follow-avoid-tail-recenter):
2589 * international/mule.el (set-terminal-coding-system):
2590 * mail/rmail.el (rmail-mail-return):
2591 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2592 * progmodes/f90.el (f90-add-imenu-menu):
2593 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
2594 * server.el (server-switch-buffer):
2595 * simple.el (delete-completion-window):
2596 * talk.el (talk):
2597 * term/xterm.el (terminal-init-xterm-modify-other-keys)
2598 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
2599 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
2600 * vc/ediff.el (ediff-documentation): Related users changed.
2601 * frame.el (selected-terminal): Remove the leftover.
2602
2603 2013-08-05 Glenn Morris <rgm@gnu.org>
2604
2605 * calendar/calendar.el (calendar-generate-month):
2606 Fix for calendar-column-width != 1 + calendar-day-digit-width.
2607 (calendar-generate-month, calendar-font-lock-keywords):
2608 Fix for calendar-day-header-width > length of any day name.
2609
2610 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
2611
2612 * desktop.el (desktop-clear): Use new name of sort predicate.
2613
2614 * frameset.el (frameset): Add docstring. Move :version property to its
2615 own `version' slot.
2616 (frameset-copy): Rename from copy-frameset.
2617 (frameset-p): Check more thoroughly.
2618 (frameset-prop): Do not check for :version, which is no longer a prop.
2619 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2620 Use new :never value instead of t.
2621 (frameset-filter-alist): Expand and clarify docstring.
2622 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
2623 (frameset-filter-minibuffer, frameset-filter-save-param)
2624 (frameset-filter-restore-param, frameset-filter-iconified):
2625 Add pointer to docstring of frameset-filter-alist.
2626 (frameset-filter-params): Rename filter values to be more meaningful:
2627 :never instead of t, and reverse the meanings of :save and :restore.
2628 (frameset--process-minibuffer-frames): Clarify error message.
2629 (frameset-save): Avoid unnecessary and confusing call to framep.
2630 Use new BOA constructor for framesets.
2631 (frameset--reuse-list): Doc fix.
2632 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
2633 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
2634 (frameset-minibufferless-first-p): Doc fix.
2635 Rename from frameset-sort-frames-for-deletion.
2636 (frameset-restore): Doc fixes. Use new function names.
2637 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2638
2639 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
2640
2641 * desktop.el (desktop-restore-forces-onscreen)
2642 (desktop-restore-reuses-frames): Document :keyword constant values.
2643 (desktop-filter-parameters-alist): Remove, now identical to
2644 frameset-filter-alist.
2645 (desktop--filter-tty*): Remove, moved to frameset.el.
2646 (desktop-save-frameset, desktop-restore-frameset):
2647 Do not pass :filters argument.
2648
2649 * frameset.el (frameset-live-filter-alist)
2650 (frameset-persistent-filter-alist): New variables.
2651 (frameset-filter-alist): Use them. Add autoload cookie.
2652 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
2653 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
2654 `frameset--id' (it's supposed to be internal to frameset.el).
2655 (frameset--process-minibuffer-frames): Ditto. Doc fix.
2656 (frameset--initial-params): New function.
2657 (frameset--get-frame): Use it. Doc fix.
2658 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
2659 Accept :all, not 'all.
2660 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
2661 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
2662 with fbound symbols. Fix frame id matching, and remove matching ids if
2663 the frame being restored is deleted. Obey :delete.
2664
2665 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * subr.el (macrop): New function.
2668 (text-clone--maintaining): New var.
2669 (text-clone--maintain): Rename from text-clone-maintain. Use it
2670 instead of inhibit-modification-hooks.
2671
2672 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
2673 a proxy, so as handle autoloads and redefinitions of the target.
2674 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
2675
2676 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
2677 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
2678 (pcase--mutually-exclusive-p): New function.
2679 (pcase--split-consp): Use it.
2680 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
2681 mutually exclusive with the current predicate.
2682
2683 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
2684 (edebug-macrop): Remove. Use `macrop' instead.
2685 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
2686 (ad-macro-p):
2687 * eshell/esh-cmd.el (eshell-macrop):
2688 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
2689
2690 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
2693 (advice-mapc): New function, using it.
2694 (advice-function-member-p): New function.
2695 (advice--normalize): Store the cdr in advice--saved-rewrite since
2696 that's the part that will be changed.
2697 (advice--symbol-function): New function.
2698 (advice-remove): Handle removal before the function is defined.
2699 Adjust to new advice--saved-rewrite.
2700 (advice-member-p): Use advice-function-member-p and
2701 advice--symbol-function.
2702
2703 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
2704
2705 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
2706 (frameset-filter-minibuffer): Doc fix.
2707 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
2708 (frameset--set-id, frameset--process-minibuffer-frames)
2709 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
2710 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
2711
2712 * desktop.el (desktop-clear): Only delete frames when called
2713 interactively and desktop-restore-frames is non-nil. Doc fix.
2714 (desktop-read): Set desktop-saved-frameset to nil.
2715
2716 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
2717
2718 * vc/vc.el (vc-ignore): Rewrite.
2719 (vc-default-ignore-completion-table):
2720 (vc--read-lines):
2721 (vc--add-line, vc--remove-regexp): New functions.
2722
2723 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
2724 (vc-svn-ignore-completion-table): New function.
2725
2726 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
2727 (vc-hg-ignore-completion-table):
2728 (vc-hg-find-ignore-file): New functions.
2729
2730 * vc/vc-git.el (vc-git-ignore): Rewrite.
2731 (vc-git-ignore-completion-table):
2732 (vc-git-find-ignore-file): New functions.
2733
2734 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
2735
2736 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
2737 (vc-bzr-ignore-completion-table):
2738 (vc-bzr-find-ignore-file): New functions.
2739
2740 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
2741
2742 * frameset.el (frameset-prop): New function and setter.
2743 (frameset-save): Do not modify frame list passed by the caller.
2744
2745 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
2748
2749 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2750
2751 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
2752 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
2753
2754 * custom.el (custom-initialize-default, custom-initialize-set)
2755 (custom-initialize-reset, custom-initialize-changed): Affect the
2756 toplevel-default-value (bug#6275, bug#14586).
2757 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
2758 for bug#6275.
2759
2760 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
2761
2762 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2763 Add cl-def* expressions.
2764
2765 * frameset.el (frameset-filter-params): Fix order of arguments.
2766
2767 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
2768
2769 Move code related to saving frames to frameset.el.
2770 * desktop.el: Require frameset.
2771 (desktop-restore-frames): Doc fix.
2772 (desktop-restore-reuses-frames): Rename from
2773 desktop-restoring-reuses-frames.
2774 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
2775 (desktop-clear): Clear frames too.
2776 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
2777 (desktop--filter-tty*, desktop-save, desktop-read):
2778 Use frameset functions.
2779 (desktop-before-saving-frames-functions, desktop--filter-*-color)
2780 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
2781 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
2782 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
2783 (desktop--process-minibuffer-frames, desktop-save-frames)
2784 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
2785 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
2786 (desktop--sort-states, desktop-restoring-frames-p)
2787 (desktop-restore-frames): Remove. Most code moved to frameset.el.
2788 (desktop-restoring-frameset-p, desktop-restore-frameset)
2789 (desktop--check-dont-save, desktop-save-frameset): New functions.
2790 (desktop--app-id): New constant.
2791 (desktop-first-buffer, desktop-buffer-ok-count)
2792 (desktop-buffer-fail-count): Move before first use.
2793 * frameset.el: New file.
2794
2795 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * files.el: Use lexical-binding.
2798 (dir-locals-read-from-file): Remove unused `err' variable.
2799 (hack-dir-local-variables--warned-coding): New var.
2800 (hack-dir-local-variables): Use it to avoid repeated warnings.
2801 (make-backup-file-name--default-function): New function.
2802 (make-backup-file-name-function): Use it as default.
2803 (buffer-stale--default-function): New function.
2804 (buffer-stale-function): Use it as default.
2805 (revert-buffer-insert-file-contents--default-function): New function.
2806 (revert-buffer-insert-file-contents-function): Use it as default.
2807 (insert-directory): Avoid add-to-list.
2808
2809 * autorevert.el (auto-revert-handler): Simplify.
2810 Use buffer-stale--default-function.
2811
2812 2013-08-01 Tassilo Horn <tsdh@gnu.org>
2813
2814 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
2815
2816 * whitespace.el (whitespace-ensure-local-variables): New function.
2817 (whitespace-cleanup-region): Call it.
2818 (whitespace-turn-on): Call it.
2819
2820 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
2821
2822 Complete file name handlers.
2823
2824 * net/tramp.el (tramp-handle-set-visited-file-modtime)
2825 (tramp-handle-verify-visited-file-modtime)
2826 (tramp-handle-file-notify-rm-watch): New functions.
2827 (tramp-call-process): Do not bind `default-directory'.
2828
2829 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
2830 Order alphabetically.
2831 [access-file, add-name-to-file, dired-call-process]:
2832 [dired-compress-file, file-acl, file-notify-rm-watch]:
2833 [file-ownership-preserved-p, file-selinux-context]:
2834 [make-directory-internal, make-symbolic-link, set-file-acl]:
2835 [set-file-selinux-context, set-visited-file-modtime]:
2836 [verify-visited-file-modtime]: Add handler.
2837 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
2838
2839 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2840 [file-notify-add-watch, file-notify-rm-watch]:
2841 [set-file-times, set-visited-file-modtime]:
2842 [verify-visited-file-modtime]: Add handler.
2843 (with-tramp-gvfs-error-message)
2844 (tramp-gvfs-handle-set-visited-file-modtime)
2845 (tramp-gvfs-fuse-file-name): Remove.
2846 (tramp-gvfs-handle-file-notify-add-watch)
2847 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
2848 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
2849
2850 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
2851 Order alphabetically.
2852 [file-notify-rm-watch ]: Use default Tramp handler.
2853 [executable-find]: Remove private handler.
2854 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
2855 `default-directory'.
2856 (tramp-sh-handle-executable-find)
2857 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
2858 (tramp-sh-file-gvfs-monitor-dir-process-filter)
2859 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
2860 Do not use `format' in `tramp-message'.
2861
2862 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
2863 [file-notify-rm-watch, set-visited-file-modtime]:
2864 [verify-visited-file-modtime]: Add handler.
2865 (tramp-smb-call-winexe): Do not bind `default-directory'.
2866
2867 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
2868
2869 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
2870
2871 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
2872
2873 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
2874 use it.
2875 (log-view-diff-changeset): Same.
2876 (log-view-diff-common): Call backend command `previous-revision'
2877 to find out the previous revision, in both cases. Swap the
2878 variables `to' and `fr', so that `fr' usually refers to the
2879 earlier revision (Bug#14989).
2880
2881 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
2882
2883 * ibuf-ext.el (ibuffer-filter-by-filename):
2884 Make it work with dired buffers too.
2885
2886 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
2887
2888 * emacs-lisp/re-builder.el (reb-color-display-p):
2889 * files.el (save-buffers-kill-terminal):
2890 * net/browse-url.el (browse-url):
2891 * server.el (server-save-buffers-kill-terminal):
2892 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
2893 Prefer nil to selected-frame for the first arg of frame-parameter.
2894
2895 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
2896
2897 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
2898
2899 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
2900
2901 * minibuffer.el (completion--twq-all): Try and preserve each
2902 completion's case choice (bug#14907).
2903
2904 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2905
2906 * net/network-stream.el (open-network-stream): Mention the new
2907 :nogreeting parameter.
2908 (network-stream-open-starttls): Use the :nogreeting parameter
2909 (bug#14938).
2910
2911 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
2912
2913 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
2914 more natural than popping.
2915
2916 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
2917 (shr-urlify): Highlight under mouse.
2918
2919 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
2920
2921 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
2922
2923 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
2924
2925 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
2926 buffer for output.
2927
2928 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
2929 point-min==1. Fix search string. Fix parentheses missing.
2930
2931 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
2932 assume point-min==1. Fix search string. Fix parentheses missing.
2933
2934 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
2935
2936 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
2937 buffer for output.
2938
2939 2013-07-29 Eli Zaretskii <eliz@gnu.org>
2940
2941 * frame.el (frame-notice-user-settings): Avoid inflooping when the
2942 initial frame is minibuffer-less. (Bug#14841)
2943
2944 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
2945
2946 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
2947 option.
2948
2949 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2950 (tramp-maybe-open-connection): Use it.
2951
2952 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
2953
2954 * desktop.el (desktop--make-frame): Include `minibuffer' in the
2955 minimal set of parameters passed when creating a frame, because
2956 the minibuffer status of a frame cannot be changed later.
2957
2958 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
2959
2960 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
2961 replace-regexp-in-string and inadvertent omissions in previous change.
2962 (todo-filter-items): Ensure only file names are comma-separated in
2963 name of filtered items buffer.
2964
2965 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
2966
2967 * desktop.el: Optionally force offscreen frames back onscreen.
2968 (desktop-restoring-reuses-frames): New option.
2969 (desktop--compute-pos, desktop--move-onscreen): New functions.
2970 (desktop--make-frame): Use desktop--move-onscreen.
2971
2972 2013-07-27 Alan Mackenzie <acm@muc.de>
2973
2974 Fontify a Java generic method as a function.
2975 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
2976 value to t.
2977
2978 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
2979
2980 * calendar/todo-mode.el: Add command to rename todo files.
2981 (todo-rename-file): New command.
2982 (todo-key-bindings-t): Add key binding for it. Change the
2983 bindings of todo-filter-regexp-items(-multifile) to use `x'
2984 instead of `r', since the latter is better suited to the new
2985 renaming command.
2986
2987 2013-07-27 Alan Mackenzie <acm@muc.de>
2988
2989 Make Java try-with-resources statement parse properly.
2990 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
2991 (c-block-stmt-1-2-key): New language constants/variables.
2992 * progmodes/cc-engine.el (c-beginning-of-statement-1)
2993 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
2994 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
2995 with c-block-stmt-1-2-key.
2996
2997 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
2998
2999 * desktop.el (desktop--make-frame): Apply most frame parameters after
3000 creating the frame to force (partially or totally) offscreen frames to
3001 be restored as such.
3002
3003 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
3004
3005 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
3006 (Bug#14948)
3007
3008 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
3011 `base' arg of backtrace-frame.
3012
3013 2013-07-26 Eli Zaretskii <eliz@gnu.org>
3014
3015 * simple.el (list-processes): Doc fix.
3016
3017 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3018
3019 * desktop.el (desktop--select-frame):
3020 Try harder to reuse existing frames.
3021
3022 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3023
3024 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
3025 (edebug-eval): Use backtrace-eval.
3026 (edebug--display, edebug--recursive-edit): Don't let-bind the
3027 edebug-outer-* vars that keep track of variables we locally let-bind.
3028 (edebug-outside-excursion): Don't restore outside values of locally
3029 let-bound vars.
3030 (edebug--display): Use user-error.
3031 (cl-lexical-debug, cl-debug-env): Remove.
3032
3033 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3034
3035 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
3036 are restored to be sure that they are visible before deleting any
3037 remaining ones.
3038
3039 2013-07-26 Matthias Meulien <orontee@gmail.com>
3040
3041 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
3042 vc-print-root-log. (Bug#14948)
3043
3044 2013-07-26 Richard Stallman <rms@gnu.org>
3045
3046 Add aliases for encrypting mail.
3047 * epa.el (epa-mail-aliases): New option.
3048 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
3049 Bind inhibit-read-only so read-only text doesn't ruin everything.
3050 (epa-mail-default-recipients): New subroutine broken out.
3051 Handle epa-mail-aliases.
3052
3053 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 Add support for lexical variables to the debugger's `e' command.
3056 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
3057 vars, except for debugger-outer-match-data.
3058 (debugger-frame-number): Move check for "on a function call" from
3059 callers into it. Add `skip-base' argument.
3060 (debugger-frame, debugger-frame-clear): Simplify accordingly.
3061 (debugger-env-macro): Only reset the state stored in non-variables,
3062 i.e. current-buffer and match-data.
3063 (debugger-eval-expression): Rewrite using backtrace-eval.
3064 * subr.el (internal--called-interactively-p--get-frame): Remove.
3065 (called-interactively-p):
3066 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
3067 `base' arg of backtrace-frame instead.
3068
3069 2013-07-26 Glenn Morris <rgm@gnu.org>
3070
3071 * align.el (align-regexp): Doc fix. (Bug#14857)
3072 (align-region): Explicit error if subexpression missing/does not match.
3073
3074 * simple.el (global-visual-line-mode):
3075 Do not duplicate the mode lighter. (Bug#14858)
3076
3077 2013-07-25 Martin Rudalics <rudalics@gmx.at>
3078
3079 * window.el (display-buffer): In display-buffer bind
3080 split-window-keep-point to t, bug#14829.
3081
3082 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3083
3084 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
3085 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
3086 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
3087 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3088 Change accordingly.
3089 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3090 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
3091
3092 2013-07-25 Glenn Morris <rgm@gnu.org>
3093
3094 * dired-x.el (dired-mark-extension): Convert comment to doc string.
3095
3096 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3097
3098 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
3099 parameter to modify-frame-parameters if the value has not changed;
3100 this is a workaround for bug#14949.
3101 (desktop--make-frame): On cl-delete-if call, check parameter name,
3102 not full parameter.
3103
3104 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3105
3106 * vc/vc.el (vc-ignore): New function.
3107
3108 * vc/vc-svn.el (vc-svn-ignore): New function.
3109
3110 * vc/vc-hg.el (vc-hg-ignore): New function.
3111
3112 * vc/vc-git.el (vc-git-ignore): New function.
3113
3114 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
3115 (vc-dir-ignore): New function.
3116
3117 * vc/vc-cvs.el (vc-cvs-ignore): New function.
3118 (cvs-append-to-ignore): Move here from pcvs.el.
3119
3120 * vc/vc-bzr.el (vc-bzr-ignore): New function.
3121
3122 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
3123
3124 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
3125
3126 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
3127 (desktop-restore-frames): Warn when deleting an existing frame failed.
3128
3129 2013-07-24 Glenn Morris <rgm@gnu.org>
3130
3131 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
3132
3133 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
3134
3135 * filenotify.el (file-notify-supported-p):
3136 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3137 Remove functions.
3138
3139 * autorevert.el (auto-revert-use-notify):
3140 (auto-revert-notify-add-watch):
3141 * net/tramp.el (tramp-file-name-for-operation):
3142 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3143 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3144 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3145 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3146 Remove `file-notify-supported-p' entry.
3147
3148 2013-07-24 Glenn Morris <rgm@gnu.org>
3149
3150 * printing.el: Replace all uses of deleted ps-windows-system,
3151 ps-lp-system, ps-flatten-list with lpr- versions.
3152
3153 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
3156 checked with memq (bug#14935).
3157
3158 * files.el (revert-buffer-function): Use a non-nil default.
3159 (revert-buffer-preserve-modes): Declare var to
3160 provide access to the `preserve-modes' argument.
3161 (revert-buffer): Let-bind it.
3162 (revert-buffer--default): New function, extracted from revert-buffer.
3163
3164 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3165
3166 * lpr.el: Signal print errors more prominently.
3167 (print-region-function): Don't default to nil.
3168 (lpr-print-region): New function, extracted from print-region-1.
3169 Check lpr's return value and signal an error in case of problem.
3170 (print-region-1): Use it.
3171 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
3172 versions instead.
3173 (ps-printer-name): Default to nil.
3174 (ps-printer-name-option): Default to lpr-printer-switch.
3175 (ps-print-region-function): Don't default to nil.
3176 (ps-postscript-code-directory): Simplify default.
3177 (ps-do-despool): Use lpr-print-region to properly check the outcome.
3178 (ps-string-list, ps-eval-switch, ps-flatten-list)
3179 (ps-flatten-list-1): Remove.
3180 (ps-multibyte-buffer): Avoid setq.
3181 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3182 (print-region-function, ps-print-region-function): Don't set them here.
3183
3184 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
3185
3186 * ido.el (ido-fractionp):
3187 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3188 (ido-max-file-prompt-width, ido-unc-hosts-cache)
3189 (ido-max-directory-size, ido-max-dir-file-cache)
3190 (ido-decorations): Doc fix.
3191
3192 * ansi-color.el: Fix old URL.
3193
3194 2013-07-23 Michael R. Mauger <michael@mauger.com>
3195
3196 * progmodes/sql.el Version 3.3
3197 (sql-product-alist): Improve oracle :prompt-cont-regexp.
3198 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3199 (sql-interactive-remove-continuation-prompt): Rewrite, use
3200 functions above. Fix continuation prompt and complete output line
3201 handling.
3202 (sql-redirect-one, sql-execute): Use `read-only-mode' on
3203 redirected output buffer.
3204 (sql-mode): Restore deleted code (Bug#13591).
3205
3206 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3207
3208 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3209
3210 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
3211
3212 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3213
3214 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3215 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3216 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3217
3218 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3219
3220 * desktop.el (desktop-clear): Simplify; remove useless checks
3221 against invalid buffer names.
3222 (desktop-list*): Use cl-list*.
3223 (desktop-buffer-info, desktop-create-buffer): Simplify.
3224
3225 2013-07-23 Leo Liu <sdl.web@gmail.com>
3226
3227 * bookmark.el (bookmark-make-record): Restore NAME as a default
3228 value. (Bug#14933)
3229
3230 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * emacs-lisp/autoload.el (autoload--setup-output): New function,
3233 extracted from autoload--insert-text.
3234 (autoload--insert-text): Remove.
3235 (autoload--print-cookie-text): New function, extracted from
3236 autoload--insert-cookie-text.
3237 (autoload--insert-cookie-text): Remove.
3238 (autoload-generate-file-autoloads): Adjust calls accordingly.
3239
3240 * winner.el (winner-hook-installed-p): Remove.
3241 (winner-mode): Simplify accordingly.
3242
3243 * subr.el (add-to-list): Fix compiler-macro when `append' is
3244 not constant. Don't use `cl-member' for the base case.
3245
3246 * progmodes/subword.el: Fix boundary case (bug#13758).
3247 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
3248 own group.
3249 (subword-backward-regexp): Make it a constant.
3250 (subword-forward-internal): Don't treat a trailing capital as the
3251 beginning of a word.
3252
3253 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3254
3255 * emacs-lisp/package.el (package-menu-mode): Don't modify the
3256 global value of tabulated-list-revert-hook (bug#14930).
3257
3258 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
3259
3260 * desktop.el: Require 'cl-lib.
3261 (desktop-before-saving-frames-functions): New hook.
3262 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
3263 for frames being saved. Rename from desktop--save-minibuffer-frames.
3264 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
3265 Do not save frames with non-nil `desktop-dont-save' parameter.
3266 Filter out deleted frames.
3267 (desktop--find-frame): Use cl-find-if.
3268 (desktop--select-frame): Use cl-(first|second|third) to access values
3269 of desktop-mini.
3270 (desktop--make-frame): Use cl-delete-if.
3271 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
3272 (desktop-restore-frames): Use cl-(first|second|third) to access values
3273 of desktop-mini. Look for visible frame at the end, not while
3274 restoring frames.
3275
3276 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
3277 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
3278 Use string-match-p, looking-at-p (bug#14927).
3279
3280 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
3281
3282 * desktop.el (desktop-saved-frame-states):
3283 Rename from desktop--saved-states; all users changed.
3284 (desktop-save-frames): Rename from desktop--save-frames.
3285 Do not save state to desktop file.
3286 (desktop-save): Save desktop-saved-frame-states to desktop file
3287 and reset to nil.
3288 (desktop-restoring-frames-p): New function.
3289 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
3290 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
3291 buffer-lists when restoring frames. Suggested by Martin Rudalics.
3292
3293 * desktop.el: Correctly restore iconified frames.
3294 (desktop--filter-iconified-position): New function.
3295 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3296
3297 2013-07-20 Glenn Morris <rgm@gnu.org>
3298
3299 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3300 Let `message' do the formatting.
3301 (def-gdb-preempt-display-buffer): Add explicit format.
3302
3303 * image-dired.el (image-dired-track-original-file):
3304 Use with-current-buffer.
3305 (image-dired-track-thumbnail): Use with-current-buffer.
3306 Avoid changing point of wrong window.
3307
3308 * image-dired.el (image-dired-track-original-file):
3309 Avoid changing point of wrong window. (Bug#14909)
3310
3311 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
3312
3313 * progmodes/gdb-mi.el (gdb-done-or-error):
3314 Guard against "%" in gdb output. (Bug#14127)
3315
3316 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
3317
3318 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3319 (Bug#14826)
3320
3321 * international/mule.el (coding-system-iso-2022-flags): Fix last
3322 change.
3323
3324 2013-07-20 Kenichi Handa <handa@gnu.org>
3325
3326 * international/mule.el (coding-system-iso-2022-flags):
3327 Add `8-bit-level-4'. (Bug#8522)
3328
3329 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3330
3331 * net/shr.el (shr-mouse-browse-url): New command and keystroke
3332 (bug#14815).
3333
3334 * net/eww.el (eww-process-text-input): Allow inputting when the
3335 point is at the start of the line, as the properties aren't
3336 front-sticky.
3337
3338 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
3339 degenerate widths.
3340
3341 2013-07-19 Richard Stallman <rms@gnu.org>
3342
3343 * epa.el (epa-popup-info-window): Doc fix.
3344
3345 * subr.el (split-string): New arg TRIM.
3346
3347 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3350 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3351
3352 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
3353
3354 * filenotify.el (file-notify--library): Rename from
3355 `file-notify-support'. Do not autoload. Adapt all uses.
3356 (file-notify-supported-p): New defun.
3357
3358 * autorevert.el (auto-revert-use-notify):
3359 Use `file-notify-supported-p' instead of `file-notify-support'.
3360 Adapt docstring.
3361 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3362
3363 * net/tramp.el (tramp-file-name-for-operation):
3364 Add `file-notify-supported-p'.
3365
3366 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3367 New defun.
3368 (tramp-sh-file-name-handler-alist): Add it as handler for
3369 `file-notify-supported-p '.
3370
3371 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3372 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3373 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3374 Add `ignore' as handler for `file-notify-*' functions.
3375
3376 2013-07-17 Eli Zaretskii <eliz@gnu.org>
3377
3378 * simple.el (line-move-partial, line-move): Don't start vscroll or
3379 scroll-up if the current line is not taller than the window.
3380 (Bug#14881)
3381
3382 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
3383
3384 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3385 highlight question marks in the method names as strings.
3386 (ruby-block-beg-keywords): Inline.
3387 (ruby-font-lock-keyword-beg-re): Extract from
3388 `ruby-font-lock-keywords'.
3389
3390 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
3391
3392 * frame.el (blink-cursor-blinks): New defcustom.
3393 (blink-cursor-blinks-done): New defvar.
3394 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3395 (blink-cursor-timer-function): Check if number of blinks has been
3396 done on X and NS.
3397 (blink-cursor-suspend, blink-cursor-check): New defuns.
3398
3399 2013-07-15 Glenn Morris <rgm@gnu.org>
3400
3401 * edmacro.el (edmacro-format-keys): Fix previous change.
3402
3403 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
3404
3405 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3406 The hack didn't work outside English locales anyway.
3407
3408 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * simple.el (define-alternatives): Rename from alternatives-define,
3411 per RMS' suggestion.
3412
3413 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
3414
3415 * desktop.el (desktop-restore-frames): Change default to t.
3416 (desktop-restore-in-current-display): Now offer more options.
3417 (desktop-restoring-reuses-frames): New customization option.
3418 (desktop--saved-states): Doc fix.
3419 (desktop-filter-parameters-alist): New variable, renamed and expanded
3420 from desktop--excluded-frame-parameters.
3421 (desktop--target-display): New variable.
3422 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3423 (desktop--filter-tty*, desktop--filter-*-color)
3424 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3425 (desktop--filter-save-desktop-parm)
3426 (desktop-restore-in-original-display-p): New functions.
3427 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3428 (desktop--save-minibuffer-frames): New function, inspired by a similar
3429 function from Martin Rudalics.
3430 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3431 (desktop--restore-in-this-display-p): Remove.
3432 (desktop--find-frame): Rename from desktop--find-frame-in-display
3433 and add predicate argument.
3434 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3435 (desktop--reuse-list): New variable.
3436 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
3437 New functions.
3438 (desktop--restore-frames): Add support for "minibuffer-special" frames.
3439
3440 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
3441
3442 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
3443
3444 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
3445
3446 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3447 Highlight conversion methods on Kernel.
3448
3449 2013-07-13 Alan Mackenzie <acm@muc.de>
3450
3451 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
3452 and comment it out. This out-commenting enables certain C++
3453 declarations to be parsed correctly.
3454
3455 2013-07-13 Eli Zaretskii <eliz@gnu.org>
3456
3457 * international/mule.el (define-coding-system): Doc fix.
3458
3459 * simple.el (default-font-height): Don't call font-info if the
3460 frame's default font didn't change since the frame was created.
3461 (Bug#14838)
3462
3463 2013-07-13 Leo Liu <sdl.web@gmail.com>
3464
3465 * ido.el (ido-read-file-name): Guard against non-symbol value.
3466
3467 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3468
3469 * progmodes/python.el (python-imenu--build-tree): Fix corner case
3470 in nested defuns.
3471
3472 2013-07-13 Leo Liu <sdl.web@gmail.com>
3473
3474 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
3475 ido-set-matches call. (Bug#6852)
3476
3477 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
3478
3479 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
3480 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
3481 Ruby 2.0.
3482 (ruby-font-lock-keywords): Distinguish calls to functions with
3483 module-like names from module references. Highlight character
3484 literals.
3485
3486 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
3487
3488 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
3489 (gdb-send): Handle continued commands. (Bug#14847)
3490
3491 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
3492
3493 * desktop.el (desktop--v2s): Remove unused local variable.
3494 (desktop-save-buffer): Make defvar-local; adjust docstring.
3495 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
3496 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
3497
3498 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
3499
3500 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
3501
3502 2013-07-12 Eli Zaretskii <eliz@gnu.org>
3503
3504 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
3505 (Bug#14842)
3506
3507 2013-07-12 Glenn Morris <rgm@gnu.org>
3508
3509 * doc-view.el: Require cl-lib at runtime too.
3510 (doc-view-remove-if): Remove.
3511 (doc-view-search-next-match, doc-view-search-previous-match):
3512 Use cl-remove-if.
3513
3514 * edmacro.el: Require cl-lib at runtime too.
3515 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
3516 (edmacro-mismatch, edmacro-subseq): Remove.
3517
3518 * shadowfile.el: Require cl-lib.
3519 (shadow-remove-if): Remove.
3520 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
3521 Use cl-remove-if.
3522
3523 * wid-edit.el: Require cl-lib.
3524 (widget-choose): Use cl-remove-if.
3525 (widget-remove-if): Remove.
3526
3527 * progmodes/ebrowse.el: Require cl-lib at runtime too.
3528 (ebrowse-delete-if-not): Remove.
3529 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
3530 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
3531 Use cl-delete-if-not.
3532
3533 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
3534
3535 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
3536 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
3537
3538 2013-07-12 Leo Liu <sdl.web@gmail.com>
3539
3540 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
3541
3542 2013-07-11 Glenn Morris <rgm@gnu.org>
3543
3544 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
3545 (edebug-gensym-index, edebug-gensym):
3546 Remove reimplementation of cl-gensym.
3547 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
3548
3549 * thumbs.el: Require cl-lib at run-time too.
3550 (thumbs-gensym-counter, thumbs-gensym):
3551 Remove reimplementation of cl-gensym.
3552 (thumbs-temp-file): Use cl-gensym.
3553
3554 * emacs-lisp/ert.el: Require cl-lib at runtime too.
3555 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
3556 (ert--intersection, ert--set-difference, ert--set-difference-eq)
3557 (ert--union, ert--gensym-counter, ert--gensym-counter)
3558 (ert--coerce-to-vector, ert--remove*, ert--string-position)
3559 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
3560 (ert-make-test-unbound, ert--expand-should-1)
3561 (ert--expand-should, ert--should-error-handle-error)
3562 (should-error, ert--explain-equal-rec)
3563 (ert--plist-difference-explanation, ert-select-tests)
3564 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
3565 Use cl-lib functions rather than reimplementations.
3566
3567 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
3568
3569 * net/tramp.el (tramp-methods): Extend docstring.
3570 (tramp-connection-timeout): New defcustom.
3571 (tramp-error-with-buffer): Reset timestamp only when appropriate.
3572 (with-tramp-progress-reporter): Simplify.
3573 (tramp-process-actions): Improve messages.
3574
3575 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3576 * net/tramp-sh.el (tramp-maybe-open-connection):
3577 Use `tramp-connection-timeout'.
3578 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
3579 (Bug#14808)
3580
3581 2013-07-11 Leo Liu <sdl.web@gmail.com>
3582
3583 * ido.el (ido-read-file-name): Conform to the requirements of
3584 read-file-name. (Bug#11861)
3585 (ido-read-directory-name): Conform to the requirements of
3586 read-directory-name.
3587
3588 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
3589
3590 * subr.el (delay-warning): New function.
3591
3592 2013-07-10 Eli Zaretskii <eliz@gnu.org>
3593
3594 * simple.el (default-line-height): New function.
3595 (line-move-partial, line-move): Use it instead of computing the
3596 line height inline.
3597 (line-move-partial): Always compute ROWH. If the last line is
3598 partially-visible, but its text is completely visible, allow
3599 cursor to enter such a partially-visible line.
3600
3601 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
3602
3603 Improve error messages. (Bug#14808)
3604
3605 * net/tramp.el (tramp-current-connection): New defvar, moved from
3606 tramp-sh.el.
3607 (tramp-message-show-progress-reporter-message): Remove, not
3608 needed anymore.
3609 (tramp-error-with-buffer): Show message in minibuffer.
3610 Discard input before waiting. Reset connection timestamp.
3611 (with-tramp-progress-reporter): Improve messages.
3612 (tramp-process-actions): Use progress reporter. Delete process in
3613 case of error. Improve messages.
3614
3615 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
3616 Call `tramp-error-with-buffer' with vector and buffer.
3617 (tramp-current-connection): Remove.
3618 (tramp-maybe-open-connection): The car of
3619 `tramp-current-connection' are the first 3 slots of the vector.
3620
3621 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
3622
3623 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
3624 inside continued strings.
3625
3626 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
3627
3628 Timestamp fixes for undo (Bug#14824).
3629 * files.el (clear-visited-file-modtime): Move here from fileio.c.
3630
3631 2013-07-10 Leo Liu <sdl.web@gmail.com>
3632
3633 * files.el (require-final-newline): Allow safe local value.
3634 (Bug#14834)
3635
3636 2013-07-09 Leo Liu <sdl.web@gmail.com>
3637
3638 * ido.el (ido-read-directory-name): Handle fallback.
3639 (ido-read-file-name): Update DIR to ido-current-directory.
3640 (Bug#1516)
3641 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
3642
3643 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
3644
3645 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
3646 "autoload". Remove "warn lower camel case" section, previously
3647 commented out. Highlight negation char. Do not highlight the
3648 target in singleton method definitions.
3649
3650 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
3651
3652 * faces.el (tty-setup-hook): Declare the hook.
3653
3654 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
3655 and detect when a guard/pred depends on local vars (bug#14773).
3656 (pcase--u1): Adjust caller.
3657
3658 2013-07-08 Eli Zaretskii <eliz@gnu.org>
3659
3660 * simple.el (line-move-partial, line-move): Account for
3661 line-spacing.
3662 (line-move-partial): Avoid setting vscroll when the last
3663 partially-visible line in window is of default height.
3664
3665 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3666
3667 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
3668 been used a while.
3669
3670 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
3671
3672 * subr.el (read-quoted-char): Remove unused local variable `char'.
3673
3674 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
3675
3676 * ediff.el (ediff-version): Version update.
3677 (ediff-files-command, ediff3-files-command, ediff-merge-command)
3678 (ediff-merge-with-ancestor-command, ediff-directories-command)
3679 (ediff-directories3-command, ediff-merge-directories-command)
3680 (ediff-merge-directories-with-ancestor-command): New functions.
3681 All are command-line interfaces to ediff: to facilitate calling
3682 Emacs with the appropriate ediff functions invoked.
3683
3684 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
3685 (viper-save-kill-buffer): Check if buffer is modified.
3686
3687 * viper.el (viper-version): Version update.
3688 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
3689
3690 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
3691
3692 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
3693 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
3694 (viper-intercept-ESC-key): Simplify.
3695 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
3696 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
3697 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
3698 (viper-setup-ESC-to-escape): New functions.
3699 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
3700 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
3701
3702 2013-07-07 Eli Zaretskii <eliz@gnu.org>
3703
3704 * simple.el (default-font-height, window-screen-lines):
3705 New functions.
3706 (line-move, line-move-partial): Use them instead of
3707 frame-char-height and window-text-height. This makes scrolling
3708 text smoother when the buffer's default face uses a font that is
3709 different from the frame's default font.
3710
3711 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
3712
3713 * files.el (write-file): Do not display confirm dialog for NS,
3714 it does its own dialog, which can't be cancelled (Bug#14578).
3715
3716 2013-07-06 Eli Zaretskii <eliz@gnu.org>
3717
3718 * simple.el (line-move-partial): Adjust the row returned by
3719 posn-at-point for the current window-vscroll. (Bug#14567)
3720
3721 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
3722
3723 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
3724 (tramp-sh-file-inotifywait-process-filter): Handle file names with
3725 spaces.
3726
3727 2013-07-06 Martin Rudalics <rudalics@gmx.at>
3728
3729 * window.el (window-state-put-stale-windows): New variable.
3730 (window--state-put-2): Save list of windows without matching buffer.
3731 (window-state-put): Remove "bufferless" windows if possible.
3732
3733 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
3734
3735 * simple.el (alternatives-define): Remove leftover :group keyword.
3736 Tweak docstring.
3737
3738 2013-07-06 Leo Liu <sdl.web@gmail.com>
3739
3740 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
3741 (ido-enable-virtual-buffers): New variable.
3742 (ido-buffer-internal, ido-toggle-virtual-buffers)
3743 (ido-make-buffer-list): Use it.
3744 (ido-exhibit): Support turning on and off virtual buffers
3745 automatically.
3746
3747 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
3748
3749 * simple.el (alternatives-define): New macro.
3750
3751 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
3752
3753 * subr.el (read-quoted-char): Use read-key.
3754 (sit-for): Let read-event decode tty input (bug#14782).
3755
3756 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
3757
3758 * calendar/todo-mode.el: Add handling of file deletion, both by
3759 mode command and externally. Fix various related bugs.
3760 Clarify Commentary and improve some documentation strings and code.
3761 (todo-delete-file): New command.
3762 (todo-check-file): New function.
3763 (todo-show): Handle external deletion of the file we're trying to
3764 show (bug#14688). Replace called-interactively-p by an optional
3765 prefix argument to avoid problematic interaction with catch form
3766 when byte compiled (bug#14702).
3767 (todo-quit): Handle external deletion of the archive's todo file.
3768 Make sure the buffer that was visiting the archive file is still
3769 live before trying to bury it.
3770 (todo-category-completions): Handle external deletion of any
3771 category completion files.
3772 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
3773 of todo files, in case of external deletion.
3774 (todo-add-file): Replace unnecessary setq by let-binding.
3775 (todo-find-archive): Check whether there are any archives.
3776 Replace unnecessary setq by let-binding.
3777 (todo-archive-done-item): Use find-file-noselect to get the
3778 archive buffer whether or not the archive already exists.
3779 Remove superfluous code. Use file size instead of buffer-file-name to
3780 check if the archive is new; if it is, update list of archives.
3781 (todo-default-todo-file): Allow nil to be a valid value for when
3782 there are no todo files.
3783 (todo-reevaluate-default-file-defcustom): Use corrected definition
3784 of todo-default-todo-file.
3785 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
3786 (todo-delete-category, todo-show-categories-table)
3787 (todo-category-number): Clarify comment.
3788 (todo-filter-items): Clarify documentation string.
3789 (todo-show-current-file, todo-display-as-todo-file)
3790 (todo-reset-and-enable-done-separator): Tweak documentation string.
3791 (todo-done-separator): Make separator length window-width, since
3792 bug#2749 is now fixed.
3793
3794 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
3795
3796 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
3797 Support both "gvfs-monitor-dir" and "inotifywait".
3798 (tramp-sh-file-inotifywait-process-filter): Rename from
3799 `tramp-sh-file-notify-process-filter'.
3800 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3801 (tramp-get-remote-gvfs-monitor-dir): New defuns.
3802
3803 2013-07-05 Leo Liu <sdl.web@gmail.com>
3804
3805 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
3806
3807 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3808
3809 * frame.el (display-pixel-height, display-pixel-width)
3810 (display-mm-height, display-mm-width): Mention behavior on
3811 multi-monitor setups in docstrings.
3812 (w32-display-monitor-attributes-list): Declare function.
3813 (display-monitor-attributes-list): Use it.
3814
3815 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
3816
3817 * filenotify.el: New package.
3818
3819 * autorevert.el (top): Require filenotify.el.
3820 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
3821 instead.
3822 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
3823 (auto-revert-notify-handler): Use `file-notify-*' functions.
3824
3825 * subr.el (file-notify-handle-event): Move function to filenotify.el.
3826
3827 * net/tramp.el (tramp-file-name-for-operation):
3828 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
3829
3830 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
3831 for `file-notify-add-watch' and `file-notify-rm-watch'.
3832 (tramp-process-sentinel): Improve trace.
3833 (tramp-sh-handle-file-notify-add-watch)
3834 (tramp-sh-file-notify-process-filter)
3835 (tramp-sh-handle-file-notify-rm-watch)
3836 (tramp-get-remote-inotifywait): New defuns.
3837
3838 2013-07-03 Juri Linkov <juri@jurta.org>
3839
3840 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
3841 call of `occur-read-primary-args' to interactive spec.
3842
3843 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
3844 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
3845
3846 2013-07-03 Matthias Meulien <orontee@gmail.com>
3847
3848 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
3849 `Buffer-menu-multi-occur'. Add it to the menu.
3850 (Buffer-menu-mode): Document it in docstring.
3851 (Buffer-menu-multi-occur): New command. (Bug#14673)
3852
3853 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3854
3855 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3856 keywords and built-ins.
3857
3858 2013-07-03 Glenn Morris <rgm@gnu.org>
3859
3860 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
3861
3862 Make info-xref checks case-sensitive by default
3863 * info.el (Info-find-node, Info-find-in-tag-table)
3864 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
3865 Add option for exact case matching of nodes.
3866 * info-xref.el (info-xref): New custom group.
3867 (info-xref-case-fold): New option.
3868 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
3869
3870 2013-07-03 Leo Liu <sdl.web@gmail.com>
3871
3872 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
3873
3874 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
3875
3876 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
3877 middle of block statement initially, lower the depth. Remove
3878 FIXME comment, not longer valid. Remove middle of block statement
3879 detection, no need to do that anymore since we've been using
3880 `ruby-parse-region' here.
3881
3882 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
3883
3884 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
3885
3886 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3887
3888 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
3889
3890 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
3891
3892 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
3893 (desktop-restore-in-current-display): New customization option.
3894 (desktop--excluded-frame-parameters): Add `font'.
3895 (desktop--save-frames): Rename from desktop--save-windows.
3896 (desktop--restore-in-this-display-p): New function.
3897 (desktop--make-full-frame): Remove unwanted width/height from
3898 full(width|height) frames.
3899 (desktop--restore-frames): Rename from desktop--restore-windows.
3900 Obey desktop-restore-current-display. Do not delete old frames or
3901 select a new frame unless we were able to restore at least one frame.
3902
3903 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
3904
3905 * files.el (find-file-noselect): Simplify conditional expression.
3906
3907 * remember.el (remember-append-to-file):
3908 Don't mix `find-buffer-visiting' and `get-file-buffer'.
3909
3910 Add `remember-notes' function to store random notes across Emacs
3911 restarts.
3912 * remember.el (remember-data-file): Add :set callback to affect
3913 notes buffer (if any).
3914 (remember-notes): New command.
3915 (remember-notes-buffer-name, bury-remember-notes-on-kill):
3916 New defcustoms for the `remember-notes' function.
3917 (remember-notes-save-and-bury-buffer): New command.
3918 (remember-notes-mode-map): New variable.
3919 (remember-mode): New minor mode.
3920 (remember-notes--kill-buffer-query): New function.
3921 * startup.el (initial-buffer-choice): Add notes to custom type.
3922
3923 2013-06-30 Eli Zaretskii <eliz@gnu.org>
3924
3925 * bindings.el (right-char, left-char): Don't call sit-for, this is
3926 no longer needed. Use arithmetic comparison only for numerical
3927 arguments.
3928
3929 * international/mule-cmds.el (select-safe-coding-system):
3930 Handle the case of FROM being a string correctly. (Bug#14755)
3931
3932 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3933
3934 * net/shr.el (shr-make-table-1): Add a sanity check that allows
3935 progression on degenerate tables.
3936 (shr-rescale-image): ImageMagick animated images currently don't work.
3937
3938 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
3939
3940 Some fixes and improvements for desktop frame restoration.
3941 It is still experimental and disabled by default.
3942 * desktop.el (desktop--save-windows): Put the selected frame at
3943 the head of the list.
3944 (desktop--make-full-frame): New function.
3945 (desktop--restore-windows): Try to re-select the frame that was
3946 selected upon saving. Do not abort if some frames fail to restore,
3947 just show an error message and continue. Set up maximized frames
3948 so they have default non-maximized dimensions.
3949
3950 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
3951
3952 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3953 Don't start heredoc inside a string or comment.
3954
3955 2013-06-29 Eli Zaretskii <eliz@gnu.org>
3956
3957 * bindings.el (visual-order-cursor-movement): New defcustom.
3958 (right-char, left-char): Provide visual-order cursor motion by
3959 calling move-point-visually. Update the doc strings.
3960
3961 2013-06-28 Kenichi Handa <handa@gnu.org>
3962
3963 * international/mule.el (define-coding-system): New coding system
3964 properties :inhibit-null-byte-detection,
3965 :inhibit-iso-escape-detection, and :prefer-utf-8.
3966 (set-buffer-file-coding-system): If :charset-list property of
3967 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
3968 appropriate for setting.
3969
3970 * international/mule-cmds.el (select-safe-coding-system):
3971 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
3972 multibyte characters, return utf-8 (or one of its siblings).
3973
3974 * international/mule-conf.el (prefer-utf-8): New coding system.
3975 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
3976 files.
3977
3978 2013-06-28 Ivan Kanis <ivan@kanis.fr>
3979
3980 * net/shr.el (shr-render-region): New function.
3981
3982 * net/eww.el: Autoload `eww-browse-url'.
3983
3984 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
3985
3986 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3987 Adapt to `package-desc-version' being a list.
3988 Use `package--ac-desc-version' to retrieve version from a package
3989 archive element.
3990
3991 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
3992
3993 New experimental feature to save&restore window and frame setup.
3994 * desktop.el (desktop-save-windows): New defcustom.
3995 (desktop--saved-states): New var.
3996 (desktop--excluded-frame-parameters): New defconst.
3997 (desktop--filter-frame-parms, desktop--find-frame-in-display)
3998 (desktop--restore-windows, desktop--save-windows): New functions.
3999 (desktop-save): Call `desktop--save-windows'.
4000 (desktop-read): Call `desktop--restore-windows'.
4001
4002 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4003
4004 * net/shr.el (add-face-text-property): Remove compat definition.
4005
4006 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4007
4008 * info.el (Info-try-follow-nearest-node): Move search for footnote
4009 above search for node name to prevent missing a footnote (bug#14717).
4010
4011 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4012
4013 * obsolete/otodo-mode.el: Add obsolescence info to file header.
4014
4015 2013-06-27 Leo Liu <sdl.web@gmail.com>
4016
4017 * net/eww.el (eww-read-bookmarks): Check file size.
4018
4019 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4020
4021 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
4022 advice--pending if newdef is nil or an autoload (bug#13820).
4023 (advice-mapc): New function.
4024
4025 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4026
4027 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
4028 probably.
4029 (eww-mode-map): Add a menu bar.
4030 (eww-add-bookmark): New command.
4031 (eww-bookmark-mode): New mode and commands.
4032 (eww-add-bookmark): Remove newlines from the title.
4033 (eww-bookmark-browse): Don't bug out if it's the only window.
4034
4035 2013-06-26 Glenn Morris <rgm@gnu.org>
4036
4037 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
4038 (hfy-size): Handle ttys. (Bug#14668)
4039
4040 * info-xref.el: Update for Texinfo 5 change in *note format.
4041 (info-xref-node-re, info-xref-note-re): New constants.
4042 (info-xref-check-buffer): Use info-xref-note-re.
4043
4044 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
4047
4048 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
4049 nil terminate the loop (bug#14718).
4050
4051 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4052
4053 * net/eww.el: Rework history traversal. When going forward/back,
4054 put these actions into the history, too, so that they can be
4055 replayed.
4056 (eww-render): Move the history reset to the correct buffer.
4057
4058 2013-06-25 Juri Linkov <juri@jurta.org>
4059
4060 * files-x.el (modify-dir-local-variable): Change the header comment
4061 in the file with directory local variables. (Bug#14692)
4062
4063 * files-x.el (read-file-local-variable-value): Add `default'.
4064 (Bug#14710)
4065
4066 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4067
4068 * net/eww.el (eww-make-unique-file-name): Create a unique file
4069 name before saving to entering `y' accidentally asynchronously.
4070
4071 2013-06-25 Ivan Kanis <ivan@kanis.fr>
4072
4073 * net/eww.el (eww-download): New command and keystroke.
4074
4075 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * net/eww.el (eww-copy-page-url): Change name of command.
4078
4079 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
4080 be more consistent with Info and dired.
4081
4082 * net/eww.el (eww-mode-map): Ditto.
4083
4084 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4085
4086 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
4087 packages from archives.
4088 (package-archive-contents): Change format; include obsolete packages.
4089 (package-desc): Use `dir' to mark builtin packages.
4090 (package--from-builtin): Set the `dir' field to `builtin'.
4091 (generated-autoload-file, version-control): Declare.
4092 (package-compute-transaction): Change first arg and return value to be
4093 lists of package-descs. Adjust to new package-archive-contents format.
4094 (package--add-to-archive-contents): Adjust to new
4095 package-archive-contents format.
4096 (package-download-transaction): Arg is now a list of package-descs.
4097 (package-install): If `pkg' is a package name, pass it as
4098 a requirement, so it is subject to the usual (e.g. disabled) checks.
4099 (describe-package): Accept package-desc as well.
4100 (describe-package-1): Describe a specific package-desc. Add links to
4101 other package-descs for the same package name.
4102 (package-menu-describe-package): Pass the actual package-desc.
4103 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
4104 works correctly.
4105 (package-desc-status): New function.
4106 (package-menu--refresh): New function, extracted
4107 from package-menu--generate.
4108 (package-menu--generate): Use it.
4109 (package-delete): Update package-alist.
4110 (package-menu-execute): Don't call package-initialize.
4111
4112 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
4113 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
4114 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
4115 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
4116 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
4117 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
4118
4119 2013-06-25 Martin Rudalics <rudalics@gmx.at>
4120
4121 * window.el (window--state-get-1): Workaround for bug#14527.
4122 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
4123
4124 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4125
4126 * net/eww.el (eww-back-url): Implement the history by stashing all
4127 the data into a list.
4128 (eww-forward-url): Allow going forward in the history, too.
4129
4130 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
4133 for values and use read--expression for expressions (bug#14710).
4134 (read-file-local-variable): Avoid setq.
4135 (read-file-local-variable-mode): Use minor-mode-list.
4136
4137 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4138
4139 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
4140 for DOI URLs.
4141
4142 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4143
4144 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
4145 Update imenu-support when dialect changes.
4146
4147 2013-06-25 Leo Liu <sdl.web@gmail.com>
4148
4149 * ido.el (ido-read-internal): Allow forward slash on windows.
4150
4151 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4152
4153 * net/eww.el (eww): Start of strings is \\`, not ^.
4154
4155 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4156
4157 * net/shr.el (shr-browse-url): Fix interactive spec.
4158
4159 * net/eww.el (eww): Add a trailing slash to domain names.
4160
4161 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
4162
4163 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
4164
4165 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4166
4167 * net/shr.el (shr-browse-url): Use an external browser if given a
4168 prefix.
4169
4170 * net/eww.el (eww-external-browser): Move to shr.
4171
4172 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4173
4174 * net/eww.el (eww): Work more correctly for file: URLs.
4175 (eww-detect-charset): Allow quoted charsets.
4176 (eww-yank-page-url): New command and keystroke.
4177
4178 2013-06-24 Daiki Ueno <ueno@gnu.org>
4179
4180 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4181 file name of gpg executable.
4182 (epg-context-program): New function.
4183 (epg-context-home-directory): New function.
4184 (epg-context-set-program): New function.
4185 (epg-context-set-home-directory): New function.
4186 (epg--start): Use `epg-context-program' instead of
4187 'epg-gpg-program'.
4188 (epg--list-keys-1): Likewise.
4189
4190 2013-06-24 Leo Liu <sdl.web@gmail.com>
4191
4192 * ido.el (ido-read-internal): Fix bug#14620.
4193
4194 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4195
4196 * faces.el (face-documentation): Simplify.
4197 (read-face-attribute, tty-find-type, x-resolve-font-name):
4198 Use `string-match-p'.
4199 (list-faces-display): Use `string-match-p'. Simplify.
4200 (face-spec-recalc): Check face to avoid face alias loops.
4201 (read-color): Use `string-match-p' and non-capturing parenthesis.
4202
4203 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4204
4205 * net/shr.el (shr-rescale-image): Use the new
4206 :max-width/:max-height functionality.
4207
4208 2013-06-23 Ivan Kanis <ivan@kanis.fr>
4209
4210 * net/eww.el (eww-search-prefix): New variable.
4211 (eww): Use it.
4212 (eww-external-browser): New variable.
4213 (eww-mode-map): New keystroke.
4214 (eww-browse-with-external-browser): New command.
4215
4216 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4217
4218 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4219
4220 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4221 Don't skip aligning the next header field when padding is 0;
4222 otherwise, field width is not respected unless the title is as
4223 wide as the field.
4224
4225 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * emacs-lisp/package.el (package-el-version): Remove.
4228 (package-process-define-package): Fix inf-loop.
4229 (package-install): Allow symbols as arguments again.
4230
4231 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4232
4233 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
4234 add some more keyword-like methods.
4235 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
4236
4237 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
4238
4239 * bs.el (bs-buffer-show-mark): Make defvar-local.
4240 (bs-mode): Use setq-local.
4241
4242 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
4243 (emacs-lock--try-unlocking): Make defvar-local.
4244
4245 2013-06-22 Glenn Morris <rgm@gnu.org>
4246
4247 * play/cookie1.el (cookie-apropos): Minor simplification.
4248
4249 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
4250
4251 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4252
4253 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
4254 `regexp-opt', it breaks the build during dumping.
4255
4256 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
4257
4258 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4259 Highlight keyword-like methods on Kernel and Module with
4260 font-lock-builtin-face.
4261 (auto-mode-alist): Consolidate different entries into one regexp
4262 and add more *file-s.
4263
4264 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
4265
4266 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
4267
4268 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
4269 (diary-entry): Use it in the action of this button type instead of
4270 diary-goto-entry.
4271
4272 * calendar/todo-mode.el: New version.
4273 (todo-add-category): Append new category to end of file and give
4274 it the highest number, instead of putting it at the beginning and
4275 giving it 0. Incorporate noninteractive functionality.
4276 (todo-forward-category): Adapt to 1-based category numbering.
4277 Allow skipping over archived categories.
4278 (todo-backward-category): Derive from todo-forward-category.
4279 (todo-backward-item, todo-forward-item): Make noninteractive and
4280 delegate interactive part to new commands. Make sensitive to done items.
4281 (todo-categories): Make value an alist of category names and
4282 vectors of item counts.
4283 (todo-category-beg): Make a defconst.
4284 (todo-category-number): Use 1 instead of 0 as initial value.
4285 (todo-category-select): Make sensitive to overlays, optional item
4286 highlighting and done items.
4287 (todo-delete-item): Make sensitive to overlays and marked and done items.
4288 (todo-edit-item): Make sensitive to overlays and editing of
4289 date/time header optional. Add format checks.
4290 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
4291 no-op if point is not on an item. Advertise using todo-edit-quit.
4292 (todo-edit-mode): Make sensitive to new format, font-locking, and
4293 multiple todo files.
4294 (todo-insert-item, todo-insert-item-here): Derive from
4295 todo-basic-insert-item and extend functionality.
4296 (todo-item-end, todo-item-start): Make sensitive to done items.
4297 (todo-item-string): Don't return text properties. Restore point.
4298 (todo-jump-to-category): Make sensitive to multiple todo files and
4299 todo archives. Use extended category completion.
4300 (todo-lower-item, todo-raise-item): Rename to *-priority and
4301 derive from todo-set-item-priority.
4302 (todo-mode): Derive from special-mode. Make sensitive to new
4303 format, font-locking and multiple todo files. Make read-only.
4304 (todo-mode-map): Don't suppress digit keys, so they can supply
4305 prefix arguments. Add many new key bindings.
4306 (todo-prefix): Insert as an overlay instead of file text.
4307 Change semantics from diary date expression to purely visual mark.
4308 (todo-print): Rename to todo-print-buffer. Make buffer display
4309 features printable. Remove option to restrict number of items
4310 printed. Add option to print to file.
4311 (todo-print-function): Rename to todo-print-buffer-function.
4312 (todo-quit): Extend to handle exiting new todo modes.
4313 (todo-remove-item): Make sensitive to overlays.
4314 (todo-save): Extend to buffers of filtered items.
4315 (todo-show): Make sensitive to done items, multiple todo files and
4316 new todo modes. Offer to convert legacy todo file before creating
4317 first new todo file.
4318 (todo-show-priorities): Rename to todo-top-priorities.
4319 Change semantics of value 0.
4320 (todo-top-priorities): Rename to todo-filter-top-priorities,
4321 derive from todo-filter-items and extend functionality.
4322 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4323 and extend functionality to other types of filtered items.
4324 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4325 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4326 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4327 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4328 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4329 (todo-edit-mode-hook, todo-entry-prefix-function)
4330 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4331 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4332 (todo-initials, todo-insert-threshold, todo-item-string-start)
4333 (todo-line-string, todo-menu, todo-mode-hook)
4334 (todo-more-important-p, todo-previous-answer, todo-previous-line)
4335 (todo-print-priorities, todo-remove-separator)
4336 (todo-save-top-priorities-too, todo-string-count-lines)
4337 (todo-string-multiline-p, todo-time-string-format)
4338 (todo-tmp-buffer-name): Remove.
4339 (todo-add-file, todo-archive-done-item, todo-choose-archive)
4340 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4341 (todo-edit-category-diary-inclusion)
4342 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4343 (todo-edit-file, todo-edit-item-date-day)
4344 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4345 (todo-edit-item-date-month, todo-edit-item-date-to-today)
4346 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4347 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4348 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4349 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4350 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4351 (todo-filter-top-priorities-multifile, todo-find-archive)
4352 (todo-find-filtered-items-file, todo-go-to-source-item)
4353 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4354 (todo-jump-to-archive-category, todo-lower-category)
4355 (todo-mark-category, todo-marked-item-p, todo-merge-category)
4356 (todo-move-category, todo-move-item, todo-next-button)
4357 (todo-next-item, todo-padded-string, todo-powerset)
4358 (todo-previous-button, todo-previous-item)
4359 (todo-print-buffer-to-file, todo-raise-category)
4360 (todo-rename-category, todo-repair-categories-sexp, todo-search)
4361 (todo-set-category-number, todo-set-item-priority)
4362 (todo-set-top-priorities-in-category)
4363 (todo-set-top-priorities-in-file, todo-show-categories-table)
4364 (todo-sort-categories-alphabetically-or-numerically)
4365 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4366 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4367 (todo-toggle-item-header, todo-toggle-item-highlighting)
4368 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4369 (todo-toggle-view-done-items, todo-toggle-view-done-only)
4370 (todo-unarchive-items, todo-unmark-category): New commands.
4371 (todo-absolute-file-name, todo-add-to-buffer-list)
4372 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4373 (todo-basic-insert-item, todo-category-completions)
4374 (todo-category-number, todo-category-string-matcher-1)
4375 (todo-category-string-matcher-2, todo-check-filtered-items-file)
4376 (todo-check-format, todo-clear-matches)
4377 (todo-comment-string-matcher, todo-convert-legacy-date-time)
4378 (todo-current-category, todo-date-string-matcher)
4379 (todo-define-insertion-command, todo-diary-expired-matcher)
4380 (todo-diary-goto-entry, todo-diary-item-p)
4381 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4382 (todo-display-categories, todo-display-sorted, todo-done-item-p)
4383 (todo-done-item-section-p, todo-done-separator)
4384 (todo-done-string-matcher, todo-files, todo-filter-items)
4385 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4386 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4387 (todo-insert-category-line, todo-insert-item-from-calendar)
4388 (todo-insert-sort-button, todo-insert-with-overlays)
4389 (todo-insertion-command-name, todo-insertion-key-bindings)
4390 (todo-label-to-key, todo-longest-category-name-length)
4391 (todo-make-categories-list, todo-mode-external-set)
4392 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4393 (todo-modes-set-3, todo-multiple-filter-files)
4394 (todo-nondiary-marker-matcher, todo-prefix-overlays)
4395 (todo-read-category, todo-read-date, todo-read-dayname)
4396 (todo-read-file-name, todo-read-time)
4397 (todo-reevaluate-category-completions-files-defcustom)
4398 (todo-reevaluate-default-file-defcustom)
4399 (todo-reevaluate-filelist-defcustoms)
4400 (todo-reevaluate-filter-files-defcustom)
4401 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4402 (todo-reset-done-separator, todo-reset-done-separator-string)
4403 (todo-reset-done-string, todo-reset-global-current-todo-file)
4404 (todo-reset-highlight-item, todo-reset-nondiary-marker)
4405 (todo-reset-prefix, todo-set-categories)
4406 (todo-set-date-from-calendar, todo-set-show-current-file)
4407 (todo-set-top-priorities, todo-short-file-name)
4408 (todo-show-current-file, todo-sort, todo-time-string-matcher)
4409 (todo-total-item-counts, todo-update-buffer-list)
4410 (todo-update-categories-display, todo-update-categories-sexp)
4411 (todo-update-count, todo-validate-name, todo-y-or-n-p):
4412 New functions.
4413 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4414 New major modes.
4415 (todo-categories, todo-display, todo-edit, todo-faces)
4416 (todo-filtered): New defgroups.
4417 (todo-archived-only, todo-button, todo-category-string, todo-date)
4418 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4419 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4420 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4421 (todo-add-item-if-new-category, todo-always-add-time-string)
4422 (todo-categories-align, todo-categories-archived-label)
4423 (todo-categories-category-label, todo-categories-diary-label)
4424 (todo-categories-done-label, todo-categories-number-separator)
4425 (todo-categories-todo-label, todo-categories-totals-label)
4426 (todo-category-completions-files, todo-completion-ignore-case)
4427 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4428 (todo-done-separator-string, todo-done-string)
4429 (todo-files-function, todo-filter-done-items, todo-filter-files)
4430 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4431 (todo-initial-category, todo-initial-file, todo-item-mark)
4432 (todo-legacy-date-time-regexp, todo-mode-line-function)
4433 (todo-nondiary-marker, todo-number-prefix)
4434 (todo-print-buffer-function, todo-show-current-file)
4435 (todo-show-done-only, todo-show-first, todo-show-with-done)
4436 (todo-skip-archived-categories, todo-top-priorities-overrides)
4437 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
4438 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
4439 New defcustoms.
4440 (todo-category-done, todo-date-pattern, todo-date-string-start)
4441 (todo-diary-items-buffer, todo-done-string-start)
4442 (todo-filtered-items-buffer, todo-item-start)
4443 (todo-month-abbrev-array, todo-month-name-array)
4444 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
4445 (todo-top-priorities-buffer): New defconsts.
4446 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
4447 (todo-categories-with-marks, todo-category-string-face)
4448 (todo-comment-face, todo-comment-string, todo-current-todo-file)
4449 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
4450 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
4451 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
4452 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
4453 (todo-font-lock-keywords, todo-global-current-todo-file)
4454 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
4455 (todo-insertion-commands-args)
4456 (todo-insertion-commands-args-genlist)
4457 (todo-insertion-commands-names, todo-insertion-map)
4458 (todo-key-bindings-t, todo-key-bindings-t+a)
4459 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
4460 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
4461 (todo-nondiary-face, todo-print-buffer, todo-time-face)
4462 (todo-visited): New variables.
4463
4464 2013-06-21 Glenn Morris <rgm@gnu.org>
4465
4466 * play/cookie1.el (cookie-apropos): Add optional display argument.
4467 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
4468 (psychoanalyze-pinhead): Use cookie-doctor.
4469
4470 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * emacs-lisp/package.el (tar-get-file-descriptor)
4473 (tar--extract): Declare.
4474
4475 2013-06-21 Eduard Wiebe <usenet@pusto.de>
4476
4477 Extend flymake's warning predicate to be a function (bug#14217).
4478 * progmodes/flymake.el (flymake-warning-predicate): New.
4479 (flymake-parse-line): Use it.
4480 (flymake-warning-re): Make obsolete alias to
4481 `flymake-warning-predicate'.
4482
4483 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4484
4485 * emacs-lisp/package.el (package-alist): Include obsolete packages.
4486 (package-obsolete-list): Remove.
4487 (package-activate): Remove min-version argument. Add `force' argument.
4488 Adjust to new package-alist format.
4489 (package-mark-obsolete): Remove.
4490 (package-unpack): Force reload of the package's autoloads.
4491 (package-installed-p): Check builtins if the installed package is not
4492 recent enough.
4493 (package-initialize): Don't reset package-obsolete-list.
4494 Don't specify which package version to activate.
4495 (package-process-define-package, describe-package-1)
4496 (package-menu--generate): Adjust to new package-alist format.
4497
4498 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4499
4500 * allout-widgets.el (allout-widgets-mode-off)
4501 (allout-widgets-mode-on, allout-widgets-pre-command-business)
4502 (allout-widgets-post-command-business)
4503 (allout-widgets-after-copy-or-kill-function)
4504 (allout-widgets-after-undo-function, allout-test-range-overlaps)
4505 (allout-decorate-item-and-context)
4506 (allout-graphics-modification-handler): Fix typos in docstrings.
4507 (allout-get-or-create-parent-widget): Use `looking-at-p'.
4508
4509 * cmuscheme.el (scheme-start-file): Doc fix.
4510 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
4511 (scheme-input-filter): Use `string-match-p'.
4512
4513 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
4514
4515 * dired-x.el: Use Dired consistently in docstrings.
4516
4517 * dired.el: Use Dired consistently in docstrings.
4518 (dired-readin, dired-mode): Use `setq-local'.
4519 (dired-switches-alist): Make defvar-local.
4520 (dired-buffers-for-dir): Use `zerop'.
4521 (dired-safe-switches-p, dired-switches-escape-p)
4522 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
4523 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
4524 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
4525 (dired-goto-next-nontrivial-file): Use `string-match-p'.
4526 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
4527 (dired-toggle-marks, dired-mark-files-containing-regexp)
4528 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
4529 (dired-flag-auto-save-files, dired-flag-backup-files):
4530 Use `looking-at-p'.
4531 (dired-mark-files-regexp, dired-build-subdir-alist):
4532 Use `string-match-p', `looking-at-p'.
4533
4534 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
4535 (direct-print-region-helper): Use `string-match-p'.
4536
4537 2013-06-21 Leo Liu <sdl.web@gmail.com>
4538
4539 * comint.el (comint-redirect-results-list-from-process):
4540 Fix infinite loop.
4541
4542 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4543
4544 * net/eww.el (eww-update-header-line-format): Quote % characters.
4545
4546 2013-06-21 Glenn Morris <rgm@gnu.org>
4547
4548 * play/cookie1.el (cookie): New custom group.
4549 (cookie-file): New option.
4550 (cookie-check-file): New function.
4551 (cookie): Make it interactive. Make start and end messages optional.
4552 Interactively, display the result. Default to cookie-file.
4553 (cookie-insert): Default to cookie-file.
4554 (cookie-snarf): Make start and end messages optional.
4555 Default to cookie-file. Use with-temp-buffer.
4556 (cookie-read): Rename from read-cookie.
4557 Make start and end messages optional. Default to cookie-file.
4558 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
4559 Do not autoload it.
4560 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
4561 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
4562
4563 2013-06-21 Leo Liu <sdl.web@gmail.com>
4564
4565 * progmodes/octave.el (octave-mode): Backward compatibility fix.
4566
4567 2013-06-21 Glenn Morris <rgm@gnu.org>
4568
4569 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
4570
4571 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4572 Daniel Hackney <dan@haxney.org>
4573
4574 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
4575 Consolidate the single-file vs tarball code.
4576 (package-desc-suffix): New function.
4577 (package-desc-full-name): Don't bother inlining it.
4578 (package-load-descriptor): Return the new package-desc.
4579 (package-mark-obsolete): Remove unused arg `package'.
4580 (package-unpack): Make it work for single files as well.
4581 Make it update package-alist.
4582 (package--make-autoloads-and-stuff): Rename from
4583 package--make-autoloads-and-compile. Don't compile any more.
4584 (package--compile): New function.
4585 (package-generate-description-file): New function, extracted from
4586 package-unpack-single.
4587 (package-unpack-single): Remove.
4588 (package--with-work-buffer): Add indentation and debugging info.
4589 (package-download-single): Remove.
4590 (package-install-from-archive): Rename from package-download-tar, make
4591 it take a pkg-desc, and make it work for single files as well.
4592 (package-download-transaction): Simplify.
4593 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
4594 external tar program.
4595 (package-install-from-buffer): Remove `pkg-desc' argument.
4596 Use package-tar-file-info for tar-mode buffers.
4597 (package-install-file): Simplify accordingly.
4598 (package-archive-base): Change to take a pkg-desc.
4599 * tar-mode.el (tar--check-descriptor): New function, extracted from
4600 tar-get-descriptor.
4601 (tar-get-descriptor): Use it.
4602 (tar-get-file-descriptor): New function.
4603 (tar--extract): New function, extracted from tar-extract.
4604 (tar--extract): Use it.
4605 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
4606 case the summary uses non-ascii. Adjust to new calling convention of
4607 package-tar-file-info.
4608
4609 2013-06-21 Leo Liu <sdl.web@gmail.com>
4610
4611 * comint.el (comint-redirect-results-list-from-process):
4612 Fix random delay. (Bug#14681)
4613
4614 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
4615
4616 * profiler.el (profiler-format-number): Use log, not log10.
4617
4618 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4619
4620 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
4621
4622 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
4625 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
4626 yet available.
4627 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
4628 (AUTOGENEL): ... here.
4629 * emacs-lisp/cl-macs.el (cl--sublis): New function.
4630 (cl--defsubst-expand): Use it.
4631
4632 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
4633
4634 * subr.el (log10): Move here from C code, and declare as obsolete.
4635 All uses of (log10 X) replaced with (log X 10).
4636
4637 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4638
4639 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
4640 Declare with `defvar-local'.
4641 (tabulated-list-use-header-line, tabulated-list-entries)
4642 (tabulated-list-padding, tabulated-list-printer)
4643 (tabulated-list-sort-key): Declare with `defvar-local'.
4644 (tabulated-list-init-header, tabulated-list-print-fake-header):
4645 Use `setq-local'.
4646
4647 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
4648
4649 * arc-mode.el (archive-mode): Add `archive-write-file' to
4650 `write-contents-functions' also for remote files. (Bug#14652)
4651
4652 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
4653
4654 * cus-edit.el (custom-commands): Fix typos.
4655 (custom-display): Fix tooltip text.
4656 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
4657 Fix typos in docstrings.
4658 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
4659 (custom-unlispify-menu-entry, custom-magic-value-create)
4660 (custom-add-see-also, custom-group-value-create): Use ?\s.
4661 (custom-guess-type, customize-apropos, editable-field)
4662 (custom-face-value-create): Use `string-match-p'.
4663 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
4664
4665 * custom.el (custom-load-symbol): Use `string-match-p'.
4666
4667 * ansi-color.el: Convert to lexical binding.
4668 (ansi-colors): Fix URL.
4669 (ansi-color-context, ansi-color-context-region): Use defvar-local.
4670 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
4671 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
4672
4673 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4674
4675 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
4676
4677 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
4678
4679 2013-06-19 Tom Tromey <tromey@redhat.com>
4680
4681 * net/eww.el (eww-top-url): Remove.
4682 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
4683 (eww-render): Set new variables. Don't set eww-top-url.
4684 (eww-handle-link): Handle "prev", "home", and "contents".
4685 Downcase the rel text.
4686 (eww-top-url): Choose best top URL.
4687
4688 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4689
4690 * net/eww.el: Rewrite to implement form elements "by hand" instead of
4691 relying in widget.el. Using widget.el leads to too many
4692 user interface inconsistencies.
4693 (eww-self-insert): Implement entering commands in text fields.
4694 (eww-process-text-input): New function to make text input field editing
4695 work.
4696 (eww-submit): Rewrite to use the new-style form methods.
4697 (eww-select-display): Display the correct selected item.
4698 (eww-change-select): Implement changing the select value.
4699 (eww-toggle-checkbox): Implement radio/checkboxes.
4700 (eww-update-field): Fix compilation error.
4701 (eww-tag-textarea): Implement <textarea>.
4702
4703 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
4704 we don't shadow mode-specific bindings.
4705
4706 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
4707 nothing to push.
4708
4709 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
4710
4711 2013-06-19 Glenn Morris <rgm@gnu.org>
4712
4713 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
4714
4715 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
4716
4717 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
4718 not needed.
4719
4720 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
4721
4722 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4723
4724 * net/browse-url.el (browse-url-browser-function):
4725 `eww-browse-url' has the right calling signature, `eww' does not.
4726
4727 2013-06-19 Glenn Morris <rgm@gnu.org>
4728
4729 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4730 Only eval autoloaded macros.
4731 (byte-compile-autoload): Only give the macro warning for macros.
4732
4733 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
4734 (ps-underlined-faces): Declare.
4735
4736 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
4737 (speedbar-add-supported-extension): Declare.
4738
4739 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
4740 Don't include a date stamp in the header of the generated file;
4741 it leads to needless differences between output files.
4742
4743 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
4744
4745 * net/secrets.el (secrets-struct-secret-content-type):
4746 Replace check of introspection data by a test call of "CreateItem".
4747 Some servers do not offer introspection.
4748
4749 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
4750
4751 * electric.el (electric-pair-mode): Improve interaction with
4752 electric-layout-mode.
4753 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
4754 (electric-pair-syntax): Use text-mode-syntax-table in comments
4755 and strings.
4756 (electric-pair--insert): New function.
4757 (electric-pair-post-self-insert-function): Use it and
4758 electric--after-char-pos.
4759
4760 2013-06-19 Leo Liu <sdl.web@gmail.com>
4761
4762 * progmodes/octave.el (octave-help): Fix regexp.
4763
4764 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4765
4766 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
4767 (shr-table-horizontal-line): Allow nil as a value, and change the
4768 default.
4769 (shr-insert-table-ruler): Respect the nil value.
4770
4771 2013-06-18 Tom Tromey <tromey@barimba>
4772
4773 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4774 New defvars.
4775 (eww-open-file): New defun.
4776 (eww-render): Initialize new variables.
4777 (eww-display-html): Handle "link" and "a".
4778 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
4779 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
4780 (eww-back-url): Rename from eww-previous-url.
4781 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
4782 New defuns.
4783
4784 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
4785
4786 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
4787 Distinguish ternary operator tokens from slash symbol and slash
4788 char literal.
4789
4790 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
4791
4792 Convert symbol prettification into minor mode and global minor mode.
4793
4794 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
4795 `prog-prettify-symbols', and make a local defvar instead of defcustom.
4796 (prettify-symbols--keywords): Rename from
4797 `prog-prettify-symbols-alist' and make a local defvar.
4798 (prettify-symbols--compose-symbol): Rename from
4799 `prog--prettify-font-lock-compose-symbol'.
4800 (prettify-symbols--make-keywords): Rename from
4801 `prog-prettify-font-lock-symbols-keywords' and simplify.
4802 (prog-prettify-install): Remove.
4803 (prettify-symbols-mode): New minor mode, based on
4804 `prog-prettify-install'.
4805 (turn-on-prettify-symbols-mode): New function.
4806 (global-prettify-symbols-mode): New globalized minor mode.
4807
4808 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4809 * progmodes/cfengine.el (cfengine3-mode):
4810 * progmodes/perl-mode.el (perl-mode): Don't call
4811 `prog-prettify-install'; set `prettify-symbols-alist' instead.
4812
4813 2013-06-18 Juri Linkov <juri@jurta.org>
4814
4815 * files-x.el (modify-file-local-variable-message): New function.
4816 (modify-file-local-variable)
4817 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
4818 and call `modify-file-local-variable-message' when it's non-nil.
4819 (add-file-local-variable, delete-file-local-variable)
4820 (add-file-local-variable-prop-line)
4821 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
4822 and use it. (Bug#9820)
4823
4824 2013-06-18 Juri Linkov <juri@jurta.org>
4825
4826 * emulation/vi.el (vi-shell-op):
4827 * emulation/vip.el (vip-execute-com, ex-command):
4828 * emulation/viper-cmd.el (viper-exec-bang):
4829 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
4830 the call of `shell-command-on-region'. (Bug#14637)
4831
4832 * simple.el (shell-command-on-region): Doc fix.
4833
4834 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
4837 (bug#14633).
4838
4839 2013-06-18 Glenn Morris <rgm@gnu.org>
4840
4841 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
4842
4843 * newcomment.el (comment-search-forward, comment-search-backward):
4844 Doc fix. (Bug#14376)
4845
4846 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
4847
4848 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
4849 (buffer-face-mode-invoke): Doc fix.
4850
4851 2013-06-18 Matthias Meulien <orontee@gmail.com>
4852
4853 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
4854 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
4855
4856 2013-06-18 Glenn Morris <rgm@gnu.org>
4857
4858 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
4859 Replace obsolete function generic-make-keywords with its expansion.
4860
4861 * progmodes/python.el (ffap-alist): Declare.
4862
4863 * textmodes/reftex.el (bibtex-mode-map): Declare.
4864
4865 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
4866
4867 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
4868 (package-unpack, package-unpack-single): Return the pkg-dir.
4869 (package-download-transaction): Use it to update package-alist.
4870
4871 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4872
4873 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
4874 possible choice.
4875
4876 2013-06-17 Juri Linkov <juri@jurta.org>
4877
4878 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
4879
4880 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4881
4882 * emacs-lisp/package.el (package-load-descriptor):
4883 Remove `with-syntax-table' call, `read' doesn't need it.
4884 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
4885
4886 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * startup.el (command-line): Expand package name returned by
4889 `package--description-file' (bug#14639).
4890
4891 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
4892
4893 * emacs-lisp/package.el (package-load-descriptor): Do not call
4894 `emacs-lisp-mode', just use its syntax table.
4895
4896 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
4897
4898 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
4899 `font-lock-extra-managed-props' if any prettifying keyword is added.
4900 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
4901 (prog-mode): Use `setq-local'.
4902
4903 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
4904
4905 * international/characters.el (standard-case-table): Set syntax of ?»
4906 and ?« to punctuation.
4907
4908 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
4909
4910 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
4911 Save relevant match data before calling `syntax-ppss' (bug#14595).
4912
4913 2013-06-15 Juri Linkov <juri@jurta.org>
4914
4915 * files-x.el (modify-file-local-variable-prop-line): Add local
4916 variables to the end of the existing comment on the first line.
4917 Use `file-auto-mode-skip' to skip interpreter magic line,
4918 and also skip XML declaration.
4919
4920 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * startup.el (package--builtin-versions): New var.
4923 (package-subdirectory-regexp): Remove.
4924 (package--description-file): Hard code its value instead.
4925
4926 * emacs-lisp/package.el: Don't activate packages older than builtin.
4927 (package-obsolete-list): Rename from package-obsolete-alist, and make
4928 it into a simple list of package-desc.
4929 (package-strip-version): Remove.
4930 (package-built-in-p): Use package--builtin-versions.
4931 (package-mark-obsolete): Simplify.
4932 (package-process-define-package): Mark it obsolete if older than the
4933 builtin version.
4934 (package-handle-response): Use line-end-position.
4935 (package-read-archive-contents, package--download-one-archive):
4936 Simplify.
4937 (package--add-to-archive-contents): Skip if older than the builtin or
4938 installed version.
4939 (package-menu-describe-package): Fix last change.
4940 (package-list-unversioned): New var.
4941 (package-menu--generate): Use it.
4942
4943 * emacs-lisp/autoload.el: Manage package--builtin-versions.
4944 (autoload--insert-text, autoload--insert-cookie-text): New functions.
4945 (autoload-builtin-package-versions): New variable.
4946 (autoload-generate-file-autoloads): Use them.
4947 Remove the list of autoloaded functions/macros from the
4948 (autoload...) comments.
4949
4950 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
4951
4952 2013-06-15 Eli Zaretskii <eliz@gnu.org>
4953
4954 * simple.el (line-move-partial): Don't jump to the next screen
4955 line as soon as it becomes visible. Instead, continue enlarging
4956 the vscroll until the portion of a tall screen line that's left on
4957 display is about the height of the frame's default font.
4958 (Bug#14567)
4959
4960 2013-06-15 Glenn Morris <rgm@gnu.org>
4961
4962 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
4963 compilation-error-regexp-alist void, or local while let-bound.
4964
4965 * progmodes/make-mode.el (makefile-mode-syntax-table):
4966 Treat "=" as punctuation. (Bug#14614)
4967
4968 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
4969
4970 * help-fns.el (describe-variable):
4971 Add extra line for permanent-local variables.
4972
4973 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
4974
4975 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4976 Add export, import, library. (Bug#9164)
4977 (library): Set indent function.
4978
4979 2013-06-14 Glenn Morris <rgm@gnu.org>
4980
4981 * term/xterm.el (xterm--query):
4982 Stop after first matching handler. (Bug#14615)
4983
4984 2013-06-14 Ivan Kanis <ivan@kanis.fr>
4985
4986 Add support for dired in saveplace.
4987 * dired.el (dired-initial-position-hook): New variable.
4988 (dired-initial-position): Call hook to place cursor position.
4989 * saveplace.el (save-place-to-alist): Add dired position.
4990 (save-place-dired-hook): New function.
4991
4992 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
4993
4994 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
4995 through a symbol rather than letrec.
4996
4997 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
4998 (package-desc): Add `dir' field.
4999 (package-desc-full-name): New function.
5000 (package-load-descriptor): Combine the two arguments. Don't use `load'.
5001 (package-maybe-load-descriptor): Remove.
5002 (package-load-all-descriptors): Just call package-load-descriptor.
5003 (package--disabled-p): New function.
5004 (package-desc-vers, package-desc-doc): Remove aliases.
5005 (package--dir): Remove function.
5006 (package-activate): Check if a package is disabled.
5007 (package-process-define-package): New function, extracted from
5008 define-package.
5009 (define-package): Turn into a place holder.
5010 (package-unpack-single, package-tar-file-info):
5011 Use package--description-file.
5012 (package-compute-transaction): Use package--disabled-p.
5013 (package-download-transaction): Don't call
5014 package-maybe-load-descriptor since they're all loaded anyway.
5015 (package-install): Change argument to be a pkg-desc.
5016 (package-delete): Use a single pkg-desc argument.
5017 (describe-package-1): Use package-desc-dir instead of package--dir.
5018 Use package-desc property instead of package-symbol.
5019 (package-install-button-action): Adjust accordingly.
5020 (package--push): Rewrite.
5021 (package-menu--print-info): Adjust accordingly. Change the ID format
5022 to be a pkg-desc.
5023 (package-menu-describe-package, package-menu-get-status)
5024 (package-menu--find-upgrades, package-menu-mark-upgrades)
5025 (package-menu-execute, package-menu--name-predicate):
5026 Adjust accordingly.
5027 * startup.el (package--description-file): New function.
5028 (command-line): Use it.
5029 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5030 Use package-desc-version.
5031
5032 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
5033 (byte-compile-preprocess): Use it.
5034 (byte-compile-file-form-defalias): Try a bit harder to use macros we
5035 can't quite recognize.
5036 (byte-compile-add-to-list): Remove.
5037 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
5038 (cconv-closure-convert): Add assertion.
5039
5040 * emacs-lisp/map-ynp.el: Use lexical-binding.
5041 (map-y-or-n-p): Remove unused vars `tail' and `object'.
5042 Factor out some repeated code.
5043
5044 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5045
5046 * subr.el (with-eval-after-load): New macro.
5047 (eval-after-load): Allow form to be a function.
5048 take advantage of lexical-binding.
5049 (do-after-load-evaluation): Use dolist and adjust to new format.
5050 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
5051
5052 2013-06-13 Juri Linkov <juri@jurta.org>
5053
5054 * replace.el (perform-replace): Display "symbol " and other search
5055 modes from `isearch-message-prefix' in the *Help* buffer.
5056
5057 * isearch.el (isearch-query-replace): Add " symbol" and other
5058 possible search modes from `isearch-message-prefix' to the prompt.
5059 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
5060 when reading a regexp to collect.
5061
5062 2013-06-13 Juri Linkov <juri@jurta.org>
5063
5064 * isearch.el (word-search-regexp): Match whitespace if the search
5065 string begins or ends in whitespace. The LAX arg is applied to
5066 both ends of the search string. Use `regexp-quote' and explicit
5067 \< and \> instead of \b. Use \` and \' instead of ^ and $.
5068 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
5069 boundaries are replaced with symbol boundaries, and characters
5070 between symbols match non-word non-symbol syntax. (Bug#14602)
5071
5072 2013-06-13 Juri Linkov <juri@jurta.org>
5073
5074 * isearch.el (isearch-del-char): Don't exceed the length of
5075 `isearch-string' by the prefix arg. (Bug#14563)
5076
5077 2013-06-13 Juri Linkov <juri@jurta.org>
5078
5079 * isearch.el (isearch-yank-word, isearch-yank-line)
5080 (isearch-char-by-name, isearch-quote-char)
5081 (isearch-printing-char, isearch-process-search-char):
5082 Add optional count prefix arg. (Bug#14563)
5083
5084 * international/isearch-x.el
5085 (isearch-process-search-multibyte-characters):
5086 Add optional count prefix arg.
5087
5088 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
5091 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5092 lexical-binding.
5093
5094 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
5095
5096 * subr.el (set-temporary-overlay-map): Add on-exit argument.
5097
5098 2013-06-13 Glenn Morris <rgm@gnu.org>
5099
5100 * startup.el (tty-handle-args):
5101 Don't just discard "--" and anything after. (Bug#14608)
5102
5103 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
5104
5105 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
5106
5107 Implement changes in Secret Service API. Make it backward compatible.
5108 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
5109 (secrets-create-item): Use it. Prefix properties with interface.
5110
5111 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
5112
5113 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
5114 (term-emulate-terminal): Respect term-suppress-hard-newline.
5115
5116 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
5117
5118 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5119 Only remove a `thumb-file' overlay. (Bug#14548)
5120
5121 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
5122
5123 * mail/reporter.el (reporter-submit-bug-report):
5124 Handle missing package-name. (Bug#14600)
5125
5126 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5127
5128 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
5129 (reftex-citation-prompt, reftex-default-bibliography)
5130 (reftex-bib-or-thebib, reftex-get-bibfile-list)
5131 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5132 (reftex-bib-sort-author, reftex-bib-sort-year)
5133 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
5134 (reftex-extract-bib-entries-from-thebibliography)
5135 (reftex-get-bibkey-default, reftex-get-bib-names)
5136 (reftex-parse-bibtex-entry, reftex-get-bib-field)
5137 (reftex-format-bib-entry, reftex-parse-bibitem)
5138 (reftex-format-bibitem, reftex-do-citation)
5139 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
5140 (reftex-restrict-bib-matches, reftex-extract-bib-file)
5141 (reftex-insert-bib-matches, reftex-format-citation)
5142 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
5143 (reftex-create-bibtex-file): Add docstrings, mostly by converting
5144 existing comments into docstrings.
5145
5146 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5147
5148 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
5149
5150 2013-06-12 Andreas Schwab <schwab@suse.de>
5151
5152 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
5153 for auto-save files.
5154
5155 2013-06-12 Glenn Morris <rgm@gnu.org>
5156
5157 * ido.el (ido-delete-ignored-files): Remove.
5158 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5159 Go back to calling ido-ignore-item-p directly.
5160
5161 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
5162
5163 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
5164
5165 * ido.el (ido-delete-ignored-files): New function,
5166 split from ido-make-file-list-1.
5167 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
5168 (ido-make-file-list-1): Use ido-delete-ignored-files.
5169
5170 2013-06-12 Leo Liu <sdl.web@gmail.com>
5171
5172 * progmodes/octave.el (inferior-octave-startup)
5173 (inferior-octave-completion-table)
5174 (inferior-octave-track-window-width-change)
5175 (octave-eldoc-function-signatures, octave-help)
5176 (octave-find-definition): Use single quoted strings.
5177 (inferior-octave-startup-args): Change default value.
5178 (inferior-octave-startup): Do not hard code "-i" and
5179 "--no-line-editing".
5180 (inferior-octave-resync-dirs): Add optional arg NOERROR.
5181 (inferior-octave-directory-tracker): Use it.
5182 (octave-goto-function-definition): Robustify.
5183 (octave-help): Support highlighting operators in 'See also'.
5184 (octave-find-definition): Find subfunctions only in Octave mode.
5185
5186 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * help-fns.el (help-fns--compiler-macro): If the handler function is
5189 named, then put a link to it.
5190 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5191 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5192 (cl-typep): Use it.
5193 (cl-eval-when): Simplify debug spec.
5194 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
5195 compiler-macro function instead of setting `compiler-macro-file'.
5196
5197 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5198
5199 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5200 * vc/vc-hooks.el (vc-stay-local): Doc fix.
5201
5202 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5203 Daniel Hackney <dan@haxney.org>
5204
5205 First part of Daniel Hackney's patch to package.el.
5206 * emacs-lisp/package.el: Use defstruct.
5207 (package-desc): New, main struct.
5208 (package--bi-desc, package--ac-desc): New structs, used to describe the
5209 format in external files.
5210 (package-desc-vers): Replace with package-desc-version accessor.
5211 (package-desc-doc): Replace with package-desc-summary accessor.
5212 (package-activate-1): Remove `package' arg since the pkg-vec now
5213 includes the name.
5214 (define-package): Use package-desc-from-define.
5215 (package-unpack-single): Change file-name arg to be a symbol.
5216 (package--add-to-archive-contents): Use package-desc-create and new
5217 accessor functions to package--ac-desc.
5218 (package-buffer-info, package-tar-file-info): Return a package-desc.
5219 (package-install-from-buffer): Remove `type' argument. Change pkg-info
5220 arg to be a package-desc.
5221 (package-install-file): Adjust accordingly. Use \' to match EOS.
5222 (package--from-builtin): New function.
5223 (describe-package-1, package-menu--generate): Use it.
5224 (package--make-autoloads-and-compile): Change name arg to be a symbol.
5225 (package-generate-autoloads): Idem and return the name of the file.
5226 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5227 Change pkg-info arg to be a package-desc.
5228 Use package-make-ac-desc.
5229 (package-upload-file): Use \' to match EOS.
5230 * finder.el (finder-compile-keywords): Use package-make-builtin.
5231
5232 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * vc/vc.el (vc-deduce-fileset): Change error message.
5235 (vc-read-backend): New function.
5236 (vc-next-action): Use it.
5237
5238 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
5239
5240 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
5241 (prolog-font-lock-keywords): Use regexp-opt instead.
5242 Don't manually highlight strings.
5243 (prolog-mode-variables): Simplify comment-start-skip.
5244 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
5245
5246 * emacs-lisp/generic.el (generic--normalise-comments)
5247 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
5248 (generic-mode-set-comments): Use them.
5249 (generic-bracket-support): Use setq-local.
5250 (generic-make-keywords-list): Declare obsolete.
5251
5252 2013-06-11 Glenn Morris <rgm@gnu.org>
5253
5254 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5255 Prettify after setting font-lock-defaults. (Bug#14574)
5256
5257 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
5258
5259 * replace.el (query-replace, occur-read-regexp-defaults-function)
5260 (replace-search):
5261 * subr.el (declare-function, number-sequence, local-set-key)
5262 (substitute-key-definition, locate-user-emacs-file)
5263 (with-silent-modifications, split-string, eval-after-load):
5264 Fix typos, remove unneeded backslashes and reflow some docstrings.
5265
5266 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
5269 default for Elisp files.
5270
5271 2013-06-11 Glenn Morris <rgm@gnu.org>
5272
5273 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
5274 although define-derived-mode was doing this anyway. (Bug#14583)
5275
5276 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
5277
5278 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5279 Fix make-variable-buffer-local call to refer to the correct variable.
5280
5281 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
5282
5283 * eshell/em-term.el (eshell-visual-commands)
5284 (eshell-visual-subcommands, eshell-visual-options):
5285 Add summary line to docstrings. Add cross-references.
5286
5287 2013-06-10 Glenn Morris <rgm@gnu.org>
5288
5289 * epa.el (epa-read-file-name): New function. (Bug#14510)
5290 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
5291
5292 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5293
5294 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5295 output redirection to be ignored with visual commands.
5296
5297 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5298
5299 * eshell/em-term.el (eshell-visual-command-p): New function.
5300 (eshell-term-initialize): Move long lambda to separate function
5301 eshell-visual-command-p.
5302 * eshell/em-dirs.el (eshell-dirs-initialise):
5303 * eshell/em-script.el (eshell-script-initialize):
5304 Add missing #' to lambda.
5305
5306 2013-06-08 Leo Liu <sdl.web@gmail.com>
5307
5308 * progmodes/octave.el (octave-add-log-current-defun): New function.
5309 (octave-mode): Set add-log-current-defun-function.
5310 (octave-goto-function-definition): Do not move point if not found.
5311 (octave-find-definition): Enhance to try subfunctions first.
5312
5313 2013-06-08 Glenn Morris <rgm@gnu.org>
5314
5315 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5316 (byte-compile-backward-char, byte-compile-backward-word):
5317 Improve previous change, to handle non-explicit nil.
5318
5319 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5320
5321 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5322 (smie--opener/closer-at-point): New function.
5323 (smie--matching-block-data): Use it. Don't match from right after an
5324 opener or right before a closer. Obey smie-blink-matching-inners.
5325 Don't signal a mismatch for repeated inners like "switch..case..case".
5326
5327 2013-06-07 Leo Liu <sdl.web@gmail.com>
5328
5329 * progmodes/octave.el (octave-mode): Set comment-use-global-state
5330 to t. (Bug#14303)
5331 (octave-function-header-regexp): Fix. (Bug#14570)
5332 (octave-help-mode-finish-hook, octave-help-mode-finish):
5333 Remove. Just use temp-buffer-show-hook.
5334
5335 * newcomment.el (comment-search-backward): Revert last change.
5336 (Bug#14434)
5337
5338 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
5339
5340 2013-06-07 Eli Zaretskii <eliz@gnu.org>
5341
5342 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5343 through xargs, to avoid failure due to MS-Windows limitations on
5344 command-line length.
5345
5346 2013-06-06 Glenn Morris <rgm@gnu.org>
5347
5348 * font-lock.el (lisp-font-lock-keywords-2):
5349 Treat user-error like error.
5350
5351 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5352 (byte-compile-backward-char, byte-compile-backward-word):
5353 Handle explicit nil arguments. (Bug#14565)
5354
5355 2013-06-05 Alan Mackenzie <acm@muc.de>
5356
5357 * isearch.el (isearch-allow-prefix): New user option.
5358 (isearch-other-meta-char): Don't exit isearch when a prefix
5359 argument is typed whilst `isearch-allow-prefix' is non-nil.
5360 (Bug#9706)
5361
5362 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5363
5364 * autorevert.el (auto-revert-notify-handler): Use memq.
5365 Hide assertion failure.
5366
5367 * skeleton.el: Use cl-lib.
5368 (skeleton-further-elements): Use defvar-local.
5369 (skeleton-insert): Use cl-progv.
5370
5371 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5372
5373 * progmodes/prog-mode.el (prog-prettify-symbols)
5374 (prog-prettify-install): Update docstrings.
5375
5376 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5377
5378 * simple.el: Move all the prog-mode code to prog-mode.el.
5379 * progmodes/prog-mode.el: New file.
5380 * loadup.el: Add prog-mode.el.
5381
5382 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5383
5384 * simple.el (prog-prettify-symbols): Add version.
5385 (prog-prettify-install): Add convenience function to prettify symbols.
5386
5387 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5388 (perl--augmented-font-lock-keywords-1)
5389 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5390 variables and use it.
5391
5392 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5393 (cfengine3-mode): Remove unneeded variable and use it.
5394
5395 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5396 (lisp--augmented-font-lock-keywords-1)
5397 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5398 Remove unneeded variables and use it.
5399
5400 2013-06-05 João Távora <joaotavora@gmail.com>
5401
5402 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
5403 to point when opening the connection. (Bug#14380)
5404
5405 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * subr.el (load-history-regexp, load-history-filename-element)
5408 (eval-after-load, after-load-functions, do-after-load-evaluation)
5409 (eval-next-after-load, display-delayed-warnings)
5410 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5411 definition of save-match-data.
5412 (overriding-local-map): Remove accidental obsolescence declaration.
5413
5414 * emacs-lisp/edebug.el (edebug-result): Move before first use.
5415
5416 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5417
5418 Generalize symbol prettify support to prog-mode and implement it
5419 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5420 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5421 (prog--prettify-font-lock-compose-symbol)
5422 (prog-prettify-font-lock-symbols-keywords): New variables and
5423 functions to support symbol prettification.
5424 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5425 (lisp--augmented-font-lock-keywords-1)
5426 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5427 (lisp--prettify-symbols-alist): Implement prettify of lambda.
5428 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5429 (cfengine3--prettify-symbols-alist, cfengine3-mode):
5430 Implement prettify of -> => :: strings.
5431 * progmodes/perl-mode.el (perl-prettify-symbols)
5432 (perl--font-lock-compose-symbol)
5433 (perl--font-lock-symbols-keywords): Move to prog-mode.
5434 (perl--prettify-symbols-alist): Prettify -> => :: strings.
5435 (perl-font-lock-keywords-1)
5436 (perl-font-lock-keywords-2): Remove explicit prettify support.
5437 (perl--augmented-font-lock-keywords)
5438 (perl--augmented-font-lock-keywords-1)
5439 (perl--augmented-font-lock-keywords-2, perl-mode):
5440 Implement prettify support.
5441
5442 2013-06-05 Leo Liu <sdl.web@gmail.com>
5443
5444 Re-implement smie matching block highlight using
5445 show-paren-data-function. (Bug#14395)
5446 * emacs-lisp/smie.el (smie-matching-block-highlight)
5447 (smie--highlight-matching-block-overlay)
5448 (smie--highlight-matching-block-lastpos)
5449 (smie-highlight-matching-block)
5450 (smie-highlight-matching-block-mode): Remove.
5451 (smie--matching-block-data-cache): New variable.
5452 (smie--matching-block-data): New function.
5453 (smie-setup): Use smie--matching-block-data for
5454 show-paren-data-function.
5455
5456 * progmodes/octave.el (octave-mode-menu): Fix.
5457 (octave-find-definition): Skip garbage lines.
5458
5459 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 Fix compilation error with simultaneous dynamic+lexical scoping.
5462 Add warning when a defvar appears after the first let-binding.
5463 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
5464 (byte-compile-close-variables): Initialize it.
5465 (byte-compile--declare-var): New function.
5466 (byte-compile-file-form-defvar)
5467 (byte-compile-file-form-define-abbrev-table)
5468 (byte-compile-file-form-custom-declare-variable): Use it.
5469 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
5470 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
5471 (byte-compile-bind): Handle dynamic bindings that shadow
5472 lexical bindings.
5473 (byte-compile-unbind): Make arg non-optional.
5474 (byte-compile-let): Simplify.
5475 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
5476 (cconv--analyse-function, cconv-analyse-form): Populate it.
5477 Protect byte-compile-bound-variables to limit the scope of defvars.
5478 (cconv-analyse-form): Add missing rule for (defvar <foo>).
5479 Remove unneeded rule for `declare'.
5480
5481 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
5482 so as to avoid depending on cl-adjoin at run-time.
5483 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
5484
5485 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
5486 (macroexp--warn-and-return): Use it.
5487
5488 2013-06-05 Leo Liu <sdl.web@gmail.com>
5489
5490 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
5491
5492 2013-06-04 Leo Liu <sdl.web@gmail.com>
5493
5494 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
5495 (compilation-auto-jump): Suppress the "Mark set" message to give
5496 way to exit message.
5497
5498 2013-06-04 Alan Mackenzie <acm@muc.de>
5499
5500 Remove faulty optimisation from indentation calculation.
5501 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
5502 search limit based on 2000 characters back from indent-point.
5503
5504 2013-06-03 Tassilo Horn <tsdh@gnu.org>
5505
5506 * eshell/em-term.el (cl-lib): Require `cl-lib'.
5507
5508 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * emacs-lisp/lisp.el: Use lexical-binding.
5511 (lisp--local-variables-1, lisp--local-variables): New functions.
5512 (lisp--local-variables-completion-table): New var.
5513 (lisp-completion-at-point): Use it complete let-bound vars.
5514
5515 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
5516 eagerly (bug#14422).
5517
5518 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
5519
5520 * autorevert.el (auto-revert-notify-enabled)
5521 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5522 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
5523 (auto-revert-notify-handler): Handle also gfilenotify.
5524
5525 * subr.el (file-notify-handle-event): New defun. Replacing ...
5526 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
5527 Remove.
5528
5529 2013-06-03 Juri Linkov <juri@jurta.org>
5530
5531 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
5532 `M-s h .'. (Bug#14427)
5533
5534 * hi-lock.el (highlight-symbol-at-point): New alias for the new
5535 command `hi-lock-face-symbol-at-point'.
5536 (hi-lock-face-symbol-at-point): New command.
5537 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
5538 (hi-lock-menu): Add `highlight-symbol-at-point'.
5539 (hi-lock-mode): Doc fix.
5540
5541 * isearch.el (isearch-forward-symbol-at-point): New command.
5542 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
5543 (isearch-highlight-regexp): Add a regexp which matches
5544 words/symbols for word/symbol mode.
5545
5546 * subr.el (find-tag-default-bounds): New function with the body
5547 mostly moved from `find-tag-default'.
5548 (find-tag-default): Move most code to `find-tag-default-bounds',
5549 call it and apply `buffer-substring-no-properties' afterwards.
5550
5551 2013-06-03 Tassilo Horn <tsdh@gnu.org>
5552
5553 * eshell/em-term.el (eshell-term-initialize):
5554 Use `cl-intersection' rather than `intersection'.
5555
5556 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
5557
5558 * vc/log-view.el: Doc fix.
5559 (log-view-mode-map): Copy keymap from `special-mode-map'.
5560
5561 2013-06-02 Eric Ludlam <zappo@gnu.org>
5562
5563 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
5564 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
5565 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
5566 (eieio-unbound, eieio-default-superclass)
5567 (eieio--define-field-accessors, method-static, method-before)
5568 (method-primary, method-after, method-num-lists)
5569 (method-generic-before, method-generic-primary)
5570 (method-generic-after, method-num-slots)
5571 (eieio-specialized-key-to-generic-key)
5572 (eieio--check-type, class-v, class-p)
5573 (eieio-class-name, define-obsolete-function-alias)
5574 (eieio-class-parents-fast, eieio-class-children-fast)
5575 (same-class-fast-p, class-constructor, generic-p)
5576 (generic-primary-only-p, generic-primary-only-one-p)
5577 (class-option-assoc, class-option, eieio-object-p)
5578 (class-abstract-p, class-method-invocation-order)
5579 (eieio-defclass-autoload-map, eieio-defclass-autoload)
5580 (eieio-class-un-autoload, eieio-defclass)
5581 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
5582 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
5583 (eieio--defgeneric-init-form, eieio-defgeneric-form)
5584 (eieio-defgeneric-reset-generic-form)
5585 (eieio-defgeneric-form-primary-only)
5586 (eieio-defgeneric-reset-generic-form-primary-only)
5587 (eieio-defgeneric-form-primary-only-one)
5588 (eieio-defgeneric-reset-generic-form-primary-only-one)
5589 (eieio-unbind-method-implementations)
5590 (eieio--defmethod, eieio--typep)
5591 (eieio-perform-slot-validation, eieio-validate-slot-value)
5592 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
5593 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
5594 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
5595 (eieio-slot-name-index, eieio-class-slot-name-index)
5596 (eieio-set-defaults, eieio-initarg-to-attribute)
5597 (eieio-attribute-to-initarg, eieio-c3-candidate)
5598 (eieio-c3-merge-lists, eieio-class-precedence-c3)
5599 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
5600 (eieio-class-precedence-list, eieio-generic-call-methodname)
5601 (eieio-generic-call-arglst, eieio-generic-call-key)
5602 (eieio-generic-call-next-method-list)
5603 (eieio-pre-method-execution-functions, eieio-generic-call)
5604 (eieio-generic-call-primary-only, eieiomt-method-list)
5605 (eieiomt-optimizing-obarray, eieiomt-install)
5606 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
5607 (eieio-generic-form, eieio-defmethod, make-obsolete)
5608 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
5609 (defclass): Remove `eval-and-compile' from macro.
5610 (call-next-method, shared-initialize): Instead of using
5611 `scoped-class' variable, use new eieio--scoped-class, and
5612 eieio--with-scoped-class.
5613 (initialize-instance): Rename local variable 'scoped-class' to
5614 'this-class' to remove ambiguitity from old global.
5615
5616 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
5617 eieio.el.
5618 (eieio--scoped-class-stack): New variable.
5619 (eieio--scoped-class): New fcn.
5620 (eieio--with-scoped-class): New scoping macro.
5621 (eieio-defclass): Use pushnew instead of add-to-list.
5622 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
5623 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
5624 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
5625 `scoped-class' variable, use new eieio--scoped-class, and
5626 eieio--with-scoped-class.
5627
5628 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
5629
5630 2013-06-02 Tassilo Horn <tsdh@gnu.org>
5631
5632 * eshell/esh-ext.el (eshell-external-command): Pass args to
5633 `eshell-find-interpreter'.
5634 (eshell-find-interpreter): Add new second parameter ARGS.
5635
5636 * eshell/em-script.el (eshell-script-initialize): Add second arg
5637 to the function added as MATCH to `eshell-interpreter-alist'.
5638
5639 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
5640 the function added as MATCH to `eshell-interpreter-alist'.
5641
5642 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
5643 (eshell-visual-options): New defcustom.
5644 (eshell-escape-control-x): Adapt docstring.
5645 (eshell-term-initialize): Test `eshell-visual-subcommands' and
5646 `eshell-visual-options' in addition to `eshell-visual-commands'.
5647 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
5648
5649 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
5650
5651 * progmodes/python.el (python-indent-block-enders): Add break,
5652 continue and raise keywords.
5653
5654 2013-06-01 Glenn Morris <rgm@gnu.org>
5655
5656 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
5657
5658 Plain (f)boundp silences compilation warnings since Emacs 22.1.
5659 * progmodes/cc-cmds.el (delete-forward-p):
5660 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
5661 * progmodes/cc-engine.el (buffer-syntactic-context):
5662 * progmodes/cc-fonts.el (face-property-instance):
5663 * progmodes/cc-mode.el (set-keymap-parents):
5664 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
5665 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
5666 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
5667 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
5668 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
5669
5670 * progmodes/cc-vars.el (other): Emacs has this widget since
5671 at least 21.1, so don't (re)define it.
5672
5673 * eshell/em-cmpl.el (eshell-cmpl-initialize):
5674 Replace the obsolete alias pcomplete-arg-quote-list.
5675
5676 2013-06-01 Leo Liu <sdl.web@gmail.com>
5677
5678 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
5679 punctuation syntax.
5680 (inferior-octave-minimal-columns)
5681 (inferior-octave-last-column-width): New variables.
5682 (inferior-octave-track-window-width-change): New function.
5683 (inferior-octave-mode): Adjust column width so that Octave output,
5684 for example from 'ls', can fit into the window nicely.
5685
5686 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5687
5688 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5689 Highlight expansions inside regexp literals.
5690
5691 2013-05-31 Glenn Morris <rgm@gnu.org>
5692
5693 * obsolete/sym-comp.el (symbol-complete):
5694 Replace obsolete completion-annotate-function.
5695
5696 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
5697
5698 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
5699
5700 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
5701 New function, checks if point is inside a literal that allows
5702 expression expansion.
5703 (ruby-syntax-propertize-expansion): Use it.
5704 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
5705 around the body.
5706
5707 2013-05-30 Juri Linkov <juri@jurta.org>
5708
5709 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
5710 to "\M-si".
5711 (isearch-invisible): New variable.
5712 (isearch-forward): Doc fix.
5713 (isearch-mode): Set `isearch-invisible'
5714 to the value of `search-invisible'.
5715 (isearch-toggle-case-fold): Doc fix.
5716 (isearch-toggle-invisible): New command.
5717 (isearch-query-replace): Let-bind `search-invisible'
5718 to the value of `isearch-invisible'.
5719 (isearch-search): Use `isearch-invisible' instead of
5720 `search-invisible'. Let-bind `search-invisible'
5721 to the value of `isearch-invisible'. (Bug#11378)
5722
5723 2013-05-30 Juri Linkov <juri@jurta.org>
5724
5725 * replace.el (perform-replace): Avoid `isearch-range-invisible'
5726 call when `query-flag' is nil and `search-invisible' is non-nil.
5727 (Bug#11746)
5728
5729 2013-05-30 Glenn Morris <rgm@gnu.org>
5730
5731 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
5732
5733 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
5734 (cc-require): Suppress spurious "noruntime" warnings.
5735 (cc-require-when-compile): Use fboundp, for sake of compiler.
5736
5737 * progmodes/cc-mode.el: Move load of cc-vars before that of
5738 cc-langs (which in turn loads cc-vars), to quieten compiler.
5739
5740 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * paren.el: Simplify the code.
5743 (show-paren-mode): Always start the timer.
5744 (show-paren--idle-timer): Rename from show-paren-idle-timer.
5745 (show-paren--overlay, show-paren--overlay-1): Rename from
5746 show-paren-overlay and show-paren-overlay-1, and initialize to an
5747 overlay rather than to nil.
5748 (show-paren-function): Misc cleanup and simplifications.
5749
5750 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * paren.el (show-paren-data-function): New hook.
5753 (show-paren--default): New function, extracted from show-paren-function.
5754 (show-paren-function): Use show-paren-data-function.
5755
5756 2013-05-30 Glenn Morris <rgm@gnu.org>
5757
5758 * ielm.el (ielm-map, ielm-complete-symbol):
5759 Use completion-at-point rather than obsolete functions.
5760 (inferior-emacs-lisp-mode): Doc fix.
5761 Set completion-at-point-functions, rather than
5762 comint-dynamic-complete-functions.
5763
5764 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
5765 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
5766 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
5767
5768 * image.el (image-animated-p): Tweak definition.
5769
5770 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
5771 (rlogin-process-connection-type): Tweak default. Add set-after.
5772 (rlogin-host): Doc fix.
5773 (rlogin): Tweak prompt.
5774 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
5775
5776 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
5777 * progmodes/tcl.el (inferior-tcl-mode-map):
5778 Use completion-at-point rather than obsolete alias.
5779
5780 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
5781
5782 * minibuffer.el (read-file-name-completion-ignore-case):
5783 Move before completion--in-region, for eager macro expansion.
5784
5785 2013-05-29 Juri Linkov <juri@jurta.org>
5786
5787 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
5788 for total count of matching lines. Add `global-matches' for total
5789 count of matches. Rename `matches' to `lines' for count of
5790 matching lines. Add `matches' for count of matches.
5791 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
5792 to `prev-line' for line number of prev match endpt.
5793 Increment `matches' for every match. Print the number of
5794 matching lines in the header.
5795 (occur-context-lines): Rename `lines' to `curr-line'.
5796 Rename `prev-lines' to `prev-line'. (Bug#14017)
5797
5798 2013-05-29 Juri Linkov <juri@jurta.org>
5799
5800 * replace.el (perform-replace): Add `skip-read-only-count',
5801 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
5802 Increment them for corresponding conditions and report the number
5803 of skipped occurrences in the final message. (Bug#11746)
5804 (query-replace, query-replace-regexp, query-replace-regexp-eval)
5805 (replace-string, replace-regexp): Doc fix.
5806
5807 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
5808
5809 * emacs-lisp/trace.el (trace--read-args): Provide a default.
5810
5811 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
5812 prog-mode-map (bug#14504).
5813
5814 2013-05-29 Leo Liu <sdl.web@gmail.com>
5815
5816 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
5817 (octave-help): Small simplification.
5818
5819 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
5820 off the highlight first.
5821
5822 2013-05-29 Glenn Morris <rgm@gnu.org>
5823
5824 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
5825 Handle idlwave-last-system-routine-info-cons-cell being nil.
5826
5827 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5828 (idlwave-write-paths): Simplify via with-temp-buffer.
5829
5830 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
5831 * emulation/cua-rect.el: Also load cua-base at run time.
5832
5833 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
5834 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
5835 (cperl-imenu-on-info): Require imenu.
5836
5837 2013-05-28 Alan Mackenzie <acm@muc.de>
5838
5839 Handle "capitalised keywords" correctly.
5840 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
5841
5842 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
5843
5844 * eshell/em-unix.el: Add -r option to cp.
5845
5846 2013-05-28 Glenn Morris <rgm@gnu.org>
5847
5848 * vc/vc-arch.el (vc-exec-after): Declare.
5849 (vc-switches): Autoload.
5850 * vc/vc-bzr.el: No need to require vc when compiling.
5851 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
5852 (vc-resynch-buffer, vc-dir-refresh): Declare.
5853 (vc-setup-buffer, vc-switches): Autoload.
5854 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
5855 (vc-resynch-buffer): Declare.
5856 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
5857 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
5858 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
5859 (grep-read-regexp, grep-read-files, grep-expand-template)
5860 (vc-dir-refresh): Declare.
5861 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
5862 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
5863 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
5864 * vc/vc-mtn.el (vc-exec-after): Declare.
5865 (vc-switches): Autoload.
5866 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
5867 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
5868 (vc-file-tree-walk): Declare.
5869 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
5870 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
5871 (vc-tag-precondition, vc-rename-master): Autoload.
5872 * vc/vc-svn.el (vc-exec-after): Declare.
5873 (vc-switches, vc-setup-buffer): Autoload.
5874 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
5875 Autoload.
5876 (vc-resynch-buffer): Declare.
5877
5878 * obsolete/fast-lock.el (byte-compile-warnings):
5879 Don't warn about obsolete features in this obsolete file.
5880
5881 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
5882 Move definition before use.
5883
5884 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
5885 (dun-unix-verbs): Remove dun-zippy.
5886 (dun-zippy): Remove function.
5887
5888 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
5889
5890 2013-05-27 Juri Linkov <juri@jurta.org>
5891
5892 * replace.el (replace-search): New function with code moved out
5893 from `perform-replace'.
5894 (replace-highlight, replace-dehighlight): Move function definitions
5895 up closer to `replace-search'. (Bug#11746)
5896
5897 2013-05-27 Juri Linkov <juri@jurta.org>
5898
5899 * replace.el (perform-replace): Ignore invisible matches.
5900 In addition to checking `query-replace-skip-read-only', also
5901 filter out matches by calling `run-hook-with-args-until-failure'
5902 on `isearch-filter-predicates', and also check `search-invisible'
5903 for t or call `isearch-range-invisible'.
5904 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
5905
5906 2013-05-27 Juri Linkov <juri@jurta.org>
5907
5908 * isearch.el (isearch-filter-predicates): Rename from
5909 `isearch-filter-predicate'. Doc fix. (Bug#11378)
5910 (isearch-message-prefix): Display text from the property
5911 `isearch-message-prefix' of the currently active filters.
5912 (isearch-search): Don't compare `isearch-filter-predicate' with
5913 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
5914 on `isearch-filter-predicates'. Also check `search-invisible' for t
5915 or call `isearch-range-invisible'.
5916 (isearch-filter-visible): Make obsolete.
5917 (isearch-lazy-highlight-search):
5918 Call `run-hook-with-args-until-failure' on
5919 `isearch-filter-predicates' and use `isearch-range-invisible'.
5920
5921 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
5922 `isearch-filter-predicates' instead of `funcall'ing
5923 `isearch-filter-predicate'.
5924 (Info-mode): Set `Info-isearch-filter' to
5925 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
5926
5927 * dired-aux.el (dired-isearch-filter-predicate-orig):
5928 Remove variable.
5929 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
5930 (dired-isearch-filenames-end): Add and remove
5931 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
5932 instead of changing the value of `isearch-filter-predicate'.
5933 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
5934 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
5935 Put property `isearch-message-prefix' to "filename " on
5936 `dired-isearch-filter-filenames'.
5937
5938 * wdired.el (wdired-change-to-wdired-mode):
5939 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
5940 locally instead of changing `isearch-filter-predicate'.
5941 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
5942
5943 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
5944
5945 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
5946 return the commit hash (Bug#14459). Also set the
5947 `vc-git-detached' property.
5948 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
5949 (vc-git-mode-line-string): Use the same help-echo format whether
5950 in detached mode or not, because we know the actual revision now.
5951 When in detached mode, shorten the revision to 7 chars.
5952
5953 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * emacs-lisp/easy-mmode.el (define-minor-mode):
5956 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
5957 mode hook and provide a docstring.
5958
5959 2013-05-27 Alan Mackenzie <acm@muc.de>
5960
5961 Remove spurious syntax-table text properties inserted by C-y.
5962 * progmodes/cc-mode.el (c-after-change): Also clear hard
5963 syntax-table property with value nil.
5964
5965 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
5966
5967 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
5968 when reading the events; the buffer layout shall not be changed.
5969
5970 2013-05-27 Leo Liu <sdl.web@gmail.com>
5971
5972 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
5973 New variable.
5974 (inferior-octave-directory-tracker): Automatically re-sync
5975 default-directory.
5976 (octave-help): Improve handling of 'See also'.
5977
5978 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
5979
5980 * doc-view.el: Minor naming convention tweaks.
5981 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
5982
5983 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
5984 even if there's no `display' property yet (bug#14435).
5985
5986 2013-05-25 Eli Zaretskii <eliz@gnu.org>
5987
5988 * subr.el (unmsys--file-name): Rename from reveal-filename.
5989
5990 * Makefile.in (custom-deps, finder-data, autoloads)
5991 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
5992 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
5993 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
5994
5995 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
5998 error-completion on the first 2 args of condition-case (bug#14446).
5999 Don't burp at EOB.
6000
6001 2013-05-25 Leo Liu <sdl.web@gmail.com>
6002
6003 * comint.el (comint-previous-matching-input): Do not flood the
6004 *Messages* buffer with trivial messages.
6005
6006 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * progmodes/flymake.el (flymake-nop): Don't return a string.
6009 (flymake-set-at): Fix typo.
6010
6011 * simple.el (read--expression): New function, extracted from
6012 eval-expression. Set completion-at-point-functions (bug#14465).
6013 (eval-expression, eval-minibuffer): Use it.
6014
6015 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
6016
6017 * progmodes/flymake.el (flymake-save-buffer-in-file)
6018 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
6019 (flymake-selected-frame, flymake-log, flymake-ins-after)
6020 (flymake-set-at, flymake-get-buildfile-from-cache)
6021 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
6022 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
6023 Refine the doc string.
6024 (flymake-get-file-name-mode-and-masks): Reformat.
6025 (flymake-get-real-file-name-function): Fix a minor bug.
6026
6027 2013-05-24 Juri Linkov <juri@jurta.org>
6028
6029 * progmodes/grep.el (grep-mode-font-lock-keywords):
6030 Support =linenumber= format used by git-grep for lines with
6031 function names. (Bug#13549)
6032
6033 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6034
6035 * progmodes/octave.el (octave-smie-rules): Return nil rather than
6036 0 after a semi-colon; it works better for smie-auto-fill.
6037 (octave--indent-new-comment-line): New function.
6038 (octave-indent-new-comment-line): Use it (indirectly).
6039 (octave-mode): Don't disable smie-auto-fill. Use add-function to
6040 modify comment-line-break-function.
6041
6042 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
6043 (smie-setup): Use add-function to set it.
6044
6045 2013-05-24 Sam Steingold <sds@gnu.org>
6046
6047 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
6048 argument (before the `interactive' argument).
6049
6050 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6051
6052 * image-mode.el (image-mode-winprops): Add winprops to
6053 image-mode-winprops-alist before running
6054 image-mode-new-window-functions.
6055 * doc-view.el (doc-view-new-window-function): Don't delay
6056 doc-view-goto-page via timers (bug#14435).
6057
6058 2013-05-24 Tassilo Horn <tsdh@gnu.org>
6059
6060 * doc-view.el: Integrate with desktop.el. (Bug#14435)
6061 (doc-view-desktop-save-buffer): New function.
6062 (doc-view-restore-desktop-buffer): New function.
6063 (desktop-buffer-mode-handlers):
6064 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
6065 handler.
6066 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
6067 `desktop-save-buffer' function.
6068
6069 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
6070
6071 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
6072 (tramp-gvfs-file-name-handler): Raise a user error when
6073 `tramp-gvfs-enabled' is nil.
6074 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
6075 Do not raise a user error when loading package. (Bug#14447)
6076
6077 * net/xesam.el: Move to obsolete/.
6078
6079 2013-05-24 Glenn Morris <rgm@gnu.org>
6080
6081 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
6082
6083 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
6084
6085 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
6086 (Info-find-node, Man-getpage-in-background): Declare.
6087
6088 * mail/unrmail.el (unrmail):
6089 Replace obsolete detect-coding-with-priority.
6090
6091 * net/socks.el (socks-split-string): Use this rather than split-string.
6092 (socks-nslookup-host): Update for above change.
6093 (dynamic-choice, s5-dynamic-choice-match)
6094 (s5-dynamic-choice-match-inline, s5-widget-value-create):
6095 Comment out unused code.
6096
6097 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
6098 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
6099 (gud-tooltip-echo-area): Make obsolete.
6100 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
6101
6102 * progmodes/js.el (js--optimize-arglist): Declare.
6103
6104 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
6105
6106 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
6107 (ediff-window-C): Declare.
6108
6109 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
6110 Tweak requires to silence compiler.
6111
6112 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
6113 (he-search-string, he-tried-table, he-expand-list)
6114 (he-init-string, he-string-member, he-substitute-string)
6115 (he-reset-string): Declare.
6116
6117 * obsolete/options.el (list-options): Use custom-variable-p,
6118 rather than obsolete alias.
6119
6120 2013-05-23 Sam Steingold <sds@gnu.org>
6121
6122 * simple.el (shell-command-on-region): Pass the `replace' argument
6123 down to `call-process-region' to comply with the doc as reported on
6124 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
6125
6126 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6127
6128 * emacs-lisp/smie.el (smie-indent-forward-token)
6129 (smie-indent-backward-token): Handle string tokens (bug#14381).
6130
6131 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6132
6133 * ielm.el (ielm-menu): New menu.
6134 (inferior-emacs-lisp-mode): Set comment-start.
6135
6136 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6137
6138 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
6139 Fix deactivate action.
6140
6141 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
6142 Add cleveref macros.
6143
6144 * lisp/textmodes/reftex-parse.el
6145 (reftex-locate-bibliography-files): Accept options for
6146 bibliography commands.
6147 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
6148 Add addbibresource. Basic Biblatex support.
6149
6150 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
6151
6152 * net/tramp-gvfs.el (top):
6153 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
6154 when loading package. (Bug#14447)
6155
6156 2013-05-23 Glenn Morris <rgm@gnu.org>
6157
6158 * progmodes/js.el: No need to load comint when compiling.
6159 (ring-insert, comint-send-string, comint-send-input)
6160 (comint-last-input-end, ido-chop): Declare.
6161
6162 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
6163 * vc/ediff-mult.el: Adjust requires.
6164 (ediff-directories-internal, ediff-directory-revisions-internal)
6165 (ediff-patch-file-internal): Declare.
6166 * vc/ediff-ptch.el: Adjust requires.
6167 (ediff-use-last-dir, ediff-buffers-internal): Declare.
6168 (ediff-find-file): Autoload.
6169 * vc/ediff-util.el: No need to load ediff when compiling.
6170 (ediff-regions-internal): Declare.
6171 * vc/ediff-wind.el: Adjust requires.
6172 (ediff-compute-toolbar-width): Define when compiling.
6173 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
6174 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
6175 (dired-get-filename, dired-get-marked-files)
6176 (ediff-last-dir-patch, ediff-patch-default-directory)
6177 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
6178 (ediff-patch-buffer-internal): Declare.
6179
6180 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6181 (ispell-process, ispell-buffer-local-words, lm-summary)
6182 (lm-section-start, lm-section-end): Declare.
6183 (checkdoc-ispell-init): Simplify.
6184
6185 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6186 (he-string-member, he-reset-string, he-substitute-string): Declare.
6187
6188 * eshell/em-ls.el: Adjust requires.
6189 (eshell-glob-regexp): Declare.
6190 * eshell/em-tramp.el: Adjust requires.
6191 (eshell-parse-command): Autoload.
6192 * eshell/em-xtra.el: Adjust requires.
6193 (eshell-parse-command): Autoload.
6194 * eshell/esh-ext.el: Adjust requires.
6195 (eshell-parse-command, eshell-close-handles): Autoload.
6196 * eshell/esh-io.el: Adjust requires.
6197 (eshell-output-filter): Autoload.
6198 * eshell/esh-util.el: No need to load tramp when compiling.
6199 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6200 Declare.
6201 (eshell-parse-ange-ls): Require ange-ftp and tramp.
6202 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6203 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6204 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6205 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6206 * eshell/esh-opt.el, eshell/esh-proc.el:
6207 * eshell/esh-var.el: Adjust requires.
6208 * eshell/eshell.el: Do not require esh-util twice.
6209 (eshell-add-input-to-history): Declare.
6210 (eshell-command): Check history module is active before using it.
6211
6212 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6213
6214 2013-05-22 Leo Liu <sdl.web@gmail.com>
6215
6216 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6217
6218 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
6219
6220 * autorevert.el (auto-revert-notify-add-watch)
6221 (auto-revert-notify-handler): Add `attrib' for the inotify case,
6222 it indicates changes in file modification time.
6223
6224 2013-05-22 Glenn Morris <rgm@gnu.org>
6225
6226 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6227 Always delete the autoloaded function from the noruntime and
6228 unresolved functions lists.
6229
6230 * allout.el: No need to load epa, epg, overlay when compiling.
6231 (epg-context-set-passphrase-callback, epg-list-keys)
6232 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
6233 (epg-key-user-id-list): Declare.
6234
6235 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6236 (viper-set-parsing-style-toggling-macro)
6237 (viper-set-emacs-state-searchstyle-macros):
6238 Use called-interactively-p on Emacs.
6239 (viper-looking-back): Make it an obsolete alias. Update callers.
6240 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
6241 Use looking-back rather than viper-looking-back.
6242 (viper-tmp-insert-at-eob, viper-enlarge-region)
6243 (viper-read-string-with-history, viper-register-to-point)
6244 (viper-append-to-register, viper-change-state-to-vi)
6245 (viper-backward-char-carefully, viper-forward-char-carefully)
6246 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
6247 (viper-change-state-to-emacs): Declare.
6248 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
6249 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
6250 * emulation/viper-mous.el: Do not load viper-cmd.
6251 (viper-backward-char-carefully, viper-forward-char-carefully)
6252 (viper-forward-word, viper-adjust-window): Declare.
6253
6254 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
6255
6256 * progmodes/idlw-help.el (idlwave-help-fontify):
6257 Use called-interactively-p.
6258
6259 * term/w32console.el (w32-get-console-codepage)
6260 (w32-get-console-output-codepage): Declare.
6261
6262 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
6263 Remove unnecessary declarations.
6264 (dframe-message): Doc fix.
6265
6266 * info.el (dframe-select-attached-frame, dframe-current-frame):
6267 Declare.
6268
6269 * speedbar.el (speedbar-message): Make it an obsolete alias.
6270 Update all callers.
6271 (speedbar-with-attached-buffer)
6272 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
6273 (speedbar-with-writable): Use backquote.
6274 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
6275 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6276 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
6277 rather than speedbar- aliases.
6278 * mail/rmail.el: Load dframe rather than speedbar when compiling.
6279 (speedbar-make-specialized-keymap, speedbar-insert-button)
6280 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6281 (speedbar-do-function-pointer): Declare.
6282 (rmail-speedbar-button, rmail-speedbar-find-file)
6283 (rmail-speedbar-move-message):
6284 Use dframe-with-attached-buffer rather than speedbar- alias.
6285 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6286 (dframe-message, speedbar-make-specialized-keymap)
6287 (speedbar-add-expansion-list, speedbar-mode-functions-list)
6288 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6289 (speedbar-insert-button, dframe-select-attached-frame)
6290 (dframe-maybee-jump-to-attached-frame)
6291 (speedbar-change-initial-expansion-list)
6292 (speedbar-previously-used-expansion-list-name): Declare.
6293 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6294 Use dframe-message, dframe-with-attached-buffer rather than
6295 speedbar- aliases.
6296 (gud-sentinel): Silence compiler.
6297 * progmodes/vhdl-mode.el (speedbar-refresh)
6298 (speedbar-do-function-pointer, speedbar-add-supported-extension)
6299 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6300 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6301 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6302 (speedbar-file-lists, speedbar-make-tag-line)
6303 (speedbar-line-directory, speedbar-goto-this-file)
6304 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6305 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6306 (speedbar-make-button, speedbar-reset-scanners)
6307 (speedbar-files-item-info, speedbar-line-text)
6308 (speedbar-find-file-in-frame, speedbar-set-timer)
6309 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6310 (speedbar-with-writable): Do not (re)define it.
6311 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6312 rather than speedbar- alias.
6313
6314 2013-05-21 Leo Liu <sdl.web@gmail.com>
6315
6316 * progmodes/octave.el (octave-mode-menu): Update and re-organize
6317 menu items.
6318 (octave-mode): Tweak fill-nobreak-predicate.
6319 (inferior-octave-startup): Check process to avoid infinite loop.
6320 (inferior-octave): Pop to buffer first to show abornmal process
6321 exit information.
6322
6323 2013-05-21 Glenn Morris <rgm@gnu.org>
6324
6325 * printing.el (pr-menu-bar): Define when compiling.
6326
6327 2013-05-21 Leo Liu <sdl.web@gmail.com>
6328
6329 * progmodes/octave.el (octave-auto-fill): Remove.
6330 (octave-indent-new-comment-line): Improve.
6331 (octave-mode): Use auto fill mode through
6332 comment-line-break-function and fill-nobreak-predicate.
6333 (octave-goto-function-definition): Support DEFUN_DLD.
6334 (octave-beginning-of-defun): Small tweak.
6335 (octave-help): Show parent directory.
6336
6337 2013-05-21 Glenn Morris <rgm@gnu.org>
6338
6339 * files.el (dired-unmark):
6340 * progmodes/gud.el (gdb-input): Update declarations.
6341
6342 * calculator.el (electric, ehelp): No need to load when compiling.
6343 (Electric-command-loop, electric-describe-mode): Declare.
6344
6345 * doc-view.el (doc-view-current-converter-processes): Move before use.
6346
6347 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6348 Move MODE-set-explicitly definition before use.
6349
6350 * international/mule-diag.el (mule-diag):
6351 Don't use obsolete window-system-version.
6352
6353 * mail/feedmail.el (smtpmail): No need to load when compiling.
6354 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6355
6356 * mail/mail-utils.el (rfc822): No need to load when compiling.
6357 (rfc822-addresses): Autoload it.
6358 (mail-strip-quoted-names): Trivial simplification.
6359
6360 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6361 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6362
6363 * net/snmp-mode.el (tempo): Don't duplicate requires.
6364
6365 * progmodes/prolog.el (info): No need to load when compiling.
6366 (comint): Require before shell requires it.
6367 (Info-goto-node): Autoload it.
6368 (Info-follow-nearest-node): Declare.
6369 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6370
6371 * textmodes/artist.el (picture-mode-exit): Declare.
6372
6373 * textmodes/reftex-parse.el (reftex-parse-from-file):
6374 Trivial rewrite so the compiler can parse it better.
6375
6376 2013-05-20 Leo Liu <sdl.web@gmail.com>
6377
6378 * progmodes/octave.el (octave-help-mode-map)
6379 (octave-help-mode-finish-hook): New variables.
6380 (octave-help-mode, octave-help-mode-finish): New functions.
6381 (octave-help): Use octave-help-mode.
6382
6383 2013-05-20 Glenn Morris <rgm@gnu.org>
6384
6385 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
6386
6387 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
6388
6389 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6390 start at point, so that expansion starting right after opening
6391 slash in a regexp is recognized.
6392 (ruby-syntax-before-regexp-re): New defvar, extracted from
6393 ruby-syntax-propertize-function. Since the value of this regexp
6394 is looked up at runtime now, we should be able to turn
6395 `ruby-syntax-methods-before-regexp' into a defcustom later.
6396 (ruby-syntax-propertize-function): Split regexp matching into two
6397 parts, for opening and closing slashes. That allows us to skip
6398 over string interpolations and support multiline regexps.
6399 Don't call `ruby-syntax-propertize-expansions', instead use another rule
6400 for them, which calls `ruby-syntax-propertize-expansion'.
6401 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6402 call to `ruby-syntax-propertize-function'.
6403 (ruby-syntax-propertize-expansion): Extracted from
6404 `ruby-syntax-propertize-expansions'. Handles one expansion.
6405 (ruby-syntax-propertize-percent-literal): Leave point right after
6406 the percent symbol, so that the expression expansion rule can
6407 propertize the contents.
6408 (ruby-syntax-propertize-heredoc): Leave point at bol following the
6409 heredoc openers.
6410 (ruby-syntax-propertize-expansions): Remove.
6411
6412 2013-05-18 Juri Linkov <juri@jurta.org>
6413
6414 * man.el (Man-default-man-entry): Remove `-' from the end
6415 of the default value. (Bug#14400)
6416
6417 2013-05-18 Glenn Morris <rgm@gnu.org>
6418
6419 * comint.el (comint-password-prompt-regexp):
6420 Allow "password for XXX" where XXX contains colons (eg https://...).
6421
6422 2013-05-18 Leo Liu <sdl.web@gmail.com>
6423
6424 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
6425 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
6426 (octave-source-directories): Don't check process.
6427 (octave-source-directories, octave-find-definition): Doc fix.
6428
6429 2013-05-18 Glenn Morris <rgm@gnu.org>
6430
6431 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6432 Remove backspace/delete bindings. (Bug#14392)
6433
6434 * cus-dep.el (custom-make-dependencies): Sort the output.
6435 (custom-versions-load-alist): Convert comment to doc.
6436
6437 2013-05-17 Leo Liu <sdl.web@gmail.com>
6438
6439 * newcomment.el (comment-search-backward): Stricter in finding
6440 comment start. (Bug#14303)
6441
6442 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
6443 (octave-comment-start-skip): Properly anchored.
6444
6445 2013-05-17 Leo Liu <sdl.web@gmail.com>
6446
6447 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
6448 Clean up when turned off. (Bug#14395)
6449 (smie--highlight-matching-block-overlay): No longer buffer-local.
6450 (smie-highlight-matching-block): Adjust.
6451
6452 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
6453
6454 Doc string fix for "nanoseconds" (Bug#14406).
6455 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
6456 Fix doc string typo that had "nanoseconds" instead of "microseconds".
6457
6458 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
6459
6460 * calc/calc-units.el (math-extract-units): Preserve powers
6461 of units.
6462
6463 2013-05-17 Leo Liu <sdl.web@gmail.com>
6464
6465 * subr.el (delete-consecutive-dups): New function.
6466 * ido.el (ido-set-matches-1): Use it.
6467 * progmodes/octave.el (inferior-octave-completion-table): Use it.
6468 * ido.el (ido-remove-consecutive-dups): Remove.
6469
6470 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6473 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
6474 regexp-opt's `words'.
6475
6476 2013-05-16 Leo Liu <sdl.web@gmail.com>
6477
6478 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
6479 (smie--highlight-matching-block-overlay)
6480 (smie--highlight-matching-block-lastpos)
6481 (smie--highlight-matching-block-timer): New variables.
6482 (smie-highlight-matching-block): New function.
6483 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
6484 (smie-setup): Conditionally enable smie-blink-matching-open.
6485
6486 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
6487
6488 Sync with upstream verilog-mode r840.
6489 * progmodes/verilog-mode.el (verilog-mode-version)
6490 (verilog-mode-release-date): Update.
6491 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
6492 (verilog-sig-tieoff): Fix string error on
6493 AUTORESET with colon define, bug594. Reported by Andrew Hou.
6494 (verilog-read-decls): Fix parameters confusing
6495 AUTOINST interfaces, bug565. Reported by Leith Johnson.
6496
6497 2013-05-16 Eli Zaretskii <eliz@gnu.org>
6498
6499 * subr.el (reveal-filename): New function.
6500
6501 * loadup.el: Compute Emacs executable versions on MS-Windows,
6502 where executables have the .exe extension. Add a hard link
6503 emacs-XX.YY.ZZ.exe on MS-Windows.
6504
6505 * Makefile.in (XARGS_LIMIT): New variable.
6506 (custom-deps, finder-data, autoloads)
6507 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6508 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6509 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
6510 (compile-main): Limit xargs according to $(XARGS_LIMIT).
6511
6512 2013-05-16 Leo Liu <sdl.web@gmail.com>
6513
6514 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
6515 (octave-mode-menu, octave-mode-map): Remove its uses.
6516
6517 2013-05-16 Reto Zimmermann <reto@gnu.org>
6518
6519 Sync with upstream vhdl mode v3.34.2.
6520 * progmodes/vhdl-mode.el: Use `push' throughout.
6521 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
6522 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
6523 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
6524 (vhdl-actual-generic-name): New option to derive actual generic name.
6525 (vhdl-port-paste-signals): Replace formal by actual generics.
6526 (vhdl-beautify): New name for old group vhdl-align. Update users.
6527 (vhdl-beautify-options): New option.
6528 (vhdl-last-input-event): New compat alias. Use throughout.
6529 (vhdl-goto-line): Replace user level function `goto-line'.
6530 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
6531 vhdl-fix-statement-buffer.
6532 (vhdl-create-mode-menu): Add some entries.
6533 (vhdl-align-region-groups): Respect vhdl-beautify-options.
6534 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
6535 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
6536 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
6537 to force statements on one line.
6538 (vhdl-remove-trailing-spaces-region):
6539 New, split from vhdl-remove-trailing-spaces.
6540 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
6541 Respect vhdl-beautify-options.
6542 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
6543 (vhdl-update-sensitivity-list): Not add with index if exists without.
6544 Not include array index with signal. Ignore keywords in comments.
6545 (vhdl-get-visible-signals): Regexp tweaks.
6546 (vhdl-template-component-inst): Handle empty library.
6547 (vhdl-template-type): Add template for 'enum' type.
6548 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
6549 Use vhdl-replace-string.
6550 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
6551 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
6552 (vhdl-speedbar-initialize): Update for above name change.
6553 (vhdl-compose-wire-components): Fix in handling of constants.
6554 (vhdl-error-regexp-emacs-alist): New variable.
6555 (vhdl-error-regexp-add-emacs): New function;
6556 adds support for new compile.el (Emacs 22+)
6557 (vhdl-generate-makefile-1): Change target order for single lib. units.
6558 Allow use of absolute file names.
6559
6560 2013-05-16 Leo Liu <sdl.web@gmail.com>
6561
6562 * simple.el (prog-indent-sexp): Indent enclosing defun.
6563
6564 2013-05-15 Glenn Morris <rgm@gnu.org>
6565
6566 * cus-start.el (show-trailing-whitespace): Move to editing basics.
6567 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
6568 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
6569 (whitespace-highlight): Move to whitespace group.
6570
6571 * comint.el (comint-source):
6572 * pcmpl-linux.el (pcmpl-linux):
6573 * shell.el (shell-faces):
6574 * eshell/esh-opt.el (eshell-opt):
6575 * international/ccl.el (ccl): Remove empty custom groups.
6576
6577 * completion.el (dynamic-completion-mode):
6578 * jit-lock.el (jit-lock-debug-mode):
6579 * minibuffer.el (completion-in-region-mode):
6580 * type-break.el (type-break-mode-line-message-mode)
6581 (type-break-query-mode):
6582 * emulation/tpu-edt.el (tpu-edt-mode):
6583 * progmodes/subword.el (global-subword-mode, global-superword-mode):
6584 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6585 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
6586
6587 * term/xterm.el (xterm): Change parent group to terminals.
6588
6589 * master.el (master): Remove empty custom group.
6590 (master-mode): Remove unused :group argument.
6591 * textmodes/refill.el (refill): Remove empty custom group.
6592 (refill-mode): Remove unused :group argument.
6593
6594 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
6595
6596 * cus-dep.el: Provide a feature.
6597 (custom-make-dependencies): Ignore dotfiles (dir-locals).
6598 Don't mistakenly ignore files whose basenames match a basename
6599 from preloaded-file-list (eg cedet/ede/simple.el).
6600 Add a fallback method for getting :group.
6601
6602 2013-05-15 Juri Linkov <juri@jurta.org>
6603
6604 * isearch.el (isearch-char-by-name): Rename from
6605 `isearch-insert-char-by-name'. Doc fix.
6606 (isearch-forward): Mention `isearch-char-by-name' in
6607 the docstring. (Bug#13348)
6608
6609 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
6610 `exit-minibuffer' instead of
6611 `isearch-nonincremental-exit-minibuffer'.
6612 (isearch-edit-string): Remove mention of
6613 `isearch-nonincremental-exit-minibuffer' from docstring.
6614 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
6615 (isearch-forward-exit-minibuffer)
6616 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
6617
6618 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * loadup.el: Just use unversioned DOC.
6621
6622 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
6623 literals as extending to EOB.
6624 (nxml-last-fontify-end): Remove unused variable.
6625 (nxml-after-change1): Use with-silent-modifications.
6626 (nxml-extend-after-change-region): Simplify.
6627 (nxml-extend-after-change-region1): Remove function.
6628 (nxml-after-change1): Don't adjust for dependent regions.
6629 (nxml-fontify-matcher): Simplify.
6630 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
6631 (xmltok-add-dependent): Remove function.
6632 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
6633 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
6634 (xmltok-scan-prolog-after-processing-instruction-open): Treat
6635 unclosed <[[, <?, comment, and other literals as extending to EOB.
6636 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
6637 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
6638 Remove functions.
6639 (rng-do-some-validation-1): Don't mark dependent regions.
6640 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
6641 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
6642 (nxml-clear-dependent-regions): Remove functions.
6643 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
6644 (nxml-ensure-scan-up-to-date):
6645 Don't clear&mark dependent regions.
6646
6647 2013-05-15 Leo Liu <sdl.web@gmail.com>
6648
6649 * progmodes/octave.el (octave-goto-function-definition):
6650 Improve and fix callers.
6651
6652 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
6653
6654 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
6655 the setter (bug#14387).
6656
6657 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
6658 surrounding group (bug#14402).
6659
6660 2013-05-14 Juri Linkov <juri@jurta.org>
6661
6662 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
6663 (Bug#14390)
6664
6665 2013-05-14 Glenn Morris <rgm@gnu.org>
6666
6667 * progmodes/f90.el (f90-imenu-generic-expression):
6668 Fix typo in 2013-05-08 change. (Bug#14402)
6669
6670 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6671
6672 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
6673 Remove signals for which replies are never received.
6674
6675 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6676
6677 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
6678 (gdb-handler-alist, gdb-handler-number): Remove variables.
6679 (gdb-handler-list): New variable.
6680 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
6681 (gdb-pending-handler-p, gdb-handle-reply)
6682 (gdb-remove-all-pending-triggers): New functions.
6683 (gdb-discard-unordered-replies): New defcustom.
6684 (gdb-handler): New defstruct.
6685 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
6686 instead of gdb-pending-triggers. Update docstring.
6687 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
6688 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
6689 (gdb-var-update-handler, def-gdb-auto-update-trigger)
6690 (def-gdb-auto-update-handler, gdb-get-changed-registers)
6691 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
6692 (gdb-frame-handler): Pending triggers are now automatically managed.
6693 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
6694 Remove argument.
6695 (gdb-input): Automatically handles pending triggers. Update docstring.
6696 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
6697 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
6698 Update comments.
6699 (gdb-done-or-error): Now use gdb-handle-reply.
6700
6701 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
6702
6703 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
6704 gdb-debug-log.
6705
6706 2013-05-14 Glenn Morris <rgm@gnu.org>
6707
6708 * subr.el (user-emacs-directory-warning): New option.
6709 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
6710
6711 2013-05-14 Leo Liu <sdl.web@gmail.com>
6712
6713 * progmodes/octave.el (octave-font-lock-keywords): Fix error
6714 during redisplay.
6715 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6716 (octave-font-lock-texinfo-comment): Fix invalid search bound
6717 error: wrong side of point.
6718
6719 2013-05-14 Glenn Morris <rgm@gnu.org>
6720
6721 * progmodes/flymake.el (flymake-xml-program): New option.
6722 (flymake-xml-init): Use it.
6723
6724 * term/xterm.el: Provide a feature.
6725
6726 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
6727
6728 2013-05-13 Glenn Morris <rgm@gnu.org>
6729
6730 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
6731 Add compat aliases as a hack workaround. (Bug#14384)
6732
6733 2013-05-13 Leo Liu <sdl.web@gmail.com>
6734
6735 * progmodes/octave.el (octave-indent-comment): Fix indentation for
6736 ###, and %!.
6737 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
6738 C-M-q.
6739 (octave-comment-start-skip): Include %!.
6740 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
6741
6742 2013-05-12 Leo Liu <sdl.web@gmail.com>
6743
6744 * progmodes/octave.el (inferior-octave-startup): Store the value
6745 of __octave_srcdir__ for octave-source-directories.
6746 (inferior-octave-check-process): New function refactored out of
6747 inferior-octave-send-list-and-digest.
6748 (octave-source-directories)
6749 (octave-find-definition-filename-function): New variables.
6750 (octave-source-directories)
6751 (octave-find-definition-default-filename): New functions.
6752 (octave-find-definition): Improve to find functions implemented in C++.
6753
6754 2013-05-12 Glenn Morris <rgm@gnu.org>
6755
6756 * calendar/diary-lib.el (diary-outlook-format-1):
6757 Don't include dayname in the output. (Bug#14349)
6758
6759 2013-05-11 Glenn Morris <rgm@gnu.org>
6760
6761 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
6762
6763 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
6764 Treat cc-provide like provide.
6765
6766 2013-05-11 Kevin Ryde <user42@zip.com.au>
6767
6768 * cus-dep.el (custom-make-dependencies):
6769 Use generated-autoload-load-name for the sake of files such
6770 such cedet/semantic/bovine/c.el, where the base file name
6771 is not in load-path. (Bug#5277)
6772
6773 2013-05-11 Glenn Morris <rgm@gnu.org>
6774
6775 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
6776 Provide features.
6777
6778 2013-05-11 Leo Liu <sdl.web@gmail.com>
6779
6780 * progmodes/octave.el (octave-indent-comment): Improve.
6781 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
6782 (octave-eldoc-function-signatures, octave-eldoc-function):
6783 New functions.
6784 (octave-mode, inferior-octave-mode): Add eldoc support.
6785
6786 2013-05-11 Richard Stallman <rms@gnu.org>
6787
6788 * epa.el (epa-decrypt-file): Take output file name as argument
6789 and read it using `interactive'.
6790
6791 2013-05-11 Leo Liu <sdl.web@gmail.com>
6792
6793 * progmodes/octave.el (octave-beginning-of-line)
6794 (octave-end-of-line): Check before using up-list because it jumps
6795 out of more syntactic contructs since moving to smie.
6796 (octave-indent-comment): New function.
6797 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6798 (octave-begin-keywords, octave-end-keywords)
6799 (octave-reserved-words, octave-smie-bnf-table)
6800 (octave-smie-rules): Add new keywords from Octave 3.6.4.
6801
6802 2013-05-11 Glenn Morris <rgm@gnu.org>
6803
6804 * faces.el (internal-face-x-get-resource):
6805 * frame.el (ns-display-monitor-attributes-list):
6806 * calc/calc-aent.el (math-to-radians-2):
6807 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
6808 Fix declarations.
6809
6810 * calc/calc-menu.el: Make it loadable in isolation.
6811
6812 * net/eudcb-bbdb.el: Make it loadable without bbdb.
6813 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
6814 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
6815 (eudc-bbdb-query-internal): Require 'bbdb.
6816
6817 * lpr.el (lpr-headers-switches):
6818 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
6819
6820 * progmodes/sql.el (sql-login-params): Fix and improve :type.
6821
6822 * emulation/edt-mapper.el: In batch mode, error rather than hang.
6823
6824 * term.el (term-set-escape-char): Make it idempotent.
6825
6826 2013-05-10 Leo Liu <sdl.web@gmail.com>
6827
6828 * progmodes/octave.el (inferior-octave-completion-table):
6829 No longer a function and all uses changed. Use cache to speed up
6830 completion due to bug#11906.
6831 (octave-beginning-of-defun): Re-write to be more general.
6832
6833 2013-05-10 Glenn Morris <rgm@gnu.org>
6834
6835 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
6836
6837 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * comint.el (comint-redirect-send-command-to-process): Use :around
6840 rather than :override for comint-redirect-filter.
6841 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
6842 Call it instead of comint-redirect-original-filter-function (which
6843 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
6844
6845 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
6846
6847 * frame.el (display-monitor-attributes-list): Add NS case.
6848 (ns-display-monitor-attributes-list): Declare.
6849
6850 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
6851
6852 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
6853
6854 2013-05-09 Glenn Morris <rgm@gnu.org>
6855
6856 * international/fontset.el (vertical-centering-font-regexp):
6857 Set standard-value.
6858
6859 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
6860
6861 * bookmark.el (bookmark-search-delay):
6862 * cus-start.el (vertical-centering-font-regexp):
6863 * ps-mule.el (ps-mule-font-info-database-default):
6864 * ps-print.el (ps-default-fg, ps-default-bg):
6865 * type-break.el (type-break-good-break-interval):
6866 * whitespace.el (whitespace-indentation-regexp)
6867 (whitespace-space-after-tab-regexp):
6868 * emacs-lisp/testcover.el (testcover-1value-functions)
6869 (testcover-noreturn-functions, testcover-progn-functions)
6870 (testcover-prog1-functions):
6871 * emulation/viper-init.el (viper-emacs-state-cursor-color):
6872 * eshell/em-glob.el (eshell-glob-translate-alist):
6873 * play/tetris.el (tetris-tty-colors):
6874 * progmodes/cpp.el (cpp-face-default-list):
6875 * progmodes/flymake.el (flymake-allowed-file-name-masks):
6876 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
6877 (idlwave-help-browser-generic-args):
6878 * progmodes/make-mode.el (makefile-special-targets-list):
6879 * progmodes/python.el (python-shell-virtualenv-path):
6880 * progmodes/verilog-mode.el (verilog-active-low-regexp)
6881 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
6882 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
6883 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
6884 * textmodes/reftex-vars.el (reftex-format-label-function):
6885 * textmodes/remember.el (remember-diary-file): Fix custom types.
6886
6887 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
6888 Add :version.
6889
6890 2013-05-09 Leo Liu <sdl.web@gmail.com>
6891
6892 * progmodes/octave.el (inferior-octave-completion-at-point):
6893 Restore file completion. (Bug#14300)
6894 (inferior-octave-startup): Fix incorrect highlighting for the
6895 first prompt.
6896
6897 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * progmodes/ruby-mode.el: First cut at SMIE support.
6900 (ruby-use-smie): New var.
6901 (ruby-smie-grammar): New constant.
6902 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
6903 (ruby-smie--forward-token, ruby-smie--backward-token)
6904 (ruby-smie-rules): New functions.
6905 (ruby-mode-variables): Setup SMIE if applicable.
6906
6907 2013-05-08 Eli Zaretskii <eliz@gnu.org>
6908
6909 * simple.el (line-move-visual): Signal beginning/end of buffer
6910 only if vertical-motion moved less than it was requested. Avoids
6911 silly incorrect error messages when there are display strings with
6912 multiple newlines at EOL.
6913
6914 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
6917 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
6918 (prolog-char-quote-workaround):
6919 * progmodes/cperl-mode.el (cperl-under-as-char):
6920 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
6921 Mark as obsolete.
6922 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
6923 their declaration.
6924 (vhdl-mode-syntax-table-init): Remove.
6925
6926 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
6927 last change.
6928
6929 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
6930 syntax for "_".
6931 (ld-script-font-lock-keywords):
6932 Change regexps to use things like \_< and \_>.
6933
6934 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
6935 Change all regexps to use things like \_< and \_>.
6936
6937 * progmodes/autoconf.el (autoconf-definition-regexp)
6938 (autoconf-font-lock-keywords, autoconf-current-defun-function):
6939 Handle a _ with symbol syntax.
6940 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
6941
6942 * progmodes/ada-mode.el (ada-mode-abbrev-table):
6943 Consolidate declaration.
6944 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
6945 the declaration.
6946 (ada-create-syntax-table): Remove.
6947 (ada-capitalize-word): Don't mess with the syntax of "_" since it
6948 already has the right syntax nowadays.
6949 (ada-goto-next-word): Don't change the syntax of "_".
6950
6951 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
6952 with-wrapper-hook.
6953
6954 2013-05-08 Sam Steingold <sds@gnu.org>
6955
6956 * thingatpt.el (thing-at-point): Accept optional second argument
6957 NO-PROPERTIES to strip the text properties from the return value.
6958 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
6959 to `thing-at-point' instead of stripping the properties ourselves.
6960 Also, when `thing-at-point' fails to find a url, prepend "http://"
6961 to the filename at point on the assumption that the user is
6962 pointing at something like gnu.org/gnu.
6963
6964 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
6965
6966 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
6967 * faces.el (crm-separator):
6968 Silence byte-compiler.
6969
6970 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
6971 (tool-bar-map): Remove unneeded defvars.
6972
6973 2013-05-08 Leo Liu <sdl.web@gmail.com>
6974
6975 Re-work a fix for bug#10994 based on Le Wang's patch.
6976 * ido.el (ido-remove-consecutive-dups): New helper.
6977 (ido-completing-read): Use it.
6978 (ido-chop): Revert fix for bug#10994.
6979
6980 2013-05-08 Adam Spiers <emacs@adamspiers.org>
6981
6982 * cus-edit.el (custom-save-variables):
6983 Pretty-print long values. (Bug#14187)
6984
6985 2013-05-08 Glenn Morris <rgm@gnu.org>
6986
6987 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
6988 (m4-mode-syntax-table): Init in the defvar.
6989 (m4-mode-abbrev-table): Let define-derived-mode define it.
6990
6991 2013-05-08 Tom Tromey <tromey@redhat.com>
6992
6993 * progmodes/m4-mode.el (m4-mode-syntax-table):
6994 Do not treat "_" as word constituent. (Bug#14167)
6995
6996 2013-05-07 Glenn Morris <rgm@gnu.org>
6997
6998 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
6999 Remove explicit eshell-isearch-cancel-map.
7000
7001 * progmodes/f90.el (f90-smart-end-names): New option.
7002 (f90-smart-end): Doc fix.
7003 (f90-end-block-optional-name): New constant.
7004 (f90-block-match): Respect f90-smart-end-names.
7005
7006 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * progmodes/octave.el (octave-smie-forward-token): Be more careful
7009 about implicit semi-colons (bug#14218).
7010
7011 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7012
7013 * frame.el (display-monitor-attributes-list)
7014 (frame-monitor-attributes): New functions.
7015
7016 2013-05-06 Leo Liu <sdl.web@gmail.com>
7017
7018 * progmodes/octave.el (octave-syntax-propertize-function): Change
7019 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
7020 (octave-font-lock-keywords): Use octave-operator-regexp.
7021 (octave-completion-at-point): Rename from
7022 octave-completion-at-point-function.
7023 (inferior-octave-directory-tracker): Robustify.
7024 (octave-text-functions): Remove and fix its uses. No such things
7025 any more.
7026
7027 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7028
7029 * emacs-lisp/trace.el (trace--display-buffer): New function.
7030 (trace-make-advice): Use it.
7031
7032 2013-05-06 Juri Linkov <juri@jurta.org>
7033
7034 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
7035 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
7036 Doc fix.
7037 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
7038 in the help string. (Bug#12985)
7039
7040 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
7041
7042 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
7043
7044 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * progmodes/perl-mode.el: Add support for here documents.
7047 (perl-syntax-propertize-function): Match here-doc markers.
7048 (perl-syntax-propertize-special-constructs): Find their end.
7049 (perl-imenu-generic-expression): Use [:alnum:].
7050
7051 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
7052 (advice--add-function): Refresh the advice if already present
7053 (bug#14317).
7054
7055 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
7056
7057 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
7058
7059 2013-05-06 Glenn Morris <rgm@gnu.org>
7060
7061 * w32-fns.el (w32-charset-info-alist): Declare.
7062
7063 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
7064 of its defcustom properties.
7065 (eshell-cmpl-initialize): No need to load pcomplete.
7066
7067 * generic-x.el: No need to require comint when compiling.
7068
7069 * net/eudc-export.el: Make it loadable without bbdb.
7070 (top-level): Use require rather than load-library.
7071 (eudc-create-bbdb-record, eudc-bbdbify-phone)
7072 (eudc-batch-export-records-to-bbdb)
7073 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
7074 Require bbdb.
7075
7076 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
7079 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
7080 some tweaks, instead.
7081
7082 2013-05-05 Leo Liu <sdl.web@gmail.com>
7083
7084 * progmodes/octave.el (octave-font-lock-keywords)
7085 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
7086 (inferior-octave-send-list-and-digest): Improve error message.
7087 (octave-mode, inferior-octave-mode): Use setq-local.
7088 (octave-help): Set info-lookup-mode.
7089
7090 2013-05-05 Richard Stallman <rms@gnu.org>
7091
7092 * vc/compare-w.el (compare-windows-whitespace):
7093 Treat no-break space as whitespace.
7094
7095 * mail/rmailsum.el (rmail-summary-rmail-update):
7096 Detect empty summary and don't change selected message.
7097 (rmail-summary-goto-msg): Likewise.
7098
7099 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
7100 Doc fixes, rename args.
7101
7102 2013-05-05 Alan Mackenzie <acm@muc.de>
7103
7104 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
7105
7106 2013-05-05 Juri Linkov <juri@jurta.org>
7107
7108 * info.el (Info-read-subfile): Use (point-min) instead of (point)
7109 to not add the length of the summary segment to the return value.
7110 (Bug#14125)
7111
7112 2013-05-05 Leo Liu <sdl.web@gmail.com>
7113
7114 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
7115 (inferior-octave-output-filter): Remove.
7116 (octave-send-region, inferior-octave-startup): Fix callers.
7117 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
7118 (octave-binary-file-extensions): New user variable.
7119 (octave-find-definition): Confirm if opening binary files.
7120 (octave-help-file): Use octave-find-definition to get the binary
7121 confirmation.
7122 (octave-help): Adjust for octave-help-file change.
7123
7124 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
7127 Merge the two entries that handle function definitions.
7128 (pascal--syntax-propertize): New const.
7129 (pascal-mode): Use it. Use setq-local.
7130
7131 2013-05-04 Glenn Morris <rgm@gnu.org>
7132
7133 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
7134 (diary-from-outlook): Respect diary-from-outlook-function.
7135
7136 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7137
7138 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
7139 Move the declaration from C.
7140 (read-minibuffer, eval-minibuffer): Move from C.
7141 (completion-setup-function): Avoid minibuffer-completion-contents.
7142
7143 2013-05-03 Leo Liu <sdl.web@gmail.com>
7144
7145 * progmodes/octave.el (octave-font-lock-keywords): Do not
7146 dehighlight 'end' in comments or strings.
7147 (octave-completing-read, octave-goto-function-definition):
7148 New helpers.
7149 (octave-help-buffer): New user variable.
7150 (octave-help-file, octave-help-function): New button types.
7151 (octave-help): New command and bind it to C-h ;.
7152 (octave-find-definition): New command and bind it to M-.
7153 (user-error): Alias to error if not defined.
7154
7155 2013-05-02 Leo Liu <sdl.web@gmail.com>
7156
7157 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
7158 for \. (bug#14332)
7159 (octave-font-lock-keywords): Include [ and {.
7160
7161 2013-05-02 Leo Liu <sdl.web@gmail.com>
7162
7163 * progmodes/octave.el (inferior-octave-startup-file): Change default.
7164 (inferior-octave): Remove calling comint-mode and return the buffer.
7165 (inferior-octave-startup): Cosmetic changes.
7166
7167 2013-05-02 Leo Liu <sdl.web@gmail.com>
7168
7169 * progmodes/octave.el (octave-syntax-propertize-function):
7170 Include the case when ' is at line beginning. (Bug#14336)
7171
7172 2013-05-02 Glenn Morris <rgm@gnu.org>
7173
7174 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
7175 * desktop.el (vc-dir-mode): Just autoload it here.
7176
7177 2013-05-02 Alan Mackenzie <acm@muc.de>
7178
7179 Eliminate variable c-standard-font-lock-fontify-region-function.
7180 * progmodes/cc-mode.el
7181 (c-standard-font-lock-fontify-region-function): Remove.
7182 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7183
7184 2013-05-01 Leo Liu <sdl.web@gmail.com>
7185
7186 * progmodes/octave.el: Compatible with older emacs-24 releases.
7187 (inferior-octave-has-built-in-variables): Remove. Built-in
7188 variables were removed from Octave in 2007.
7189 (inferior-octave-startup): Fix uses.
7190 (comint-line-beginning-position): Remove compatibility code for
7191 emacs 21.
7192
7193 2013-05-01 Juri Linkov <juri@jurta.org>
7194
7195 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
7196
7197 2013-05-01 Juri Linkov <juri@jurta.org>
7198
7199 * comint.el (comint-previous-matching-input): Don't print message
7200 "History item: %d" when `isearch-mode' is active.
7201 (comint-history-isearch-message): Print message "History item: %d"
7202 when `comint-input-ring-index' is not empty and this function is
7203 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
7204
7205 2013-05-01 Leo Liu <sdl.web@gmail.com>
7206
7207 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7208 definitions. Use completion-at-point to insert keywords.
7209 (octave-abbrev-start): Remove.
7210 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7211
7212 2013-04-30 Leo Liu <sdl.web@gmail.com>
7213
7214 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7215 change.
7216
7217 2013-04-30 Alan Mackenzie <acm@muc.de>
7218
7219 Handle arbitrarily long C++ member initialisation lists.
7220 * progmodes/cc-engine.el (c-back-over-member-initializers):
7221 new function.
7222 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7223 (most) member init lists.
7224
7225 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7226
7227 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
7228 variable.
7229
7230 2013-04-30 Leo Liu <sdl.web@gmail.com>
7231
7232 * progmodes/octave.el (octave-variables): Remove. No builtin
7233 variables any more. All converted to functions.
7234 (octave-font-lock-keywords, octave-completion-at-point-function):
7235 Fix uses.
7236 (octave-font-lock-texinfo-comment): New user variable.
7237 (octave-texinfo-font-lock-keywords): New variable for texinfo
7238 comment block.
7239 (octave-function-comment-block): New face.
7240 (octave-font-lock-texinfo-comment): New function.
7241 (octave-mode): Font lock texinfo comment block.
7242
7243 2013-04-29 Leo Liu <sdl.web@gmail.com>
7244
7245 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
7246 indexing expression.
7247 (octave-continuation-string): Do not use \.
7248 (inferior-octave-complete-impossible): Remove.
7249 (inferior-octave-completion-table)
7250 (inferior-octave-completion-at-point): Remove its uses.
7251 (inferior-octave-startup): completion_matches was introduced to
7252 Octave in 1996 so safe to assume it.
7253 (octave-function-file-comment): Improve to follow how Octave does it.
7254 (octave-update-function-file-comment): Tweak.
7255
7256 2013-04-29 Leo Liu <sdl.web@gmail.com>
7257
7258 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
7259 (inferior-octave-startup): Remove inferior-octave-startup-hook.
7260 (octave-function-file-comment): Fix typo.
7261 (octave-sync-function-file-names): Use read-char-choice.
7262
7263 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
7264
7265 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
7266 to t for the less important warnings.
7267
7268 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
7269
7270 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
7271
7272 2013-04-27 Glenn Morris <rgm@gnu.org>
7273
7274 * vc/log-view.el (log-view-current-entry):
7275 Treat "---" separator lines as part of the following rev. (Bug#14169)
7276
7277 2013-04-27 Juri Linkov <juri@jurta.org>
7278
7279 * subr.el (read-number): Doc fix about using it by interactive
7280 code letter `n'. (Bug#14254)
7281
7282 2013-04-27 Juri Linkov <juri@jurta.org>
7283
7284 * desktop.el (desktop-auto-save-timeout): New option.
7285 (desktop-file-checksum): New variable.
7286 (desktop-save): Add optional arg `auto-save' and don't auto-save
7287 if nothing changed.
7288 (desktop-auto-save-timer): New variable.
7289 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7290 (after-init-hook): Call `desktop-auto-save-set-timer'.
7291 Suggested by Reuben Thomas <rrt@sc3d.org> in
7292 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7293
7294 2013-04-27 Leo Liu <sdl.web@gmail.com>
7295
7296 * progmodes/octave.el (octave-function-file-p)
7297 (octave-skip-comment-forward, octave-function-file-comment)
7298 (octave-update-function-file-comment): New functions.
7299 (octave-mode-map): Bind C-c ; to
7300 octave-update-function-file-comment.
7301 (octave-mode-menu): Add octave-update-function-file-comment.
7302 (octave-mode, inferior-octave-mode): Fix doc-string.
7303 (octave-insert-defun): Conform to Octave's coding convention.
7304 (Bug#14285)
7305
7306 * files.el (basic-save-buffer): Don't let errors in
7307 before-save-hook prevent saving buffer.
7308
7309 2013-04-20 Roland Winkler <winkler@gnu.org>
7310
7311 * faces.el (read-face-name): Use completing-read if arg multiple
7312 is nil.
7313
7314 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
7315
7316 * ls-lisp.el (ls-lisp-insert-directory): If no files are
7317 displayed, move point to after the totals line.
7318 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
7319 for the details.
7320
7321 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7322
7323 * emacs-lisp/package.el (package-autoload-ensure-default-file):
7324 Add current dir to the load-path.
7325 (package-generate-autoloads): Don't rely on
7326 autoload-ensure-default-file.
7327
7328 2013-04-26 Reuben Thomas <rrt@sc3d.org>
7329
7330 * textmodes/remember.el (remember-store-in-files): Document that
7331 the file name format is passed to `format-time-string'.
7332
7333 2013-04-26 Leo Liu <sdl.web@gmail.com>
7334
7335 * progmodes/octave.el (octave-sync-function-file-names): New function.
7336 (octave-mode): Use it in before-save-hook.
7337
7338 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7339
7340 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7341 (bug#14274).
7342
7343 * progmodes/octave.el (octave-smie-forward-token): Properly skip
7344 \n and comment, even if it's not an implicit ; (bug#14218).
7345
7346 2013-04-26 Glenn Morris <rgm@gnu.org>
7347
7348 * subr.el (read-number): Once more use `read' rather than
7349 `string-to-number', to trap non-numeric input. (Bug#14254)
7350
7351 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
7352
7353 * emacs-lisp/syntax.el (syntax-propertize-multiline):
7354 Use `syntax-multiline' text property consistently instead of
7355 `font-lock-multiline'. (Bug#14237)
7356
7357 2013-04-26 Glenn Morris <rgm@gnu.org>
7358
7359 * emacs-lisp/shadow.el (list-load-path-shadows):
7360 No longer necessary to check for duplicate simple.el, since
7361 2012-07-07 change to init_lread to not include installation lisp
7362 directories in load-path when running uninstalled. (Bug#14270)
7363
7364 2013-04-26 Leo Liu <sdl.web@gmail.com>
7365
7366 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7367 (octave-mode, inferior-octave-mode): Use setq-local.
7368 (octave-not-in-string-or-comment-p): Rename to
7369 octave-in-string-or-comment-p.
7370 (octave-in-comment-p, octave-in-string-p)
7371 (octave-in-string-or-comment-p): Replace defsubst with defun.
7372
7373 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
7374
7375 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7376
7377 2013-04-25 Bastien Guerry <bzg@gnu.org>
7378
7379 * textmodes/remember.el (remember-data-directory)
7380 (remember-directory-file-name-format): Fix custom types.
7381
7382 2013-04-25 Leo Liu <sdl.web@gmail.com>
7383
7384 * progmodes/octave.el (octave-completion-at-point-function):
7385 Make use of inferior octave process.
7386 (octave-initialize-completions): Remove.
7387 (inferior-octave-completion-table): New function.
7388 (inferior-octave-completion-at-point): Use it.
7389 (octave-completion-alist): Remove.
7390
7391 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * progmodes/opascal.el: Use font-lock and syntax-propertize.
7394 (opascal-mode-syntax-table): New var.
7395 (opascal-literal-kind, opascal-is-literal-end)
7396 (opascal-literal-token-at): Rewrite.
7397 (opascal--literal-start-re, opascal-font-lock-keywords)
7398 (opascal--syntax-propertize): New constants.
7399 (opascal-font-lock-defaults): Adjust.
7400 (opascal-mode): Use them. Set comment-<foo> variables as well.
7401 (delphi-comment-face, opascal-comment-face, delphi-string-face)
7402 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7403 (delphi-other-face, opascal-other-face): Remove face variables.
7404 (opascal-save-state): Remove macro.
7405 (opascal-fontifying-progress-step): Remove constant.
7406 (opascal--ignore-changes): Remove var.
7407 (opascal-set-token-property, opascal-parse-next-literal)
7408 (opascal-is-stable-literal, opascal-complete-literal)
7409 (opascal-is-literal-start, opascal-face-of)
7410 (opascal-parse-region, opascal-parse-region-until-stable)
7411 (opascal-fontify-region, opascal-after-change)
7412 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7413 (opascal-debug-parse-region, opascal-debug-parse-window)
7414 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7415 (opascal-debug-fontify-buffer): Remove.
7416 (opascal-debug-mode-map): Adjust accordingly.
7417
7418 2013-04-25 Leo Liu <sdl.web@gmail.com>
7419
7420 Merge octave-mod.el and octave-inf.el into octave.el with some
7421 cleanups.
7422 * progmodes/octave.el: New file renamed from octave-mod.el.
7423 * progmodes/octave-inf.el: Merged into octave.el.
7424 * progmodes/octave-mod.el: Renamed to octave.el.
7425
7426 2013-04-25 Tassilo Horn <tsdh@gnu.org>
7427
7428 * textmodes/reftex-vars.el
7429 (reftex-label-ignored-macros-and-environments): New defcustom.
7430
7431 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7432
7433 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
7436 (smie-indent-keyword): Improve the check to ensure that the next
7437 comment is really on the same line.
7438 (smie-indent-comment): Don't align with a subsequent closer (or eob).
7439
7440 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
7441 semi-colons if the line is not otherwise empty (bug#14218).
7442
7443 2013-04-25 Glenn Morris <rgm@gnu.org>
7444
7445 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
7446
7447 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * progmodes/opascal.el (opascal-set-token-property): Rename from
7450 opascal-set-text-properties and only set `token' (bug#14134).
7451 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
7452 (opascal-literal-text-properties): Remove.
7453 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
7454 Adjust callers.
7455
7456 2013-04-24 Reuben Thomas <rrt@sc3d.org>
7457
7458 * textmodes/remember.el (remember-handler-functions): Add an
7459 option for a new handler `remember-store-in-files'.
7460 (remember-data-directory, remember-directory-file-name-format):
7461 New options.
7462 (remember-store-in-files): New function to store remember notes
7463 as separate files within a directory.
7464
7465 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
7466
7467 * progmodes/compile.el (compilation-next-error-function):
7468 Pass "formats" to compilation-find-file (bug#11777).
7469
7470 2013-04-24 Glenn Morris <rgm@gnu.org>
7471
7472 * vc/vc-bzr.el (vc-bzr-print-log):
7473 * vc/vc-hg.el (vc-hg-print-log):
7474 * vc/vc-svn.el (vc-svn-print-log):
7475 Fix START-REVISION with LIMIT != 1. (Bug#14168)
7476
7477 * vc/vc-bzr.el (vc-bzr-print-log):
7478 * vc/vc-cvs.el (vc-cvs-print-log):
7479 * vc/vc-git.el (vc-git-print-log):
7480 * vc/vc-hg.el (vc-hg-print-log):
7481 * vc/vc-mtn.el (vc-mtn-print-log):
7482 * vc/vc-rcs.el (vc-rcs-print-log):
7483 * vc/vc-sccs.el (vc-sccs-print-log):
7484 * vc/vc-svn.el (vc-svn-print-log):
7485 * vc/vc.el (vc-print-log-internal): Doc fixes.
7486
7487 2013-04-23 Glenn Morris <rgm@gnu.org>
7488
7489 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
7490 Remove venerable code attempting to avoid substitute-command-keys.
7491
7492 2013-04-23 Tassilo Horn <tsdh@gnu.org>
7493
7494 * textmodes/reftex-vars.el (reftex-label-regexps):
7495 Call `reftex-compile-variables' after changes to this variable.
7496
7497 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
7500 Use lexical-binding.
7501 (jit-lock-force-redisplay): Use markers, check buffer's continued
7502 existence and beware narrowed buffers.
7503 (jit-lock-fontify-now): Adjust call accordingly.
7504
7505 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
7508 to avoid misleading the user.
7509
7510 2013-04-22 Leo Liu <sdl.web@gmail.com>
7511
7512 * info-look.el: Prefer latex2e.info. (Bug#14240)
7513
7514 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
7515
7516 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
7517
7518 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
7519 * net/tramp.el (tramp-call-process): ... here.
7520 (tramp-set-completion-function, tramp-parse-putty):
7521 * net/tramp-adb.el (tramp-adb-execute-adb-command):
7522 * net/tramp-gvfs.el (tramp-gvfs-send-command):
7523 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7524 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
7525 (tramp-call-local-coding-command): Use `tramp-call-process'
7526 instead of `tramp-compat-call-process'.
7527
7528 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
7529 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
7530 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7531 (tramp-find-inline-compress): Improve traces.
7532 (tramp-maybe-send-script): Check for Perl binary.
7533 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
7534
7535 2013-04-22 Daiki Ueno <ueno@gnu.org>
7536
7537 * epg.el (epg-context-pinentry-mode): New function.
7538 (epg-context-set-pinentry-mode): New function.
7539 (epg--start): Pass --pinentry-mode option to gpg command.
7540
7541 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
7542
7543 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
7544 `comint-dynamic-complete' is obsolete since 24.1, replaced by
7545 `completion-at-point'. (Bug#13774)
7546
7547 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
7548 default key binding for `describe-distribution' has been moved to
7549 `C-h C-o'. (Bug#13970)
7550
7551 2013-04-21 Glenn Morris <rgm@gnu.org>
7552
7553 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
7554 Add doc strings.
7555 (vc-print-log): Clarify interactive prompt.
7556
7557 2013-04-20 Glenn Morris <rgm@gnu.org>
7558
7559 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7560 No longer include timestamp etc information.
7561
7562 2013-04-20 Roland Winkler <winkler@gnu.org>
7563
7564 * faces.el (read-face-name): Bug fix, return just one face if arg
7565 multiple is nil. (Bug#14209)
7566
7567 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
7570 (remove-function): Autoload.
7571
7572 * comint.el (comint-redirect-original-filter-function): Remove.
7573 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
7574 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
7575 (vc-cvs-annotate-command):
7576 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
7577 * progmodes/prolog.el (prolog-consult-compile):
7578 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
7579 Use add/remove-function instead.
7580 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
7581 (gud-tooltip-process-output, gud-tooltip-tips):
7582 Use add/remove-function instead.
7583 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
7584 (scheme-interaction-mode, exit-scheme-interaction-mode):
7585 Use add/remove-function instead.
7586
7587 * vc/vc-dispatcher.el: Use lexical-binding.
7588 (vc--process-sentinel): Rename from vc-process-sentinel.
7589 Change last arg to be the code to run. Don't use vc-previous-sentinel
7590 and vc-sentinel-commands any more.
7591 (vc-exec-after): Allow code to be a function. Use add/remove-function.
7592 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
7593
7594 2013-04-19 Masatake YAMATO <yamato@redhat.com>
7595
7596 * progmodes/sh-script.el (sh-imenu-generic-expression):
7597 Handle function names with a single character. (Bug#14111)
7598
7599 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
7600
7601 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
7602 for subroutines defined in an eval (bug#14182).
7603
7604 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7605
7606 * bookmark.el (bookmark-completing-read): Improve handling of empty
7607 string (bug#14176).
7608
7609 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
7612
7613 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
7614
7615 New faster Imenu implementation (bug#14058).
7616 * progmodes/python.el:
7617 (python-imenu-prev-index-position):
7618 (python-imenu-format-item-label-function)
7619 (python-imenu-format-parent-item-label-function)
7620 (python-imenu-format-parent-item-jump-label-function):
7621 New vars.
7622 (python-imenu-format-item-label)
7623 (python-imenu-format-parent-item-label)
7624 (python-imenu-format-parent-item-jump-label)
7625 (python-imenu--put-parent, python-imenu--build-tree)
7626 (python-imenu-create-index, python-imenu-create-flat-index)
7627 (python-util-popn): New functions.
7628 (python-mode): Set imenu-create-index-function to
7629 python-imenu-create-index.
7630
7631 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7632
7633 * winner.el (winner-active-region): Use region-active-p, activate-mark
7634 and deactivate-mark (bug#14225).
7635
7636 * simple.el (deactivate-mark): Don't inline it.
7637
7638 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
7639
7640 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
7641
7642 2013-04-18 Tassilo Horn <tsdh@gnu.org>
7643
7644 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
7645 file extensions from the archive-mode entry in order to prefer
7646 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
7647
7648 2013-04-18 Leo Liu <sdl.web@gmail.com>
7649
7650 * bindings.el (help-event-list): Add ?\?.
7651
7652 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7653
7654 * subr.el (with-wrapper-hook): Declare obsolete.
7655 * simple.el (filter-buffer-substring-function): New hook.
7656 (filter-buffer-substring): Use it.
7657 (filter-buffer-substring-functions): Mark obsolete.
7658 * minibuffer.el (completion-in-region-function): New hook.
7659 (completion-in-region): Use it.
7660 (completion-in-region-functions): Mark obsolete.
7661 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
7662 * abbrev.el (abbrev-expand-function): New hook.
7663 (expand-abbrev): Use it.
7664 (abbrev-expand-functions): Mark obsolete.
7665 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
7666 and :filter-return.
7667
7668 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7669
7670 * progmodes/python.el (python-nav--syntactically): Fix cornercases
7671 and do not care about match data.
7672
7673 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7674
7675 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
7676 completion tables when completing error conditions and
7677 `declare' arguments.
7678 (lisp-complete-symbol, field-complete): Mark as obsolete.
7679 (check-parens): Unmatched parens are user errors.
7680 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
7681
7682 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
7683
7684 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
7685 command changed buffer (ie. `flyspell-pre-buffer' is not current
7686 buffer), which prevents making decisions based on invalid value of
7687 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
7688 cause an error when `flyspell-pre-point' was nil after switching
7689 buffers.
7690 (flyspell-post-command-hook): No longer needs to change buffers when
7691 checking pre-word. While at it remove unnecessary progn.
7692
7693 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
7694
7695 * textmodes/ispell.el (ispell-add-per-file-word-list):
7696 Fix `flyspell-correct-word-before-point' error when accepting
7697 words and `coment-padding' is an integer by using
7698 `comment-normalize-vars' (Bug #14214).
7699
7700 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7701
7702 New defun movement commands.
7703 * progmodes/python.el (python-nav--syntactically)
7704 (python-nav--forward-defun, python-nav-backward-defun)
7705 (python-nav-forward-defun): New functions.
7706
7707 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
7708
7709 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
7710 (python-syntax-context): Use named compiler-macro for backwards
7711 compatibility with Emacs 24.x.
7712
7713 2013-04-17 Leo Liu <sdl.web@gmail.com>
7714
7715 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
7716 octave-hide-process-buffer.
7717
7718 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7719
7720 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
7721 (bug#14216).
7722
7723 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
7724
7725 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
7726 Fix adjustment of offset when receiving incomplete responses from GDB
7727 (bug#14129).
7728
7729 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
7732 python-mode-abbrev-table.
7733 (python-skeleton-define): Adjust accordingly.
7734 (python-mode-abbrev-table): New table that inherits from it so that
7735 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
7736
7737 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
7738 (abbrev-symbol): Use it.
7739 (abbrev--before-point): Use it since we already handle inheritance.
7740
7741 2013-04-16 Leo Liu <sdl.web@gmail.com>
7742
7743 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
7744 binding to info-lookup-symbol.
7745
7746 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
7747
7748 * minibuffer.el (completion--twq-all):
7749 * term/ns-win.el (ns-initialize-window-system):
7750 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
7751
7752 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7753
7754 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
7755 global bindings.
7756
7757 * doc-view.el (doc-view-start-process): Handle url-handler directories.
7758
7759 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
7760
7761 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
7762 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
7763 to nil.
7764 (ruby-end-of-defun): Remove the unused arg, change the docstring
7765 to reflect that this function is only used as the value of
7766 `end-of-defun-function'.
7767 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
7768 to reflect an earlier change that beginning/end-of-defun functions
7769 jump between methods in a class definition, as well as top-level
7770 functions.
7771
7772 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * minibuffer.el (minibuffer-complete): Don't just scroll
7775 a *Completions* that's been iconified.
7776 (minibuffer-force-complete): Make sure repetitions do cycle when going
7777 through completion-in-region -> minibuffer-complete.
7778
7779 2013-04-15 Alan Mackenzie <acm@muc.de>
7780
7781 Correct the placement of c-cpp-delimiters when there're #s not at
7782 col 0.
7783
7784 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
7785 place a submatch around the #.
7786 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
7787 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
7788 on the #, not BOL.
7789
7790 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7791
7792 * emacs-lisp/nadvice.el: Properly test names when adding advice.
7793 (advice--member-p): New arg `name'.
7794 (advice--add-function, advice-member-p): Use it (bug#14202).
7795
7796 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
7797
7798 Reformulate java imenu-generic-expression.
7799 The old expression contained ill formed regexps.
7800
7801 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
7802 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
7803 (cc-imenu-java-method-arg-regexp): New defconsts.
7804 (cc-imenu-java-build-type-args-regex): New defun.
7805 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
7806 handling of spaces in the regexp.
7807
7808 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7809
7810 * textmodes/ispell.el (ispell-command-loop): Remove
7811 flyspell highlight of a word when ispell accepts it (bug #14178).
7812
7813 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
7814
7815 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
7816 uses code from the previous `ange-ftp-run-real-handler'.
7817 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
7818 only in case that function exist. This is needed for proper
7819 unloading of Tramp.
7820
7821 2013-04-15 Tassilo Horn <tsdh@gnu.org>
7822
7823 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
7824
7825 * textmodes/reftex.el (reftex-compile-variables): Use it.
7826
7827 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * files.el (normal-mode): Only use default major-mode if no other mode
7830 was specified.
7831
7832 * emacs-lisp/trace.el (trace-values): New function.
7833
7834 * files.el: Allow : in local variables (bug#14089).
7835 (hack-local-variable-regexp): New var.
7836 (hack-local-variables-prop-line, hack-local-variables): Use it.
7837
7838 2013-04-13 Roland Winkler <winkler@gnu.org>
7839
7840 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
7841 data before it gets modified by bibtex-beginning-of-entry.
7842
7843 2013-04-13 Roland Winkler <winkler@gnu.org>
7844
7845 * textmodes/bibtex.el (bibtex-url): Doc fix.
7846
7847 2013-04-13 Roland Winkler <winkler@gnu.org>
7848
7849 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
7850 does not visit a BibTeX file, exclude it from the list of buffers
7851 returned by bibtex-initialize.
7852
7853 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
7854
7855 * window.el (split-window): Remove interactive form, since as a
7856 command this function is a special case of split-window-below.
7857 Correct doc string.
7858
7859 2013-04-12 Roland Winkler <winkler@gnu.org>
7860
7861 * faces.el (read-face-name): Do not override value of arg default.
7862 Allow single faces and strings as default values. Remove those
7863 elements from return value that are not faces.
7864 (describe-face): Simplify.
7865 (face-at-point): New optional args thing and multiple so that this
7866 function can provide the same functionality previously provided by
7867 read-face-name.
7868 (make-face-bold, make-face-unbold, make-face-italic)
7869 (make-face-unitalic, make-face-bold-italic, invert-face)
7870 (modify-face, read-face-and-attribute): Use face-at-point.
7871
7872 * cus-edit.el (customize-face, customize-face-other-window)
7873 * cus-theme.el (custom-theme-add-face)
7874 * face-remap.el (buffer-face-set)
7875 * facemenu.el (facemenu-set-face): Use face-at-point.
7876
7877 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
7878
7879 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
7880
7881 2013-04-10 Tassilo Horn <tsdh@gnu.org>
7882
7883 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
7884 off leading { and trailing } from field values.
7885
7886 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * emacs-lisp/timer.el (timer--check): New function.
7889 (timer--time, timer-set-function, timer-event-handler): Use it.
7890 (timer-set-idle-time): Simplify.
7891 (timer--activate): CSE.
7892 (timer-event-handler): Give more info in error message.
7893 (internal-timer-start-idle): New function, moved from C.
7894
7895 * mpc.el (mpc-proc): Add `restart' argument.
7896 (mpc-proc-cmd): Use it.
7897 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
7898 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
7899 less often.
7900
7901 2013-04-10 Masatake YAMATO <yamato@redhat.com>
7902
7903 * progmodes/sh-script.el: Implement `sh-mode' own
7904 `add-log-current-defun-function' (bug#14112).
7905 (sh-current-defun-name): New function.
7906 (sh-mode): Use the function.
7907
7908 2013-04-09 Bastien Guerry <bzg@gnu.org>
7909
7910 * simple.el (choose-completion-string): Fix docstring (bug#14163).
7911
7912 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7913
7914 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
7915
7916 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
7917 timer (bug#14156).
7918
7919 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
7920
7921 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
7922 declaration.
7923
7924 2013-04-07 Leo Liu <sdl.web@gmail.com>
7925
7926 * pcmpl-x.el: New file.
7927
7928 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
7929
7930 Do not set x-display-name until X connection is established.
7931 This is needed to prevent from weird situation described at
7932 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
7933 * frame.el (make-frame): Set x-display-name after call to
7934 window system initialization function, not before.
7935 * term/x-win.el (x-initialize-window-system): Add optional
7936 display argument and use it.
7937 * term/w32-win.el (w32-initialize-window-system):
7938 * term/ns-win.el (ns-initialize-window-system):
7939 * term/pc-win.el (msdos-initialize-window-system):
7940 Add compatible optional display argument.
7941
7942 2013-04-06 Eli Zaretskii <eliz@gnu.org>
7943
7944 * files.el (normal-backup-enable-predicate): On MS-Windows and
7945 MS-DOS compare truenames of temporary-file-directory and of the
7946 file, so that 8+3 aliases (usually found in $TEMP on Windows)
7947 don't fail comparison by compare-strings. Also, compare file
7948 names case-insensitively on MS-Windows and MS-DOS.
7949
7950 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7951
7952 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
7953 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
7954
7955 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
7956
7957 * whitespace.el (whitespace-color-on, whitespace-color-off):
7958 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
7959
7960 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7961
7962 * ispell.el (ispell-set-spellchecker-params):
7963 Really set `ispell-args' for all equivs.
7964
7965 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * ido.el (ido-completions): Use extra elements of ido-decorations
7968 (bug#14143).
7969 (ido-decorations): Update docstring.
7970
7971 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
7972
7973 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
7974 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
7975 nil during initialization, in order not to miss changes since the
7976 file was opened. (Bug#14140)
7977
7978 2013-04-05 Leo Liu <sdl.web@gmail.com>
7979
7980 * kmacro.el (kmacro-call-macro): Fix bug#14135.
7981
7982 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
7983
7984 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
7985
7986 2013-04-04 Glenn Morris <rgm@gnu.org>
7987
7988 * electric.el (electric-pair-inhibit-predicate): Add :version.
7989
7990 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
7993 when a package is required several times (bug#14082).
7994
7995 2013-04-04 Roland Winkler <winkler@gnu.org>
7996
7997 * faces.el (read-face-name): Behave as promised by the docstring.
7998 Assume that arg default is a list of faces.
7999 (describe-face): Call read-face-name with list of default faces.
8000
8001 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8002
8003 * bookmark.el: Fix deletion of bookmarks (bug#13972).
8004 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
8005 (bookmark-bmenu-execute-deletions): Only skip first line if it's
8006 the header.
8007 (bookmark-exit-hook-internal): Save even if list is empty.
8008
8009 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
8010
8011 * emacs-lisp/package.el (package-pinned-packages): New var.
8012 (package--add-to-archive-contents): Obey it (bug#14118).
8013
8014 2013-04-03 Alan Mackenzie <acm@muc.de>
8015
8016 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
8017 Also adapt to the new values of element 7 of a parse state.
8018
8019 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
8020 parameter `not-in-delimiter'. Handle being inside comment opener.
8021 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
8022 character in case we're typing a '*' after a '/'.
8023 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
8024 instead by passing the parameter to c-state-pp-to-literal.
8025
8026 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
8027 for elt. 7 of a parse state.
8028
8029 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
8030
8031 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
8032 * international/latin1-disp.el, international/mule-util.el:
8033 * language/cyril-util.el, language/european.el, language/ind-util.el:
8034 * language/lao-util.el, language/thai.el, language/tibet-util.el:
8035 * language/tibetan.el, language/viet-util.el:
8036 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
8037
8038 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8039
8040 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
8041 (electric-pair-post-self-insert-function): Use it.
8042 (electric-pair-default-inhibit): New function, extracted from
8043 electric-pair-post-self-insert-function.
8044
8045 2013-03-31 Roland Winkler <winkler@gnu.org>
8046
8047 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
8048
8049 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
8052
8053 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
8054
8055 Un-indent after "pass" and "return" statements (Bug#13888)
8056 * progmodes/python.el (python-indent-block-enders): New var.
8057 (python-indent-calculate-indentation): Use it.
8058
8059 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
8060
8061 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
8062 defun. Defining it as defalias could introduce too eager
8063 byte-compiler optimization. (Bug#14030)
8064
8065 2013-03-30 Chong Yidong <cyd@gnu.org>
8066
8067 * iswitchb.el (iswitchb-read-buffer): Fix typo.
8068
8069 2013-03-30 Leo Liu <sdl.web@gmail.com>
8070
8071 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
8072 (kmacro-execute-from-register): Pass the keyboard macro to
8073 kmacro-call-macro or repeating won't work correctly.
8074
8075 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
8076
8077 * progmodes/subword.el: Back to using `forward-symbol'.
8078
8079 * subr.el (forward-whitespace, forward-symbol)
8080 (forward-same-syntax): Move from thingatpt.el.
8081
8082 2013-03-29 Leo Liu <sdl.web@gmail.com>
8083
8084 * kmacro.el (kmacro-to-register): New command.
8085 (kmacro-execute-from-register): New function.
8086 (kmacro-keymap): Bind to 'x'. (Bug#14071)
8087
8088 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * mpc.el: Use defvar-local and setq-local.
8091 (mpc--proc-connect): Connection failures are not bugs.
8092 (mpc-mode-map): `follow-link' only applies to the buffer's content.
8093 (mpc-volume-map): Bind to the up-events.
8094
8095 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8096
8097 * progmodes/subword.el (superword-mode): Use `forward-sexp'
8098 instead of `forward-symbol'.
8099
8100 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
8103 (edebug--recursive-edit): Use it.
8104 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
8105 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
8106
8107 2013-03-28 Leo Liu <sdl.web@gmail.com>
8108
8109 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
8110
8111 2013-03-27 Eli Zaretskii <eliz@gnu.org>
8112
8113 * facemenu.el (list-colors-callback): New defvar.
8114 (list-colors-redisplay): New function.
8115 (list-colors-display): Install list-colors-redisplay as the
8116 revert-buffer-function. (Bug#14063)
8117
8118 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8119
8120 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
8121 and suffixes don't overlap (bug#14061).
8122
8123 * case-table.el: Use lexical-binding.
8124 (case-table-get-table): New function.
8125 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
8126
8127 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8128
8129 * progmodes/subword.el: Add `superword-mode' to do word motion
8130 over symbol_words (parallels and leverages `subword-mode' which
8131 does word motion inside MixedCaseWords).
8132
8133 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
8134
8135 * eshell/em-unix.el: Move su and sudo to...
8136 * eshell/em-tramp.el: ...Eshell tramp module.
8137
8138 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8139
8140 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
8141 Change return value to be a sexp. Delay `get-buffer' to after
8142 restoring the desktop (bug#13951).
8143
8144 2013-03-26 Leo Liu <sdl.web@gmail.com>
8145
8146 * register.el: Move semantic tag handling back to
8147 cedet/semantic/senator.el. (Bug#14052)
8148
8149 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
8152 into the prompt either (bug#13963).
8153
8154 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
8157 part of "(error-foo)".
8158
8159 2013-03-24 Juri Linkov <juri@jurta.org>
8160
8161 * replace.el (list-matching-lines-prefix-face): New defcustom.
8162 (occur-1): Pass `list-matching-lines-prefix-face' to the function
8163 `occur-engine' if `face-differs-from-default-p' returns t.
8164 (occur-engine): Add `,' inside backquote construct to evaluate
8165 `prefix-face'. Propertize the prefix with the `prefix-face' face.
8166 Pass `prefix-face' to the functions `occur-context-lines' and
8167 `occur-engine-add-prefix'.
8168 (occur-engine-add-prefix, occur-context-lines): Add optional arg
8169 `prefix-face' and propertize the prefix with `prefix-face'.
8170 (Bug#14017)
8171
8172 2013-03-24 Leo Liu <sdl.web@gmail.com>
8173
8174 * nxml/rng-valid.el (rng-validate-while-idle)
8175 (rng-validate-quick-while-idle): Guard against deleted buffer.
8176 (Bug#13999)
8177
8178 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8179 is the last entry in kill-buffer-hook.
8180
8181 * files.el (kill-buffer-hook): Doc fix.
8182
8183 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
8184
8185 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8186 Make it safe-local.
8187
8188 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8189
8190 2013-03-23 Leo Liu <sdl.web@gmail.com>
8191
8192 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8193 Remove.
8194
8195 * nxml/rng-valid.el (rng-validate-mode)
8196 (rng-after-change-function, rng-do-some-validation):
8197 * nxml/rng-maint.el (rng-validate-buffer):
8198 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8199 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8200 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8201 (nxml-extend-after-change-region): Use with-silent-modifications.
8202
8203 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8204 timer-idle-list.
8205
8206 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8207 (rng-next-error-1, rng-previous-error-1): Do not let-bind
8208 timer-idle-list. (Bug#13999)
8209
8210 2013-03-23 Juri Linkov <juri@jurta.org>
8211
8212 * info.el (info-index-match): New face.
8213 (Info-index, Info-apropos-matches): Add a nested subgroup to the
8214 main pattern and add text properties with the new face to matches
8215 in index entries relative to the beginning of the index entry.
8216 (Bug#14015)
8217
8218 2013-03-21 Eric Ludlam <zappo@gnu.org>
8219
8220 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8221 Inhibit read only while inserting objects.
8222
8223 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
8224
8225 * progmodes/cfengine.el: Update docs to mention
8226 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
8227 symbol motion. Remove "_" from the word syntax.
8228
8229 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
8230
8231 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
8232 syntax for both `cfengine2-mode' and `cfengine3-mode'.
8233
8234 2013-03-20 Juri Linkov <juri@jurta.org>
8235
8236 * info.el (Info-next-reference-or-link)
8237 (Info-prev-reference-or-link): New functions.
8238 (Info-next-reference, Info-prev-reference): Use them.
8239 (Info-try-follow-nearest-node): Handle footnote navigation.
8240 (Info-fontify-node): Fontify footnotes. (Bug#13989)
8241
8242 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
8245 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
8246
8247 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
8248
8249 Suppress unnecessary non-ASCII chatter during build process.
8250 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
8251 (batch-skkdic-convert): Suppress most of the chatter.
8252 It's not needed so much now that machines are faster,
8253 and its non-ASCII component was confusing; see Dmitry Gutov in
8254 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
8255
8256 2013-03-20 Leo Liu <sdl.web@gmail.com>
8257
8258 * ido.el (ido-chop): Fix bug#10994.
8259
8260 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8261
8262 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
8263 Remove vars.
8264 (whitespace-color-on, whitespace-color-off):
8265 Use `font-lock-fontify-buffer' (Bug#13817).
8266
8267 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
8270 remapping in mode-line.
8271 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
8272
8273 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8274
8275 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
8276 value for `whitespace-line' face (Bug#13875).
8277 (whitespace-font-lock-keywords): Change description.
8278 (whitespace-color-on): Don't save `font-lock-keywords' value, save
8279 the constructed keywords instead.
8280 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
8281
8282 2013-03-19 Leo Liu <sdl.web@gmail.com>
8283
8284 * progmodes/compile.el (compilation-display-error): New command.
8285 (compilation-mode-map, compilation-minor-mode-map): Bind it to
8286 C-o. (Bug#13992)
8287
8288 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8289
8290 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8291
8292 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
8293
8294 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8295
8296 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
8297
8298 * net/tramp-compat.el (tramp-compat-user-error): New defun.
8299
8300 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8301 * net/tramp-gvfs.el (top):
8302 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8303 (tramp-handle-shell-command): Use it.
8304 (tramp-dissect-file-name): Raise an error when hostname is a
8305 method name, and neither method nor user is specified.
8306
8307 * net/trampver.el: Update release number.
8308
8309 2013-03-18 Leo Liu <sdl.web@gmail.com>
8310
8311 Make sure eldoc can be turned off properly.
8312 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8313 eldoc-mode.
8314 (eldoc-display-message-p): Revert last change.
8315 (eldoc-display-message-no-interference-p)
8316 (eldoc-print-current-symbol-info): Tweak.
8317
8318 2013-03-18 Tassilo Horn <tsdh@gnu.org>
8319
8320 * doc-view.el (doc-view-new-window-function): Check the new window
8321 overlay's display property instead the char property of the
8322 buffer's first char. Use `with-selected-window' instead of
8323 `save-window-excursion' with `select-window'.
8324 (doc-view-document->bitmap): Check the current doc-view overlay's
8325 display property instead the char property of the buffer's first char.
8326
8327 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8328
8329 Automate the build of ja-dic.el (Bug#13984).
8330 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8331 from the input, rather than assume that it's been done for us by the
8332 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
8333 the current date into a ja-dic.el comment, as that complicates
8334 regression testing.
8335
8336 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * whitespace.el: Fix double evaluation.
8339 (whitespace-space, whitespace-hspace, whitespace-tab)
8340 (whitespace-newline, whitespace-trailing, whitespace-line)
8341 (whitespace-space-before-tab, whitespace-indentation)
8342 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8343 obsolete defvars.
8344 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8345 (whitespace-color-on): Use a single font-lock-add-keywords call.
8346 Fix double-evaluation of face variables.
8347
8348 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
8349
8350 * net/tramp-adb.el (tramp-adb-parse-device-names):
8351 Use `start-process' instead of `call-process'. Otherwise, the
8352 function might be blocked under MS Windows. (Bug#13299)
8353
8354 2013-03-17 Leo Liu <sdl.web@gmail.com>
8355
8356 Extend eldoc to display info in the mode-line. (Bug#13978)
8357 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8358 (eldoc-mode-line-string): New variable.
8359 (eldoc-minibuffer-message): New function.
8360 (eldoc-message-function): New variable.
8361 (eldoc-message): Use it.
8362 (eldoc-display-message-p)
8363 (eldoc-display-message-no-interference-p):
8364 Support eldoc-post-insert-mode.
8365
8366 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8367 (eval-expression): Run it.
8368
8369 2013-03-17 Roland Winkler <winkler@gnu.org>
8370
8371 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8372 strings in the list of return values.
8373
8374 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8375
8376 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8377 radix before checking for HMS forms.
8378
8379 2013-03-16 Leo Liu <sdl.web@gmail.com>
8380
8381 * progmodes/scheme.el: Add indentation and font-locking for λ.
8382 (Bug#13975)
8383
8384 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8387 token before point (bug#13942).
8388
8389 2013-03-16 Leo Liu <sdl.web@gmail.com>
8390
8391 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
8392
8393 2013-03-16 Eli Zaretskii <eliz@gnu.org>
8394
8395 * startup.el (command-line-normalize-file-name): Fix handling of
8396 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
8397 <xfq.free@gmail.com> in
8398 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8399
8400 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
8401
8402 Sync with Tramp 2.2.7.
8403
8404 * net/trampver.el: Update release number.
8405
8406 2013-03-14 Tassilo Horn <tsdh@gnu.org>
8407
8408 * doc-view.el Fix bug#13887.
8409 (doc-view-insert-image): Don't modify overlay associated to
8410 non-live windows, and implement horizontal centering of image in
8411 case it's smaller than the window.
8412 (doc-view-new-window-function): Force redisplay of new windows on
8413 doc-view buffers.
8414
8415 2013-03-13 Karl Fogel <kfogel@red-bean.com>
8416
8417 * saveplace.el (save-place-alist-to-file): Don't sort
8418 `save-place-alist', just pretty-print it (bug#13882).
8419
8420 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
8421
8422 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8423 Check whether `default-file-name-coding-system' is bound.
8424 It isn't in XEmacs.
8425
8426 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8427
8428 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8429 backquotes for `obsolete' (bug#13929).
8430
8431 * international/mule.el (find-auto-coding): Include file name in
8432 obsolescence warning (bug#13922).
8433
8434 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8435
8436 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
8437 for CFEngine 3-specific indentation.
8438 (cfengine3-indent-line): Use it. Fix up category regex.
8439 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
8440
8441 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * type-break.el (type-break-file-name):
8444 * textmodes/remember.el (remember-data-file):
8445 * strokes.el (strokes-file):
8446 * shadowfile.el (shadow-initialize):
8447 * saveplace.el (save-place-file):
8448 * ps-bdf.el (bdf-cache-file):
8449 * progmodes/idlwave.el (idlwave-config-directory):
8450 * net/quickurl.el (quickurl-url-file):
8451 * international/kkc.el (kkc-init-file-name):
8452 * ido.el (ido-save-directory-list-file):
8453 * emulation/viper.el (viper-custom-file-name):
8454 * emulation/vip.el (vip-startup-file):
8455 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8456 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
8457
8458 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
8459
8460 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
8461 * language/thai-word.el: Switch to UTF-8.
8462
8463 See ChangeLog.16 for earlier changes.
8464
8465 ;; Local Variables:
8466 ;; coding: utf-8
8467 ;; End:
8468
8469 Copyright (C) 2011-2013 Free Software Foundation, Inc.
8470
8471 This file is part of GNU Emacs.
8472
8473 GNU Emacs is free software: you can redistribute it and/or modify
8474 it under the terms of the GNU General Public License as published by
8475 the Free Software Foundation, either version 3 of the License, or
8476 (at your option) any later version.
8477
8478 GNU Emacs is distributed in the hope that it will be useful,
8479 but WITHOUT ANY WARRANTY; without even the implied warranty of
8480 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8481 GNU General Public License for more details.
8482
8483 You should have received a copy of the GNU General Public License
8484 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.