* lisp/image.el (image-load-path): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
2
3 * image.el (defimage):
4 (image-load-path): Doc fixes.
5
6 2013-10-27 Alan Mackenzie <acm@muc.de>
7
8 Indent statements in macros following "##" correctly.
9 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Modify
10 the "#" arm of a cond form to handle "#" and "##" operators.
11
12 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
13
14 * linum.el (linum-update-window): Fix boundary test (bug#13446).
15
16 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
17
18 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
19 after `=' is probably a new expression.
20
21 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
22
23 * man.el (man-imenu-title): New option.
24 (Man-mode-map): Add menu. (Bug#15722)
25 (Man-mode): Add imenu to menu.
26
27 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
28
29 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
30 specific in what the first arg can be: a non-keyword word,
31 string/regexp/percent literal opener, opening paren, or unary
32 operator followed directly by word.
33
34 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
37 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
38 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
39 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
40 Remove vars, they do not apply any more.
41 (prolog-mode-abbrev-table): Remove redundant declaration.
42 (prolog-upper-case-string, prolog-lower-case-string): Remove.
43 (prolog-use-smie): Remove.
44 (prolog-smie-rules): Add indentation rule for the if-then-else layout
45 supported by prolog-electric-if-then-else-flag.
46 (prolog-mode-variables, prolog-menu): Use setq-local.
47 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
48 Remove binding to `Backspace' since this key doesn't exist anyway.
49 Remove bindings for electric self-inserting keys.
50 (prog-mode): Assume it's defined.
51 (prolog-post-self-insert): New function.
52 (prolog-mode): Use it.
53 (prolog-indent-line, prolog-indent-level)
54 (prolog-find-indent-of-matching-paren)
55 (prolog-indentation-level-of-line, prolog-goto-comment-column)
56 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
57 (prolog-goto-next-paren, prolog-in-string-or-comment)
58 (prolog-tokenize, prolog-inside-mline-comment)
59 (prolog-find-start-of-mline-comment): Remove functions.
60 (prolog-find-unmatched-paren, prolog-clause-end)
61 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
62 (prolog-electric--if-then-else): Rename from
63 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
64 (prolog-tokenize-searchkey): Remove const.
65 (prolog-clause-info): Use forward-sexp.
66 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
67 (prolog-electric-if-then-else): Remove commands.
68 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
69 for use in post-self-insert-hook.
70 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
71 for use in post-self-insert-hook.
72 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
73 for use in post-self-insert-hook.
74 (prolog-electric--underscore): Rename from prolog-electric--underscore;
75 adapt it for use in post-self-insert-hook.
76
77 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
78
79 * emacs-lisp/ert.el (ert-run-tests-interactively):
80 Use `completing-read'. (Bug#9756)
81
82 2013-10-25 Eli Zaretskii <eliz@gnu.org>
83
84 * simple.el (line-move): Call line-move-1 instead of
85 line-move-visual when the current window hscroll is zero, but
86 temporary-goal-column indicates we will need to hscroll as result
87 of the movement. (Bug#15712)
88
89 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
90
91 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
92 capitalization. Use :visible instead of :active.
93 Fix `ruby-indent-exp' reference. Add menu items for the generic
94 commands that are used with SMIE.
95 (ruby-do-end-to-brace): Insert space after `{'.
96
97 2013-10-25 John Anthony <john@jo.hnanthony.com>
98
99 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
100
101 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
102
103 2013-10-25 Glenn Morris <rgm@gnu.org>
104
105 * vc/vc.el (vc-print-log): Don't use a working revision unless
106 one was explicitly specified. (Bug#15322)
107
108 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * subr.el (add-to-list): Preserve return value in compiler-macro
111 (bug#15692).
112
113 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
114
115 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
116 result. Ask user to retry using '-all' flag. (Bug#15701)
117
118 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * emacs-lisp/smie.el: New smie-config system.
121 (smie-config): New defcustom.
122 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
123 (smie-config-guess, smie-config-save): New commands.
124 (smie-config--mode-local, smie-config--buffer-local)
125 (smie-config--trace, smie-config--modefuns): New vars.
126 (smie-config--advice, smie-config--mode-hook)
127 (smie-config--setter, smie-config-local, smie-config--get-trace)
128 (smie-config--guess-value, smie-config--guess): New functions.
129 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
130 text properties. Treat "string fence" syntax like string syntax.
131
132 * progmodes/sh-script.el (sh-use-smie): Change default.
133 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
134 (sh-var-value): Simplify by CSE.
135 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
136 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
137 is used.
138 (sh-guess-basic-offset): Use cl-incf.
139 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
140
141 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
142
143 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
144 (bug#15699).
145
146 2013-10-24 Glenn Morris <rgm@gnu.org>
147
148 * Makefile.in (abs_top_srcdir): Remove.
149 (update-subdirs): Use relative path to update-subdirs.
150
151 2013-10-24 Eli Zaretskii <eliz@gnu.org>
152
153 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
154 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
155 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
156 Call unmsys--file-name before expand-file-name, not after it.
157
158 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
159
160 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
161 (ert-test-skipped): New error.
162 (ert-skip, ert-stats-skipped): New defuns.
163 (ert--skip-unless): New macro.
164 (ert-test-skipped): New struct.
165 (ert--run-test-debugger, ert-test-result-type-p)
166 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
167 (ert--stats-set-test-and-result, ert-char-for-test-result)
168 (ert-string-for-test-result, ert-run-tests-batch)
169 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
170 Handle skipped tests. (Bug#9803)
171
172 2013-10-24 Glenn Morris <rgm@gnu.org>
173
174 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
175
176 * Makefile.in (abs_top_srcdir): New, set by configure.
177 (update-subdirs): Correct build-aux location.
178
179 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
180
181 * vc/vc.el (vc-print-root-log): Always set `default-directory'
182 value, whether we could auto-deduce `backend', or not.
183
184 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
185 with parameters" example. Simplify the "is it block or is it
186 hash" check, but also make it more thorough.
187
188 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
189
190 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
191
192 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
195 { if it is hanging.
196
197 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
198 :before ";".
199
200 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
201
202 * progmodes/compile.el (compilation-directory-matcher)
203 (compilation-page-delimiter):
204 Support GNU Make-4.0 directory quoting. (Bug#15678)
205
206 2013-10-23 Leo Liu <sdl.web@gmail.com>
207
208 * ido.el (ido-tidy): Handle read-only text.
209
210 2013-10-23 Glenn Morris <rgm@gnu.org>
211
212 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
213 (emacs, compile, compile-always):
214 Quote entities that might contain whitespace.
215 (custom-deps, finder-data, autoloads): Use abs_lisp.
216 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
217 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
218 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
219
220 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
221
222 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
223 Use `following-char'.
224
225 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
228 * progmodes/ruby-mode.el (ruby-smie-rules):
229 Remove corresponding workaround. Fix indentation rule of ";" so it
230 also applies when ";" is the parent.
231
232 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
233
234 * frame.el (display-screens, display-pixel-height)
235 (display-pixel-width, display-mm-width, display-backing-store)
236 (display-save-under, display-planes, display-color-cells)
237 (display-visual-class, display-monitor-attributes-list):
238 Mention the optional ‘display’ argument in doc strings.
239
240 2013-10-22 Michael Gauland <mikelygee@amuri.net>
241
242 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
243 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
244
245 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
246
247 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
248 TODO. Add "." after " @ ".
249 (ruby-smie--at-dot-call): New function. Checks if point at method
250 call with explicit target.
251 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
252 to the method name tokens when it precedes them.
253 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
254 (ruby-smie-rules): Add rule for indentation before and after "."
255 token.
256
257 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
258
259 * textmodes/remember.el (remember-diary-extract-entries):
260 Avoid add-to-list.
261
262 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
263 an instruction.
264
265 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
266
267 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
268 (ruby-smie--implicit-semi-p): Add new operator chars.
269
270 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
271 `smie-down-list'.
272 (ruby-smie--args-separator-p): Check that there's no newline
273 between method call and its arguments.
274
275 2013-10-20 Alan Mackenzie <acm@muc.de>
276
277 Allow comma separated lists after Java "implements".
278
279 * progmodes/cc-engine.el (c-backward-over-enum-header):
280 Parse commas.
281 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
282 from a "disallowed" list in enum fontification.
283
284 2013-10-20 Johan Bockgård <bojohan@gnu.org>
285
286 * startup.el (default-frame-background-mode): Remove unused defvar.
287
288 * progmodes/verilog-mode.el (verilog-mode): Don't set
289 comment-indent-function globally.
290
291 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
292
293 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
294 Move Info menu item creation to ns-win.el.
295
296 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
297 in menu bar.
298
299 * menu-bar.el: Move GNUStep specific menus...
300
301 * term/ns-win.el (ns-initialize-window-system): ... to here.
302
303 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
304
305 * simple.el (newline): Only run post-self-insert-hook when
306 called interactively.
307
308 2013-10-19 Johan Bockgård <bojohan@gnu.org>
309
310 * icomplete.el (icomplete-with-completion-tables): Add :version.
311
312 2013-10-19 Alan Mackenzie <acm@muc.de>
313
314 Fix fontification bugs with constructors and const.
315
316 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
317 CASE 2) Remove the check for the absence of a suffix construct
318 after a function declaration with only types (no identifiers) in
319 the parentheses. Also, accept a function declaration with just a
320 type inside the parentheses, if this type can be positively
321 recognised as such, or if a prefix keyword like "explicit" nails
322 down the construct as a declaration.
323
324 2013-10-19 Eli Zaretskii <eliz@gnu.org>
325
326 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
327 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
328 the problem whereby selecting a menu item that leads to a
329 minibuffer prompt moves the cursor out of the minibuffer window,
330 making it hard to type at the prompt. Suggested by Stefan Monnier
331 <monnier@iro.umontreal.ca>.
332
333 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
334
335 * menu-bar.el: Don't make Services menu.
336
337 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
338
339 * ffap.el: Handle "/usr/include/c++/<version>" directories.
340 (ffap-alist): Use ffap-c++-mode for c++-mode.
341 (ffap-c++-path): New variable.
342 (ffap-c++-mode): New function.
343
344 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
345
346 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
347
348 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
349
350 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
351 introduced on 2013-09-08, which results in an infinite loop
352 requesting a password.
353
354 2013-10-18 Glenn Morris <rgm@gnu.org>
355
356 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
357
358 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
359
360 Sync with upstream verilog-mode revision 1a6ecec7.
361 * progmodes/verilog-mode.el (verilog-mode-version): Update.
362 (verilog-mode-release-date): Remove.
363 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
364 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
365 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
366 (verilog-auto-tieoff-ignore-regexp)
367 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
368 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
369 (verilog-signals-with, verilog-dir-cache-preserving)
370 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
371 Doc fixes.
372 (verilog-case-fold): New option, to control case folding in
373 regexp searches, bug597.
374 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
375 (verilog-string-match-fold, verilog-in-paren-count)
376 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
377 (verilog-at-close-struct-p): New functions.
378 (verilog-beg-block-re-ordered, verilog-extended-case-re)
379 (verilog-forward-sexp, verilog-set-auto-endcomments):
380 (verilog-leap-to-case-head): Handle "unique0" case.
381 (verilog-in-constraint-re): New constant.
382 (verilog-keywords, verilog-type-font-keywords):
383 Add some SystemVerilog 1800-2012 keywords.
384 (verilog-label-be): Remove unimplemented argument, bug669.
385 (verilog-batch-execute-func): When batch expanding clear
386 create-lockfiles to prevent spurious user locks when a file ends
387 up not changing.
388 (verilog-calculate-indent, verilog-calc-1)
389 (verilog-at-close-constraint-p, verilog-at-constraint-p)
390 (verilog-do-indent): Fix indentation of nested constraints
391 and structures.
392 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
393 (verilog-auto-inst-param): Use verilog-string-match-fold.
394 (verilog-read-inst-module-matcher):
395 Fix AUTOINST on gate primitives with #1.
396 (verilog-read-decls): Fix double-declaring user-defined typed signals.
397 Reads all user-defined typed variables.
398 (verilog-read-defines): Fix reading definitions inside comments, bug647.
399 (verilog-signals-matching-regexp)
400 (verilog-signals-not-matching-regexp, verilog-auto):
401 Respect verilog-case-fold.
402 (verilog-diff-report): Fix line count.
403 (verilog-auto-assign-modport): Remove unused local `modi'.
404 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
405 better handle multidimensional arrays.
406 Fix packed array ports misadding bit index in AUTOINST, bug637.
407 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
408 to not double-declare existing outputs and inputs, respectively.
409 (verilog-template-map): Bind U to verilog-sk-uvm-component.
410 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
411 (verilog-sk-uvm-component): New skeleton.
412 (verilog-submit-bug-report): Add verilog-case-fold,
413 remove verilog-mode-release-date.
414
415 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
416
417 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
418 as before.
419
420 2013-10-18 Reuben Thomas <rrt@sc3d.org>
421
422 * textmodes/remember.el (remember): set buffer-offer-save in
423 remember buffers (bug#13566).
424
425 2013-10-18 Daniel Colascione <dancol@dancol.org>
426
427 When evaluating forms in ielm, direct standard output to ielm
428 buffer. Add new ielm-return-for-effect command. Remove trailing
429 whitespace throughout.
430
431 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
432 (ielm-return-for-effect): New command.
433 (ielm-send-input): Accept optional `for-effect' parameter.
434 (ielm-eval-input): Accept optional `for-effect' parameter.
435 Bind `standard-output' to stream we create using
436 `ielm-standard-output-impl'. Suppress printing result when
437 `for-effect'.
438 (ielm-standard-output-impl): New function.
439 (inferior-emacs-lisp-mode): Explain new features in documentation.
440
441 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
442
443 Code cleanup.
444
445 * net/tramp.el (tramp-debug-message): Do not check for connection
446 buffer.
447 (tramp-message): Use "vector" connection property.
448
449 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
450 (tramp-equal-remote, tramp-eshell-directory-change)
451 * net/tramp-adb.el (tramp-adb-handle-copy-file)
452 (tramp-adb-handle-rename-file)
453 * net/tramp-cmds.el (tramp-list-remote-buffers)
454 (tramp-cleanup-connection, tramp-cleanup-this-connection)
455 * net/tramp-compat.el (tramp-compat-process-running-p)
456 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
457 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
458 (tramp-gvfs-handle-rename-file)
459 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
460 (tramp-set-file-uid-gid)
461 * net/tramp-smb.el (tramp-smb-handle-copy-file)
462 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
463 of `file-remote-p'.
464
465 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
466 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
467 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
468 (tramp-gw-open-network-stream): Suppress unrelated traces.
469
470 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
471 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
472 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
473 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
474 connection property.
475
476 * net/tramp-cache.el (top): Suppress traces when reading
477 persistency file.
478
479 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
480 Refactor common code. Improve debug message.
481 (tramp-maybe-open-connection)
482 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
483 connection buffer too early.
484
485 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
486 from `tramp-smb-actions-with-acl'.
487 (tramp-smb-actions-set-acl): New defconst.
488 (tramp-smb-handle-copy-directory)
489 (tramp-smb-action-get-acl): New defun, renamed from
490 `tramp-smb-action-with-acl'.
491 (tramp-smb-action-set-acl): New defun.
492 (tramp-smb-handle-set-file-acl): Rewrite.
493
494 2013-10-17 Glenn Morris <rgm@gnu.org>
495
496 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
497
498 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * skeleton.el (skeleton-newline): Remove.
501 (skeleton-internal-1): Use (insert "\n") instead.
502
503 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
504 let-bindings.
505
506 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
507 forward-sexp-function while we redo its job (bug#15613).
508
509 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
510
511 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
512 represented by lists.
513
514 2013-10-16 Glenn Morris <rgm@gnu.org>
515
516 * tmm.el (tmm--history): New dynamic variable.
517 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
518
519 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
520
521 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
522 (tramp-smb-errors): Add error messages.
523 (tramp-smb-actions-with-acl): New defconst.
524 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
525 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
526 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
527 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
528 (tramp-smb-get-stat-capability): Fix tests.
529
530 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
531
532 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
533 (bug#15580).
534
535 2013-10-16 Glenn Morris <rgm@gnu.org>
536
537 * ansi-color.el (ansi-color-drop-regexp):
538 Add 1J, 1K, 2K. (Bug#15617)
539
540 * files.el (hack-local-variables--warned-lexical): New.
541 (hack-local-variables):
542 Warn about misplaced lexical-binding. (Bug#15616)
543
544 * net/eww.el (eww-render): Always set eww-current-url,
545 and update header line. (Bug#15622)
546 (eww-display-html): ... Rather than just doing it here.
547
548 2013-10-15 Eli Zaretskii <eliz@gnu.org>
549
550 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
551 menu navigations commands.
552
553 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
554
555 * progmodes/subword.el (subword-capitalize): Be careful when
556 the search for [[:alpha:]] fails (bug#15580).
557
558 2013-10-14 Eli Zaretskii <eliz@gnu.org>
559
560 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
561 to commands that scroll the menu.
562
563 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
564
565 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
566 Handle methods ending with `?' and `!'.
567
568 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
569
570 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
571 `japanese-cp932' to `cp932' to fix the problem where saving a
572 source file written in Shift_JIS twice would end up having
573 `coding: japanese-cp932' which Ruby could not recognize.
574 (ruby-mode-set-encoding): Add support for encodings mapped to nil
575 in `ruby-encoding-map'.
576 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
577 doesn't need to be explicitly declared in magic comment.
578 (ruby-encoding-map): Add type declaration for better customize UI.
579
580 2013-10-13 Glenn Morris <rgm@gnu.org>
581
582 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
583 Occur buffers are read-only. http://bugs.debian.org/720775
584
585 * emacs-lisp/authors.el (authors-fixed-entries):
586 Comment out old alpha stuff.
587
588 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
589
590 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
591 to `after-save-hook' instead of `before-save-hook'.
592 (ruby-mode-set-encoding): Use the value of coding system used to
593 write the file. Call `basic-save-buffer-1' after modifying the
594 buffer.
595
596 2013-10-13 Alan Mackenzie <acm@muc.de>
597
598 Fix indentation/fontification of Java enum with
599 "implements"/generic.
600
601 * progmodes/cc-engine.el (c-backward-over-enum-header):
602 Extracted from the three other places and enhanced to handle generics.
603 (c-inside-bracelist-p): Uses new function above.
604 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
605 function above.
606 (c-font-lock-enum-tail): Uses new function above.
607
608 2013-10-13 Kenichi Handa <handa@gnu.org>
609
610 * international/mule-cmds.el (select-safe-coding-system): Remove a
611 superfluous condition in chekcing whether a coding system is safe
612 or not.
613
614 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
615
616 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
617
618 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
619
620 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
621
622 2013-10-13 Glenn Morris <rgm@gnu.org>
623
624 * menu-bar.el (menu-bar-update-buffers):
625 Unify Buffers menu prompt string. (Bug#15576)
626
627 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
628
629 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
630 Add some entries.
631 (authors-fixed-entries): Use accented form of name.
632
633 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
636 method calls (bug#15594).
637 (ruby-smie--args-separator-p): New function.
638 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
639 recognize paren-free method calls.
640
641 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
642 internals of universal-argument.
643
644 2013-10-11 Eli Zaretskii <eliz@gnu.org>
645
646 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
647 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
648 dropped menu on second mouse click on the menu bar.
649
650 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
651
652 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
653 (explicit-shell-file-name): Declare.
654 (sh--vars-before-point, sh--cmd-completion-table): New functions.
655 (sh-completion-at-point-function): New function.
656 (sh-mode): Use it.
657 (sh-smie--keyword-p): Remove unused argument.
658 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
659 vars.
660 (sh-set-shell): Always setup SMIE, even if we use the
661 old indentation code.
662
663 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
664
665 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
666 cases of ? and =.
667 (ruby-smie-rules): Simplify the "do" rule. The cases when the
668 predicate would return nil are almost non-existent.
669 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
670
671 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
672 cache also after commands that modify the buffer but don't move
673 point.
674
675 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * env.el (substitute-env-in-file-name): New function.
678 (substitute-env-vars): Extend the meaning of the optional arg.
679
680 2013-10-10 Eli Zaretskii <eliz@gnu.org>
681
682 * term/w32-win.el (dynamic-library-alist): Define separate lists
683 of GIF DLLs for versions before and after 5.0.0 of giflib.
684 (Bug#15531)
685
686 2013-10-10 João Távora <joaotavora@gmail.com>
687
688 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
689 not locked, use last revision and current source as
690 defaults. (Bug#15569)
691
692 2013-10-10 Masatake YAMATO <yamato@redhat.com>
693
694 * menu-bar.el (menu-bar-open): Don't use popup-menu if
695 menu-bar is hidden.
696
697 2013-10-10 Martin Rudalics <rudalics@gmx.at>
698
699 * window.el (pop-to-buffer-same-window): Fix doc-string.
700 (Bug#15492)
701
702 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
703
704 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
705
706 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
707
708 * calendar/icalendar.el (icalendar-import-file):
709 Fix interactive spec. (Bug#15482)
710
711 2013-10-10 Glenn Morris <rgm@gnu.org>
712
713 * desktop.el (desktop-save): Default to saving in .emacs.d,
714 since PWD is no longer in desktop-path by default. (Bug#15319)
715
716 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
717 now that text mode has a menu with the same entry.
718 (menu-bar-text-mode-auto-fill): Remove now unused func.
719 * textmodes/text-mode.el (text-mode-map):
720 Use auto-fill help text from menu-bar.el.
721
722 2013-10-10 John Anthony <john@jo.hnanthony.com>
723
724 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
725
726 2013-10-09 Juri Linkov <juri@jurta.org>
727
728 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
729 instead of this-command-keys. Add universal-argument-more and
730 universal-argument-minus to the list of prefix commands. (Bug#15568)
731
732 2013-10-09 Glenn Morris <rgm@gnu.org>
733
734 * vc/vc-svn.el (vc-svn-create-repo):
735 Expand paths in file://... url. (Bug#15446)
736
737 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
738 Add some entries.
739 (authors): Remove unused local variables.
740
741 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * profiler.el: Create a more coherent calltree from partial backtraces.
744 (profiler-format): Hide the tail with `invisible' so that C-s can still
745 find the hidden elements.
746 (profiler-calltree-depth): Don't recurse so enthusiastically.
747 (profiler-function-equal): New hash-table-test.
748 (profiler-calltree-build-unified): New function.
749 (profiler-calltree-build): Use it.
750 (profiler-report-make-name-part): Indent the calltree less.
751 (profiler-report-mode): Add visibility specs for profiler-format.
752 (profiler-report-expand-entry, profiler-report-toggle-entry):
753 Expand the whole subtree when provided with a prefix arg.
754
755 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
756
757 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
758 iuwu-mod token.
759 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
760 hanging iuwu-mod token.
761 (ruby-smie--forward-token): Do not include a dot after a token in
762 that token.
763 (ruby-smie--backward-token): Likewise.
764
765 2013-10-08 Juri Linkov <juri@jurta.org>
766
767 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
768 to isearch-other-control-char.
769 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
770 and isearch-post-command-hook to post-command-hook.
771 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
772 and isearch-post-command-hook from post-command-hook.
773 (isearch-unread-key-sequence)
774 (isearch-reread-key-sequence-naturally)
775 (isearch-lookup-scroll-key, isearch-other-control-char)
776 (isearch-other-meta-char): Remove functions.
777 (isearch-pre-command-hook, isearch-post-command-hook):
778 New functions based on isearch-other-meta-char rewritten
779 relying on the new behavior of overriding-terminal-local-map
780 that does not replace the local keymaps any more. (Bug#15200)
781
782 2013-10-08 Eli Zaretskii <eliz@gnu.org>
783
784 Support menus on text-mode terminals.
785 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
786 functionality.
787
788 * tooltip.el (tooltip-mode): Don't error out on TTYs.
789
790 * menu-bar.el (popup-menu, popup-menu-normalize-position):
791 Move here from mouse.el.
792 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
793 and arrow keys.
794 (tty-menu-navigation-map): New map for TTY menu navigation.
795
796 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
797
798 * frame.el (display-mouse-p): Report text-mode mouse as available
799 on w32.
800 (display-popup-menus-p): Report availability if mouse is
801 available; don't condition on window-system.
802
803 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
804 (tty-menu-selected-face): New faces.
805
806 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
809 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
810 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
811 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
812 New constants.
813 (lisp-mode-variables): New `elisp' argument.
814 (emacs-lisp-mode): Use it.
815 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
816 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
817
818 * indent.el: Use lexical-binding.
819 (indent-region): Add progress reporter.
820 (tab-stop-list): Make it implicitly extend to infinity by repeating the
821 last step.
822 (indent--next-tab-stop): New function to implement this behavior.
823 (tab-to-tab-stop, move-to-tab-stop): Use it.
824
825 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
826
827 * indent.el (indent-rigidly--current-indentation): New function.
828 (indent-rigidly-map): New var.
829 (indent-rigidly): Use it to provide interactive mode (bug#8196).
830
831 2013-10-08 Bastien Guerry <bzg@gnu.org>
832
833 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
834
835 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * progmodes/perl-mode.el: Use lexical-binding.
838 Remove redundant :group args.
839 (perl-nochange): Change default to be closer to other major modes's
840 standard behavior.
841 (perl-indent-line): Don't consider text on current line as a
842 valid beginning of function from which to indent.
843
844 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
845 with more than one argument (bug#15538).
846
847 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
848
849 * vc/pcvs.el: Use lexical-binding.
850 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
851 environment of `eval'.
852 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
853 than a list of expressions. Adjust callers.
854 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
855
856 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
857
858 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
859 case of the dot in a chained method call being on the following line.
860
861 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
862
863 * electric.el (electric-indent-inhibit): New var.
864 (electric-indent-post-self-insert-function): Use it.
865 * progmodes/python.el (python-mode): Set it.
866
867 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
868 open braces.
869
870 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
871
872 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
873 (css-mode): Use electric-indent-chars.
874
875 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
876 (font-lock-beg, font-lock-end): Move before first use.
877 (nxml-mode): Use syntax-propertize-function.
878 (nxml-after-change, nxml-after-change1): Adjust accordingly.
879 (nxml-extend-after-change-region): Remove.
880 * nxml/xmltok.el: Use lexical-binding.
881 (xmltok-save): Use `declare'.
882 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
883 * nxml/nxml-util.el: Use lexical-binding.
884 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
885 Use `declare'.
886 * nxml/nxml-ns.el: Use lexical-binding.
887 (nxml-ns-save): Use `declare'.
888 (nxml-ns-prefixes-for): Avoid add-to-list.
889 * nxml/rng-match.el: Use lexical-binding.
890 (rng--ipattern): Use cl-defstruct.
891 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
892 (rng-cons-group-after, rng-subst-group-after)
893 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
894 Use closures instead of `(lambda...).
895
896 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
897
898 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
899 of BEG and END.
900
901 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
902 Use `tramp-handle-insert-file-contents'.
903 (tramp-gvfs-handle-insert-file-contents): Remove function.
904
905 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
906 Use `save-restriction' in order to keep markers.
907
908 * net/trampver.el: Update release number.
909
910 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * progmodes/compile.el (compilation-parse-errors):
913 Use compilation--put-prop.
914 (compilation--ensure-parse): Check compilation-multiline.
915
916 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
917
918 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
919 lexical-binding.
920
921 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
922
923 * progmodes/ruby-mode.el: Fix recently added tests.
924 (ruby-smie-grammar): Add - and +.
925 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
926 (ruby-smie--backward-id): New functions.
927 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
928 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
929 any more.
930
931 2013-10-07 Leo Liu <sdl.web@gmail.com>
932
933 * register.el (register-preview-delay)
934 (register-preview-functions): New variables.
935 (register-read-with-preview, register-preview)
936 (register-describe-oneline): New functions.
937 (point-to-register, window-configuration-to-register)
938 (frame-configuration-to-register, jump-to-register)
939 (number-to-register, view-register, insert-register)
940 (copy-to-register, append-to-register, prepend-to-register)
941 (copy-rectangle-to-register): Use register-read-with-preview to
942 read register. (Bug#15525)
943
944 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
945
946 * net/network-stream.el (network-stream-open-starttls): Don't add
947 --insecure if it's already present, because that gnutls-cli
948 rejects getting that parameter twice.
949
950 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
951
952 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
953 keyword, too.
954
955 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
956
957 * newcomment.el (comment-use-global-state): Change default value
958 to t, mark obsolete (Bug#15251).
959 (comment-beginning): In addition to `comment-to-syntax', check the
960 value of `comment-use-global-state'.
961
962 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
965 (ruby-comment-column): Follow the global default, by default.
966 (ruby-smie-grammar): Add assignment syntax.
967 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
968 open-paren, a comma, or a \.
969 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
970 and line continuations.
971 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
972 followed by implicit semi-colons. Add rule for string concatenation
973 and for indentation at BOB.
974 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
975
976 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
977 calling next-sexp, since next-token may have skipped chars which
978 next-sexp doesn't know should be skipped!
979
980 2013-10-05 Leo Liu <sdl.web@gmail.com>
981
982 * progmodes/octave.el (octave-send-region):
983 Call compilation-forget-errors.
984
985 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
986
987 * vc/vc-svn.el (vc-svn-find-admin-dir):
988 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
989 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
990 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
991 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
992
993 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
994
995 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
996
997 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
998
999 * subr.el (read-passwd): Hide chars even when called within a context
1000 where after-change-functions is disabled (bug#15501).
1001 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1002 until we removed ourself from overriding-terminal-local-map.
1003
1004 2013-10-04 Leo Liu <sdl.web@gmail.com>
1005
1006 * progmodes/octave.el (inferior-octave-mode):
1007 Call compilation-forget-errors.
1008
1009 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1010
1011 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1012
1013 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
1014
1015 * net/secrets.el (secrets-create-collection): Add optional
1016 argument ALIAS. Use proper Label keyword. Append ALIAS as
1017 dbus-call-method argument. (Bug#15516)
1018
1019 2013-10-04 Leo Liu <sdl.web@gmail.com>
1020
1021 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1022 (inferior-octave-compilation-font-lock-keywords): New variables.
1023 (compilation-error-regexp-alist)
1024 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1025 (inferior-octave-mode): Use compilation-shell-minor-mode.
1026
1027 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1028
1029 * minibuffer.el (completion--replace): Be careful that `end' might be
1030 a marker.
1031
1032 2013-10-03 Daiki Ueno <ueno@gnu.org>
1033
1034 Add support for package signature checking.
1035 * emacs-lisp/package.el (url-http-file-exists-p)
1036 (epg-make-context, epg-context-set-home-directory)
1037 (epg-verify-string, epg-context-result-for)
1038 (epg-signature-status, epg-signature-to-string)
1039 (epg-check-configuration, epg-configuration)
1040 (epg-import-keys-from-file): Declare.
1041 (package-check-signature): New user option.
1042 (package-unsigned-archives): New user option.
1043 (package-desc): Add `signed' field.
1044 (package-load-descriptor): Set `signed' field if .signed file exists.
1045 (package--archive-file-exists-p): New function.
1046 (package--check-signature): New function.
1047 (package-install-from-archive): Check package signature.
1048 (package--download-one-archive): Check archive signature.
1049 (package-delete): Remove .signed file.
1050 (package-import-keyring): New command.
1051 (package-refresh-contents): Import default keyring.
1052 (package-desc-status): Add "unsigned" status.
1053 (describe-package-1, package-menu--print-info)
1054 (package-menu-mark-delete, package-menu--find-upgrades)
1055 (package-menu--status-predicate): Support "unsigned" status.
1056
1057 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1058
1059 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1060 the new compilation scheme using the new byte-codes.
1061
1062 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1063 (byte-pophandler): New byte codes.
1064 (byte-goto-ops): Adjust accordingly.
1065 (byte-compile--use-old-handlers): New var.
1066 (byte-compile-catch): Use new byte codes depending on
1067 byte-compile--use-old-handlers.
1068 (byte-compile-condition-case--old): Rename from
1069 byte-compile-condition-case.
1070 (byte-compile-condition-case--new): New function.
1071 (byte-compile-condition-case): New function that dispatches depending
1072 on byte-compile--use-old-handlers.
1073 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1074 when we can.
1075
1076 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1077 Optimize under `condition-case' and `catch' if
1078 byte-compile--use-old-handlers is nil.
1079 (disassemble-offset): Handle new bytecodes.
1080
1081 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * subr.el (error): Use `declare'.
1084 (decode-char, encode-char): Use advertised-calling-convention instead
1085 of the docstring to discourage use of the `restriction' arg.
1086
1087 2013-10-03 Daiki Ueno <ueno@gnu.org>
1088
1089 * epg.el (epg-verify-file): Add a comment saying that it does not
1090 notify verification error as a return value nor a signal.
1091 (epg-verify-string): Ditto.
1092
1093 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1094
1095 * progmodes/compile.el (compilation-start): Try globbing the arg to
1096 `cd' (bug#15417).
1097
1098 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1099
1100 Sync with Tramp 2.2.8.
1101
1102 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1103 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1104 * net/trampver.el: Update release number.
1105
1106 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1107
1108 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1109 and default-process-coding-system for darwin only.
1110
1111 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1114
1115 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1116
1117 * vc/vc-git.el (vc-git-grep): Disable pager.
1118
1119 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1120
1121 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1122 Use :url instead of :homepage, as per
1123 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1124
1125 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1126 non-nil, use `syntax-ppss' (Bug#15251).
1127
1128 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1129
1130 * progmodes/octave.el (inferior-octave-startup-file):
1131 Prefer ~/.emacs.d/init_octave.m.
1132
1133 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1134
1135 * emacs-lisp/package.el (package-desc-from-define):
1136 Accept additional arguments as plist, convert them to an alist and store
1137 them in the `extras' slot.
1138 (package-generate-description-file): Convert extras alist back to
1139 plist and append to the `define-package' form arguments.
1140 (package--alist-to-plist): New function.
1141 (package--ac-desc): Add `extras' slot.
1142 (package--add-to-archive-contents): Check if the archive-contents
1143 vector is long enough, and if it is, pass its `extras' slot value
1144 to `package-desc-create'.
1145 (package-buffer-info): Call `lm-homepage', pass the returned value
1146 to `package-desc-from-define'.
1147 (describe-package-1): Render the homepage button (Bug#13291).
1148
1149 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1150 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
1151
1152 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1153
1154 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1155 and default-process-coding-system to utf-8-unix (Bug#15402).
1156
1157 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1158
1159 * subr.el (looking-back): Do not recommend using looking-back.
1160
1161 2013-09-28 Alan Mackenzie <acm@muc.de>
1162
1163 Fix indentation/fontification of Java enum with "implements".
1164
1165 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1166 regexp which matches "implements", etc., in Java.
1167 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1168 specifier clauses coming after "enum".
1169 * progmodes/cc-fonts.el (c-font-lock-declarations)
1170 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1171 after "enum".
1172
1173 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1174
1175 * faces.el (region): Change ns_selection_color to
1176 ns_selection_fg_color, add ns_selection_bg_color.
1177
1178 2013-09-28 Leo Liu <sdl.web@gmail.com>
1179
1180 * progmodes/octave.el (inferior-octave-completion-table)
1181 (inferior-octave-completion-at-point): Minor tweaks.
1182
1183 * textmodes/ispell.el (ispell-lookup-words): Rename from
1184 lookup-words. (Bug#15460)
1185 (lookup-words): Obsolete.
1186 (ispell-complete-word, ispell-command-loop): All uses changed.
1187
1188 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1189
1190 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1191 (octave-mode-menu): Add octave-send-buffer.
1192 (octave-send-buffer): New function.
1193
1194 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1195
1196 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1197 octave-lookfor.
1198 (octave-mode-menu): Add octave-lookfor.
1199 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1200 octave-lookfor.
1201 (octave-lookfor): New function.
1202
1203 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1204
1205 * emacs-lisp/cl-macs.el:
1206 (cl--loop-destr-temps): Remove.
1207 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1208 its convention.
1209 (cl--loop-set-iterator-function): New function.
1210 (cl-loop): Adjust accordingly, so as not to use cl-subst.
1211 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1212 Bind `it' with `let' instead of substituting it with `cl-subst'.
1213 (cl--unused-var-p): New function.
1214 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1215 Eliminate some unused variable warnings (bug#15326).
1216
1217 2013-09-27 Tassilo Horn <tsdh@gnu.org>
1218
1219 * doc-view.el (doc-view-scale-reset): Rename from
1220 `doc-view-reset-zoom-level'.
1221 (doc-view-scale-adjust): New command.
1222 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1223 `doc-view-scale-adjust'.
1224
1225 2013-09-26 Tassilo Horn <tsdh@gnu.org>
1226
1227 * doc-view.el (doc-view-reset-zoom-level): New command.
1228 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1229 zoom commands (bug#15466).
1230
1231 2013-09-26 Kenichi Handa <handa@gnu.org>
1232
1233 * international/quail.el (quail-help): Make it not a command.
1234
1235 2013-09-26 Leo Liu <sdl.web@gmail.com>
1236
1237 * minibuffer.el (completion-all-sorted-completions): Make args
1238 optional as they are.
1239
1240 2013-09-25 Daniel Colascione <dancol@dancol.org>
1241
1242 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1243 specs are and that they're not evaluated.
1244
1245 2013-09-24 Sam Steingold <sds@gnu.org>
1246
1247 * midnight.el (clean-buffer-list-kill-regexps)
1248 (clean-buffer-list-kill-buffer-names): Update for the new Man
1249 buffer naming which includes the object name.
1250
1251 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1254 (eshell-parse-command, eshell-parse-pipeline): Use it since
1255 eshell-separate-commands requires a dynamic scoped var.
1256 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1257
1258 2013-09-23 Leo Liu <sdl.web@gmail.com>
1259
1260 * autoinsert.el (auto-insert-alist): Make the value of
1261 lexical-binding match its file setting.
1262
1263 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
1264
1265 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1266
1267 * autoarg.el (autoarg-kp-digit-argument):
1268 * electric.el (Electric-command-loop):
1269 * kmacro.el (kmacro-step-edit-insert):
1270 Do not set universal-argument-num-events.
1271
1272 2013-09-22 Leo Liu <sdl.web@gmail.com>
1273
1274 * files.el (interpreter-mode-alist): Add octave.
1275
1276 2013-09-21 Alan Mackenzie <acm@muc.de>
1277
1278 C++: fontify identifier in declaration following "public:" correctly.
1279 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1280 to match "public", etc.
1281 (c-decl-prefix-re): Add ":" into the C++ value.
1282 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1283 bit. Add a check for a ":" preceded by "public", etc.
1284
1285 2013-09-21 Eli Zaretskii <eliz@gnu.org>
1286
1287 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1288 recognized by GDB 7.5 and later.
1289
1290 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1291
1292 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1293
1294 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * subr.el (internal--call-interactively): New const.
1297 (called-interactively-p): Use it (bug#3984).
1298
1299 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1300
1301 * vc/pcvs.el (cvs-mode-ignore):
1302 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1303 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
1304
1305 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1308 (eshell-ls-orig-insert-directory): Remove.
1309 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1310 (eshell-ls-use-in-dired): Use advice-add/remove.
1311 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1312 Add `orig-fun' arg for use in :around advice.
1313 Make it check (redundantly) eshell-ls-use-in-dired.
1314
1315 2013-09-19 Glenn Morris <rgm@gnu.org>
1316
1317 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1318
1319 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1320
1321 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1322
1323 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
1324
1325 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1326 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1327 (tramp-get-remote-python): New defuns.
1328 (tramp-get-remote-uid-with-perl)
1329 (tramp-get-remote-gid-with-perl): New defuns. Perl code
1330 contributed by yary <not.com@gmail.com> (tiny change).
1331 (tramp-get-remote-uid-with-python)
1332 (tramp-get-remote-gid-with-python): New defuns. Python code
1333 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1334 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1335
1336 2013-09-19 Glenn Morris <rgm@gnu.org>
1337
1338 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1339
1340 * eshell/em-unix.el (eshell-remove-entries):
1341 Rename argument to avoid name-clash with global `top-level'.
1342
1343 * eshell/esh-proc.el (eshell-kill-process-function):
1344 Remove eshell-reset-after-proc from eshell-kill-hook if present.
1345 (eshell-reset-after-proc): Remove unused arg `proc'.
1346
1347 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1348 (directory-files-and-attributes): Mark unused arg.
1349
1350 * eshell/em-unix.el (eshell-remove-entries):
1351 Remove unused arg `path'. Update callers.
1352
1353 * eshell/em-hist.el (eshell-hist-parse-arguments):
1354 Remove unused arg `silent'. Update callers.
1355
1356 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1357 Fix (f)boundp mix-up.
1358
1359 * eshell/em-smart.el (eshell-smart-scroll-window)
1360 (eshell-disable-after-change):
1361 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
1362
1363 2013-09-18 Alan Mackenzie <acm@muc.de>
1364
1365 Fix fontification of type when followed by "const".
1366 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1367 "known" types from fontification.
1368
1369 2013-09-18 Glenn Morris <rgm@gnu.org>
1370
1371 * emacs-lisp/chart.el (x-display-color-cells): Declare.
1372 (chart-face-list): Drop Emacsen without display-color-p.
1373
1374 * net/eww.el (libxml-parse-html-region): Declare.
1375 (eww-display-html): Explicit error if no libxml2 support.
1376
1377 * doc-view.el (doc-view-mode): Silence --without-x compilation.
1378
1379 * image.el (image-type-from-buffer, image-multi-frame-p):
1380 Remove --without-x warning/error.
1381
1382 * mouse.el (mouse-yank-primary):
1383 * term.el (term-mouse-paste):
1384 Reorder to silence --without-x compilation.
1385
1386 * mpc.el (doc-view-mode): Silence --without-x compilation.
1387
1388 * mail/rmailmm.el (rmail-mime-set-bulk-data):
1389 Silence --without-x compilation.
1390
1391 * progmodes/gud.el (gud-find-file, gud-mode):
1392 Silence --without-x compilation.
1393 (tooltip-mode): Declare.
1394
1395 * wdired.el (dired-backup-overwrite): Remove declaration.
1396 (wdired-mode-map): Add doc string.
1397
1398 * custom.el (x-get-resource): Declare.
1399
1400 * eshell/em-glob.el (ange-cache):
1401 * eshell/em-unix.el (ange-cache): Declare.
1402
1403 * faces.el (x-display-list, x-open-connection, x-get-resource):
1404 Declare.
1405
1406 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1407 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1408 Declare.
1409
1410 * frame.el (x-display-grayscale-p, x-display-name): Declare.
1411
1412 * net/gnutls.el (gnutls-log-level): Declare.
1413
1414 * net/shr.el (image-size, image-animate): Declare.
1415
1416 * simple.el (font-info): Declare.
1417
1418 * subr.el (x-popup-dialog): Declare.
1419
1420 * term/common-win.el (x-select-enable-primary)
1421 (x-last-selected-text-primary, x-last-selected-text-clipboard):
1422 Declare.
1423
1424 * term/ns-win.el (x-handle-args): Declare.
1425
1426 * term/x-win.el (x-select-enable-clipboard): Declare.
1427
1428 * term/w32-win.el (create-default-fontset): Declare.
1429
1430 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1431 Declare.
1432
1433 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1434 (fit-frame-to-buffer): Explicit error if --without-x.
1435 (mouse-autoselect-window-select): Silence compiler.
1436
1437 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1438
1439 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1440 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1441 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
1442 * eshell/esh-util.el (eshell-sublist):
1443 Remove unused local variables.
1444
1445 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1446
1447 * textmodes/two-column.el: Make 2C-split work for --without-x.
1448 (scroll-bar-columns): Autoload.
1449 (top-level): Require fringe when compiling.
1450
1451 2013-09-18 Leo Liu <sdl.web@gmail.com>
1452
1453 * subr.el (add-hook): Robustify to handle closure as well.
1454
1455 2013-09-17 Glenn Morris <rgm@gnu.org>
1456
1457 * simple.el (messages-buffer-mode-map): Unbind "g".
1458
1459 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1460
1461 * help-mode.el (help-mode-finish): Use derived-mode-p.
1462 Remove obsolete highlighting.
1463
1464 * play/life.el (life-mode): Use define-derived-mode. Derive from
1465 special-mode.
1466 (life): Let-bind inhibit-read-only.
1467 (life-setup): Avoid `setq'. Use `life-mode'.
1468
1469 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1470 which should not be needed any more.
1471 (package-menu-refresh, package-menu-describe-package): Use user-error.
1472
1473 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1474 (eshell-post-rewrite-command-hook): Make obsolete.
1475 (eshell-parse-command): Simplify.
1476 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1477 (eshell--cmd): Declare.
1478 (eshell-parse-pipeline): Remove unused var `final-p'.
1479 Pass a dynvar to eshell-post-rewrite-command-hook.
1480 Implement the new eshell-post-rewrite-command-function.
1481 (eshell-invoke-directly): Remove unused arg `input'.
1482 * eshell/esh-io.el (eshell-io-initialize):
1483 Use eshell-post-rewrite-command-function (bug#15399).
1484 (eshell--apply-redirections): Rename from eshell-apply-redirections;
1485 adjust to new calling convention.
1486 (eshell-create-handles): Rename args to avoid clashing with dynvar
1487 `standard-output'.
1488
1489 2013-09-17 Glenn Morris <rgm@gnu.org>
1490
1491 * simple.el (messages-buffer-mode): New major mode.
1492 (messages-buffer): New function.
1493 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1494 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
1495 (ert-run-test): Use `messages-buffer' function.
1496 (ert--force-message-log-buffer-truncation): Ignore read-only.
1497 * help.el (view-echo-area-messages): Use `messages-buffer' function.
1498 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
1499
1500 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1503
1504 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1505
1506 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1507
1508 * icomplete.el (icomplete-in-buffer): New var.
1509 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1510 vars and replace them with functions.
1511 (icomplete-minibuffer-setup): Adjust accordingly.
1512 (icomplete--completion-table, icomplete--completion-predicate)
1513 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1514 New functions.
1515 (icomplete-forward-completions, icomplete-backward-completions)
1516 (icomplete-simple-completing-p, icomplete-exhibit)
1517 (icomplete-completions): Use them.
1518 (icomplete--in-region-buffer): New var.
1519 (icomplete--in-region-setup): New function.
1520 (icomplete-mode): Use it.
1521
1522 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1523 (bug#15379).
1524 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1525 return args and options.
1526 (eshell-eval-using-options): Use the new return value of
1527 eshell--do-opts to set the options's vars in their scope.
1528 (eshell--set-option): Rename from eshell-set-option.
1529 Add arg `opt-vals'.
1530 (eshell--process-option): Rename from eshell-process-option.
1531 Add arg `opt-vals'.
1532 (eshell--process-args): Use an `opt-vals' alist to store the options's
1533 values during their processing and return them additionally to the
1534 remaining args.
1535
1536 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
1537
1538 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1539 continuation character an operator, as far as indentation is
1540 concerned (Bug#15369).
1541
1542 2013-09-15 Martin Rudalics <rudalics@gmx.at>
1543
1544 * window.el (window--state-put-2): Don't process buffer state
1545 when buffer doesn't exist any more (Bug#15382).
1546
1547 2013-09-15 Glenn Morris <rgm@gnu.org>
1548
1549 * eshell/em-unix.el (eshell/rm):
1550 Make -f ignore missing files. (Bug#15373)
1551
1552 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
1553 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1554 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1555
1556 2013-09-14 Glenn Morris <rgm@gnu.org>
1557
1558 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1559
1560 2013-09-13 Glenn Morris <rgm@gnu.org>
1561
1562 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1563 (dired-guess-default): Make `file' available in the env. (Bug#15363)
1564
1565 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1566
1567 * frame.el (x-focus-frame): Mark as declared in frame.c.
1568
1569 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1570
1571 * ls-lisp.el: Use advice-add.
1572 (original-insert-directory): Remove.
1573 (ls-lisp--insert-directory): Rename from insert-directory; add
1574 `orig-fun' argument.
1575 (insert-directory): Advise.
1576
1577 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1578
1579 * term.el (term-emulate-terminal): Decode the command string
1580 before passing it to term-command-hook. (Bug#15337)
1581
1582 2013-09-13 Glenn Morris <rgm@gnu.org>
1583
1584 * eshell/esh-util.el (ange-cache): Move declaration earlier.
1585
1586 * eshell/esh-ext.el (eshell-search-path): Declare.
1587
1588 * eshell/em-prompt.el (eshell/pwd): Autoload it.
1589 Otherwise an error occurs if eshell-dirs module not loaded.
1590
1591 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1592
1593 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1596 `tramp-check-proper-host'. Check for a valid method name.
1597
1598 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1599 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1600 * net/tramp-sh.el (tramp-maybe-open-connection):
1601 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1602
1603 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1604 also for hash values.
1605
1606 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1607
1608 * term/ns-win.el (parameters): Don't declare as dynamic.
1609 (before-make-frame-hook): Don't add ineffective function.
1610
1611 * eshell/*.el: Use lexical-binding (bug#15231).
1612
1613 2013-09-12 Kenichi Handa <handa@gnu.org>
1614
1615 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
1616
1617 2013-09-12 Glenn Morris <rgm@gnu.org>
1618
1619 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
1620 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
1621
1622 * subr.el (do-after-load-evaluation): Also give compiler warnings
1623 when obsolete files are used (except by obsolete files).
1624
1625 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
1626 in the status output, assume `filename' is the first. (Bug#15322)
1627
1628 * vc/vc.el (vc-deduce-fileset): Doc fix.
1629
1630 * calc/calc-help.el (Info-goto-node):
1631 * progmodes/cperl-mode.el (Info-find-node):
1632 * vc/ediff.el (Info-goto-node): Update declarations.
1633
1634 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
1635
1636 * vc/vc-bzr.el (vc-compilation-mode): Declare.
1637 (vc-bzr-pull): Require vc-dispatcher.
1638 * vc/vc-git.el (vc-compilation-mode): Declare.
1639 (vc-git-pull): Require vc-dispatcher.
1640
1641 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
1642
1643 * progmodes/octave.el (help-button-action): Declare.
1644
1645 * shell.el (shell-directory-tracker): Output error as a message
1646 rather than just returning it as a string.
1647 (shell-process-pushd): Remove useless use of message.
1648
1649 * dframe.el (dframe-timer-fn):
1650 * files.el (dir-locals-read-from-file):
1651 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
1652 (mpc-format):
1653 * reveal.el (reveal-post-command):
1654 * saveplace.el (load-save-place-alist-from-file):
1655 * shell.el (shell-resync-dirs):
1656 * w32-common-fns.el (x-get-selection-value):
1657 * emacs-lisp/copyright.el (copyright-find-copyright):
1658 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1659 * emulation/tpu-edt.el (tpu-copy-keyfile):
1660 * play/bubbles.el (bubbles--mark-neighbourhood):
1661 * progmodes/executable.el
1662 (executable-make-buffer-file-executable-if-script-p):
1663 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
1664
1665 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 Cleanup Eshell to rely less on dynamic scoping.
1668 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
1669 last-value, and ext-command here. Bind `args' closer to `body'.
1670 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
1671 (eshell--args): Declare new dynamic var.
1672 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
1673 last-value, and ext-command. Pass `args' to `body'.
1674 (eshell-process-args): Bind eshell--args.
1675 (eshell-set-option): Use eshell--args.
1676 * eshell/eshell.el (eshell): Use derived-mode-p.
1677 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
1678 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
1679 (eshell-glob-function): Declare.
1680 * eshell/esh-util.el: Require cl-lib.
1681 (eshell-read-hosts-file): Avoid add-to-list.
1682 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
1683 `err'.
1684 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
1685 Declare.
1686 (eshell/diff): Remove unused var `err'.
1687 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
1688 `killflag'.
1689 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
1690 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
1691 first use.
1692 * eshell/em-glob.el (eshell-glob-matches, message-shown):
1693 Move declaration before first use.
1694 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
1695 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
1696 rely on cl-return.
1697
1698 2013-09-12 Glenn Morris <rgm@gnu.org>
1699
1700 * term/ns-win.el (global-map): Remove binding for ispell-next,
1701 deleted 1999-05-29. (Bug#15357)
1702
1703 2013-09-11 Glenn Morris <rgm@gnu.org>
1704
1705 * echistory.el (electric-command-history): Remove call to deleted func.
1706
1707 * play/landmark.el (landmark-mode): Fix typos.
1708
1709 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
1710 Check cvs-sort-ignore-file is bound.
1711
1712 * savehist.el: No need for cl when compiling on Emacs.
1713
1714 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1715
1716 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
1717 (bug#15338).
1718 (eshell-self-insert-command, eshell-send-invisible):
1719 Remove unused argument.
1720 (eshell-handle-control-codes): Remove unused var `orig'.
1721 Avoid delete-backward-char.
1722
1723 * files.el (set-auto-mode): Simplify a bit further.
1724
1725 2013-09-11 Glenn Morris <rgm@gnu.org>
1726
1727 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
1728 (set-auto-mode): Don't regexp-quote elements.
1729 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
1730 * progmodes/cc-mode.el (interpreter-mode-alist):
1731 * progmodes/ruby-mode.el (interpreter-mode-alist):
1732 Revert previous change.
1733
1734 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * play/snake.el (snake-mode):
1737 * play/mpuz.el (mpuz-mode):
1738 * play/landmark.el (lm-mode):
1739 * play/blackbox.el (blackbox-mode):
1740 * play/5x5.el (5x5-mode):
1741 * obsolete/options.el (Edit-options-mode):
1742 * net/quickurl.el (quickurl-list-mode):
1743 * net/newst-treeview.el (newsticker-treeview-mode):
1744 * mail/rmailsum.el (rmail-summary-mode):
1745 * mail/mspools.el (mspools-mode):
1746 * locate.el (locate-mode):
1747 * ibuffer.el (ibuffer-mode):
1748 * emulation/ws-mode.el (wordstar-mode):
1749 * emacs-lisp/debug.el (debugger-mode):
1750 * array.el (array-mode):
1751 * net/eudc.el (eudc-mode): Use define-derived-mode.
1752 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
1753 Move initialization into declaration.
1754 (mairix-searches-mode): Use define-derived-mode.
1755 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
1756 (eudc-edit-hotlist): Use dolist.
1757 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
1758 (Man-mode): Use define-derived-mode.
1759 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
1760 (Info-edit-mode): Use define-derived-mode.
1761 (Info-cease-edit): Use Info-mode.
1762 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
1763 into declaration.
1764 (eshell-mode): Use define-derived-mode.
1765 * chistory.el (command-history-mode-map): Rename from
1766 command-history-map.
1767 (command-history-mode): Use define-derived-mode.
1768 (Command-history-setup): Remove function.
1769 * calc/calc.el (calc-trail-mode-map): New var.
1770 (calc-trail-mode): Use define-derived-mode.
1771 (calc-trail-buffer): Set calc-main-buffer manually.
1772 * bookmark.el (bookmark-insert-annotation): New function.
1773 (bookmark-edit-annotation): Use it.
1774 (bookmark-edit-annotation-mode): Make it a proper major mode.
1775 (bookmark-send-edited-annotation): Use derived-mode-p.
1776 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
1777 closer to its ideal place. Use \' to match EOS.
1778
1779 * profiler.el (profiler-calltree-find): Use function-equal.
1780
1781 2013-09-10 Glenn Morris <rgm@gnu.org>
1782
1783 * files.el (interpreter-mode-alist): Convert to regexps.
1784 (set-auto-mode): Adapt for this. (Bug#15306)
1785 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
1786 Comment out unused variable.
1787 * progmodes/cc-mode.el (interpreter-mode-alist):
1788 * progmodes/python.el (interpreter-mode-alist):
1789 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
1790 * progmodes/sh-script.el (sh-set-shell):
1791 No longer use interpreter-mode-alist to get list of shells.
1792
1793 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
1794
1795 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1796
1797 * simple.el: Use set-temporary-overlay-map for universal-argument.
1798 (universal-argument-map): Don't use default-bindings (bug#15317).
1799 Bind switch-frame explicitly. Replace universal-argument-minus with
1800 a conditional binding.
1801 (universal-argument-num-events, saved-overriding-map): Remove.
1802 (restore-overriding-map): Remove.
1803 (universal-argument--mode): Rename from save&set-overriding-map,
1804 and rewrite.
1805 (universal-argument, universal-argument-more, negative-argument)
1806 (digit-argument): Adjust accordingly.
1807 (universal-argument-minus): Remove.
1808 (universal-argument-other-key): Remove.
1809
1810 * subr.el (with-demoted-errors): Add `format' argument.
1811
1812 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
1813
1814 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
1815 `tramp-cleanup-connection'.
1816
1817 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
1818 parameters KEEP-DEBUG and KEEP-PASSWORD.
1819
1820 * net/tramp.el (tramp-file-name-handler):
1821 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1822 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1823 (tramp-maybe-open-connection):
1824 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1825 Use `tramp-cleanup-connection'.
1826
1827 * net/tramp-sh.el (tramp-maybe-open-connection):
1828 Catch 'uname-changed inside the progress reporter.
1829
1830 2013-09-10 Glenn Morris <rgm@gnu.org>
1831
1832 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
1833
1834 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
1835 returns "alternate access method" in mode (eg "-rw-r--r--.").
1836
1837 2013-09-08 Glenn Morris <rgm@gnu.org>
1838
1839 * saveplace.el (load-save-place-alist-from-file):
1840 Demote errors. (Bug#15305)
1841
1842 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
1843
1844 Improve compatibility with older Emacsen, and XEmacs.
1845
1846 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1847 only if it is bound. It isn't for XEmacs.
1848 (with-tramp-progress-reporter): Do not let-bind `result'.
1849 This yields to scoping errors in XEmacs.
1850 (tramp-handle-make-auto-save-file-name): New function, moved from
1851 tramp-sh.el.
1852
1853 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1854 for `make-auto-save-file-name'.
1855 (tramp-adb--gnu-switches-to-ash):
1856 Use `tramp-compat-replace-regexp-in-string'.
1857
1858 * net/tramp-cache.el (tramp-cache-print): Call
1859 `substring-no-properties' only if it is bound. It isn't for XEmacs.
1860
1861 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1862 bound. It isn't for XEmacs.
1863
1864 * net/tramp-compat.el (tramp-compat-copy-file):
1865 Catch `wrong-number-of-arguments' error.
1866 (tramp-compat-replace-regexp-in-string): New defun.
1867
1868 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1869 for `make-auto-save-file-name'.
1870 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1871 `copy-file'.
1872 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1873 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1874 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1875
1876 * net/tramp-gw.el (tramp-gw-open-network-stream):
1877 Use `tramp-compat-replace-regexp-in-string'.
1878
1879 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1880 Call `tramp-handle-make-auto-save-file-name'.
1881 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1882 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1883 (tramp-sh-file-inotifywait-process-filter):
1884 Use `tramp-compat-replace-regexp-in-string'.
1885 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1886
1887 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
1888 for `make-auto-save-file-name'.
1889 (tramp-smb-handle-copy-directory):
1890 Call `tramp-compat-replace-regexp-in-string'.
1891 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
1892 (tramp-smb-handle-copy-file): Improve error message.
1893 (tramp-smb-handle-rename-file): Rename directly only in case
1894 `newname' does not exist yet. This is a restriction of smbclient.
1895 (tramp-smb-maybe-open-connection): Rerun the function only when
1896 `auth-sources' is non-nil.
1897
1898 2013-09-08 Kenichi Handa <handa@gnu.org>
1899
1900 * international/characters.el: Set category "^" (Combining) for
1901 more characters.
1902
1903 2013-09-07 Alan Mackenzie <acm@muc.de>
1904
1905 Correctly fontify Java class constructors.
1906 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
1907 in Java Mode.
1908 (c-recognize-typeless-decls): Set the Java value to t.
1909 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1910 While handling a "(", add a check for, effectively, Java, and handle a
1911 "typeless" declaration there.
1912
1913 2013-09-07 Roland Winkler <winkler@gnu.org>
1914
1915 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
1916 field subtitle for entry type book.
1917
1918 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1919
1920 * minibuffer.el: Make minibuffer-complete call completion-in-region
1921 rather than other way around.
1922 (completion--some, completion-pcm--find-all-completions):
1923 Don't delay signals when debugging.
1924 (minibuffer-completion-contents): Beware fields within the
1925 minibuffer contents.
1926 (completion-all-sorted-completions): Use defvar-local.
1927 (completion--do-completion, completion--cache-all-sorted-completions)
1928 (completion-all-sorted-completions, minibuffer-force-complete):
1929 Add args `beg' and `end'.
1930 (completion--in-region-1): New fun, extracted from minibuffer-complete.
1931 (minibuffer-complete): Use completion-in-region.
1932 (completion-complete-and-exit): New fun, extracted from
1933 minibuffer-complete-and-exit.
1934 (minibuffer-complete-and-exit): Use it.
1935 (completion--complete-and-exit): Rename from
1936 minibuffer--complete-and-exit.
1937 (completion-in-region--single-word): New function, extracted from
1938 minibuffer-complete-word.
1939 (minibuffer-complete-word): Use it.
1940 (display-completion-list): Make `common-substring' argument obsolete.
1941 (completion--in-region): Call completion--in-region-1 instead of
1942 minibuffer-complete.
1943 (completion-help-at-point): Pass boundaries to
1944 minibuffer-completion-help as args rather than via an overlay.
1945 (completion-pcm--string->pattern): Use `any-delim'.
1946 (completion-pcm--optimize-pattern): New function.
1947 (completion-pcm--pattern->regex): Handle `any-delim'.
1948 * icomplete.el (icomplete-forward-completions)
1949 (icomplete-backward-completions, icomplete-completions):
1950 Adjust calls to completion-all-sorted-completions and
1951 completion--cache-all-sorted-completions.
1952 (icomplete-with-completion-tables): Default to t.
1953 * emacs-lisp/crm.el (crm--current-element): Rename from
1954 crm--select-current-element. Don't put an overlay but return the
1955 boundaries instead.
1956 (crm--completion-command): Take two new args to bind to the boundaries.
1957 (crm-completion-help): Adjust accordingly.
1958 (crm-complete): Use completion-in-region.
1959 (crm-complete-word): Use completion-in-region--single-word.
1960 (crm-complete-and-exit): Use completion-complete-and-exit.
1961
1962 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1963
1964 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1965 than dynamically.
1966
1967 2013-09-06 Juri Linkov <juri@jurta.org>
1968
1969 * info.el (Info-display-images-node): When image file doesn't exist
1970 display text version of the image if it's provided in the Info file.
1971 Otherwise, display the location of missing image from SRC attribute.
1972 Add help-echo text property from ALT attribute. (Bug#15279)
1973
1974 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1977 (edit-abbrevs-mode): Use define-derived-mode.
1978
1979 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1980 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1981 that it's defined.
1982 (epa-key-list-mode, epa-key-mode, epa-info-mode):
1983 Use define-derived-mode.
1984
1985 * epg.el (epg-start-encrypt): Minor CSE simplification.
1986
1987 2013-09-06 William Xu <william.xwl@gmail.com>
1988
1989 * arc-mode.el: Add support for 7za (bug#15264).
1990 (archive-7z-program): New var.
1991 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1992 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1993 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1994
1995 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1996
1997 Remove URL syntax.
1998
1999 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2000 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2001 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2002 (tramp-postfix-host-format, tramp-file-name-regexp)
2003 (tramp-completion-file-name-regexp)
2004 (tramp-completion-dissect-file-name)
2005 (tramp-handle-substitute-in-file-name): Remove 'url case.
2006 (tramp-file-name-regexp-url)
2007 (tramp-completion-file-name-regexp-url): Remove constants.
2008
2009 2013-09-06 Glenn Morris <rgm@gnu.org>
2010
2011 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2012
2013 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2014
2015 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2016 keywords" below "here-doc beginnings" (Bug#15270).
2017
2018 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2019
2020 * subr.el (pop): Use `car-safe'.
2021 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2022 to detect unused `pop' return value.
2023
2024 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2025 var `block-regexp'.
2026 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2027 (python-fill-string): Remove unused var `marker'.
2028 (python-skeleton-add-menu-items): Remove unused var `items'.
2029
2030 * international/mule-cmds.el: Require CL.
2031 (find-coding-systems-for-charsets): Avoid add-to-list.
2032 (sanitize-coding-system-list): New function, extracted from
2033 select-safe-coding-system-interactively.
2034 (select-safe-coding-system-interactively): Use it.
2035 (read-input-method-name): Accept symbols for `default'.
2036
2037 * emacs-lisp/advice.el (defadvice): Add indent rule.
2038
2039 2013-09-05 Daniel Hackney <dan@haxney.org>
2040
2041 * dired-x.el:
2042 * net/ange-ftp.el:
2043 * net/browse-url.el:
2044 * net/dbus.el:
2045 * net/eudc.el:
2046 * net/eudcb-ldap.el:
2047 * net/eww.el:
2048 * net/imap.el:
2049 * printing.el:
2050 * vc/ediff-diff.el:
2051 * vc/ediff-init.el:
2052 * vc/ediff-merg.el:
2053 * vc/ediff-mult.el:
2054 * vc/ediff-util.el:
2055 * vc/ediff-wind.el:
2056 * vc/ediff.el:
2057 * vc/emerge.el:
2058 * vc/pcvs.el:
2059 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2060 byte compiler. Remove some unused let-bound variables.
2061
2062 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2065 a "ref-cell", since it gets better optimized (bug#14883).
2066
2067 2013-09-05 Glenn Morris <rgm@gnu.org>
2068
2069 * progmodes/cc-awk.el (c-forward-sws): Declare.
2070
2071 2013-09-04 Glenn Morris <rgm@gnu.org>
2072
2073 * generic-x.el [rul-generic-mode]: Require cc-mode.
2074 (c++-mode-syntax-table): Declare.
2075 (rul-generic-mode-syntax-table): Init in the defvar.
2076
2077 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2080 (vc-do-command, vc-set-async-update):
2081 * vc/vc-mtn.el (vc-mtn-dir-status):
2082 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2083 (vc-hg-pull, vc-hg-merge-branch):
2084 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2085 (vc-git-merge-branch):
2086 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2087 (vc-cvs-dir-status-files):
2088 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2089 (vc-bzr-dir-status-files):
2090 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2091 * vc/vc-annotate.el: Use lexical-binding.
2092 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2093 (vc-sentinel-movepoint): Declare.
2094 (vc-annotate): Don't use `goto-line'.
2095 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2096 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2097 (vc-sentinel-movepoint): Declare.
2098 * vc/vc-svn.el: Use lexical-binding.
2099 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2100 * vc/vc-sccs.el:
2101 * vc/vc-rcs.el: Use lexical-binding.
2102
2103 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2104 `deleted'. Don't drop errors silently.
2105
2106 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2107
2108 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2109
2110 * vc/vc.el (vc-ignore): Rewrite.
2111 (vc-default-ignore): New function.
2112 (vc-default-ignore-completion-table): Use find-ignore-file.
2113
2114 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2115 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2116 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2117 Remove. Most code moved to vc.el.
2118
2119 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2120
2121 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
2122 * net/tramp-smb.el (tramp-smb-get-file-entries):
2123 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2124 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2125
2126 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2127 Update call to it.
2128 (eww-change-select): Remove unused var `properties'.
2129 (eww-make-unique-file-name): Remove unused var `base'.
2130
2131 * finder.el (finder-compile-keywords): Don't mess with windows.
2132
2133 * calculator.el (calculator-funcall): Fix typo in last change.
2134
2135 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2136
2137 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2138 <pkg>-autoloads.el file stop us.
2139
2140 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
2141 warnings, and factor out common code.
2142
2143 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2144
2145 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2146 two-character operators and whether the character preceding them
2147 changes their meaning (Bug#15208).
2148
2149 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2150
2151 Format code sent to Python shell for robustness.
2152 * progmodes/python.el (python-shell-buffer-substring):
2153 New function.
2154 (python-shell-send-region, python-shell-send-buffer): Use it.
2155
2156 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
2157
2158 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2159 * net/tramp.el (tramp-user-error): ... here.
2160 (tramp-find-method, tramp-check-proper-host)
2161 (tramp-dissect-file-name, tramp-debug-message)
2162 (tramp-handle-shell-command):
2163 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2164 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2165
2166 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2167
2168 2013-09-02 Martin Rudalics <rudalics@gmx.at>
2169
2170 * avoid.el (mouse-avoidance-point-position)
2171 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2172 returns nil.
2173
2174 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2175
2176 * progmodes/python.el (python-shell-completion-get-completions):
2177 Drop use of deleted `comint-last-prompt-overlay'.
2178 (python-nav-if-name-main): New command.
2179
2180 2013-09-01 Glenn Morris <rgm@gnu.org>
2181
2182 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2183 Avoid leading space in $wins. Otherwise the sed command used by
2184 eg compile-main ends up containing "/*.el". (Bug#15170)
2185
2186 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
2187
2188 2013-08-30 Glenn Morris <rgm@gnu.org>
2189
2190 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2191 Fix is-this-a-directory logic. (Bug#15220)
2192
2193 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * textmodes/css-mode.el: Use SMIE.
2196 (css-smie-grammar): New var.
2197 (css-smie--forward-token, css-smie--backward-token)
2198 (css-smie-rules): New functions.
2199 (css-mode): Use them.
2200 (css-navigation-syntax-table): Remove var.
2201 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2202 (css-indent-calculate, css-indent-line): Remove functions.
2203
2204 Misc changes to reduce use of `(lambda...); and other cleanups.
2205 * cus-edit.el: Use lexical-binding.
2206 (customize-push-and-save, customize-apropos)
2207 (custom-buffer-create-internal): Use closures.
2208 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2209 * progmodes/ada-xref.el: Use setq.
2210 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2211 * dframe.el: Use lexical-binding.
2212 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
2213 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2214 * descr-text.el: Use lexical-binding.
2215 (describe-text-widget, describe-text-sexp, describe-property-list):
2216 Use closures.
2217 * comint.el (comint-history-isearch-push-state): Use a closure.
2218 * calculator.el: Use lexical-binding.
2219 (calculator-number-to-string): Make it work with lexical-binding.
2220 (calculator-funcall): Same and use cl-letf.
2221
2222 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2223 (lisp--company-doc-string, lisp--company-location): New functions.
2224 (lisp-completion-at-point): Use them to improve Company support.
2225
2226 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2227 params of lambda expressions.
2228 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2229 (ruby-smie--opening-pipe-p): New function.
2230 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2231 symbols and matched |...| for formal params.
2232 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2233 from being treated as hanging. Handle "rescue".
2234
2235 2013-08-29 Glenn Morris <rgm@gnu.org>
2236
2237 * progmodes/cc-engine.el (c-pull-open-brace):
2238 Move definition before use.
2239
2240 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2243 are immutable. Don't use `unsafe' any more.
2244 (cl--defsubst-expand): Don't substitute at the same time as keeping
2245 a residual unused let-binding. Don't use `unsafe' any more.
2246
2247 2013-08-29 Glenn Morris <rgm@gnu.org>
2248
2249 * calendar/cal-china.el (calendar-chinese-year-cache):
2250 Recenter on 2015.
2251
2252 * nxml/nxml-util.el (nxml-debug-clear-inside):
2253 Use cl-loop rather than loop.
2254
2255 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2256
2257 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2258
2259 2013-08-28 Glenn Morris <rgm@gnu.org>
2260
2261 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2262
2263 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2264
2265 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2266
2267 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * simple.el (repeat-complex-command--called-interactively-skip):
2270 New function.
2271 (repeat-complex-command): Use it (bug#14136).
2272
2273 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2274 (c-define-abbrev-table): Add `doc' argument.
2275 (c-mode-abbrev-table, c++-mode-abbrev-table)
2276 (objc-mode-abbrev-table, java-mode-abbrev-table)
2277 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2278 (awk-mode-abbrev-table): Use it.
2279 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2280 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2281 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2282 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2283 Move initialization into the declaration; and remove any
2284 autoload cookie.
2285
2286 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2287 and dynamic let binding.
2288
2289 * vc/smerge-mode.el: Remove redundant :group args.
2290
2291 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2292 to load-path.
2293
2294 2013-08-28 Juri Linkov <juri@jurta.org>
2295
2296 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2297 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2298 (isearch-other-meta-char): Handle an undefined shifted printing
2299 character by downshifting it. (Bug#15200)
2300
2301 2013-08-28 Juri Linkov <juri@jurta.org>
2302
2303 * isearch.el (isearch-search): Change regexp error message for
2304 non-regexp searches. (Bug#15166)
2305
2306 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2307
2308 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2309 for portability to hosts where /bin/sh has problems.
2310
2311 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2314
2315 2013-08-27 Juri Linkov <juri@jurta.org>
2316
2317 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2318 in the keyboard macro. (Bug#15126)
2319
2320 2013-08-27 Juri Linkov <juri@jurta.org>
2321
2322 * isearch.el (isearch-quote-char): Comment out converting unibyte
2323 to multibyte, thus syncing with its `quoted-insert' counterpart.
2324 (Bug#15166)
2325
2326 2013-08-27 Martin Rudalics <rudalics@gmx.at>
2327
2328 * window.el (display-buffer-use-some-window): Add missing
2329 argument in call of get-largest-window (Bug#15185).
2330 Reported by Stephen Leake.
2331
2332 2013-08-27 Glenn Morris <rgm@gnu.org>
2333
2334 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2335
2336 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * progmodes/python.el (python-font-lock-keywords): Don't return nil
2339 from a matcher-function unless there's no more matches (bug#15161).
2340
2341 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2342
2343 * minibuffer.el: Revert change from 2013-08-20.
2344
2345 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2346 with text property `tramp-default', if appropriate.
2347 (tramp-check-proper-host): New defun.
2348 (tramp-dissect-file-name): Do not check hostname. Revert change
2349 of 2013-03-18.
2350 (tramp-backtrace): Make VEC-OR-PROC optional.
2351
2352 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2353 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2354 * net/tramp-sh.el (tramp-maybe-open-connection):
2355 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2356 Apply `tramp-check-proper-host'.
2357
2358 2013-08-26 Tassilo Horn <tsdh@gnu.org>
2359
2360 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2361 lambda expression in order to have `describe-variable' display it.
2362
2363 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2366 BUF can be optional. (Bug#15186)
2367
2368 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
2369
2370 * progmodes/flymake.el (flymake-get-real-file-name-function):
2371 Fix broken customization. (Bug#15184)
2372
2373 2013-08-25 Alan Mackenzie <acm@muc.de>
2374
2375 Improve indentation of bracelists defined by macros (without "=").
2376
2377 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2378 expansion begins with "{", regard it as bracelist when it doesn't
2379 contain a ";".
2380
2381 Parse C++ inher-intro when there's a template split over 2 lines.
2382
2383 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2384 rigorously the search for "class" etc. followed by ":".
2385
2386 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2387 random languages a regexp which never matches rather than nil.
2388
2389 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2390
2391 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2392 (c-awk-regexp-one-line-possibly-open-char-list-re)
2393 (c-awk-one-line-possibly-open-regexp-re)
2394 (c-awk-one-line-non-syn-ws*-re): Remove.
2395 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2396 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2397 (c-awk-space*-unclosed-regexp-/-re): New constants.
2398 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2399 aren't regexp delimiters.
2400
2401 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2402 handling for a rare situation in AWK Mode involving unterminated
2403 strings/regexps.
2404
2405 2013-08-23 Glenn Morris <rgm@gnu.org>
2406
2407 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2408
2409 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2410
2411 * files.el (create-file-buffer): If the result would begin with
2412 spaces, prepend a "|" instead of removing them. (Bug#15162)
2413
2414 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2415
2416 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2417 text-properties (bug#15155).
2418
2419 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2420 exist any more.
2421 (calc-keypad-redraw): Remove unused var `pad'.
2422 (calc-keypad-press): Remove unused var `menu'.
2423
2424 2013-08-23 Martin Rudalics <rudalics@gmx.at>
2425
2426 * window.el (display-buffer-pop-up-frame):
2427 Call pop-up-frame-function with BUFFER current so `make-frame' will
2428 use it as the new frame's buffer (Bug#15133).
2429
2430 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2431
2432 * calendar/timeclock.el: Minor cleanups.
2433 (timeclock-ask-before-exiting, timeclock-use-display-time):
2434 Use `symbol'.
2435 (timeclock-modeline-display): Define as alias before the
2436 actual definition.
2437 (timeclock-mode-line-display): Use define-minor-mode.
2438 (timeclock-day-list-template): Make it a function, add an argument.
2439 (timeclock-day-list-required, timeclock-day-list-length)
2440 (timeclock-day-list-debt, timeclock-day-list-span)
2441 (timeclock-day-list-break): Adjust calls accordingly.
2442
2443 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2446 Use read--expression so that completion works again.
2447
2448 2013-08-21 Sam Steingold <sds@gnu.org>
2449
2450 Add rudimentary inferior shell interaction
2451 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2452 (sh-set-shell): Reset it.
2453 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2454 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
2455
2456 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2457
2458 * align.el: Use lexical-binding.
2459 (align-region): Simplify accordingly.
2460
2461 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
2462
2463 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2464
2465 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2466 `non-essential' up.
2467
2468 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
2469
2470 * net/tramp.el:
2471 * net/tramp-adb.el:
2472 * net/tramp-cmds.el:
2473 * net/tramp-ftp.el:
2474 * net/tramp-gvfs.el:
2475 * net/tramp-gw.el:
2476 * net/tramp-sh.el: Don't wrap external variable declarations by
2477 `eval-when-compile'.
2478
2479 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2480
2481 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2482 now that Emacs supports ImageMagick animations.
2483
2484 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
2485
2486 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2487 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2488
2489 2013-08-16 Martin Rudalics <rudalics@gmx.at>
2490
2491 * window.el (mouse-autoselect-window-select): Do autoselect when
2492 mouse pointer is on margin.
2493
2494 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
2495
2496 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
2497
2498 2013-08-16 Glenn Morris <rgm@gnu.org>
2499
2500 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2501 Handle "Remote Directory" response of some clients. (Bug#15058)
2502
2503 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2504 Tweak warning. (Bug#14926)
2505
2506 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2507 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
2508
2509 * image-mode.el (image-mode-map): Add menu items to reverse,
2510 increase, decrease, reset animation speed.
2511 (image--set-speed, image-increase-speed, image-decrease-speed)
2512 (image-reverse-speed, image-reset-speed): New functions.
2513 (image-mode-map): Add bindings for speed commands.
2514
2515 * image.el (image-animate-get-speed, image-animate-set-speed):
2516 New functions.
2517 (image-animate-timeout): Respect image :speed property.
2518
2519 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2520
2521 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2522 previous line (bug#15101).
2523 (debugger-eval-expression, debugger-record-expression):
2524 Use read--expression (bug#15102).
2525
2526 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
2527
2528 Remove byte compiler warnings, visible when compiling with
2529 `byte-compile-force-lexical-warnings' set to t.
2530
2531 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2532 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2533 (tramp-handle-unhandled-file-name-directory)
2534 (tramp-handle-file-notify-add-watch, tramp-action-login)
2535 (tramp-action-succeed, tramp-action-permission-denied)
2536 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2537 arguments with "_".
2538
2539 * net/tramp-adb.el (tramp-adb-parse-device-names)
2540 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2541 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2542 (tramp-adb-handle-file-truename): Remove unused arguments.
2543
2544 * net/tramp-cache.el (tramp-flush-directory-property)
2545 (tramp-flush-connection-property, tramp-list-connections)
2546 (tramp-parse-connection-properties): Prefix unused arguments with "_".
2547
2548 * net/tramp-compat.el (tramp-compat-make-temp-file):
2549 Rename FILENAME to F.
2550
2551 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2552 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2553 (tramp-zeroconf-parse-workstation-device-names)
2554 (tramp-zeroconf-parse-webdav-device-names)
2555 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2556
2557 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2558 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2559
2560 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2561 arguments.
2562 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2563 (tramp-sh-handle-insert-file-contents-literally)
2564 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2565 with "_".
2566 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2567 Remove unused variables.
2568
2569 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2570 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2571 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2572
2573 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2574 Make them a defconst.
2575 (tramp-uuencode-region): Remove unused variable.
2576
2577 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
2578
2579 * frameset.el (frameset--prop-setter): New function.
2580 (frameset-prop): Add gv-setter declaration.
2581 (frameset-filter-minibuffer): Deal with the case that the minibuffer
2582 parameter was already set in FILTERED. Doc fix.
2583 (frameset--record-minibuffer-relationships): Allow saving a
2584 minibufferless frame without its corresponding minibuffer frame.
2585 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2586 frame, if the frame id matches.
2587 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2588 frames before orphaned ones.
2589 (frameset-restore): Warn about orphaned windows, instead of error out.
2590
2591 2013-08-14 Martin Rudalics <rudalics@gmx.at>
2592
2593 * window.el (window-make-atom): Don't overwrite parameter
2594 already present.
2595 (display-buffer-in-atom-window): Handle special case where we
2596 split an already atomic window.
2597 (window--major-non-side-window, display-buffer-in-side-window)
2598 (window--side-check): Ignore minibuffer window when walking
2599 window tree.
2600 (window-deletable-p): Return 'frame only if no other frame uses
2601 our minibuffer window.
2602 (record-window-buffer): Run buffer-list-update-hook.
2603 (split-window): Make sure window--check-frame won't destroy an
2604 existing atomic window in case the new window gets nested
2605 inside.
2606 (display-buffer-at-bottom): Ignore minibuffer window when
2607 walking window tree. Don't split a side window.
2608 (pop-to-buffer): Don't set-buffer here, the select-window call
2609 should do that.
2610 (mouse-autoselect-window-select): Autoselect only if we are in the
2611 text portion of the window.
2612
2613 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2614
2615 * net/shr.el (shr-parse-image-data): New function to grab both the
2616 data itself and the Content-Type.
2617 (shr-put-image): Use it.
2618
2619 * net/eww.el (eww-display-image): Ditto.
2620
2621 * image.el (image-content-type-suffixes): New variable.
2622
2623 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2624
2625 * progmodes/python.el (python-imenu--build-tree)
2626 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
2627
2628 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
2629
2630 * simple.el (backward-word): Mention the optional argument.
2631
2632 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * frameset.el (frameset--make): Rename constructor from make-frameset.
2635 (frameset-p, frameset-valid-p): Don't autoload.
2636 (frameset-valid-p): Use normal accessors.
2637
2638 2013-08-13 Glenn Morris <rgm@gnu.org>
2639
2640 * progmodes/compile.el (compile-command): Tweak example in doc.
2641 * obsolete/scribe.el (scribe-mode):
2642 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
2643
2644 * mail/feedmail.el (feedmail-confirm-outgoing)
2645 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
2646
2647 * cus-start.el (truncate-partial-width-windows): Fix type.
2648
2649 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
2650
2651 * net/shr.el (shr-table-horizontal-line): Fix custom type.
2652
2653 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * emacs-lisp/timer.el (timer--time-setter): New function.
2656 (timer--time): Use it as gv-setter.
2657
2658 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
2659 setter is not a symbol.
2660
2661 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
2662
2663 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
2664 if sending fails. This makes debugging easier.
2665
2666 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
2669 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
2670 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
2671
2672 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2673
2674 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
2675
2676 2013-08-12 Glenn Morris <rgm@gnu.org>
2677
2678 * format.el (format-annotate-function):
2679 Handle read-only text properties in the source. (Bug#14887)
2680
2681 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2682
2683 * net/eww.el (eww-display-html): Ignore coding system errors.
2684 One web site uses "utf-8lias" as the coding system.
2685
2686 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
2687
2688 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
2689
2690 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
2691
2692 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
2693 (tutorial--detailed-help): Remove unused local variables.
2694 (tutorial--save-tutorial-to): Use ignore-errors.
2695 (help-with-tutorial): Use looking-at-p.
2696
2697 * view.el (view-buffer-other-window, view-buffer-other-frame):
2698 Mark unused arguments.
2699
2700 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
2701 (woman-select-symbol-fonts, woman, woman-find-file)
2702 (woman-insert-file-contents, woman-non-underline-faces):
2703 Use string-match-p.
2704 (woman1-unquote): Move declaration.
2705
2706 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
2707 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
2708 argument. Remove unused local variable.
2709 (xml-parse-elem-type): Use string-match-p.
2710 (xml-substitute-numeric-entities): Use ignore-errors.
2711
2712 * calculator.el (calculator): Mark unused argument.
2713 (calculator-paste, calculator-quit, calculator-integer-p):
2714 Use ignore-errors.
2715 (calculator-string-to-number, calculator-decimal, calculator-exp)
2716 (calculator-op-or-exp): Use string-match-p.
2717
2718 * dired.el (dired-buffer-more-recently-used-p): Declare.
2719 (dired-insert-set-properties, dired-insert-old-subdirs):
2720 Use ignore-errors.
2721
2722 * dired-aux.el (dired-compress): Use ignore-errors.
2723 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
2724 (dired-do-async-shell-command, dired-do-shell-command)
2725 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
2726 (dired-insert-subdir-validate): Use string-match-p.
2727 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
2728 (dired-add-entry): Use string-match-p, looking-at-p.
2729 (dired-insert-subdir-newpos): Remove unused local variable.
2730
2731 * filenotify.el (file-notify-callback): Remove unused local variable.
2732
2733 * filesets.el (filesets-error): Mark unused argument.
2734 (filesets-which-command-p, filesets-filter-dir-names)
2735 (filesets-directory-files, filesets-get-external-viewer)
2736 (filesets-ingroup-get-data): Use string-match-p.
2737
2738 * find-file.el (ff-other-file-name, ff-other-file-name)
2739 (ff-find-the-other-file, ff-cc-hh-converter):
2740 Remove unused local variables.
2741 (ff-get-file-name): Use string-match-p.
2742 (ff-all-dirs-under): Use ignore-errors.
2743
2744 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
2745 (follow-select-if-visible): Remove unused local variable.
2746
2747 * forms.el (read-file-filter): Move declaration.
2748 (forms--make-format, forms--make-parser, forms-insert-record):
2749 Quote function with #'.
2750 (forms--update): Use string-match-p. Quote function with #'.
2751
2752 * help-mode.el (help-dir-local-var-def): Mark unused argument.
2753 (help-make-xrefs): Use looking-at-p.
2754 (help-xref-on-pp): Use looking-at-p, ignore-errors.
2755
2756 * ibuffer.el (ibuffer-ext-visible-p): Declare.
2757 (ibuffer-confirm-operation-on): Use string-match-p.
2758
2759 * msb.el (msb-item-handler, msb-dired-item-handler):
2760 Mark unused arguments.
2761
2762 * ses.el (ses-decode-cell-symbol)
2763 (ses-kill-override): Remove unused local variable.
2764 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
2765 (ses-load): Use ignore-errors, looking-at-p.
2766 (ses-jump-safe): Use ignore-errors.
2767 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
2768
2769 * tabify.el (untabify, tabify): Mark unused arguments.
2770
2771 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
2772 Mark unused argument.
2773 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
2774 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
2775
2776 * emacs-lisp/timer.el (timer--time): Define setter with
2777 gv-define-setter to avoid deprecation warning.
2778
2779 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
2780 (*record-cmpl-statistics-p*): Remove (was commented out).
2781 (cmpl-statistics-block): Remove (body was commented out).
2782 All callers changed.
2783 (add-completions-from-buffer, load-completions-from-file):
2784 Remove unused variables.
2785
2786 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2787
2788 * filecache.el (file-cache-delete-file-list):
2789 Print message only when told so.
2790 (file-cache-files-matching): Use #' in mapconcat argument.
2791
2792 * ffap.el (ffap-url-at-point): Fix reference to variable
2793 thing-at-point-default-mail-uri-scheme.
2794
2795 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * subr.el (define-error): New function.
2798 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
2799 error-file-not-found and define with define-error.
2800 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
2801 and define with define-error.
2802 * userlock.el (file-locked, file-supersession):
2803 * simple.el (mark-inactive):
2804 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
2805 * progmodes/ada-mode.el (ada-mode-errors):
2806 * play/life.el (life-extinct):
2807 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
2808 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
2809 * nxml/rng-util.el (rng-error):
2810 * nxml/rng-uri.el (rng-uri-error):
2811 * nxml/rng-match.el (rng-compile-error):
2812 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
2813 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
2814 * nxml/nxml-rap.el (nxml-scan-error):
2815 * nxml/nxml-outln.el (nxml-outline-error):
2816 * net/soap-client.el (soap-error):
2817 * net/gnutls.el (gnutls-error):
2818 * net/ange-ftp.el (ftp-error):
2819 * mpc.el (mpc-proc-error):
2820 * json.el (json-error, json-readtable-error, json-unknown-keyword)
2821 (json-number-format, json-string-escape, json-string-format)
2822 (json-key-format, json-object-format):
2823 * jka-compr.el (compression-error):
2824 * international/quail.el (quail-error):
2825 * international/kkc.el (kkc-error):
2826 * emacs-lisp/ert.el (ert-test-failed):
2827 * calc/calc.el (calc-error, inexact-result, math-overflow)
2828 (math-underflow):
2829 * bookmark.el (bookmark-error-no-filename):
2830 * epg.el (epg-error): Define with define-error.
2831
2832 * time.el (display-time-event-handler)
2833 (display-time-next-load-average): Don't call sit-for since it seems
2834 unnecessary (bug#15045).
2835
2836 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
2837 Use #' instead of ' to quote functions.
2838 (checkdoc-output-mode): Use setq-local.
2839 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
2840 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2841 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2842 (checkdoc-ispell, checkdoc-ispell-current-buffer)
2843 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2844 (checkdoc-ispell-message-text, checkdoc-ispell-start)
2845 (checkdoc-ispell-continue, checkdoc-ispell-comments)
2846 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2847
2848 * ido.el (ido-completion-help): Fix up compiler warning.
2849
2850 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2851
2852 * frameset.el (frameset-p): Add autoload cookie.
2853 (frameset--jump-to-register): New function, based on code moved from
2854 register.el.
2855 (frameset-to-register): Move from register.el. Adapt to `registerv'.
2856
2857 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2858 (frameset-restore, frameset-save, frameset-session-filter-alist):
2859 Remove declarations.
2860 (register-alist): Doc fix.
2861 (frameset-to-register): Move to frameset.el.
2862 (jump-to-register, describe-register-1): Remove frameset-specific code.
2863
2864 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2865
2866 * allout-widgets.el (allout-widgets-pre-command-business)
2867 (allout-widgets-post-command-business)
2868 (allout-widgets-after-change-handler)
2869 (allout-decorate-item-and-context, allout-set-boundary-marker)
2870 (allout-body-modification-handler)
2871 (allout-graphics-modification-handler): Mark ignored arguments.
2872 (allout-widgets-post-command-business)
2873 (allout-widgets-exposure-change-processor)
2874 (allout-widgets-exposure-undo-processor)
2875 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2876 (allout-parse-item-at-point, allout-decorate-item-guides)
2877 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2878 * allout.el (epa-passphrase-callback-function): Declare.
2879 (allout-overlay-insert-in-front-handler)
2880 (allout-overlay-interior-modification-handler)
2881 (allout-isearch-end-handler, allout-chart-siblings)
2882 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2883 (allout-yank-processing, allout-process-exposed)
2884 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
2885 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
2886 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
2887 (lisp-indent-defform): Mark ignored arguments.
2888 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
2889 (calculate-lisp-indent): Remove unused variables.
2890 * international/characters.el (indian-2-column, arabic-2-column)
2891 (tibetan): Mark ignored arguments.
2892 (use-cjk-char-width-table): Mark ignored arguments.
2893 Remove unused variables.
2894 * international/fontset.el (build-default-fontset-data)
2895 (x-compose-font-name, create-fontset-from-fontset-spec):
2896 Mark ignored arguments.
2897 (fontset-plain-name): Remove unused variables.
2898 * international/mule.el (charset-id, charset-bytes, generic-char-p)
2899 (keyboard-coding-system): Mark ignored arguments.
2900 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
2901 * help.el (resize-temp-buffer-window):
2902 * window.el (display-buffer-in-major-side-window)
2903 (display-buffer-in-side-window, display-buffer-in-previous-window):
2904 Remove unused variables.
2905 * isearch.el (isearch-forward-symbol):
2906 * version.el (emacs-bzr-version-bzr):
2907 * international/mule-cmds.el (current-language-environment):
2908 * term/common-win.el (x-handle-iconic, x-handle-geometry)
2909 (x-handle-display):
2910 * term/pc-win.el (x-list-fonts, x-display-planes)
2911 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
2912 (x-server-version, x-display-screens, x-display-mm-height)
2913 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
2914 (x-selection-owner-p, x-own-selection-internal)
2915 (x-disown-selection-internal, x-get-selection-internal)
2916 (msdos-initialize-window-system):
2917 * term/tty-colors.el (tty-color-alist, tty-color-clear):
2918 * term/x-win.el (x-handle-no-bitmap-icon):
2919 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
2920 (vc-default-find-file-hook, vc-default-extra-menu):
2921 Mark ignored arguments.
2922
2923 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
2926 break-condition in the context of the debugged code (bug#12685).
2927
2928 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
2929
2930 * comint.el:
2931 Do not use an overlay to highlight the last prompt. (Bug#14744)
2932 (comint-mode): Make comint-last-prompt buffer local.
2933 (comint-last-prompt): New variable.
2934 (comint-last-prompt-overlay): Remove. Superseded by
2935 comint-last-prompt.
2936 (comint-snapshot-last-prompt, comint-output-filter):
2937 Use comint-last-prompt.
2938
2939 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2940
2941 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
2942 (frameset-save): Check validity of the resulting frameset.
2943
2944 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
2945
2946 * ido.el (ido-record-command): Add doc string.
2947
2948 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2949
2950 * frameset.el (frameset): Do not disable creation of the default
2951 frameset-p predicate. Doc fix.
2952 (frameset-valid-p): New function, copied from the old predicate-p.
2953 Add additional checks.
2954 (frameset-restore): Check with frameset-valid-p.
2955 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2956 (frameset-name, frameset-description, frameset-properties)
2957 (frameset-states): Add docstring.
2958 (frameset-session-filter-alist, frameset-persistent-filter-alist)
2959 (frameset-filter-alist): Doc fixes.
2960
2961 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2962
2963 * frameset.el (frameset-p, frameset-prop): Doc fixes.
2964
2965 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2968 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2969 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2970 (byte-compile-normal-call): Remove obsolescence check.
2971
2972 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2973
2974 * frameset.el (frameset-restore): Doc fix.
2975
2976 * register.el (frameset-frame-id, frameset-frame-with-id)
2977 (frameset-p, frameset-restore, frameset-save): Declare.
2978 (register-alist): Document framesets.
2979 (frameset-session-filter-alist): Declare.
2980 (frameset-to-register): New function.
2981 (jump-to-register): Implement jumping to framesets. Doc fix.
2982 (describe-register-1): Describe framesets.
2983
2984 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2985
2986 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * desktop.el (desktop-save-frameset): Use new frameset-save args.
2989 Use lexical-binding.
2990
2991 * frameset.el (frameset): Use type vector, not list (incompatible
2992 change). Do not declare a new constructor, use the default one.
2993 Upgrade suggested properties `app', `name' and `desc' to slots `app',
2994 `name' and `description', respectively, and add read-only slot
2995 `timestamp'. Doc fixes.
2996 (frameset-copy, frameset-persistent-filter-alist)
2997 (frameset-filter-alist, frameset-switch-to-gui-p)
2998 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2999 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3000 (frameset-filter-iconified, frameset-keep-original-display-p):
3001 Doc fixes.
3002 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3003 Rename from frameset-filter-(save|restore)-param. All callers changed.
3004 Doc fix.
3005 (frameset-p): Adapt to change to vector and be more thorough.
3006 Change arg name to OBJECT. Doc fix.
3007 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3008 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3009 All callers changed.
3010 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3011 All callers changed.
3012 (frameset--record-minibuffer-relationships): Rename from
3013 frameset--process-minibuffer-frames. All callers changed.
3014 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3015 Use new default constructor (again). Doc fix.
3016 (frameset--find-frame-if): Rename from `frameset--find-frame.
3017 All callers changed.
3018 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3019 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3020 Doc fix.
3021 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3022 PARAMETERS and WINDOW-STATE, respectively.
3023 (frameset-restore): Add new keyword argument PREDICATE.
3024 Reset frameset--target-display to nil. Doc fix.
3025
3026 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3029 (bat-mode): Use it.
3030 (bat-mode-syntax-table): Mark \n as end-of-comment.
3031 (bat-font-lock-keywords): Remove comment rule.
3032
3033 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3034 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3035
3036 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3037 (byte-compile-callargs-warn): Use `push'.
3038 (byte-compile-arglist-warn): Ignore higher-order "calls".
3039 (byte-compile-file-form-autoload): Use `pcase'.
3040 (byte-compile-function-form): If quoting a symbol, check that it exists.
3041
3042 2013-08-07 Eli Zaretskii <eliz@gnu.org>
3043
3044 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3045 and add a few popular commands found in batch files.
3046 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3047 (dos-mode): Doc fixes.
3048
3049 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3050
3051 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3052 (dos-mode): Use setq-local. Add space after "rem".
3053 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3054 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3055
3056 2013-08-07 Arni Magnusson <arnima@hafro.is>
3057
3058 * progmodes/dos.el: New file.
3059 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3060 dos-mode.
3061
3062 2013-08-06 Glenn Morris <rgm@gnu.org>
3063
3064 * calendar/calendar.el: Add new faces, and day-header-array.
3065 (calendar-weekday-header, calendar-weekend-header)
3066 (calendar-month-header): New faces.
3067 (calendar-day-header-construct): New function.
3068 (calendar-day-header-width): Also :set calendar-day-header-array.
3069 (calendar-american-month-header, calendar-european-month-header)
3070 (calendar-iso-month-header): Use calendar- faces.
3071 (calendar-generate-month):
3072 Use calendar-day-header-array for day headers; apply faces to them.
3073 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3074 (calendar-abbrev-construct): Add optional maxlen argument.
3075 (calendar-day-name-array): Doc fix.
3076 (calendar-day-name-array, calendar-abbrev-length)
3077 (calendar-day-abbrev-array):
3078 Also :set calendar-day-header-array, and maybe redraw.
3079 (calendar-day-header-array): New option. (Bug#15007)
3080 (calendar-font-lock-keywords): Set to nil and make obsolete.
3081 (calendar-day-name): Add option to use header array.
3082
3083 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3084
3085 * net/shr.el (shr-render-td): Remove debugging.
3086 (shr-render-td): Make width computation consistent by defaulting
3087 all zero-width columns to 10 characters. This may not be optimal,
3088 but it's at least consistent.
3089 (shr-make-table-1): Redo last change to fix the real problem in
3090 colspan handling.
3091
3092 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3093
3094 * files.el (cache-long-line-scans):
3095 Make obsolete alias to `cache-long-scans'.
3096
3097 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3098
3099 * frameset.el (frameset, frameset-filter-alist)
3100 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3101 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3102 (frameset-compute-pos): Rename from frameset--compute-pos,
3103 and add docstring.
3104 (frameset-move-onscreen): Use frameset-compute-pos.
3105 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3106
3107 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3108 Fix typos in docstrings.
3109
3110 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3111
3112 * frame.el (get-other-frame): Tiny cleanup.
3113
3114 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3115
3116 * vc/vc.el (vc-default-ignore-completion-table):
3117 Silence byte-compiler warning.
3118
3119 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3120 slot , which can indeed be nil.
3121 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3122 Move entry for `left' from persistent to live filter alist.
3123 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3124 Doc fixes.
3125 (frameset-filter-params): When restoring a frame, copy items added to
3126 `filtered', to avoid unwittingly modifying the original parameters.
3127 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3128 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3129
3130 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3131 to use looking-at-p instead of looking-at. (Bug#15028)
3132
3133 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 Revert introduction of isearch-filter-predicates (bug#14714).
3136 Rely on add-function instead.
3137 * isearch.el (isearch-filter-predicates): Rename it back to
3138 isearch-filter-predicate.
3139 (isearch-message-prefix): Use advice-function-mapc and advice
3140 properties to get the isearch-message-prefix.
3141 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3142 instead of run-hook-with-args-until-failure.
3143 (isearch-filter-visible): Not obsolete any more.
3144 * loadup.el: Preload nadvice.
3145 * replace.el (perform-replace): Revert to funcall
3146 instead of run-hook-with-args-until-failure.
3147 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3148 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3149 dired-isearch-filenames-toggle; make it into a proper minor mode.
3150 Use add/remove-function.
3151 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3152 Call the minor-mode rather than add/remove-hook.
3153 (dired-isearch-filter-filenames):
3154 Remove isearch-message-prefix property.
3155 * info.el (Info--search-loop): New function, extracted from Info-search.
3156 Funcall isearch-filter-predicate instead of
3157 run-hook-with-args-until-failure isearch-filter-predicates.
3158 (Info-search): Use it.
3159 (Info-mode): Use isearch-filter-predicate instead of
3160 isearch-filter-predicates.
3161
3162 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3163
3164 Do not call to `selected-window' where it is assumed by default.
3165 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3166 `window-hscroll', `window-width', `window-height', `window-buffer',
3167 `window-frame', `window-start', `window-point', `next-window'
3168 and `window-display-table'.
3169 * abbrev.el (abbrev--default-expand):
3170 * bs.el (bs--show-with-configuration):
3171 * buff-menu.el (Buffer-menu-mouse-select):
3172 * calc/calc.el (calc):
3173 * calendar/calendar.el (calendar-generate-window):
3174 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3175 (diary-make-entry):
3176 * comint.el (send-invisible, comint-dynamic-complete-filename)
3177 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3178 * completion.el (complete):
3179 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3180 * disp-table.el (describe-current-display-table):
3181 * doc-view.el (doc-view-insert-image):
3182 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3183 * ehelp.el (with-electric-help):
3184 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3185 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3186 * emacs-lisp/helper.el (Helper-help-scroller):
3187 * emulation/cua-base.el (cua--post-command-handler-1):
3188 * eshell/esh-mode.el (eshell-output-filter):
3189 * ffap.el (ffap-gnus-wrapper):
3190 * help-macro.el (make-help-screen):
3191 * hilit-chg.el (highlight-compare-buffers):
3192 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3193 * hl-line.el (global-hl-line-highlight):
3194 * icomplete.el (icomplete-simple-completing-p):
3195 * isearch.el (isearch-done):
3196 * jit-lock.el (jit-lock-stealth-fontify):
3197 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3198 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3199 * mpc.el (mpc-tagbrowser, mpc):
3200 * net/rcirc.el (rcirc-any-buffer):
3201 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3202 * play/landmark.el (landmark-max-width, landmark-max-height):
3203 * play/zone.el (zone):
3204 * progmodes/compile.el (compilation-goto-locus):
3205 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3206 * progmodes/etags.el (find-tag-other-window):
3207 * progmodes/fortran.el (fortran-column-ruler):
3208 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3209 * progmodes/verilog-mode.el (verilog-point-text):
3210 * reposition.el (reposition-window):
3211 * rot13.el (toggle-rot13-mode):
3212 * server.el (server-switch-buffer):
3213 * shell.el (shell-dynamic-complete-command)
3214 (shell-dynamic-complete-environment-variable):
3215 * simple.el (insert-buffer, set-selective-display)
3216 (delete-completion-window):
3217 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3218 (speedbar-recenter):
3219 * startup.el (fancy-splash-head):
3220 * textmodes/ispell.el (ispell-command-loop):
3221 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3222 * tutorial.el (help-with-tutorial):
3223 * vc/add-log.el (add-change-log-entry):
3224 * vc/compare-w.el (compare-windows):
3225 * vc/ediff-help.el (ediff-indent-help-message):
3226 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3227 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3228 (ediff-setup-control-frame):
3229 * vc/emerge.el (emerge-position-region):
3230 * vc/pcvs-util.el (cvs-bury-buffer):
3231 * window.el (walk-windows, mouse-autoselect-window-select):
3232 * winner.el (winner-set-conf, winner-undo): Related users changed.
3233
3234 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * frameset.el (frameset--set-id): Doc fix.
3237 (frameset-frame-id, frameset-frame-id-equal-p)
3238 (frameset-locate-frame-id): New functions.
3239 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3240 (frameset-restore): Use them.
3241
3242 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3243
3244 Do not call to `selected-frame' where it is assumed by default.
3245 Affected functions are `raise-frame', `redraw-frame',
3246 `frame-first-window', `frame-terminal' and `delete-frame'.
3247 * calendar/appt.el (appt-disp-window):
3248 * epg.el (epg-wait-for-completion):
3249 * follow.el (follow-delete-other-windows-and-split)
3250 (follow-avoid-tail-recenter):
3251 * international/mule.el (set-terminal-coding-system):
3252 * mail/rmail.el (rmail-mail-return):
3253 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3254 * progmodes/f90.el (f90-add-imenu-menu):
3255 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3256 * server.el (server-switch-buffer):
3257 * simple.el (delete-completion-window):
3258 * talk.el (talk):
3259 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3260 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3261 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3262 * vc/ediff.el (ediff-documentation): Related users changed.
3263 * frame.el (selected-terminal): Remove the leftover.
3264
3265 2013-08-05 Glenn Morris <rgm@gnu.org>
3266
3267 * calendar/calendar.el (calendar-generate-month):
3268 Fix for calendar-column-width != 1 + calendar-day-digit-width.
3269 (calendar-generate-month, calendar-font-lock-keywords):
3270 Fix for calendar-day-header-width > length of any day name.
3271
3272 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3273
3274 * desktop.el (desktop-clear): Use new name of sort predicate.
3275
3276 * frameset.el (frameset): Add docstring. Move :version property to its
3277 own `version' slot.
3278 (frameset-copy): Rename from copy-frameset.
3279 (frameset-p): Check more thoroughly.
3280 (frameset-prop): Do not check for :version, which is no longer a prop.
3281 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3282 Use new :never value instead of t.
3283 (frameset-filter-alist): Expand and clarify docstring.
3284 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3285 (frameset-filter-minibuffer, frameset-filter-save-param)
3286 (frameset-filter-restore-param, frameset-filter-iconified):
3287 Add pointer to docstring of frameset-filter-alist.
3288 (frameset-filter-params): Rename filter values to be more meaningful:
3289 :never instead of t, and reverse the meanings of :save and :restore.
3290 (frameset--process-minibuffer-frames): Clarify error message.
3291 (frameset-save): Avoid unnecessary and confusing call to framep.
3292 Use new BOA constructor for framesets.
3293 (frameset--reuse-list): Doc fix.
3294 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3295 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3296 (frameset-minibufferless-first-p): Doc fix.
3297 Rename from frameset-sort-frames-for-deletion.
3298 (frameset-restore): Doc fixes. Use new function names.
3299 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3300
3301 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3302
3303 * desktop.el (desktop-restore-forces-onscreen)
3304 (desktop-restore-reuses-frames): Document :keyword constant values.
3305 (desktop-filter-parameters-alist): Remove, now identical to
3306 frameset-filter-alist.
3307 (desktop--filter-tty*): Remove, moved to frameset.el.
3308 (desktop-save-frameset, desktop-restore-frameset):
3309 Do not pass :filters argument.
3310
3311 * frameset.el (frameset-live-filter-alist)
3312 (frameset-persistent-filter-alist): New variables.
3313 (frameset-filter-alist): Use them. Add autoload cookie.
3314 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3315 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3316 `frameset--id' (it's supposed to be internal to frameset.el).
3317 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3318 (frameset--initial-params): New function.
3319 (frameset--get-frame): Use it. Doc fix.
3320 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3321 Accept :all, not 'all.
3322 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3323 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3324 with fbound symbols. Fix frame id matching, and remove matching ids if
3325 the frame being restored is deleted. Obey :delete.
3326
3327 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3328
3329 * subr.el (macrop): New function.
3330 (text-clone--maintaining): New var.
3331 (text-clone--maintain): Rename from text-clone-maintain. Use it
3332 instead of inhibit-modification-hooks.
3333
3334 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3335 a proxy, so as handle autoloads and redefinitions of the target.
3336 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3337
3338 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3339 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
3340 (pcase--mutually-exclusive-p): New function.
3341 (pcase--split-consp): Use it.
3342 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
3343 mutually exclusive with the current predicate.
3344
3345 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3346 (edebug-macrop): Remove. Use `macrop' instead.
3347 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
3348 (ad-macro-p):
3349 * eshell/esh-cmd.el (eshell-macrop):
3350 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
3351
3352 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3355 (advice-mapc): New function, using it.
3356 (advice-function-member-p): New function.
3357 (advice--normalize): Store the cdr in advice--saved-rewrite since
3358 that's the part that will be changed.
3359 (advice--symbol-function): New function.
3360 (advice-remove): Handle removal before the function is defined.
3361 Adjust to new advice--saved-rewrite.
3362 (advice-member-p): Use advice-function-member-p and
3363 advice--symbol-function.
3364
3365 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3366
3367 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3368 (frameset-filter-minibuffer): Doc fix.
3369 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
3370 (frameset--set-id, frameset--process-minibuffer-frames)
3371 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3372 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
3373
3374 * desktop.el (desktop-clear): Only delete frames when called
3375 interactively and desktop-restore-frames is non-nil. Doc fix.
3376 (desktop-read): Set desktop-saved-frameset to nil.
3377
3378 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
3379
3380 * vc/vc.el (vc-ignore): Rewrite.
3381 (vc-default-ignore-completion-table):
3382 (vc--read-lines):
3383 (vc--add-line, vc--remove-regexp): New functions.
3384
3385 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3386 (vc-svn-ignore-completion-table): New function.
3387
3388 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3389 (vc-hg-ignore-completion-table):
3390 (vc-hg-find-ignore-file): New functions.
3391
3392 * vc/vc-git.el (vc-git-ignore): Rewrite.
3393 (vc-git-ignore-completion-table):
3394 (vc-git-find-ignore-file): New functions.
3395
3396 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3397
3398 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3399 (vc-bzr-ignore-completion-table):
3400 (vc-bzr-find-ignore-file): New functions.
3401
3402 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
3403
3404 * frameset.el (frameset-prop): New function and setter.
3405 (frameset-save): Do not modify frame list passed by the caller.
3406
3407 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3408
3409 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3410
3411 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3414 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3415
3416 * custom.el (custom-initialize-default, custom-initialize-set)
3417 (custom-initialize-reset, custom-initialize-changed): Affect the
3418 toplevel-default-value (bug#6275, bug#14586).
3419 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3420 for bug#6275.
3421
3422 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3423
3424 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3425 Add cl-def* expressions.
3426
3427 * frameset.el (frameset-filter-params): Fix order of arguments.
3428
3429 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3430
3431 Move code related to saving frames to frameset.el.
3432 * desktop.el: Require frameset.
3433 (desktop-restore-frames): Doc fix.
3434 (desktop-restore-reuses-frames): Rename from
3435 desktop-restoring-reuses-frames.
3436 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3437 (desktop-clear): Clear frames too.
3438 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3439 (desktop--filter-tty*, desktop-save, desktop-read):
3440 Use frameset functions.
3441 (desktop-before-saving-frames-functions, desktop--filter-*-color)
3442 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3443 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3444 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3445 (desktop--process-minibuffer-frames, desktop-save-frames)
3446 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3447 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3448 (desktop--sort-states, desktop-restoring-frames-p)
3449 (desktop-restore-frames): Remove. Most code moved to frameset.el.
3450 (desktop-restoring-frameset-p, desktop-restore-frameset)
3451 (desktop--check-dont-save, desktop-save-frameset): New functions.
3452 (desktop--app-id): New constant.
3453 (desktop-first-buffer, desktop-buffer-ok-count)
3454 (desktop-buffer-fail-count): Move before first use.
3455 * frameset.el: New file.
3456
3457 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * files.el: Use lexical-binding.
3460 (dir-locals-read-from-file): Remove unused `err' variable.
3461 (hack-dir-local-variables--warned-coding): New var.
3462 (hack-dir-local-variables): Use it to avoid repeated warnings.
3463 (make-backup-file-name--default-function): New function.
3464 (make-backup-file-name-function): Use it as default.
3465 (buffer-stale--default-function): New function.
3466 (buffer-stale-function): Use it as default.
3467 (revert-buffer-insert-file-contents--default-function): New function.
3468 (revert-buffer-insert-file-contents-function): Use it as default.
3469 (insert-directory): Avoid add-to-list.
3470
3471 * autorevert.el (auto-revert-handler): Simplify.
3472 Use buffer-stale--default-function.
3473
3474 2013-08-01 Tassilo Horn <tsdh@gnu.org>
3475
3476 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3477
3478 * whitespace.el (whitespace-ensure-local-variables): New function.
3479 (whitespace-cleanup-region): Call it.
3480 (whitespace-turn-on): Call it.
3481
3482 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
3483
3484 Complete file name handlers.
3485
3486 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3487 (tramp-handle-verify-visited-file-modtime)
3488 (tramp-handle-file-notify-rm-watch): New functions.
3489 (tramp-call-process): Do not bind `default-directory'.
3490
3491 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3492 Order alphabetically.
3493 [access-file, add-name-to-file, dired-call-process]:
3494 [dired-compress-file, file-acl, file-notify-rm-watch]:
3495 [file-ownership-preserved-p, file-selinux-context]:
3496 [make-directory-internal, make-symbolic-link, set-file-acl]:
3497 [set-file-selinux-context, set-visited-file-modtime]:
3498 [verify-visited-file-modtime]: Add handler.
3499 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3500
3501 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3502 [file-notify-add-watch, file-notify-rm-watch]:
3503 [set-file-times, set-visited-file-modtime]:
3504 [verify-visited-file-modtime]: Add handler.
3505 (with-tramp-gvfs-error-message)
3506 (tramp-gvfs-handle-set-visited-file-modtime)
3507 (tramp-gvfs-fuse-file-name): Remove.
3508 (tramp-gvfs-handle-file-notify-add-watch)
3509 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3510 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3511
3512 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3513 Order alphabetically.
3514 [file-notify-rm-watch ]: Use default Tramp handler.
3515 [executable-find]: Remove private handler.
3516 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3517 `default-directory'.
3518 (tramp-sh-handle-executable-find)
3519 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3520 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3521 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3522 Do not use `format' in `tramp-message'.
3523
3524 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3525 [file-notify-rm-watch, set-visited-file-modtime]:
3526 [verify-visited-file-modtime]: Add handler.
3527 (tramp-smb-call-winexe): Do not bind `default-directory'.
3528
3529 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
3530
3531 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3532
3533 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
3534
3535 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3536 use it.
3537 (log-view-diff-changeset): Same.
3538 (log-view-diff-common): Call backend command `previous-revision'
3539 to find out the previous revision, in both cases. Swap the
3540 variables `to' and `fr', so that `fr' usually refers to the
3541 earlier revision (Bug#14989).
3542
3543 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
3544
3545 * ibuf-ext.el (ibuffer-filter-by-filename):
3546 Make it work with dired buffers too.
3547
3548 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3549
3550 * emacs-lisp/re-builder.el (reb-color-display-p):
3551 * files.el (save-buffers-kill-terminal):
3552 * net/browse-url.el (browse-url):
3553 * server.el (server-save-buffers-kill-terminal):
3554 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3555 Prefer nil to selected-frame for the first arg of frame-parameter.
3556
3557 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
3558
3559 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3560
3561 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
3562
3563 * minibuffer.el (completion--twq-all): Try and preserve each
3564 completion's case choice (bug#14907).
3565
3566 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3567
3568 * net/network-stream.el (open-network-stream): Mention the new
3569 :nogreeting parameter.
3570 (network-stream-open-starttls): Use the :nogreeting parameter
3571 (bug#14938).
3572
3573 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3574
3575 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3576 more natural than popping.
3577
3578 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
3579 (shr-urlify): Highlight under mouse.
3580
3581 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3582
3583 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3584
3585 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3586
3587 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
3588 buffer for output.
3589
3590 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
3591 point-min==1. Fix search string. Fix parentheses missing.
3592
3593 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3594 assume point-min==1. Fix search string. Fix parentheses missing.
3595
3596 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3597
3598 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
3599 buffer for output.
3600
3601 2013-07-29 Eli Zaretskii <eliz@gnu.org>
3602
3603 * frame.el (frame-notice-user-settings): Avoid inflooping when the
3604 initial frame is minibuffer-less. (Bug#14841)
3605
3606 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
3607
3608 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3609 option.
3610
3611 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3612 (tramp-maybe-open-connection): Use it.
3613
3614 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
3615
3616 * desktop.el (desktop--make-frame): Include `minibuffer' in the
3617 minimal set of parameters passed when creating a frame, because
3618 the minibuffer status of a frame cannot be changed later.
3619
3620 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
3621
3622 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
3623 replace-regexp-in-string and inadvertent omissions in previous change.
3624 (todo-filter-items): Ensure only file names are comma-separated in
3625 name of filtered items buffer.
3626
3627 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
3628
3629 * desktop.el: Optionally force offscreen frames back onscreen.
3630 (desktop-restoring-reuses-frames): New option.
3631 (desktop--compute-pos, desktop--move-onscreen): New functions.
3632 (desktop--make-frame): Use desktop--move-onscreen.
3633
3634 2013-07-27 Alan Mackenzie <acm@muc.de>
3635
3636 Fontify a Java generic method as a function.
3637 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
3638 value to t.
3639
3640 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
3641
3642 * calendar/todo-mode.el: Add command to rename todo files.
3643 (todo-rename-file): New command.
3644 (todo-key-bindings-t): Add key binding for it. Change the
3645 bindings of todo-filter-regexp-items(-multifile) to use `x'
3646 instead of `r', since the latter is better suited to the new
3647 renaming command.
3648
3649 2013-07-27 Alan Mackenzie <acm@muc.de>
3650
3651 Make Java try-with-resources statement parse properly.
3652 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
3653 (c-block-stmt-1-2-key): New language constants/variables.
3654 * progmodes/cc-engine.el (c-beginning-of-statement-1)
3655 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
3656 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
3657 with c-block-stmt-1-2-key.
3658
3659 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
3660
3661 * desktop.el (desktop--make-frame): Apply most frame parameters after
3662 creating the frame to force (partially or totally) offscreen frames to
3663 be restored as such.
3664
3665 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
3666
3667 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
3668 (Bug#14948)
3669
3670 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3671
3672 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
3673 `base' arg of backtrace-frame.
3674
3675 2013-07-26 Eli Zaretskii <eliz@gnu.org>
3676
3677 * simple.el (list-processes): Doc fix.
3678
3679 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3680
3681 * desktop.el (desktop--select-frame):
3682 Try harder to reuse existing frames.
3683
3684 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
3687 (edebug-eval): Use backtrace-eval.
3688 (edebug--display, edebug--recursive-edit): Don't let-bind the
3689 edebug-outer-* vars that keep track of variables we locally let-bind.
3690 (edebug-outside-excursion): Don't restore outside values of locally
3691 let-bound vars.
3692 (edebug--display): Use user-error.
3693 (cl-lexical-debug, cl-debug-env): Remove.
3694
3695 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
3698 are restored to be sure that they are visible before deleting any
3699 remaining ones.
3700
3701 2013-07-26 Matthias Meulien <orontee@gmail.com>
3702
3703 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
3704 vc-print-root-log. (Bug#14948)
3705
3706 2013-07-26 Richard Stallman <rms@gnu.org>
3707
3708 Add aliases for encrypting mail.
3709 * epa.el (epa-mail-aliases): New option.
3710 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
3711 Bind inhibit-read-only so read-only text doesn't ruin everything.
3712 (epa-mail-default-recipients): New subroutine broken out.
3713 Handle epa-mail-aliases.
3714
3715 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3716
3717 Add support for lexical variables to the debugger's `e' command.
3718 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
3719 vars, except for debugger-outer-match-data.
3720 (debugger-frame-number): Move check for "on a function call" from
3721 callers into it. Add `skip-base' argument.
3722 (debugger-frame, debugger-frame-clear): Simplify accordingly.
3723 (debugger-env-macro): Only reset the state stored in non-variables,
3724 i.e. current-buffer and match-data.
3725 (debugger-eval-expression): Rewrite using backtrace-eval.
3726 * subr.el (internal--called-interactively-p--get-frame): Remove.
3727 (called-interactively-p):
3728 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
3729 `base' arg of backtrace-frame instead.
3730
3731 2013-07-26 Glenn Morris <rgm@gnu.org>
3732
3733 * align.el (align-regexp): Doc fix. (Bug#14857)
3734 (align-region): Explicit error if subexpression missing/does not match.
3735
3736 * simple.el (global-visual-line-mode):
3737 Do not duplicate the mode lighter. (Bug#14858)
3738
3739 2013-07-25 Martin Rudalics <rudalics@gmx.at>
3740
3741 * window.el (display-buffer): In display-buffer bind
3742 split-window-keep-point to t, bug#14829.
3743
3744 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3745
3746 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
3747 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
3748 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
3749 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3750 Change accordingly.
3751 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3752 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
3753
3754 2013-07-25 Glenn Morris <rgm@gnu.org>
3755
3756 * dired-x.el (dired-mark-extension): Convert comment to doc string.
3757
3758 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3759
3760 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
3761 parameter to modify-frame-parameters if the value has not changed;
3762 this is a workaround for bug#14949.
3763 (desktop--make-frame): On cl-delete-if call, check parameter name,
3764 not full parameter.
3765
3766 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3767
3768 * vc/vc.el (vc-ignore): New function.
3769
3770 * vc/vc-svn.el (vc-svn-ignore): New function.
3771
3772 * vc/vc-hg.el (vc-hg-ignore): New function.
3773
3774 * vc/vc-git.el (vc-git-ignore): New function.
3775
3776 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
3777 (vc-dir-ignore): New function.
3778
3779 * vc/vc-cvs.el (vc-cvs-ignore): New function.
3780 (cvs-append-to-ignore): Move here from pcvs.el.
3781
3782 * vc/vc-bzr.el (vc-bzr-ignore): New function.
3783
3784 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
3785
3786 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
3787
3788 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
3789 (desktop-restore-frames): Warn when deleting an existing frame failed.
3790
3791 2013-07-24 Glenn Morris <rgm@gnu.org>
3792
3793 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
3794
3795 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
3796
3797 * filenotify.el (file-notify-supported-p):
3798 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3799 Remove functions.
3800
3801 * autorevert.el (auto-revert-use-notify):
3802 (auto-revert-notify-add-watch):
3803 * net/tramp.el (tramp-file-name-for-operation):
3804 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3805 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3806 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3807 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3808 Remove `file-notify-supported-p' entry.
3809
3810 2013-07-24 Glenn Morris <rgm@gnu.org>
3811
3812 * printing.el: Replace all uses of deleted ps-windows-system,
3813 ps-lp-system, ps-flatten-list with lpr- versions.
3814
3815 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3816
3817 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
3818 checked with memq (bug#14935).
3819
3820 * files.el (revert-buffer-function): Use a non-nil default.
3821 (revert-buffer-preserve-modes): Declare var to
3822 provide access to the `preserve-modes' argument.
3823 (revert-buffer): Let-bind it.
3824 (revert-buffer--default): New function, extracted from revert-buffer.
3825
3826 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3827
3828 * lpr.el: Signal print errors more prominently.
3829 (print-region-function): Don't default to nil.
3830 (lpr-print-region): New function, extracted from print-region-1.
3831 Check lpr's return value and signal an error in case of problem.
3832 (print-region-1): Use it.
3833 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
3834 versions instead.
3835 (ps-printer-name): Default to nil.
3836 (ps-printer-name-option): Default to lpr-printer-switch.
3837 (ps-print-region-function): Don't default to nil.
3838 (ps-postscript-code-directory): Simplify default.
3839 (ps-do-despool): Use lpr-print-region to properly check the outcome.
3840 (ps-string-list, ps-eval-switch, ps-flatten-list)
3841 (ps-flatten-list-1): Remove.
3842 (ps-multibyte-buffer): Avoid setq.
3843 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3844 (print-region-function, ps-print-region-function): Don't set them here.
3845
3846 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
3847
3848 * ido.el (ido-fractionp):
3849 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3850 (ido-max-file-prompt-width, ido-unc-hosts-cache)
3851 (ido-max-directory-size, ido-max-dir-file-cache)
3852 (ido-decorations): Doc fix.
3853
3854 * ansi-color.el: Fix old URL.
3855
3856 2013-07-23 Michael R. Mauger <michael@mauger.com>
3857
3858 * progmodes/sql.el: Version 3.3
3859 (sql-product-alist): Improve oracle :prompt-cont-regexp.
3860 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3861 (sql-interactive-remove-continuation-prompt): Rewrite, use
3862 functions above. Fix continuation prompt and complete output line
3863 handling.
3864 (sql-redirect-one, sql-execute): Use `read-only-mode' on
3865 redirected output buffer.
3866 (sql-mode): Restore deleted code (Bug#13591).
3867
3868 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3871
3872 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
3873
3874 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3875
3876 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3877 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3878 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3879
3880 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3881
3882 * desktop.el (desktop-clear): Simplify; remove useless checks
3883 against invalid buffer names.
3884 (desktop-list*): Use cl-list*.
3885 (desktop-buffer-info, desktop-create-buffer): Simplify.
3886
3887 2013-07-23 Leo Liu <sdl.web@gmail.com>
3888
3889 * bookmark.el (bookmark-make-record): Restore NAME as a default
3890 value. (Bug#14933)
3891
3892 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * emacs-lisp/autoload.el (autoload--setup-output): New function,
3895 extracted from autoload--insert-text.
3896 (autoload--insert-text): Remove.
3897 (autoload--print-cookie-text): New function, extracted from
3898 autoload--insert-cookie-text.
3899 (autoload--insert-cookie-text): Remove.
3900 (autoload-generate-file-autoloads): Adjust calls accordingly.
3901
3902 * winner.el (winner-hook-installed-p): Remove.
3903 (winner-mode): Simplify accordingly.
3904
3905 * subr.el (add-to-list): Fix compiler-macro when `append' is
3906 not constant. Don't use `cl-member' for the base case.
3907
3908 * progmodes/subword.el: Fix boundary case (bug#13758).
3909 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
3910 own group.
3911 (subword-backward-regexp): Make it a constant.
3912 (subword-forward-internal): Don't treat a trailing capital as the
3913 beginning of a word.
3914
3915 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3916
3917 * emacs-lisp/package.el (package-menu-mode): Don't modify the
3918 global value of tabulated-list-revert-hook (bug#14930).
3919
3920 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
3921
3922 * desktop.el: Require 'cl-lib.
3923 (desktop-before-saving-frames-functions): New hook.
3924 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
3925 for frames being saved. Rename from desktop--save-minibuffer-frames.
3926 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
3927 Do not save frames with non-nil `desktop-dont-save' parameter.
3928 Filter out deleted frames.
3929 (desktop--find-frame): Use cl-find-if.
3930 (desktop--select-frame): Use cl-(first|second|third) to access values
3931 of desktop-mini.
3932 (desktop--make-frame): Use cl-delete-if.
3933 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
3934 (desktop-restore-frames): Use cl-(first|second|third) to access values
3935 of desktop-mini. Look for visible frame at the end, not while
3936 restoring frames.
3937
3938 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
3939 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
3940 Use string-match-p, looking-at-p (bug#14927).
3941
3942 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
3943
3944 * desktop.el (desktop-saved-frame-states):
3945 Rename from desktop--saved-states; all users changed.
3946 (desktop-save-frames): Rename from desktop--save-frames.
3947 Do not save state to desktop file.
3948 (desktop-save): Save desktop-saved-frame-states to desktop file
3949 and reset to nil.
3950 (desktop-restoring-frames-p): New function.
3951 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
3952 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
3953 buffer-lists when restoring frames. Suggested by Martin Rudalics.
3954
3955 * desktop.el: Correctly restore iconified frames.
3956 (desktop--filter-iconified-position): New function.
3957 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3958
3959 2013-07-20 Glenn Morris <rgm@gnu.org>
3960
3961 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3962 Let `message' do the formatting.
3963 (def-gdb-preempt-display-buffer): Add explicit format.
3964
3965 * image-dired.el (image-dired-track-original-file):
3966 Use with-current-buffer.
3967 (image-dired-track-thumbnail): Use with-current-buffer.
3968 Avoid changing point of wrong window.
3969
3970 * image-dired.el (image-dired-track-original-file):
3971 Avoid changing point of wrong window. (Bug#14909)
3972
3973 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
3974
3975 * progmodes/gdb-mi.el (gdb-done-or-error):
3976 Guard against "%" in gdb output. (Bug#14127)
3977
3978 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
3979
3980 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3981 (Bug#14826)
3982
3983 * international/mule.el (coding-system-iso-2022-flags): Fix last
3984 change.
3985
3986 2013-07-20 Kenichi Handa <handa@gnu.org>
3987
3988 * international/mule.el (coding-system-iso-2022-flags):
3989 Add `8-bit-level-4'. (Bug#8522)
3990
3991 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3992
3993 * net/shr.el (shr-mouse-browse-url): New command and keystroke
3994 (bug#14815).
3995
3996 * net/eww.el (eww-process-text-input): Allow inputting when the
3997 point is at the start of the line, as the properties aren't
3998 front-sticky.
3999
4000 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4001 degenerate widths.
4002
4003 2013-07-19 Richard Stallman <rms@gnu.org>
4004
4005 * epa.el (epa-popup-info-window): Doc fix.
4006
4007 * subr.el (split-string): New arg TRIM.
4008
4009 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
4010
4011 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4012 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4013
4014 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
4015
4016 * filenotify.el (file-notify--library): Rename from
4017 `file-notify-support'. Do not autoload. Adapt all uses.
4018 (file-notify-supported-p): New defun.
4019
4020 * autorevert.el (auto-revert-use-notify):
4021 Use `file-notify-supported-p' instead of `file-notify-support'.
4022 Adapt docstring.
4023 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4024
4025 * net/tramp.el (tramp-file-name-for-operation):
4026 Add `file-notify-supported-p'.
4027
4028 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4029 New defun.
4030 (tramp-sh-file-name-handler-alist): Add it as handler for
4031 `file-notify-supported-p '.
4032
4033 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4034 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4035 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4036 Add `ignore' as handler for `file-notify-*' functions.
4037
4038 2013-07-17 Eli Zaretskii <eliz@gnu.org>
4039
4040 * simple.el (line-move-partial, line-move): Don't start vscroll or
4041 scroll-up if the current line is not taller than the window.
4042 (Bug#14881)
4043
4044 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4045
4046 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4047 highlight question marks in the method names as strings.
4048 (ruby-block-beg-keywords): Inline.
4049 (ruby-font-lock-keyword-beg-re): Extract from
4050 `ruby-font-lock-keywords'.
4051
4052 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4053
4054 * frame.el (blink-cursor-blinks): New defcustom.
4055 (blink-cursor-blinks-done): New defvar.
4056 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4057 (blink-cursor-timer-function): Check if number of blinks has been
4058 done on X and NS.
4059 (blink-cursor-suspend, blink-cursor-check): New defuns.
4060
4061 2013-07-15 Glenn Morris <rgm@gnu.org>
4062
4063 * edmacro.el (edmacro-format-keys): Fix previous change.
4064
4065 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4066
4067 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4068 The hack didn't work outside English locales anyway.
4069
4070 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
4071
4072 * simple.el (define-alternatives): Rename from alternatives-define,
4073 per RMS' suggestion.
4074
4075 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
4076
4077 * desktop.el (desktop-restore-frames): Change default to t.
4078 (desktop-restore-in-current-display): Now offer more options.
4079 (desktop-restoring-reuses-frames): New customization option.
4080 (desktop--saved-states): Doc fix.
4081 (desktop-filter-parameters-alist): New variable, renamed and expanded
4082 from desktop--excluded-frame-parameters.
4083 (desktop--target-display): New variable.
4084 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4085 (desktop--filter-tty*, desktop--filter-*-color)
4086 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4087 (desktop--filter-save-desktop-parm)
4088 (desktop-restore-in-original-display-p): New functions.
4089 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4090 (desktop--save-minibuffer-frames): New function, inspired by a similar
4091 function from Martin Rudalics.
4092 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4093 (desktop--restore-in-this-display-p): Remove.
4094 (desktop--find-frame): Rename from desktop--find-frame-in-display
4095 and add predicate argument.
4096 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4097 (desktop--reuse-list): New variable.
4098 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4099 New functions.
4100 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4101
4102 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4103
4104 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4105
4106 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4107
4108 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4109 Highlight conversion methods on Kernel.
4110
4111 2013-07-13 Alan Mackenzie <acm@muc.de>
4112
4113 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4114 and comment it out. This out-commenting enables certain C++
4115 declarations to be parsed correctly.
4116
4117 2013-07-13 Eli Zaretskii <eliz@gnu.org>
4118
4119 * international/mule.el (define-coding-system): Doc fix.
4120
4121 * simple.el (default-font-height): Don't call font-info if the
4122 frame's default font didn't change since the frame was created.
4123 (Bug#14838)
4124
4125 2013-07-13 Leo Liu <sdl.web@gmail.com>
4126
4127 * ido.el (ido-read-file-name): Guard against non-symbol value.
4128
4129 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4130
4131 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4132 in nested defuns.
4133
4134 2013-07-13 Leo Liu <sdl.web@gmail.com>
4135
4136 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4137 ido-set-matches call. (Bug#6852)
4138
4139 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4140
4141 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4142 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4143 Ruby 2.0.
4144 (ruby-font-lock-keywords): Distinguish calls to functions with
4145 module-like names from module references. Highlight character
4146 literals.
4147
4148 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4149
4150 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
4151 (gdb-send): Handle continued commands. (Bug#14847)
4152
4153 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4154
4155 * desktop.el (desktop--v2s): Remove unused local variable.
4156 (desktop-save-buffer): Make defvar-local; adjust docstring.
4157 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4158 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4159
4160 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4161
4162 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4163
4164 2013-07-12 Eli Zaretskii <eliz@gnu.org>
4165
4166 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4167 (Bug#14842)
4168
4169 2013-07-12 Glenn Morris <rgm@gnu.org>
4170
4171 * doc-view.el: Require cl-lib at runtime too.
4172 (doc-view-remove-if): Remove.
4173 (doc-view-search-next-match, doc-view-search-previous-match):
4174 Use cl-remove-if.
4175
4176 * edmacro.el: Require cl-lib at runtime too.
4177 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4178 (edmacro-mismatch, edmacro-subseq): Remove.
4179
4180 * shadowfile.el: Require cl-lib.
4181 (shadow-remove-if): Remove.
4182 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4183 Use cl-remove-if.
4184
4185 * wid-edit.el: Require cl-lib.
4186 (widget-choose): Use cl-remove-if.
4187 (widget-remove-if): Remove.
4188
4189 * progmodes/ebrowse.el: Require cl-lib at runtime too.
4190 (ebrowse-delete-if-not): Remove.
4191 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4192 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4193 Use cl-delete-if-not.
4194
4195 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4196
4197 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4198 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4199
4200 2013-07-12 Leo Liu <sdl.web@gmail.com>
4201
4202 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
4203
4204 2013-07-11 Glenn Morris <rgm@gnu.org>
4205
4206 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4207 (edebug-gensym-index, edebug-gensym):
4208 Remove reimplementation of cl-gensym.
4209 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4210
4211 * thumbs.el: Require cl-lib at run-time too.
4212 (thumbs-gensym-counter, thumbs-gensym):
4213 Remove reimplementation of cl-gensym.
4214 (thumbs-temp-file): Use cl-gensym.
4215
4216 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4217 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4218 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4219 (ert--union, ert--gensym-counter, ert--gensym-counter)
4220 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4221 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4222 (ert-make-test-unbound, ert--expand-should-1)
4223 (ert--expand-should, ert--should-error-handle-error)
4224 (should-error, ert--explain-equal-rec)
4225 (ert--plist-difference-explanation, ert-select-tests)
4226 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4227 Use cl-lib functions rather than reimplementations.
4228
4229 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
4230
4231 * net/tramp.el (tramp-methods): Extend docstring.
4232 (tramp-connection-timeout): New defcustom.
4233 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4234 (with-tramp-progress-reporter): Simplify.
4235 (tramp-process-actions): Improve messages.
4236
4237 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4238 * net/tramp-sh.el (tramp-maybe-open-connection):
4239 Use `tramp-connection-timeout'.
4240 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4241 (Bug#14808)
4242
4243 2013-07-11 Leo Liu <sdl.web@gmail.com>
4244
4245 * ido.el (ido-read-file-name): Conform to the requirements of
4246 read-file-name. (Bug#11861)
4247 (ido-read-directory-name): Conform to the requirements of
4248 read-directory-name.
4249
4250 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
4251
4252 * subr.el (delay-warning): New function.
4253
4254 2013-07-10 Eli Zaretskii <eliz@gnu.org>
4255
4256 * simple.el (default-line-height): New function.
4257 (line-move-partial, line-move): Use it instead of computing the
4258 line height inline.
4259 (line-move-partial): Always compute ROWH. If the last line is
4260 partially-visible, but its text is completely visible, allow
4261 cursor to enter such a partially-visible line.
4262
4263 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
4264
4265 Improve error messages. (Bug#14808)
4266
4267 * net/tramp.el (tramp-current-connection): New defvar, moved from
4268 tramp-sh.el.
4269 (tramp-message-show-progress-reporter-message): Remove, not
4270 needed anymore.
4271 (tramp-error-with-buffer): Show message in minibuffer.
4272 Discard input before waiting. Reset connection timestamp.
4273 (with-tramp-progress-reporter): Improve messages.
4274 (tramp-process-actions): Use progress reporter. Delete process in
4275 case of error. Improve messages.
4276
4277 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4278 Call `tramp-error-with-buffer' with vector and buffer.
4279 (tramp-current-connection): Remove.
4280 (tramp-maybe-open-connection): The car of
4281 `tramp-current-connection' are the first 3 slots of the vector.
4282
4283 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4284
4285 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4286 inside continued strings.
4287
4288 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4289
4290 Timestamp fixes for undo (Bug#14824).
4291 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4292
4293 2013-07-10 Leo Liu <sdl.web@gmail.com>
4294
4295 * files.el (require-final-newline): Allow safe local value.
4296 (Bug#14834)
4297
4298 2013-07-09 Leo Liu <sdl.web@gmail.com>
4299
4300 * ido.el (ido-read-directory-name): Handle fallback.
4301 (ido-read-file-name): Update DIR to ido-current-directory.
4302 (Bug#1516)
4303 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
4304
4305 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4306
4307 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4308 "autoload". Remove "warn lower camel case" section, previously
4309 commented out. Highlight negation char. Do not highlight the
4310 target in singleton method definitions.
4311
4312 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4313
4314 * faces.el (tty-setup-hook): Declare the hook.
4315
4316 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4317 and detect when a guard/pred depends on local vars (bug#14773).
4318 (pcase--u1): Adjust caller.
4319
4320 2013-07-08 Eli Zaretskii <eliz@gnu.org>
4321
4322 * simple.el (line-move-partial, line-move): Account for
4323 line-spacing.
4324 (line-move-partial): Avoid setting vscroll when the last
4325 partially-visible line in window is of default height.
4326
4327 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4328
4329 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4330 been used a while.
4331
4332 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * subr.el (read-quoted-char): Remove unused local variable `char'.
4335
4336 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
4337
4338 * ediff.el (ediff-version): Version update.
4339 (ediff-files-command, ediff3-files-command, ediff-merge-command)
4340 (ediff-merge-with-ancestor-command, ediff-directories-command)
4341 (ediff-directories3-command, ediff-merge-directories-command)
4342 (ediff-merge-directories-with-ancestor-command): New functions.
4343 All are command-line interfaces to ediff: to facilitate calling
4344 Emacs with the appropriate ediff functions invoked.
4345
4346 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4347 (viper-save-kill-buffer): Check if buffer is modified.
4348
4349 * viper.el (viper-version): Version update.
4350 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
4351
4352 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4353
4354 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4355 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4356 (viper-intercept-ESC-key): Simplify.
4357 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4358 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4359 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4360 (viper-setup-ESC-to-escape): New functions.
4361 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4362 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
4363
4364 2013-07-07 Eli Zaretskii <eliz@gnu.org>
4365
4366 * simple.el (default-font-height, window-screen-lines):
4367 New functions.
4368 (line-move, line-move-partial): Use them instead of
4369 frame-char-height and window-text-height. This makes scrolling
4370 text smoother when the buffer's default face uses a font that is
4371 different from the frame's default font.
4372
4373 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
4374
4375 * files.el (write-file): Do not display confirm dialog for NS,
4376 it does its own dialog, which can't be cancelled (Bug#14578).
4377
4378 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4379
4380 * simple.el (line-move-partial): Adjust the row returned by
4381 posn-at-point for the current window-vscroll. (Bug#14567)
4382
4383 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
4384
4385 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4386 (tramp-sh-file-inotifywait-process-filter): Handle file names with
4387 spaces.
4388
4389 2013-07-06 Martin Rudalics <rudalics@gmx.at>
4390
4391 * window.el (window-state-put-stale-windows): New variable.
4392 (window--state-put-2): Save list of windows without matching buffer.
4393 (window-state-put): Remove "bufferless" windows if possible.
4394
4395 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4396
4397 * simple.el (alternatives-define): Remove leftover :group keyword.
4398 Tweak docstring.
4399
4400 2013-07-06 Leo Liu <sdl.web@gmail.com>
4401
4402 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4403 (ido-enable-virtual-buffers): New variable.
4404 (ido-buffer-internal, ido-toggle-virtual-buffers)
4405 (ido-make-buffer-list): Use it.
4406 (ido-exhibit): Support turning on and off virtual buffers
4407 automatically.
4408
4409 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4410
4411 * simple.el (alternatives-define): New macro.
4412
4413 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * subr.el (read-quoted-char): Use read-key.
4416 (sit-for): Let read-event decode tty input (bug#14782).
4417
4418 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
4419
4420 * calendar/todo-mode.el: Add handling of file deletion, both by
4421 mode command and externally. Fix various related bugs.
4422 Clarify Commentary and improve some documentation strings and code.
4423 (todo-delete-file): New command.
4424 (todo-check-file): New function.
4425 (todo-show): Handle external deletion of the file we're trying to
4426 show (bug#14688). Replace called-interactively-p by an optional
4427 prefix argument to avoid problematic interaction with catch form
4428 when byte compiled (bug#14702).
4429 (todo-quit): Handle external deletion of the archive's todo file.
4430 Make sure the buffer that was visiting the archive file is still
4431 live before trying to bury it.
4432 (todo-category-completions): Handle external deletion of any
4433 category completion files.
4434 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4435 of todo files, in case of external deletion.
4436 (todo-add-file): Replace unnecessary setq by let-binding.
4437 (todo-find-archive): Check whether there are any archives.
4438 Replace unnecessary setq by let-binding.
4439 (todo-archive-done-item): Use find-file-noselect to get the
4440 archive buffer whether or not the archive already exists.
4441 Remove superfluous code. Use file size instead of buffer-file-name to
4442 check if the archive is new; if it is, update list of archives.
4443 (todo-default-todo-file): Allow nil to be a valid value for when
4444 there are no todo files.
4445 (todo-reevaluate-default-file-defcustom): Use corrected definition
4446 of todo-default-todo-file.
4447 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4448 (todo-delete-category, todo-show-categories-table)
4449 (todo-category-number): Clarify comment.
4450 (todo-filter-items): Clarify documentation string.
4451 (todo-show-current-file, todo-display-as-todo-file)
4452 (todo-reset-and-enable-done-separator): Tweak documentation string.
4453 (todo-done-separator): Make separator length window-width, since
4454 bug#2749 is now fixed.
4455
4456 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
4457
4458 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4459 Support both "gvfs-monitor-dir" and "inotifywait".
4460 (tramp-sh-file-inotifywait-process-filter): Rename from
4461 `tramp-sh-file-notify-process-filter'.
4462 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4463 (tramp-get-remote-gvfs-monitor-dir): New defuns.
4464
4465 2013-07-05 Leo Liu <sdl.web@gmail.com>
4466
4467 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4468
4469 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4470
4471 * frame.el (display-pixel-height, display-pixel-width)
4472 (display-mm-height, display-mm-width): Mention behavior on
4473 multi-monitor setups in docstrings.
4474 (w32-display-monitor-attributes-list): Declare function.
4475 (display-monitor-attributes-list): Use it.
4476
4477 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
4478
4479 * filenotify.el: New package.
4480
4481 * autorevert.el (top): Require filenotify.el.
4482 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
4483 instead.
4484 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4485 (auto-revert-notify-handler): Use `file-notify-*' functions.
4486
4487 * subr.el (file-notify-handle-event): Move function to filenotify.el.
4488
4489 * net/tramp.el (tramp-file-name-for-operation):
4490 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
4491
4492 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4493 for `file-notify-add-watch' and `file-notify-rm-watch'.
4494 (tramp-process-sentinel): Improve trace.
4495 (tramp-sh-handle-file-notify-add-watch)
4496 (tramp-sh-file-notify-process-filter)
4497 (tramp-sh-handle-file-notify-rm-watch)
4498 (tramp-get-remote-inotifywait): New defuns.
4499
4500 2013-07-03 Juri Linkov <juri@jurta.org>
4501
4502 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4503 call of `occur-read-primary-args' to interactive spec.
4504
4505 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4506 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
4507
4508 2013-07-03 Matthias Meulien <orontee@gmail.com>
4509
4510 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4511 `Buffer-menu-multi-occur'. Add it to the menu.
4512 (Buffer-menu-mode): Document it in docstring.
4513 (Buffer-menu-multi-occur): New command. (Bug#14673)
4514
4515 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4516
4517 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4518 keywords and built-ins.
4519
4520 2013-07-03 Glenn Morris <rgm@gnu.org>
4521
4522 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
4523
4524 Make info-xref checks case-sensitive by default
4525 * info.el (Info-find-node, Info-find-in-tag-table)
4526 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4527 Add option for exact case matching of nodes.
4528 * info-xref.el (info-xref): New custom group.
4529 (info-xref-case-fold): New option.
4530 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4531
4532 2013-07-03 Leo Liu <sdl.web@gmail.com>
4533
4534 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4535
4536 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4537
4538 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4539 middle of block statement initially, lower the depth. Remove
4540 FIXME comment, not longer valid. Remove middle of block statement
4541 detection, no need to do that anymore since we've been using
4542 `ruby-parse-region' here.
4543
4544 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
4545
4546 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4547
4548 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4549
4550 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4551
4552 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4555 (desktop-restore-in-current-display): New customization option.
4556 (desktop--excluded-frame-parameters): Add `font'.
4557 (desktop--save-frames): Rename from desktop--save-windows.
4558 (desktop--restore-in-this-display-p): New function.
4559 (desktop--make-full-frame): Remove unwanted width/height from
4560 full(width|height) frames.
4561 (desktop--restore-frames): Rename from desktop--restore-windows.
4562 Obey desktop-restore-current-display. Do not delete old frames or
4563 select a new frame unless we were able to restore at least one frame.
4564
4565 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
4566
4567 * files.el (find-file-noselect): Simplify conditional expression.
4568
4569 * remember.el (remember-append-to-file):
4570 Don't mix `find-buffer-visiting' and `get-file-buffer'.
4571
4572 Add `remember-notes' function to store random notes across Emacs
4573 restarts.
4574 * remember.el (remember-data-file): Add :set callback to affect
4575 notes buffer (if any).
4576 (remember-notes): New command.
4577 (remember-notes-buffer-name, bury-remember-notes-on-kill):
4578 New defcustoms for the `remember-notes' function.
4579 (remember-notes-save-and-bury-buffer): New command.
4580 (remember-notes-mode-map): New variable.
4581 (remember-mode): New minor mode.
4582 (remember-notes--kill-buffer-query): New function.
4583 * startup.el (initial-buffer-choice): Add notes to custom type.
4584
4585 2013-06-30 Eli Zaretskii <eliz@gnu.org>
4586
4587 * bindings.el (right-char, left-char): Don't call sit-for, this is
4588 no longer needed. Use arithmetic comparison only for numerical
4589 arguments.
4590
4591 * international/mule-cmds.el (select-safe-coding-system):
4592 Handle the case of FROM being a string correctly. (Bug#14755)
4593
4594 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4595
4596 * net/shr.el (shr-make-table-1): Add a sanity check that allows
4597 progression on degenerate tables.
4598 (shr-rescale-image): ImageMagick animated images currently don't work.
4599
4600 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
4601
4602 Some fixes and improvements for desktop frame restoration.
4603 It is still experimental and disabled by default.
4604 * desktop.el (desktop--save-windows): Put the selected frame at
4605 the head of the list.
4606 (desktop--make-full-frame): New function.
4607 (desktop--restore-windows): Try to re-select the frame that was
4608 selected upon saving. Do not abort if some frames fail to restore,
4609 just show an error message and continue. Set up maximized frames
4610 so they have default non-maximized dimensions.
4611
4612 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
4613
4614 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4615 Don't start heredoc inside a string or comment.
4616
4617 2013-06-29 Eli Zaretskii <eliz@gnu.org>
4618
4619 * bindings.el (visual-order-cursor-movement): New defcustom.
4620 (right-char, left-char): Provide visual-order cursor motion by
4621 calling move-point-visually. Update the doc strings.
4622
4623 2013-06-28 Kenichi Handa <handa@gnu.org>
4624
4625 * international/mule.el (define-coding-system): New coding system
4626 properties :inhibit-null-byte-detection,
4627 :inhibit-iso-escape-detection, and :prefer-utf-8.
4628 (set-buffer-file-coding-system): If :charset-list property of
4629 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
4630 appropriate for setting.
4631
4632 * international/mule-cmds.el (select-safe-coding-system):
4633 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
4634 multibyte characters, return utf-8 (or one of its siblings).
4635
4636 * international/mule-conf.el (prefer-utf-8): New coding system.
4637 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
4638 files.
4639
4640 2013-06-28 Ivan Kanis <ivan@kanis.fr>
4641
4642 * net/shr.el (shr-render-region): New function.
4643
4644 * net/eww.el: Autoload `eww-browse-url'.
4645
4646 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
4647
4648 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4649 Adapt to `package-desc-version' being a list.
4650 Use `package--ac-desc-version' to retrieve version from a package
4651 archive element.
4652
4653 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
4654
4655 New experimental feature to save&restore window and frame setup.
4656 * desktop.el (desktop-save-windows): New defcustom.
4657 (desktop--saved-states): New var.
4658 (desktop--excluded-frame-parameters): New defconst.
4659 (desktop--filter-frame-parms, desktop--find-frame-in-display)
4660 (desktop--restore-windows, desktop--save-windows): New functions.
4661 (desktop-save): Call `desktop--save-windows'.
4662 (desktop-read): Call `desktop--restore-windows'.
4663
4664 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4665
4666 * net/shr.el (add-face-text-property): Remove compat definition.
4667
4668 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4669
4670 * info.el (Info-try-follow-nearest-node): Move search for footnote
4671 above search for node name to prevent missing a footnote (bug#14717).
4672
4673 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4674
4675 * obsolete/otodo-mode.el: Add obsolescence info to file header.
4676
4677 2013-06-27 Leo Liu <sdl.web@gmail.com>
4678
4679 * net/eww.el (eww-read-bookmarks): Check file size.
4680
4681 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4682
4683 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
4684 advice--pending if newdef is nil or an autoload (bug#13820).
4685 (advice-mapc): New function.
4686
4687 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4688
4689 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
4690 probably.
4691 (eww-mode-map): Add a menu bar.
4692 (eww-add-bookmark): New command.
4693 (eww-bookmark-mode): New mode and commands.
4694 (eww-add-bookmark): Remove newlines from the title.
4695 (eww-bookmark-browse): Don't bug out if it's the only window.
4696
4697 2013-06-26 Glenn Morris <rgm@gnu.org>
4698
4699 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
4700 (hfy-size): Handle ttys. (Bug#14668)
4701
4702 * info-xref.el: Update for Texinfo 5 change in *note format.
4703 (info-xref-node-re, info-xref-note-re): New constants.
4704 (info-xref-check-buffer): Use info-xref-note-re.
4705
4706 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
4709
4710 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
4711 nil terminate the loop (bug#14718).
4712
4713 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4714
4715 * net/eww.el: Rework history traversal. When going forward/back,
4716 put these actions into the history, too, so that they can be
4717 replayed.
4718 (eww-render): Move the history reset to the correct buffer.
4719
4720 2013-06-25 Juri Linkov <juri@jurta.org>
4721
4722 * files-x.el (modify-dir-local-variable): Change the header comment
4723 in the file with directory local variables. (Bug#14692)
4724
4725 * files-x.el (read-file-local-variable-value): Add `default'.
4726 (Bug#14710)
4727
4728 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4729
4730 * net/eww.el (eww-make-unique-file-name): Create a unique file
4731 name before saving to entering `y' accidentally asynchronously.
4732
4733 2013-06-25 Ivan Kanis <ivan@kanis.fr>
4734
4735 * net/eww.el (eww-download): New command and keystroke.
4736
4737 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4738
4739 * net/eww.el (eww-copy-page-url): Change name of command.
4740
4741 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
4742 be more consistent with Info and dired.
4743
4744 * net/eww.el (eww-mode-map): Ditto.
4745
4746 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
4749 packages from archives.
4750 (package-archive-contents): Change format; include obsolete packages.
4751 (package-desc): Use `dir' to mark builtin packages.
4752 (package--from-builtin): Set the `dir' field to `builtin'.
4753 (generated-autoload-file, version-control): Declare.
4754 (package-compute-transaction): Change first arg and return value to be
4755 lists of package-descs. Adjust to new package-archive-contents format.
4756 (package--add-to-archive-contents): Adjust to new
4757 package-archive-contents format.
4758 (package-download-transaction): Arg is now a list of package-descs.
4759 (package-install): If `pkg' is a package name, pass it as
4760 a requirement, so it is subject to the usual (e.g. disabled) checks.
4761 (describe-package): Accept package-desc as well.
4762 (describe-package-1): Describe a specific package-desc. Add links to
4763 other package-descs for the same package name.
4764 (package-menu-describe-package): Pass the actual package-desc.
4765 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
4766 works correctly.
4767 (package-desc-status): New function.
4768 (package-menu--refresh): New function, extracted
4769 from package-menu--generate.
4770 (package-menu--generate): Use it.
4771 (package-delete): Update package-alist.
4772 (package-menu-execute): Don't call package-initialize.
4773
4774 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
4775 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
4776 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
4777 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
4778 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
4779 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
4780
4781 2013-06-25 Martin Rudalics <rudalics@gmx.at>
4782
4783 * window.el (window--state-get-1): Workaround for bug#14527.
4784 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
4785
4786 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4787
4788 * net/eww.el (eww-back-url): Implement the history by stashing all
4789 the data into a list.
4790 (eww-forward-url): Allow going forward in the history, too.
4791
4792 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4793
4794 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
4795 for values and use read--expression for expressions (bug#14710).
4796 (read-file-local-variable): Avoid setq.
4797 (read-file-local-variable-mode): Use minor-mode-list.
4798
4799 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4800
4801 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
4802 for DOI URLs.
4803
4804 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4805
4806 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
4807 Update imenu-support when dialect changes.
4808
4809 2013-06-25 Leo Liu <sdl.web@gmail.com>
4810
4811 * ido.el (ido-read-internal): Allow forward slash on windows.
4812
4813 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4814
4815 * net/eww.el (eww): Start of strings is \\`, not ^.
4816
4817 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4818
4819 * net/shr.el (shr-browse-url): Fix interactive spec.
4820
4821 * net/eww.el (eww): Add a trailing slash to domain names.
4822
4823 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
4824
4825 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
4826
4827 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4828
4829 * net/shr.el (shr-browse-url): Use an external browser if given a
4830 prefix.
4831
4832 * net/eww.el (eww-external-browser): Move to shr.
4833
4834 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4835
4836 * net/eww.el (eww): Work more correctly for file: URLs.
4837 (eww-detect-charset): Allow quoted charsets.
4838 (eww-yank-page-url): New command and keystroke.
4839
4840 2013-06-24 Daiki Ueno <ueno@gnu.org>
4841
4842 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4843 file name of gpg executable.
4844 (epg-context-program): New function.
4845 (epg-context-home-directory): New function.
4846 (epg-context-set-program): New function.
4847 (epg-context-set-home-directory): New function.
4848 (epg--start): Use `epg-context-program' instead of
4849 'epg-gpg-program'.
4850 (epg--list-keys-1): Likewise.
4851
4852 2013-06-24 Leo Liu <sdl.web@gmail.com>
4853
4854 * ido.el (ido-read-internal): Fix bug#14620.
4855
4856 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4857
4858 * faces.el (face-documentation): Simplify.
4859 (read-face-attribute, tty-find-type, x-resolve-font-name):
4860 Use `string-match-p'.
4861 (list-faces-display): Use `string-match-p'. Simplify.
4862 (face-spec-recalc): Check face to avoid face alias loops.
4863 (read-color): Use `string-match-p' and non-capturing parenthesis.
4864
4865 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4866
4867 * net/shr.el (shr-rescale-image): Use the new
4868 :max-width/:max-height functionality.
4869
4870 2013-06-23 Ivan Kanis <ivan@kanis.fr>
4871
4872 * net/eww.el (eww-search-prefix): New variable.
4873 (eww): Use it.
4874 (eww-external-browser): New variable.
4875 (eww-mode-map): New keystroke.
4876 (eww-browse-with-external-browser): New command.
4877
4878 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4879
4880 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4883 Don't skip aligning the next header field when padding is 0;
4884 otherwise, field width is not respected unless the title is as
4885 wide as the field.
4886
4887 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * emacs-lisp/package.el (package-el-version): Remove.
4890 (package-process-define-package): Fix inf-loop.
4891 (package-install): Allow symbols as arguments again.
4892
4893 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4894
4895 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
4896 add some more keyword-like methods.
4897 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
4898
4899 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
4900
4901 * bs.el (bs-buffer-show-mark): Make defvar-local.
4902 (bs-mode): Use setq-local.
4903
4904 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
4905 (emacs-lock--try-unlocking): Make defvar-local.
4906
4907 2013-06-22 Glenn Morris <rgm@gnu.org>
4908
4909 * play/cookie1.el (cookie-apropos): Minor simplification.
4910
4911 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
4912
4913 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4914
4915 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
4916 `regexp-opt', it breaks the build during dumping.
4917
4918 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
4919
4920 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4921 Highlight keyword-like methods on Kernel and Module with
4922 font-lock-builtin-face.
4923 (auto-mode-alist): Consolidate different entries into one regexp
4924 and add more *file-s.
4925
4926 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
4927
4928 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
4929
4930 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
4931 (diary-entry): Use it in the action of this button type instead of
4932 diary-goto-entry.
4933
4934 * calendar/todo-mode.el: New version.
4935 (todo-add-category): Append new category to end of file and give
4936 it the highest number, instead of putting it at the beginning and
4937 giving it 0. Incorporate noninteractive functionality.
4938 (todo-forward-category): Adapt to 1-based category numbering.
4939 Allow skipping over archived categories.
4940 (todo-backward-category): Derive from todo-forward-category.
4941 (todo-backward-item, todo-forward-item): Make noninteractive and
4942 delegate interactive part to new commands. Make sensitive to done items.
4943 (todo-categories): Make value an alist of category names and
4944 vectors of item counts.
4945 (todo-category-beg): Make a defconst.
4946 (todo-category-number): Use 1 instead of 0 as initial value.
4947 (todo-category-select): Make sensitive to overlays, optional item
4948 highlighting and done items.
4949 (todo-delete-item): Make sensitive to overlays and marked and done items.
4950 (todo-edit-item): Make sensitive to overlays and editing of
4951 date/time header optional. Add format checks.
4952 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
4953 no-op if point is not on an item. Advertise using todo-edit-quit.
4954 (todo-edit-mode): Make sensitive to new format, font-locking, and
4955 multiple todo files.
4956 (todo-insert-item, todo-insert-item-here): Derive from
4957 todo-basic-insert-item and extend functionality.
4958 (todo-item-end, todo-item-start): Make sensitive to done items.
4959 (todo-item-string): Don't return text properties. Restore point.
4960 (todo-jump-to-category): Make sensitive to multiple todo files and
4961 todo archives. Use extended category completion.
4962 (todo-lower-item, todo-raise-item): Rename to *-priority and
4963 derive from todo-set-item-priority.
4964 (todo-mode): Derive from special-mode. Make sensitive to new
4965 format, font-locking and multiple todo files. Make read-only.
4966 (todo-mode-map): Don't suppress digit keys, so they can supply
4967 prefix arguments. Add many new key bindings.
4968 (todo-prefix): Insert as an overlay instead of file text.
4969 Change semantics from diary date expression to purely visual mark.
4970 (todo-print): Rename to todo-print-buffer. Make buffer display
4971 features printable. Remove option to restrict number of items
4972 printed. Add option to print to file.
4973 (todo-print-function): Rename to todo-print-buffer-function.
4974 (todo-quit): Extend to handle exiting new todo modes.
4975 (todo-remove-item): Make sensitive to overlays.
4976 (todo-save): Extend to buffers of filtered items.
4977 (todo-show): Make sensitive to done items, multiple todo files and
4978 new todo modes. Offer to convert legacy todo file before creating
4979 first new todo file.
4980 (todo-show-priorities): Rename to todo-top-priorities.
4981 Change semantics of value 0.
4982 (todo-top-priorities): Rename to todo-filter-top-priorities,
4983 derive from todo-filter-items and extend functionality.
4984 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4985 and extend functionality to other types of filtered items.
4986 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4987 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4988 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4989 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4990 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4991 (todo-edit-mode-hook, todo-entry-prefix-function)
4992 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4993 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4994 (todo-initials, todo-insert-threshold, todo-item-string-start)
4995 (todo-line-string, todo-menu, todo-mode-hook)
4996 (todo-more-important-p, todo-previous-answer, todo-previous-line)
4997 (todo-print-priorities, todo-remove-separator)
4998 (todo-save-top-priorities-too, todo-string-count-lines)
4999 (todo-string-multiline-p, todo-time-string-format)
5000 (todo-tmp-buffer-name): Remove.
5001 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5002 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5003 (todo-edit-category-diary-inclusion)
5004 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5005 (todo-edit-file, todo-edit-item-date-day)
5006 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5007 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5008 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5009 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5010 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5011 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5012 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5013 (todo-filter-top-priorities-multifile, todo-find-archive)
5014 (todo-find-filtered-items-file, todo-go-to-source-item)
5015 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5016 (todo-jump-to-archive-category, todo-lower-category)
5017 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5018 (todo-move-category, todo-move-item, todo-next-button)
5019 (todo-next-item, todo-padded-string, todo-powerset)
5020 (todo-previous-button, todo-previous-item)
5021 (todo-print-buffer-to-file, todo-raise-category)
5022 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5023 (todo-set-category-number, todo-set-item-priority)
5024 (todo-set-top-priorities-in-category)
5025 (todo-set-top-priorities-in-file, todo-show-categories-table)
5026 (todo-sort-categories-alphabetically-or-numerically)
5027 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5028 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5029 (todo-toggle-item-header, todo-toggle-item-highlighting)
5030 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5031 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5032 (todo-unarchive-items, todo-unmark-category): New commands.
5033 (todo-absolute-file-name, todo-add-to-buffer-list)
5034 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5035 (todo-basic-insert-item, todo-category-completions)
5036 (todo-category-number, todo-category-string-matcher-1)
5037 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5038 (todo-check-format, todo-clear-matches)
5039 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5040 (todo-current-category, todo-date-string-matcher)
5041 (todo-define-insertion-command, todo-diary-expired-matcher)
5042 (todo-diary-goto-entry, todo-diary-item-p)
5043 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5044 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5045 (todo-done-item-section-p, todo-done-separator)
5046 (todo-done-string-matcher, todo-files, todo-filter-items)
5047 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5048 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5049 (todo-insert-category-line, todo-insert-item-from-calendar)
5050 (todo-insert-sort-button, todo-insert-with-overlays)
5051 (todo-insertion-command-name, todo-insertion-key-bindings)
5052 (todo-label-to-key, todo-longest-category-name-length)
5053 (todo-make-categories-list, todo-mode-external-set)
5054 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5055 (todo-modes-set-3, todo-multiple-filter-files)
5056 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5057 (todo-read-category, todo-read-date, todo-read-dayname)
5058 (todo-read-file-name, todo-read-time)
5059 (todo-reevaluate-category-completions-files-defcustom)
5060 (todo-reevaluate-default-file-defcustom)
5061 (todo-reevaluate-filelist-defcustoms)
5062 (todo-reevaluate-filter-files-defcustom)
5063 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5064 (todo-reset-done-separator, todo-reset-done-separator-string)
5065 (todo-reset-done-string, todo-reset-global-current-todo-file)
5066 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5067 (todo-reset-prefix, todo-set-categories)
5068 (todo-set-date-from-calendar, todo-set-show-current-file)
5069 (todo-set-top-priorities, todo-short-file-name)
5070 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5071 (todo-total-item-counts, todo-update-buffer-list)
5072 (todo-update-categories-display, todo-update-categories-sexp)
5073 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5074 New functions.
5075 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5076 New major modes.
5077 (todo-categories, todo-display, todo-edit, todo-faces)
5078 (todo-filtered): New defgroups.
5079 (todo-archived-only, todo-button, todo-category-string, todo-date)
5080 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5081 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5082 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5083 (todo-add-item-if-new-category, todo-always-add-time-string)
5084 (todo-categories-align, todo-categories-archived-label)
5085 (todo-categories-category-label, todo-categories-diary-label)
5086 (todo-categories-done-label, todo-categories-number-separator)
5087 (todo-categories-todo-label, todo-categories-totals-label)
5088 (todo-category-completions-files, todo-completion-ignore-case)
5089 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5090 (todo-done-separator-string, todo-done-string)
5091 (todo-files-function, todo-filter-done-items, todo-filter-files)
5092 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5093 (todo-initial-category, todo-initial-file, todo-item-mark)
5094 (todo-legacy-date-time-regexp, todo-mode-line-function)
5095 (todo-nondiary-marker, todo-number-prefix)
5096 (todo-print-buffer-function, todo-show-current-file)
5097 (todo-show-done-only, todo-show-first, todo-show-with-done)
5098 (todo-skip-archived-categories, todo-top-priorities-overrides)
5099 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5100 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5101 New defcustoms.
5102 (todo-category-done, todo-date-pattern, todo-date-string-start)
5103 (todo-diary-items-buffer, todo-done-string-start)
5104 (todo-filtered-items-buffer, todo-item-start)
5105 (todo-month-abbrev-array, todo-month-name-array)
5106 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5107 (todo-top-priorities-buffer): New defconsts.
5108 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5109 (todo-categories-with-marks, todo-category-string-face)
5110 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5111 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5112 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5113 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5114 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5115 (todo-font-lock-keywords, todo-global-current-todo-file)
5116 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5117 (todo-insertion-commands-args)
5118 (todo-insertion-commands-args-genlist)
5119 (todo-insertion-commands-names, todo-insertion-map)
5120 (todo-key-bindings-t, todo-key-bindings-t+a)
5121 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5122 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5123 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5124 (todo-visited): New variables.
5125
5126 2013-06-21 Glenn Morris <rgm@gnu.org>
5127
5128 * play/cookie1.el (cookie-apropos): Add optional display argument.
5129 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5130 (psychoanalyze-pinhead): Use cookie-doctor.
5131
5132 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5133
5134 * emacs-lisp/package.el (tar-get-file-descriptor)
5135 (tar--extract): Declare.
5136
5137 2013-06-21 Eduard Wiebe <usenet@pusto.de>
5138
5139 Extend flymake's warning predicate to be a function (bug#14217).
5140 * progmodes/flymake.el (flymake-warning-predicate): New.
5141 (flymake-parse-line): Use it.
5142 (flymake-warning-re): Make obsolete alias to
5143 `flymake-warning-predicate'.
5144
5145 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5146
5147 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5148 (package-obsolete-list): Remove.
5149 (package-activate): Remove min-version argument. Add `force' argument.
5150 Adjust to new package-alist format.
5151 (package-mark-obsolete): Remove.
5152 (package-unpack): Force reload of the package's autoloads.
5153 (package-installed-p): Check builtins if the installed package is not
5154 recent enough.
5155 (package-initialize): Don't reset package-obsolete-list.
5156 Don't specify which package version to activate.
5157 (package-process-define-package, describe-package-1)
5158 (package-menu--generate): Adjust to new package-alist format.
5159
5160 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5161
5162 * allout-widgets.el (allout-widgets-mode-off)
5163 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5164 (allout-widgets-post-command-business)
5165 (allout-widgets-after-copy-or-kill-function)
5166 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5167 (allout-decorate-item-and-context)
5168 (allout-graphics-modification-handler): Fix typos in docstrings.
5169 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5170
5171 * cmuscheme.el (scheme-start-file): Doc fix.
5172 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5173 (scheme-input-filter): Use `string-match-p'.
5174
5175 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5176
5177 * dired-x.el: Use Dired consistently in docstrings.
5178
5179 * dired.el: Use Dired consistently in docstrings.
5180 (dired-readin, dired-mode): Use `setq-local'.
5181 (dired-switches-alist): Make defvar-local.
5182 (dired-buffers-for-dir): Use `zerop'.
5183 (dired-safe-switches-p, dired-switches-escape-p)
5184 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5185 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5186 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5187 (dired-goto-next-nontrivial-file): Use `string-match-p'.
5188 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5189 (dired-toggle-marks, dired-mark-files-containing-regexp)
5190 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5191 (dired-flag-auto-save-files, dired-flag-backup-files):
5192 Use `looking-at-p'.
5193 (dired-mark-files-regexp, dired-build-subdir-alist):
5194 Use `string-match-p', `looking-at-p'.
5195
5196 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5197 (direct-print-region-helper): Use `string-match-p'.
5198
5199 2013-06-21 Leo Liu <sdl.web@gmail.com>
5200
5201 * comint.el (comint-redirect-results-list-from-process):
5202 Fix infinite loop.
5203
5204 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5205
5206 * net/eww.el (eww-update-header-line-format): Quote % characters.
5207
5208 2013-06-21 Glenn Morris <rgm@gnu.org>
5209
5210 * play/cookie1.el (cookie): New custom group.
5211 (cookie-file): New option.
5212 (cookie-check-file): New function.
5213 (cookie): Make it interactive. Make start and end messages optional.
5214 Interactively, display the result. Default to cookie-file.
5215 (cookie-insert): Default to cookie-file.
5216 (cookie-snarf): Make start and end messages optional.
5217 Default to cookie-file. Use with-temp-buffer.
5218 (cookie-read): Rename from read-cookie.
5219 Make start and end messages optional. Default to cookie-file.
5220 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
5221 Do not autoload it.
5222 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5223 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5224
5225 2013-06-21 Leo Liu <sdl.web@gmail.com>
5226
5227 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5228
5229 2013-06-21 Glenn Morris <rgm@gnu.org>
5230
5231 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5232
5233 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5234 Daniel Hackney <dan@haxney.org>
5235
5236 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5237 Consolidate the single-file vs tarball code.
5238 (package-desc-suffix): New function.
5239 (package-desc-full-name): Don't bother inlining it.
5240 (package-load-descriptor): Return the new package-desc.
5241 (package-mark-obsolete): Remove unused arg `package'.
5242 (package-unpack): Make it work for single files as well.
5243 Make it update package-alist.
5244 (package--make-autoloads-and-stuff): Rename from
5245 package--make-autoloads-and-compile. Don't compile any more.
5246 (package--compile): New function.
5247 (package-generate-description-file): New function, extracted from
5248 package-unpack-single.
5249 (package-unpack-single): Remove.
5250 (package--with-work-buffer): Add indentation and debugging info.
5251 (package-download-single): Remove.
5252 (package-install-from-archive): Rename from package-download-tar, make
5253 it take a pkg-desc, and make it work for single files as well.
5254 (package-download-transaction): Simplify.
5255 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5256 external tar program.
5257 (package-install-from-buffer): Remove `pkg-desc' argument.
5258 Use package-tar-file-info for tar-mode buffers.
5259 (package-install-file): Simplify accordingly.
5260 (package-archive-base): Change to take a pkg-desc.
5261 * tar-mode.el (tar--check-descriptor): New function, extracted from
5262 tar-get-descriptor.
5263 (tar-get-descriptor): Use it.
5264 (tar-get-file-descriptor): New function.
5265 (tar--extract): New function, extracted from tar-extract.
5266 (tar--extract): Use it.
5267 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5268 case the summary uses non-ascii. Adjust to new calling convention of
5269 package-tar-file-info.
5270
5271 2013-06-21 Leo Liu <sdl.web@gmail.com>
5272
5273 * comint.el (comint-redirect-results-list-from-process):
5274 Fix random delay. (Bug#14681)
5275
5276 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5277
5278 * profiler.el (profiler-format-number): Use log, not log10.
5279
5280 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5281
5282 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5283
5284 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5287 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5288 yet available.
5289 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5290 (AUTOGENEL): ... here.
5291 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5292 (cl--defsubst-expand): Use it.
5293
5294 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5295
5296 * subr.el (log10): Move here from C code, and declare as obsolete.
5297 All uses of (log10 X) replaced with (log X 10).
5298
5299 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5300
5301 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5302 Declare with `defvar-local'.
5303 (tabulated-list-use-header-line, tabulated-list-entries)
5304 (tabulated-list-padding, tabulated-list-printer)
5305 (tabulated-list-sort-key): Declare with `defvar-local'.
5306 (tabulated-list-init-header, tabulated-list-print-fake-header):
5307 Use `setq-local'.
5308
5309 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
5310
5311 * arc-mode.el (archive-mode): Add `archive-write-file' to
5312 `write-contents-functions' also for remote files. (Bug#14652)
5313
5314 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * cus-edit.el (custom-commands): Fix typos.
5317 (custom-display): Fix tooltip text.
5318 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5319 Fix typos in docstrings.
5320 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5321 (custom-unlispify-menu-entry, custom-magic-value-create)
5322 (custom-add-see-also, custom-group-value-create): Use ?\s.
5323 (custom-guess-type, customize-apropos, editable-field)
5324 (custom-face-value-create): Use `string-match-p'.
5325 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5326
5327 * custom.el (custom-load-symbol): Use `string-match-p'.
5328
5329 * ansi-color.el: Convert to lexical binding.
5330 (ansi-colors): Fix URL.
5331 (ansi-color-context, ansi-color-context-region): Use defvar-local.
5332 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5333 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5334
5335 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5336
5337 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5338
5339 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5340
5341 2013-06-19 Tom Tromey <tromey@redhat.com>
5342
5343 * net/eww.el (eww-top-url): Remove.
5344 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5345 (eww-render): Set new variables. Don't set eww-top-url.
5346 (eww-handle-link): Handle "prev", "home", and "contents".
5347 Downcase the rel text.
5348 (eww-top-url): Choose best top URL.
5349
5350 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5351
5352 * net/eww.el: Rewrite to implement form elements "by hand" instead of
5353 relying in widget.el. Using widget.el leads to too many
5354 user interface inconsistencies.
5355 (eww-self-insert): Implement entering commands in text fields.
5356 (eww-process-text-input): New function to make text input field editing
5357 work.
5358 (eww-submit): Rewrite to use the new-style form methods.
5359 (eww-select-display): Display the correct selected item.
5360 (eww-change-select): Implement changing the select value.
5361 (eww-toggle-checkbox): Implement radio/checkboxes.
5362 (eww-update-field): Fix compilation error.
5363 (eww-tag-textarea): Implement <textarea>.
5364
5365 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5366 we don't shadow mode-specific bindings.
5367
5368 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5369 nothing to push.
5370
5371 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5372
5373 2013-06-19 Glenn Morris <rgm@gnu.org>
5374
5375 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5376
5377 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5378
5379 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5380 not needed.
5381
5382 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5383
5384 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5385
5386 * net/browse-url.el (browse-url-browser-function):
5387 `eww-browse-url' has the right calling signature, `eww' does not.
5388
5389 2013-06-19 Glenn Morris <rgm@gnu.org>
5390
5391 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5392 Only eval autoloaded macros.
5393 (byte-compile-autoload): Only give the macro warning for macros.
5394
5395 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5396 (ps-underlined-faces): Declare.
5397
5398 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5399 (speedbar-add-supported-extension): Declare.
5400
5401 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5402 Don't include a date stamp in the header of the generated file;
5403 it leads to needless differences between output files.
5404
5405 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5406
5407 * net/secrets.el (secrets-struct-secret-content-type):
5408 Replace check of introspection data by a test call of "CreateItem".
5409 Some servers do not offer introspection.
5410
5411 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5412
5413 * electric.el (electric-pair-mode): Improve interaction with
5414 electric-layout-mode.
5415 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5416 (electric-pair-syntax): Use text-mode-syntax-table in comments
5417 and strings.
5418 (electric-pair--insert): New function.
5419 (electric-pair-post-self-insert-function): Use it and
5420 electric--after-char-pos.
5421
5422 2013-06-19 Leo Liu <sdl.web@gmail.com>
5423
5424 * progmodes/octave.el (octave-help): Fix regexp.
5425
5426 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5427
5428 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5429 (shr-table-horizontal-line): Allow nil as a value, and change the
5430 default.
5431 (shr-insert-table-ruler): Respect the nil value.
5432
5433 2013-06-18 Tom Tromey <tromey@barimba>
5434
5435 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5436 New defvars.
5437 (eww-open-file): New defun.
5438 (eww-render): Initialize new variables.
5439 (eww-display-html): Handle "link" and "a".
5440 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5441 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
5442 (eww-back-url): Rename from eww-previous-url.
5443 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5444 New defuns.
5445
5446 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
5447
5448 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5449 Distinguish ternary operator tokens from slash symbol and slash
5450 char literal.
5451
5452 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
5453
5454 Convert symbol prettification into minor mode and global minor mode.
5455
5456 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5457 `prog-prettify-symbols', and make a local defvar instead of defcustom.
5458 (prettify-symbols--keywords): Rename from
5459 `prog-prettify-symbols-alist' and make a local defvar.
5460 (prettify-symbols--compose-symbol): Rename from
5461 `prog--prettify-font-lock-compose-symbol'.
5462 (prettify-symbols--make-keywords): Rename from
5463 `prog-prettify-font-lock-symbols-keywords' and simplify.
5464 (prog-prettify-install): Remove.
5465 (prettify-symbols-mode): New minor mode, based on
5466 `prog-prettify-install'.
5467 (turn-on-prettify-symbols-mode): New function.
5468 (global-prettify-symbols-mode): New globalized minor mode.
5469
5470 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5471 * progmodes/cfengine.el (cfengine3-mode):
5472 * progmodes/perl-mode.el (perl-mode): Don't call
5473 `prog-prettify-install'; set `prettify-symbols-alist' instead.
5474
5475 2013-06-18 Juri Linkov <juri@jurta.org>
5476
5477 * files-x.el (modify-file-local-variable-message): New function.
5478 (modify-file-local-variable)
5479 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5480 and call `modify-file-local-variable-message' when it's non-nil.
5481 (add-file-local-variable, delete-file-local-variable)
5482 (add-file-local-variable-prop-line)
5483 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5484 and use it. (Bug#9820)
5485
5486 2013-06-18 Juri Linkov <juri@jurta.org>
5487
5488 * emulation/vi.el (vi-shell-op):
5489 * emulation/vip.el (vip-execute-com, ex-command):
5490 * emulation/viper-cmd.el (viper-exec-bang):
5491 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5492 the call of `shell-command-on-region'. (Bug#14637)
5493
5494 * simple.el (shell-command-on-region): Doc fix.
5495
5496 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5497
5498 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5499 (bug#14633).
5500
5501 2013-06-18 Glenn Morris <rgm@gnu.org>
5502
5503 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5504
5505 * newcomment.el (comment-search-forward, comment-search-backward):
5506 Doc fix. (Bug#14376)
5507
5508 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
5509
5510 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5511 (buffer-face-mode-invoke): Doc fix.
5512
5513 2013-06-18 Matthias Meulien <orontee@gmail.com>
5514
5515 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
5516 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
5517
5518 2013-06-18 Glenn Morris <rgm@gnu.org>
5519
5520 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5521 Replace obsolete function generic-make-keywords with its expansion.
5522
5523 * progmodes/python.el (ffap-alist): Declare.
5524
5525 * textmodes/reftex.el (bibtex-mode-map): Declare.
5526
5527 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5528
5529 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5530 (package-unpack, package-unpack-single): Return the pkg-dir.
5531 (package-download-transaction): Use it to update package-alist.
5532
5533 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5534
5535 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5536 possible choice.
5537
5538 2013-06-17 Juri Linkov <juri@jurta.org>
5539
5540 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5541
5542 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5543
5544 * emacs-lisp/package.el (package-load-descriptor):
5545 Remove `with-syntax-table' call, `read' doesn't need it.
5546 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5547
5548 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
5549
5550 * startup.el (command-line): Expand package name returned by
5551 `package--description-file' (bug#14639).
5552
5553 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5554
5555 * emacs-lisp/package.el (package-load-descriptor): Do not call
5556 `emacs-lisp-mode', just use its syntax table.
5557
5558 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
5559
5560 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5561 `font-lock-extra-managed-props' if any prettifying keyword is added.
5562 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5563 (prog-mode): Use `setq-local'.
5564
5565 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * international/characters.el (standard-case-table): Set syntax of ?»
5568 and ?« to punctuation.
5569
5570 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
5571
5572 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5573 Save relevant match data before calling `syntax-ppss' (bug#14595).
5574
5575 2013-06-15 Juri Linkov <juri@jurta.org>
5576
5577 * files-x.el (modify-file-local-variable-prop-line): Add local
5578 variables to the end of the existing comment on the first line.
5579 Use `file-auto-mode-skip' to skip interpreter magic line,
5580 and also skip XML declaration.
5581
5582 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * startup.el (package--builtin-versions): New var.
5585 (package-subdirectory-regexp): Remove.
5586 (package--description-file): Hard code its value instead.
5587
5588 * emacs-lisp/package.el: Don't activate packages older than builtin.
5589 (package-obsolete-list): Rename from package-obsolete-alist, and make
5590 it into a simple list of package-desc.
5591 (package-strip-version): Remove.
5592 (package-built-in-p): Use package--builtin-versions.
5593 (package-mark-obsolete): Simplify.
5594 (package-process-define-package): Mark it obsolete if older than the
5595 builtin version.
5596 (package-handle-response): Use line-end-position.
5597 (package-read-archive-contents, package--download-one-archive):
5598 Simplify.
5599 (package--add-to-archive-contents): Skip if older than the builtin or
5600 installed version.
5601 (package-menu-describe-package): Fix last change.
5602 (package-list-unversioned): New var.
5603 (package-menu--generate): Use it.
5604
5605 * emacs-lisp/autoload.el: Manage package--builtin-versions.
5606 (autoload--insert-text, autoload--insert-cookie-text): New functions.
5607 (autoload-builtin-package-versions): New variable.
5608 (autoload-generate-file-autoloads): Use them.
5609 Remove the list of autoloaded functions/macros from the
5610 (autoload...) comments.
5611
5612 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5613
5614 2013-06-15 Eli Zaretskii <eliz@gnu.org>
5615
5616 * simple.el (line-move-partial): Don't jump to the next screen
5617 line as soon as it becomes visible. Instead, continue enlarging
5618 the vscroll until the portion of a tall screen line that's left on
5619 display is about the height of the frame's default font.
5620 (Bug#14567)
5621
5622 2013-06-15 Glenn Morris <rgm@gnu.org>
5623
5624 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
5625 compilation-error-regexp-alist void, or local while let-bound.
5626
5627 * progmodes/make-mode.el (makefile-mode-syntax-table):
5628 Treat "=" as punctuation. (Bug#14614)
5629
5630 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
5631
5632 * help-fns.el (describe-variable):
5633 Add extra line for permanent-local variables.
5634
5635 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
5636
5637 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5638 Add export, import, library. (Bug#9164)
5639 (library): Set indent function.
5640
5641 2013-06-14 Glenn Morris <rgm@gnu.org>
5642
5643 * term/xterm.el (xterm--query):
5644 Stop after first matching handler. (Bug#14615)
5645
5646 2013-06-14 Ivan Kanis <ivan@kanis.fr>
5647
5648 Add support for dired in saveplace.
5649 * dired.el (dired-initial-position-hook): New variable.
5650 (dired-initial-position): Call hook to place cursor position.
5651 * saveplace.el (save-place-to-alist): Add dired position.
5652 (save-place-dired-hook): New function.
5653
5654 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
5657 through a symbol rather than letrec.
5658
5659 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
5660 (package-desc): Add `dir' field.
5661 (package-desc-full-name): New function.
5662 (package-load-descriptor): Combine the two arguments. Don't use `load'.
5663 (package-maybe-load-descriptor): Remove.
5664 (package-load-all-descriptors): Just call package-load-descriptor.
5665 (package--disabled-p): New function.
5666 (package-desc-vers, package-desc-doc): Remove aliases.
5667 (package--dir): Remove function.
5668 (package-activate): Check if a package is disabled.
5669 (package-process-define-package): New function, extracted from
5670 define-package.
5671 (define-package): Turn into a place holder.
5672 (package-unpack-single, package-tar-file-info):
5673 Use package--description-file.
5674 (package-compute-transaction): Use package--disabled-p.
5675 (package-download-transaction): Don't call
5676 package-maybe-load-descriptor since they're all loaded anyway.
5677 (package-install): Change argument to be a pkg-desc.
5678 (package-delete): Use a single pkg-desc argument.
5679 (describe-package-1): Use package-desc-dir instead of package--dir.
5680 Use package-desc property instead of package-symbol.
5681 (package-install-button-action): Adjust accordingly.
5682 (package--push): Rewrite.
5683 (package-menu--print-info): Adjust accordingly. Change the ID format
5684 to be a pkg-desc.
5685 (package-menu-describe-package, package-menu-get-status)
5686 (package-menu--find-upgrades, package-menu-mark-upgrades)
5687 (package-menu-execute, package-menu--name-predicate):
5688 Adjust accordingly.
5689 * startup.el (package--description-file): New function.
5690 (command-line): Use it.
5691 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5692 Use package-desc-version.
5693
5694 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
5695 (byte-compile-preprocess): Use it.
5696 (byte-compile-file-form-defalias): Try a bit harder to use macros we
5697 can't quite recognize.
5698 (byte-compile-add-to-list): Remove.
5699 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
5700 (cconv-closure-convert): Add assertion.
5701
5702 * emacs-lisp/map-ynp.el: Use lexical-binding.
5703 (map-y-or-n-p): Remove unused vars `tail' and `object'.
5704 Factor out some repeated code.
5705
5706 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * subr.el (with-eval-after-load): New macro.
5709 (eval-after-load): Allow form to be a function.
5710 take advantage of lexical-binding.
5711 (do-after-load-evaluation): Use dolist and adjust to new format.
5712 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
5713
5714 2013-06-13 Juri Linkov <juri@jurta.org>
5715
5716 * replace.el (perform-replace): Display "symbol " and other search
5717 modes from `isearch-message-prefix' in the *Help* buffer.
5718
5719 * isearch.el (isearch-query-replace): Add " symbol" and other
5720 possible search modes from `isearch-message-prefix' to the prompt.
5721 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
5722 when reading a regexp to collect.
5723
5724 2013-06-13 Juri Linkov <juri@jurta.org>
5725
5726 * isearch.el (word-search-regexp): Match whitespace if the search
5727 string begins or ends in whitespace. The LAX arg is applied to
5728 both ends of the search string. Use `regexp-quote' and explicit
5729 \< and \> instead of \b. Use \` and \' instead of ^ and $.
5730 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
5731 boundaries are replaced with symbol boundaries, and characters
5732 between symbols match non-word non-symbol syntax. (Bug#14602)
5733
5734 2013-06-13 Juri Linkov <juri@jurta.org>
5735
5736 * isearch.el (isearch-del-char): Don't exceed the length of
5737 `isearch-string' by the prefix arg. (Bug#14563)
5738
5739 2013-06-13 Juri Linkov <juri@jurta.org>
5740
5741 * isearch.el (isearch-yank-word, isearch-yank-line)
5742 (isearch-char-by-name, isearch-quote-char)
5743 (isearch-printing-char, isearch-process-search-char):
5744 Add optional count prefix arg. (Bug#14563)
5745
5746 * international/isearch-x.el
5747 (isearch-process-search-multibyte-characters):
5748 Add optional count prefix arg.
5749
5750 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
5753 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5754 lexical-binding.
5755
5756 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
5757
5758 * subr.el (set-temporary-overlay-map): Add on-exit argument.
5759
5760 2013-06-13 Glenn Morris <rgm@gnu.org>
5761
5762 * startup.el (tty-handle-args):
5763 Don't just discard "--" and anything after. (Bug#14608)
5764
5765 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
5766
5767 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
5768
5769 Implement changes in Secret Service API. Make it backward compatible.
5770 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
5771 (secrets-create-item): Use it. Prefix properties with interface.
5772
5773 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
5774
5775 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
5776 (term-emulate-terminal): Respect term-suppress-hard-newline.
5777
5778 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
5779
5780 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5781 Only remove a `thumb-file' overlay. (Bug#14548)
5782
5783 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
5784
5785 * mail/reporter.el (reporter-submit-bug-report):
5786 Handle missing package-name. (Bug#14600)
5787
5788 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5789
5790 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
5791 (reftex-citation-prompt, reftex-default-bibliography)
5792 (reftex-bib-or-thebib, reftex-get-bibfile-list)
5793 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5794 (reftex-bib-sort-author, reftex-bib-sort-year)
5795 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
5796 (reftex-extract-bib-entries-from-thebibliography)
5797 (reftex-get-bibkey-default, reftex-get-bib-names)
5798 (reftex-parse-bibtex-entry, reftex-get-bib-field)
5799 (reftex-format-bib-entry, reftex-parse-bibitem)
5800 (reftex-format-bibitem, reftex-do-citation)
5801 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
5802 (reftex-restrict-bib-matches, reftex-extract-bib-file)
5803 (reftex-insert-bib-matches, reftex-format-citation)
5804 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
5805 (reftex-create-bibtex-file): Add docstrings, mostly by converting
5806 existing comments into docstrings.
5807
5808 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5809
5810 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
5811
5812 2013-06-12 Andreas Schwab <schwab@suse.de>
5813
5814 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
5815 for auto-save files.
5816
5817 2013-06-12 Glenn Morris <rgm@gnu.org>
5818
5819 * ido.el (ido-delete-ignored-files): Remove.
5820 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5821 Go back to calling ido-ignore-item-p directly.
5822
5823 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
5824
5825 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
5826
5827 * ido.el (ido-delete-ignored-files): New function,
5828 split from ido-make-file-list-1.
5829 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
5830 (ido-make-file-list-1): Use ido-delete-ignored-files.
5831
5832 2013-06-12 Leo Liu <sdl.web@gmail.com>
5833
5834 * progmodes/octave.el (inferior-octave-startup)
5835 (inferior-octave-completion-table)
5836 (inferior-octave-track-window-width-change)
5837 (octave-eldoc-function-signatures, octave-help)
5838 (octave-find-definition): Use single quoted strings.
5839 (inferior-octave-startup-args): Change default value.
5840 (inferior-octave-startup): Do not hard code "-i" and
5841 "--no-line-editing".
5842 (inferior-octave-resync-dirs): Add optional arg NOERROR.
5843 (inferior-octave-directory-tracker): Use it.
5844 (octave-goto-function-definition): Robustify.
5845 (octave-help): Support highlighting operators in 'See also'.
5846 (octave-find-definition): Find subfunctions only in Octave mode.
5847
5848 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * help-fns.el (help-fns--compiler-macro): If the handler function is
5851 named, then put a link to it.
5852 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5853 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5854 (cl-typep): Use it.
5855 (cl-eval-when): Simplify debug spec.
5856 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
5857 compiler-macro function instead of setting `compiler-macro-file'.
5858
5859 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5860
5861 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5862 * vc/vc-hooks.el (vc-stay-local): Doc fix.
5863
5864 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5865 Daniel Hackney <dan@haxney.org>
5866
5867 First part of Daniel Hackney's patch to package.el.
5868 * emacs-lisp/package.el: Use defstruct.
5869 (package-desc): New, main struct.
5870 (package--bi-desc, package--ac-desc): New structs, used to describe the
5871 format in external files.
5872 (package-desc-vers): Replace with package-desc-version accessor.
5873 (package-desc-doc): Replace with package-desc-summary accessor.
5874 (package-activate-1): Remove `package' arg since the pkg-vec now
5875 includes the name.
5876 (define-package): Use package-desc-from-define.
5877 (package-unpack-single): Change file-name arg to be a symbol.
5878 (package--add-to-archive-contents): Use package-desc-create and new
5879 accessor functions to package--ac-desc.
5880 (package-buffer-info, package-tar-file-info): Return a package-desc.
5881 (package-install-from-buffer): Remove `type' argument. Change pkg-info
5882 arg to be a package-desc.
5883 (package-install-file): Adjust accordingly. Use \' to match EOS.
5884 (package--from-builtin): New function.
5885 (describe-package-1, package-menu--generate): Use it.
5886 (package--make-autoloads-and-compile): Change name arg to be a symbol.
5887 (package-generate-autoloads): Idem and return the name of the file.
5888 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5889 Change pkg-info arg to be a package-desc.
5890 Use package-make-ac-desc.
5891 (package-upload-file): Use \' to match EOS.
5892 * finder.el (finder-compile-keywords): Use package-make-builtin.
5893
5894 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * vc/vc.el (vc-deduce-fileset): Change error message.
5897 (vc-read-backend): New function.
5898 (vc-next-action): Use it.
5899
5900 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
5901
5902 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
5903 (prolog-font-lock-keywords): Use regexp-opt instead.
5904 Don't manually highlight strings.
5905 (prolog-mode-variables): Simplify comment-start-skip.
5906 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
5907
5908 * emacs-lisp/generic.el (generic--normalise-comments)
5909 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
5910 (generic-mode-set-comments): Use them.
5911 (generic-bracket-support): Use setq-local.
5912 (generic-make-keywords-list): Declare obsolete.
5913
5914 2013-06-11 Glenn Morris <rgm@gnu.org>
5915
5916 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5917 Prettify after setting font-lock-defaults. (Bug#14574)
5918
5919 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * replace.el (query-replace, occur-read-regexp-defaults-function)
5922 (replace-search):
5923 * subr.el (declare-function, number-sequence, local-set-key)
5924 (substitute-key-definition, locate-user-emacs-file)
5925 (with-silent-modifications, split-string, eval-after-load):
5926 Fix typos, remove unneeded backslashes and reflow some docstrings.
5927
5928 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5929
5930 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
5931 default for Elisp files.
5932
5933 2013-06-11 Glenn Morris <rgm@gnu.org>
5934
5935 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
5936 although define-derived-mode was doing this anyway. (Bug#14583)
5937
5938 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
5939
5940 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5941 Fix make-variable-buffer-local call to refer to the correct variable.
5942
5943 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
5944
5945 * eshell/em-term.el (eshell-visual-commands)
5946 (eshell-visual-subcommands, eshell-visual-options):
5947 Add summary line to docstrings. Add cross-references.
5948
5949 2013-06-10 Glenn Morris <rgm@gnu.org>
5950
5951 * epa.el (epa-read-file-name): New function. (Bug#14510)
5952 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
5953
5954 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5955
5956 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5957 output redirection to be ignored with visual commands.
5958
5959 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5960
5961 * eshell/em-term.el (eshell-visual-command-p): New function.
5962 (eshell-term-initialize): Move long lambda to separate function
5963 eshell-visual-command-p.
5964 * eshell/em-dirs.el (eshell-dirs-initialise):
5965 * eshell/em-script.el (eshell-script-initialize):
5966 Add missing #' to lambda.
5967
5968 2013-06-08 Leo Liu <sdl.web@gmail.com>
5969
5970 * progmodes/octave.el (octave-add-log-current-defun): New function.
5971 (octave-mode): Set add-log-current-defun-function.
5972 (octave-goto-function-definition): Do not move point if not found.
5973 (octave-find-definition): Enhance to try subfunctions first.
5974
5975 2013-06-08 Glenn Morris <rgm@gnu.org>
5976
5977 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5978 (byte-compile-backward-char, byte-compile-backward-word):
5979 Improve previous change, to handle non-explicit nil.
5980
5981 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5982
5983 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5984 (smie--opener/closer-at-point): New function.
5985 (smie--matching-block-data): Use it. Don't match from right after an
5986 opener or right before a closer. Obey smie-blink-matching-inners.
5987 Don't signal a mismatch for repeated inners like "switch..case..case".
5988
5989 2013-06-07 Leo Liu <sdl.web@gmail.com>
5990
5991 * progmodes/octave.el (octave-mode): Set comment-use-global-state
5992 to t. (Bug#14303)
5993 (octave-function-header-regexp): Fix. (Bug#14570)
5994 (octave-help-mode-finish-hook, octave-help-mode-finish):
5995 Remove. Just use temp-buffer-show-hook.
5996
5997 * newcomment.el (comment-search-backward): Revert last change.
5998 (Bug#14434)
5999
6000 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6001
6002 2013-06-07 Eli Zaretskii <eliz@gnu.org>
6003
6004 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6005 through xargs, to avoid failure due to MS-Windows limitations on
6006 command-line length.
6007
6008 2013-06-06 Glenn Morris <rgm@gnu.org>
6009
6010 * font-lock.el (lisp-font-lock-keywords-2):
6011 Treat user-error like error.
6012
6013 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6014 (byte-compile-backward-char, byte-compile-backward-word):
6015 Handle explicit nil arguments. (Bug#14565)
6016
6017 2013-06-05 Alan Mackenzie <acm@muc.de>
6018
6019 * isearch.el (isearch-allow-prefix): New user option.
6020 (isearch-other-meta-char): Don't exit isearch when a prefix
6021 argument is typed whilst `isearch-allow-prefix' is non-nil.
6022 (Bug#9706)
6023
6024 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6025
6026 * autorevert.el (auto-revert-notify-handler): Use memq.
6027 Hide assertion failure.
6028
6029 * skeleton.el: Use cl-lib.
6030 (skeleton-further-elements): Use defvar-local.
6031 (skeleton-insert): Use cl-progv.
6032
6033 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6034
6035 * progmodes/prog-mode.el (prog-prettify-symbols)
6036 (prog-prettify-install): Update docstrings.
6037
6038 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * simple.el: Move all the prog-mode code to prog-mode.el.
6041 * progmodes/prog-mode.el: New file.
6042 * loadup.el: Add prog-mode.el.
6043
6044 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6045
6046 * simple.el (prog-prettify-symbols): Add version.
6047 (prog-prettify-install): Add convenience function to prettify symbols.
6048
6049 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6050 (perl--augmented-font-lock-keywords-1)
6051 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6052 variables and use it.
6053
6054 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6055 (cfengine3-mode): Remove unneeded variable and use it.
6056
6057 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6058 (lisp--augmented-font-lock-keywords-1)
6059 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6060 Remove unneeded variables and use it.
6061
6062 2013-06-05 João Távora <joaotavora@gmail.com>
6063
6064 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
6065 to point when opening the connection. (Bug#14380)
6066
6067 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6068
6069 * subr.el (load-history-regexp, load-history-filename-element)
6070 (eval-after-load, after-load-functions, do-after-load-evaluation)
6071 (eval-next-after-load, display-delayed-warnings)
6072 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6073 definition of save-match-data.
6074 (overriding-local-map): Remove accidental obsolescence declaration.
6075
6076 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6077
6078 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6079
6080 Generalize symbol prettify support to prog-mode and implement it
6081 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6082 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6083 (prog--prettify-font-lock-compose-symbol)
6084 (prog-prettify-font-lock-symbols-keywords): New variables and
6085 functions to support symbol prettification.
6086 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6087 (lisp--augmented-font-lock-keywords-1)
6088 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6089 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6090 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6091 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6092 Implement prettify of -> => :: strings.
6093 * progmodes/perl-mode.el (perl-prettify-symbols)
6094 (perl--font-lock-compose-symbol)
6095 (perl--font-lock-symbols-keywords): Move to prog-mode.
6096 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6097 (perl-font-lock-keywords-1)
6098 (perl-font-lock-keywords-2): Remove explicit prettify support.
6099 (perl--augmented-font-lock-keywords)
6100 (perl--augmented-font-lock-keywords-1)
6101 (perl--augmented-font-lock-keywords-2, perl-mode):
6102 Implement prettify support.
6103
6104 2013-06-05 Leo Liu <sdl.web@gmail.com>
6105
6106 Re-implement smie matching block highlight using
6107 show-paren-data-function. (Bug#14395)
6108 * emacs-lisp/smie.el (smie-matching-block-highlight)
6109 (smie--highlight-matching-block-overlay)
6110 (smie--highlight-matching-block-lastpos)
6111 (smie-highlight-matching-block)
6112 (smie-highlight-matching-block-mode): Remove.
6113 (smie--matching-block-data-cache): New variable.
6114 (smie--matching-block-data): New function.
6115 (smie-setup): Use smie--matching-block-data for
6116 show-paren-data-function.
6117
6118 * progmodes/octave.el (octave-mode-menu): Fix.
6119 (octave-find-definition): Skip garbage lines.
6120
6121 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 Fix compilation error with simultaneous dynamic+lexical scoping.
6124 Add warning when a defvar appears after the first let-binding.
6125 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6126 (byte-compile-close-variables): Initialize it.
6127 (byte-compile--declare-var): New function.
6128 (byte-compile-file-form-defvar)
6129 (byte-compile-file-form-define-abbrev-table)
6130 (byte-compile-file-form-custom-declare-variable): Use it.
6131 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6132 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6133 (byte-compile-bind): Handle dynamic bindings that shadow
6134 lexical bindings.
6135 (byte-compile-unbind): Make arg non-optional.
6136 (byte-compile-let): Simplify.
6137 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6138 (cconv--analyse-function, cconv-analyse-form): Populate it.
6139 Protect byte-compile-bound-variables to limit the scope of defvars.
6140 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6141 Remove unneeded rule for `declare'.
6142
6143 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6144 so as to avoid depending on cl-adjoin at run-time.
6145 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6146
6147 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6148 (macroexp--warn-and-return): Use it.
6149
6150 2013-06-05 Leo Liu <sdl.web@gmail.com>
6151
6152 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6153
6154 2013-06-04 Leo Liu <sdl.web@gmail.com>
6155
6156 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6157 (compilation-auto-jump): Suppress the "Mark set" message to give
6158 way to exit message.
6159
6160 2013-06-04 Alan Mackenzie <acm@muc.de>
6161
6162 Remove faulty optimisation from indentation calculation.
6163 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6164 search limit based on 2000 characters back from indent-point.
6165
6166 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6167
6168 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6169
6170 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6171
6172 * emacs-lisp/lisp.el: Use lexical-binding.
6173 (lisp--local-variables-1, lisp--local-variables): New functions.
6174 (lisp--local-variables-completion-table): New var.
6175 (lisp-completion-at-point): Use it complete let-bound vars.
6176
6177 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6178 eagerly (bug#14422).
6179
6180 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
6181
6182 * autorevert.el (auto-revert-notify-enabled)
6183 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6184 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6185 (auto-revert-notify-handler): Handle also gfilenotify.
6186
6187 * subr.el (file-notify-handle-event): New defun. Replacing ...
6188 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
6189 Remove.
6190
6191 2013-06-03 Juri Linkov <juri@jurta.org>
6192
6193 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6194 `M-s h .'. (Bug#14427)
6195
6196 * hi-lock.el (highlight-symbol-at-point): New alias for the new
6197 command `hi-lock-face-symbol-at-point'.
6198 (hi-lock-face-symbol-at-point): New command.
6199 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6200 (hi-lock-menu): Add `highlight-symbol-at-point'.
6201 (hi-lock-mode): Doc fix.
6202
6203 * isearch.el (isearch-forward-symbol-at-point): New command.
6204 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6205 (isearch-highlight-regexp): Add a regexp which matches
6206 words/symbols for word/symbol mode.
6207
6208 * subr.el (find-tag-default-bounds): New function with the body
6209 mostly moved from `find-tag-default'.
6210 (find-tag-default): Move most code to `find-tag-default-bounds',
6211 call it and apply `buffer-substring-no-properties' afterwards.
6212
6213 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6214
6215 * eshell/em-term.el (eshell-term-initialize):
6216 Use `cl-intersection' rather than `intersection'.
6217
6218 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6219
6220 * vc/log-view.el: Doc fix.
6221 (log-view-mode-map): Copy keymap from `special-mode-map'.
6222
6223 2013-06-02 Eric Ludlam <zappo@gnu.org>
6224
6225 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6226 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6227 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6228 (eieio-unbound, eieio-default-superclass)
6229 (eieio--define-field-accessors, method-static, method-before)
6230 (method-primary, method-after, method-num-lists)
6231 (method-generic-before, method-generic-primary)
6232 (method-generic-after, method-num-slots)
6233 (eieio-specialized-key-to-generic-key)
6234 (eieio--check-type, class-v, class-p)
6235 (eieio-class-name, define-obsolete-function-alias)
6236 (eieio-class-parents-fast, eieio-class-children-fast)
6237 (same-class-fast-p, class-constructor, generic-p)
6238 (generic-primary-only-p, generic-primary-only-one-p)
6239 (class-option-assoc, class-option, eieio-object-p)
6240 (class-abstract-p, class-method-invocation-order)
6241 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6242 (eieio-class-un-autoload, eieio-defclass)
6243 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6244 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6245 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6246 (eieio-defgeneric-reset-generic-form)
6247 (eieio-defgeneric-form-primary-only)
6248 (eieio-defgeneric-reset-generic-form-primary-only)
6249 (eieio-defgeneric-form-primary-only-one)
6250 (eieio-defgeneric-reset-generic-form-primary-only-one)
6251 (eieio-unbind-method-implementations)
6252 (eieio--defmethod, eieio--typep)
6253 (eieio-perform-slot-validation, eieio-validate-slot-value)
6254 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6255 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6256 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6257 (eieio-slot-name-index, eieio-class-slot-name-index)
6258 (eieio-set-defaults, eieio-initarg-to-attribute)
6259 (eieio-attribute-to-initarg, eieio-c3-candidate)
6260 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6261 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6262 (eieio-class-precedence-list, eieio-generic-call-methodname)
6263 (eieio-generic-call-arglst, eieio-generic-call-key)
6264 (eieio-generic-call-next-method-list)
6265 (eieio-pre-method-execution-functions, eieio-generic-call)
6266 (eieio-generic-call-primary-only, eieiomt-method-list)
6267 (eieiomt-optimizing-obarray, eieiomt-install)
6268 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6269 (eieio-generic-form, eieio-defmethod, make-obsolete)
6270 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
6271 (defclass): Remove `eval-and-compile' from macro.
6272 (call-next-method, shared-initialize): Instead of using
6273 `scoped-class' variable, use new eieio--scoped-class, and
6274 eieio--with-scoped-class.
6275 (initialize-instance): Rename local variable 'scoped-class' to
6276 'this-class' to remove ambiguitity from old global.
6277
6278 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6279 eieio.el.
6280 (eieio--scoped-class-stack): New variable.
6281 (eieio--scoped-class): New fcn.
6282 (eieio--with-scoped-class): New scoping macro.
6283 (eieio-defclass): Use pushnew instead of add-to-list.
6284 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6285 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6286 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6287 `scoped-class' variable, use new eieio--scoped-class, and
6288 eieio--with-scoped-class.
6289
6290 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6291
6292 2013-06-02 Tassilo Horn <tsdh@gnu.org>
6293
6294 * eshell/esh-ext.el (eshell-external-command): Pass args to
6295 `eshell-find-interpreter'.
6296 (eshell-find-interpreter): Add new second parameter ARGS.
6297
6298 * eshell/em-script.el (eshell-script-initialize): Add second arg
6299 to the function added as MATCH to `eshell-interpreter-alist'.
6300
6301 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
6302 the function added as MATCH to `eshell-interpreter-alist'.
6303
6304 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6305 (eshell-visual-options): New defcustom.
6306 (eshell-escape-control-x): Adapt docstring.
6307 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6308 `eshell-visual-options' in addition to `eshell-visual-commands'.
6309 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6310
6311 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
6312
6313 * progmodes/python.el (python-indent-block-enders): Add break,
6314 continue and raise keywords.
6315
6316 2013-06-01 Glenn Morris <rgm@gnu.org>
6317
6318 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6319
6320 Plain (f)boundp silences compilation warnings since Emacs 22.1.
6321 * progmodes/cc-cmds.el (delete-forward-p):
6322 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6323 * progmodes/cc-engine.el (buffer-syntactic-context):
6324 * progmodes/cc-fonts.el (face-property-instance):
6325 * progmodes/cc-mode.el (set-keymap-parents):
6326 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6327 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6328 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
6329 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6330 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
6331
6332 * progmodes/cc-vars.el (other): Emacs has this widget since
6333 at least 21.1, so don't (re)define it.
6334
6335 * eshell/em-cmpl.el (eshell-cmpl-initialize):
6336 Replace the obsolete alias pcomplete-arg-quote-list.
6337
6338 2013-06-01 Leo Liu <sdl.web@gmail.com>
6339
6340 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6341 punctuation syntax.
6342 (inferior-octave-minimal-columns)
6343 (inferior-octave-last-column-width): New variables.
6344 (inferior-octave-track-window-width-change): New function.
6345 (inferior-octave-mode): Adjust column width so that Octave output,
6346 for example from 'ls', can fit into the window nicely.
6347
6348 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6349
6350 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6351 Highlight expansions inside regexp literals.
6352
6353 2013-05-31 Glenn Morris <rgm@gnu.org>
6354
6355 * obsolete/sym-comp.el (symbol-complete):
6356 Replace obsolete completion-annotate-function.
6357
6358 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6359
6360 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6361
6362 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6363 New function, checks if point is inside a literal that allows
6364 expression expansion.
6365 (ruby-syntax-propertize-expansion): Use it.
6366 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6367 around the body.
6368
6369 2013-05-30 Juri Linkov <juri@jurta.org>
6370
6371 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6372 to "\M-si".
6373 (isearch-invisible): New variable.
6374 (isearch-forward): Doc fix.
6375 (isearch-mode): Set `isearch-invisible'
6376 to the value of `search-invisible'.
6377 (isearch-toggle-case-fold): Doc fix.
6378 (isearch-toggle-invisible): New command.
6379 (isearch-query-replace): Let-bind `search-invisible'
6380 to the value of `isearch-invisible'.
6381 (isearch-search): Use `isearch-invisible' instead of
6382 `search-invisible'. Let-bind `search-invisible'
6383 to the value of `isearch-invisible'. (Bug#11378)
6384
6385 2013-05-30 Juri Linkov <juri@jurta.org>
6386
6387 * replace.el (perform-replace): Avoid `isearch-range-invisible'
6388 call when `query-flag' is nil and `search-invisible' is non-nil.
6389 (Bug#11746)
6390
6391 2013-05-30 Glenn Morris <rgm@gnu.org>
6392
6393 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6394
6395 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6396 (cc-require): Suppress spurious "noruntime" warnings.
6397 (cc-require-when-compile): Use fboundp, for sake of compiler.
6398
6399 * progmodes/cc-mode.el: Move load of cc-vars before that of
6400 cc-langs (which in turn loads cc-vars), to quieten compiler.
6401
6402 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * paren.el: Simplify the code.
6405 (show-paren-mode): Always start the timer.
6406 (show-paren--idle-timer): Rename from show-paren-idle-timer.
6407 (show-paren--overlay, show-paren--overlay-1): Rename from
6408 show-paren-overlay and show-paren-overlay-1, and initialize to an
6409 overlay rather than to nil.
6410 (show-paren-function): Misc cleanup and simplifications.
6411
6412 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * paren.el (show-paren-data-function): New hook.
6415 (show-paren--default): New function, extracted from show-paren-function.
6416 (show-paren-function): Use show-paren-data-function.
6417
6418 2013-05-30 Glenn Morris <rgm@gnu.org>
6419
6420 * ielm.el (ielm-map, ielm-complete-symbol):
6421 Use completion-at-point rather than obsolete functions.
6422 (inferior-emacs-lisp-mode): Doc fix.
6423 Set completion-at-point-functions, rather than
6424 comint-dynamic-complete-functions.
6425
6426 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6427 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6428 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6429
6430 * image.el (image-animated-p): Tweak definition.
6431
6432 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6433 (rlogin-process-connection-type): Tweak default. Add set-after.
6434 (rlogin-host): Doc fix.
6435 (rlogin): Tweak prompt.
6436 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6437
6438 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6439 * progmodes/tcl.el (inferior-tcl-mode-map):
6440 Use completion-at-point rather than obsolete alias.
6441
6442 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6443
6444 * minibuffer.el (read-file-name-completion-ignore-case):
6445 Move before completion--in-region, for eager macro expansion.
6446
6447 2013-05-29 Juri Linkov <juri@jurta.org>
6448
6449 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6450 for total count of matching lines. Add `global-matches' for total
6451 count of matches. Rename `matches' to `lines' for count of
6452 matching lines. Add `matches' for count of matches.
6453 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
6454 to `prev-line' for line number of prev match endpt.
6455 Increment `matches' for every match. Print the number of
6456 matching lines in the header.
6457 (occur-context-lines): Rename `lines' to `curr-line'.
6458 Rename `prev-lines' to `prev-line'. (Bug#14017)
6459
6460 2013-05-29 Juri Linkov <juri@jurta.org>
6461
6462 * replace.el (perform-replace): Add `skip-read-only-count',
6463 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6464 Increment them for corresponding conditions and report the number
6465 of skipped occurrences in the final message. (Bug#11746)
6466 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6467 (replace-string, replace-regexp): Doc fix.
6468
6469 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * emacs-lisp/trace.el (trace--read-args): Provide a default.
6472
6473 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
6474 prog-mode-map (bug#14504).
6475
6476 2013-05-29 Leo Liu <sdl.web@gmail.com>
6477
6478 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6479 (octave-help): Small simplification.
6480
6481 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6482 off the highlight first.
6483
6484 2013-05-29 Glenn Morris <rgm@gnu.org>
6485
6486 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6487 Handle idlwave-last-system-routine-info-cons-cell being nil.
6488
6489 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6490 (idlwave-write-paths): Simplify via with-temp-buffer.
6491
6492 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6493 * emulation/cua-rect.el: Also load cua-base at run time.
6494
6495 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6496 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6497 (cperl-imenu-on-info): Require imenu.
6498
6499 2013-05-28 Alan Mackenzie <acm@muc.de>
6500
6501 Handle "capitalised keywords" correctly.
6502 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
6503
6504 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
6505
6506 * eshell/em-unix.el: Add -r option to cp.
6507
6508 2013-05-28 Glenn Morris <rgm@gnu.org>
6509
6510 * vc/vc-arch.el (vc-exec-after): Declare.
6511 (vc-switches): Autoload.
6512 * vc/vc-bzr.el: No need to require vc when compiling.
6513 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6514 (vc-resynch-buffer, vc-dir-refresh): Declare.
6515 (vc-setup-buffer, vc-switches): Autoload.
6516 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6517 (vc-resynch-buffer): Declare.
6518 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
6519 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
6520 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6521 (grep-read-regexp, grep-read-files, grep-expand-template)
6522 (vc-dir-refresh): Declare.
6523 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6524 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6525 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
6526 * vc/vc-mtn.el (vc-exec-after): Declare.
6527 (vc-switches): Autoload.
6528 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6529 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6530 (vc-file-tree-walk): Declare.
6531 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6532 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6533 (vc-tag-precondition, vc-rename-master): Autoload.
6534 * vc/vc-svn.el (vc-exec-after): Declare.
6535 (vc-switches, vc-setup-buffer): Autoload.
6536 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6537 Autoload.
6538 (vc-resynch-buffer): Declare.
6539
6540 * obsolete/fast-lock.el (byte-compile-warnings):
6541 Don't warn about obsolete features in this obsolete file.
6542
6543 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6544 Move definition before use.
6545
6546 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6547 (dun-unix-verbs): Remove dun-zippy.
6548 (dun-zippy): Remove function.
6549
6550 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6551
6552 2013-05-27 Juri Linkov <juri@jurta.org>
6553
6554 * replace.el (replace-search): New function with code moved out
6555 from `perform-replace'.
6556 (replace-highlight, replace-dehighlight): Move function definitions
6557 up closer to `replace-search'. (Bug#11746)
6558
6559 2013-05-27 Juri Linkov <juri@jurta.org>
6560
6561 * replace.el (perform-replace): Ignore invisible matches.
6562 In addition to checking `query-replace-skip-read-only', also
6563 filter out matches by calling `run-hook-with-args-until-failure'
6564 on `isearch-filter-predicates', and also check `search-invisible'
6565 for t or call `isearch-range-invisible'.
6566 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
6567
6568 2013-05-27 Juri Linkov <juri@jurta.org>
6569
6570 * isearch.el (isearch-filter-predicates): Rename from
6571 `isearch-filter-predicate'. Doc fix. (Bug#11378)
6572 (isearch-message-prefix): Display text from the property
6573 `isearch-message-prefix' of the currently active filters.
6574 (isearch-search): Don't compare `isearch-filter-predicate' with
6575 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
6576 on `isearch-filter-predicates'. Also check `search-invisible' for t
6577 or call `isearch-range-invisible'.
6578 (isearch-filter-visible): Make obsolete.
6579 (isearch-lazy-highlight-search):
6580 Call `run-hook-with-args-until-failure' on
6581 `isearch-filter-predicates' and use `isearch-range-invisible'.
6582
6583 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6584 `isearch-filter-predicates' instead of `funcall'ing
6585 `isearch-filter-predicate'.
6586 (Info-mode): Set `Info-isearch-filter' to
6587 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6588
6589 * dired-aux.el (dired-isearch-filter-predicate-orig):
6590 Remove variable.
6591 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6592 (dired-isearch-filenames-end): Add and remove
6593 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6594 instead of changing the value of `isearch-filter-predicate'.
6595 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6596 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6597 Put property `isearch-message-prefix' to "filename " on
6598 `dired-isearch-filter-filenames'.
6599
6600 * wdired.el (wdired-change-to-wdired-mode):
6601 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6602 locally instead of changing `isearch-filter-predicate'.
6603 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6604
6605 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
6606
6607 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6608 return the commit hash (Bug#14459). Also set the
6609 `vc-git-detached' property.
6610 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6611 (vc-git-mode-line-string): Use the same help-echo format whether
6612 in detached mode or not, because we know the actual revision now.
6613 When in detached mode, shorten the revision to 7 chars.
6614
6615 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6616
6617 * emacs-lisp/easy-mmode.el (define-minor-mode):
6618 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
6619 mode hook and provide a docstring.
6620
6621 2013-05-27 Alan Mackenzie <acm@muc.de>
6622
6623 Remove spurious syntax-table text properties inserted by C-y.
6624 * progmodes/cc-mode.el (c-after-change): Also clear hard
6625 syntax-table property with value nil.
6626
6627 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
6628
6629 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
6630 when reading the events; the buffer layout shall not be changed.
6631
6632 2013-05-27 Leo Liu <sdl.web@gmail.com>
6633
6634 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
6635 New variable.
6636 (inferior-octave-directory-tracker): Automatically re-sync
6637 default-directory.
6638 (octave-help): Improve handling of 'See also'.
6639
6640 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6641
6642 * doc-view.el: Minor naming convention tweaks.
6643 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6644
6645 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
6646 even if there's no `display' property yet (bug#14435).
6647
6648 2013-05-25 Eli Zaretskii <eliz@gnu.org>
6649
6650 * subr.el (unmsys--file-name): Rename from reveal-filename.
6651
6652 * Makefile.in (custom-deps, finder-data, autoloads)
6653 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6654 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6655 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
6656
6657 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6658
6659 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
6660 error-completion on the first 2 args of condition-case (bug#14446).
6661 Don't burp at EOB.
6662
6663 2013-05-25 Leo Liu <sdl.web@gmail.com>
6664
6665 * comint.el (comint-previous-matching-input): Do not flood the
6666 *Messages* buffer with trivial messages.
6667
6668 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * progmodes/flymake.el (flymake-nop): Don't return a string.
6671 (flymake-set-at): Fix typo.
6672
6673 * simple.el (read--expression): New function, extracted from
6674 eval-expression. Set completion-at-point-functions (bug#14465).
6675 (eval-expression, eval-minibuffer): Use it.
6676
6677 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
6678
6679 * progmodes/flymake.el (flymake-save-buffer-in-file)
6680 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
6681 (flymake-selected-frame, flymake-log, flymake-ins-after)
6682 (flymake-set-at, flymake-get-buildfile-from-cache)
6683 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
6684 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
6685 Refine the doc string.
6686 (flymake-get-file-name-mode-and-masks): Reformat.
6687 (flymake-get-real-file-name-function): Fix a minor bug.
6688
6689 2013-05-24 Juri Linkov <juri@jurta.org>
6690
6691 * progmodes/grep.el (grep-mode-font-lock-keywords):
6692 Support =linenumber= format used by git-grep for lines with
6693 function names. (Bug#13549)
6694
6695 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6696
6697 * progmodes/octave.el (octave-smie-rules): Return nil rather than
6698 0 after a semi-colon; it works better for smie-auto-fill.
6699 (octave--indent-new-comment-line): New function.
6700 (octave-indent-new-comment-line): Use it (indirectly).
6701 (octave-mode): Don't disable smie-auto-fill. Use add-function to
6702 modify comment-line-break-function.
6703
6704 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
6705 (smie-setup): Use add-function to set it.
6706
6707 2013-05-24 Sam Steingold <sds@gnu.org>
6708
6709 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
6710 argument (before the `interactive' argument).
6711
6712 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6713
6714 * image-mode.el (image-mode-winprops): Add winprops to
6715 image-mode-winprops-alist before running
6716 image-mode-new-window-functions.
6717 * doc-view.el (doc-view-new-window-function): Don't delay
6718 doc-view-goto-page via timers (bug#14435).
6719
6720 2013-05-24 Tassilo Horn <tsdh@gnu.org>
6721
6722 * doc-view.el: Integrate with desktop.el. (Bug#14435)
6723 (doc-view-desktop-save-buffer): New function.
6724 (doc-view-restore-desktop-buffer): New function.
6725 (desktop-buffer-mode-handlers):
6726 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
6727 handler.
6728 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
6729 `desktop-save-buffer' function.
6730
6731 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
6732
6733 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
6734 (tramp-gvfs-file-name-handler): Raise a user error when
6735 `tramp-gvfs-enabled' is nil.
6736 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
6737 Do not raise a user error when loading package. (Bug#14447)
6738
6739 * net/xesam.el: Move to obsolete/.
6740
6741 2013-05-24 Glenn Morris <rgm@gnu.org>
6742
6743 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
6744
6745 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
6746
6747 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
6748 (Info-find-node, Man-getpage-in-background): Declare.
6749
6750 * mail/unrmail.el (unrmail):
6751 Replace obsolete detect-coding-with-priority.
6752
6753 * net/socks.el (socks-split-string): Use this rather than split-string.
6754 (socks-nslookup-host): Update for above change.
6755 (dynamic-choice, s5-dynamic-choice-match)
6756 (s5-dynamic-choice-match-inline, s5-widget-value-create):
6757 Comment out unused code.
6758
6759 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
6760 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
6761 (gud-tooltip-echo-area): Make obsolete.
6762 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
6763
6764 * progmodes/js.el (js--optimize-arglist): Declare.
6765
6766 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
6767
6768 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
6769 (ediff-window-C): Declare.
6770
6771 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
6772 Tweak requires to silence compiler.
6773
6774 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
6775 (he-search-string, he-tried-table, he-expand-list)
6776 (he-init-string, he-string-member, he-substitute-string)
6777 (he-reset-string): Declare.
6778
6779 * obsolete/options.el (list-options): Use custom-variable-p,
6780 rather than obsolete alias.
6781
6782 2013-05-23 Sam Steingold <sds@gnu.org>
6783
6784 * simple.el (shell-command-on-region): Pass the `replace' argument
6785 down to `call-process-region' to comply with the doc as reported on
6786 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
6787
6788 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6789
6790 * emacs-lisp/smie.el (smie-indent-forward-token)
6791 (smie-indent-backward-token): Handle string tokens (bug#14381).
6792
6793 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6794
6795 * ielm.el (ielm-menu): New menu.
6796 (inferior-emacs-lisp-mode): Set comment-start.
6797
6798 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6799
6800 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
6801 Fix deactivate action.
6802
6803 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
6804 Add cleveref macros.
6805
6806 * lisp/textmodes/reftex-parse.el
6807 (reftex-locate-bibliography-files): Accept options for
6808 bibliography commands.
6809 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
6810 Add addbibresource. Basic Biblatex support.
6811
6812 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
6813
6814 * net/tramp-gvfs.el (top):
6815 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
6816 when loading package. (Bug#14447)
6817
6818 2013-05-23 Glenn Morris <rgm@gnu.org>
6819
6820 * progmodes/js.el: No need to load comint when compiling.
6821 (ring-insert, comint-send-string, comint-send-input)
6822 (comint-last-input-end, ido-chop): Declare.
6823
6824 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
6825 * vc/ediff-mult.el: Adjust requires.
6826 (ediff-directories-internal, ediff-directory-revisions-internal)
6827 (ediff-patch-file-internal): Declare.
6828 * vc/ediff-ptch.el: Adjust requires.
6829 (ediff-use-last-dir, ediff-buffers-internal): Declare.
6830 (ediff-find-file): Autoload.
6831 * vc/ediff-util.el: No need to load ediff when compiling.
6832 (ediff-regions-internal): Declare.
6833 * vc/ediff-wind.el: Adjust requires.
6834 (ediff-compute-toolbar-width): Define when compiling.
6835 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
6836 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
6837 (dired-get-filename, dired-get-marked-files)
6838 (ediff-last-dir-patch, ediff-patch-default-directory)
6839 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
6840 (ediff-patch-buffer-internal): Declare.
6841
6842 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6843 (ispell-process, ispell-buffer-local-words, lm-summary)
6844 (lm-section-start, lm-section-end): Declare.
6845 (checkdoc-ispell-init): Simplify.
6846
6847 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6848 (he-string-member, he-reset-string, he-substitute-string): Declare.
6849
6850 * eshell/em-ls.el: Adjust requires.
6851 (eshell-glob-regexp): Declare.
6852 * eshell/em-tramp.el: Adjust requires.
6853 (eshell-parse-command): Autoload.
6854 * eshell/em-xtra.el: Adjust requires.
6855 (eshell-parse-command): Autoload.
6856 * eshell/esh-ext.el: Adjust requires.
6857 (eshell-parse-command, eshell-close-handles): Autoload.
6858 * eshell/esh-io.el: Adjust requires.
6859 (eshell-output-filter): Autoload.
6860 * eshell/esh-util.el: No need to load tramp when compiling.
6861 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6862 Declare.
6863 (eshell-parse-ange-ls): Require ange-ftp and tramp.
6864 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6865 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6866 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6867 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6868 * eshell/esh-opt.el, eshell/esh-proc.el:
6869 * eshell/esh-var.el: Adjust requires.
6870 * eshell/eshell.el: Do not require esh-util twice.
6871 (eshell-add-input-to-history): Declare.
6872 (eshell-command): Check history module is active before using it.
6873
6874 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6875
6876 2013-05-22 Leo Liu <sdl.web@gmail.com>
6877
6878 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6879
6880 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
6881
6882 * autorevert.el (auto-revert-notify-add-watch)
6883 (auto-revert-notify-handler): Add `attrib' for the inotify case,
6884 it indicates changes in file modification time.
6885
6886 2013-05-22 Glenn Morris <rgm@gnu.org>
6887
6888 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6889 Always delete the autoloaded function from the noruntime and
6890 unresolved functions lists.
6891
6892 * allout.el: No need to load epa, epg, overlay when compiling.
6893 (epg-context-set-passphrase-callback, epg-list-keys)
6894 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
6895 (epg-key-user-id-list): Declare.
6896
6897 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6898 (viper-set-parsing-style-toggling-macro)
6899 (viper-set-emacs-state-searchstyle-macros):
6900 Use called-interactively-p on Emacs.
6901 (viper-looking-back): Make it an obsolete alias. Update callers.
6902 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
6903 Use looking-back rather than viper-looking-back.
6904 (viper-tmp-insert-at-eob, viper-enlarge-region)
6905 (viper-read-string-with-history, viper-register-to-point)
6906 (viper-append-to-register, viper-change-state-to-vi)
6907 (viper-backward-char-carefully, viper-forward-char-carefully)
6908 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
6909 (viper-change-state-to-emacs): Declare.
6910 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
6911 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
6912 * emulation/viper-mous.el: Do not load viper-cmd.
6913 (viper-backward-char-carefully, viper-forward-char-carefully)
6914 (viper-forward-word, viper-adjust-window): Declare.
6915
6916 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
6917
6918 * progmodes/idlw-help.el (idlwave-help-fontify):
6919 Use called-interactively-p.
6920
6921 * term/w32console.el (w32-get-console-codepage)
6922 (w32-get-console-output-codepage): Declare.
6923
6924 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
6925 Remove unnecessary declarations.
6926 (dframe-message): Doc fix.
6927
6928 * info.el (dframe-select-attached-frame, dframe-current-frame):
6929 Declare.
6930
6931 * speedbar.el (speedbar-message): Make it an obsolete alias.
6932 Update all callers.
6933 (speedbar-with-attached-buffer)
6934 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
6935 (speedbar-with-writable): Use backquote.
6936 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
6937 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6938 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
6939 rather than speedbar- aliases.
6940 * mail/rmail.el: Load dframe rather than speedbar when compiling.
6941 (speedbar-make-specialized-keymap, speedbar-insert-button)
6942 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6943 (speedbar-do-function-pointer): Declare.
6944 (rmail-speedbar-button, rmail-speedbar-find-file)
6945 (rmail-speedbar-move-message):
6946 Use dframe-with-attached-buffer rather than speedbar- alias.
6947 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6948 (dframe-message, speedbar-make-specialized-keymap)
6949 (speedbar-add-expansion-list, speedbar-mode-functions-list)
6950 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6951 (speedbar-insert-button, dframe-select-attached-frame)
6952 (dframe-maybee-jump-to-attached-frame)
6953 (speedbar-change-initial-expansion-list)
6954 (speedbar-previously-used-expansion-list-name): Declare.
6955 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6956 Use dframe-message, dframe-with-attached-buffer rather than
6957 speedbar- aliases.
6958 (gud-sentinel): Silence compiler.
6959 * progmodes/vhdl-mode.el (speedbar-refresh)
6960 (speedbar-do-function-pointer, speedbar-add-supported-extension)
6961 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6962 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6963 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6964 (speedbar-file-lists, speedbar-make-tag-line)
6965 (speedbar-line-directory, speedbar-goto-this-file)
6966 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6967 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6968 (speedbar-make-button, speedbar-reset-scanners)
6969 (speedbar-files-item-info, speedbar-line-text)
6970 (speedbar-find-file-in-frame, speedbar-set-timer)
6971 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6972 (speedbar-with-writable): Do not (re)define it.
6973 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6974 rather than speedbar- alias.
6975
6976 2013-05-21 Leo Liu <sdl.web@gmail.com>
6977
6978 * progmodes/octave.el (octave-mode-menu): Update and re-organize
6979 menu items.
6980 (octave-mode): Tweak fill-nobreak-predicate.
6981 (inferior-octave-startup): Check process to avoid infinite loop.
6982 (inferior-octave): Pop to buffer first to show abornmal process
6983 exit information.
6984
6985 2013-05-21 Glenn Morris <rgm@gnu.org>
6986
6987 * printing.el (pr-menu-bar): Define when compiling.
6988
6989 2013-05-21 Leo Liu <sdl.web@gmail.com>
6990
6991 * progmodes/octave.el (octave-auto-fill): Remove.
6992 (octave-indent-new-comment-line): Improve.
6993 (octave-mode): Use auto fill mode through
6994 comment-line-break-function and fill-nobreak-predicate.
6995 (octave-goto-function-definition): Support DEFUN_DLD.
6996 (octave-beginning-of-defun): Small tweak.
6997 (octave-help): Show parent directory.
6998
6999 2013-05-21 Glenn Morris <rgm@gnu.org>
7000
7001 * files.el (dired-unmark):
7002 * progmodes/gud.el (gdb-input): Update declarations.
7003
7004 * calculator.el (electric, ehelp): No need to load when compiling.
7005 (Electric-command-loop, electric-describe-mode): Declare.
7006
7007 * doc-view.el (doc-view-current-converter-processes): Move before use.
7008
7009 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7010 Move MODE-set-explicitly definition before use.
7011
7012 * international/mule-diag.el (mule-diag):
7013 Don't use obsolete window-system-version.
7014
7015 * mail/feedmail.el (smtpmail): No need to load when compiling.
7016 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7017
7018 * mail/mail-utils.el (rfc822): No need to load when compiling.
7019 (rfc822-addresses): Autoload it.
7020 (mail-strip-quoted-names): Trivial simplification.
7021
7022 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7023 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7024
7025 * net/snmp-mode.el (tempo): Don't duplicate requires.
7026
7027 * progmodes/prolog.el (info): No need to load when compiling.
7028 (comint): Require before shell requires it.
7029 (Info-goto-node): Autoload it.
7030 (Info-follow-nearest-node): Declare.
7031 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7032
7033 * textmodes/artist.el (picture-mode-exit): Declare.
7034
7035 * textmodes/reftex-parse.el (reftex-parse-from-file):
7036 Trivial rewrite so the compiler can parse it better.
7037
7038 2013-05-20 Leo Liu <sdl.web@gmail.com>
7039
7040 * progmodes/octave.el (octave-help-mode-map)
7041 (octave-help-mode-finish-hook): New variables.
7042 (octave-help-mode, octave-help-mode-finish): New functions.
7043 (octave-help): Use octave-help-mode.
7044
7045 2013-05-20 Glenn Morris <rgm@gnu.org>
7046
7047 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7048
7049 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7050
7051 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7052 start at point, so that expansion starting right after opening
7053 slash in a regexp is recognized.
7054 (ruby-syntax-before-regexp-re): New defvar, extracted from
7055 ruby-syntax-propertize-function. Since the value of this regexp
7056 is looked up at runtime now, we should be able to turn
7057 `ruby-syntax-methods-before-regexp' into a defcustom later.
7058 (ruby-syntax-propertize-function): Split regexp matching into two
7059 parts, for opening and closing slashes. That allows us to skip
7060 over string interpolations and support multiline regexps.
7061 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7062 for them, which calls `ruby-syntax-propertize-expansion'.
7063 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7064 call to `ruby-syntax-propertize-function'.
7065 (ruby-syntax-propertize-expansion): Extracted from
7066 `ruby-syntax-propertize-expansions'. Handles one expansion.
7067 (ruby-syntax-propertize-percent-literal): Leave point right after
7068 the percent symbol, so that the expression expansion rule can
7069 propertize the contents.
7070 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7071 heredoc openers.
7072 (ruby-syntax-propertize-expansions): Remove.
7073
7074 2013-05-18 Juri Linkov <juri@jurta.org>
7075
7076 * man.el (Man-default-man-entry): Remove `-' from the end
7077 of the default value. (Bug#14400)
7078
7079 2013-05-18 Glenn Morris <rgm@gnu.org>
7080
7081 * comint.el (comint-password-prompt-regexp):
7082 Allow "password for XXX" where XXX contains colons (eg https://...).
7083
7084 2013-05-18 Leo Liu <sdl.web@gmail.com>
7085
7086 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
7087 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
7088 (octave-source-directories): Don't check process.
7089 (octave-source-directories, octave-find-definition): Doc fix.
7090
7091 2013-05-18 Glenn Morris <rgm@gnu.org>
7092
7093 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7094 Remove backspace/delete bindings. (Bug#14392)
7095
7096 * cus-dep.el (custom-make-dependencies): Sort the output.
7097 (custom-versions-load-alist): Convert comment to doc.
7098
7099 2013-05-17 Leo Liu <sdl.web@gmail.com>
7100
7101 * newcomment.el (comment-search-backward): Stricter in finding
7102 comment start. (Bug#14303)
7103
7104 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7105 (octave-comment-start-skip): Properly anchored.
7106
7107 2013-05-17 Leo Liu <sdl.web@gmail.com>
7108
7109 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7110 Clean up when turned off. (Bug#14395)
7111 (smie--highlight-matching-block-overlay): No longer buffer-local.
7112 (smie-highlight-matching-block): Adjust.
7113
7114 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7115
7116 Doc string fix for "nanoseconds" (Bug#14406).
7117 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7118 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7119
7120 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7121
7122 * calc/calc-units.el (math-extract-units): Preserve powers
7123 of units.
7124
7125 2013-05-17 Leo Liu <sdl.web@gmail.com>
7126
7127 * subr.el (delete-consecutive-dups): New function.
7128 * ido.el (ido-set-matches-1): Use it.
7129 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7130 * ido.el (ido-remove-consecutive-dups): Remove.
7131
7132 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7135 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7136 regexp-opt's `words'.
7137
7138 2013-05-16 Leo Liu <sdl.web@gmail.com>
7139
7140 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7141 (smie--highlight-matching-block-overlay)
7142 (smie--highlight-matching-block-lastpos)
7143 (smie--highlight-matching-block-timer): New variables.
7144 (smie-highlight-matching-block): New function.
7145 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7146 (smie-setup): Conditionally enable smie-blink-matching-open.
7147
7148 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7149
7150 Sync with upstream verilog-mode r840.
7151 * progmodes/verilog-mode.el (verilog-mode-version)
7152 (verilog-mode-release-date): Update.
7153 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7154 (verilog-sig-tieoff): Fix string error on
7155 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7156 (verilog-read-decls): Fix parameters confusing
7157 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7158
7159 2013-05-16 Eli Zaretskii <eliz@gnu.org>
7160
7161 * subr.el (reveal-filename): New function.
7162
7163 * loadup.el: Compute Emacs executable versions on MS-Windows,
7164 where executables have the .exe extension. Add a hard link
7165 emacs-XX.YY.ZZ.exe on MS-Windows.
7166
7167 * Makefile.in (XARGS_LIMIT): New variable.
7168 (custom-deps, finder-data, autoloads)
7169 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7170 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7171 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7172 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7173
7174 2013-05-16 Leo Liu <sdl.web@gmail.com>
7175
7176 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7177 (octave-mode-menu, octave-mode-map): Remove its uses.
7178
7179 2013-05-16 Reto Zimmermann <reto@gnu.org>
7180
7181 Sync with upstream vhdl mode v3.34.2.
7182 * progmodes/vhdl-mode.el: Use `push' throughout.
7183 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7184 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7185 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
7186 (vhdl-actual-generic-name): New option to derive actual generic name.
7187 (vhdl-port-paste-signals): Replace formal by actual generics.
7188 (vhdl-beautify): New name for old group vhdl-align. Update users.
7189 (vhdl-beautify-options): New option.
7190 (vhdl-last-input-event): New compat alias. Use throughout.
7191 (vhdl-goto-line): Replace user level function `goto-line'.
7192 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7193 vhdl-fix-statement-buffer.
7194 (vhdl-create-mode-menu): Add some entries.
7195 (vhdl-align-region-groups): Respect vhdl-beautify-options.
7196 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7197 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7198 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7199 to force statements on one line.
7200 (vhdl-remove-trailing-spaces-region):
7201 New, split from vhdl-remove-trailing-spaces.
7202 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7203 Respect vhdl-beautify-options.
7204 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7205 (vhdl-update-sensitivity-list): Not add with index if exists without.
7206 Not include array index with signal. Ignore keywords in comments.
7207 (vhdl-get-visible-signals): Regexp tweaks.
7208 (vhdl-template-component-inst): Handle empty library.
7209 (vhdl-template-type): Add template for 'enum' type.
7210 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7211 Use vhdl-replace-string.
7212 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7213 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7214 (vhdl-speedbar-initialize): Update for above name change.
7215 (vhdl-compose-wire-components): Fix in handling of constants.
7216 (vhdl-error-regexp-emacs-alist): New variable.
7217 (vhdl-error-regexp-add-emacs): New function;
7218 adds support for new compile.el (Emacs 22+)
7219 (vhdl-generate-makefile-1): Change target order for single lib. units.
7220 Allow use of absolute file names.
7221
7222 2013-05-16 Leo Liu <sdl.web@gmail.com>
7223
7224 * simple.el (prog-indent-sexp): Indent enclosing defun.
7225
7226 2013-05-15 Glenn Morris <rgm@gnu.org>
7227
7228 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7229 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7230 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7231 (whitespace-highlight): Move to whitespace group.
7232
7233 * comint.el (comint-source):
7234 * pcmpl-linux.el (pcmpl-linux):
7235 * shell.el (shell-faces):
7236 * eshell/esh-opt.el (eshell-opt):
7237 * international/ccl.el (ccl): Remove empty custom groups.
7238
7239 * completion.el (dynamic-completion-mode):
7240 * jit-lock.el (jit-lock-debug-mode):
7241 * minibuffer.el (completion-in-region-mode):
7242 * type-break.el (type-break-mode-line-message-mode)
7243 (type-break-query-mode):
7244 * emulation/tpu-edt.el (tpu-edt-mode):
7245 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7246 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7247 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7248
7249 * term/xterm.el (xterm): Change parent group to terminals.
7250
7251 * master.el (master): Remove empty custom group.
7252 (master-mode): Remove unused :group argument.
7253 * textmodes/refill.el (refill): Remove empty custom group.
7254 (refill-mode): Remove unused :group argument.
7255
7256 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7257
7258 * cus-dep.el: Provide a feature.
7259 (custom-make-dependencies): Ignore dotfiles (dir-locals).
7260 Don't mistakenly ignore files whose basenames match a basename
7261 from preloaded-file-list (eg cedet/ede/simple.el).
7262 Add a fallback method for getting :group.
7263
7264 2013-05-15 Juri Linkov <juri@jurta.org>
7265
7266 * isearch.el (isearch-char-by-name): Rename from
7267 `isearch-insert-char-by-name'. Doc fix.
7268 (isearch-forward): Mention `isearch-char-by-name' in
7269 the docstring. (Bug#13348)
7270
7271 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7272 `exit-minibuffer' instead of
7273 `isearch-nonincremental-exit-minibuffer'.
7274 (isearch-edit-string): Remove mention of
7275 `isearch-nonincremental-exit-minibuffer' from docstring.
7276 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7277 (isearch-forward-exit-minibuffer)
7278 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7279
7280 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * loadup.el: Just use unversioned DOC.
7283
7284 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7285 literals as extending to EOB.
7286 (nxml-last-fontify-end): Remove unused variable.
7287 (nxml-after-change1): Use with-silent-modifications.
7288 (nxml-extend-after-change-region): Simplify.
7289 (nxml-extend-after-change-region1): Remove function.
7290 (nxml-after-change1): Don't adjust for dependent regions.
7291 (nxml-fontify-matcher): Simplify.
7292 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7293 (xmltok-add-dependent): Remove function.
7294 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7295 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7296 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7297 unclosed <[[, <?, comment, and other literals as extending to EOB.
7298 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7299 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7300 Remove functions.
7301 (rng-do-some-validation-1): Don't mark dependent regions.
7302 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7303 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7304 (nxml-clear-dependent-regions): Remove functions.
7305 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7306 (nxml-ensure-scan-up-to-date):
7307 Don't clear&mark dependent regions.
7308
7309 2013-05-15 Leo Liu <sdl.web@gmail.com>
7310
7311 * progmodes/octave.el (octave-goto-function-definition):
7312 Improve and fix callers.
7313
7314 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7317 the setter (bug#14387).
7318
7319 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7320 surrounding group (bug#14402).
7321
7322 2013-05-14 Juri Linkov <juri@jurta.org>
7323
7324 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7325 (Bug#14390)
7326
7327 2013-05-14 Glenn Morris <rgm@gnu.org>
7328
7329 * progmodes/f90.el (f90-imenu-generic-expression):
7330 Fix typo in 2013-05-08 change. (Bug#14402)
7331
7332 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7333
7334 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7335 Remove signals for which replies are never received.
7336
7337 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7338
7339 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7340 (gdb-handler-alist, gdb-handler-number): Remove variables.
7341 (gdb-handler-list): New variable.
7342 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7343 (gdb-pending-handler-p, gdb-handle-reply)
7344 (gdb-remove-all-pending-triggers): New functions.
7345 (gdb-discard-unordered-replies): New defcustom.
7346 (gdb-handler): New defstruct.
7347 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
7348 instead of gdb-pending-triggers. Update docstring.
7349 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
7350 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7351 (gdb-var-update-handler, def-gdb-auto-update-trigger)
7352 (def-gdb-auto-update-handler, gdb-get-changed-registers)
7353 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7354 (gdb-frame-handler): Pending triggers are now automatically managed.
7355 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7356 Remove argument.
7357 (gdb-input): Automatically handles pending triggers. Update docstring.
7358 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7359 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7360 Update comments.
7361 (gdb-done-or-error): Now use gdb-handle-reply.
7362
7363 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7364
7365 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7366 gdb-debug-log.
7367
7368 2013-05-14 Glenn Morris <rgm@gnu.org>
7369
7370 * subr.el (user-emacs-directory-warning): New option.
7371 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
7372
7373 2013-05-14 Leo Liu <sdl.web@gmail.com>
7374
7375 * progmodes/octave.el (octave-font-lock-keywords): Fix error
7376 during redisplay.
7377 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
7378 (octave-font-lock-texinfo-comment): Fix invalid search bound
7379 error: wrong side of point.
7380
7381 2013-05-14 Glenn Morris <rgm@gnu.org>
7382
7383 * progmodes/flymake.el (flymake-xml-program): New option.
7384 (flymake-xml-init): Use it.
7385
7386 * term/xterm.el: Provide a feature.
7387
7388 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
7389
7390 2013-05-13 Glenn Morris <rgm@gnu.org>
7391
7392 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7393 Add compat aliases as a hack workaround. (Bug#14384)
7394
7395 2013-05-13 Leo Liu <sdl.web@gmail.com>
7396
7397 * progmodes/octave.el (octave-indent-comment): Fix indentation for
7398 ###, and %!.
7399 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7400 C-M-q.
7401 (octave-comment-start-skip): Include %!.
7402 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
7403
7404 2013-05-12 Leo Liu <sdl.web@gmail.com>
7405
7406 * progmodes/octave.el (inferior-octave-startup): Store the value
7407 of __octave_srcdir__ for octave-source-directories.
7408 (inferior-octave-check-process): New function refactored out of
7409 inferior-octave-send-list-and-digest.
7410 (octave-source-directories)
7411 (octave-find-definition-filename-function): New variables.
7412 (octave-source-directories)
7413 (octave-find-definition-default-filename): New functions.
7414 (octave-find-definition): Improve to find functions implemented in C++.
7415
7416 2013-05-12 Glenn Morris <rgm@gnu.org>
7417
7418 * calendar/diary-lib.el (diary-outlook-format-1):
7419 Don't include dayname in the output. (Bug#14349)
7420
7421 2013-05-11 Glenn Morris <rgm@gnu.org>
7422
7423 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7424
7425 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7426 Treat cc-provide like provide.
7427
7428 2013-05-11 Kevin Ryde <user42@zip.com.au>
7429
7430 * cus-dep.el (custom-make-dependencies):
7431 Use generated-autoload-load-name for the sake of files such
7432 such cedet/semantic/bovine/c.el, where the base file name
7433 is not in load-path. (Bug#5277)
7434
7435 2013-05-11 Glenn Morris <rgm@gnu.org>
7436
7437 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7438 Provide features.
7439
7440 2013-05-11 Leo Liu <sdl.web@gmail.com>
7441
7442 * progmodes/octave.el (octave-indent-comment): Improve.
7443 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
7444 (octave-eldoc-function-signatures, octave-eldoc-function):
7445 New functions.
7446 (octave-mode, inferior-octave-mode): Add eldoc support.
7447
7448 2013-05-11 Richard Stallman <rms@gnu.org>
7449
7450 * epa.el (epa-decrypt-file): Take output file name as argument
7451 and read it using `interactive'.
7452
7453 2013-05-11 Leo Liu <sdl.web@gmail.com>
7454
7455 * progmodes/octave.el (octave-beginning-of-line)
7456 (octave-end-of-line): Check before using up-list because it jumps
7457 out of more syntactic contructs since moving to smie.
7458 (octave-indent-comment): New function.
7459 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
7460 (octave-begin-keywords, octave-end-keywords)
7461 (octave-reserved-words, octave-smie-bnf-table)
7462 (octave-smie-rules): Add new keywords from Octave 3.6.4.
7463
7464 2013-05-11 Glenn Morris <rgm@gnu.org>
7465
7466 * faces.el (internal-face-x-get-resource):
7467 * frame.el (ns-display-monitor-attributes-list):
7468 * calc/calc-aent.el (math-to-radians-2):
7469 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
7470 Fix declarations.
7471
7472 * calc/calc-menu.el: Make it loadable in isolation.
7473
7474 * net/eudcb-bbdb.el: Make it loadable without bbdb.
7475 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7476 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7477 (eudc-bbdb-query-internal): Require 'bbdb.
7478
7479 * lpr.el (lpr-headers-switches):
7480 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7481
7482 * progmodes/sql.el (sql-login-params): Fix and improve :type.
7483
7484 * emulation/edt-mapper.el: In batch mode, error rather than hang.
7485
7486 * term.el (term-set-escape-char): Make it idempotent.
7487
7488 2013-05-10 Leo Liu <sdl.web@gmail.com>
7489
7490 * progmodes/octave.el (inferior-octave-completion-table):
7491 No longer a function and all uses changed. Use cache to speed up
7492 completion due to bug#11906.
7493 (octave-beginning-of-defun): Re-write to be more general.
7494
7495 2013-05-10 Glenn Morris <rgm@gnu.org>
7496
7497 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7498
7499 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * comint.el (comint-redirect-send-command-to-process): Use :around
7502 rather than :override for comint-redirect-filter.
7503 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7504 Call it instead of comint-redirect-original-filter-function (which
7505 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
7506
7507 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
7508
7509 * frame.el (display-monitor-attributes-list): Add NS case.
7510 (ns-display-monitor-attributes-list): Declare.
7511
7512 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
7513
7514 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
7515
7516 2013-05-09 Glenn Morris <rgm@gnu.org>
7517
7518 * international/fontset.el (vertical-centering-font-regexp):
7519 Set standard-value.
7520
7521 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7522
7523 * bookmark.el (bookmark-search-delay):
7524 * cus-start.el (vertical-centering-font-regexp):
7525 * ps-mule.el (ps-mule-font-info-database-default):
7526 * ps-print.el (ps-default-fg, ps-default-bg):
7527 * type-break.el (type-break-good-break-interval):
7528 * whitespace.el (whitespace-indentation-regexp)
7529 (whitespace-space-after-tab-regexp):
7530 * emacs-lisp/testcover.el (testcover-1value-functions)
7531 (testcover-noreturn-functions, testcover-progn-functions)
7532 (testcover-prog1-functions):
7533 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7534 * eshell/em-glob.el (eshell-glob-translate-alist):
7535 * play/tetris.el (tetris-tty-colors):
7536 * progmodes/cpp.el (cpp-face-default-list):
7537 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7538 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7539 (idlwave-help-browser-generic-args):
7540 * progmodes/make-mode.el (makefile-special-targets-list):
7541 * progmodes/python.el (python-shell-virtualenv-path):
7542 * progmodes/verilog-mode.el (verilog-active-low-regexp)
7543 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7544 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7545 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7546 * textmodes/reftex-vars.el (reftex-format-label-function):
7547 * textmodes/remember.el (remember-diary-file): Fix custom types.
7548
7549 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7550 Add :version.
7551
7552 2013-05-09 Leo Liu <sdl.web@gmail.com>
7553
7554 * progmodes/octave.el (inferior-octave-completion-at-point):
7555 Restore file completion. (Bug#14300)
7556 (inferior-octave-startup): Fix incorrect highlighting for the
7557 first prompt.
7558
7559 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * progmodes/ruby-mode.el: First cut at SMIE support.
7562 (ruby-use-smie): New var.
7563 (ruby-smie-grammar): New constant.
7564 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7565 (ruby-smie--forward-token, ruby-smie--backward-token)
7566 (ruby-smie-rules): New functions.
7567 (ruby-mode-variables): Setup SMIE if applicable.
7568
7569 2013-05-08 Eli Zaretskii <eliz@gnu.org>
7570
7571 * simple.el (line-move-visual): Signal beginning/end of buffer
7572 only if vertical-motion moved less than it was requested. Avoids
7573 silly incorrect error messages when there are display strings with
7574 multiple newlines at EOL.
7575
7576 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7577
7578 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7579 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7580 (prolog-char-quote-workaround):
7581 * progmodes/cperl-mode.el (cperl-under-as-char):
7582 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
7583 Mark as obsolete.
7584 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
7585 their declaration.
7586 (vhdl-mode-syntax-table-init): Remove.
7587
7588 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7589 last change.
7590
7591 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7592 syntax for "_".
7593 (ld-script-font-lock-keywords):
7594 Change regexps to use things like \_< and \_>.
7595
7596 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7597 Change all regexps to use things like \_< and \_>.
7598
7599 * progmodes/autoconf.el (autoconf-definition-regexp)
7600 (autoconf-font-lock-keywords, autoconf-current-defun-function):
7601 Handle a _ with symbol syntax.
7602 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7603
7604 * progmodes/ada-mode.el (ada-mode-abbrev-table):
7605 Consolidate declaration.
7606 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7607 the declaration.
7608 (ada-create-syntax-table): Remove.
7609 (ada-capitalize-word): Don't mess with the syntax of "_" since it
7610 already has the right syntax nowadays.
7611 (ada-goto-next-word): Don't change the syntax of "_".
7612
7613 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7614 with-wrapper-hook.
7615
7616 2013-05-08 Sam Steingold <sds@gnu.org>
7617
7618 * thingatpt.el (thing-at-point): Accept optional second argument
7619 NO-PROPERTIES to strip the text properties from the return value.
7620 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
7621 to `thing-at-point' instead of stripping the properties ourselves.
7622 Also, when `thing-at-point' fails to find a url, prepend "http://"
7623 to the filename at point on the assumption that the user is
7624 pointing at something like gnu.org/gnu.
7625
7626 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7629 * faces.el (crm-separator):
7630 Silence byte-compiler.
7631
7632 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
7633 (tool-bar-map): Remove unneeded defvars.
7634
7635 2013-05-08 Leo Liu <sdl.web@gmail.com>
7636
7637 Re-work a fix for bug#10994 based on Le Wang's patch.
7638 * ido.el (ido-remove-consecutive-dups): New helper.
7639 (ido-completing-read): Use it.
7640 (ido-chop): Revert fix for bug#10994.
7641
7642 2013-05-08 Adam Spiers <emacs@adamspiers.org>
7643
7644 * cus-edit.el (custom-save-variables):
7645 Pretty-print long values. (Bug#14187)
7646
7647 2013-05-08 Glenn Morris <rgm@gnu.org>
7648
7649 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
7650 (m4-mode-syntax-table): Init in the defvar.
7651 (m4-mode-abbrev-table): Let define-derived-mode define it.
7652
7653 2013-05-08 Tom Tromey <tromey@redhat.com>
7654
7655 * progmodes/m4-mode.el (m4-mode-syntax-table):
7656 Do not treat "_" as word constituent. (Bug#14167)
7657
7658 2013-05-07 Glenn Morris <rgm@gnu.org>
7659
7660 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
7661 Remove explicit eshell-isearch-cancel-map.
7662
7663 * progmodes/f90.el (f90-smart-end-names): New option.
7664 (f90-smart-end): Doc fix.
7665 (f90-end-block-optional-name): New constant.
7666 (f90-block-match): Respect f90-smart-end-names.
7667
7668 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7670 * progmodes/octave.el (octave-smie-forward-token): Be more careful
7671 about implicit semi-colons (bug#14218).
7672
7673 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7674
7675 * frame.el (display-monitor-attributes-list)
7676 (frame-monitor-attributes): New functions.
7677
7678 2013-05-06 Leo Liu <sdl.web@gmail.com>
7679
7680 * progmodes/octave.el (octave-syntax-propertize-function): Change
7681 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
7682 (octave-font-lock-keywords): Use octave-operator-regexp.
7683 (octave-completion-at-point): Rename from
7684 octave-completion-at-point-function.
7685 (inferior-octave-directory-tracker): Robustify.
7686 (octave-text-functions): Remove and fix its uses. No such things
7687 any more.
7688
7689 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * emacs-lisp/trace.el (trace--display-buffer): New function.
7692 (trace-make-advice): Use it.
7693
7694 2013-05-06 Juri Linkov <juri@jurta.org>
7695
7696 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
7697 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
7698 Doc fix.
7699 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
7700 in the help string. (Bug#12985)
7701
7702 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
7703
7704 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
7705
7706 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * progmodes/perl-mode.el: Add support for here documents.
7709 (perl-syntax-propertize-function): Match here-doc markers.
7710 (perl-syntax-propertize-special-constructs): Find their end.
7711 (perl-imenu-generic-expression): Use [:alnum:].
7712
7713 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
7714 (advice--add-function): Refresh the advice if already present
7715 (bug#14317).
7716
7717 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
7718
7719 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
7720
7721 2013-05-06 Glenn Morris <rgm@gnu.org>
7722
7723 * w32-fns.el (w32-charset-info-alist): Declare.
7724
7725 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
7726 of its defcustom properties.
7727 (eshell-cmpl-initialize): No need to load pcomplete.
7728
7729 * generic-x.el: No need to require comint when compiling.
7730
7731 * net/eudc-export.el: Make it loadable without bbdb.
7732 (top-level): Use require rather than load-library.
7733 (eudc-create-bbdb-record, eudc-bbdbify-phone)
7734 (eudc-batch-export-records-to-bbdb)
7735 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
7736 Require bbdb.
7737
7738 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
7741 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
7742 some tweaks, instead.
7743
7744 2013-05-05 Leo Liu <sdl.web@gmail.com>
7745
7746 * progmodes/octave.el (octave-font-lock-keywords)
7747 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
7748 (inferior-octave-send-list-and-digest): Improve error message.
7749 (octave-mode, inferior-octave-mode): Use setq-local.
7750 (octave-help): Set info-lookup-mode.
7751
7752 2013-05-05 Richard Stallman <rms@gnu.org>
7753
7754 * vc/compare-w.el (compare-windows-whitespace):
7755 Treat no-break space as whitespace.
7756
7757 * mail/rmailsum.el (rmail-summary-rmail-update):
7758 Detect empty summary and don't change selected message.
7759 (rmail-summary-goto-msg): Likewise.
7760
7761 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
7762 Doc fixes, rename args.
7763
7764 2013-05-05 Alan Mackenzie <acm@muc.de>
7765
7766 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
7767
7768 2013-05-05 Juri Linkov <juri@jurta.org>
7769
7770 * info.el (Info-read-subfile): Use (point-min) instead of (point)
7771 to not add the length of the summary segment to the return value.
7772 (Bug#14125)
7773
7774 2013-05-05 Leo Liu <sdl.web@gmail.com>
7775
7776 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
7777 (inferior-octave-output-filter): Remove.
7778 (octave-send-region, inferior-octave-startup): Fix callers.
7779 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
7780 (octave-binary-file-extensions): New user variable.
7781 (octave-find-definition): Confirm if opening binary files.
7782 (octave-help-file): Use octave-find-definition to get the binary
7783 confirmation.
7784 (octave-help): Adjust for octave-help-file change.
7785
7786 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7787
7788 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
7789 Merge the two entries that handle function definitions.
7790 (pascal--syntax-propertize): New const.
7791 (pascal-mode): Use it. Use setq-local.
7792
7793 2013-05-04 Glenn Morris <rgm@gnu.org>
7794
7795 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
7796 (diary-from-outlook): Respect diary-from-outlook-function.
7797
7798 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7799
7800 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
7801 Move the declaration from C.
7802 (read-minibuffer, eval-minibuffer): Move from C.
7803 (completion-setup-function): Avoid minibuffer-completion-contents.
7804
7805 2013-05-03 Leo Liu <sdl.web@gmail.com>
7806
7807 * progmodes/octave.el (octave-font-lock-keywords): Do not
7808 dehighlight 'end' in comments or strings.
7809 (octave-completing-read, octave-goto-function-definition):
7810 New helpers.
7811 (octave-help-buffer): New user variable.
7812 (octave-help-file, octave-help-function): New button types.
7813 (octave-help): New command and bind it to C-h ;.
7814 (octave-find-definition): New command and bind it to M-.
7815 (user-error): Alias to error if not defined.
7816
7817 2013-05-02 Leo Liu <sdl.web@gmail.com>
7818
7819 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
7820 for \. (bug#14332)
7821 (octave-font-lock-keywords): Include [ and {.
7822
7823 2013-05-02 Leo Liu <sdl.web@gmail.com>
7824
7825 * progmodes/octave.el (inferior-octave-startup-file): Change default.
7826 (inferior-octave): Remove calling comint-mode and return the buffer.
7827 (inferior-octave-startup): Cosmetic changes.
7828
7829 2013-05-02 Leo Liu <sdl.web@gmail.com>
7830
7831 * progmodes/octave.el (octave-syntax-propertize-function):
7832 Include the case when ' is at line beginning. (Bug#14336)
7833
7834 2013-05-02 Glenn Morris <rgm@gnu.org>
7835
7836 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
7837 * desktop.el (vc-dir-mode): Just autoload it here.
7838
7839 2013-05-02 Alan Mackenzie <acm@muc.de>
7840
7841 Eliminate variable c-standard-font-lock-fontify-region-function.
7842 * progmodes/cc-mode.el
7843 (c-standard-font-lock-fontify-region-function): Remove.
7844 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7845
7846 2013-05-01 Leo Liu <sdl.web@gmail.com>
7847
7848 * progmodes/octave.el: Compatible with older emacs-24 releases.
7849 (inferior-octave-has-built-in-variables): Remove. Built-in
7850 variables were removed from Octave in 2007.
7851 (inferior-octave-startup): Fix uses.
7852 (comint-line-beginning-position): Remove compatibility code for
7853 emacs 21.
7854
7855 2013-05-01 Juri Linkov <juri@jurta.org>
7856
7857 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
7858
7859 2013-05-01 Juri Linkov <juri@jurta.org>
7860
7861 * comint.el (comint-previous-matching-input): Don't print message
7862 "History item: %d" when `isearch-mode' is active.
7863 (comint-history-isearch-message): Print message "History item: %d"
7864 when `comint-input-ring-index' is not empty and this function is
7865 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
7866
7867 2013-05-01 Leo Liu <sdl.web@gmail.com>
7868
7869 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7870 definitions. Use completion-at-point to insert keywords.
7871 (octave-abbrev-start): Remove.
7872 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7873
7874 2013-04-30 Leo Liu <sdl.web@gmail.com>
7875
7876 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7877 change.
7878
7879 2013-04-30 Alan Mackenzie <acm@muc.de>
7880
7881 Handle arbitrarily long C++ member initialisation lists.
7882 * progmodes/cc-engine.el (c-back-over-member-initializers):
7883 new function.
7884 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7885 (most) member init lists.
7886
7887 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7888
7889 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
7890 variable.
7891
7892 2013-04-30 Leo Liu <sdl.web@gmail.com>
7893
7894 * progmodes/octave.el (octave-variables): Remove. No builtin
7895 variables any more. All converted to functions.
7896 (octave-font-lock-keywords, octave-completion-at-point-function):
7897 Fix uses.
7898 (octave-font-lock-texinfo-comment): New user variable.
7899 (octave-texinfo-font-lock-keywords): New variable for texinfo
7900 comment block.
7901 (octave-function-comment-block): New face.
7902 (octave-font-lock-texinfo-comment): New function.
7903 (octave-mode): Font lock texinfo comment block.
7904
7905 2013-04-29 Leo Liu <sdl.web@gmail.com>
7906
7907 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
7908 indexing expression.
7909 (octave-continuation-string): Do not use \.
7910 (inferior-octave-complete-impossible): Remove.
7911 (inferior-octave-completion-table)
7912 (inferior-octave-completion-at-point): Remove its uses.
7913 (inferior-octave-startup): completion_matches was introduced to
7914 Octave in 1996 so safe to assume it.
7915 (octave-function-file-comment): Improve to follow how Octave does it.
7916 (octave-update-function-file-comment): Tweak.
7917
7918 2013-04-29 Leo Liu <sdl.web@gmail.com>
7919
7920 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
7921 (inferior-octave-startup): Remove inferior-octave-startup-hook.
7922 (octave-function-file-comment): Fix typo.
7923 (octave-sync-function-file-names): Use read-char-choice.
7924
7925 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
7926
7927 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
7928 to t for the less important warnings.
7929
7930 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
7931
7932 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
7933
7934 2013-04-27 Glenn Morris <rgm@gnu.org>
7935
7936 * vc/log-view.el (log-view-current-entry):
7937 Treat "---" separator lines as part of the following rev. (Bug#14169)
7938
7939 2013-04-27 Juri Linkov <juri@jurta.org>
7940
7941 * subr.el (read-number): Doc fix about using it by interactive
7942 code letter `n'. (Bug#14254)
7943
7944 2013-04-27 Juri Linkov <juri@jurta.org>
7945
7946 * desktop.el (desktop-auto-save-timeout): New option.
7947 (desktop-file-checksum): New variable.
7948 (desktop-save): Add optional arg `auto-save' and don't auto-save
7949 if nothing changed.
7950 (desktop-auto-save-timer): New variable.
7951 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7952 (after-init-hook): Call `desktop-auto-save-set-timer'.
7953 Suggested by Reuben Thomas <rrt@sc3d.org> in
7954 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7955
7956 2013-04-27 Leo Liu <sdl.web@gmail.com>
7957
7958 * progmodes/octave.el (octave-function-file-p)
7959 (octave-skip-comment-forward, octave-function-file-comment)
7960 (octave-update-function-file-comment): New functions.
7961 (octave-mode-map): Bind C-c ; to
7962 octave-update-function-file-comment.
7963 (octave-mode-menu): Add octave-update-function-file-comment.
7964 (octave-mode, inferior-octave-mode): Fix doc-string.
7965 (octave-insert-defun): Conform to Octave's coding convention.
7966 (Bug#14285)
7967
7968 * files.el (basic-save-buffer): Don't let errors in
7969 before-save-hook prevent saving buffer.
7970
7971 2013-04-20 Roland Winkler <winkler@gnu.org>
7972
7973 * faces.el (read-face-name): Use completing-read if arg multiple
7974 is nil.
7975
7976 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
7977
7978 * ls-lisp.el (ls-lisp-insert-directory): If no files are
7979 displayed, move point to after the totals line.
7980 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
7981 for the details.
7982
7983 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * emacs-lisp/package.el (package-autoload-ensure-default-file):
7986 Add current dir to the load-path.
7987 (package-generate-autoloads): Don't rely on
7988 autoload-ensure-default-file.
7989
7990 2013-04-26 Reuben Thomas <rrt@sc3d.org>
7991
7992 * textmodes/remember.el (remember-store-in-files): Document that
7993 the file name format is passed to `format-time-string'.
7994
7995 2013-04-26 Leo Liu <sdl.web@gmail.com>
7996
7997 * progmodes/octave.el (octave-sync-function-file-names): New function.
7998 (octave-mode): Use it in before-save-hook.
7999
8000 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8003 (bug#14274).
8004
8005 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8006 \n and comment, even if it's not an implicit ; (bug#14218).
8007
8008 2013-04-26 Glenn Morris <rgm@gnu.org>
8009
8010 * subr.el (read-number): Once more use `read' rather than
8011 `string-to-number', to trap non-numeric input. (Bug#14254)
8012
8013 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
8014
8015 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8016 Use `syntax-multiline' text property consistently instead of
8017 `font-lock-multiline'. (Bug#14237)
8018
8019 2013-04-26 Glenn Morris <rgm@gnu.org>
8020
8021 * emacs-lisp/shadow.el (list-load-path-shadows):
8022 No longer necessary to check for duplicate simple.el, since
8023 2012-07-07 change to init_lread to not include installation lisp
8024 directories in load-path when running uninstalled. (Bug#14270)
8025
8026 2013-04-26 Leo Liu <sdl.web@gmail.com>
8027
8028 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8029 (octave-mode, inferior-octave-mode): Use setq-local.
8030 (octave-not-in-string-or-comment-p): Rename to
8031 octave-in-string-or-comment-p.
8032 (octave-in-comment-p, octave-in-string-p)
8033 (octave-in-string-or-comment-p): Replace defsubst with defun.
8034
8035 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8036
8037 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8038
8039 2013-04-25 Bastien Guerry <bzg@gnu.org>
8040
8041 * textmodes/remember.el (remember-data-directory)
8042 (remember-directory-file-name-format): Fix custom types.
8043
8044 2013-04-25 Leo Liu <sdl.web@gmail.com>
8045
8046 * progmodes/octave.el (octave-completion-at-point-function):
8047 Make use of inferior octave process.
8048 (octave-initialize-completions): Remove.
8049 (inferior-octave-completion-table): New function.
8050 (inferior-octave-completion-at-point): Use it.
8051 (octave-completion-alist): Remove.
8052
8053 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8056 (opascal-mode-syntax-table): New var.
8057 (opascal-literal-kind, opascal-is-literal-end)
8058 (opascal-literal-token-at): Rewrite.
8059 (opascal--literal-start-re, opascal-font-lock-keywords)
8060 (opascal--syntax-propertize): New constants.
8061 (opascal-font-lock-defaults): Adjust.
8062 (opascal-mode): Use them. Set comment-<foo> variables as well.
8063 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8064 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8065 (delphi-other-face, opascal-other-face): Remove face variables.
8066 (opascal-save-state): Remove macro.
8067 (opascal-fontifying-progress-step): Remove constant.
8068 (opascal--ignore-changes): Remove var.
8069 (opascal-set-token-property, opascal-parse-next-literal)
8070 (opascal-is-stable-literal, opascal-complete-literal)
8071 (opascal-is-literal-start, opascal-face-of)
8072 (opascal-parse-region, opascal-parse-region-until-stable)
8073 (opascal-fontify-region, opascal-after-change)
8074 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8075 (opascal-debug-parse-region, opascal-debug-parse-window)
8076 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8077 (opascal-debug-fontify-buffer): Remove.
8078 (opascal-debug-mode-map): Adjust accordingly.
8079
8080 2013-04-25 Leo Liu <sdl.web@gmail.com>
8081
8082 Merge octave-mod.el and octave-inf.el into octave.el with some
8083 cleanups.
8084 * progmodes/octave.el: New file renamed from octave-mod.el.
8085 * progmodes/octave-inf.el: Merged into octave.el.
8086 * progmodes/octave-mod.el: Renamed to octave.el.
8087
8088 2013-04-25 Tassilo Horn <tsdh@gnu.org>
8089
8090 * textmodes/reftex-vars.el
8091 (reftex-label-ignored-macros-and-environments): New defcustom.
8092
8093 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8094
8095 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8098 (smie-indent-keyword): Improve the check to ensure that the next
8099 comment is really on the same line.
8100 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8101
8102 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8103 semi-colons if the line is not otherwise empty (bug#14218).
8104
8105 2013-04-25 Glenn Morris <rgm@gnu.org>
8106
8107 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8108
8109 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * progmodes/opascal.el (opascal-set-token-property): Rename from
8112 opascal-set-text-properties and only set `token' (bug#14134).
8113 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8114 (opascal-literal-text-properties): Remove.
8115 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8116 Adjust callers.
8117
8118 2013-04-24 Reuben Thomas <rrt@sc3d.org>
8119
8120 * textmodes/remember.el (remember-handler-functions): Add an
8121 option for a new handler `remember-store-in-files'.
8122 (remember-data-directory, remember-directory-file-name-format):
8123 New options.
8124 (remember-store-in-files): New function to store remember notes
8125 as separate files within a directory.
8126
8127 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8128
8129 * progmodes/compile.el (compilation-next-error-function):
8130 Pass "formats" to compilation-find-file (bug#11777).
8131
8132 2013-04-24 Glenn Morris <rgm@gnu.org>
8133
8134 * vc/vc-bzr.el (vc-bzr-print-log):
8135 * vc/vc-hg.el (vc-hg-print-log):
8136 * vc/vc-svn.el (vc-svn-print-log):
8137 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8138
8139 * vc/vc-bzr.el (vc-bzr-print-log):
8140 * vc/vc-cvs.el (vc-cvs-print-log):
8141 * vc/vc-git.el (vc-git-print-log):
8142 * vc/vc-hg.el (vc-hg-print-log):
8143 * vc/vc-mtn.el (vc-mtn-print-log):
8144 * vc/vc-rcs.el (vc-rcs-print-log):
8145 * vc/vc-sccs.el (vc-sccs-print-log):
8146 * vc/vc-svn.el (vc-svn-print-log):
8147 * vc/vc.el (vc-print-log-internal): Doc fixes.
8148
8149 2013-04-23 Glenn Morris <rgm@gnu.org>
8150
8151 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8152 Remove venerable code attempting to avoid substitute-command-keys.
8153
8154 2013-04-23 Tassilo Horn <tsdh@gnu.org>
8155
8156 * textmodes/reftex-vars.el (reftex-label-regexps):
8157 Call `reftex-compile-variables' after changes to this variable.
8158
8159 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
8162 Use lexical-binding.
8163 (jit-lock-force-redisplay): Use markers, check buffer's continued
8164 existence and beware narrowed buffers.
8165 (jit-lock-fontify-now): Adjust call accordingly.
8166
8167 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8170 to avoid misleading the user.
8171
8172 2013-04-22 Leo Liu <sdl.web@gmail.com>
8173
8174 * info-look.el: Prefer latex2e.info. (Bug#14240)
8175
8176 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
8177
8178 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8179
8180 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
8181 * net/tramp.el (tramp-call-process): ... here.
8182 (tramp-set-completion-function, tramp-parse-putty):
8183 * net/tramp-adb.el (tramp-adb-execute-adb-command):
8184 * net/tramp-gvfs.el (tramp-gvfs-send-command):
8185 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8186 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8187 (tramp-call-local-coding-command): Use `tramp-call-process'
8188 instead of `tramp-compat-call-process'.
8189
8190 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8191 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8192 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
8193 (tramp-find-inline-compress): Improve traces.
8194 (tramp-maybe-send-script): Check for Perl binary.
8195 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8196
8197 2013-04-22 Daiki Ueno <ueno@gnu.org>
8198
8199 * epg.el (epg-context-pinentry-mode): New function.
8200 (epg-context-set-pinentry-mode): New function.
8201 (epg--start): Pass --pinentry-mode option to gpg command.
8202
8203 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8204
8205 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
8206 `comint-dynamic-complete' is obsolete since 24.1, replaced by
8207 `completion-at-point'. (Bug#13774)
8208
8209 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8210 default key binding for `describe-distribution' has been moved to
8211 `C-h C-o'. (Bug#13970)
8212
8213 2013-04-21 Glenn Morris <rgm@gnu.org>
8214
8215 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8216 Add doc strings.
8217 (vc-print-log): Clarify interactive prompt.
8218
8219 2013-04-20 Glenn Morris <rgm@gnu.org>
8220
8221 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8222 No longer include timestamp etc information.
8223
8224 2013-04-20 Roland Winkler <winkler@gnu.org>
8225
8226 * faces.el (read-face-name): Bug fix, return just one face if arg
8227 multiple is nil. (Bug#14209)
8228
8229 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8230
8231 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8232 (remove-function): Autoload.
8233
8234 * comint.el (comint-redirect-original-filter-function): Remove.
8235 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
8236 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8237 (vc-cvs-annotate-command):
8238 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8239 * progmodes/prolog.el (prolog-consult-compile):
8240 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8241 Use add/remove-function instead.
8242 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8243 (gud-tooltip-process-output, gud-tooltip-tips):
8244 Use add/remove-function instead.
8245 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8246 (scheme-interaction-mode, exit-scheme-interaction-mode):
8247 Use add/remove-function instead.
8248
8249 * vc/vc-dispatcher.el: Use lexical-binding.
8250 (vc--process-sentinel): Rename from vc-process-sentinel.
8251 Change last arg to be the code to run. Don't use vc-previous-sentinel
8252 and vc-sentinel-commands any more.
8253 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8254 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8255
8256 2013-04-19 Masatake YAMATO <yamato@redhat.com>
8257
8258 * progmodes/sh-script.el (sh-imenu-generic-expression):
8259 Handle function names with a single character. (Bug#14111)
8260
8261 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
8262
8263 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8264 for subroutines defined in an eval (bug#14182).
8265
8266 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8267
8268 * bookmark.el (bookmark-completing-read): Improve handling of empty
8269 string (bug#14176).
8270
8271 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8274
8275 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8276
8277 New faster Imenu implementation (bug#14058).
8278 * progmodes/python.el:
8279 (python-imenu-prev-index-position):
8280 (python-imenu-format-item-label-function)
8281 (python-imenu-format-parent-item-label-function)
8282 (python-imenu-format-parent-item-jump-label-function):
8283 New vars.
8284 (python-imenu-format-item-label)
8285 (python-imenu-format-parent-item-label)
8286 (python-imenu-format-parent-item-jump-label)
8287 (python-imenu--put-parent, python-imenu--build-tree)
8288 (python-imenu-create-index, python-imenu-create-flat-index)
8289 (python-util-popn): New functions.
8290 (python-mode): Set imenu-create-index-function to
8291 python-imenu-create-index.
8292
8293 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * winner.el (winner-active-region): Use region-active-p, activate-mark
8296 and deactivate-mark (bug#14225).
8297
8298 * simple.el (deactivate-mark): Don't inline it.
8299
8300 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
8301
8302 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8303
8304 2013-04-18 Tassilo Horn <tsdh@gnu.org>
8305
8306 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8307 file extensions from the archive-mode entry in order to prefer
8308 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8309
8310 2013-04-18 Leo Liu <sdl.web@gmail.com>
8311
8312 * bindings.el (help-event-list): Add ?\?.
8313
8314 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * subr.el (with-wrapper-hook): Declare obsolete.
8317 * simple.el (filter-buffer-substring-function): New hook.
8318 (filter-buffer-substring): Use it.
8319 (filter-buffer-substring-functions): Mark obsolete.
8320 * minibuffer.el (completion-in-region-function): New hook.
8321 (completion-in-region): Use it.
8322 (completion-in-region-functions): Mark obsolete.
8323 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8324 * abbrev.el (abbrev-expand-function): New hook.
8325 (expand-abbrev): Use it.
8326 (abbrev-expand-functions): Mark obsolete.
8327 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8328 and :filter-return.
8329
8330 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8331
8332 * progmodes/python.el (python-nav--syntactically): Fix cornercases
8333 and do not care about match data.
8334
8335 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8336
8337 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8338 completion tables when completing error conditions and
8339 `declare' arguments.
8340 (lisp-complete-symbol, field-complete): Mark as obsolete.
8341 (check-parens): Unmatched parens are user errors.
8342 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8343
8344 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
8345
8346 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8347 command changed buffer (ie. `flyspell-pre-buffer' is not current
8348 buffer), which prevents making decisions based on invalid value of
8349 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
8350 cause an error when `flyspell-pre-point' was nil after switching
8351 buffers.
8352 (flyspell-post-command-hook): No longer needs to change buffers when
8353 checking pre-word. While at it remove unnecessary progn.
8354
8355 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
8356
8357 * textmodes/ispell.el (ispell-add-per-file-word-list):
8358 Fix `flyspell-correct-word-before-point' error when accepting
8359 words and `coment-padding' is an integer by using
8360 `comment-normalize-vars' (Bug #14214).
8361
8362 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8363
8364 New defun movement commands.
8365 * progmodes/python.el (python-nav--syntactically)
8366 (python-nav--forward-defun, python-nav-backward-defun)
8367 (python-nav-forward-defun): New functions.
8368
8369 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8370
8371 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8372 (python-syntax-context): Use named compiler-macro for backwards
8373 compatibility with Emacs 24.x.
8374
8375 2013-04-17 Leo Liu <sdl.web@gmail.com>
8376
8377 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8378 octave-hide-process-buffer.
8379
8380 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8381
8382 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8383 (bug#14216).
8384
8385 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
8386
8387 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8388 Fix adjustment of offset when receiving incomplete responses from GDB
8389 (bug#14129).
8390
8391 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8394 python-mode-abbrev-table.
8395 (python-skeleton-define): Adjust accordingly.
8396 (python-mode-abbrev-table): New table that inherits from it so that
8397 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8398
8399 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8400 (abbrev-symbol): Use it.
8401 (abbrev--before-point): Use it since we already handle inheritance.
8402
8403 2013-04-16 Leo Liu <sdl.web@gmail.com>
8404
8405 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8406 binding to info-lookup-symbol.
8407
8408 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
8409
8410 * minibuffer.el (completion--twq-all):
8411 * term/ns-win.el (ns-initialize-window-system):
8412 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8413
8414 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8415
8416 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8417 global bindings.
8418
8419 * doc-view.el (doc-view-start-process): Handle url-handler directories.
8420
8421 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
8422
8423 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8424 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8425 to nil.
8426 (ruby-end-of-defun): Remove the unused arg, change the docstring
8427 to reflect that this function is only used as the value of
8428 `end-of-defun-function'.
8429 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8430 to reflect an earlier change that beginning/end-of-defun functions
8431 jump between methods in a class definition, as well as top-level
8432 functions.
8433
8434 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * minibuffer.el (minibuffer-complete): Don't just scroll
8437 a *Completions* that's been iconified.
8438 (minibuffer-force-complete): Make sure repetitions do cycle when going
8439 through completion-in-region -> minibuffer-complete.
8440
8441 2013-04-15 Alan Mackenzie <acm@muc.de>
8442
8443 Correct the placement of c-cpp-delimiters when there're #s not at
8444 col 0.
8445
8446 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8447 place a submatch around the #.
8448 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8449 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
8450 on the #, not BOL.
8451
8452 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8453
8454 * emacs-lisp/nadvice.el: Properly test names when adding advice.
8455 (advice--member-p): New arg `name'.
8456 (advice--add-function, advice-member-p): Use it (bug#14202).
8457
8458 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
8459
8460 Reformulate java imenu-generic-expression.
8461 The old expression contained ill formed regexps.
8462
8463 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8464 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8465 (cc-imenu-java-method-arg-regexp): New defconsts.
8466 (cc-imenu-java-build-type-args-regex): New defun.
8467 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
8468 handling of spaces in the regexp.
8469
8470 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8471
8472 * textmodes/ispell.el (ispell-command-loop): Remove
8473 flyspell highlight of a word when ispell accepts it (bug #14178).
8474
8475 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
8476
8477 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8478 uses code from the previous `ange-ftp-run-real-handler'.
8479 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8480 only in case that function exist. This is needed for proper
8481 unloading of Tramp.
8482
8483 2013-04-15 Tassilo Horn <tsdh@gnu.org>
8484
8485 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8486
8487 * textmodes/reftex.el (reftex-compile-variables): Use it.
8488
8489 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * files.el (normal-mode): Only use default major-mode if no other mode
8492 was specified.
8493
8494 * emacs-lisp/trace.el (trace-values): New function.
8495
8496 * files.el: Allow : in local variables (bug#14089).
8497 (hack-local-variable-regexp): New var.
8498 (hack-local-variables-prop-line, hack-local-variables): Use it.
8499
8500 2013-04-13 Roland Winkler <winkler@gnu.org>
8501
8502 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
8503 data before it gets modified by bibtex-beginning-of-entry.
8504
8505 2013-04-13 Roland Winkler <winkler@gnu.org>
8506
8507 * textmodes/bibtex.el (bibtex-url): Doc fix.
8508
8509 2013-04-13 Roland Winkler <winkler@gnu.org>
8510
8511 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8512 does not visit a BibTeX file, exclude it from the list of buffers
8513 returned by bibtex-initialize.
8514
8515 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
8516
8517 * window.el (split-window): Remove interactive form, since as a
8518 command this function is a special case of split-window-below.
8519 Correct doc string.
8520
8521 2013-04-12 Roland Winkler <winkler@gnu.org>
8522
8523 * faces.el (read-face-name): Do not override value of arg default.
8524 Allow single faces and strings as default values. Remove those
8525 elements from return value that are not faces.
8526 (describe-face): Simplify.
8527 (face-at-point): New optional args thing and multiple so that this
8528 function can provide the same functionality previously provided by
8529 read-face-name.
8530 (make-face-bold, make-face-unbold, make-face-italic)
8531 (make-face-unitalic, make-face-bold-italic, invert-face)
8532 (modify-face, read-face-and-attribute): Use face-at-point.
8533
8534 * cus-edit.el (customize-face, customize-face-other-window)
8535 * cus-theme.el (custom-theme-add-face)
8536 * face-remap.el (buffer-face-set)
8537 * facemenu.el (facemenu-set-face): Use face-at-point.
8538
8539 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
8540
8541 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8542
8543 2013-04-10 Tassilo Horn <tsdh@gnu.org>
8544
8545 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8546 off leading { and trailing } from field values.
8547
8548 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8549
8550 * emacs-lisp/timer.el (timer--check): New function.
8551 (timer--time, timer-set-function, timer-event-handler): Use it.
8552 (timer-set-idle-time): Simplify.
8553 (timer--activate): CSE.
8554 (timer-event-handler): Give more info in error message.
8555 (internal-timer-start-idle): New function, moved from C.
8556
8557 * mpc.el (mpc-proc): Add `restart' argument.
8558 (mpc-proc-cmd): Use it.
8559 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8560 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8561 less often.
8562
8563 2013-04-10 Masatake YAMATO <yamato@redhat.com>
8564
8565 * progmodes/sh-script.el: Implement `sh-mode' own
8566 `add-log-current-defun-function' (bug#14112).
8567 (sh-current-defun-name): New function.
8568 (sh-mode): Use the function.
8569
8570 2013-04-09 Bastien Guerry <bzg@gnu.org>
8571
8572 * simple.el (choose-completion-string): Fix docstring (bug#14163).
8573
8574 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8577
8578 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8579 timer (bug#14156).
8580
8581 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
8582
8583 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8584 declaration.
8585
8586 2013-04-07 Leo Liu <sdl.web@gmail.com>
8587
8588 * pcmpl-x.el: New file.
8589
8590 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
8591
8592 Do not set x-display-name until X connection is established.
8593 This is needed to prevent from weird situation described at
8594 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8595 * frame.el (make-frame): Set x-display-name after call to
8596 window system initialization function, not before.
8597 * term/x-win.el (x-initialize-window-system): Add optional
8598 display argument and use it.
8599 * term/w32-win.el (w32-initialize-window-system):
8600 * term/ns-win.el (ns-initialize-window-system):
8601 * term/pc-win.el (msdos-initialize-window-system):
8602 Add compatible optional display argument.
8603
8604 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8605
8606 * files.el (normal-backup-enable-predicate): On MS-Windows and
8607 MS-DOS compare truenames of temporary-file-directory and of the
8608 file, so that 8+3 aliases (usually found in $TEMP on Windows)
8609 don't fail comparison by compare-strings. Also, compare file
8610 names case-insensitively on MS-Windows and MS-DOS.
8611
8612 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8613
8614 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8615 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
8616
8617 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
8618
8619 * whitespace.el (whitespace-color-on, whitespace-color-off):
8620 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
8621
8622 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
8623
8624 * ispell.el (ispell-set-spellchecker-params):
8625 Really set `ispell-args' for all equivs.
8626
8627 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * ido.el (ido-completions): Use extra elements of ido-decorations
8630 (bug#14143).
8631 (ido-decorations): Update docstring.
8632
8633 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
8634
8635 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8636 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
8637 nil during initialization, in order not to miss changes since the
8638 file was opened. (Bug#14140)
8639
8640 2013-04-05 Leo Liu <sdl.web@gmail.com>
8641
8642 * kmacro.el (kmacro-call-macro): Fix bug#14135.
8643
8644 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
8645
8646 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
8647
8648 2013-04-04 Glenn Morris <rgm@gnu.org>
8649
8650 * electric.el (electric-pair-inhibit-predicate): Add :version.
8651
8652 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
8655 when a package is required several times (bug#14082).
8656
8657 2013-04-04 Roland Winkler <winkler@gnu.org>
8658
8659 * faces.el (read-face-name): Behave as promised by the docstring.
8660 Assume that arg default is a list of faces.
8661 (describe-face): Call read-face-name with list of default faces.
8662
8663 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8664
8665 * bookmark.el: Fix deletion of bookmarks (bug#13972).
8666 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
8667 (bookmark-bmenu-execute-deletions): Only skip first line if it's
8668 the header.
8669 (bookmark-exit-hook-internal): Save even if list is empty.
8670
8671 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
8672
8673 * emacs-lisp/package.el (package-pinned-packages): New var.
8674 (package--add-to-archive-contents): Obey it (bug#14118).
8675
8676 2013-04-03 Alan Mackenzie <acm@muc.de>
8677
8678 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
8679 Also adapt to the new values of element 7 of a parse state.
8680
8681 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
8682 parameter `not-in-delimiter'. Handle being inside comment opener.
8683 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
8684 character in case we're typing a '*' after a '/'.
8685 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
8686 instead by passing the parameter to c-state-pp-to-literal.
8687
8688 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
8689 for elt. 7 of a parse state.
8690
8691 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
8692
8693 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
8694 * international/latin1-disp.el, international/mule-util.el:
8695 * language/cyril-util.el, language/european.el, language/ind-util.el:
8696 * language/lao-util.el, language/thai.el, language/tibet-util.el:
8697 * language/tibetan.el, language/viet-util.el:
8698 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
8699
8700 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
8703 (electric-pair-post-self-insert-function): Use it.
8704 (electric-pair-default-inhibit): New function, extracted from
8705 electric-pair-post-self-insert-function.
8706
8707 2013-03-31 Roland Winkler <winkler@gnu.org>
8708
8709 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
8710
8711 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
8714
8715 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
8716
8717 Un-indent after "pass" and "return" statements (Bug#13888)
8718 * progmodes/python.el (python-indent-block-enders): New var.
8719 (python-indent-calculate-indentation): Use it.
8720
8721 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
8722
8723 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
8724 defun. Defining it as defalias could introduce too eager
8725 byte-compiler optimization. (Bug#14030)
8726
8727 2013-03-30 Chong Yidong <cyd@gnu.org>
8728
8729 * iswitchb.el (iswitchb-read-buffer): Fix typo.
8730
8731 2013-03-30 Leo Liu <sdl.web@gmail.com>
8732
8733 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
8734 (kmacro-execute-from-register): Pass the keyboard macro to
8735 kmacro-call-macro or repeating won't work correctly.
8736
8737 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
8738
8739 * progmodes/subword.el: Back to using `forward-symbol'.
8740
8741 * subr.el (forward-whitespace, forward-symbol)
8742 (forward-same-syntax): Move from thingatpt.el.
8743
8744 2013-03-29 Leo Liu <sdl.web@gmail.com>
8745
8746 * kmacro.el (kmacro-to-register): New command.
8747 (kmacro-execute-from-register): New function.
8748 (kmacro-keymap): Bind to 'x'. (Bug#14071)
8749
8750 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8751
8752 * mpc.el: Use defvar-local and setq-local.
8753 (mpc--proc-connect): Connection failures are not bugs.
8754 (mpc-mode-map): `follow-link' only applies to the buffer's content.
8755 (mpc-volume-map): Bind to the up-events.
8756
8757 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8758
8759 * progmodes/subword.el (superword-mode): Use `forward-sexp'
8760 instead of `forward-symbol'.
8761
8762 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8763
8764 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
8765 (edebug--recursive-edit): Use it.
8766 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
8767 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
8768
8769 2013-03-28 Leo Liu <sdl.web@gmail.com>
8770
8771 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
8772
8773 2013-03-27 Eli Zaretskii <eliz@gnu.org>
8774
8775 * facemenu.el (list-colors-callback): New defvar.
8776 (list-colors-redisplay): New function.
8777 (list-colors-display): Install list-colors-redisplay as the
8778 revert-buffer-function. (Bug#14063)
8779
8780 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8781
8782 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
8783 and suffixes don't overlap (bug#14061).
8784
8785 * case-table.el: Use lexical-binding.
8786 (case-table-get-table): New function.
8787 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
8788
8789 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8790
8791 * progmodes/subword.el: Add `superword-mode' to do word motion
8792 over symbol_words (parallels and leverages `subword-mode' which
8793 does word motion inside MixedCaseWords).
8794
8795 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
8796
8797 * eshell/em-unix.el: Move su and sudo to...
8798 * eshell/em-tramp.el: ...Eshell tramp module.
8799
8800 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
8803 Change return value to be a sexp. Delay `get-buffer' to after
8804 restoring the desktop (bug#13951).
8805
8806 2013-03-26 Leo Liu <sdl.web@gmail.com>
8807
8808 * register.el: Move semantic tag handling back to
8809 cedet/semantic/senator.el. (Bug#14052)
8810
8811 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8812
8813 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
8814 into the prompt either (bug#13963).
8815
8816 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8817
8818 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
8819 part of "(error-foo)".
8820
8821 2013-03-24 Juri Linkov <juri@jurta.org>
8822
8823 * replace.el (list-matching-lines-prefix-face): New defcustom.
8824 (occur-1): Pass `list-matching-lines-prefix-face' to the function
8825 `occur-engine' if `face-differs-from-default-p' returns t.
8826 (occur-engine): Add `,' inside backquote construct to evaluate
8827 `prefix-face'. Propertize the prefix with the `prefix-face' face.
8828 Pass `prefix-face' to the functions `occur-context-lines' and
8829 `occur-engine-add-prefix'.
8830 (occur-engine-add-prefix, occur-context-lines): Add optional arg
8831 `prefix-face' and propertize the prefix with `prefix-face'.
8832 (Bug#14017)
8833
8834 2013-03-24 Leo Liu <sdl.web@gmail.com>
8835
8836 * nxml/rng-valid.el (rng-validate-while-idle)
8837 (rng-validate-quick-while-idle): Guard against deleted buffer.
8838 (Bug#13999)
8839
8840 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8841 is the last entry in kill-buffer-hook.
8842
8843 * files.el (kill-buffer-hook): Doc fix.
8844
8845 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
8846
8847 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8848 Make it safe-local.
8849
8850 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8851
8852 2013-03-23 Leo Liu <sdl.web@gmail.com>
8853
8854 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8855 Remove.
8856
8857 * nxml/rng-valid.el (rng-validate-mode)
8858 (rng-after-change-function, rng-do-some-validation):
8859 * nxml/rng-maint.el (rng-validate-buffer):
8860 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8861 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8862 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8863 (nxml-extend-after-change-region): Use with-silent-modifications.
8864
8865 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8866 timer-idle-list.
8867
8868 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8869 (rng-next-error-1, rng-previous-error-1): Do not let-bind
8870 timer-idle-list. (Bug#13999)
8871
8872 2013-03-23 Juri Linkov <juri@jurta.org>
8873
8874 * info.el (info-index-match): New face.
8875 (Info-index, Info-apropos-matches): Add a nested subgroup to the
8876 main pattern and add text properties with the new face to matches
8877 in index entries relative to the beginning of the index entry.
8878 (Bug#14015)
8879
8880 2013-03-21 Eric Ludlam <zappo@gnu.org>
8881
8882 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8883 Inhibit read only while inserting objects.
8884
8885 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
8886
8887 * progmodes/cfengine.el: Update docs to mention
8888 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
8889 symbol motion. Remove "_" from the word syntax.
8890
8891 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
8892
8893 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
8894 syntax for both `cfengine2-mode' and `cfengine3-mode'.
8895
8896 2013-03-20 Juri Linkov <juri@jurta.org>
8897
8898 * info.el (Info-next-reference-or-link)
8899 (Info-prev-reference-or-link): New functions.
8900 (Info-next-reference, Info-prev-reference): Use them.
8901 (Info-try-follow-nearest-node): Handle footnote navigation.
8902 (Info-fontify-node): Fontify footnotes. (Bug#13989)
8903
8904 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8905
8906 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
8907 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
8908
8909 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
8910
8911 Suppress unnecessary non-ASCII chatter during build process.
8912 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
8913 (batch-skkdic-convert): Suppress most of the chatter.
8914 It's not needed so much now that machines are faster,
8915 and its non-ASCII component was confusing; see Dmitry Gutov in
8916 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
8917
8918 2013-03-20 Leo Liu <sdl.web@gmail.com>
8919
8920 * ido.el (ido-chop): Fix bug#10994.
8921
8922 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8923
8924 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
8925 Remove vars.
8926 (whitespace-color-on, whitespace-color-off):
8927 Use `font-lock-fontify-buffer' (Bug#13817).
8928
8929 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
8932 remapping in mode-line.
8933 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
8934
8935 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8936
8937 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
8938 value for `whitespace-line' face (Bug#13875).
8939 (whitespace-font-lock-keywords): Change description.
8940 (whitespace-color-on): Don't save `font-lock-keywords' value, save
8941 the constructed keywords instead.
8942 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
8943
8944 2013-03-19 Leo Liu <sdl.web@gmail.com>
8945
8946 * progmodes/compile.el (compilation-display-error): New command.
8947 (compilation-mode-map, compilation-minor-mode-map): Bind it to
8948 C-o. (Bug#13992)
8949
8950 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8951
8952 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8953
8954 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
8955
8956 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8957
8958 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
8959
8960 * net/tramp-compat.el (tramp-compat-user-error): New defun.
8961
8962 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8963 * net/tramp-gvfs.el (top):
8964 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8965 (tramp-handle-shell-command): Use it.
8966 (tramp-dissect-file-name): Raise an error when hostname is a
8967 method name, and neither method nor user is specified.
8968
8969 * net/trampver.el: Update release number.
8970
8971 2013-03-18 Leo Liu <sdl.web@gmail.com>
8972
8973 Make sure eldoc can be turned off properly.
8974 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8975 eldoc-mode.
8976 (eldoc-display-message-p): Revert last change.
8977 (eldoc-display-message-no-interference-p)
8978 (eldoc-print-current-symbol-info): Tweak.
8979
8980 2013-03-18 Tassilo Horn <tsdh@gnu.org>
8981
8982 * doc-view.el (doc-view-new-window-function): Check the new window
8983 overlay's display property instead the char property of the
8984 buffer's first char. Use `with-selected-window' instead of
8985 `save-window-excursion' with `select-window'.
8986 (doc-view-document->bitmap): Check the current doc-view overlay's
8987 display property instead the char property of the buffer's first char.
8988
8989 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8990
8991 Automate the build of ja-dic.el (Bug#13984).
8992 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8993 from the input, rather than assume that it's been done for us by the
8994 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
8995 the current date into a ja-dic.el comment, as that complicates
8996 regression testing.
8997
8998 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8999
9000 * whitespace.el: Fix double evaluation.
9001 (whitespace-space, whitespace-hspace, whitespace-tab)
9002 (whitespace-newline, whitespace-trailing, whitespace-line)
9003 (whitespace-space-before-tab, whitespace-indentation)
9004 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9005 obsolete defvars.
9006 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9007 (whitespace-color-on): Use a single font-lock-add-keywords call.
9008 Fix double-evaluation of face variables.
9009
9010 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
9011
9012 * net/tramp-adb.el (tramp-adb-parse-device-names):
9013 Use `start-process' instead of `call-process'. Otherwise, the
9014 function might be blocked under MS Windows. (Bug#13299)
9015
9016 2013-03-17 Leo Liu <sdl.web@gmail.com>
9017
9018 Extend eldoc to display info in the mode-line. (Bug#13978)
9019 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9020 (eldoc-mode-line-string): New variable.
9021 (eldoc-minibuffer-message): New function.
9022 (eldoc-message-function): New variable.
9023 (eldoc-message): Use it.
9024 (eldoc-display-message-p)
9025 (eldoc-display-message-no-interference-p):
9026 Support eldoc-post-insert-mode.
9027
9028 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9029 (eval-expression): Run it.
9030
9031 2013-03-17 Roland Winkler <winkler@gnu.org>
9032
9033 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9034 strings in the list of return values.
9035
9036 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9037
9038 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9039 radix before checking for HMS forms.
9040
9041 2013-03-16 Leo Liu <sdl.web@gmail.com>
9042
9043 * progmodes/scheme.el: Add indentation and font-locking for λ.
9044 (Bug#13975)
9045
9046 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9047
9048 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9049 token before point (bug#13942).
9050
9051 2013-03-16 Leo Liu <sdl.web@gmail.com>
9052
9053 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
9054
9055 2013-03-16 Eli Zaretskii <eliz@gnu.org>
9056
9057 * startup.el (command-line-normalize-file-name): Fix handling of
9058 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9059 <xfq.free@gmail.com> in
9060 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9061
9062 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
9063
9064 Sync with Tramp 2.2.7.
9065
9066 * net/trampver.el: Update release number.
9067
9068 2013-03-14 Tassilo Horn <tsdh@gnu.org>
9069
9070 * doc-view.el: Fix bug#13887.
9071 (doc-view-insert-image): Don't modify overlay associated to
9072 non-live windows, and implement horizontal centering of image in
9073 case it's smaller than the window.
9074 (doc-view-new-window-function): Force redisplay of new windows on
9075 doc-view buffers.
9076
9077 2013-03-13 Karl Fogel <kfogel@red-bean.com>
9078
9079 * saveplace.el (save-place-alist-to-file): Don't sort
9080 `save-place-alist', just pretty-print it (bug#13882).
9081
9082 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
9083
9084 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9085 Check whether `default-file-name-coding-system' is bound.
9086 It isn't in XEmacs.
9087
9088 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9091 backquotes for `obsolete' (bug#13929).
9092
9093 * international/mule.el (find-auto-coding): Include file name in
9094 obsolescence warning (bug#13922).
9095
9096 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9097
9098 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9099 for CFEngine 3-specific indentation.
9100 (cfengine3-indent-line): Use it. Fix up category regex.
9101 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9102
9103 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * type-break.el (type-break-file-name):
9106 * textmodes/remember.el (remember-data-file):
9107 * strokes.el (strokes-file):
9108 * shadowfile.el (shadow-initialize):
9109 * saveplace.el (save-place-file):
9110 * ps-bdf.el (bdf-cache-file):
9111 * progmodes/idlwave.el (idlwave-config-directory):
9112 * net/quickurl.el (quickurl-url-file):
9113 * international/kkc.el (kkc-init-file-name):
9114 * ido.el (ido-save-directory-list-file):
9115 * emulation/viper.el (viper-custom-file-name):
9116 * emulation/vip.el (vip-startup-file):
9117 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9118 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9119
9120 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9121
9122 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9123 * language/thai-word.el: Switch to UTF-8.
9124
9125 See ChangeLog.16 for earlier changes.
9126
9127 ;; Local Variables:
9128 ;; coding: utf-8
9129 ;; End:
9130
9131 Copyright (C) 2011-2013 Free Software Foundation, Inc.
9132
9133 This file is part of GNU Emacs.
9134
9135 GNU Emacs is free software: you can redistribute it and/or modify
9136 it under the terms of the GNU General Public License as published by
9137 the Free Software Foundation, either version 3 of the License, or
9138 (at your option) any later version.
9139
9140 GNU Emacs is distributed in the hope that it will be useful,
9141 but WITHOUT ANY WARRANTY; without even the implied warranty of
9142 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9143 GNU General Public License for more details.
9144
9145 You should have received a copy of the GNU General Public License
9146 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.