]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
5a91ad0f55cb66c48640735646e4545633507cb9
[gnu-emacs] / lisp / ChangeLog
1 2013-10-30 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
4
5 * emacs-lisp/package.el (lm-homepage): Declare.
6
7 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
8 Fix doc typos.
9
10 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
11
12 * Makefile.in (finder-data, autoloads, update-subdirs)
13 (compile-main, compile-clean, compile-always, bootstrap-clean):
14 Check return value of cd.
15 (compile-calc): Remove.
16
17 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
20
21 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
22 (byte-compile-and-folded): New function.
23 (=, <, >, <=, >=): Use it.
24
25 * dos-w32.el (minibuffer-history-case-insensitive-variables)
26 (path-separator, null-device, buffer-file-coding-system)
27 (lpr-headers-switches): Check system-type before modifying them.
28 (find-buffer-file-type-coding-system): Mark obsolete.
29 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
30 find-file-not-found-set-buffer-file-coding-system.
31 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
32 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
33 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
34 (w32-direct-print-region-helper, w32-direct-print-region-function)
35 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
36 * startup.el (normal-top-level-add-subdirs-to-load-path):
37 * ps-print.el (ps-print-region-function):
38 * lpr.el (print-region-function): Use new name.
39
40 * subr.el (custom-declare-variable-early): Remove function.
41 (custom-declare-variable-list): Remove var.
42 (error, user-error): Remove `while' loop.
43 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
44 (user-emacs-directory-warning, locate-user-emacs-file):
45 Move to files.el.
46 * simple.el (read-quoted-char-radix, read-quoted-char):
47 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
48 Move from subr.el.
49 * custom.el (custom-declare-variable-list): Don't process
50 custom-declare-variable-list.
51
52 * progmodes/python.el (python-shell-get-buffer): New function.
53 (python-shell-get-process): Use it.
54 (python-shell-send-string): Always use utf-8 and add a cookie to tell
55 Python which encoding was used. Don't split-string since we only care
56 about the first line. Return the temp-file, if applicable.
57 (python-shell-send-region): Tell compile.el how to turn locations in
58 the temp-file into locations in the source buffer.
59
60 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * subr.el (undefined): Add missing behavior from the C code for
63 unbound keys.
64
65 * rect.el: Use lexical-binding. Add new rectangular region support.
66 (rectangle-mark): New command.
67 (rectangle--region): New var.
68 (deactivate-mark-hook): Reset rectangle--region.
69 (rectangle--extract-region, rectangle--insert-for-yank)
70 (rectangle--highlight-for-redisplay)
71 (rectangle--unhighlight-for-redisplay): New functions.
72 (region-extract-function, redisplay-unhighlight-region-function)
73 (redisplay-highlight-region-function): Use them to handle
74 rectangular region.
75 * simple.el (region-extract-function): New var.
76 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
77 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
78 (kill-region): Replace obsolete `yank-handler' arg with `region'.
79 (copy-region-as-kill, kill-ring-save): Add `region' argument.
80 (redisplay-unhighlight-region-function)
81 (redisplay-highlight-region-function): New vars.
82 (redisplay--update-region-highlight): New function.
83 (pre-redisplay-function): Use it.
84 (exchange-point-and-mark): Don't deactivate the mark before
85 reactivate-it anyway.
86 * comint.el (comint-kill-region): Remove yank-handler argument.
87 * delsel.el (delete-backward-char, backward-delete-char-untabify)
88 (delete-char): Remove property, since it's now part of their
89 default behavior.
90 (self-insert-iso): Remove property since this command doesn't exist.
91
92 * emacs-lisp/package.el (package--download-one-archive)
93 (describe-package-1): Don't query the user about final newline.
94
95 2013-10-29 Daniel Colascione <dancol@dancol.org>
96
97 * net/tramp.el (tramp-methods): Document new functionality.
98 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
99 tramp-hostname-checker if method provides one instead of scanning
100 argument list for "%h" to decide hostname acceptability.
101
102 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
103
104 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
105 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
106 Handle COPY-CONTENTS. (Bug#15737)
107
108 2013-10-28 Daiki Ueno <ueno@gnu.org>
109
110 * epa-file.el
111 (epa-file-cache-passphrase-for-symmetric-encryption):
112 Document that this option has no effect with GnuPG 2.0 (bug#15552).
113
114 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
115
116 * image.el (defimage):
117 (image-load-path): Doc fixes.
118
119 2013-10-27 Alan Mackenzie <acm@muc.de>
120
121 Indent statements in macros following "##" correctly.
122 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
123 Modify the "#" arm of a cond form to handle "#" and "##" operators.
124
125 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
126
127 * linum.el (linum-update-window): Fix boundary test (bug#13446).
128
129 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
130
131 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
132 after `=' is probably a new expression.
133
134 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
135
136 * man.el (man-imenu-title): New option.
137 (Man-mode-map): Add menu. (Bug#15722)
138 (Man-mode): Add imenu to menu.
139
140 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
141
142 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
143 specific in what the first arg can be: a non-keyword word,
144 string/regexp/percent literal opener, opening paren, or unary
145 operator followed directly by word.
146
147 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
150 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
151 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
152 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
153 Remove vars, they do not apply any more.
154 (prolog-mode-abbrev-table): Remove redundant declaration.
155 (prolog-upper-case-string, prolog-lower-case-string): Remove.
156 (prolog-use-smie): Remove.
157 (prolog-smie-rules): Add indentation rule for the if-then-else layout
158 supported by prolog-electric-if-then-else-flag.
159 (prolog-mode-variables, prolog-menu): Use setq-local.
160 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
161 Remove binding to `Backspace' since this key doesn't exist anyway.
162 Remove bindings for electric self-inserting keys.
163 (prog-mode): Assume it's defined.
164 (prolog-post-self-insert): New function.
165 (prolog-mode): Use it.
166 (prolog-indent-line, prolog-indent-level)
167 (prolog-find-indent-of-matching-paren)
168 (prolog-indentation-level-of-line, prolog-goto-comment-column)
169 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
170 (prolog-goto-next-paren, prolog-in-string-or-comment)
171 (prolog-tokenize, prolog-inside-mline-comment)
172 (prolog-find-start-of-mline-comment): Remove functions.
173 (prolog-find-unmatched-paren, prolog-clause-end)
174 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
175 (prolog-electric--if-then-else): Rename from
176 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
177 (prolog-tokenize-searchkey): Remove const.
178 (prolog-clause-info): Use forward-sexp.
179 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
180 (prolog-electric-if-then-else): Remove commands.
181 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
182 for use in post-self-insert-hook.
183 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
184 for use in post-self-insert-hook.
185 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
186 for use in post-self-insert-hook.
187 (prolog-electric--underscore): Rename from prolog-electric--underscore;
188 adapt it for use in post-self-insert-hook.
189
190 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
191
192 * emacs-lisp/ert.el (ert-run-tests-interactively):
193 Use `completing-read'. (Bug#9756)
194
195 2013-10-25 Eli Zaretskii <eliz@gnu.org>
196
197 * simple.el (line-move): Call line-move-1 instead of
198 line-move-visual when the current window hscroll is zero, but
199 temporary-goal-column indicates we will need to hscroll as result
200 of the movement. (Bug#15712)
201
202 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
203
204 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
205 capitalization. Use :visible instead of :active.
206 Fix `ruby-indent-exp' reference. Add menu items for the generic
207 commands that are used with SMIE.
208 (ruby-do-end-to-brace): Insert space after `{'.
209
210 2013-10-25 John Anthony <john@jo.hnanthony.com>
211
212 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
213
214 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
215
216 2013-10-25 Glenn Morris <rgm@gnu.org>
217
218 * vc/vc.el (vc-print-log): Don't use a working revision unless
219 one was explicitly specified. (Bug#15322)
220
221 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * subr.el (add-to-list): Preserve return value in compiler-macro
224 (bug#15692).
225
226 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
227
228 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
229 result. Ask user to retry using '-all' flag. (Bug#15701)
230
231 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * emacs-lisp/smie.el: New smie-config system.
234 (smie-config): New defcustom.
235 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
236 (smie-config-guess, smie-config-save): New commands.
237 (smie-config--mode-local, smie-config--buffer-local)
238 (smie-config--trace, smie-config--modefuns): New vars.
239 (smie-config--advice, smie-config--mode-hook)
240 (smie-config--setter, smie-config-local, smie-config--get-trace)
241 (smie-config--guess-value, smie-config--guess): New functions.
242 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
243 text properties. Treat "string fence" syntax like string syntax.
244
245 * progmodes/sh-script.el (sh-use-smie): Change default.
246 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
247 (sh-var-value): Simplify by CSE.
248 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
249 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
250 is used.
251 (sh-guess-basic-offset): Use cl-incf.
252 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
253
254 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
255
256 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
257 (bug#15699).
258
259 2013-10-24 Glenn Morris <rgm@gnu.org>
260
261 * Makefile.in (abs_top_srcdir): Remove.
262 (update-subdirs): Use relative path to update-subdirs.
263
264 2013-10-24 Eli Zaretskii <eliz@gnu.org>
265
266 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
267 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
268 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
269 Call unmsys--file-name before expand-file-name, not after it.
270
271 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
272
273 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
274 (ert-test-skipped): New error.
275 (ert-skip, ert-stats-skipped): New defuns.
276 (ert--skip-unless): New macro.
277 (ert-test-skipped): New struct.
278 (ert--run-test-debugger, ert-test-result-type-p)
279 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
280 (ert--stats-set-test-and-result, ert-char-for-test-result)
281 (ert-string-for-test-result, ert-run-tests-batch)
282 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
283 Handle skipped tests. (Bug#9803)
284
285 2013-10-24 Glenn Morris <rgm@gnu.org>
286
287 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
288
289 * Makefile.in (abs_top_srcdir): New, set by configure.
290 (update-subdirs): Correct build-aux location.
291
292 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
293
294 * vc/vc.el (vc-print-root-log): Always set `default-directory'
295 value, whether we could auto-deduce `backend', or not.
296
297 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
298 with parameters" example. Simplify the "is it block or is it
299 hash" check, but also make it more thorough.
300
301 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
302
303 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
304
305 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
306
307 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
308 { if it is hanging.
309
310 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
311 :before ";".
312
313 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
314
315 * progmodes/compile.el (compilation-directory-matcher)
316 (compilation-page-delimiter):
317 Support GNU Make-4.0 directory quoting. (Bug#15678)
318
319 2013-10-23 Leo Liu <sdl.web@gmail.com>
320
321 * ido.el (ido-tidy): Handle read-only text.
322
323 2013-10-23 Glenn Morris <rgm@gnu.org>
324
325 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
326 (emacs, compile, compile-always):
327 Quote entities that might contain whitespace.
328 (custom-deps, finder-data, autoloads): Use abs_lisp.
329 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
330 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
331 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
332
333 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
334
335 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
336 Use `following-char'.
337
338 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
339
340 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
341 * progmodes/ruby-mode.el (ruby-smie-rules):
342 Remove corresponding workaround. Fix indentation rule of ";" so it
343 also applies when ";" is the parent.
344
345 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
346
347 * frame.el (display-screens, display-pixel-height)
348 (display-pixel-width, display-mm-width, display-backing-store)
349 (display-save-under, display-planes, display-color-cells)
350 (display-visual-class, display-monitor-attributes-list):
351 Mention the optional ‘display’ argument in doc strings.
352
353 2013-10-22 Michael Gauland <mikelygee@amuri.net>
354
355 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
356 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
357
358 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
359
360 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
361 TODO. Add "." after " @ ".
362 (ruby-smie--at-dot-call): New function. Checks if point at method
363 call with explicit target.
364 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
365 to the method name tokens when it precedes them.
366 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
367 (ruby-smie-rules): Add rule for indentation before and after "."
368 token.
369
370 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * textmodes/remember.el (remember-diary-extract-entries):
373 Avoid add-to-list.
374
375 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
376 an instruction.
377
378 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
379
380 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
381 (ruby-smie--implicit-semi-p): Add new operator chars.
382
383 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
384 `smie-down-list'.
385 (ruby-smie--args-separator-p): Check that there's no newline
386 between method call and its arguments.
387
388 2013-10-20 Alan Mackenzie <acm@muc.de>
389
390 Allow comma separated lists after Java "implements".
391
392 * progmodes/cc-engine.el (c-backward-over-enum-header):
393 Parse commas.
394 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
395 from a "disallowed" list in enum fontification.
396
397 2013-10-20 Johan Bockgård <bojohan@gnu.org>
398
399 * startup.el (default-frame-background-mode): Remove unused defvar.
400
401 * progmodes/verilog-mode.el (verilog-mode): Don't set
402 comment-indent-function globally.
403
404 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
405
406 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
407 Move Info menu item creation to ns-win.el.
408
409 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
410 in menu bar.
411
412 * menu-bar.el: Move GNUStep specific menus...
413
414 * term/ns-win.el (ns-initialize-window-system): ... to here.
415
416 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * simple.el (newline): Only run post-self-insert-hook when
419 called interactively.
420
421 2013-10-19 Johan Bockgård <bojohan@gnu.org>
422
423 * icomplete.el (icomplete-with-completion-tables): Add :version.
424
425 2013-10-19 Alan Mackenzie <acm@muc.de>
426
427 Fix fontification bugs with constructors and const.
428
429 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
430 CASE 2) Remove the check for the absence of a suffix construct
431 after a function declaration with only types (no identifiers) in
432 the parentheses. Also, accept a function declaration with just a
433 type inside the parentheses, if this type can be positively
434 recognised as such, or if a prefix keyword like "explicit" nails
435 down the construct as a declaration.
436
437 2013-10-19 Eli Zaretskii <eliz@gnu.org>
438
439 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
440 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
441 the problem whereby selecting a menu item that leads to a
442 minibuffer prompt moves the cursor out of the minibuffer window,
443 making it hard to type at the prompt. Suggested by Stefan Monnier
444 <monnier@iro.umontreal.ca>.
445
446 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
447
448 * menu-bar.el: Don't make Services menu.
449
450 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
451
452 * ffap.el: Handle "/usr/include/c++/<version>" directories.
453 (ffap-alist): Use ffap-c++-mode for c++-mode.
454 (ffap-c++-path): New variable.
455 (ffap-c++-mode): New function.
456
457 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
458
459 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
460
461 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
462
463 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
464 introduced on 2013-09-08, which results in an infinite loop
465 requesting a password.
466
467 2013-10-18 Glenn Morris <rgm@gnu.org>
468
469 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
470
471 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
472
473 Sync with upstream verilog-mode revision 1a6ecec7.
474 * progmodes/verilog-mode.el (verilog-mode-version): Update.
475 (verilog-mode-release-date): Remove.
476 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
477 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
478 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
479 (verilog-auto-tieoff-ignore-regexp)
480 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
481 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
482 (verilog-signals-with, verilog-dir-cache-preserving)
483 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
484 Doc fixes.
485 (verilog-case-fold): New option, to control case folding in
486 regexp searches, bug597.
487 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
488 (verilog-string-match-fold, verilog-in-paren-count)
489 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
490 (verilog-at-close-struct-p): New functions.
491 (verilog-beg-block-re-ordered, verilog-extended-case-re)
492 (verilog-forward-sexp, verilog-set-auto-endcomments):
493 (verilog-leap-to-case-head): Handle "unique0" case.
494 (verilog-in-constraint-re): New constant.
495 (verilog-keywords, verilog-type-font-keywords):
496 Add some SystemVerilog 1800-2012 keywords.
497 (verilog-label-be): Remove unimplemented argument, bug669.
498 (verilog-batch-execute-func): When batch expanding clear
499 create-lockfiles to prevent spurious user locks when a file ends
500 up not changing.
501 (verilog-calculate-indent, verilog-calc-1)
502 (verilog-at-close-constraint-p, verilog-at-constraint-p)
503 (verilog-do-indent): Fix indentation of nested constraints
504 and structures.
505 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
506 (verilog-auto-inst-param): Use verilog-string-match-fold.
507 (verilog-read-inst-module-matcher):
508 Fix AUTOINST on gate primitives with #1.
509 (verilog-read-decls): Fix double-declaring user-defined typed signals.
510 Reads all user-defined typed variables.
511 (verilog-read-defines): Fix reading definitions inside comments, bug647.
512 (verilog-signals-matching-regexp)
513 (verilog-signals-not-matching-regexp, verilog-auto):
514 Respect verilog-case-fold.
515 (verilog-diff-report): Fix line count.
516 (verilog-auto-assign-modport): Remove unused local `modi'.
517 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
518 better handle multidimensional arrays.
519 Fix packed array ports misadding bit index in AUTOINST, bug637.
520 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
521 to not double-declare existing outputs and inputs, respectively.
522 (verilog-template-map): Bind U to verilog-sk-uvm-component.
523 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
524 (verilog-sk-uvm-component): New skeleton.
525 (verilog-submit-bug-report): Add verilog-case-fold,
526 remove verilog-mode-release-date.
527
528 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
529
530 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
531 as before.
532
533 2013-10-18 Reuben Thomas <rrt@sc3d.org>
534
535 * textmodes/remember.el (remember): set buffer-offer-save in
536 remember buffers (bug#13566).
537
538 2013-10-18 Daniel Colascione <dancol@dancol.org>
539
540 When evaluating forms in ielm, direct standard output to ielm
541 buffer. Add new ielm-return-for-effect command. Remove trailing
542 whitespace throughout.
543
544 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
545 (ielm-return-for-effect): New command.
546 (ielm-send-input): Accept optional `for-effect' parameter.
547 (ielm-eval-input): Accept optional `for-effect' parameter.
548 Bind `standard-output' to stream we create using
549 `ielm-standard-output-impl'. Suppress printing result when
550 `for-effect'.
551 (ielm-standard-output-impl): New function.
552 (inferior-emacs-lisp-mode): Explain new features in documentation.
553
554 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
555
556 Code cleanup.
557
558 * net/tramp.el (tramp-debug-message): Do not check for connection
559 buffer.
560 (tramp-message): Use "vector" connection property.
561
562 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
563 (tramp-equal-remote, tramp-eshell-directory-change)
564 * net/tramp-adb.el (tramp-adb-handle-copy-file)
565 (tramp-adb-handle-rename-file)
566 * net/tramp-cmds.el (tramp-list-remote-buffers)
567 (tramp-cleanup-connection, tramp-cleanup-this-connection)
568 * net/tramp-compat.el (tramp-compat-process-running-p)
569 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
570 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
571 (tramp-gvfs-handle-rename-file)
572 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
573 (tramp-set-file-uid-gid)
574 * net/tramp-smb.el (tramp-smb-handle-copy-file)
575 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
576 of `file-remote-p'.
577
578 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
579 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
580 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
581 (tramp-gw-open-network-stream): Suppress unrelated traces.
582
583 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
584 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
585 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
586 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
587 connection property.
588
589 * net/tramp-cache.el (top): Suppress traces when reading
590 persistency file.
591
592 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
593 Refactor common code. Improve debug message.
594 (tramp-maybe-open-connection)
595 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
596 connection buffer too early.
597
598 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
599 from `tramp-smb-actions-with-acl'.
600 (tramp-smb-actions-set-acl): New defconst.
601 (tramp-smb-handle-copy-directory)
602 (tramp-smb-action-get-acl): New defun, renamed from
603 `tramp-smb-action-with-acl'.
604 (tramp-smb-action-set-acl): New defun.
605 (tramp-smb-handle-set-file-acl): Rewrite.
606
607 2013-10-17 Glenn Morris <rgm@gnu.org>
608
609 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
610
611 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
612
613 * skeleton.el (skeleton-newline): Remove.
614 (skeleton-internal-1): Use (insert "\n") instead.
615
616 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
617 let-bindings.
618
619 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
620 forward-sexp-function while we redo its job (bug#15613).
621
622 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
623
624 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
625 represented by lists.
626
627 2013-10-16 Glenn Morris <rgm@gnu.org>
628
629 * tmm.el (tmm--history): New dynamic variable.
630 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
631
632 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
633
634 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
635 (tramp-smb-errors): Add error messages.
636 (tramp-smb-actions-with-acl): New defconst.
637 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
638 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
639 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
640 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
641 (tramp-smb-get-stat-capability): Fix tests.
642
643 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
644
645 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
646 (bug#15580).
647
648 2013-10-16 Glenn Morris <rgm@gnu.org>
649
650 * ansi-color.el (ansi-color-drop-regexp):
651 Add 1J, 1K, 2K. (Bug#15617)
652
653 * files.el (hack-local-variables--warned-lexical): New.
654 (hack-local-variables):
655 Warn about misplaced lexical-binding. (Bug#15616)
656
657 * net/eww.el (eww-render): Always set eww-current-url,
658 and update header line. (Bug#15622)
659 (eww-display-html): ... Rather than just doing it here.
660
661 2013-10-15 Eli Zaretskii <eliz@gnu.org>
662
663 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
664 menu navigations commands.
665
666 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
667
668 * progmodes/subword.el (subword-capitalize): Be careful when
669 the search for [[:alpha:]] fails (bug#15580).
670
671 2013-10-14 Eli Zaretskii <eliz@gnu.org>
672
673 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
674 to commands that scroll the menu.
675
676 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
677
678 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
679 Handle methods ending with `?' and `!'.
680
681 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
682
683 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
684 `japanese-cp932' to `cp932' to fix the problem where saving a
685 source file written in Shift_JIS twice would end up having
686 `coding: japanese-cp932' which Ruby could not recognize.
687 (ruby-mode-set-encoding): Add support for encodings mapped to nil
688 in `ruby-encoding-map'.
689 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
690 doesn't need to be explicitly declared in magic comment.
691 (ruby-encoding-map): Add type declaration for better customize UI.
692
693 2013-10-13 Glenn Morris <rgm@gnu.org>
694
695 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
696 Occur buffers are read-only. http://bugs.debian.org/720775
697
698 * emacs-lisp/authors.el (authors-fixed-entries):
699 Comment out old alpha stuff.
700
701 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
702
703 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
704 to `after-save-hook' instead of `before-save-hook'.
705 (ruby-mode-set-encoding): Use the value of coding system used to
706 write the file. Call `basic-save-buffer-1' after modifying the
707 buffer.
708
709 2013-10-13 Alan Mackenzie <acm@muc.de>
710
711 Fix indentation/fontification of Java enum with
712 "implements"/generic.
713
714 * progmodes/cc-engine.el (c-backward-over-enum-header):
715 Extracted from the three other places and enhanced to handle generics.
716 (c-inside-bracelist-p): Uses new function above.
717 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
718 function above.
719 (c-font-lock-enum-tail): Uses new function above.
720
721 2013-10-13 Kenichi Handa <handa@gnu.org>
722
723 * international/mule-cmds.el (select-safe-coding-system): Remove a
724 superfluous condition in chekcing whether a coding system is safe
725 or not.
726
727 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
728
729 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
730
731 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
732
733 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
734
735 2013-10-13 Glenn Morris <rgm@gnu.org>
736
737 * menu-bar.el (menu-bar-update-buffers):
738 Unify Buffers menu prompt string. (Bug#15576)
739
740 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
741
742 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
743 Add some entries.
744 (authors-fixed-entries): Use accented form of name.
745
746 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
749 method calls (bug#15594).
750 (ruby-smie--args-separator-p): New function.
751 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
752 recognize paren-free method calls.
753
754 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
755 internals of universal-argument.
756
757 2013-10-11 Eli Zaretskii <eliz@gnu.org>
758
759 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
760 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
761 dropped menu on second mouse click on the menu bar.
762
763 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
766 (explicit-shell-file-name): Declare.
767 (sh--vars-before-point, sh--cmd-completion-table): New functions.
768 (sh-completion-at-point-function): New function.
769 (sh-mode): Use it.
770 (sh-smie--keyword-p): Remove unused argument.
771 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
772 vars.
773 (sh-set-shell): Always setup SMIE, even if we use the
774 old indentation code.
775
776 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
777
778 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
779 cases of ? and =.
780 (ruby-smie-rules): Simplify the "do" rule. The cases when the
781 predicate would return nil are almost non-existent.
782 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
783
784 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
785 cache also after commands that modify the buffer but don't move
786 point.
787
788 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * env.el (substitute-env-in-file-name): New function.
791 (substitute-env-vars): Extend the meaning of the optional arg.
792
793 2013-10-10 Eli Zaretskii <eliz@gnu.org>
794
795 * term/w32-win.el (dynamic-library-alist): Define separate lists
796 of GIF DLLs for versions before and after 5.0.0 of giflib.
797 (Bug#15531)
798
799 2013-10-10 João Távora <joaotavora@gmail.com>
800
801 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
802 not locked, use last revision and current source as
803 defaults. (Bug#15569)
804
805 2013-10-10 Masatake YAMATO <yamato@redhat.com>
806
807 * menu-bar.el (menu-bar-open): Don't use popup-menu if
808 menu-bar is hidden.
809
810 2013-10-10 Martin Rudalics <rudalics@gmx.at>
811
812 * window.el (pop-to-buffer-same-window): Fix doc-string.
813 (Bug#15492)
814
815 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
818
819 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
820
821 * calendar/icalendar.el (icalendar-import-file):
822 Fix interactive spec. (Bug#15482)
823
824 2013-10-10 Glenn Morris <rgm@gnu.org>
825
826 * desktop.el (desktop-save): Default to saving in .emacs.d,
827 since PWD is no longer in desktop-path by default. (Bug#15319)
828
829 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
830 now that text mode has a menu with the same entry.
831 (menu-bar-text-mode-auto-fill): Remove now unused func.
832 * textmodes/text-mode.el (text-mode-map):
833 Use auto-fill help text from menu-bar.el.
834
835 2013-10-10 John Anthony <john@jo.hnanthony.com>
836
837 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
838
839 2013-10-09 Juri Linkov <juri@jurta.org>
840
841 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
842 instead of this-command-keys. Add universal-argument-more and
843 universal-argument-minus to the list of prefix commands. (Bug#15568)
844
845 2013-10-09 Glenn Morris <rgm@gnu.org>
846
847 * vc/vc-svn.el (vc-svn-create-repo):
848 Expand paths in file://... url. (Bug#15446)
849
850 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
851 Add some entries.
852 (authors): Remove unused local variables.
853
854 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * profiler.el: Create a more coherent calltree from partial backtraces.
857 (profiler-format): Hide the tail with `invisible' so that C-s can still
858 find the hidden elements.
859 (profiler-calltree-depth): Don't recurse so enthusiastically.
860 (profiler-function-equal): New hash-table-test.
861 (profiler-calltree-build-unified): New function.
862 (profiler-calltree-build): Use it.
863 (profiler-report-make-name-part): Indent the calltree less.
864 (profiler-report-mode): Add visibility specs for profiler-format.
865 (profiler-report-expand-entry, profiler-report-toggle-entry):
866 Expand the whole subtree when provided with a prefix arg.
867
868 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
869
870 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
871 iuwu-mod token.
872 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
873 hanging iuwu-mod token.
874 (ruby-smie--forward-token): Do not include a dot after a token in
875 that token.
876 (ruby-smie--backward-token): Likewise.
877
878 2013-10-08 Juri Linkov <juri@jurta.org>
879
880 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
881 to isearch-other-control-char.
882 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
883 and isearch-post-command-hook to post-command-hook.
884 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
885 and isearch-post-command-hook from post-command-hook.
886 (isearch-unread-key-sequence)
887 (isearch-reread-key-sequence-naturally)
888 (isearch-lookup-scroll-key, isearch-other-control-char)
889 (isearch-other-meta-char): Remove functions.
890 (isearch-pre-command-hook, isearch-post-command-hook):
891 New functions based on isearch-other-meta-char rewritten
892 relying on the new behavior of overriding-terminal-local-map
893 that does not replace the local keymaps any more. (Bug#15200)
894
895 2013-10-08 Eli Zaretskii <eliz@gnu.org>
896
897 Support menus on text-mode terminals.
898 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
899 functionality.
900
901 * tooltip.el (tooltip-mode): Don't error out on TTYs.
902
903 * menu-bar.el (popup-menu, popup-menu-normalize-position):
904 Move here from mouse.el.
905 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
906 and arrow keys.
907 (tty-menu-navigation-map): New map for TTY menu navigation.
908
909 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
910
911 * frame.el (display-mouse-p): Report text-mode mouse as available
912 on w32.
913 (display-popup-menus-p): Report availability if mouse is
914 available; don't condition on window-system.
915
916 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
917 (tty-menu-selected-face): New faces.
918
919 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
922 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
923 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
924 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
925 New constants.
926 (lisp-mode-variables): New `elisp' argument.
927 (emacs-lisp-mode): Use it.
928 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
929 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
930
931 * indent.el: Use lexical-binding.
932 (indent-region): Add progress reporter.
933 (tab-stop-list): Make it implicitly extend to infinity by repeating the
934 last step.
935 (indent--next-tab-stop): New function to implement this behavior.
936 (tab-to-tab-stop, move-to-tab-stop): Use it.
937
938 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
939
940 * indent.el (indent-rigidly--current-indentation): New function.
941 (indent-rigidly-map): New var.
942 (indent-rigidly): Use it to provide interactive mode (bug#8196).
943
944 2013-10-08 Bastien Guerry <bzg@gnu.org>
945
946 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
947
948 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * progmodes/perl-mode.el: Use lexical-binding.
951 Remove redundant :group args.
952 (perl-nochange): Change default to be closer to other major modes's
953 standard behavior.
954 (perl-indent-line): Don't consider text on current line as a
955 valid beginning of function from which to indent.
956
957 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
958 with more than one argument (bug#15538).
959
960 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
961
962 * vc/pcvs.el: Use lexical-binding.
963 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
964 environment of `eval'.
965 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
966 than a list of expressions. Adjust callers.
967 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
968
969 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
970
971 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
972 case of the dot in a chained method call being on the following line.
973
974 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
975
976 * electric.el (electric-indent-inhibit): New var.
977 (electric-indent-post-self-insert-function): Use it.
978 * progmodes/python.el (python-mode): Set it.
979
980 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
981 open braces.
982
983 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
984
985 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
986 (css-mode): Use electric-indent-chars.
987
988 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
989 (font-lock-beg, font-lock-end): Move before first use.
990 (nxml-mode): Use syntax-propertize-function.
991 (nxml-after-change, nxml-after-change1): Adjust accordingly.
992 (nxml-extend-after-change-region): Remove.
993 * nxml/xmltok.el: Use lexical-binding.
994 (xmltok-save): Use `declare'.
995 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
996 * nxml/nxml-util.el: Use lexical-binding.
997 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
998 Use `declare'.
999 * nxml/nxml-ns.el: Use lexical-binding.
1000 (nxml-ns-save): Use `declare'.
1001 (nxml-ns-prefixes-for): Avoid add-to-list.
1002 * nxml/rng-match.el: Use lexical-binding.
1003 (rng--ipattern): Use cl-defstruct.
1004 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
1005 (rng-cons-group-after, rng-subst-group-after)
1006 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
1007 Use closures instead of `(lambda...).
1008
1009 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
1010
1011 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
1012 of BEG and END.
1013
1014 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1015 Use `tramp-handle-insert-file-contents'.
1016 (tramp-gvfs-handle-insert-file-contents): Remove function.
1017
1018 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
1019 Use `save-restriction' in order to keep markers.
1020
1021 * net/trampver.el: Update release number.
1022
1023 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * progmodes/compile.el (compilation-parse-errors):
1026 Use compilation--put-prop.
1027 (compilation--ensure-parse): Check compilation-multiline.
1028
1029 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
1030
1031 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
1032 lexical-binding.
1033
1034 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
1035
1036 * progmodes/ruby-mode.el: Fix recently added tests.
1037 (ruby-smie-grammar): Add - and +.
1038 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
1039 (ruby-smie--backward-id): New functions.
1040 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
1041 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
1042 any more.
1043
1044 2013-10-07 Leo Liu <sdl.web@gmail.com>
1045
1046 * register.el (register-preview-delay)
1047 (register-preview-functions): New variables.
1048 (register-read-with-preview, register-preview)
1049 (register-describe-oneline): New functions.
1050 (point-to-register, window-configuration-to-register)
1051 (frame-configuration-to-register, jump-to-register)
1052 (number-to-register, view-register, insert-register)
1053 (copy-to-register, append-to-register, prepend-to-register)
1054 (copy-rectangle-to-register): Use register-read-with-preview to
1055 read register. (Bug#15525)
1056
1057 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
1058
1059 * net/network-stream.el (network-stream-open-starttls): Don't add
1060 --insecure if it's already present, because that gnutls-cli
1061 rejects getting that parameter twice.
1062
1063 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
1064
1065 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
1066 keyword, too.
1067
1068 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
1069
1070 * newcomment.el (comment-use-global-state): Change default value
1071 to t, mark obsolete (Bug#15251).
1072 (comment-beginning): In addition to `comment-to-syntax', check the
1073 value of `comment-use-global-state'.
1074
1075 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
1078 (ruby-comment-column): Follow the global default, by default.
1079 (ruby-smie-grammar): Add assignment syntax.
1080 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
1081 open-paren, a comma, or a \.
1082 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
1083 and line continuations.
1084 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
1085 followed by implicit semi-colons. Add rule for string concatenation
1086 and for indentation at BOB.
1087 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
1088
1089 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
1090 calling next-sexp, since next-token may have skipped chars which
1091 next-sexp doesn't know should be skipped!
1092
1093 2013-10-05 Leo Liu <sdl.web@gmail.com>
1094
1095 * progmodes/octave.el (octave-send-region):
1096 Call compilation-forget-errors.
1097
1098 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1099
1100 * vc/vc-svn.el (vc-svn-find-admin-dir):
1101 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
1102 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
1103 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
1104 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
1105
1106 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1107
1108 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
1109
1110 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1111
1112 * subr.el (read-passwd): Hide chars even when called within a context
1113 where after-change-functions is disabled (bug#15501).
1114 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
1115 until we removed ourself from overriding-terminal-local-map.
1116
1117 2013-10-04 Leo Liu <sdl.web@gmail.com>
1118
1119 * progmodes/octave.el (inferior-octave-mode):
1120 Call compilation-forget-errors.
1121
1122 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
1123
1124 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
1125
1126 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
1127
1128 * net/secrets.el (secrets-create-collection): Add optional
1129 argument ALIAS. Use proper Label keyword. Append ALIAS as
1130 dbus-call-method argument. (Bug#15516)
1131
1132 2013-10-04 Leo Liu <sdl.web@gmail.com>
1133
1134 * progmodes/octave.el (inferior-octave-error-regexp-alist)
1135 (inferior-octave-compilation-font-lock-keywords): New variables.
1136 (compilation-error-regexp-alist)
1137 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
1138 (inferior-octave-mode): Use compilation-shell-minor-mode.
1139
1140 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
1141
1142 * minibuffer.el (completion--replace): Be careful that `end' might be
1143 a marker.
1144
1145 2013-10-03 Daiki Ueno <ueno@gnu.org>
1146
1147 Add support for package signature checking.
1148 * emacs-lisp/package.el (url-http-file-exists-p)
1149 (epg-make-context, epg-context-set-home-directory)
1150 (epg-verify-string, epg-context-result-for)
1151 (epg-signature-status, epg-signature-to-string)
1152 (epg-check-configuration, epg-configuration)
1153 (epg-import-keys-from-file): Declare.
1154 (package-check-signature): New user option.
1155 (package-unsigned-archives): New user option.
1156 (package-desc): Add `signed' field.
1157 (package-load-descriptor): Set `signed' field if .signed file exists.
1158 (package--archive-file-exists-p): New function.
1159 (package--check-signature): New function.
1160 (package-install-from-archive): Check package signature.
1161 (package--download-one-archive): Check archive signature.
1162 (package-delete): Remove .signed file.
1163 (package-import-keyring): New command.
1164 (package-refresh-contents): Import default keyring.
1165 (package-desc-status): Add "unsigned" status.
1166 (describe-package-1, package-menu--print-info)
1167 (package-menu-mark-delete, package-menu--find-upgrades)
1168 (package-menu--status-predicate): Support "unsigned" status.
1169
1170 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
1173 the new compilation scheme using the new byte-codes.
1174
1175 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
1176 (byte-pophandler): New byte codes.
1177 (byte-goto-ops): Adjust accordingly.
1178 (byte-compile--use-old-handlers): New var.
1179 (byte-compile-catch): Use new byte codes depending on
1180 byte-compile--use-old-handlers.
1181 (byte-compile-condition-case--old): Rename from
1182 byte-compile-condition-case.
1183 (byte-compile-condition-case--new): New function.
1184 (byte-compile-condition-case): New function that dispatches depending
1185 on byte-compile--use-old-handlers.
1186 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
1187 when we can.
1188
1189 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1190 Optimize under `condition-case' and `catch' if
1191 byte-compile--use-old-handlers is nil.
1192 (disassemble-offset): Handle new bytecodes.
1193
1194 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1195
1196 * subr.el (error): Use `declare'.
1197 (decode-char, encode-char): Use advertised-calling-convention instead
1198 of the docstring to discourage use of the `restriction' arg.
1199
1200 2013-10-03 Daiki Ueno <ueno@gnu.org>
1201
1202 * epg.el (epg-verify-file): Add a comment saying that it does not
1203 notify verification error as a return value nor a signal.
1204 (epg-verify-string): Ditto.
1205
1206 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
1207
1208 * progmodes/compile.el (compilation-start): Try globbing the arg to
1209 `cd' (bug#15417).
1210
1211 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1212
1213 Sync with Tramp 2.2.8.
1214
1215 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1216 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1217 * net/trampver.el: Update release number.
1218
1219 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1220
1221 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1222 and default-process-coding-system for darwin only.
1223
1224 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1227
1228 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1229
1230 * vc/vc-git.el (vc-git-grep): Disable pager.
1231
1232 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1233
1234 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1235 Use :url instead of :homepage, as per
1236 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1237
1238 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1239 non-nil, use `syntax-ppss' (Bug#15251).
1240
1241 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1242
1243 * progmodes/octave.el (inferior-octave-startup-file):
1244 Prefer ~/.emacs.d/init_octave.m.
1245
1246 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1247
1248 * emacs-lisp/package.el (package-desc-from-define):
1249 Accept additional arguments as plist, convert them to an alist and store
1250 them in the `extras' slot.
1251 (package-generate-description-file): Convert extras alist back to
1252 plist and append to the `define-package' form arguments.
1253 (package--alist-to-plist): New function.
1254 (package--ac-desc): Add `extras' slot.
1255 (package--add-to-archive-contents): Check if the archive-contents
1256 vector is long enough, and if it is, pass its `extras' slot value
1257 to `package-desc-create'.
1258 (package-buffer-info): Call `lm-homepage', pass the returned value
1259 to `package-desc-from-define'.
1260 (describe-package-1): Render the homepage button (Bug#13291).
1261
1262 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1263 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
1264
1265 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1266
1267 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1268 and default-process-coding-system to utf-8-unix (Bug#15402).
1269
1270 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1271
1272 * subr.el (looking-back): Do not recommend using looking-back.
1273
1274 2013-09-28 Alan Mackenzie <acm@muc.de>
1275
1276 Fix indentation/fontification of Java enum with "implements".
1277
1278 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1279 regexp which matches "implements", etc., in Java.
1280 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1281 specifier clauses coming after "enum".
1282 * progmodes/cc-fonts.el (c-font-lock-declarations)
1283 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1284 after "enum".
1285
1286 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1287
1288 * faces.el (region): Change ns_selection_color to
1289 ns_selection_fg_color, add ns_selection_bg_color.
1290
1291 2013-09-28 Leo Liu <sdl.web@gmail.com>
1292
1293 * progmodes/octave.el (inferior-octave-completion-table)
1294 (inferior-octave-completion-at-point): Minor tweaks.
1295
1296 * textmodes/ispell.el (ispell-lookup-words): Rename from
1297 lookup-words. (Bug#15460)
1298 (lookup-words): Obsolete.
1299 (ispell-complete-word, ispell-command-loop): All uses changed.
1300
1301 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1302
1303 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1304 (octave-mode-menu): Add octave-send-buffer.
1305 (octave-send-buffer): New function.
1306
1307 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1308
1309 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1310 octave-lookfor.
1311 (octave-mode-menu): Add octave-lookfor.
1312 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1313 octave-lookfor.
1314 (octave-lookfor): New function.
1315
1316 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * emacs-lisp/cl-macs.el:
1319 (cl--loop-destr-temps): Remove.
1320 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1321 its convention.
1322 (cl--loop-set-iterator-function): New function.
1323 (cl-loop): Adjust accordingly, so as not to use cl-subst.
1324 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1325 Bind `it' with `let' instead of substituting it with `cl-subst'.
1326 (cl--unused-var-p): New function.
1327 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1328 Eliminate some unused variable warnings (bug#15326).
1329
1330 2013-09-27 Tassilo Horn <tsdh@gnu.org>
1331
1332 * doc-view.el (doc-view-scale-reset): Rename from
1333 `doc-view-reset-zoom-level'.
1334 (doc-view-scale-adjust): New command.
1335 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1336 `doc-view-scale-adjust'.
1337
1338 2013-09-26 Tassilo Horn <tsdh@gnu.org>
1339
1340 * doc-view.el (doc-view-reset-zoom-level): New command.
1341 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1342 zoom commands (bug#15466).
1343
1344 2013-09-26 Kenichi Handa <handa@gnu.org>
1345
1346 * international/quail.el (quail-help): Make it not a command.
1347
1348 2013-09-26 Leo Liu <sdl.web@gmail.com>
1349
1350 * minibuffer.el (completion-all-sorted-completions): Make args
1351 optional as they are.
1352
1353 2013-09-25 Daniel Colascione <dancol@dancol.org>
1354
1355 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1356 specs are and that they're not evaluated.
1357
1358 2013-09-24 Sam Steingold <sds@gnu.org>
1359
1360 * midnight.el (clean-buffer-list-kill-regexps)
1361 (clean-buffer-list-kill-buffer-names): Update for the new Man
1362 buffer naming which includes the object name.
1363
1364 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1365
1366 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1367 (eshell-parse-command, eshell-parse-pipeline): Use it since
1368 eshell-separate-commands requires a dynamic scoped var.
1369 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1370
1371 2013-09-23 Leo Liu <sdl.web@gmail.com>
1372
1373 * autoinsert.el (auto-insert-alist): Make the value of
1374 lexical-binding match its file setting.
1375
1376 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
1377
1378 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1379
1380 * autoarg.el (autoarg-kp-digit-argument):
1381 * electric.el (Electric-command-loop):
1382 * kmacro.el (kmacro-step-edit-insert):
1383 Do not set universal-argument-num-events.
1384
1385 2013-09-22 Leo Liu <sdl.web@gmail.com>
1386
1387 * files.el (interpreter-mode-alist): Add octave.
1388
1389 2013-09-21 Alan Mackenzie <acm@muc.de>
1390
1391 C++: fontify identifier in declaration following "public:" correctly.
1392 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1393 to match "public", etc.
1394 (c-decl-prefix-re): Add ":" into the C++ value.
1395 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1396 bit. Add a check for a ":" preceded by "public", etc.
1397
1398 2013-09-21 Eli Zaretskii <eliz@gnu.org>
1399
1400 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1401 recognized by GDB 7.5 and later.
1402
1403 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1404
1405 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1406
1407 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1408
1409 * subr.el (internal--call-interactively): New const.
1410 (called-interactively-p): Use it (bug#3984).
1411
1412 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1413
1414 * vc/pcvs.el (cvs-mode-ignore):
1415 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1416 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
1417
1418 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1419
1420 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1421 (eshell-ls-orig-insert-directory): Remove.
1422 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1423 (eshell-ls-use-in-dired): Use advice-add/remove.
1424 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1425 Add `orig-fun' arg for use in :around advice.
1426 Make it check (redundantly) eshell-ls-use-in-dired.
1427
1428 2013-09-19 Glenn Morris <rgm@gnu.org>
1429
1430 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1431
1432 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1433
1434 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1435
1436 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
1437
1438 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1439 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1440 (tramp-get-remote-python): New defuns.
1441 (tramp-get-remote-uid-with-perl)
1442 (tramp-get-remote-gid-with-perl): New defuns. Perl code
1443 contributed by yary <not.com@gmail.com> (tiny change).
1444 (tramp-get-remote-uid-with-python)
1445 (tramp-get-remote-gid-with-python): New defuns. Python code
1446 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1447 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1448
1449 2013-09-19 Glenn Morris <rgm@gnu.org>
1450
1451 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1452
1453 * eshell/em-unix.el (eshell-remove-entries):
1454 Rename argument to avoid name-clash with global `top-level'.
1455
1456 * eshell/esh-proc.el (eshell-kill-process-function):
1457 Remove eshell-reset-after-proc from eshell-kill-hook if present.
1458 (eshell-reset-after-proc): Remove unused arg `proc'.
1459
1460 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1461 (directory-files-and-attributes): Mark unused arg.
1462
1463 * eshell/em-unix.el (eshell-remove-entries):
1464 Remove unused arg `path'. Update callers.
1465
1466 * eshell/em-hist.el (eshell-hist-parse-arguments):
1467 Remove unused arg `silent'. Update callers.
1468
1469 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1470 Fix (f)boundp mix-up.
1471
1472 * eshell/em-smart.el (eshell-smart-scroll-window)
1473 (eshell-disable-after-change):
1474 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
1475
1476 2013-09-18 Alan Mackenzie <acm@muc.de>
1477
1478 Fix fontification of type when followed by "const".
1479 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1480 "known" types from fontification.
1481
1482 2013-09-18 Glenn Morris <rgm@gnu.org>
1483
1484 * emacs-lisp/chart.el (x-display-color-cells): Declare.
1485 (chart-face-list): Drop Emacsen without display-color-p.
1486
1487 * net/eww.el (libxml-parse-html-region): Declare.
1488 (eww-display-html): Explicit error if no libxml2 support.
1489
1490 * doc-view.el (doc-view-mode): Silence --without-x compilation.
1491
1492 * image.el (image-type-from-buffer, image-multi-frame-p):
1493 Remove --without-x warning/error.
1494
1495 * mouse.el (mouse-yank-primary):
1496 * term.el (term-mouse-paste):
1497 Reorder to silence --without-x compilation.
1498
1499 * mpc.el (doc-view-mode): Silence --without-x compilation.
1500
1501 * mail/rmailmm.el (rmail-mime-set-bulk-data):
1502 Silence --without-x compilation.
1503
1504 * progmodes/gud.el (gud-find-file, gud-mode):
1505 Silence --without-x compilation.
1506 (tooltip-mode): Declare.
1507
1508 * wdired.el (dired-backup-overwrite): Remove declaration.
1509 (wdired-mode-map): Add doc string.
1510
1511 * custom.el (x-get-resource): Declare.
1512
1513 * eshell/em-glob.el (ange-cache):
1514 * eshell/em-unix.el (ange-cache): Declare.
1515
1516 * faces.el (x-display-list, x-open-connection, x-get-resource):
1517 Declare.
1518
1519 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1520 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1521 Declare.
1522
1523 * frame.el (x-display-grayscale-p, x-display-name): Declare.
1524
1525 * net/gnutls.el (gnutls-log-level): Declare.
1526
1527 * net/shr.el (image-size, image-animate): Declare.
1528
1529 * simple.el (font-info): Declare.
1530
1531 * subr.el (x-popup-dialog): Declare.
1532
1533 * term/common-win.el (x-select-enable-primary)
1534 (x-last-selected-text-primary, x-last-selected-text-clipboard):
1535 Declare.
1536
1537 * term/ns-win.el (x-handle-args): Declare.
1538
1539 * term/x-win.el (x-select-enable-clipboard): Declare.
1540
1541 * term/w32-win.el (create-default-fontset): Declare.
1542
1543 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1544 Declare.
1545
1546 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1547 (fit-frame-to-buffer): Explicit error if --without-x.
1548 (mouse-autoselect-window-select): Silence compiler.
1549
1550 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1551
1552 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1553 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1554 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
1555 * eshell/esh-util.el (eshell-sublist):
1556 Remove unused local variables.
1557
1558 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1559
1560 * textmodes/two-column.el: Make 2C-split work for --without-x.
1561 (scroll-bar-columns): Autoload.
1562 (top-level): Require fringe when compiling.
1563
1564 2013-09-18 Leo Liu <sdl.web@gmail.com>
1565
1566 * subr.el (add-hook): Robustify to handle closure as well.
1567
1568 2013-09-17 Glenn Morris <rgm@gnu.org>
1569
1570 * simple.el (messages-buffer-mode-map): Unbind "g".
1571
1572 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * help-mode.el (help-mode-finish): Use derived-mode-p.
1575 Remove obsolete highlighting.
1576
1577 * play/life.el (life-mode): Use define-derived-mode. Derive from
1578 special-mode.
1579 (life): Let-bind inhibit-read-only.
1580 (life-setup): Avoid `setq'. Use `life-mode'.
1581
1582 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1583 which should not be needed any more.
1584 (package-menu-refresh, package-menu-describe-package): Use user-error.
1585
1586 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1587 (eshell-post-rewrite-command-hook): Make obsolete.
1588 (eshell-parse-command): Simplify.
1589 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1590 (eshell--cmd): Declare.
1591 (eshell-parse-pipeline): Remove unused var `final-p'.
1592 Pass a dynvar to eshell-post-rewrite-command-hook.
1593 Implement the new eshell-post-rewrite-command-function.
1594 (eshell-invoke-directly): Remove unused arg `input'.
1595 * eshell/esh-io.el (eshell-io-initialize):
1596 Use eshell-post-rewrite-command-function (bug#15399).
1597 (eshell--apply-redirections): Rename from eshell-apply-redirections;
1598 adjust to new calling convention.
1599 (eshell-create-handles): Rename args to avoid clashing with dynvar
1600 `standard-output'.
1601
1602 2013-09-17 Glenn Morris <rgm@gnu.org>
1603
1604 * simple.el (messages-buffer-mode): New major mode.
1605 (messages-buffer): New function.
1606 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1607 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
1608 (ert-run-test): Use `messages-buffer' function.
1609 (ert--force-message-log-buffer-truncation): Ignore read-only.
1610 * help.el (view-echo-area-messages): Use `messages-buffer' function.
1611 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
1612
1613 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1614
1615 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1616
1617 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1618
1619 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * icomplete.el (icomplete-in-buffer): New var.
1622 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1623 vars and replace them with functions.
1624 (icomplete-minibuffer-setup): Adjust accordingly.
1625 (icomplete--completion-table, icomplete--completion-predicate)
1626 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1627 New functions.
1628 (icomplete-forward-completions, icomplete-backward-completions)
1629 (icomplete-simple-completing-p, icomplete-exhibit)
1630 (icomplete-completions): Use them.
1631 (icomplete--in-region-buffer): New var.
1632 (icomplete--in-region-setup): New function.
1633 (icomplete-mode): Use it.
1634
1635 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1636 (bug#15379).
1637 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1638 return args and options.
1639 (eshell-eval-using-options): Use the new return value of
1640 eshell--do-opts to set the options's vars in their scope.
1641 (eshell--set-option): Rename from eshell-set-option.
1642 Add arg `opt-vals'.
1643 (eshell--process-option): Rename from eshell-process-option.
1644 Add arg `opt-vals'.
1645 (eshell--process-args): Use an `opt-vals' alist to store the options's
1646 values during their processing and return them additionally to the
1647 remaining args.
1648
1649 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
1650
1651 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1652 continuation character an operator, as far as indentation is
1653 concerned (Bug#15369).
1654
1655 2013-09-15 Martin Rudalics <rudalics@gmx.at>
1656
1657 * window.el (window--state-put-2): Don't process buffer state
1658 when buffer doesn't exist any more (Bug#15382).
1659
1660 2013-09-15 Glenn Morris <rgm@gnu.org>
1661
1662 * eshell/em-unix.el (eshell/rm):
1663 Make -f ignore missing files. (Bug#15373)
1664
1665 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
1666 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1667 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1668
1669 2013-09-14 Glenn Morris <rgm@gnu.org>
1670
1671 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1672
1673 2013-09-13 Glenn Morris <rgm@gnu.org>
1674
1675 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1676 (dired-guess-default): Make `file' available in the env. (Bug#15363)
1677
1678 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1679
1680 * frame.el (x-focus-frame): Mark as declared in frame.c.
1681
1682 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1683
1684 * ls-lisp.el: Use advice-add.
1685 (original-insert-directory): Remove.
1686 (ls-lisp--insert-directory): Rename from insert-directory; add
1687 `orig-fun' argument.
1688 (insert-directory): Advise.
1689
1690 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1691
1692 * term.el (term-emulate-terminal): Decode the command string
1693 before passing it to term-command-hook. (Bug#15337)
1694
1695 2013-09-13 Glenn Morris <rgm@gnu.org>
1696
1697 * eshell/esh-util.el (ange-cache): Move declaration earlier.
1698
1699 * eshell/esh-ext.el (eshell-search-path): Declare.
1700
1701 * eshell/em-prompt.el (eshell/pwd): Autoload it.
1702 Otherwise an error occurs if eshell-dirs module not loaded.
1703
1704 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1705
1706 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
1707
1708 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1709 `tramp-check-proper-host'. Check for a valid method name.
1710
1711 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1712 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1713 * net/tramp-sh.el (tramp-maybe-open-connection):
1714 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1715
1716 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1717 also for hash values.
1718
1719 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * term/ns-win.el (parameters): Don't declare as dynamic.
1722 (before-make-frame-hook): Don't add ineffective function.
1723
1724 * eshell/*.el: Use lexical-binding (bug#15231).
1725
1726 2013-09-12 Kenichi Handa <handa@gnu.org>
1727
1728 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
1729
1730 2013-09-12 Glenn Morris <rgm@gnu.org>
1731
1732 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
1733 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
1734
1735 * subr.el (do-after-load-evaluation): Also give compiler warnings
1736 when obsolete files are used (except by obsolete files).
1737
1738 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
1739 in the status output, assume `filename' is the first. (Bug#15322)
1740
1741 * vc/vc.el (vc-deduce-fileset): Doc fix.
1742
1743 * calc/calc-help.el (Info-goto-node):
1744 * progmodes/cperl-mode.el (Info-find-node):
1745 * vc/ediff.el (Info-goto-node): Update declarations.
1746
1747 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
1748
1749 * vc/vc-bzr.el (vc-compilation-mode): Declare.
1750 (vc-bzr-pull): Require vc-dispatcher.
1751 * vc/vc-git.el (vc-compilation-mode): Declare.
1752 (vc-git-pull): Require vc-dispatcher.
1753
1754 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
1755
1756 * progmodes/octave.el (help-button-action): Declare.
1757
1758 * shell.el (shell-directory-tracker): Output error as a message
1759 rather than just returning it as a string.
1760 (shell-process-pushd): Remove useless use of message.
1761
1762 * dframe.el (dframe-timer-fn):
1763 * files.el (dir-locals-read-from-file):
1764 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
1765 (mpc-format):
1766 * reveal.el (reveal-post-command):
1767 * saveplace.el (load-save-place-alist-from-file):
1768 * shell.el (shell-resync-dirs):
1769 * w32-common-fns.el (x-get-selection-value):
1770 * emacs-lisp/copyright.el (copyright-find-copyright):
1771 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1772 * emulation/tpu-edt.el (tpu-copy-keyfile):
1773 * play/bubbles.el (bubbles--mark-neighbourhood):
1774 * progmodes/executable.el
1775 (executable-make-buffer-file-executable-if-script-p):
1776 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
1777
1778 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1779
1780 Cleanup Eshell to rely less on dynamic scoping.
1781 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
1782 last-value, and ext-command here. Bind `args' closer to `body'.
1783 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
1784 (eshell--args): Declare new dynamic var.
1785 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
1786 last-value, and ext-command. Pass `args' to `body'.
1787 (eshell-process-args): Bind eshell--args.
1788 (eshell-set-option): Use eshell--args.
1789 * eshell/eshell.el (eshell): Use derived-mode-p.
1790 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
1791 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
1792 (eshell-glob-function): Declare.
1793 * eshell/esh-util.el: Require cl-lib.
1794 (eshell-read-hosts-file): Avoid add-to-list.
1795 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
1796 `err'.
1797 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
1798 Declare.
1799 (eshell/diff): Remove unused var `err'.
1800 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
1801 `killflag'.
1802 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
1803 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
1804 first use.
1805 * eshell/em-glob.el (eshell-glob-matches, message-shown):
1806 Move declaration before first use.
1807 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
1808 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
1809 rely on cl-return.
1810
1811 2013-09-12 Glenn Morris <rgm@gnu.org>
1812
1813 * term/ns-win.el (global-map): Remove binding for ispell-next,
1814 deleted 1999-05-29. (Bug#15357)
1815
1816 2013-09-11 Glenn Morris <rgm@gnu.org>
1817
1818 * echistory.el (electric-command-history): Remove call to deleted func.
1819
1820 * play/landmark.el (landmark-mode): Fix typos.
1821
1822 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
1823 Check cvs-sort-ignore-file is bound.
1824
1825 * savehist.el: No need for cl when compiling on Emacs.
1826
1827 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
1830 (bug#15338).
1831 (eshell-self-insert-command, eshell-send-invisible):
1832 Remove unused argument.
1833 (eshell-handle-control-codes): Remove unused var `orig'.
1834 Avoid delete-backward-char.
1835
1836 * files.el (set-auto-mode): Simplify a bit further.
1837
1838 2013-09-11 Glenn Morris <rgm@gnu.org>
1839
1840 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
1841 (set-auto-mode): Don't regexp-quote elements.
1842 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
1843 * progmodes/cc-mode.el (interpreter-mode-alist):
1844 * progmodes/ruby-mode.el (interpreter-mode-alist):
1845 Revert previous change.
1846
1847 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * play/snake.el (snake-mode):
1850 * play/mpuz.el (mpuz-mode):
1851 * play/landmark.el (lm-mode):
1852 * play/blackbox.el (blackbox-mode):
1853 * play/5x5.el (5x5-mode):
1854 * obsolete/options.el (Edit-options-mode):
1855 * net/quickurl.el (quickurl-list-mode):
1856 * net/newst-treeview.el (newsticker-treeview-mode):
1857 * mail/rmailsum.el (rmail-summary-mode):
1858 * mail/mspools.el (mspools-mode):
1859 * locate.el (locate-mode):
1860 * ibuffer.el (ibuffer-mode):
1861 * emulation/ws-mode.el (wordstar-mode):
1862 * emacs-lisp/debug.el (debugger-mode):
1863 * array.el (array-mode):
1864 * net/eudc.el (eudc-mode): Use define-derived-mode.
1865 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
1866 Move initialization into declaration.
1867 (mairix-searches-mode): Use define-derived-mode.
1868 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
1869 (eudc-edit-hotlist): Use dolist.
1870 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
1871 (Man-mode): Use define-derived-mode.
1872 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
1873 (Info-edit-mode): Use define-derived-mode.
1874 (Info-cease-edit): Use Info-mode.
1875 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
1876 into declaration.
1877 (eshell-mode): Use define-derived-mode.
1878 * chistory.el (command-history-mode-map): Rename from
1879 command-history-map.
1880 (command-history-mode): Use define-derived-mode.
1881 (Command-history-setup): Remove function.
1882 * calc/calc.el (calc-trail-mode-map): New var.
1883 (calc-trail-mode): Use define-derived-mode.
1884 (calc-trail-buffer): Set calc-main-buffer manually.
1885 * bookmark.el (bookmark-insert-annotation): New function.
1886 (bookmark-edit-annotation): Use it.
1887 (bookmark-edit-annotation-mode): Make it a proper major mode.
1888 (bookmark-send-edited-annotation): Use derived-mode-p.
1889 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
1890 closer to its ideal place. Use \' to match EOS.
1891
1892 * profiler.el (profiler-calltree-find): Use function-equal.
1893
1894 2013-09-10 Glenn Morris <rgm@gnu.org>
1895
1896 * files.el (interpreter-mode-alist): Convert to regexps.
1897 (set-auto-mode): Adapt for this. (Bug#15306)
1898 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
1899 Comment out unused variable.
1900 * progmodes/cc-mode.el (interpreter-mode-alist):
1901 * progmodes/python.el (interpreter-mode-alist):
1902 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
1903 * progmodes/sh-script.el (sh-set-shell):
1904 No longer use interpreter-mode-alist to get list of shells.
1905
1906 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
1907
1908 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * simple.el: Use set-temporary-overlay-map for universal-argument.
1911 (universal-argument-map): Don't use default-bindings (bug#15317).
1912 Bind switch-frame explicitly. Replace universal-argument-minus with
1913 a conditional binding.
1914 (universal-argument-num-events, saved-overriding-map): Remove.
1915 (restore-overriding-map): Remove.
1916 (universal-argument--mode): Rename from save&set-overriding-map,
1917 and rewrite.
1918 (universal-argument, universal-argument-more, negative-argument)
1919 (digit-argument): Adjust accordingly.
1920 (universal-argument-minus): Remove.
1921 (universal-argument-other-key): Remove.
1922
1923 * subr.el (with-demoted-errors): Add `format' argument.
1924
1925 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
1926
1927 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
1928 `tramp-cleanup-connection'.
1929
1930 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
1931 parameters KEEP-DEBUG and KEEP-PASSWORD.
1932
1933 * net/tramp.el (tramp-file-name-handler):
1934 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1935 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1936 (tramp-maybe-open-connection):
1937 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1938 Use `tramp-cleanup-connection'.
1939
1940 * net/tramp-sh.el (tramp-maybe-open-connection):
1941 Catch 'uname-changed inside the progress reporter.
1942
1943 2013-09-10 Glenn Morris <rgm@gnu.org>
1944
1945 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
1946
1947 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
1948 returns "alternate access method" in mode (eg "-rw-r--r--.").
1949
1950 2013-09-08 Glenn Morris <rgm@gnu.org>
1951
1952 * saveplace.el (load-save-place-alist-from-file):
1953 Demote errors. (Bug#15305)
1954
1955 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
1956
1957 Improve compatibility with older Emacsen, and XEmacs.
1958
1959 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1960 only if it is bound. It isn't for XEmacs.
1961 (with-tramp-progress-reporter): Do not let-bind `result'.
1962 This yields to scoping errors in XEmacs.
1963 (tramp-handle-make-auto-save-file-name): New function, moved from
1964 tramp-sh.el.
1965
1966 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1967 for `make-auto-save-file-name'.
1968 (tramp-adb--gnu-switches-to-ash):
1969 Use `tramp-compat-replace-regexp-in-string'.
1970
1971 * net/tramp-cache.el (tramp-cache-print): Call
1972 `substring-no-properties' only if it is bound. It isn't for XEmacs.
1973
1974 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1975 bound. It isn't for XEmacs.
1976
1977 * net/tramp-compat.el (tramp-compat-copy-file):
1978 Catch `wrong-number-of-arguments' error.
1979 (tramp-compat-replace-regexp-in-string): New defun.
1980
1981 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1982 for `make-auto-save-file-name'.
1983 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1984 `copy-file'.
1985 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1986 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1987 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1988
1989 * net/tramp-gw.el (tramp-gw-open-network-stream):
1990 Use `tramp-compat-replace-regexp-in-string'.
1991
1992 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1993 Call `tramp-handle-make-auto-save-file-name'.
1994 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1995 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1996 (tramp-sh-file-inotifywait-process-filter):
1997 Use `tramp-compat-replace-regexp-in-string'.
1998 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1999
2000 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
2001 for `make-auto-save-file-name'.
2002 (tramp-smb-handle-copy-directory):
2003 Call `tramp-compat-replace-regexp-in-string'.
2004 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
2005 (tramp-smb-handle-copy-file): Improve error message.
2006 (tramp-smb-handle-rename-file): Rename directly only in case
2007 `newname' does not exist yet. This is a restriction of smbclient.
2008 (tramp-smb-maybe-open-connection): Rerun the function only when
2009 `auth-sources' is non-nil.
2010
2011 2013-09-08 Kenichi Handa <handa@gnu.org>
2012
2013 * international/characters.el: Set category "^" (Combining) for
2014 more characters.
2015
2016 2013-09-07 Alan Mackenzie <acm@muc.de>
2017
2018 Correctly fontify Java class constructors.
2019 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
2020 in Java Mode.
2021 (c-recognize-typeless-decls): Set the Java value to t.
2022 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
2023 While handling a "(", add a check for, effectively, Java, and handle a
2024 "typeless" declaration there.
2025
2026 2013-09-07 Roland Winkler <winkler@gnu.org>
2027
2028 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
2029 field subtitle for entry type book.
2030
2031 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * minibuffer.el: Make minibuffer-complete call completion-in-region
2034 rather than other way around.
2035 (completion--some, completion-pcm--find-all-completions):
2036 Don't delay signals when debugging.
2037 (minibuffer-completion-contents): Beware fields within the
2038 minibuffer contents.
2039 (completion-all-sorted-completions): Use defvar-local.
2040 (completion--do-completion, completion--cache-all-sorted-completions)
2041 (completion-all-sorted-completions, minibuffer-force-complete):
2042 Add args `beg' and `end'.
2043 (completion--in-region-1): New fun, extracted from minibuffer-complete.
2044 (minibuffer-complete): Use completion-in-region.
2045 (completion-complete-and-exit): New fun, extracted from
2046 minibuffer-complete-and-exit.
2047 (minibuffer-complete-and-exit): Use it.
2048 (completion--complete-and-exit): Rename from
2049 minibuffer--complete-and-exit.
2050 (completion-in-region--single-word): New function, extracted from
2051 minibuffer-complete-word.
2052 (minibuffer-complete-word): Use it.
2053 (display-completion-list): Make `common-substring' argument obsolete.
2054 (completion--in-region): Call completion--in-region-1 instead of
2055 minibuffer-complete.
2056 (completion-help-at-point): Pass boundaries to
2057 minibuffer-completion-help as args rather than via an overlay.
2058 (completion-pcm--string->pattern): Use `any-delim'.
2059 (completion-pcm--optimize-pattern): New function.
2060 (completion-pcm--pattern->regex): Handle `any-delim'.
2061 * icomplete.el (icomplete-forward-completions)
2062 (icomplete-backward-completions, icomplete-completions):
2063 Adjust calls to completion-all-sorted-completions and
2064 completion--cache-all-sorted-completions.
2065 (icomplete-with-completion-tables): Default to t.
2066 * emacs-lisp/crm.el (crm--current-element): Rename from
2067 crm--select-current-element. Don't put an overlay but return the
2068 boundaries instead.
2069 (crm--completion-command): Take two new args to bind to the boundaries.
2070 (crm-completion-help): Adjust accordingly.
2071 (crm-complete): Use completion-in-region.
2072 (crm-complete-word): Use completion-in-region--single-word.
2073 (crm-complete-and-exit): Use completion-complete-and-exit.
2074
2075 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2076
2077 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
2078 than dynamically.
2079
2080 2013-09-06 Juri Linkov <juri@jurta.org>
2081
2082 * info.el (Info-display-images-node): When image file doesn't exist
2083 display text version of the image if it's provided in the Info file.
2084 Otherwise, display the location of missing image from SRC attribute.
2085 Add help-echo text property from ALT attribute. (Bug#15279)
2086
2087 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2088
2089 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
2090 (edit-abbrevs-mode): Use define-derived-mode.
2091
2092 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
2093 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
2094 that it's defined.
2095 (epa-key-list-mode, epa-key-mode, epa-info-mode):
2096 Use define-derived-mode.
2097
2098 * epg.el (epg-start-encrypt): Minor CSE simplification.
2099
2100 2013-09-06 William Xu <william.xwl@gmail.com>
2101
2102 * arc-mode.el: Add support for 7za (bug#15264).
2103 (archive-7z-program): New var.
2104 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
2105 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
2106 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
2107
2108 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
2109
2110 Remove URL syntax.
2111
2112 * net/tramp.el (tramp-syntax, tramp-prefix-format)
2113 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
2114 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
2115 (tramp-postfix-host-format, tramp-file-name-regexp)
2116 (tramp-completion-file-name-regexp)
2117 (tramp-completion-dissect-file-name)
2118 (tramp-handle-substitute-in-file-name): Remove 'url case.
2119 (tramp-file-name-regexp-url)
2120 (tramp-completion-file-name-regexp-url): Remove constants.
2121
2122 2013-09-06 Glenn Morris <rgm@gnu.org>
2123
2124 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
2125
2126 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
2127
2128 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
2129 keywords" below "here-doc beginnings" (Bug#15270).
2130
2131 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2132
2133 * subr.el (pop): Use `car-safe'.
2134 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
2135 to detect unused `pop' return value.
2136
2137 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
2138 var `block-regexp'.
2139 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
2140 (python-fill-string): Remove unused var `marker'.
2141 (python-skeleton-add-menu-items): Remove unused var `items'.
2142
2143 * international/mule-cmds.el: Require CL.
2144 (find-coding-systems-for-charsets): Avoid add-to-list.
2145 (sanitize-coding-system-list): New function, extracted from
2146 select-safe-coding-system-interactively.
2147 (select-safe-coding-system-interactively): Use it.
2148 (read-input-method-name): Accept symbols for `default'.
2149
2150 * emacs-lisp/advice.el (defadvice): Add indent rule.
2151
2152 2013-09-05 Daniel Hackney <dan@haxney.org>
2153
2154 * dired-x.el:
2155 * net/ange-ftp.el:
2156 * net/browse-url.el:
2157 * net/dbus.el:
2158 * net/eudc.el:
2159 * net/eudcb-ldap.el:
2160 * net/eww.el:
2161 * net/imap.el:
2162 * printing.el:
2163 * vc/ediff-diff.el:
2164 * vc/ediff-init.el:
2165 * vc/ediff-merg.el:
2166 * vc/ediff-mult.el:
2167 * vc/ediff-util.el:
2168 * vc/ediff-wind.el:
2169 * vc/ediff.el:
2170 * vc/emerge.el:
2171 * vc/pcvs.el:
2172 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
2173 byte compiler. Remove some unused let-bound variables.
2174
2175 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2176
2177 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
2178 a "ref-cell", since it gets better optimized (bug#14883).
2179
2180 2013-09-05 Glenn Morris <rgm@gnu.org>
2181
2182 * progmodes/cc-awk.el (c-forward-sws): Declare.
2183
2184 2013-09-04 Glenn Morris <rgm@gnu.org>
2185
2186 * generic-x.el [rul-generic-mode]: Require cc-mode.
2187 (c++-mode-syntax-table): Declare.
2188 (rul-generic-mode-syntax-table): Init in the defvar.
2189
2190 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
2193 (vc-do-command, vc-set-async-update):
2194 * vc/vc-mtn.el (vc-mtn-dir-status):
2195 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
2196 (vc-hg-pull, vc-hg-merge-branch):
2197 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
2198 (vc-git-merge-branch):
2199 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
2200 (vc-cvs-dir-status-files):
2201 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
2202 (vc-bzr-dir-status-files):
2203 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
2204 * vc/vc-annotate.el: Use lexical-binding.
2205 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
2206 (vc-sentinel-movepoint): Declare.
2207 (vc-annotate): Don't use `goto-line'.
2208 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
2209 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
2210 (vc-sentinel-movepoint): Declare.
2211 * vc/vc-svn.el: Use lexical-binding.
2212 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2213 * vc/vc-sccs.el:
2214 * vc/vc-rcs.el: Use lexical-binding.
2215
2216 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2217 `deleted'. Don't drop errors silently.
2218
2219 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2220
2221 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2222
2223 * vc/vc.el (vc-ignore): Rewrite.
2224 (vc-default-ignore): New function.
2225 (vc-default-ignore-completion-table): Use find-ignore-file.
2226
2227 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2228 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2229 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2230 Remove. Most code moved to vc.el.
2231
2232 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
2235 * net/tramp-smb.el (tramp-smb-get-file-entries):
2236 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2237 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2238
2239 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2240 Update call to it.
2241 (eww-change-select): Remove unused var `properties'.
2242 (eww-make-unique-file-name): Remove unused var `base'.
2243
2244 * finder.el (finder-compile-keywords): Don't mess with windows.
2245
2246 * calculator.el (calculator-funcall): Fix typo in last change.
2247
2248 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2249
2250 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2251 <pkg>-autoloads.el file stop us.
2252
2253 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
2254 warnings, and factor out common code.
2255
2256 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2257
2258 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2259 two-character operators and whether the character preceding them
2260 changes their meaning (Bug#15208).
2261
2262 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2263
2264 Format code sent to Python shell for robustness.
2265 * progmodes/python.el (python-shell-buffer-substring):
2266 New function.
2267 (python-shell-send-region, python-shell-send-buffer): Use it.
2268
2269 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
2270
2271 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2272 * net/tramp.el (tramp-user-error): ... here.
2273 (tramp-find-method, tramp-check-proper-host)
2274 (tramp-dissect-file-name, tramp-debug-message)
2275 (tramp-handle-shell-command):
2276 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2277 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2278
2279 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2280
2281 2013-09-02 Martin Rudalics <rudalics@gmx.at>
2282
2283 * avoid.el (mouse-avoidance-point-position)
2284 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2285 returns nil.
2286
2287 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2288
2289 * progmodes/python.el (python-shell-completion-get-completions):
2290 Drop use of deleted `comint-last-prompt-overlay'.
2291 (python-nav-if-name-main): New command.
2292
2293 2013-09-01 Glenn Morris <rgm@gnu.org>
2294
2295 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2296 Avoid leading space in $wins. Otherwise the sed command used by
2297 eg compile-main ends up containing "/*.el". (Bug#15170)
2298
2299 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
2300
2301 2013-08-30 Glenn Morris <rgm@gnu.org>
2302
2303 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2304 Fix is-this-a-directory logic. (Bug#15220)
2305
2306 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * textmodes/css-mode.el: Use SMIE.
2309 (css-smie-grammar): New var.
2310 (css-smie--forward-token, css-smie--backward-token)
2311 (css-smie-rules): New functions.
2312 (css-mode): Use them.
2313 (css-navigation-syntax-table): Remove var.
2314 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2315 (css-indent-calculate, css-indent-line): Remove functions.
2316
2317 Misc changes to reduce use of `(lambda...); and other cleanups.
2318 * cus-edit.el: Use lexical-binding.
2319 (customize-push-and-save, customize-apropos)
2320 (custom-buffer-create-internal): Use closures.
2321 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2322 * progmodes/ada-xref.el: Use setq.
2323 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2324 * dframe.el: Use lexical-binding.
2325 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
2326 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2327 * descr-text.el: Use lexical-binding.
2328 (describe-text-widget, describe-text-sexp, describe-property-list):
2329 Use closures.
2330 * comint.el (comint-history-isearch-push-state): Use a closure.
2331 * calculator.el: Use lexical-binding.
2332 (calculator-number-to-string): Make it work with lexical-binding.
2333 (calculator-funcall): Same and use cl-letf.
2334
2335 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2336 (lisp--company-doc-string, lisp--company-location): New functions.
2337 (lisp-completion-at-point): Use them to improve Company support.
2338
2339 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2340 params of lambda expressions.
2341 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2342 (ruby-smie--opening-pipe-p): New function.
2343 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2344 symbols and matched |...| for formal params.
2345 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2346 from being treated as hanging. Handle "rescue".
2347
2348 2013-08-29 Glenn Morris <rgm@gnu.org>
2349
2350 * progmodes/cc-engine.el (c-pull-open-brace):
2351 Move definition before use.
2352
2353 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2354
2355 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2356 are immutable. Don't use `unsafe' any more.
2357 (cl--defsubst-expand): Don't substitute at the same time as keeping
2358 a residual unused let-binding. Don't use `unsafe' any more.
2359
2360 2013-08-29 Glenn Morris <rgm@gnu.org>
2361
2362 * calendar/cal-china.el (calendar-chinese-year-cache):
2363 Recenter on 2015.
2364
2365 * nxml/nxml-util.el (nxml-debug-clear-inside):
2366 Use cl-loop rather than loop.
2367
2368 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2369
2370 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2371
2372 2013-08-28 Glenn Morris <rgm@gnu.org>
2373
2374 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2375
2376 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2377
2378 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2379
2380 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2381
2382 * simple.el (repeat-complex-command--called-interactively-skip):
2383 New function.
2384 (repeat-complex-command): Use it (bug#14136).
2385
2386 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2387 (c-define-abbrev-table): Add `doc' argument.
2388 (c-mode-abbrev-table, c++-mode-abbrev-table)
2389 (objc-mode-abbrev-table, java-mode-abbrev-table)
2390 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2391 (awk-mode-abbrev-table): Use it.
2392 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2393 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2394 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2395 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2396 Move initialization into the declaration; and remove any
2397 autoload cookie.
2398
2399 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2400 and dynamic let binding.
2401
2402 * vc/smerge-mode.el: Remove redundant :group args.
2403
2404 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2405 to load-path.
2406
2407 2013-08-28 Juri Linkov <juri@jurta.org>
2408
2409 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2410 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2411 (isearch-other-meta-char): Handle an undefined shifted printing
2412 character by downshifting it. (Bug#15200)
2413
2414 2013-08-28 Juri Linkov <juri@jurta.org>
2415
2416 * isearch.el (isearch-search): Change regexp error message for
2417 non-regexp searches. (Bug#15166)
2418
2419 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2420
2421 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2422 for portability to hosts where /bin/sh has problems.
2423
2424 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2425
2426 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2427
2428 2013-08-27 Juri Linkov <juri@jurta.org>
2429
2430 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2431 in the keyboard macro. (Bug#15126)
2432
2433 2013-08-27 Juri Linkov <juri@jurta.org>
2434
2435 * isearch.el (isearch-quote-char): Comment out converting unibyte
2436 to multibyte, thus syncing with its `quoted-insert' counterpart.
2437 (Bug#15166)
2438
2439 2013-08-27 Martin Rudalics <rudalics@gmx.at>
2440
2441 * window.el (display-buffer-use-some-window): Add missing
2442 argument in call of get-largest-window (Bug#15185).
2443 Reported by Stephen Leake.
2444
2445 2013-08-27 Glenn Morris <rgm@gnu.org>
2446
2447 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2448
2449 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * progmodes/python.el (python-font-lock-keywords): Don't return nil
2452 from a matcher-function unless there's no more matches (bug#15161).
2453
2454 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2455
2456 * minibuffer.el: Revert change from 2013-08-20.
2457
2458 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2459 with text property `tramp-default', if appropriate.
2460 (tramp-check-proper-host): New defun.
2461 (tramp-dissect-file-name): Do not check hostname. Revert change
2462 of 2013-03-18.
2463 (tramp-backtrace): Make VEC-OR-PROC optional.
2464
2465 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2466 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2467 * net/tramp-sh.el (tramp-maybe-open-connection):
2468 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2469 Apply `tramp-check-proper-host'.
2470
2471 2013-08-26 Tassilo Horn <tsdh@gnu.org>
2472
2473 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2474 lambda expression in order to have `describe-variable' display it.
2475
2476 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2477
2478 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2479 BUF can be optional. (Bug#15186)
2480
2481 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
2482
2483 * progmodes/flymake.el (flymake-get-real-file-name-function):
2484 Fix broken customization. (Bug#15184)
2485
2486 2013-08-25 Alan Mackenzie <acm@muc.de>
2487
2488 Improve indentation of bracelists defined by macros (without "=").
2489
2490 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2491 expansion begins with "{", regard it as bracelist when it doesn't
2492 contain a ";".
2493
2494 Parse C++ inher-intro when there's a template split over 2 lines.
2495
2496 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2497 rigorously the search for "class" etc. followed by ":".
2498
2499 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2500 random languages a regexp which never matches rather than nil.
2501
2502 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2503
2504 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2505 (c-awk-regexp-one-line-possibly-open-char-list-re)
2506 (c-awk-one-line-possibly-open-regexp-re)
2507 (c-awk-one-line-non-syn-ws*-re): Remove.
2508 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2509 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2510 (c-awk-space*-unclosed-regexp-/-re): New constants.
2511 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2512 aren't regexp delimiters.
2513
2514 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2515 handling for a rare situation in AWK Mode involving unterminated
2516 strings/regexps.
2517
2518 2013-08-23 Glenn Morris <rgm@gnu.org>
2519
2520 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2521
2522 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2523
2524 * files.el (create-file-buffer): If the result would begin with
2525 spaces, prepend a "|" instead of removing them. (Bug#15162)
2526
2527 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2530 text-properties (bug#15155).
2531
2532 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2533 exist any more.
2534 (calc-keypad-redraw): Remove unused var `pad'.
2535 (calc-keypad-press): Remove unused var `menu'.
2536
2537 2013-08-23 Martin Rudalics <rudalics@gmx.at>
2538
2539 * window.el (display-buffer-pop-up-frame):
2540 Call pop-up-frame-function with BUFFER current so `make-frame' will
2541 use it as the new frame's buffer (Bug#15133).
2542
2543 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2544
2545 * calendar/timeclock.el: Minor cleanups.
2546 (timeclock-ask-before-exiting, timeclock-use-display-time):
2547 Use `symbol'.
2548 (timeclock-modeline-display): Define as alias before the
2549 actual definition.
2550 (timeclock-mode-line-display): Use define-minor-mode.
2551 (timeclock-day-list-template): Make it a function, add an argument.
2552 (timeclock-day-list-required, timeclock-day-list-length)
2553 (timeclock-day-list-debt, timeclock-day-list-span)
2554 (timeclock-day-list-break): Adjust calls accordingly.
2555
2556 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2557
2558 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2559 Use read--expression so that completion works again.
2560
2561 2013-08-21 Sam Steingold <sds@gnu.org>
2562
2563 Add rudimentary inferior shell interaction
2564 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2565 (sh-set-shell): Reset it.
2566 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2567 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
2568
2569 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * align.el: Use lexical-binding.
2572 (align-region): Simplify accordingly.
2573
2574 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
2575
2576 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2577
2578 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2579 `non-essential' up.
2580
2581 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
2582
2583 * net/tramp.el:
2584 * net/tramp-adb.el:
2585 * net/tramp-cmds.el:
2586 * net/tramp-ftp.el:
2587 * net/tramp-gvfs.el:
2588 * net/tramp-gw.el:
2589 * net/tramp-sh.el: Don't wrap external variable declarations by
2590 `eval-when-compile'.
2591
2592 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2593
2594 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2595 now that Emacs supports ImageMagick animations.
2596
2597 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2600 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2601
2602 2013-08-16 Martin Rudalics <rudalics@gmx.at>
2603
2604 * window.el (mouse-autoselect-window-select): Do autoselect when
2605 mouse pointer is on margin.
2606
2607 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
2608
2609 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
2610
2611 2013-08-16 Glenn Morris <rgm@gnu.org>
2612
2613 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2614 Handle "Remote Directory" response of some clients. (Bug#15058)
2615
2616 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2617 Tweak warning. (Bug#14926)
2618
2619 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2620 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
2621
2622 * image-mode.el (image-mode-map): Add menu items to reverse,
2623 increase, decrease, reset animation speed.
2624 (image--set-speed, image-increase-speed, image-decrease-speed)
2625 (image-reverse-speed, image-reset-speed): New functions.
2626 (image-mode-map): Add bindings for speed commands.
2627
2628 * image.el (image-animate-get-speed, image-animate-set-speed):
2629 New functions.
2630 (image-animate-timeout): Respect image :speed property.
2631
2632 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2635 previous line (bug#15101).
2636 (debugger-eval-expression, debugger-record-expression):
2637 Use read--expression (bug#15102).
2638
2639 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
2640
2641 Remove byte compiler warnings, visible when compiling with
2642 `byte-compile-force-lexical-warnings' set to t.
2643
2644 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2645 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2646 (tramp-handle-unhandled-file-name-directory)
2647 (tramp-handle-file-notify-add-watch, tramp-action-login)
2648 (tramp-action-succeed, tramp-action-permission-denied)
2649 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2650 arguments with "_".
2651
2652 * net/tramp-adb.el (tramp-adb-parse-device-names)
2653 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2654 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2655 (tramp-adb-handle-file-truename): Remove unused arguments.
2656
2657 * net/tramp-cache.el (tramp-flush-directory-property)
2658 (tramp-flush-connection-property, tramp-list-connections)
2659 (tramp-parse-connection-properties): Prefix unused arguments with "_".
2660
2661 * net/tramp-compat.el (tramp-compat-make-temp-file):
2662 Rename FILENAME to F.
2663
2664 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2665 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2666 (tramp-zeroconf-parse-workstation-device-names)
2667 (tramp-zeroconf-parse-webdav-device-names)
2668 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2669
2670 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2671 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2672
2673 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2674 arguments.
2675 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2676 (tramp-sh-handle-insert-file-contents-literally)
2677 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2678 with "_".
2679 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2680 Remove unused variables.
2681
2682 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2683 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2684 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2685
2686 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2687 Make them a defconst.
2688 (tramp-uuencode-region): Remove unused variable.
2689
2690 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
2691
2692 * frameset.el (frameset--prop-setter): New function.
2693 (frameset-prop): Add gv-setter declaration.
2694 (frameset-filter-minibuffer): Deal with the case that the minibuffer
2695 parameter was already set in FILTERED. Doc fix.
2696 (frameset--record-minibuffer-relationships): Allow saving a
2697 minibufferless frame without its corresponding minibuffer frame.
2698 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2699 frame, if the frame id matches.
2700 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2701 frames before orphaned ones.
2702 (frameset-restore): Warn about orphaned windows, instead of error out.
2703
2704 2013-08-14 Martin Rudalics <rudalics@gmx.at>
2705
2706 * window.el (window-make-atom): Don't overwrite parameter
2707 already present.
2708 (display-buffer-in-atom-window): Handle special case where we
2709 split an already atomic window.
2710 (window--major-non-side-window, display-buffer-in-side-window)
2711 (window--side-check): Ignore minibuffer window when walking
2712 window tree.
2713 (window-deletable-p): Return 'frame only if no other frame uses
2714 our minibuffer window.
2715 (record-window-buffer): Run buffer-list-update-hook.
2716 (split-window): Make sure window--check-frame won't destroy an
2717 existing atomic window in case the new window gets nested
2718 inside.
2719 (display-buffer-at-bottom): Ignore minibuffer window when
2720 walking window tree. Don't split a side window.
2721 (pop-to-buffer): Don't set-buffer here, the select-window call
2722 should do that.
2723 (mouse-autoselect-window-select): Autoselect only if we are in the
2724 text portion of the window.
2725
2726 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2727
2728 * net/shr.el (shr-parse-image-data): New function to grab both the
2729 data itself and the Content-Type.
2730 (shr-put-image): Use it.
2731
2732 * net/eww.el (eww-display-image): Ditto.
2733
2734 * image.el (image-content-type-suffixes): New variable.
2735
2736 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2737
2738 * progmodes/python.el (python-imenu--build-tree)
2739 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
2740
2741 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
2742
2743 * simple.el (backward-word): Mention the optional argument.
2744
2745 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * frameset.el (frameset--make): Rename constructor from make-frameset.
2748 (frameset-p, frameset-valid-p): Don't autoload.
2749 (frameset-valid-p): Use normal accessors.
2750
2751 2013-08-13 Glenn Morris <rgm@gnu.org>
2752
2753 * progmodes/compile.el (compile-command): Tweak example in doc.
2754 * obsolete/scribe.el (scribe-mode):
2755 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
2756
2757 * mail/feedmail.el (feedmail-confirm-outgoing)
2758 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
2759
2760 * cus-start.el (truncate-partial-width-windows): Fix type.
2761
2762 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
2763
2764 * net/shr.el (shr-table-horizontal-line): Fix custom type.
2765
2766 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2767
2768 * emacs-lisp/timer.el (timer--time-setter): New function.
2769 (timer--time): Use it as gv-setter.
2770
2771 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
2772 setter is not a symbol.
2773
2774 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
2775
2776 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
2777 if sending fails. This makes debugging easier.
2778
2779 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
2782 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
2783 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
2784
2785 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2786
2787 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
2788
2789 2013-08-12 Glenn Morris <rgm@gnu.org>
2790
2791 * format.el (format-annotate-function):
2792 Handle read-only text properties in the source. (Bug#14887)
2793
2794 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2795
2796 * net/eww.el (eww-display-html): Ignore coding system errors.
2797 One web site uses "utf-8lias" as the coding system.
2798
2799 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
2800
2801 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
2802
2803 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
2804
2805 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
2806 (tutorial--detailed-help): Remove unused local variables.
2807 (tutorial--save-tutorial-to): Use ignore-errors.
2808 (help-with-tutorial): Use looking-at-p.
2809
2810 * view.el (view-buffer-other-window, view-buffer-other-frame):
2811 Mark unused arguments.
2812
2813 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
2814 (woman-select-symbol-fonts, woman, woman-find-file)
2815 (woman-insert-file-contents, woman-non-underline-faces):
2816 Use string-match-p.
2817 (woman1-unquote): Move declaration.
2818
2819 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
2820 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
2821 argument. Remove unused local variable.
2822 (xml-parse-elem-type): Use string-match-p.
2823 (xml-substitute-numeric-entities): Use ignore-errors.
2824
2825 * calculator.el (calculator): Mark unused argument.
2826 (calculator-paste, calculator-quit, calculator-integer-p):
2827 Use ignore-errors.
2828 (calculator-string-to-number, calculator-decimal, calculator-exp)
2829 (calculator-op-or-exp): Use string-match-p.
2830
2831 * dired.el (dired-buffer-more-recently-used-p): Declare.
2832 (dired-insert-set-properties, dired-insert-old-subdirs):
2833 Use ignore-errors.
2834
2835 * dired-aux.el (dired-compress): Use ignore-errors.
2836 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
2837 (dired-do-async-shell-command, dired-do-shell-command)
2838 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
2839 (dired-insert-subdir-validate): Use string-match-p.
2840 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
2841 (dired-add-entry): Use string-match-p, looking-at-p.
2842 (dired-insert-subdir-newpos): Remove unused local variable.
2843
2844 * filenotify.el (file-notify-callback): Remove unused local variable.
2845
2846 * filesets.el (filesets-error): Mark unused argument.
2847 (filesets-which-command-p, filesets-filter-dir-names)
2848 (filesets-directory-files, filesets-get-external-viewer)
2849 (filesets-ingroup-get-data): Use string-match-p.
2850
2851 * find-file.el (ff-other-file-name, ff-other-file-name)
2852 (ff-find-the-other-file, ff-cc-hh-converter):
2853 Remove unused local variables.
2854 (ff-get-file-name): Use string-match-p.
2855 (ff-all-dirs-under): Use ignore-errors.
2856
2857 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
2858 (follow-select-if-visible): Remove unused local variable.
2859
2860 * forms.el (read-file-filter): Move declaration.
2861 (forms--make-format, forms--make-parser, forms-insert-record):
2862 Quote function with #'.
2863 (forms--update): Use string-match-p. Quote function with #'.
2864
2865 * help-mode.el (help-dir-local-var-def): Mark unused argument.
2866 (help-make-xrefs): Use looking-at-p.
2867 (help-xref-on-pp): Use looking-at-p, ignore-errors.
2868
2869 * ibuffer.el (ibuffer-ext-visible-p): Declare.
2870 (ibuffer-confirm-operation-on): Use string-match-p.
2871
2872 * msb.el (msb-item-handler, msb-dired-item-handler):
2873 Mark unused arguments.
2874
2875 * ses.el (ses-decode-cell-symbol)
2876 (ses-kill-override): Remove unused local variable.
2877 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
2878 (ses-load): Use ignore-errors, looking-at-p.
2879 (ses-jump-safe): Use ignore-errors.
2880 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
2881
2882 * tabify.el (untabify, tabify): Mark unused arguments.
2883
2884 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
2885 Mark unused argument.
2886 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
2887 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
2888
2889 * emacs-lisp/timer.el (timer--time): Define setter with
2890 gv-define-setter to avoid deprecation warning.
2891
2892 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
2893 (*record-cmpl-statistics-p*): Remove (was commented out).
2894 (cmpl-statistics-block): Remove (body was commented out).
2895 All callers changed.
2896 (add-completions-from-buffer, load-completions-from-file):
2897 Remove unused variables.
2898
2899 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2900
2901 * filecache.el (file-cache-delete-file-list):
2902 Print message only when told so.
2903 (file-cache-files-matching): Use #' in mapconcat argument.
2904
2905 * ffap.el (ffap-url-at-point): Fix reference to variable
2906 thing-at-point-default-mail-uri-scheme.
2907
2908 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * subr.el (define-error): New function.
2911 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
2912 error-file-not-found and define with define-error.
2913 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
2914 and define with define-error.
2915 * userlock.el (file-locked, file-supersession):
2916 * simple.el (mark-inactive):
2917 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
2918 * progmodes/ada-mode.el (ada-mode-errors):
2919 * play/life.el (life-extinct):
2920 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
2921 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
2922 * nxml/rng-util.el (rng-error):
2923 * nxml/rng-uri.el (rng-uri-error):
2924 * nxml/rng-match.el (rng-compile-error):
2925 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
2926 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
2927 * nxml/nxml-rap.el (nxml-scan-error):
2928 * nxml/nxml-outln.el (nxml-outline-error):
2929 * net/soap-client.el (soap-error):
2930 * net/gnutls.el (gnutls-error):
2931 * net/ange-ftp.el (ftp-error):
2932 * mpc.el (mpc-proc-error):
2933 * json.el (json-error, json-readtable-error, json-unknown-keyword)
2934 (json-number-format, json-string-escape, json-string-format)
2935 (json-key-format, json-object-format):
2936 * jka-compr.el (compression-error):
2937 * international/quail.el (quail-error):
2938 * international/kkc.el (kkc-error):
2939 * emacs-lisp/ert.el (ert-test-failed):
2940 * calc/calc.el (calc-error, inexact-result, math-overflow)
2941 (math-underflow):
2942 * bookmark.el (bookmark-error-no-filename):
2943 * epg.el (epg-error): Define with define-error.
2944
2945 * time.el (display-time-event-handler)
2946 (display-time-next-load-average): Don't call sit-for since it seems
2947 unnecessary (bug#15045).
2948
2949 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
2950 Use #' instead of ' to quote functions.
2951 (checkdoc-output-mode): Use setq-local.
2952 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
2953 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2954 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2955 (checkdoc-ispell, checkdoc-ispell-current-buffer)
2956 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2957 (checkdoc-ispell-message-text, checkdoc-ispell-start)
2958 (checkdoc-ispell-continue, checkdoc-ispell-comments)
2959 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2960
2961 * ido.el (ido-completion-help): Fix up compiler warning.
2962
2963 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2964
2965 * frameset.el (frameset-p): Add autoload cookie.
2966 (frameset--jump-to-register): New function, based on code moved from
2967 register.el.
2968 (frameset-to-register): Move from register.el. Adapt to `registerv'.
2969
2970 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2971 (frameset-restore, frameset-save, frameset-session-filter-alist):
2972 Remove declarations.
2973 (register-alist): Doc fix.
2974 (frameset-to-register): Move to frameset.el.
2975 (jump-to-register, describe-register-1): Remove frameset-specific code.
2976
2977 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * allout-widgets.el (allout-widgets-pre-command-business)
2980 (allout-widgets-post-command-business)
2981 (allout-widgets-after-change-handler)
2982 (allout-decorate-item-and-context, allout-set-boundary-marker)
2983 (allout-body-modification-handler)
2984 (allout-graphics-modification-handler): Mark ignored arguments.
2985 (allout-widgets-post-command-business)
2986 (allout-widgets-exposure-change-processor)
2987 (allout-widgets-exposure-undo-processor)
2988 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2989 (allout-parse-item-at-point, allout-decorate-item-guides)
2990 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2991 * allout.el (epa-passphrase-callback-function): Declare.
2992 (allout-overlay-insert-in-front-handler)
2993 (allout-overlay-interior-modification-handler)
2994 (allout-isearch-end-handler, allout-chart-siblings)
2995 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2996 (allout-yank-processing, allout-process-exposed)
2997 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
2998 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
2999 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
3000 (lisp-indent-defform): Mark ignored arguments.
3001 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
3002 (calculate-lisp-indent): Remove unused variables.
3003 * international/characters.el (indian-2-column, arabic-2-column)
3004 (tibetan): Mark ignored arguments.
3005 (use-cjk-char-width-table): Mark ignored arguments.
3006 Remove unused variables.
3007 * international/fontset.el (build-default-fontset-data)
3008 (x-compose-font-name, create-fontset-from-fontset-spec):
3009 Mark ignored arguments.
3010 (fontset-plain-name): Remove unused variables.
3011 * international/mule.el (charset-id, charset-bytes, generic-char-p)
3012 (keyboard-coding-system): Mark ignored arguments.
3013 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
3014 * help.el (resize-temp-buffer-window):
3015 * window.el (display-buffer-in-major-side-window)
3016 (display-buffer-in-side-window, display-buffer-in-previous-window):
3017 Remove unused variables.
3018 * isearch.el (isearch-forward-symbol):
3019 * version.el (emacs-bzr-version-bzr):
3020 * international/mule-cmds.el (current-language-environment):
3021 * term/common-win.el (x-handle-iconic, x-handle-geometry)
3022 (x-handle-display):
3023 * term/pc-win.el (x-list-fonts, x-display-planes)
3024 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
3025 (x-server-version, x-display-screens, x-display-mm-height)
3026 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
3027 (x-selection-owner-p, x-own-selection-internal)
3028 (x-disown-selection-internal, x-get-selection-internal)
3029 (msdos-initialize-window-system):
3030 * term/tty-colors.el (tty-color-alist, tty-color-clear):
3031 * term/x-win.el (x-handle-no-bitmap-icon):
3032 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
3033 (vc-default-find-file-hook, vc-default-extra-menu):
3034 Mark ignored arguments.
3035
3036 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
3039 break-condition in the context of the debugged code (bug#12685).
3040
3041 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
3042
3043 * comint.el:
3044 Do not use an overlay to highlight the last prompt. (Bug#14744)
3045 (comint-mode): Make comint-last-prompt buffer local.
3046 (comint-last-prompt): New variable.
3047 (comint-last-prompt-overlay): Remove. Superseded by
3048 comint-last-prompt.
3049 (comint-snapshot-last-prompt, comint-output-filter):
3050 Use comint-last-prompt.
3051
3052 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
3055 (frameset-save): Check validity of the resulting frameset.
3056
3057 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
3058
3059 * ido.el (ido-record-command): Add doc string.
3060
3061 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3062
3063 * frameset.el (frameset): Do not disable creation of the default
3064 frameset-p predicate. Doc fix.
3065 (frameset-valid-p): New function, copied from the old predicate-p.
3066 Add additional checks.
3067 (frameset-restore): Check with frameset-valid-p.
3068 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
3069 (frameset-name, frameset-description, frameset-properties)
3070 (frameset-states): Add docstring.
3071 (frameset-session-filter-alist, frameset-persistent-filter-alist)
3072 (frameset-filter-alist): Doc fixes.
3073
3074 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3075
3076 * frameset.el (frameset-p, frameset-prop): Doc fixes.
3077
3078 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
3079
3080 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
3081 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
3082 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
3083 (byte-compile-normal-call): Remove obsolescence check.
3084
3085 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
3086
3087 * frameset.el (frameset-restore): Doc fix.
3088
3089 * register.el (frameset-frame-id, frameset-frame-with-id)
3090 (frameset-p, frameset-restore, frameset-save): Declare.
3091 (register-alist): Document framesets.
3092 (frameset-session-filter-alist): Declare.
3093 (frameset-to-register): New function.
3094 (jump-to-register): Implement jumping to framesets. Doc fix.
3095 (describe-register-1): Describe framesets.
3096
3097 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
3098
3099 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
3100
3101 * desktop.el (desktop-save-frameset): Use new frameset-save args.
3102 Use lexical-binding.
3103
3104 * frameset.el (frameset): Use type vector, not list (incompatible
3105 change). Do not declare a new constructor, use the default one.
3106 Upgrade suggested properties `app', `name' and `desc' to slots `app',
3107 `name' and `description', respectively, and add read-only slot
3108 `timestamp'. Doc fixes.
3109 (frameset-copy, frameset-persistent-filter-alist)
3110 (frameset-filter-alist, frameset-switch-to-gui-p)
3111 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
3112 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
3113 (frameset-filter-iconified, frameset-keep-original-display-p):
3114 Doc fixes.
3115 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
3116 Rename from frameset-filter-(save|restore)-param. All callers changed.
3117 Doc fix.
3118 (frameset-p): Adapt to change to vector and be more thorough.
3119 Change arg name to OBJECT. Doc fix.
3120 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
3121 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
3122 All callers changed.
3123 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
3124 All callers changed.
3125 (frameset--record-minibuffer-relationships): Rename from
3126 frameset--process-minibuffer-frames. All callers changed.
3127 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
3128 Use new default constructor (again). Doc fix.
3129 (frameset--find-frame-if): Rename from `frameset--find-frame.
3130 All callers changed.
3131 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
3132 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
3133 Doc fix.
3134 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
3135 PARAMETERS and WINDOW-STATE, respectively.
3136 (frameset-restore): Add new keyword argument PREDICATE.
3137 Reset frameset--target-display to nil. Doc fix.
3138
3139 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
3142 (bat-mode): Use it.
3143 (bat-mode-syntax-table): Mark \n as end-of-comment.
3144 (bat-font-lock-keywords): Remove comment rule.
3145
3146 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
3147 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
3148
3149 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
3150 (byte-compile-callargs-warn): Use `push'.
3151 (byte-compile-arglist-warn): Ignore higher-order "calls".
3152 (byte-compile-file-form-autoload): Use `pcase'.
3153 (byte-compile-function-form): If quoting a symbol, check that it exists.
3154
3155 2013-08-07 Eli Zaretskii <eliz@gnu.org>
3156
3157 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
3158 and add a few popular commands found in batch files.
3159 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
3160 (dos-mode): Doc fixes.
3161
3162 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
3165 (dos-mode): Use setq-local. Add space after "rem".
3166 (dos-mode-syntax-table): Don't use "w" for symbol chars.
3167 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
3168
3169 2013-08-07 Arni Magnusson <arnima@hafro.is>
3170
3171 * progmodes/dos.el: New file.
3172 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
3173 dos-mode.
3174
3175 2013-08-06 Glenn Morris <rgm@gnu.org>
3176
3177 * calendar/calendar.el: Add new faces, and day-header-array.
3178 (calendar-weekday-header, calendar-weekend-header)
3179 (calendar-month-header): New faces.
3180 (calendar-day-header-construct): New function.
3181 (calendar-day-header-width): Also :set calendar-day-header-array.
3182 (calendar-american-month-header, calendar-european-month-header)
3183 (calendar-iso-month-header): Use calendar- faces.
3184 (calendar-generate-month):
3185 Use calendar-day-header-array for day headers; apply faces to them.
3186 (calendar-mode): Check calendar-font-lock-keywords non-nil.
3187 (calendar-abbrev-construct): Add optional maxlen argument.
3188 (calendar-day-name-array): Doc fix.
3189 (calendar-day-name-array, calendar-abbrev-length)
3190 (calendar-day-abbrev-array):
3191 Also :set calendar-day-header-array, and maybe redraw.
3192 (calendar-day-header-array): New option. (Bug#15007)
3193 (calendar-font-lock-keywords): Set to nil and make obsolete.
3194 (calendar-day-name): Add option to use header array.
3195
3196 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3197
3198 * net/shr.el (shr-render-td): Remove debugging.
3199 (shr-render-td): Make width computation consistent by defaulting
3200 all zero-width columns to 10 characters. This may not be optimal,
3201 but it's at least consistent.
3202 (shr-make-table-1): Redo last change to fix the real problem in
3203 colspan handling.
3204
3205 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3206
3207 * files.el (cache-long-line-scans):
3208 Make obsolete alias to `cache-long-scans'.
3209
3210 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3211
3212 * frameset.el (frameset, frameset-filter-alist)
3213 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3214 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3215 (frameset-compute-pos): Rename from frameset--compute-pos,
3216 and add docstring.
3217 (frameset-move-onscreen): Use frameset-compute-pos.
3218 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3219
3220 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3221 Fix typos in docstrings.
3222
3223 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3224
3225 * frame.el (get-other-frame): Tiny cleanup.
3226
3227 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3228
3229 * vc/vc.el (vc-default-ignore-completion-table):
3230 Silence byte-compiler warning.
3231
3232 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3233 slot , which can indeed be nil.
3234 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3235 Move entry for `left' from persistent to live filter alist.
3236 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3237 Doc fixes.
3238 (frameset-filter-params): When restoring a frame, copy items added to
3239 `filtered', to avoid unwittingly modifying the original parameters.
3240 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3241 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3242
3243 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3244 to use looking-at-p instead of looking-at. (Bug#15028)
3245
3246 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3247
3248 Revert introduction of isearch-filter-predicates (bug#14714).
3249 Rely on add-function instead.
3250 * isearch.el (isearch-filter-predicates): Rename it back to
3251 isearch-filter-predicate.
3252 (isearch-message-prefix): Use advice-function-mapc and advice
3253 properties to get the isearch-message-prefix.
3254 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3255 instead of run-hook-with-args-until-failure.
3256 (isearch-filter-visible): Not obsolete any more.
3257 * loadup.el: Preload nadvice.
3258 * replace.el (perform-replace): Revert to funcall
3259 instead of run-hook-with-args-until-failure.
3260 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3261 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3262 dired-isearch-filenames-toggle; make it into a proper minor mode.
3263 Use add/remove-function.
3264 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3265 Call the minor-mode rather than add/remove-hook.
3266 (dired-isearch-filter-filenames):
3267 Remove isearch-message-prefix property.
3268 * info.el (Info--search-loop): New function, extracted from Info-search.
3269 Funcall isearch-filter-predicate instead of
3270 run-hook-with-args-until-failure isearch-filter-predicates.
3271 (Info-search): Use it.
3272 (Info-mode): Use isearch-filter-predicate instead of
3273 isearch-filter-predicates.
3274
3275 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3276
3277 Do not call to `selected-window' where it is assumed by default.
3278 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3279 `window-hscroll', `window-width', `window-height', `window-buffer',
3280 `window-frame', `window-start', `window-point', `next-window'
3281 and `window-display-table'.
3282 * abbrev.el (abbrev--default-expand):
3283 * bs.el (bs--show-with-configuration):
3284 * buff-menu.el (Buffer-menu-mouse-select):
3285 * calc/calc.el (calc):
3286 * calendar/calendar.el (calendar-generate-window):
3287 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3288 (diary-make-entry):
3289 * comint.el (send-invisible, comint-dynamic-complete-filename)
3290 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3291 * completion.el (complete):
3292 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3293 * disp-table.el (describe-current-display-table):
3294 * doc-view.el (doc-view-insert-image):
3295 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3296 * ehelp.el (with-electric-help):
3297 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3298 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3299 * emacs-lisp/helper.el (Helper-help-scroller):
3300 * emulation/cua-base.el (cua--post-command-handler-1):
3301 * eshell/esh-mode.el (eshell-output-filter):
3302 * ffap.el (ffap-gnus-wrapper):
3303 * help-macro.el (make-help-screen):
3304 * hilit-chg.el (highlight-compare-buffers):
3305 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3306 * hl-line.el (global-hl-line-highlight):
3307 * icomplete.el (icomplete-simple-completing-p):
3308 * isearch.el (isearch-done):
3309 * jit-lock.el (jit-lock-stealth-fontify):
3310 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3311 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3312 * mpc.el (mpc-tagbrowser, mpc):
3313 * net/rcirc.el (rcirc-any-buffer):
3314 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3315 * play/landmark.el (landmark-max-width, landmark-max-height):
3316 * play/zone.el (zone):
3317 * progmodes/compile.el (compilation-goto-locus):
3318 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3319 * progmodes/etags.el (find-tag-other-window):
3320 * progmodes/fortran.el (fortran-column-ruler):
3321 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3322 * progmodes/verilog-mode.el (verilog-point-text):
3323 * reposition.el (reposition-window):
3324 * rot13.el (toggle-rot13-mode):
3325 * server.el (server-switch-buffer):
3326 * shell.el (shell-dynamic-complete-command)
3327 (shell-dynamic-complete-environment-variable):
3328 * simple.el (insert-buffer, set-selective-display)
3329 (delete-completion-window):
3330 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3331 (speedbar-recenter):
3332 * startup.el (fancy-splash-head):
3333 * textmodes/ispell.el (ispell-command-loop):
3334 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3335 * tutorial.el (help-with-tutorial):
3336 * vc/add-log.el (add-change-log-entry):
3337 * vc/compare-w.el (compare-windows):
3338 * vc/ediff-help.el (ediff-indent-help-message):
3339 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3340 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3341 (ediff-setup-control-frame):
3342 * vc/emerge.el (emerge-position-region):
3343 * vc/pcvs-util.el (cvs-bury-buffer):
3344 * window.el (walk-windows, mouse-autoselect-window-select):
3345 * winner.el (winner-set-conf, winner-undo): Related users changed.
3346
3347 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3348
3349 * frameset.el (frameset--set-id): Doc fix.
3350 (frameset-frame-id, frameset-frame-id-equal-p)
3351 (frameset-locate-frame-id): New functions.
3352 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3353 (frameset-restore): Use them.
3354
3355 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3356
3357 Do not call to `selected-frame' where it is assumed by default.
3358 Affected functions are `raise-frame', `redraw-frame',
3359 `frame-first-window', `frame-terminal' and `delete-frame'.
3360 * calendar/appt.el (appt-disp-window):
3361 * epg.el (epg-wait-for-completion):
3362 * follow.el (follow-delete-other-windows-and-split)
3363 (follow-avoid-tail-recenter):
3364 * international/mule.el (set-terminal-coding-system):
3365 * mail/rmail.el (rmail-mail-return):
3366 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3367 * progmodes/f90.el (f90-add-imenu-menu):
3368 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3369 * server.el (server-switch-buffer):
3370 * simple.el (delete-completion-window):
3371 * talk.el (talk):
3372 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3373 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3374 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3375 * vc/ediff.el (ediff-documentation): Related users changed.
3376 * frame.el (selected-terminal): Remove the leftover.
3377
3378 2013-08-05 Glenn Morris <rgm@gnu.org>
3379
3380 * calendar/calendar.el (calendar-generate-month):
3381 Fix for calendar-column-width != 1 + calendar-day-digit-width.
3382 (calendar-generate-month, calendar-font-lock-keywords):
3383 Fix for calendar-day-header-width > length of any day name.
3384
3385 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3386
3387 * desktop.el (desktop-clear): Use new name of sort predicate.
3388
3389 * frameset.el (frameset): Add docstring. Move :version property to its
3390 own `version' slot.
3391 (frameset-copy): Rename from copy-frameset.
3392 (frameset-p): Check more thoroughly.
3393 (frameset-prop): Do not check for :version, which is no longer a prop.
3394 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3395 Use new :never value instead of t.
3396 (frameset-filter-alist): Expand and clarify docstring.
3397 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3398 (frameset-filter-minibuffer, frameset-filter-save-param)
3399 (frameset-filter-restore-param, frameset-filter-iconified):
3400 Add pointer to docstring of frameset-filter-alist.
3401 (frameset-filter-params): Rename filter values to be more meaningful:
3402 :never instead of t, and reverse the meanings of :save and :restore.
3403 (frameset--process-minibuffer-frames): Clarify error message.
3404 (frameset-save): Avoid unnecessary and confusing call to framep.
3405 Use new BOA constructor for framesets.
3406 (frameset--reuse-list): Doc fix.
3407 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3408 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3409 (frameset-minibufferless-first-p): Doc fix.
3410 Rename from frameset-sort-frames-for-deletion.
3411 (frameset-restore): Doc fixes. Use new function names.
3412 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3413
3414 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3415
3416 * desktop.el (desktop-restore-forces-onscreen)
3417 (desktop-restore-reuses-frames): Document :keyword constant values.
3418 (desktop-filter-parameters-alist): Remove, now identical to
3419 frameset-filter-alist.
3420 (desktop--filter-tty*): Remove, moved to frameset.el.
3421 (desktop-save-frameset, desktop-restore-frameset):
3422 Do not pass :filters argument.
3423
3424 * frameset.el (frameset-live-filter-alist)
3425 (frameset-persistent-filter-alist): New variables.
3426 (frameset-filter-alist): Use them. Add autoload cookie.
3427 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3428 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3429 `frameset--id' (it's supposed to be internal to frameset.el).
3430 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3431 (frameset--initial-params): New function.
3432 (frameset--get-frame): Use it. Doc fix.
3433 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3434 Accept :all, not 'all.
3435 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3436 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3437 with fbound symbols. Fix frame id matching, and remove matching ids if
3438 the frame being restored is deleted. Obey :delete.
3439
3440 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * subr.el (macrop): New function.
3443 (text-clone--maintaining): New var.
3444 (text-clone--maintain): Rename from text-clone-maintain. Use it
3445 instead of inhibit-modification-hooks.
3446
3447 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3448 a proxy, so as handle autoloads and redefinitions of the target.
3449 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3450
3451 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3452 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
3453 (pcase--mutually-exclusive-p): New function.
3454 (pcase--split-consp): Use it.
3455 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
3456 mutually exclusive with the current predicate.
3457
3458 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3459 (edebug-macrop): Remove. Use `macrop' instead.
3460 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
3461 (ad-macro-p):
3462 * eshell/esh-cmd.el (eshell-macrop):
3463 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
3464
3465 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3468 (advice-mapc): New function, using it.
3469 (advice-function-member-p): New function.
3470 (advice--normalize): Store the cdr in advice--saved-rewrite since
3471 that's the part that will be changed.
3472 (advice--symbol-function): New function.
3473 (advice-remove): Handle removal before the function is defined.
3474 Adjust to new advice--saved-rewrite.
3475 (advice-member-p): Use advice-function-member-p and
3476 advice--symbol-function.
3477
3478 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3479
3480 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3481 (frameset-filter-minibuffer): Doc fix.
3482 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
3483 (frameset--set-id, frameset--process-minibuffer-frames)
3484 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3485 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
3486
3487 * desktop.el (desktop-clear): Only delete frames when called
3488 interactively and desktop-restore-frames is non-nil. Doc fix.
3489 (desktop-read): Set desktop-saved-frameset to nil.
3490
3491 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
3492
3493 * vc/vc.el (vc-ignore): Rewrite.
3494 (vc-default-ignore-completion-table):
3495 (vc--read-lines):
3496 (vc--add-line, vc--remove-regexp): New functions.
3497
3498 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3499 (vc-svn-ignore-completion-table): New function.
3500
3501 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3502 (vc-hg-ignore-completion-table):
3503 (vc-hg-find-ignore-file): New functions.
3504
3505 * vc/vc-git.el (vc-git-ignore): Rewrite.
3506 (vc-git-ignore-completion-table):
3507 (vc-git-find-ignore-file): New functions.
3508
3509 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3510
3511 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3512 (vc-bzr-ignore-completion-table):
3513 (vc-bzr-find-ignore-file): New functions.
3514
3515 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
3516
3517 * frameset.el (frameset-prop): New function and setter.
3518 (frameset-save): Do not modify frame list passed by the caller.
3519
3520 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3523
3524 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3525
3526 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3527 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3528
3529 * custom.el (custom-initialize-default, custom-initialize-set)
3530 (custom-initialize-reset, custom-initialize-changed): Affect the
3531 toplevel-default-value (bug#6275, bug#14586).
3532 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3533 for bug#6275.
3534
3535 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3536
3537 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3538 Add cl-def* expressions.
3539
3540 * frameset.el (frameset-filter-params): Fix order of arguments.
3541
3542 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3543
3544 Move code related to saving frames to frameset.el.
3545 * desktop.el: Require frameset.
3546 (desktop-restore-frames): Doc fix.
3547 (desktop-restore-reuses-frames): Rename from
3548 desktop-restoring-reuses-frames.
3549 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3550 (desktop-clear): Clear frames too.
3551 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3552 (desktop--filter-tty*, desktop-save, desktop-read):
3553 Use frameset functions.
3554 (desktop-before-saving-frames-functions, desktop--filter-*-color)
3555 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3556 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3557 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3558 (desktop--process-minibuffer-frames, desktop-save-frames)
3559 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3560 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3561 (desktop--sort-states, desktop-restoring-frames-p)
3562 (desktop-restore-frames): Remove. Most code moved to frameset.el.
3563 (desktop-restoring-frameset-p, desktop-restore-frameset)
3564 (desktop--check-dont-save, desktop-save-frameset): New functions.
3565 (desktop--app-id): New constant.
3566 (desktop-first-buffer, desktop-buffer-ok-count)
3567 (desktop-buffer-fail-count): Move before first use.
3568 * frameset.el: New file.
3569
3570 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * files.el: Use lexical-binding.
3573 (dir-locals-read-from-file): Remove unused `err' variable.
3574 (hack-dir-local-variables--warned-coding): New var.
3575 (hack-dir-local-variables): Use it to avoid repeated warnings.
3576 (make-backup-file-name--default-function): New function.
3577 (make-backup-file-name-function): Use it as default.
3578 (buffer-stale--default-function): New function.
3579 (buffer-stale-function): Use it as default.
3580 (revert-buffer-insert-file-contents--default-function): New function.
3581 (revert-buffer-insert-file-contents-function): Use it as default.
3582 (insert-directory): Avoid add-to-list.
3583
3584 * autorevert.el (auto-revert-handler): Simplify.
3585 Use buffer-stale--default-function.
3586
3587 2013-08-01 Tassilo Horn <tsdh@gnu.org>
3588
3589 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3590
3591 * whitespace.el (whitespace-ensure-local-variables): New function.
3592 (whitespace-cleanup-region): Call it.
3593 (whitespace-turn-on): Call it.
3594
3595 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
3596
3597 Complete file name handlers.
3598
3599 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3600 (tramp-handle-verify-visited-file-modtime)
3601 (tramp-handle-file-notify-rm-watch): New functions.
3602 (tramp-call-process): Do not bind `default-directory'.
3603
3604 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3605 Order alphabetically.
3606 [access-file, add-name-to-file, dired-call-process]:
3607 [dired-compress-file, file-acl, file-notify-rm-watch]:
3608 [file-ownership-preserved-p, file-selinux-context]:
3609 [make-directory-internal, make-symbolic-link, set-file-acl]:
3610 [set-file-selinux-context, set-visited-file-modtime]:
3611 [verify-visited-file-modtime]: Add handler.
3612 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3613
3614 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3615 [file-notify-add-watch, file-notify-rm-watch]:
3616 [set-file-times, set-visited-file-modtime]:
3617 [verify-visited-file-modtime]: Add handler.
3618 (with-tramp-gvfs-error-message)
3619 (tramp-gvfs-handle-set-visited-file-modtime)
3620 (tramp-gvfs-fuse-file-name): Remove.
3621 (tramp-gvfs-handle-file-notify-add-watch)
3622 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3623 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3624
3625 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3626 Order alphabetically.
3627 [file-notify-rm-watch ]: Use default Tramp handler.
3628 [executable-find]: Remove private handler.
3629 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3630 `default-directory'.
3631 (tramp-sh-handle-executable-find)
3632 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3633 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3634 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3635 Do not use `format' in `tramp-message'.
3636
3637 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3638 [file-notify-rm-watch, set-visited-file-modtime]:
3639 [verify-visited-file-modtime]: Add handler.
3640 (tramp-smb-call-winexe): Do not bind `default-directory'.
3641
3642 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
3643
3644 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3645
3646 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
3647
3648 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3649 use it.
3650 (log-view-diff-changeset): Same.
3651 (log-view-diff-common): Call backend command `previous-revision'
3652 to find out the previous revision, in both cases. Swap the
3653 variables `to' and `fr', so that `fr' usually refers to the
3654 earlier revision (Bug#14989).
3655
3656 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
3657
3658 * ibuf-ext.el (ibuffer-filter-by-filename):
3659 Make it work with dired buffers too.
3660
3661 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3662
3663 * emacs-lisp/re-builder.el (reb-color-display-p):
3664 * files.el (save-buffers-kill-terminal):
3665 * net/browse-url.el (browse-url):
3666 * server.el (server-save-buffers-kill-terminal):
3667 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3668 Prefer nil to selected-frame for the first arg of frame-parameter.
3669
3670 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
3671
3672 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3673
3674 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
3675
3676 * minibuffer.el (completion--twq-all): Try and preserve each
3677 completion's case choice (bug#14907).
3678
3679 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3680
3681 * net/network-stream.el (open-network-stream): Mention the new
3682 :nogreeting parameter.
3683 (network-stream-open-starttls): Use the :nogreeting parameter
3684 (bug#14938).
3685
3686 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3687
3688 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3689 more natural than popping.
3690
3691 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
3692 (shr-urlify): Highlight under mouse.
3693
3694 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3695
3696 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3697
3698 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3699
3700 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
3701 buffer for output.
3702
3703 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
3704 point-min==1. Fix search string. Fix parentheses missing.
3705
3706 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3707 assume point-min==1. Fix search string. Fix parentheses missing.
3708
3709 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3710
3711 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
3712 buffer for output.
3713
3714 2013-07-29 Eli Zaretskii <eliz@gnu.org>
3715
3716 * frame.el (frame-notice-user-settings): Avoid inflooping when the
3717 initial frame is minibuffer-less. (Bug#14841)
3718
3719 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
3720
3721 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3722 option.
3723
3724 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3725 (tramp-maybe-open-connection): Use it.
3726
3727 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
3728
3729 * desktop.el (desktop--make-frame): Include `minibuffer' in the
3730 minimal set of parameters passed when creating a frame, because
3731 the minibuffer status of a frame cannot be changed later.
3732
3733 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
3734
3735 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
3736 replace-regexp-in-string and inadvertent omissions in previous change.
3737 (todo-filter-items): Ensure only file names are comma-separated in
3738 name of filtered items buffer.
3739
3740 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
3741
3742 * desktop.el: Optionally force offscreen frames back onscreen.
3743 (desktop-restoring-reuses-frames): New option.
3744 (desktop--compute-pos, desktop--move-onscreen): New functions.
3745 (desktop--make-frame): Use desktop--move-onscreen.
3746
3747 2013-07-27 Alan Mackenzie <acm@muc.de>
3748
3749 Fontify a Java generic method as a function.
3750 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
3751 value to t.
3752
3753 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
3754
3755 * calendar/todo-mode.el: Add command to rename todo files.
3756 (todo-rename-file): New command.
3757 (todo-key-bindings-t): Add key binding for it. Change the
3758 bindings of todo-filter-regexp-items(-multifile) to use `x'
3759 instead of `r', since the latter is better suited to the new
3760 renaming command.
3761
3762 2013-07-27 Alan Mackenzie <acm@muc.de>
3763
3764 Make Java try-with-resources statement parse properly.
3765 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
3766 (c-block-stmt-1-2-key): New language constants/variables.
3767 * progmodes/cc-engine.el (c-beginning-of-statement-1)
3768 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
3769 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
3770 with c-block-stmt-1-2-key.
3771
3772 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
3773
3774 * desktop.el (desktop--make-frame): Apply most frame parameters after
3775 creating the frame to force (partially or totally) offscreen frames to
3776 be restored as such.
3777
3778 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
3779
3780 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
3781 (Bug#14948)
3782
3783 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3784
3785 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
3786 `base' arg of backtrace-frame.
3787
3788 2013-07-26 Eli Zaretskii <eliz@gnu.org>
3789
3790 * simple.el (list-processes): Doc fix.
3791
3792 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * desktop.el (desktop--select-frame):
3795 Try harder to reuse existing frames.
3796
3797 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
3800 (edebug-eval): Use backtrace-eval.
3801 (edebug--display, edebug--recursive-edit): Don't let-bind the
3802 edebug-outer-* vars that keep track of variables we locally let-bind.
3803 (edebug-outside-excursion): Don't restore outside values of locally
3804 let-bound vars.
3805 (edebug--display): Use user-error.
3806 (cl-lexical-debug, cl-debug-env): Remove.
3807
3808 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
3811 are restored to be sure that they are visible before deleting any
3812 remaining ones.
3813
3814 2013-07-26 Matthias Meulien <orontee@gmail.com>
3815
3816 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
3817 vc-print-root-log. (Bug#14948)
3818
3819 2013-07-26 Richard Stallman <rms@gnu.org>
3820
3821 Add aliases for encrypting mail.
3822 * epa.el (epa-mail-aliases): New option.
3823 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
3824 Bind inhibit-read-only so read-only text doesn't ruin everything.
3825 (epa-mail-default-recipients): New subroutine broken out.
3826 Handle epa-mail-aliases.
3827
3828 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3829
3830 Add support for lexical variables to the debugger's `e' command.
3831 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
3832 vars, except for debugger-outer-match-data.
3833 (debugger-frame-number): Move check for "on a function call" from
3834 callers into it. Add `skip-base' argument.
3835 (debugger-frame, debugger-frame-clear): Simplify accordingly.
3836 (debugger-env-macro): Only reset the state stored in non-variables,
3837 i.e. current-buffer and match-data.
3838 (debugger-eval-expression): Rewrite using backtrace-eval.
3839 * subr.el (internal--called-interactively-p--get-frame): Remove.
3840 (called-interactively-p):
3841 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
3842 `base' arg of backtrace-frame instead.
3843
3844 2013-07-26 Glenn Morris <rgm@gnu.org>
3845
3846 * align.el (align-regexp): Doc fix. (Bug#14857)
3847 (align-region): Explicit error if subexpression missing/does not match.
3848
3849 * simple.el (global-visual-line-mode):
3850 Do not duplicate the mode lighter. (Bug#14858)
3851
3852 2013-07-25 Martin Rudalics <rudalics@gmx.at>
3853
3854 * window.el (display-buffer): In display-buffer bind
3855 split-window-keep-point to t, bug#14829.
3856
3857 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3858
3859 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
3860 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
3861 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
3862 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3863 Change accordingly.
3864 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3865 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
3866
3867 2013-07-25 Glenn Morris <rgm@gnu.org>
3868
3869 * dired-x.el (dired-mark-extension): Convert comment to doc string.
3870
3871 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3872
3873 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
3874 parameter to modify-frame-parameters if the value has not changed;
3875 this is a workaround for bug#14949.
3876 (desktop--make-frame): On cl-delete-if call, check parameter name,
3877 not full parameter.
3878
3879 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3880
3881 * vc/vc.el (vc-ignore): New function.
3882
3883 * vc/vc-svn.el (vc-svn-ignore): New function.
3884
3885 * vc/vc-hg.el (vc-hg-ignore): New function.
3886
3887 * vc/vc-git.el (vc-git-ignore): New function.
3888
3889 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
3890 (vc-dir-ignore): New function.
3891
3892 * vc/vc-cvs.el (vc-cvs-ignore): New function.
3893 (cvs-append-to-ignore): Move here from pcvs.el.
3894
3895 * vc/vc-bzr.el (vc-bzr-ignore): New function.
3896
3897 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
3898
3899 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
3900
3901 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
3902 (desktop-restore-frames): Warn when deleting an existing frame failed.
3903
3904 2013-07-24 Glenn Morris <rgm@gnu.org>
3905
3906 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
3907
3908 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
3909
3910 * filenotify.el (file-notify-supported-p):
3911 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3912 Remove functions.
3913
3914 * autorevert.el (auto-revert-use-notify):
3915 (auto-revert-notify-add-watch):
3916 * net/tramp.el (tramp-file-name-for-operation):
3917 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3918 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3919 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3920 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3921 Remove `file-notify-supported-p' entry.
3922
3923 2013-07-24 Glenn Morris <rgm@gnu.org>
3924
3925 * printing.el: Replace all uses of deleted ps-windows-system,
3926 ps-lp-system, ps-flatten-list with lpr- versions.
3927
3928 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3929
3930 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
3931 checked with memq (bug#14935).
3932
3933 * files.el (revert-buffer-function): Use a non-nil default.
3934 (revert-buffer-preserve-modes): Declare var to
3935 provide access to the `preserve-modes' argument.
3936 (revert-buffer): Let-bind it.
3937 (revert-buffer--default): New function, extracted from revert-buffer.
3938
3939 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * lpr.el: Signal print errors more prominently.
3942 (print-region-function): Don't default to nil.
3943 (lpr-print-region): New function, extracted from print-region-1.
3944 Check lpr's return value and signal an error in case of problem.
3945 (print-region-1): Use it.
3946 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
3947 versions instead.
3948 (ps-printer-name): Default to nil.
3949 (ps-printer-name-option): Default to lpr-printer-switch.
3950 (ps-print-region-function): Don't default to nil.
3951 (ps-postscript-code-directory): Simplify default.
3952 (ps-do-despool): Use lpr-print-region to properly check the outcome.
3953 (ps-string-list, ps-eval-switch, ps-flatten-list)
3954 (ps-flatten-list-1): Remove.
3955 (ps-multibyte-buffer): Avoid setq.
3956 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3957 (print-region-function, ps-print-region-function): Don't set them here.
3958
3959 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
3960
3961 * ido.el (ido-fractionp):
3962 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3963 (ido-max-file-prompt-width, ido-unc-hosts-cache)
3964 (ido-max-directory-size, ido-max-dir-file-cache)
3965 (ido-decorations): Doc fix.
3966
3967 * ansi-color.el: Fix old URL.
3968
3969 2013-07-23 Michael R. Mauger <michael@mauger.com>
3970
3971 * progmodes/sql.el: Version 3.3
3972 (sql-product-alist): Improve oracle :prompt-cont-regexp.
3973 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3974 (sql-interactive-remove-continuation-prompt): Rewrite, use
3975 functions above. Fix continuation prompt and complete output line
3976 handling.
3977 (sql-redirect-one, sql-execute): Use `read-only-mode' on
3978 redirected output buffer.
3979 (sql-mode): Restore deleted code (Bug#13591).
3980
3981 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3982
3983 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3984
3985 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
3986
3987 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3988
3989 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3990 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3991 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3992
3993 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3994
3995 * desktop.el (desktop-clear): Simplify; remove useless checks
3996 against invalid buffer names.
3997 (desktop-list*): Use cl-list*.
3998 (desktop-buffer-info, desktop-create-buffer): Simplify.
3999
4000 2013-07-23 Leo Liu <sdl.web@gmail.com>
4001
4002 * bookmark.el (bookmark-make-record): Restore NAME as a default
4003 value. (Bug#14933)
4004
4005 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4006
4007 * emacs-lisp/autoload.el (autoload--setup-output): New function,
4008 extracted from autoload--insert-text.
4009 (autoload--insert-text): Remove.
4010 (autoload--print-cookie-text): New function, extracted from
4011 autoload--insert-cookie-text.
4012 (autoload--insert-cookie-text): Remove.
4013 (autoload-generate-file-autoloads): Adjust calls accordingly.
4014
4015 * winner.el (winner-hook-installed-p): Remove.
4016 (winner-mode): Simplify accordingly.
4017
4018 * subr.el (add-to-list): Fix compiler-macro when `append' is
4019 not constant. Don't use `cl-member' for the base case.
4020
4021 * progmodes/subword.el: Fix boundary case (bug#13758).
4022 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
4023 own group.
4024 (subword-backward-regexp): Make it a constant.
4025 (subword-forward-internal): Don't treat a trailing capital as the
4026 beginning of a word.
4027
4028 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
4029
4030 * emacs-lisp/package.el (package-menu-mode): Don't modify the
4031 global value of tabulated-list-revert-hook (bug#14930).
4032
4033 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * desktop.el: Require 'cl-lib.
4036 (desktop-before-saving-frames-functions): New hook.
4037 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
4038 for frames being saved. Rename from desktop--save-minibuffer-frames.
4039 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
4040 Do not save frames with non-nil `desktop-dont-save' parameter.
4041 Filter out deleted frames.
4042 (desktop--find-frame): Use cl-find-if.
4043 (desktop--select-frame): Use cl-(first|second|third) to access values
4044 of desktop-mini.
4045 (desktop--make-frame): Use cl-delete-if.
4046 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
4047 (desktop-restore-frames): Use cl-(first|second|third) to access values
4048 of desktop-mini. Look for visible frame at the end, not while
4049 restoring frames.
4050
4051 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
4052 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
4053 Use string-match-p, looking-at-p (bug#14927).
4054
4055 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * desktop.el (desktop-saved-frame-states):
4058 Rename from desktop--saved-states; all users changed.
4059 (desktop-save-frames): Rename from desktop--save-frames.
4060 Do not save state to desktop file.
4061 (desktop-save): Save desktop-saved-frame-states to desktop file
4062 and reset to nil.
4063 (desktop-restoring-frames-p): New function.
4064 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
4065 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
4066 buffer-lists when restoring frames. Suggested by Martin Rudalics.
4067
4068 * desktop.el: Correctly restore iconified frames.
4069 (desktop--filter-iconified-position): New function.
4070 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
4071
4072 2013-07-20 Glenn Morris <rgm@gnu.org>
4073
4074 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
4075 Let `message' do the formatting.
4076 (def-gdb-preempt-display-buffer): Add explicit format.
4077
4078 * image-dired.el (image-dired-track-original-file):
4079 Use with-current-buffer.
4080 (image-dired-track-thumbnail): Use with-current-buffer.
4081 Avoid changing point of wrong window.
4082
4083 * image-dired.el (image-dired-track-original-file):
4084 Avoid changing point of wrong window. (Bug#14909)
4085
4086 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
4087
4088 * progmodes/gdb-mi.el (gdb-done-or-error):
4089 Guard against "%" in gdb output. (Bug#14127)
4090
4091 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
4092
4093 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
4094 (Bug#14826)
4095
4096 * international/mule.el (coding-system-iso-2022-flags): Fix last
4097 change.
4098
4099 2013-07-20 Kenichi Handa <handa@gnu.org>
4100
4101 * international/mule.el (coding-system-iso-2022-flags):
4102 Add `8-bit-level-4'. (Bug#8522)
4103
4104 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4105
4106 * net/shr.el (shr-mouse-browse-url): New command and keystroke
4107 (bug#14815).
4108
4109 * net/eww.el (eww-process-text-input): Allow inputting when the
4110 point is at the start of the line, as the properties aren't
4111 front-sticky.
4112
4113 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
4114 degenerate widths.
4115
4116 2013-07-19 Richard Stallman <rms@gnu.org>
4117
4118 * epa.el (epa-popup-info-window): Doc fix.
4119
4120 * subr.el (split-string): New arg TRIM.
4121
4122 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
4123
4124 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
4125 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
4126
4127 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
4128
4129 * filenotify.el (file-notify--library): Rename from
4130 `file-notify-support'. Do not autoload. Adapt all uses.
4131 (file-notify-supported-p): New defun.
4132
4133 * autorevert.el (auto-revert-use-notify):
4134 Use `file-notify-supported-p' instead of `file-notify-support'.
4135 Adapt docstring.
4136 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
4137
4138 * net/tramp.el (tramp-file-name-for-operation):
4139 Add `file-notify-supported-p'.
4140
4141 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
4142 New defun.
4143 (tramp-sh-file-name-handler-alist): Add it as handler for
4144 `file-notify-supported-p '.
4145
4146 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
4147 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4148 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4149 Add `ignore' as handler for `file-notify-*' functions.
4150
4151 2013-07-17 Eli Zaretskii <eliz@gnu.org>
4152
4153 * simple.el (line-move-partial, line-move): Don't start vscroll or
4154 scroll-up if the current line is not taller than the window.
4155 (Bug#14881)
4156
4157 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
4158
4159 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
4160 highlight question marks in the method names as strings.
4161 (ruby-block-beg-keywords): Inline.
4162 (ruby-font-lock-keyword-beg-re): Extract from
4163 `ruby-font-lock-keywords'.
4164
4165 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
4166
4167 * frame.el (blink-cursor-blinks): New defcustom.
4168 (blink-cursor-blinks-done): New defvar.
4169 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
4170 (blink-cursor-timer-function): Check if number of blinks has been
4171 done on X and NS.
4172 (blink-cursor-suspend, blink-cursor-check): New defuns.
4173
4174 2013-07-15 Glenn Morris <rgm@gnu.org>
4175
4176 * edmacro.el (edmacro-format-keys): Fix previous change.
4177
4178 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
4179
4180 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
4181 The hack didn't work outside English locales anyway.
4182
4183 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
4184
4185 * simple.el (define-alternatives): Rename from alternatives-define,
4186 per RMS' suggestion.
4187
4188 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
4189
4190 * desktop.el (desktop-restore-frames): Change default to t.
4191 (desktop-restore-in-current-display): Now offer more options.
4192 (desktop-restoring-reuses-frames): New customization option.
4193 (desktop--saved-states): Doc fix.
4194 (desktop-filter-parameters-alist): New variable, renamed and expanded
4195 from desktop--excluded-frame-parameters.
4196 (desktop--target-display): New variable.
4197 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
4198 (desktop--filter-tty*, desktop--filter-*-color)
4199 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
4200 (desktop--filter-save-desktop-parm)
4201 (desktop-restore-in-original-display-p): New functions.
4202 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
4203 (desktop--save-minibuffer-frames): New function, inspired by a similar
4204 function from Martin Rudalics.
4205 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
4206 (desktop--restore-in-this-display-p): Remove.
4207 (desktop--find-frame): Rename from desktop--find-frame-in-display
4208 and add predicate argument.
4209 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
4210 (desktop--reuse-list): New variable.
4211 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4212 New functions.
4213 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4214
4215 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4216
4217 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4218
4219 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4220
4221 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4222 Highlight conversion methods on Kernel.
4223
4224 2013-07-13 Alan Mackenzie <acm@muc.de>
4225
4226 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4227 and comment it out. This out-commenting enables certain C++
4228 declarations to be parsed correctly.
4229
4230 2013-07-13 Eli Zaretskii <eliz@gnu.org>
4231
4232 * international/mule.el (define-coding-system): Doc fix.
4233
4234 * simple.el (default-font-height): Don't call font-info if the
4235 frame's default font didn't change since the frame was created.
4236 (Bug#14838)
4237
4238 2013-07-13 Leo Liu <sdl.web@gmail.com>
4239
4240 * ido.el (ido-read-file-name): Guard against non-symbol value.
4241
4242 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4243
4244 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4245 in nested defuns.
4246
4247 2013-07-13 Leo Liu <sdl.web@gmail.com>
4248
4249 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4250 ido-set-matches call. (Bug#6852)
4251
4252 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4253
4254 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4255 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4256 Ruby 2.0.
4257 (ruby-font-lock-keywords): Distinguish calls to functions with
4258 module-like names from module references. Highlight character
4259 literals.
4260
4261 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4262
4263 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
4264 (gdb-send): Handle continued commands. (Bug#14847)
4265
4266 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4267
4268 * desktop.el (desktop--v2s): Remove unused local variable.
4269 (desktop-save-buffer): Make defvar-local; adjust docstring.
4270 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4271 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4272
4273 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4274
4275 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4276
4277 2013-07-12 Eli Zaretskii <eliz@gnu.org>
4278
4279 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4280 (Bug#14842)
4281
4282 2013-07-12 Glenn Morris <rgm@gnu.org>
4283
4284 * doc-view.el: Require cl-lib at runtime too.
4285 (doc-view-remove-if): Remove.
4286 (doc-view-search-next-match, doc-view-search-previous-match):
4287 Use cl-remove-if.
4288
4289 * edmacro.el: Require cl-lib at runtime too.
4290 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4291 (edmacro-mismatch, edmacro-subseq): Remove.
4292
4293 * shadowfile.el: Require cl-lib.
4294 (shadow-remove-if): Remove.
4295 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4296 Use cl-remove-if.
4297
4298 * wid-edit.el: Require cl-lib.
4299 (widget-choose): Use cl-remove-if.
4300 (widget-remove-if): Remove.
4301
4302 * progmodes/ebrowse.el: Require cl-lib at runtime too.
4303 (ebrowse-delete-if-not): Remove.
4304 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4305 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4306 Use cl-delete-if-not.
4307
4308 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4309
4310 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4311 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4312
4313 2013-07-12 Leo Liu <sdl.web@gmail.com>
4314
4315 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
4316
4317 2013-07-11 Glenn Morris <rgm@gnu.org>
4318
4319 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4320 (edebug-gensym-index, edebug-gensym):
4321 Remove reimplementation of cl-gensym.
4322 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4323
4324 * thumbs.el: Require cl-lib at run-time too.
4325 (thumbs-gensym-counter, thumbs-gensym):
4326 Remove reimplementation of cl-gensym.
4327 (thumbs-temp-file): Use cl-gensym.
4328
4329 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4330 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4331 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4332 (ert--union, ert--gensym-counter, ert--gensym-counter)
4333 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4334 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4335 (ert-make-test-unbound, ert--expand-should-1)
4336 (ert--expand-should, ert--should-error-handle-error)
4337 (should-error, ert--explain-equal-rec)
4338 (ert--plist-difference-explanation, ert-select-tests)
4339 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4340 Use cl-lib functions rather than reimplementations.
4341
4342 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
4343
4344 * net/tramp.el (tramp-methods): Extend docstring.
4345 (tramp-connection-timeout): New defcustom.
4346 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4347 (with-tramp-progress-reporter): Simplify.
4348 (tramp-process-actions): Improve messages.
4349
4350 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4351 * net/tramp-sh.el (tramp-maybe-open-connection):
4352 Use `tramp-connection-timeout'.
4353 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4354 (Bug#14808)
4355
4356 2013-07-11 Leo Liu <sdl.web@gmail.com>
4357
4358 * ido.el (ido-read-file-name): Conform to the requirements of
4359 read-file-name. (Bug#11861)
4360 (ido-read-directory-name): Conform to the requirements of
4361 read-directory-name.
4362
4363 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * subr.el (delay-warning): New function.
4366
4367 2013-07-10 Eli Zaretskii <eliz@gnu.org>
4368
4369 * simple.el (default-line-height): New function.
4370 (line-move-partial, line-move): Use it instead of computing the
4371 line height inline.
4372 (line-move-partial): Always compute ROWH. If the last line is
4373 partially-visible, but its text is completely visible, allow
4374 cursor to enter such a partially-visible line.
4375
4376 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
4377
4378 Improve error messages. (Bug#14808)
4379
4380 * net/tramp.el (tramp-current-connection): New defvar, moved from
4381 tramp-sh.el.
4382 (tramp-message-show-progress-reporter-message): Remove, not
4383 needed anymore.
4384 (tramp-error-with-buffer): Show message in minibuffer.
4385 Discard input before waiting. Reset connection timestamp.
4386 (with-tramp-progress-reporter): Improve messages.
4387 (tramp-process-actions): Use progress reporter. Delete process in
4388 case of error. Improve messages.
4389
4390 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4391 Call `tramp-error-with-buffer' with vector and buffer.
4392 (tramp-current-connection): Remove.
4393 (tramp-maybe-open-connection): The car of
4394 `tramp-current-connection' are the first 3 slots of the vector.
4395
4396 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4397
4398 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4399 inside continued strings.
4400
4401 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4402
4403 Timestamp fixes for undo (Bug#14824).
4404 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4405
4406 2013-07-10 Leo Liu <sdl.web@gmail.com>
4407
4408 * files.el (require-final-newline): Allow safe local value.
4409 (Bug#14834)
4410
4411 2013-07-09 Leo Liu <sdl.web@gmail.com>
4412
4413 * ido.el (ido-read-directory-name): Handle fallback.
4414 (ido-read-file-name): Update DIR to ido-current-directory.
4415 (Bug#1516)
4416 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
4417
4418 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4419
4420 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4421 "autoload". Remove "warn lower camel case" section, previously
4422 commented out. Highlight negation char. Do not highlight the
4423 target in singleton method definitions.
4424
4425 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * faces.el (tty-setup-hook): Declare the hook.
4428
4429 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4430 and detect when a guard/pred depends on local vars (bug#14773).
4431 (pcase--u1): Adjust caller.
4432
4433 2013-07-08 Eli Zaretskii <eliz@gnu.org>
4434
4435 * simple.el (line-move-partial, line-move): Account for
4436 line-spacing.
4437 (line-move-partial): Avoid setting vscroll when the last
4438 partially-visible line in window is of default height.
4439
4440 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4441
4442 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4443 been used a while.
4444
4445 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
4446
4447 * subr.el (read-quoted-char): Remove unused local variable `char'.
4448
4449 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
4450
4451 * ediff.el (ediff-version): Version update.
4452 (ediff-files-command, ediff3-files-command, ediff-merge-command)
4453 (ediff-merge-with-ancestor-command, ediff-directories-command)
4454 (ediff-directories3-command, ediff-merge-directories-command)
4455 (ediff-merge-directories-with-ancestor-command): New functions.
4456 All are command-line interfaces to ediff: to facilitate calling
4457 Emacs with the appropriate ediff functions invoked.
4458
4459 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4460 (viper-save-kill-buffer): Check if buffer is modified.
4461
4462 * viper.el (viper-version): Version update.
4463 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
4464
4465 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4466
4467 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4468 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4469 (viper-intercept-ESC-key): Simplify.
4470 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4471 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4472 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4473 (viper-setup-ESC-to-escape): New functions.
4474 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4475 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
4476
4477 2013-07-07 Eli Zaretskii <eliz@gnu.org>
4478
4479 * simple.el (default-font-height, window-screen-lines):
4480 New functions.
4481 (line-move, line-move-partial): Use them instead of
4482 frame-char-height and window-text-height. This makes scrolling
4483 text smoother when the buffer's default face uses a font that is
4484 different from the frame's default font.
4485
4486 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
4487
4488 * files.el (write-file): Do not display confirm dialog for NS,
4489 it does its own dialog, which can't be cancelled (Bug#14578).
4490
4491 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4492
4493 * simple.el (line-move-partial): Adjust the row returned by
4494 posn-at-point for the current window-vscroll. (Bug#14567)
4495
4496 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
4497
4498 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4499 (tramp-sh-file-inotifywait-process-filter): Handle file names with
4500 spaces.
4501
4502 2013-07-06 Martin Rudalics <rudalics@gmx.at>
4503
4504 * window.el (window-state-put-stale-windows): New variable.
4505 (window--state-put-2): Save list of windows without matching buffer.
4506 (window-state-put): Remove "bufferless" windows if possible.
4507
4508 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4509
4510 * simple.el (alternatives-define): Remove leftover :group keyword.
4511 Tweak docstring.
4512
4513 2013-07-06 Leo Liu <sdl.web@gmail.com>
4514
4515 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4516 (ido-enable-virtual-buffers): New variable.
4517 (ido-buffer-internal, ido-toggle-virtual-buffers)
4518 (ido-make-buffer-list): Use it.
4519 (ido-exhibit): Support turning on and off virtual buffers
4520 automatically.
4521
4522 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4523
4524 * simple.el (alternatives-define): New macro.
4525
4526 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * subr.el (read-quoted-char): Use read-key.
4529 (sit-for): Let read-event decode tty input (bug#14782).
4530
4531 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
4532
4533 * calendar/todo-mode.el: Add handling of file deletion, both by
4534 mode command and externally. Fix various related bugs.
4535 Clarify Commentary and improve some documentation strings and code.
4536 (todo-delete-file): New command.
4537 (todo-check-file): New function.
4538 (todo-show): Handle external deletion of the file we're trying to
4539 show (bug#14688). Replace called-interactively-p by an optional
4540 prefix argument to avoid problematic interaction with catch form
4541 when byte compiled (bug#14702).
4542 (todo-quit): Handle external deletion of the archive's todo file.
4543 Make sure the buffer that was visiting the archive file is still
4544 live before trying to bury it.
4545 (todo-category-completions): Handle external deletion of any
4546 category completion files.
4547 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4548 of todo files, in case of external deletion.
4549 (todo-add-file): Replace unnecessary setq by let-binding.
4550 (todo-find-archive): Check whether there are any archives.
4551 Replace unnecessary setq by let-binding.
4552 (todo-archive-done-item): Use find-file-noselect to get the
4553 archive buffer whether or not the archive already exists.
4554 Remove superfluous code. Use file size instead of buffer-file-name to
4555 check if the archive is new; if it is, update list of archives.
4556 (todo-default-todo-file): Allow nil to be a valid value for when
4557 there are no todo files.
4558 (todo-reevaluate-default-file-defcustom): Use corrected definition
4559 of todo-default-todo-file.
4560 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4561 (todo-delete-category, todo-show-categories-table)
4562 (todo-category-number): Clarify comment.
4563 (todo-filter-items): Clarify documentation string.
4564 (todo-show-current-file, todo-display-as-todo-file)
4565 (todo-reset-and-enable-done-separator): Tweak documentation string.
4566 (todo-done-separator): Make separator length window-width, since
4567 bug#2749 is now fixed.
4568
4569 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
4570
4571 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4572 Support both "gvfs-monitor-dir" and "inotifywait".
4573 (tramp-sh-file-inotifywait-process-filter): Rename from
4574 `tramp-sh-file-notify-process-filter'.
4575 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4576 (tramp-get-remote-gvfs-monitor-dir): New defuns.
4577
4578 2013-07-05 Leo Liu <sdl.web@gmail.com>
4579
4580 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4581
4582 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4583
4584 * frame.el (display-pixel-height, display-pixel-width)
4585 (display-mm-height, display-mm-width): Mention behavior on
4586 multi-monitor setups in docstrings.
4587 (w32-display-monitor-attributes-list): Declare function.
4588 (display-monitor-attributes-list): Use it.
4589
4590 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
4591
4592 * filenotify.el: New package.
4593
4594 * autorevert.el (top): Require filenotify.el.
4595 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
4596 instead.
4597 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4598 (auto-revert-notify-handler): Use `file-notify-*' functions.
4599
4600 * subr.el (file-notify-handle-event): Move function to filenotify.el.
4601
4602 * net/tramp.el (tramp-file-name-for-operation):
4603 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
4604
4605 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4606 for `file-notify-add-watch' and `file-notify-rm-watch'.
4607 (tramp-process-sentinel): Improve trace.
4608 (tramp-sh-handle-file-notify-add-watch)
4609 (tramp-sh-file-notify-process-filter)
4610 (tramp-sh-handle-file-notify-rm-watch)
4611 (tramp-get-remote-inotifywait): New defuns.
4612
4613 2013-07-03 Juri Linkov <juri@jurta.org>
4614
4615 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4616 call of `occur-read-primary-args' to interactive spec.
4617
4618 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4619 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
4620
4621 2013-07-03 Matthias Meulien <orontee@gmail.com>
4622
4623 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4624 `Buffer-menu-multi-occur'. Add it to the menu.
4625 (Buffer-menu-mode): Document it in docstring.
4626 (Buffer-menu-multi-occur): New command. (Bug#14673)
4627
4628 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4629
4630 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4631 keywords and built-ins.
4632
4633 2013-07-03 Glenn Morris <rgm@gnu.org>
4634
4635 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
4636
4637 Make info-xref checks case-sensitive by default
4638 * info.el (Info-find-node, Info-find-in-tag-table)
4639 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4640 Add option for exact case matching of nodes.
4641 * info-xref.el (info-xref): New custom group.
4642 (info-xref-case-fold): New option.
4643 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4644
4645 2013-07-03 Leo Liu <sdl.web@gmail.com>
4646
4647 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4648
4649 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4650
4651 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4652 middle of block statement initially, lower the depth. Remove
4653 FIXME comment, not longer valid. Remove middle of block statement
4654 detection, no need to do that anymore since we've been using
4655 `ruby-parse-region' here.
4656
4657 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
4658
4659 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4660
4661 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4662
4663 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4664
4665 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4668 (desktop-restore-in-current-display): New customization option.
4669 (desktop--excluded-frame-parameters): Add `font'.
4670 (desktop--save-frames): Rename from desktop--save-windows.
4671 (desktop--restore-in-this-display-p): New function.
4672 (desktop--make-full-frame): Remove unwanted width/height from
4673 full(width|height) frames.
4674 (desktop--restore-frames): Rename from desktop--restore-windows.
4675 Obey desktop-restore-current-display. Do not delete old frames or
4676 select a new frame unless we were able to restore at least one frame.
4677
4678 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
4679
4680 * files.el (find-file-noselect): Simplify conditional expression.
4681
4682 * remember.el (remember-append-to-file):
4683 Don't mix `find-buffer-visiting' and `get-file-buffer'.
4684
4685 Add `remember-notes' function to store random notes across Emacs
4686 restarts.
4687 * remember.el (remember-data-file): Add :set callback to affect
4688 notes buffer (if any).
4689 (remember-notes): New command.
4690 (remember-notes-buffer-name, bury-remember-notes-on-kill):
4691 New defcustoms for the `remember-notes' function.
4692 (remember-notes-save-and-bury-buffer): New command.
4693 (remember-notes-mode-map): New variable.
4694 (remember-mode): New minor mode.
4695 (remember-notes--kill-buffer-query): New function.
4696 * startup.el (initial-buffer-choice): Add notes to custom type.
4697
4698 2013-06-30 Eli Zaretskii <eliz@gnu.org>
4699
4700 * bindings.el (right-char, left-char): Don't call sit-for, this is
4701 no longer needed. Use arithmetic comparison only for numerical
4702 arguments.
4703
4704 * international/mule-cmds.el (select-safe-coding-system):
4705 Handle the case of FROM being a string correctly. (Bug#14755)
4706
4707 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4708
4709 * net/shr.el (shr-make-table-1): Add a sanity check that allows
4710 progression on degenerate tables.
4711 (shr-rescale-image): ImageMagick animated images currently don't work.
4712
4713 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
4714
4715 Some fixes and improvements for desktop frame restoration.
4716 It is still experimental and disabled by default.
4717 * desktop.el (desktop--save-windows): Put the selected frame at
4718 the head of the list.
4719 (desktop--make-full-frame): New function.
4720 (desktop--restore-windows): Try to re-select the frame that was
4721 selected upon saving. Do not abort if some frames fail to restore,
4722 just show an error message and continue. Set up maximized frames
4723 so they have default non-maximized dimensions.
4724
4725 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
4726
4727 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4728 Don't start heredoc inside a string or comment.
4729
4730 2013-06-29 Eli Zaretskii <eliz@gnu.org>
4731
4732 * bindings.el (visual-order-cursor-movement): New defcustom.
4733 (right-char, left-char): Provide visual-order cursor motion by
4734 calling move-point-visually. Update the doc strings.
4735
4736 2013-06-28 Kenichi Handa <handa@gnu.org>
4737
4738 * international/mule.el (define-coding-system): New coding system
4739 properties :inhibit-null-byte-detection,
4740 :inhibit-iso-escape-detection, and :prefer-utf-8.
4741 (set-buffer-file-coding-system): If :charset-list property of
4742 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
4743 appropriate for setting.
4744
4745 * international/mule-cmds.el (select-safe-coding-system):
4746 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
4747 multibyte characters, return utf-8 (or one of its siblings).
4748
4749 * international/mule-conf.el (prefer-utf-8): New coding system.
4750 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
4751 files.
4752
4753 2013-06-28 Ivan Kanis <ivan@kanis.fr>
4754
4755 * net/shr.el (shr-render-region): New function.
4756
4757 * net/eww.el: Autoload `eww-browse-url'.
4758
4759 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
4760
4761 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4762 Adapt to `package-desc-version' being a list.
4763 Use `package--ac-desc-version' to retrieve version from a package
4764 archive element.
4765
4766 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
4767
4768 New experimental feature to save&restore window and frame setup.
4769 * desktop.el (desktop-save-windows): New defcustom.
4770 (desktop--saved-states): New var.
4771 (desktop--excluded-frame-parameters): New defconst.
4772 (desktop--filter-frame-parms, desktop--find-frame-in-display)
4773 (desktop--restore-windows, desktop--save-windows): New functions.
4774 (desktop-save): Call `desktop--save-windows'.
4775 (desktop-read): Call `desktop--restore-windows'.
4776
4777 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4778
4779 * net/shr.el (add-face-text-property): Remove compat definition.
4780
4781 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4782
4783 * info.el (Info-try-follow-nearest-node): Move search for footnote
4784 above search for node name to prevent missing a footnote (bug#14717).
4785
4786 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4787
4788 * obsolete/otodo-mode.el: Add obsolescence info to file header.
4789
4790 2013-06-27 Leo Liu <sdl.web@gmail.com>
4791
4792 * net/eww.el (eww-read-bookmarks): Check file size.
4793
4794 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
4797 advice--pending if newdef is nil or an autoload (bug#13820).
4798 (advice-mapc): New function.
4799
4800 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4801
4802 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
4803 probably.
4804 (eww-mode-map): Add a menu bar.
4805 (eww-add-bookmark): New command.
4806 (eww-bookmark-mode): New mode and commands.
4807 (eww-add-bookmark): Remove newlines from the title.
4808 (eww-bookmark-browse): Don't bug out if it's the only window.
4809
4810 2013-06-26 Glenn Morris <rgm@gnu.org>
4811
4812 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
4813 (hfy-size): Handle ttys. (Bug#14668)
4814
4815 * info-xref.el: Update for Texinfo 5 change in *note format.
4816 (info-xref-node-re, info-xref-note-re): New constants.
4817 (info-xref-check-buffer): Use info-xref-note-re.
4818
4819 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
4822
4823 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
4824 nil terminate the loop (bug#14718).
4825
4826 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4827
4828 * net/eww.el: Rework history traversal. When going forward/back,
4829 put these actions into the history, too, so that they can be
4830 replayed.
4831 (eww-render): Move the history reset to the correct buffer.
4832
4833 2013-06-25 Juri Linkov <juri@jurta.org>
4834
4835 * files-x.el (modify-dir-local-variable): Change the header comment
4836 in the file with directory local variables. (Bug#14692)
4837
4838 * files-x.el (read-file-local-variable-value): Add `default'.
4839 (Bug#14710)
4840
4841 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4842
4843 * net/eww.el (eww-make-unique-file-name): Create a unique file
4844 name before saving to entering `y' accidentally asynchronously.
4845
4846 2013-06-25 Ivan Kanis <ivan@kanis.fr>
4847
4848 * net/eww.el (eww-download): New command and keystroke.
4849
4850 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4851
4852 * net/eww.el (eww-copy-page-url): Change name of command.
4853
4854 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
4855 be more consistent with Info and dired.
4856
4857 * net/eww.el (eww-mode-map): Ditto.
4858
4859 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4860
4861 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
4862 packages from archives.
4863 (package-archive-contents): Change format; include obsolete packages.
4864 (package-desc): Use `dir' to mark builtin packages.
4865 (package--from-builtin): Set the `dir' field to `builtin'.
4866 (generated-autoload-file, version-control): Declare.
4867 (package-compute-transaction): Change first arg and return value to be
4868 lists of package-descs. Adjust to new package-archive-contents format.
4869 (package--add-to-archive-contents): Adjust to new
4870 package-archive-contents format.
4871 (package-download-transaction): Arg is now a list of package-descs.
4872 (package-install): If `pkg' is a package name, pass it as
4873 a requirement, so it is subject to the usual (e.g. disabled) checks.
4874 (describe-package): Accept package-desc as well.
4875 (describe-package-1): Describe a specific package-desc. Add links to
4876 other package-descs for the same package name.
4877 (package-menu-describe-package): Pass the actual package-desc.
4878 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
4879 works correctly.
4880 (package-desc-status): New function.
4881 (package-menu--refresh): New function, extracted
4882 from package-menu--generate.
4883 (package-menu--generate): Use it.
4884 (package-delete): Update package-alist.
4885 (package-menu-execute): Don't call package-initialize.
4886
4887 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
4888 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
4889 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
4890 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
4891 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
4892 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
4893
4894 2013-06-25 Martin Rudalics <rudalics@gmx.at>
4895
4896 * window.el (window--state-get-1): Workaround for bug#14527.
4897 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
4898
4899 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4900
4901 * net/eww.el (eww-back-url): Implement the history by stashing all
4902 the data into a list.
4903 (eww-forward-url): Allow going forward in the history, too.
4904
4905 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4906
4907 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
4908 for values and use read--expression for expressions (bug#14710).
4909 (read-file-local-variable): Avoid setq.
4910 (read-file-local-variable-mode): Use minor-mode-list.
4911
4912 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4913
4914 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
4915 for DOI URLs.
4916
4917 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4918
4919 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
4920 Update imenu-support when dialect changes.
4921
4922 2013-06-25 Leo Liu <sdl.web@gmail.com>
4923
4924 * ido.el (ido-read-internal): Allow forward slash on windows.
4925
4926 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4927
4928 * net/eww.el (eww): Start of strings is \\`, not ^.
4929
4930 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4931
4932 * net/shr.el (shr-browse-url): Fix interactive spec.
4933
4934 * net/eww.el (eww): Add a trailing slash to domain names.
4935
4936 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
4937
4938 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
4939
4940 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4941
4942 * net/shr.el (shr-browse-url): Use an external browser if given a
4943 prefix.
4944
4945 * net/eww.el (eww-external-browser): Move to shr.
4946
4947 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4948
4949 * net/eww.el (eww): Work more correctly for file: URLs.
4950 (eww-detect-charset): Allow quoted charsets.
4951 (eww-yank-page-url): New command and keystroke.
4952
4953 2013-06-24 Daiki Ueno <ueno@gnu.org>
4954
4955 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4956 file name of gpg executable.
4957 (epg-context-program): New function.
4958 (epg-context-home-directory): New function.
4959 (epg-context-set-program): New function.
4960 (epg-context-set-home-directory): New function.
4961 (epg--start): Use `epg-context-program' instead of
4962 'epg-gpg-program'.
4963 (epg--list-keys-1): Likewise.
4964
4965 2013-06-24 Leo Liu <sdl.web@gmail.com>
4966
4967 * ido.el (ido-read-internal): Fix bug#14620.
4968
4969 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * faces.el (face-documentation): Simplify.
4972 (read-face-attribute, tty-find-type, x-resolve-font-name):
4973 Use `string-match-p'.
4974 (list-faces-display): Use `string-match-p'. Simplify.
4975 (face-spec-recalc): Check face to avoid face alias loops.
4976 (read-color): Use `string-match-p' and non-capturing parenthesis.
4977
4978 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4979
4980 * net/shr.el (shr-rescale-image): Use the new
4981 :max-width/:max-height functionality.
4982
4983 2013-06-23 Ivan Kanis <ivan@kanis.fr>
4984
4985 * net/eww.el (eww-search-prefix): New variable.
4986 (eww): Use it.
4987 (eww-external-browser): New variable.
4988 (eww-mode-map): New keystroke.
4989 (eww-browse-with-external-browser): New command.
4990
4991 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4992
4993 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4994
4995 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4996 Don't skip aligning the next header field when padding is 0;
4997 otherwise, field width is not respected unless the title is as
4998 wide as the field.
4999
5000 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * emacs-lisp/package.el (package-el-version): Remove.
5003 (package-process-define-package): Fix inf-loop.
5004 (package-install): Allow symbols as arguments again.
5005
5006 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5007
5008 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
5009 add some more keyword-like methods.
5010 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
5011
5012 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
5013
5014 * bs.el (bs-buffer-show-mark): Make defvar-local.
5015 (bs-mode): Use setq-local.
5016
5017 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
5018 (emacs-lock--try-unlocking): Make defvar-local.
5019
5020 2013-06-22 Glenn Morris <rgm@gnu.org>
5021
5022 * play/cookie1.el (cookie-apropos): Minor simplification.
5023
5024 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
5025
5026 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
5027
5028 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
5029 `regexp-opt', it breaks the build during dumping.
5030
5031 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
5032
5033 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
5034 Highlight keyword-like methods on Kernel and Module with
5035 font-lock-builtin-face.
5036 (auto-mode-alist): Consolidate different entries into one regexp
5037 and add more *file-s.
5038
5039 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
5040
5041 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
5042
5043 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
5044 (diary-entry): Use it in the action of this button type instead of
5045 diary-goto-entry.
5046
5047 * calendar/todo-mode.el: New version.
5048 (todo-add-category): Append new category to end of file and give
5049 it the highest number, instead of putting it at the beginning and
5050 giving it 0. Incorporate noninteractive functionality.
5051 (todo-forward-category): Adapt to 1-based category numbering.
5052 Allow skipping over archived categories.
5053 (todo-backward-category): Derive from todo-forward-category.
5054 (todo-backward-item, todo-forward-item): Make noninteractive and
5055 delegate interactive part to new commands. Make sensitive to done items.
5056 (todo-categories): Make value an alist of category names and
5057 vectors of item counts.
5058 (todo-category-beg): Make a defconst.
5059 (todo-category-number): Use 1 instead of 0 as initial value.
5060 (todo-category-select): Make sensitive to overlays, optional item
5061 highlighting and done items.
5062 (todo-delete-item): Make sensitive to overlays and marked and done items.
5063 (todo-edit-item): Make sensitive to overlays and editing of
5064 date/time header optional. Add format checks.
5065 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
5066 no-op if point is not on an item. Advertise using todo-edit-quit.
5067 (todo-edit-mode): Make sensitive to new format, font-locking, and
5068 multiple todo files.
5069 (todo-insert-item, todo-insert-item-here): Derive from
5070 todo-basic-insert-item and extend functionality.
5071 (todo-item-end, todo-item-start): Make sensitive to done items.
5072 (todo-item-string): Don't return text properties. Restore point.
5073 (todo-jump-to-category): Make sensitive to multiple todo files and
5074 todo archives. Use extended category completion.
5075 (todo-lower-item, todo-raise-item): Rename to *-priority and
5076 derive from todo-set-item-priority.
5077 (todo-mode): Derive from special-mode. Make sensitive to new
5078 format, font-locking and multiple todo files. Make read-only.
5079 (todo-mode-map): Don't suppress digit keys, so they can supply
5080 prefix arguments. Add many new key bindings.
5081 (todo-prefix): Insert as an overlay instead of file text.
5082 Change semantics from diary date expression to purely visual mark.
5083 (todo-print): Rename to todo-print-buffer. Make buffer display
5084 features printable. Remove option to restrict number of items
5085 printed. Add option to print to file.
5086 (todo-print-function): Rename to todo-print-buffer-function.
5087 (todo-quit): Extend to handle exiting new todo modes.
5088 (todo-remove-item): Make sensitive to overlays.
5089 (todo-save): Extend to buffers of filtered items.
5090 (todo-show): Make sensitive to done items, multiple todo files and
5091 new todo modes. Offer to convert legacy todo file before creating
5092 first new todo file.
5093 (todo-show-priorities): Rename to todo-top-priorities.
5094 Change semantics of value 0.
5095 (todo-top-priorities): Rename to todo-filter-top-priorities,
5096 derive from todo-filter-items and extend functionality.
5097 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
5098 and extend functionality to other types of filtered items.
5099 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
5100 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
5101 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
5102 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
5103 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
5104 (todo-edit-mode-hook, todo-entry-prefix-function)
5105 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
5106 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
5107 (todo-initials, todo-insert-threshold, todo-item-string-start)
5108 (todo-line-string, todo-menu, todo-mode-hook)
5109 (todo-more-important-p, todo-previous-answer, todo-previous-line)
5110 (todo-print-priorities, todo-remove-separator)
5111 (todo-save-top-priorities-too, todo-string-count-lines)
5112 (todo-string-multiline-p, todo-time-string-format)
5113 (todo-tmp-buffer-name): Remove.
5114 (todo-add-file, todo-archive-done-item, todo-choose-archive)
5115 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
5116 (todo-edit-category-diary-inclusion)
5117 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
5118 (todo-edit-file, todo-edit-item-date-day)
5119 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
5120 (todo-edit-item-date-month, todo-edit-item-date-to-today)
5121 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
5122 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
5123 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
5124 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
5125 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
5126 (todo-filter-top-priorities-multifile, todo-find-archive)
5127 (todo-find-filtered-items-file, todo-go-to-source-item)
5128 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
5129 (todo-jump-to-archive-category, todo-lower-category)
5130 (todo-mark-category, todo-marked-item-p, todo-merge-category)
5131 (todo-move-category, todo-move-item, todo-next-button)
5132 (todo-next-item, todo-padded-string, todo-powerset)
5133 (todo-previous-button, todo-previous-item)
5134 (todo-print-buffer-to-file, todo-raise-category)
5135 (todo-rename-category, todo-repair-categories-sexp, todo-search)
5136 (todo-set-category-number, todo-set-item-priority)
5137 (todo-set-top-priorities-in-category)
5138 (todo-set-top-priorities-in-file, todo-show-categories-table)
5139 (todo-sort-categories-alphabetically-or-numerically)
5140 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
5141 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
5142 (todo-toggle-item-header, todo-toggle-item-highlighting)
5143 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
5144 (todo-toggle-view-done-items, todo-toggle-view-done-only)
5145 (todo-unarchive-items, todo-unmark-category): New commands.
5146 (todo-absolute-file-name, todo-add-to-buffer-list)
5147 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
5148 (todo-basic-insert-item, todo-category-completions)
5149 (todo-category-number, todo-category-string-matcher-1)
5150 (todo-category-string-matcher-2, todo-check-filtered-items-file)
5151 (todo-check-format, todo-clear-matches)
5152 (todo-comment-string-matcher, todo-convert-legacy-date-time)
5153 (todo-current-category, todo-date-string-matcher)
5154 (todo-define-insertion-command, todo-diary-expired-matcher)
5155 (todo-diary-goto-entry, todo-diary-item-p)
5156 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
5157 (todo-display-categories, todo-display-sorted, todo-done-item-p)
5158 (todo-done-item-section-p, todo-done-separator)
5159 (todo-done-string-matcher, todo-files, todo-filter-items)
5160 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
5161 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
5162 (todo-insert-category-line, todo-insert-item-from-calendar)
5163 (todo-insert-sort-button, todo-insert-with-overlays)
5164 (todo-insertion-command-name, todo-insertion-key-bindings)
5165 (todo-label-to-key, todo-longest-category-name-length)
5166 (todo-make-categories-list, todo-mode-external-set)
5167 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
5168 (todo-modes-set-3, todo-multiple-filter-files)
5169 (todo-nondiary-marker-matcher, todo-prefix-overlays)
5170 (todo-read-category, todo-read-date, todo-read-dayname)
5171 (todo-read-file-name, todo-read-time)
5172 (todo-reevaluate-category-completions-files-defcustom)
5173 (todo-reevaluate-default-file-defcustom)
5174 (todo-reevaluate-filelist-defcustoms)
5175 (todo-reevaluate-filter-files-defcustom)
5176 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
5177 (todo-reset-done-separator, todo-reset-done-separator-string)
5178 (todo-reset-done-string, todo-reset-global-current-todo-file)
5179 (todo-reset-highlight-item, todo-reset-nondiary-marker)
5180 (todo-reset-prefix, todo-set-categories)
5181 (todo-set-date-from-calendar, todo-set-show-current-file)
5182 (todo-set-top-priorities, todo-short-file-name)
5183 (todo-show-current-file, todo-sort, todo-time-string-matcher)
5184 (todo-total-item-counts, todo-update-buffer-list)
5185 (todo-update-categories-display, todo-update-categories-sexp)
5186 (todo-update-count, todo-validate-name, todo-y-or-n-p):
5187 New functions.
5188 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
5189 New major modes.
5190 (todo-categories, todo-display, todo-edit, todo-faces)
5191 (todo-filtered): New defgroups.
5192 (todo-archived-only, todo-button, todo-category-string, todo-date)
5193 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
5194 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
5195 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
5196 (todo-add-item-if-new-category, todo-always-add-time-string)
5197 (todo-categories-align, todo-categories-archived-label)
5198 (todo-categories-category-label, todo-categories-diary-label)
5199 (todo-categories-done-label, todo-categories-number-separator)
5200 (todo-categories-todo-label, todo-categories-totals-label)
5201 (todo-category-completions-files, todo-completion-ignore-case)
5202 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
5203 (todo-done-separator-string, todo-done-string)
5204 (todo-files-function, todo-filter-done-items, todo-filter-files)
5205 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
5206 (todo-initial-category, todo-initial-file, todo-item-mark)
5207 (todo-legacy-date-time-regexp, todo-mode-line-function)
5208 (todo-nondiary-marker, todo-number-prefix)
5209 (todo-print-buffer-function, todo-show-current-file)
5210 (todo-show-done-only, todo-show-first, todo-show-with-done)
5211 (todo-skip-archived-categories, todo-top-priorities-overrides)
5212 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5213 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5214 New defcustoms.
5215 (todo-category-done, todo-date-pattern, todo-date-string-start)
5216 (todo-diary-items-buffer, todo-done-string-start)
5217 (todo-filtered-items-buffer, todo-item-start)
5218 (todo-month-abbrev-array, todo-month-name-array)
5219 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5220 (todo-top-priorities-buffer): New defconsts.
5221 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5222 (todo-categories-with-marks, todo-category-string-face)
5223 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5224 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5225 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5226 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5227 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5228 (todo-font-lock-keywords, todo-global-current-todo-file)
5229 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5230 (todo-insertion-commands-args)
5231 (todo-insertion-commands-args-genlist)
5232 (todo-insertion-commands-names, todo-insertion-map)
5233 (todo-key-bindings-t, todo-key-bindings-t+a)
5234 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5235 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5236 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5237 (todo-visited): New variables.
5238
5239 2013-06-21 Glenn Morris <rgm@gnu.org>
5240
5241 * play/cookie1.el (cookie-apropos): Add optional display argument.
5242 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5243 (psychoanalyze-pinhead): Use cookie-doctor.
5244
5245 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5246
5247 * emacs-lisp/package.el (tar-get-file-descriptor)
5248 (tar--extract): Declare.
5249
5250 2013-06-21 Eduard Wiebe <usenet@pusto.de>
5251
5252 Extend flymake's warning predicate to be a function (bug#14217).
5253 * progmodes/flymake.el (flymake-warning-predicate): New.
5254 (flymake-parse-line): Use it.
5255 (flymake-warning-re): Make obsolete alias to
5256 `flymake-warning-predicate'.
5257
5258 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5261 (package-obsolete-list): Remove.
5262 (package-activate): Remove min-version argument. Add `force' argument.
5263 Adjust to new package-alist format.
5264 (package-mark-obsolete): Remove.
5265 (package-unpack): Force reload of the package's autoloads.
5266 (package-installed-p): Check builtins if the installed package is not
5267 recent enough.
5268 (package-initialize): Don't reset package-obsolete-list.
5269 Don't specify which package version to activate.
5270 (package-process-define-package, describe-package-1)
5271 (package-menu--generate): Adjust to new package-alist format.
5272
5273 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5274
5275 * allout-widgets.el (allout-widgets-mode-off)
5276 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5277 (allout-widgets-post-command-business)
5278 (allout-widgets-after-copy-or-kill-function)
5279 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5280 (allout-decorate-item-and-context)
5281 (allout-graphics-modification-handler): Fix typos in docstrings.
5282 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5283
5284 * cmuscheme.el (scheme-start-file): Doc fix.
5285 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5286 (scheme-input-filter): Use `string-match-p'.
5287
5288 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5289
5290 * dired-x.el: Use Dired consistently in docstrings.
5291
5292 * dired.el: Use Dired consistently in docstrings.
5293 (dired-readin, dired-mode): Use `setq-local'.
5294 (dired-switches-alist): Make defvar-local.
5295 (dired-buffers-for-dir): Use `zerop'.
5296 (dired-safe-switches-p, dired-switches-escape-p)
5297 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5298 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5299 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5300 (dired-goto-next-nontrivial-file): Use `string-match-p'.
5301 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5302 (dired-toggle-marks, dired-mark-files-containing-regexp)
5303 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5304 (dired-flag-auto-save-files, dired-flag-backup-files):
5305 Use `looking-at-p'.
5306 (dired-mark-files-regexp, dired-build-subdir-alist):
5307 Use `string-match-p', `looking-at-p'.
5308
5309 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5310 (direct-print-region-helper): Use `string-match-p'.
5311
5312 2013-06-21 Leo Liu <sdl.web@gmail.com>
5313
5314 * comint.el (comint-redirect-results-list-from-process):
5315 Fix infinite loop.
5316
5317 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5318
5319 * net/eww.el (eww-update-header-line-format): Quote % characters.
5320
5321 2013-06-21 Glenn Morris <rgm@gnu.org>
5322
5323 * play/cookie1.el (cookie): New custom group.
5324 (cookie-file): New option.
5325 (cookie-check-file): New function.
5326 (cookie): Make it interactive. Make start and end messages optional.
5327 Interactively, display the result. Default to cookie-file.
5328 (cookie-insert): Default to cookie-file.
5329 (cookie-snarf): Make start and end messages optional.
5330 Default to cookie-file. Use with-temp-buffer.
5331 (cookie-read): Rename from read-cookie.
5332 Make start and end messages optional. Default to cookie-file.
5333 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
5334 Do not autoload it.
5335 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5336 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5337
5338 2013-06-21 Leo Liu <sdl.web@gmail.com>
5339
5340 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5341
5342 2013-06-21 Glenn Morris <rgm@gnu.org>
5343
5344 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5345
5346 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5347 Daniel Hackney <dan@haxney.org>
5348
5349 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5350 Consolidate the single-file vs tarball code.
5351 (package-desc-suffix): New function.
5352 (package-desc-full-name): Don't bother inlining it.
5353 (package-load-descriptor): Return the new package-desc.
5354 (package-mark-obsolete): Remove unused arg `package'.
5355 (package-unpack): Make it work for single files as well.
5356 Make it update package-alist.
5357 (package--make-autoloads-and-stuff): Rename from
5358 package--make-autoloads-and-compile. Don't compile any more.
5359 (package--compile): New function.
5360 (package-generate-description-file): New function, extracted from
5361 package-unpack-single.
5362 (package-unpack-single): Remove.
5363 (package--with-work-buffer): Add indentation and debugging info.
5364 (package-download-single): Remove.
5365 (package-install-from-archive): Rename from package-download-tar, make
5366 it take a pkg-desc, and make it work for single files as well.
5367 (package-download-transaction): Simplify.
5368 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5369 external tar program.
5370 (package-install-from-buffer): Remove `pkg-desc' argument.
5371 Use package-tar-file-info for tar-mode buffers.
5372 (package-install-file): Simplify accordingly.
5373 (package-archive-base): Change to take a pkg-desc.
5374 * tar-mode.el (tar--check-descriptor): New function, extracted from
5375 tar-get-descriptor.
5376 (tar-get-descriptor): Use it.
5377 (tar-get-file-descriptor): New function.
5378 (tar--extract): New function, extracted from tar-extract.
5379 (tar--extract): Use it.
5380 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5381 case the summary uses non-ascii. Adjust to new calling convention of
5382 package-tar-file-info.
5383
5384 2013-06-21 Leo Liu <sdl.web@gmail.com>
5385
5386 * comint.el (comint-redirect-results-list-from-process):
5387 Fix random delay. (Bug#14681)
5388
5389 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5390
5391 * profiler.el (profiler-format-number): Use log, not log10.
5392
5393 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5394
5395 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5396
5397 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5400 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5401 yet available.
5402 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5403 (AUTOGENEL): ... here.
5404 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5405 (cl--defsubst-expand): Use it.
5406
5407 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5408
5409 * subr.el (log10): Move here from C code, and declare as obsolete.
5410 All uses of (log10 X) replaced with (log X 10).
5411
5412 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5413
5414 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5415 Declare with `defvar-local'.
5416 (tabulated-list-use-header-line, tabulated-list-entries)
5417 (tabulated-list-padding, tabulated-list-printer)
5418 (tabulated-list-sort-key): Declare with `defvar-local'.
5419 (tabulated-list-init-header, tabulated-list-print-fake-header):
5420 Use `setq-local'.
5421
5422 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
5423
5424 * arc-mode.el (archive-mode): Add `archive-write-file' to
5425 `write-contents-functions' also for remote files. (Bug#14652)
5426
5427 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5428
5429 * cus-edit.el (custom-commands): Fix typos.
5430 (custom-display): Fix tooltip text.
5431 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5432 Fix typos in docstrings.
5433 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5434 (custom-unlispify-menu-entry, custom-magic-value-create)
5435 (custom-add-see-also, custom-group-value-create): Use ?\s.
5436 (custom-guess-type, customize-apropos, editable-field)
5437 (custom-face-value-create): Use `string-match-p'.
5438 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5439
5440 * custom.el (custom-load-symbol): Use `string-match-p'.
5441
5442 * ansi-color.el: Convert to lexical binding.
5443 (ansi-colors): Fix URL.
5444 (ansi-color-context, ansi-color-context-region): Use defvar-local.
5445 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5446 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5447
5448 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5449
5450 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5451
5452 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5453
5454 2013-06-19 Tom Tromey <tromey@redhat.com>
5455
5456 * net/eww.el (eww-top-url): Remove.
5457 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5458 (eww-render): Set new variables. Don't set eww-top-url.
5459 (eww-handle-link): Handle "prev", "home", and "contents".
5460 Downcase the rel text.
5461 (eww-top-url): Choose best top URL.
5462
5463 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5464
5465 * net/eww.el: Rewrite to implement form elements "by hand" instead of
5466 relying in widget.el. Using widget.el leads to too many
5467 user interface inconsistencies.
5468 (eww-self-insert): Implement entering commands in text fields.
5469 (eww-process-text-input): New function to make text input field editing
5470 work.
5471 (eww-submit): Rewrite to use the new-style form methods.
5472 (eww-select-display): Display the correct selected item.
5473 (eww-change-select): Implement changing the select value.
5474 (eww-toggle-checkbox): Implement radio/checkboxes.
5475 (eww-update-field): Fix compilation error.
5476 (eww-tag-textarea): Implement <textarea>.
5477
5478 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5479 we don't shadow mode-specific bindings.
5480
5481 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5482 nothing to push.
5483
5484 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5485
5486 2013-06-19 Glenn Morris <rgm@gnu.org>
5487
5488 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5489
5490 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5491
5492 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5493 not needed.
5494
5495 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5496
5497 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5498
5499 * net/browse-url.el (browse-url-browser-function):
5500 `eww-browse-url' has the right calling signature, `eww' does not.
5501
5502 2013-06-19 Glenn Morris <rgm@gnu.org>
5503
5504 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5505 Only eval autoloaded macros.
5506 (byte-compile-autoload): Only give the macro warning for macros.
5507
5508 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5509 (ps-underlined-faces): Declare.
5510
5511 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5512 (speedbar-add-supported-extension): Declare.
5513
5514 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5515 Don't include a date stamp in the header of the generated file;
5516 it leads to needless differences between output files.
5517
5518 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5519
5520 * net/secrets.el (secrets-struct-secret-content-type):
5521 Replace check of introspection data by a test call of "CreateItem".
5522 Some servers do not offer introspection.
5523
5524 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5525
5526 * electric.el (electric-pair-mode): Improve interaction with
5527 electric-layout-mode.
5528 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5529 (electric-pair-syntax): Use text-mode-syntax-table in comments
5530 and strings.
5531 (electric-pair--insert): New function.
5532 (electric-pair-post-self-insert-function): Use it and
5533 electric--after-char-pos.
5534
5535 2013-06-19 Leo Liu <sdl.web@gmail.com>
5536
5537 * progmodes/octave.el (octave-help): Fix regexp.
5538
5539 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5540
5541 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5542 (shr-table-horizontal-line): Allow nil as a value, and change the
5543 default.
5544 (shr-insert-table-ruler): Respect the nil value.
5545
5546 2013-06-18 Tom Tromey <tromey@barimba>
5547
5548 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5549 New defvars.
5550 (eww-open-file): New defun.
5551 (eww-render): Initialize new variables.
5552 (eww-display-html): Handle "link" and "a".
5553 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5554 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
5555 (eww-back-url): Rename from eww-previous-url.
5556 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5557 New defuns.
5558
5559 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
5560
5561 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5562 Distinguish ternary operator tokens from slash symbol and slash
5563 char literal.
5564
5565 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
5566
5567 Convert symbol prettification into minor mode and global minor mode.
5568
5569 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5570 `prog-prettify-symbols', and make a local defvar instead of defcustom.
5571 (prettify-symbols--keywords): Rename from
5572 `prog-prettify-symbols-alist' and make a local defvar.
5573 (prettify-symbols--compose-symbol): Rename from
5574 `prog--prettify-font-lock-compose-symbol'.
5575 (prettify-symbols--make-keywords): Rename from
5576 `prog-prettify-font-lock-symbols-keywords' and simplify.
5577 (prog-prettify-install): Remove.
5578 (prettify-symbols-mode): New minor mode, based on
5579 `prog-prettify-install'.
5580 (turn-on-prettify-symbols-mode): New function.
5581 (global-prettify-symbols-mode): New globalized minor mode.
5582
5583 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5584 * progmodes/cfengine.el (cfengine3-mode):
5585 * progmodes/perl-mode.el (perl-mode): Don't call
5586 `prog-prettify-install'; set `prettify-symbols-alist' instead.
5587
5588 2013-06-18 Juri Linkov <juri@jurta.org>
5589
5590 * files-x.el (modify-file-local-variable-message): New function.
5591 (modify-file-local-variable)
5592 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5593 and call `modify-file-local-variable-message' when it's non-nil.
5594 (add-file-local-variable, delete-file-local-variable)
5595 (add-file-local-variable-prop-line)
5596 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5597 and use it. (Bug#9820)
5598
5599 2013-06-18 Juri Linkov <juri@jurta.org>
5600
5601 * emulation/vi.el (vi-shell-op):
5602 * emulation/vip.el (vip-execute-com, ex-command):
5603 * emulation/viper-cmd.el (viper-exec-bang):
5604 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5605 the call of `shell-command-on-region'. (Bug#14637)
5606
5607 * simple.el (shell-command-on-region): Doc fix.
5608
5609 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5610
5611 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5612 (bug#14633).
5613
5614 2013-06-18 Glenn Morris <rgm@gnu.org>
5615
5616 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5617
5618 * newcomment.el (comment-search-forward, comment-search-backward):
5619 Doc fix. (Bug#14376)
5620
5621 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
5622
5623 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5624 (buffer-face-mode-invoke): Doc fix.
5625
5626 2013-06-18 Matthias Meulien <orontee@gmail.com>
5627
5628 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
5629 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
5630
5631 2013-06-18 Glenn Morris <rgm@gnu.org>
5632
5633 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5634 Replace obsolete function generic-make-keywords with its expansion.
5635
5636 * progmodes/python.el (ffap-alist): Declare.
5637
5638 * textmodes/reftex.el (bibtex-mode-map): Declare.
5639
5640 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5643 (package-unpack, package-unpack-single): Return the pkg-dir.
5644 (package-download-transaction): Use it to update package-alist.
5645
5646 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5647
5648 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5649 possible choice.
5650
5651 2013-06-17 Juri Linkov <juri@jurta.org>
5652
5653 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5654
5655 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5656
5657 * emacs-lisp/package.el (package-load-descriptor):
5658 Remove `with-syntax-table' call, `read' doesn't need it.
5659 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5660
5661 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * startup.el (command-line): Expand package name returned by
5664 `package--description-file' (bug#14639).
5665
5666 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5667
5668 * emacs-lisp/package.el (package-load-descriptor): Do not call
5669 `emacs-lisp-mode', just use its syntax table.
5670
5671 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
5672
5673 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5674 `font-lock-extra-managed-props' if any prettifying keyword is added.
5675 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5676 (prog-mode): Use `setq-local'.
5677
5678 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * international/characters.el (standard-case-table): Set syntax of ?»
5681 and ?« to punctuation.
5682
5683 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5686 Save relevant match data before calling `syntax-ppss' (bug#14595).
5687
5688 2013-06-15 Juri Linkov <juri@jurta.org>
5689
5690 * files-x.el (modify-file-local-variable-prop-line): Add local
5691 variables to the end of the existing comment on the first line.
5692 Use `file-auto-mode-skip' to skip interpreter magic line,
5693 and also skip XML declaration.
5694
5695 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5696
5697 * startup.el (package--builtin-versions): New var.
5698 (package-subdirectory-regexp): Remove.
5699 (package--description-file): Hard code its value instead.
5700
5701 * emacs-lisp/package.el: Don't activate packages older than builtin.
5702 (package-obsolete-list): Rename from package-obsolete-alist, and make
5703 it into a simple list of package-desc.
5704 (package-strip-version): Remove.
5705 (package-built-in-p): Use package--builtin-versions.
5706 (package-mark-obsolete): Simplify.
5707 (package-process-define-package): Mark it obsolete if older than the
5708 builtin version.
5709 (package-handle-response): Use line-end-position.
5710 (package-read-archive-contents, package--download-one-archive):
5711 Simplify.
5712 (package--add-to-archive-contents): Skip if older than the builtin or
5713 installed version.
5714 (package-menu-describe-package): Fix last change.
5715 (package-list-unversioned): New var.
5716 (package-menu--generate): Use it.
5717
5718 * emacs-lisp/autoload.el: Manage package--builtin-versions.
5719 (autoload--insert-text, autoload--insert-cookie-text): New functions.
5720 (autoload-builtin-package-versions): New variable.
5721 (autoload-generate-file-autoloads): Use them.
5722 Remove the list of autoloaded functions/macros from the
5723 (autoload...) comments.
5724
5725 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5726
5727 2013-06-15 Eli Zaretskii <eliz@gnu.org>
5728
5729 * simple.el (line-move-partial): Don't jump to the next screen
5730 line as soon as it becomes visible. Instead, continue enlarging
5731 the vscroll until the portion of a tall screen line that's left on
5732 display is about the height of the frame's default font.
5733 (Bug#14567)
5734
5735 2013-06-15 Glenn Morris <rgm@gnu.org>
5736
5737 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
5738 compilation-error-regexp-alist void, or local while let-bound.
5739
5740 * progmodes/make-mode.el (makefile-mode-syntax-table):
5741 Treat "=" as punctuation. (Bug#14614)
5742
5743 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
5744
5745 * help-fns.el (describe-variable):
5746 Add extra line for permanent-local variables.
5747
5748 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
5749
5750 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5751 Add export, import, library. (Bug#9164)
5752 (library): Set indent function.
5753
5754 2013-06-14 Glenn Morris <rgm@gnu.org>
5755
5756 * term/xterm.el (xterm--query):
5757 Stop after first matching handler. (Bug#14615)
5758
5759 2013-06-14 Ivan Kanis <ivan@kanis.fr>
5760
5761 Add support for dired in saveplace.
5762 * dired.el (dired-initial-position-hook): New variable.
5763 (dired-initial-position): Call hook to place cursor position.
5764 * saveplace.el (save-place-to-alist): Add dired position.
5765 (save-place-dired-hook): New function.
5766
5767 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5768
5769 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
5770 through a symbol rather than letrec.
5771
5772 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
5773 (package-desc): Add `dir' field.
5774 (package-desc-full-name): New function.
5775 (package-load-descriptor): Combine the two arguments. Don't use `load'.
5776 (package-maybe-load-descriptor): Remove.
5777 (package-load-all-descriptors): Just call package-load-descriptor.
5778 (package--disabled-p): New function.
5779 (package-desc-vers, package-desc-doc): Remove aliases.
5780 (package--dir): Remove function.
5781 (package-activate): Check if a package is disabled.
5782 (package-process-define-package): New function, extracted from
5783 define-package.
5784 (define-package): Turn into a place holder.
5785 (package-unpack-single, package-tar-file-info):
5786 Use package--description-file.
5787 (package-compute-transaction): Use package--disabled-p.
5788 (package-download-transaction): Don't call
5789 package-maybe-load-descriptor since they're all loaded anyway.
5790 (package-install): Change argument to be a pkg-desc.
5791 (package-delete): Use a single pkg-desc argument.
5792 (describe-package-1): Use package-desc-dir instead of package--dir.
5793 Use package-desc property instead of package-symbol.
5794 (package-install-button-action): Adjust accordingly.
5795 (package--push): Rewrite.
5796 (package-menu--print-info): Adjust accordingly. Change the ID format
5797 to be a pkg-desc.
5798 (package-menu-describe-package, package-menu-get-status)
5799 (package-menu--find-upgrades, package-menu-mark-upgrades)
5800 (package-menu-execute, package-menu--name-predicate):
5801 Adjust accordingly.
5802 * startup.el (package--description-file): New function.
5803 (command-line): Use it.
5804 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5805 Use package-desc-version.
5806
5807 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
5808 (byte-compile-preprocess): Use it.
5809 (byte-compile-file-form-defalias): Try a bit harder to use macros we
5810 can't quite recognize.
5811 (byte-compile-add-to-list): Remove.
5812 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
5813 (cconv-closure-convert): Add assertion.
5814
5815 * emacs-lisp/map-ynp.el: Use lexical-binding.
5816 (map-y-or-n-p): Remove unused vars `tail' and `object'.
5817 Factor out some repeated code.
5818
5819 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * subr.el (with-eval-after-load): New macro.
5822 (eval-after-load): Allow form to be a function.
5823 take advantage of lexical-binding.
5824 (do-after-load-evaluation): Use dolist and adjust to new format.
5825 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
5826
5827 2013-06-13 Juri Linkov <juri@jurta.org>
5828
5829 * replace.el (perform-replace): Display "symbol " and other search
5830 modes from `isearch-message-prefix' in the *Help* buffer.
5831
5832 * isearch.el (isearch-query-replace): Add " symbol" and other
5833 possible search modes from `isearch-message-prefix' to the prompt.
5834 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
5835 when reading a regexp to collect.
5836
5837 2013-06-13 Juri Linkov <juri@jurta.org>
5838
5839 * isearch.el (word-search-regexp): Match whitespace if the search
5840 string begins or ends in whitespace. The LAX arg is applied to
5841 both ends of the search string. Use `regexp-quote' and explicit
5842 \< and \> instead of \b. Use \` and \' instead of ^ and $.
5843 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
5844 boundaries are replaced with symbol boundaries, and characters
5845 between symbols match non-word non-symbol syntax. (Bug#14602)
5846
5847 2013-06-13 Juri Linkov <juri@jurta.org>
5848
5849 * isearch.el (isearch-del-char): Don't exceed the length of
5850 `isearch-string' by the prefix arg. (Bug#14563)
5851
5852 2013-06-13 Juri Linkov <juri@jurta.org>
5853
5854 * isearch.el (isearch-yank-word, isearch-yank-line)
5855 (isearch-char-by-name, isearch-quote-char)
5856 (isearch-printing-char, isearch-process-search-char):
5857 Add optional count prefix arg. (Bug#14563)
5858
5859 * international/isearch-x.el
5860 (isearch-process-search-multibyte-characters):
5861 Add optional count prefix arg.
5862
5863 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
5866 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5867 lexical-binding.
5868
5869 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
5870
5871 * subr.el (set-temporary-overlay-map): Add on-exit argument.
5872
5873 2013-06-13 Glenn Morris <rgm@gnu.org>
5874
5875 * startup.el (tty-handle-args):
5876 Don't just discard "--" and anything after. (Bug#14608)
5877
5878 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
5879
5880 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
5881
5882 Implement changes in Secret Service API. Make it backward compatible.
5883 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
5884 (secrets-create-item): Use it. Prefix properties with interface.
5885
5886 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
5887
5888 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
5889 (term-emulate-terminal): Respect term-suppress-hard-newline.
5890
5891 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
5892
5893 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5894 Only remove a `thumb-file' overlay. (Bug#14548)
5895
5896 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
5897
5898 * mail/reporter.el (reporter-submit-bug-report):
5899 Handle missing package-name. (Bug#14600)
5900
5901 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5902
5903 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
5904 (reftex-citation-prompt, reftex-default-bibliography)
5905 (reftex-bib-or-thebib, reftex-get-bibfile-list)
5906 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5907 (reftex-bib-sort-author, reftex-bib-sort-year)
5908 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
5909 (reftex-extract-bib-entries-from-thebibliography)
5910 (reftex-get-bibkey-default, reftex-get-bib-names)
5911 (reftex-parse-bibtex-entry, reftex-get-bib-field)
5912 (reftex-format-bib-entry, reftex-parse-bibitem)
5913 (reftex-format-bibitem, reftex-do-citation)
5914 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
5915 (reftex-restrict-bib-matches, reftex-extract-bib-file)
5916 (reftex-insert-bib-matches, reftex-format-citation)
5917 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
5918 (reftex-create-bibtex-file): Add docstrings, mostly by converting
5919 existing comments into docstrings.
5920
5921 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5922
5923 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
5924
5925 2013-06-12 Andreas Schwab <schwab@suse.de>
5926
5927 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
5928 for auto-save files.
5929
5930 2013-06-12 Glenn Morris <rgm@gnu.org>
5931
5932 * ido.el (ido-delete-ignored-files): Remove.
5933 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5934 Go back to calling ido-ignore-item-p directly.
5935
5936 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
5937
5938 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
5939
5940 * ido.el (ido-delete-ignored-files): New function,
5941 split from ido-make-file-list-1.
5942 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
5943 (ido-make-file-list-1): Use ido-delete-ignored-files.
5944
5945 2013-06-12 Leo Liu <sdl.web@gmail.com>
5946
5947 * progmodes/octave.el (inferior-octave-startup)
5948 (inferior-octave-completion-table)
5949 (inferior-octave-track-window-width-change)
5950 (octave-eldoc-function-signatures, octave-help)
5951 (octave-find-definition): Use single quoted strings.
5952 (inferior-octave-startup-args): Change default value.
5953 (inferior-octave-startup): Do not hard code "-i" and
5954 "--no-line-editing".
5955 (inferior-octave-resync-dirs): Add optional arg NOERROR.
5956 (inferior-octave-directory-tracker): Use it.
5957 (octave-goto-function-definition): Robustify.
5958 (octave-help): Support highlighting operators in 'See also'.
5959 (octave-find-definition): Find subfunctions only in Octave mode.
5960
5961 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5962
5963 * help-fns.el (help-fns--compiler-macro): If the handler function is
5964 named, then put a link to it.
5965 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5966 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5967 (cl-typep): Use it.
5968 (cl-eval-when): Simplify debug spec.
5969 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
5970 compiler-macro function instead of setting `compiler-macro-file'.
5971
5972 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5973
5974 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5975 * vc/vc-hooks.el (vc-stay-local): Doc fix.
5976
5977 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5978 Daniel Hackney <dan@haxney.org>
5979
5980 First part of Daniel Hackney's patch to package.el.
5981 * emacs-lisp/package.el: Use defstruct.
5982 (package-desc): New, main struct.
5983 (package--bi-desc, package--ac-desc): New structs, used to describe the
5984 format in external files.
5985 (package-desc-vers): Replace with package-desc-version accessor.
5986 (package-desc-doc): Replace with package-desc-summary accessor.
5987 (package-activate-1): Remove `package' arg since the pkg-vec now
5988 includes the name.
5989 (define-package): Use package-desc-from-define.
5990 (package-unpack-single): Change file-name arg to be a symbol.
5991 (package--add-to-archive-contents): Use package-desc-create and new
5992 accessor functions to package--ac-desc.
5993 (package-buffer-info, package-tar-file-info): Return a package-desc.
5994 (package-install-from-buffer): Remove `type' argument. Change pkg-info
5995 arg to be a package-desc.
5996 (package-install-file): Adjust accordingly. Use \' to match EOS.
5997 (package--from-builtin): New function.
5998 (describe-package-1, package-menu--generate): Use it.
5999 (package--make-autoloads-and-compile): Change name arg to be a symbol.
6000 (package-generate-autoloads): Idem and return the name of the file.
6001 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6002 Change pkg-info arg to be a package-desc.
6003 Use package-make-ac-desc.
6004 (package-upload-file): Use \' to match EOS.
6005 * finder.el (finder-compile-keywords): Use package-make-builtin.
6006
6007 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6008
6009 * vc/vc.el (vc-deduce-fileset): Change error message.
6010 (vc-read-backend): New function.
6011 (vc-next-action): Use it.
6012
6013 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
6014
6015 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
6016 (prolog-font-lock-keywords): Use regexp-opt instead.
6017 Don't manually highlight strings.
6018 (prolog-mode-variables): Simplify comment-start-skip.
6019 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
6020
6021 * emacs-lisp/generic.el (generic--normalise-comments)
6022 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
6023 (generic-mode-set-comments): Use them.
6024 (generic-bracket-support): Use setq-local.
6025 (generic-make-keywords-list): Declare obsolete.
6026
6027 2013-06-11 Glenn Morris <rgm@gnu.org>
6028
6029 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6030 Prettify after setting font-lock-defaults. (Bug#14574)
6031
6032 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
6033
6034 * replace.el (query-replace, occur-read-regexp-defaults-function)
6035 (replace-search):
6036 * subr.el (declare-function, number-sequence, local-set-key)
6037 (substitute-key-definition, locate-user-emacs-file)
6038 (with-silent-modifications, split-string, eval-after-load):
6039 Fix typos, remove unneeded backslashes and reflow some docstrings.
6040
6041 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6042
6043 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
6044 default for Elisp files.
6045
6046 2013-06-11 Glenn Morris <rgm@gnu.org>
6047
6048 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
6049 although define-derived-mode was doing this anyway. (Bug#14583)
6050
6051 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
6052
6053 * allout.el (allout-encryption-plaintext-sanitization-regexps):
6054 Fix make-variable-buffer-local call to refer to the correct variable.
6055
6056 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
6057
6058 * eshell/em-term.el (eshell-visual-commands)
6059 (eshell-visual-subcommands, eshell-visual-options):
6060 Add summary line to docstrings. Add cross-references.
6061
6062 2013-06-10 Glenn Morris <rgm@gnu.org>
6063
6064 * epa.el (epa-read-file-name): New function. (Bug#14510)
6065 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
6066
6067 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6068
6069 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
6070 output redirection to be ignored with visual commands.
6071
6072 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
6073
6074 * eshell/em-term.el (eshell-visual-command-p): New function.
6075 (eshell-term-initialize): Move long lambda to separate function
6076 eshell-visual-command-p.
6077 * eshell/em-dirs.el (eshell-dirs-initialise):
6078 * eshell/em-script.el (eshell-script-initialize):
6079 Add missing #' to lambda.
6080
6081 2013-06-08 Leo Liu <sdl.web@gmail.com>
6082
6083 * progmodes/octave.el (octave-add-log-current-defun): New function.
6084 (octave-mode): Set add-log-current-defun-function.
6085 (octave-goto-function-definition): Do not move point if not found.
6086 (octave-find-definition): Enhance to try subfunctions first.
6087
6088 2013-06-08 Glenn Morris <rgm@gnu.org>
6089
6090 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6091 (byte-compile-backward-char, byte-compile-backward-word):
6092 Improve previous change, to handle non-explicit nil.
6093
6094 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
6095
6096 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
6097 (smie--opener/closer-at-point): New function.
6098 (smie--matching-block-data): Use it. Don't match from right after an
6099 opener or right before a closer. Obey smie-blink-matching-inners.
6100 Don't signal a mismatch for repeated inners like "switch..case..case".
6101
6102 2013-06-07 Leo Liu <sdl.web@gmail.com>
6103
6104 * progmodes/octave.el (octave-mode): Set comment-use-global-state
6105 to t. (Bug#14303)
6106 (octave-function-header-regexp): Fix. (Bug#14570)
6107 (octave-help-mode-finish-hook, octave-help-mode-finish):
6108 Remove. Just use temp-buffer-show-hook.
6109
6110 * newcomment.el (comment-search-backward): Revert last change.
6111 (Bug#14434)
6112
6113 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
6114
6115 2013-06-07 Eli Zaretskii <eliz@gnu.org>
6116
6117 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
6118 through xargs, to avoid failure due to MS-Windows limitations on
6119 command-line length.
6120
6121 2013-06-06 Glenn Morris <rgm@gnu.org>
6122
6123 * font-lock.el (lisp-font-lock-keywords-2):
6124 Treat user-error like error.
6125
6126 * emacs-lisp/bytecomp.el (byte-compile-char-before)
6127 (byte-compile-backward-char, byte-compile-backward-word):
6128 Handle explicit nil arguments. (Bug#14565)
6129
6130 2013-06-05 Alan Mackenzie <acm@muc.de>
6131
6132 * isearch.el (isearch-allow-prefix): New user option.
6133 (isearch-other-meta-char): Don't exit isearch when a prefix
6134 argument is typed whilst `isearch-allow-prefix' is non-nil.
6135 (Bug#9706)
6136
6137 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * autorevert.el (auto-revert-notify-handler): Use memq.
6140 Hide assertion failure.
6141
6142 * skeleton.el: Use cl-lib.
6143 (skeleton-further-elements): Use defvar-local.
6144 (skeleton-insert): Use cl-progv.
6145
6146 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6147
6148 * progmodes/prog-mode.el (prog-prettify-symbols)
6149 (prog-prettify-install): Update docstrings.
6150
6151 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * simple.el: Move all the prog-mode code to prog-mode.el.
6154 * progmodes/prog-mode.el: New file.
6155 * loadup.el: Add prog-mode.el.
6156
6157 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6158
6159 * simple.el (prog-prettify-symbols): Add version.
6160 (prog-prettify-install): Add convenience function to prettify symbols.
6161
6162 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
6163 (perl--augmented-font-lock-keywords-1)
6164 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
6165 variables and use it.
6166
6167 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6168 (cfengine3-mode): Remove unneeded variable and use it.
6169
6170 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6171 (lisp--augmented-font-lock-keywords-1)
6172 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
6173 Remove unneeded variables and use it.
6174
6175 2013-06-05 João Távora <joaotavora@gmail.com>
6176
6177 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
6178 to point when opening the connection. (Bug#14380)
6179
6180 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * subr.el (load-history-regexp, load-history-filename-element)
6183 (eval-after-load, after-load-functions, do-after-load-evaluation)
6184 (eval-next-after-load, display-delayed-warnings)
6185 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
6186 definition of save-match-data.
6187 (overriding-local-map): Remove accidental obsolescence declaration.
6188
6189 * emacs-lisp/edebug.el (edebug-result): Move before first use.
6190
6191 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
6192
6193 Generalize symbol prettify support to prog-mode and implement it
6194 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
6195 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
6196 (prog--prettify-font-lock-compose-symbol)
6197 (prog-prettify-font-lock-symbols-keywords): New variables and
6198 functions to support symbol prettification.
6199 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
6200 (lisp--augmented-font-lock-keywords-1)
6201 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
6202 (lisp--prettify-symbols-alist): Implement prettify of lambda.
6203 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
6204 (cfengine3--prettify-symbols-alist, cfengine3-mode):
6205 Implement prettify of -> => :: strings.
6206 * progmodes/perl-mode.el (perl-prettify-symbols)
6207 (perl--font-lock-compose-symbol)
6208 (perl--font-lock-symbols-keywords): Move to prog-mode.
6209 (perl--prettify-symbols-alist): Prettify -> => :: strings.
6210 (perl-font-lock-keywords-1)
6211 (perl-font-lock-keywords-2): Remove explicit prettify support.
6212 (perl--augmented-font-lock-keywords)
6213 (perl--augmented-font-lock-keywords-1)
6214 (perl--augmented-font-lock-keywords-2, perl-mode):
6215 Implement prettify support.
6216
6217 2013-06-05 Leo Liu <sdl.web@gmail.com>
6218
6219 Re-implement smie matching block highlight using
6220 show-paren-data-function. (Bug#14395)
6221 * emacs-lisp/smie.el (smie-matching-block-highlight)
6222 (smie--highlight-matching-block-overlay)
6223 (smie--highlight-matching-block-lastpos)
6224 (smie-highlight-matching-block)
6225 (smie-highlight-matching-block-mode): Remove.
6226 (smie--matching-block-data-cache): New variable.
6227 (smie--matching-block-data): New function.
6228 (smie-setup): Use smie--matching-block-data for
6229 show-paren-data-function.
6230
6231 * progmodes/octave.el (octave-mode-menu): Fix.
6232 (octave-find-definition): Skip garbage lines.
6233
6234 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6235
6236 Fix compilation error with simultaneous dynamic+lexical scoping.
6237 Add warning when a defvar appears after the first let-binding.
6238 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6239 (byte-compile-close-variables): Initialize it.
6240 (byte-compile--declare-var): New function.
6241 (byte-compile-file-form-defvar)
6242 (byte-compile-file-form-define-abbrev-table)
6243 (byte-compile-file-form-custom-declare-variable): Use it.
6244 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6245 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6246 (byte-compile-bind): Handle dynamic bindings that shadow
6247 lexical bindings.
6248 (byte-compile-unbind): Make arg non-optional.
6249 (byte-compile-let): Simplify.
6250 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6251 (cconv--analyse-function, cconv-analyse-form): Populate it.
6252 Protect byte-compile-bound-variables to limit the scope of defvars.
6253 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6254 Remove unneeded rule for `declare'.
6255
6256 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6257 so as to avoid depending on cl-adjoin at run-time.
6258 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6259
6260 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6261 (macroexp--warn-and-return): Use it.
6262
6263 2013-06-05 Leo Liu <sdl.web@gmail.com>
6264
6265 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6266
6267 2013-06-04 Leo Liu <sdl.web@gmail.com>
6268
6269 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6270 (compilation-auto-jump): Suppress the "Mark set" message to give
6271 way to exit message.
6272
6273 2013-06-04 Alan Mackenzie <acm@muc.de>
6274
6275 Remove faulty optimisation from indentation calculation.
6276 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6277 search limit based on 2000 characters back from indent-point.
6278
6279 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6280
6281 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6282
6283 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * emacs-lisp/lisp.el: Use lexical-binding.
6286 (lisp--local-variables-1, lisp--local-variables): New functions.
6287 (lisp--local-variables-completion-table): New var.
6288 (lisp-completion-at-point): Use it complete let-bound vars.
6289
6290 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6291 eagerly (bug#14422).
6292
6293 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
6294
6295 * autorevert.el (auto-revert-notify-enabled)
6296 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6297 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6298 (auto-revert-notify-handler): Handle also gfilenotify.
6299
6300 * subr.el (file-notify-handle-event): New defun. Replacing ...
6301 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
6302 Remove.
6303
6304 2013-06-03 Juri Linkov <juri@jurta.org>
6305
6306 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6307 `M-s h .'. (Bug#14427)
6308
6309 * hi-lock.el (highlight-symbol-at-point): New alias for the new
6310 command `hi-lock-face-symbol-at-point'.
6311 (hi-lock-face-symbol-at-point): New command.
6312 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6313 (hi-lock-menu): Add `highlight-symbol-at-point'.
6314 (hi-lock-mode): Doc fix.
6315
6316 * isearch.el (isearch-forward-symbol-at-point): New command.
6317 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6318 (isearch-highlight-regexp): Add a regexp which matches
6319 words/symbols for word/symbol mode.
6320
6321 * subr.el (find-tag-default-bounds): New function with the body
6322 mostly moved from `find-tag-default'.
6323 (find-tag-default): Move most code to `find-tag-default-bounds',
6324 call it and apply `buffer-substring-no-properties' afterwards.
6325
6326 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6327
6328 * eshell/em-term.el (eshell-term-initialize):
6329 Use `cl-intersection' rather than `intersection'.
6330
6331 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6332
6333 * vc/log-view.el: Doc fix.
6334 (log-view-mode-map): Copy keymap from `special-mode-map'.
6335
6336 2013-06-02 Eric Ludlam <zappo@gnu.org>
6337
6338 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6339 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6340 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6341 (eieio-unbound, eieio-default-superclass)
6342 (eieio--define-field-accessors, method-static, method-before)
6343 (method-primary, method-after, method-num-lists)
6344 (method-generic-before, method-generic-primary)
6345 (method-generic-after, method-num-slots)
6346 (eieio-specialized-key-to-generic-key)
6347 (eieio--check-type, class-v, class-p)
6348 (eieio-class-name, define-obsolete-function-alias)
6349 (eieio-class-parents-fast, eieio-class-children-fast)
6350 (same-class-fast-p, class-constructor, generic-p)
6351 (generic-primary-only-p, generic-primary-only-one-p)
6352 (class-option-assoc, class-option, eieio-object-p)
6353 (class-abstract-p, class-method-invocation-order)
6354 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6355 (eieio-class-un-autoload, eieio-defclass)
6356 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6357 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6358 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6359 (eieio-defgeneric-reset-generic-form)
6360 (eieio-defgeneric-form-primary-only)
6361 (eieio-defgeneric-reset-generic-form-primary-only)
6362 (eieio-defgeneric-form-primary-only-one)
6363 (eieio-defgeneric-reset-generic-form-primary-only-one)
6364 (eieio-unbind-method-implementations)
6365 (eieio--defmethod, eieio--typep)
6366 (eieio-perform-slot-validation, eieio-validate-slot-value)
6367 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6368 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6369 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6370 (eieio-slot-name-index, eieio-class-slot-name-index)
6371 (eieio-set-defaults, eieio-initarg-to-attribute)
6372 (eieio-attribute-to-initarg, eieio-c3-candidate)
6373 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6374 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6375 (eieio-class-precedence-list, eieio-generic-call-methodname)
6376 (eieio-generic-call-arglst, eieio-generic-call-key)
6377 (eieio-generic-call-next-method-list)
6378 (eieio-pre-method-execution-functions, eieio-generic-call)
6379 (eieio-generic-call-primary-only, eieiomt-method-list)
6380 (eieiomt-optimizing-obarray, eieiomt-install)
6381 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6382 (eieio-generic-form, eieio-defmethod, make-obsolete)
6383 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
6384 (defclass): Remove `eval-and-compile' from macro.
6385 (call-next-method, shared-initialize): Instead of using
6386 `scoped-class' variable, use new eieio--scoped-class, and
6387 eieio--with-scoped-class.
6388 (initialize-instance): Rename local variable 'scoped-class' to
6389 'this-class' to remove ambiguitity from old global.
6390
6391 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6392 eieio.el.
6393 (eieio--scoped-class-stack): New variable.
6394 (eieio--scoped-class): New fcn.
6395 (eieio--with-scoped-class): New scoping macro.
6396 (eieio-defclass): Use pushnew instead of add-to-list.
6397 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6398 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6399 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6400 `scoped-class' variable, use new eieio--scoped-class, and
6401 eieio--with-scoped-class.
6402
6403 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6404
6405 2013-06-02 Tassilo Horn <tsdh@gnu.org>
6406
6407 * eshell/esh-ext.el (eshell-external-command): Pass args to
6408 `eshell-find-interpreter'.
6409 (eshell-find-interpreter): Add new second parameter ARGS.
6410
6411 * eshell/em-script.el (eshell-script-initialize): Add second arg
6412 to the function added as MATCH to `eshell-interpreter-alist'.
6413
6414 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
6415 the function added as MATCH to `eshell-interpreter-alist'.
6416
6417 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6418 (eshell-visual-options): New defcustom.
6419 (eshell-escape-control-x): Adapt docstring.
6420 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6421 `eshell-visual-options' in addition to `eshell-visual-commands'.
6422 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6423
6424 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
6425
6426 * progmodes/python.el (python-indent-block-enders): Add break,
6427 continue and raise keywords.
6428
6429 2013-06-01 Glenn Morris <rgm@gnu.org>
6430
6431 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6432
6433 Plain (f)boundp silences compilation warnings since Emacs 22.1.
6434 * progmodes/cc-cmds.el (delete-forward-p):
6435 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6436 * progmodes/cc-engine.el (buffer-syntactic-context):
6437 * progmodes/cc-fonts.el (face-property-instance):
6438 * progmodes/cc-mode.el (set-keymap-parents):
6439 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6440 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6441 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
6442 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6443 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
6444
6445 * progmodes/cc-vars.el (other): Emacs has this widget since
6446 at least 21.1, so don't (re)define it.
6447
6448 * eshell/em-cmpl.el (eshell-cmpl-initialize):
6449 Replace the obsolete alias pcomplete-arg-quote-list.
6450
6451 2013-06-01 Leo Liu <sdl.web@gmail.com>
6452
6453 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6454 punctuation syntax.
6455 (inferior-octave-minimal-columns)
6456 (inferior-octave-last-column-width): New variables.
6457 (inferior-octave-track-window-width-change): New function.
6458 (inferior-octave-mode): Adjust column width so that Octave output,
6459 for example from 'ls', can fit into the window nicely.
6460
6461 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6462
6463 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6464 Highlight expansions inside regexp literals.
6465
6466 2013-05-31 Glenn Morris <rgm@gnu.org>
6467
6468 * obsolete/sym-comp.el (symbol-complete):
6469 Replace obsolete completion-annotate-function.
6470
6471 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6472
6473 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6474
6475 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6476 New function, checks if point is inside a literal that allows
6477 expression expansion.
6478 (ruby-syntax-propertize-expansion): Use it.
6479 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6480 around the body.
6481
6482 2013-05-30 Juri Linkov <juri@jurta.org>
6483
6484 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6485 to "\M-si".
6486 (isearch-invisible): New variable.
6487 (isearch-forward): Doc fix.
6488 (isearch-mode): Set `isearch-invisible'
6489 to the value of `search-invisible'.
6490 (isearch-toggle-case-fold): Doc fix.
6491 (isearch-toggle-invisible): New command.
6492 (isearch-query-replace): Let-bind `search-invisible'
6493 to the value of `isearch-invisible'.
6494 (isearch-search): Use `isearch-invisible' instead of
6495 `search-invisible'. Let-bind `search-invisible'
6496 to the value of `isearch-invisible'. (Bug#11378)
6497
6498 2013-05-30 Juri Linkov <juri@jurta.org>
6499
6500 * replace.el (perform-replace): Avoid `isearch-range-invisible'
6501 call when `query-flag' is nil and `search-invisible' is non-nil.
6502 (Bug#11746)
6503
6504 2013-05-30 Glenn Morris <rgm@gnu.org>
6505
6506 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6507
6508 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6509 (cc-require): Suppress spurious "noruntime" warnings.
6510 (cc-require-when-compile): Use fboundp, for sake of compiler.
6511
6512 * progmodes/cc-mode.el: Move load of cc-vars before that of
6513 cc-langs (which in turn loads cc-vars), to quieten compiler.
6514
6515 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * paren.el: Simplify the code.
6518 (show-paren-mode): Always start the timer.
6519 (show-paren--idle-timer): Rename from show-paren-idle-timer.
6520 (show-paren--overlay, show-paren--overlay-1): Rename from
6521 show-paren-overlay and show-paren-overlay-1, and initialize to an
6522 overlay rather than to nil.
6523 (show-paren-function): Misc cleanup and simplifications.
6524
6525 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * paren.el (show-paren-data-function): New hook.
6528 (show-paren--default): New function, extracted from show-paren-function.
6529 (show-paren-function): Use show-paren-data-function.
6530
6531 2013-05-30 Glenn Morris <rgm@gnu.org>
6532
6533 * ielm.el (ielm-map, ielm-complete-symbol):
6534 Use completion-at-point rather than obsolete functions.
6535 (inferior-emacs-lisp-mode): Doc fix.
6536 Set completion-at-point-functions, rather than
6537 comint-dynamic-complete-functions.
6538
6539 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6540 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6541 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6542
6543 * image.el (image-animated-p): Tweak definition.
6544
6545 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6546 (rlogin-process-connection-type): Tweak default. Add set-after.
6547 (rlogin-host): Doc fix.
6548 (rlogin): Tweak prompt.
6549 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6550
6551 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6552 * progmodes/tcl.el (inferior-tcl-mode-map):
6553 Use completion-at-point rather than obsolete alias.
6554
6555 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6556
6557 * minibuffer.el (read-file-name-completion-ignore-case):
6558 Move before completion--in-region, for eager macro expansion.
6559
6560 2013-05-29 Juri Linkov <juri@jurta.org>
6561
6562 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6563 for total count of matching lines. Add `global-matches' for total
6564 count of matches. Rename `matches' to `lines' for count of
6565 matching lines. Add `matches' for count of matches.
6566 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
6567 to `prev-line' for line number of prev match endpt.
6568 Increment `matches' for every match. Print the number of
6569 matching lines in the header.
6570 (occur-context-lines): Rename `lines' to `curr-line'.
6571 Rename `prev-lines' to `prev-line'. (Bug#14017)
6572
6573 2013-05-29 Juri Linkov <juri@jurta.org>
6574
6575 * replace.el (perform-replace): Add `skip-read-only-count',
6576 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6577 Increment them for corresponding conditions and report the number
6578 of skipped occurrences in the final message. (Bug#11746)
6579 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6580 (replace-string, replace-regexp): Doc fix.
6581
6582 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * emacs-lisp/trace.el (trace--read-args): Provide a default.
6585
6586 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
6587 prog-mode-map (bug#14504).
6588
6589 2013-05-29 Leo Liu <sdl.web@gmail.com>
6590
6591 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6592 (octave-help): Small simplification.
6593
6594 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6595 off the highlight first.
6596
6597 2013-05-29 Glenn Morris <rgm@gnu.org>
6598
6599 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6600 Handle idlwave-last-system-routine-info-cons-cell being nil.
6601
6602 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6603 (idlwave-write-paths): Simplify via with-temp-buffer.
6604
6605 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6606 * emulation/cua-rect.el: Also load cua-base at run time.
6607
6608 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6609 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6610 (cperl-imenu-on-info): Require imenu.
6611
6612 2013-05-28 Alan Mackenzie <acm@muc.de>
6613
6614 Handle "capitalised keywords" correctly.
6615 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
6616
6617 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
6618
6619 * eshell/em-unix.el: Add -r option to cp.
6620
6621 2013-05-28 Glenn Morris <rgm@gnu.org>
6622
6623 * vc/vc-arch.el (vc-exec-after): Declare.
6624 (vc-switches): Autoload.
6625 * vc/vc-bzr.el: No need to require vc when compiling.
6626 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6627 (vc-resynch-buffer, vc-dir-refresh): Declare.
6628 (vc-setup-buffer, vc-switches): Autoload.
6629 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6630 (vc-resynch-buffer): Declare.
6631 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
6632 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
6633 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6634 (grep-read-regexp, grep-read-files, grep-expand-template)
6635 (vc-dir-refresh): Declare.
6636 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6637 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6638 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
6639 * vc/vc-mtn.el (vc-exec-after): Declare.
6640 (vc-switches): Autoload.
6641 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6642 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6643 (vc-file-tree-walk): Declare.
6644 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6645 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6646 (vc-tag-precondition, vc-rename-master): Autoload.
6647 * vc/vc-svn.el (vc-exec-after): Declare.
6648 (vc-switches, vc-setup-buffer): Autoload.
6649 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6650 Autoload.
6651 (vc-resynch-buffer): Declare.
6652
6653 * obsolete/fast-lock.el (byte-compile-warnings):
6654 Don't warn about obsolete features in this obsolete file.
6655
6656 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6657 Move definition before use.
6658
6659 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6660 (dun-unix-verbs): Remove dun-zippy.
6661 (dun-zippy): Remove function.
6662
6663 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6664
6665 2013-05-27 Juri Linkov <juri@jurta.org>
6666
6667 * replace.el (replace-search): New function with code moved out
6668 from `perform-replace'.
6669 (replace-highlight, replace-dehighlight): Move function definitions
6670 up closer to `replace-search'. (Bug#11746)
6671
6672 2013-05-27 Juri Linkov <juri@jurta.org>
6673
6674 * replace.el (perform-replace): Ignore invisible matches.
6675 In addition to checking `query-replace-skip-read-only', also
6676 filter out matches by calling `run-hook-with-args-until-failure'
6677 on `isearch-filter-predicates', and also check `search-invisible'
6678 for t or call `isearch-range-invisible'.
6679 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
6680
6681 2013-05-27 Juri Linkov <juri@jurta.org>
6682
6683 * isearch.el (isearch-filter-predicates): Rename from
6684 `isearch-filter-predicate'. Doc fix. (Bug#11378)
6685 (isearch-message-prefix): Display text from the property
6686 `isearch-message-prefix' of the currently active filters.
6687 (isearch-search): Don't compare `isearch-filter-predicate' with
6688 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
6689 on `isearch-filter-predicates'. Also check `search-invisible' for t
6690 or call `isearch-range-invisible'.
6691 (isearch-filter-visible): Make obsolete.
6692 (isearch-lazy-highlight-search):
6693 Call `run-hook-with-args-until-failure' on
6694 `isearch-filter-predicates' and use `isearch-range-invisible'.
6695
6696 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6697 `isearch-filter-predicates' instead of `funcall'ing
6698 `isearch-filter-predicate'.
6699 (Info-mode): Set `Info-isearch-filter' to
6700 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6701
6702 * dired-aux.el (dired-isearch-filter-predicate-orig):
6703 Remove variable.
6704 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6705 (dired-isearch-filenames-end): Add and remove
6706 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6707 instead of changing the value of `isearch-filter-predicate'.
6708 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6709 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6710 Put property `isearch-message-prefix' to "filename " on
6711 `dired-isearch-filter-filenames'.
6712
6713 * wdired.el (wdired-change-to-wdired-mode):
6714 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6715 locally instead of changing `isearch-filter-predicate'.
6716 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6717
6718 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
6719
6720 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6721 return the commit hash (Bug#14459). Also set the
6722 `vc-git-detached' property.
6723 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6724 (vc-git-mode-line-string): Use the same help-echo format whether
6725 in detached mode or not, because we know the actual revision now.
6726 When in detached mode, shorten the revision to 7 chars.
6727
6728 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * emacs-lisp/easy-mmode.el (define-minor-mode):
6731 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
6732 mode hook and provide a docstring.
6733
6734 2013-05-27 Alan Mackenzie <acm@muc.de>
6735
6736 Remove spurious syntax-table text properties inserted by C-y.
6737 * progmodes/cc-mode.el (c-after-change): Also clear hard
6738 syntax-table property with value nil.
6739
6740 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
6741
6742 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
6743 when reading the events; the buffer layout shall not be changed.
6744
6745 2013-05-27 Leo Liu <sdl.web@gmail.com>
6746
6747 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
6748 New variable.
6749 (inferior-octave-directory-tracker): Automatically re-sync
6750 default-directory.
6751 (octave-help): Improve handling of 'See also'.
6752
6753 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6754
6755 * doc-view.el: Minor naming convention tweaks.
6756 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6757
6758 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
6759 even if there's no `display' property yet (bug#14435).
6760
6761 2013-05-25 Eli Zaretskii <eliz@gnu.org>
6762
6763 * subr.el (unmsys--file-name): Rename from reveal-filename.
6764
6765 * Makefile.in (custom-deps, finder-data, autoloads)
6766 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6767 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6768 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
6769
6770 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6771
6772 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
6773 error-completion on the first 2 args of condition-case (bug#14446).
6774 Don't burp at EOB.
6775
6776 2013-05-25 Leo Liu <sdl.web@gmail.com>
6777
6778 * comint.el (comint-previous-matching-input): Do not flood the
6779 *Messages* buffer with trivial messages.
6780
6781 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * progmodes/flymake.el (flymake-nop): Don't return a string.
6784 (flymake-set-at): Fix typo.
6785
6786 * simple.el (read--expression): New function, extracted from
6787 eval-expression. Set completion-at-point-functions (bug#14465).
6788 (eval-expression, eval-minibuffer): Use it.
6789
6790 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
6791
6792 * progmodes/flymake.el (flymake-save-buffer-in-file)
6793 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
6794 (flymake-selected-frame, flymake-log, flymake-ins-after)
6795 (flymake-set-at, flymake-get-buildfile-from-cache)
6796 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
6797 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
6798 Refine the doc string.
6799 (flymake-get-file-name-mode-and-masks): Reformat.
6800 (flymake-get-real-file-name-function): Fix a minor bug.
6801
6802 2013-05-24 Juri Linkov <juri@jurta.org>
6803
6804 * progmodes/grep.el (grep-mode-font-lock-keywords):
6805 Support =linenumber= format used by git-grep for lines with
6806 function names. (Bug#13549)
6807
6808 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * progmodes/octave.el (octave-smie-rules): Return nil rather than
6811 0 after a semi-colon; it works better for smie-auto-fill.
6812 (octave--indent-new-comment-line): New function.
6813 (octave-indent-new-comment-line): Use it (indirectly).
6814 (octave-mode): Don't disable smie-auto-fill. Use add-function to
6815 modify comment-line-break-function.
6816
6817 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
6818 (smie-setup): Use add-function to set it.
6819
6820 2013-05-24 Sam Steingold <sds@gnu.org>
6821
6822 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
6823 argument (before the `interactive' argument).
6824
6825 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * image-mode.el (image-mode-winprops): Add winprops to
6828 image-mode-winprops-alist before running
6829 image-mode-new-window-functions.
6830 * doc-view.el (doc-view-new-window-function): Don't delay
6831 doc-view-goto-page via timers (bug#14435).
6832
6833 2013-05-24 Tassilo Horn <tsdh@gnu.org>
6834
6835 * doc-view.el: Integrate with desktop.el. (Bug#14435)
6836 (doc-view-desktop-save-buffer): New function.
6837 (doc-view-restore-desktop-buffer): New function.
6838 (desktop-buffer-mode-handlers):
6839 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
6840 handler.
6841 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
6842 `desktop-save-buffer' function.
6843
6844 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
6845
6846 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
6847 (tramp-gvfs-file-name-handler): Raise a user error when
6848 `tramp-gvfs-enabled' is nil.
6849 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
6850 Do not raise a user error when loading package. (Bug#14447)
6851
6852 * net/xesam.el: Move to obsolete/.
6853
6854 2013-05-24 Glenn Morris <rgm@gnu.org>
6855
6856 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
6857
6858 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
6859
6860 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
6861 (Info-find-node, Man-getpage-in-background): Declare.
6862
6863 * mail/unrmail.el (unrmail):
6864 Replace obsolete detect-coding-with-priority.
6865
6866 * net/socks.el (socks-split-string): Use this rather than split-string.
6867 (socks-nslookup-host): Update for above change.
6868 (dynamic-choice, s5-dynamic-choice-match)
6869 (s5-dynamic-choice-match-inline, s5-widget-value-create):
6870 Comment out unused code.
6871
6872 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
6873 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
6874 (gud-tooltip-echo-area): Make obsolete.
6875 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
6876
6877 * progmodes/js.el (js--optimize-arglist): Declare.
6878
6879 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
6880
6881 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
6882 (ediff-window-C): Declare.
6883
6884 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
6885 Tweak requires to silence compiler.
6886
6887 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
6888 (he-search-string, he-tried-table, he-expand-list)
6889 (he-init-string, he-string-member, he-substitute-string)
6890 (he-reset-string): Declare.
6891
6892 * obsolete/options.el (list-options): Use custom-variable-p,
6893 rather than obsolete alias.
6894
6895 2013-05-23 Sam Steingold <sds@gnu.org>
6896
6897 * simple.el (shell-command-on-region): Pass the `replace' argument
6898 down to `call-process-region' to comply with the doc as reported on
6899 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
6900
6901 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6902
6903 * emacs-lisp/smie.el (smie-indent-forward-token)
6904 (smie-indent-backward-token): Handle string tokens (bug#14381).
6905
6906 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6907
6908 * ielm.el (ielm-menu): New menu.
6909 (inferior-emacs-lisp-mode): Set comment-start.
6910
6911 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6912
6913 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
6914 Fix deactivate action.
6915
6916 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
6917 Add cleveref macros.
6918
6919 * lisp/textmodes/reftex-parse.el
6920 (reftex-locate-bibliography-files): Accept options for
6921 bibliography commands.
6922 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
6923 Add addbibresource. Basic Biblatex support.
6924
6925 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
6926
6927 * net/tramp-gvfs.el (top):
6928 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
6929 when loading package. (Bug#14447)
6930
6931 2013-05-23 Glenn Morris <rgm@gnu.org>
6932
6933 * progmodes/js.el: No need to load comint when compiling.
6934 (ring-insert, comint-send-string, comint-send-input)
6935 (comint-last-input-end, ido-chop): Declare.
6936
6937 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
6938 * vc/ediff-mult.el: Adjust requires.
6939 (ediff-directories-internal, ediff-directory-revisions-internal)
6940 (ediff-patch-file-internal): Declare.
6941 * vc/ediff-ptch.el: Adjust requires.
6942 (ediff-use-last-dir, ediff-buffers-internal): Declare.
6943 (ediff-find-file): Autoload.
6944 * vc/ediff-util.el: No need to load ediff when compiling.
6945 (ediff-regions-internal): Declare.
6946 * vc/ediff-wind.el: Adjust requires.
6947 (ediff-compute-toolbar-width): Define when compiling.
6948 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
6949 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
6950 (dired-get-filename, dired-get-marked-files)
6951 (ediff-last-dir-patch, ediff-patch-default-directory)
6952 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
6953 (ediff-patch-buffer-internal): Declare.
6954
6955 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6956 (ispell-process, ispell-buffer-local-words, lm-summary)
6957 (lm-section-start, lm-section-end): Declare.
6958 (checkdoc-ispell-init): Simplify.
6959
6960 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6961 (he-string-member, he-reset-string, he-substitute-string): Declare.
6962
6963 * eshell/em-ls.el: Adjust requires.
6964 (eshell-glob-regexp): Declare.
6965 * eshell/em-tramp.el: Adjust requires.
6966 (eshell-parse-command): Autoload.
6967 * eshell/em-xtra.el: Adjust requires.
6968 (eshell-parse-command): Autoload.
6969 * eshell/esh-ext.el: Adjust requires.
6970 (eshell-parse-command, eshell-close-handles): Autoload.
6971 * eshell/esh-io.el: Adjust requires.
6972 (eshell-output-filter): Autoload.
6973 * eshell/esh-util.el: No need to load tramp when compiling.
6974 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6975 Declare.
6976 (eshell-parse-ange-ls): Require ange-ftp and tramp.
6977 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6978 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6979 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6980 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6981 * eshell/esh-opt.el, eshell/esh-proc.el:
6982 * eshell/esh-var.el: Adjust requires.
6983 * eshell/eshell.el: Do not require esh-util twice.
6984 (eshell-add-input-to-history): Declare.
6985 (eshell-command): Check history module is active before using it.
6986
6987 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6988
6989 2013-05-22 Leo Liu <sdl.web@gmail.com>
6990
6991 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6992
6993 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
6994
6995 * autorevert.el (auto-revert-notify-add-watch)
6996 (auto-revert-notify-handler): Add `attrib' for the inotify case,
6997 it indicates changes in file modification time.
6998
6999 2013-05-22 Glenn Morris <rgm@gnu.org>
7000
7001 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7002 Always delete the autoloaded function from the noruntime and
7003 unresolved functions lists.
7004
7005 * allout.el: No need to load epa, epg, overlay when compiling.
7006 (epg-context-set-passphrase-callback, epg-list-keys)
7007 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
7008 (epg-key-user-id-list): Declare.
7009
7010 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
7011 (viper-set-parsing-style-toggling-macro)
7012 (viper-set-emacs-state-searchstyle-macros):
7013 Use called-interactively-p on Emacs.
7014 (viper-looking-back): Make it an obsolete alias. Update callers.
7015 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
7016 Use looking-back rather than viper-looking-back.
7017 (viper-tmp-insert-at-eob, viper-enlarge-region)
7018 (viper-read-string-with-history, viper-register-to-point)
7019 (viper-append-to-register, viper-change-state-to-vi)
7020 (viper-backward-char-carefully, viper-forward-char-carefully)
7021 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
7022 (viper-change-state-to-emacs): Declare.
7023 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
7024 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
7025 * emulation/viper-mous.el: Do not load viper-cmd.
7026 (viper-backward-char-carefully, viper-forward-char-carefully)
7027 (viper-forward-word, viper-adjust-window): Declare.
7028
7029 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
7030
7031 * progmodes/idlw-help.el (idlwave-help-fontify):
7032 Use called-interactively-p.
7033
7034 * term/w32console.el (w32-get-console-codepage)
7035 (w32-get-console-output-codepage): Declare.
7036
7037 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
7038 Remove unnecessary declarations.
7039 (dframe-message): Doc fix.
7040
7041 * info.el (dframe-select-attached-frame, dframe-current-frame):
7042 Declare.
7043
7044 * speedbar.el (speedbar-message): Make it an obsolete alias.
7045 Update all callers.
7046 (speedbar-with-attached-buffer)
7047 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
7048 (speedbar-with-writable): Use backquote.
7049 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
7050 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
7051 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
7052 rather than speedbar- aliases.
7053 * mail/rmail.el: Load dframe rather than speedbar when compiling.
7054 (speedbar-make-specialized-keymap, speedbar-insert-button)
7055 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
7056 (speedbar-do-function-pointer): Declare.
7057 (rmail-speedbar-button, rmail-speedbar-find-file)
7058 (rmail-speedbar-move-message):
7059 Use dframe-with-attached-buffer rather than speedbar- alias.
7060 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
7061 (dframe-message, speedbar-make-specialized-keymap)
7062 (speedbar-add-expansion-list, speedbar-mode-functions-list)
7063 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
7064 (speedbar-insert-button, dframe-select-attached-frame)
7065 (dframe-maybee-jump-to-attached-frame)
7066 (speedbar-change-initial-expansion-list)
7067 (speedbar-previously-used-expansion-list-name): Declare.
7068 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
7069 Use dframe-message, dframe-with-attached-buffer rather than
7070 speedbar- aliases.
7071 (gud-sentinel): Silence compiler.
7072 * progmodes/vhdl-mode.el (speedbar-refresh)
7073 (speedbar-do-function-pointer, speedbar-add-supported-extension)
7074 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
7075 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
7076 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
7077 (speedbar-file-lists, speedbar-make-tag-line)
7078 (speedbar-line-directory, speedbar-goto-this-file)
7079 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
7080 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
7081 (speedbar-make-button, speedbar-reset-scanners)
7082 (speedbar-files-item-info, speedbar-line-text)
7083 (speedbar-find-file-in-frame, speedbar-set-timer)
7084 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
7085 (speedbar-with-writable): Do not (re)define it.
7086 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
7087 rather than speedbar- alias.
7088
7089 2013-05-21 Leo Liu <sdl.web@gmail.com>
7090
7091 * progmodes/octave.el (octave-mode-menu): Update and re-organize
7092 menu items.
7093 (octave-mode): Tweak fill-nobreak-predicate.
7094 (inferior-octave-startup): Check process to avoid infinite loop.
7095 (inferior-octave): Pop to buffer first to show abornmal process
7096 exit information.
7097
7098 2013-05-21 Glenn Morris <rgm@gnu.org>
7099
7100 * printing.el (pr-menu-bar): Define when compiling.
7101
7102 2013-05-21 Leo Liu <sdl.web@gmail.com>
7103
7104 * progmodes/octave.el (octave-auto-fill): Remove.
7105 (octave-indent-new-comment-line): Improve.
7106 (octave-mode): Use auto fill mode through
7107 comment-line-break-function and fill-nobreak-predicate.
7108 (octave-goto-function-definition): Support DEFUN_DLD.
7109 (octave-beginning-of-defun): Small tweak.
7110 (octave-help): Show parent directory.
7111
7112 2013-05-21 Glenn Morris <rgm@gnu.org>
7113
7114 * files.el (dired-unmark):
7115 * progmodes/gud.el (gdb-input): Update declarations.
7116
7117 * calculator.el (electric, ehelp): No need to load when compiling.
7118 (Electric-command-loop, electric-describe-mode): Declare.
7119
7120 * doc-view.el (doc-view-current-converter-processes): Move before use.
7121
7122 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
7123 Move MODE-set-explicitly definition before use.
7124
7125 * international/mule-diag.el (mule-diag):
7126 Don't use obsolete window-system-version.
7127
7128 * mail/feedmail.el (smtpmail): No need to load when compiling.
7129 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
7130
7131 * mail/mail-utils.el (rfc822): No need to load when compiling.
7132 (rfc822-addresses): Autoload it.
7133 (mail-strip-quoted-names): Trivial simplification.
7134
7135 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
7136 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
7137
7138 * net/snmp-mode.el (tempo): Don't duplicate requires.
7139
7140 * progmodes/prolog.el (info): No need to load when compiling.
7141 (comint): Require before shell requires it.
7142 (Info-goto-node): Autoload it.
7143 (Info-follow-nearest-node): Declare.
7144 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
7145
7146 * textmodes/artist.el (picture-mode-exit): Declare.
7147
7148 * textmodes/reftex-parse.el (reftex-parse-from-file):
7149 Trivial rewrite so the compiler can parse it better.
7150
7151 2013-05-20 Leo Liu <sdl.web@gmail.com>
7152
7153 * progmodes/octave.el (octave-help-mode-map)
7154 (octave-help-mode-finish-hook): New variables.
7155 (octave-help-mode, octave-help-mode-finish): New functions.
7156 (octave-help): Use octave-help-mode.
7157
7158 2013-05-20 Glenn Morris <rgm@gnu.org>
7159
7160 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
7161
7162 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
7163
7164 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
7165 start at point, so that expansion starting right after opening
7166 slash in a regexp is recognized.
7167 (ruby-syntax-before-regexp-re): New defvar, extracted from
7168 ruby-syntax-propertize-function. Since the value of this regexp
7169 is looked up at runtime now, we should be able to turn
7170 `ruby-syntax-methods-before-regexp' into a defcustom later.
7171 (ruby-syntax-propertize-function): Split regexp matching into two
7172 parts, for opening and closing slashes. That allows us to skip
7173 over string interpolations and support multiline regexps.
7174 Don't call `ruby-syntax-propertize-expansions', instead use another rule
7175 for them, which calls `ruby-syntax-propertize-expansion'.
7176 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
7177 call to `ruby-syntax-propertize-function'.
7178 (ruby-syntax-propertize-expansion): Extracted from
7179 `ruby-syntax-propertize-expansions'. Handles one expansion.
7180 (ruby-syntax-propertize-percent-literal): Leave point right after
7181 the percent symbol, so that the expression expansion rule can
7182 propertize the contents.
7183 (ruby-syntax-propertize-heredoc): Leave point at bol following the
7184 heredoc openers.
7185 (ruby-syntax-propertize-expansions): Remove.
7186
7187 2013-05-18 Juri Linkov <juri@jurta.org>
7188
7189 * man.el (Man-default-man-entry): Remove `-' from the end
7190 of the default value. (Bug#14400)
7191
7192 2013-05-18 Glenn Morris <rgm@gnu.org>
7193
7194 * comint.el (comint-password-prompt-regexp):
7195 Allow "password for XXX" where XXX contains colons (eg https://...).
7196
7197 2013-05-18 Leo Liu <sdl.web@gmail.com>
7198
7199 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
7200 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
7201 (octave-source-directories): Don't check process.
7202 (octave-source-directories, octave-find-definition): Doc fix.
7203
7204 2013-05-18 Glenn Morris <rgm@gnu.org>
7205
7206 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7207 Remove backspace/delete bindings. (Bug#14392)
7208
7209 * cus-dep.el (custom-make-dependencies): Sort the output.
7210 (custom-versions-load-alist): Convert comment to doc.
7211
7212 2013-05-17 Leo Liu <sdl.web@gmail.com>
7213
7214 * newcomment.el (comment-search-backward): Stricter in finding
7215 comment start. (Bug#14303)
7216
7217 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7218 (octave-comment-start-skip): Properly anchored.
7219
7220 2013-05-17 Leo Liu <sdl.web@gmail.com>
7221
7222 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7223 Clean up when turned off. (Bug#14395)
7224 (smie--highlight-matching-block-overlay): No longer buffer-local.
7225 (smie-highlight-matching-block): Adjust.
7226
7227 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7228
7229 Doc string fix for "nanoseconds" (Bug#14406).
7230 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7231 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7232
7233 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7234
7235 * calc/calc-units.el (math-extract-units): Preserve powers
7236 of units.
7237
7238 2013-05-17 Leo Liu <sdl.web@gmail.com>
7239
7240 * subr.el (delete-consecutive-dups): New function.
7241 * ido.el (ido-set-matches-1): Use it.
7242 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7243 * ido.el (ido-remove-consecutive-dups): Remove.
7244
7245 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7248 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7249 regexp-opt's `words'.
7250
7251 2013-05-16 Leo Liu <sdl.web@gmail.com>
7252
7253 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7254 (smie--highlight-matching-block-overlay)
7255 (smie--highlight-matching-block-lastpos)
7256 (smie--highlight-matching-block-timer): New variables.
7257 (smie-highlight-matching-block): New function.
7258 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7259 (smie-setup): Conditionally enable smie-blink-matching-open.
7260
7261 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7262
7263 Sync with upstream verilog-mode r840.
7264 * progmodes/verilog-mode.el (verilog-mode-version)
7265 (verilog-mode-release-date): Update.
7266 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7267 (verilog-sig-tieoff): Fix string error on
7268 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7269 (verilog-read-decls): Fix parameters confusing
7270 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7271
7272 2013-05-16 Eli Zaretskii <eliz@gnu.org>
7273
7274 * subr.el (reveal-filename): New function.
7275
7276 * loadup.el: Compute Emacs executable versions on MS-Windows,
7277 where executables have the .exe extension. Add a hard link
7278 emacs-XX.YY.ZZ.exe on MS-Windows.
7279
7280 * Makefile.in (XARGS_LIMIT): New variable.
7281 (custom-deps, finder-data, autoloads)
7282 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7283 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7284 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7285 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7286
7287 2013-05-16 Leo Liu <sdl.web@gmail.com>
7288
7289 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7290 (octave-mode-menu, octave-mode-map): Remove its uses.
7291
7292 2013-05-16 Reto Zimmermann <reto@gnu.org>
7293
7294 Sync with upstream vhdl mode v3.34.2.
7295 * progmodes/vhdl-mode.el: Use `push' throughout.
7296 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7297 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7298 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
7299 (vhdl-actual-generic-name): New option to derive actual generic name.
7300 (vhdl-port-paste-signals): Replace formal by actual generics.
7301 (vhdl-beautify): New name for old group vhdl-align. Update users.
7302 (vhdl-beautify-options): New option.
7303 (vhdl-last-input-event): New compat alias. Use throughout.
7304 (vhdl-goto-line): Replace user level function `goto-line'.
7305 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7306 vhdl-fix-statement-buffer.
7307 (vhdl-create-mode-menu): Add some entries.
7308 (vhdl-align-region-groups): Respect vhdl-beautify-options.
7309 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7310 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7311 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7312 to force statements on one line.
7313 (vhdl-remove-trailing-spaces-region):
7314 New, split from vhdl-remove-trailing-spaces.
7315 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7316 Respect vhdl-beautify-options.
7317 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7318 (vhdl-update-sensitivity-list): Not add with index if exists without.
7319 Not include array index with signal. Ignore keywords in comments.
7320 (vhdl-get-visible-signals): Regexp tweaks.
7321 (vhdl-template-component-inst): Handle empty library.
7322 (vhdl-template-type): Add template for 'enum' type.
7323 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7324 Use vhdl-replace-string.
7325 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7326 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7327 (vhdl-speedbar-initialize): Update for above name change.
7328 (vhdl-compose-wire-components): Fix in handling of constants.
7329 (vhdl-error-regexp-emacs-alist): New variable.
7330 (vhdl-error-regexp-add-emacs): New function;
7331 adds support for new compile.el (Emacs 22+)
7332 (vhdl-generate-makefile-1): Change target order for single lib. units.
7333 Allow use of absolute file names.
7334
7335 2013-05-16 Leo Liu <sdl.web@gmail.com>
7336
7337 * simple.el (prog-indent-sexp): Indent enclosing defun.
7338
7339 2013-05-15 Glenn Morris <rgm@gnu.org>
7340
7341 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7342 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7343 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7344 (whitespace-highlight): Move to whitespace group.
7345
7346 * comint.el (comint-source):
7347 * pcmpl-linux.el (pcmpl-linux):
7348 * shell.el (shell-faces):
7349 * eshell/esh-opt.el (eshell-opt):
7350 * international/ccl.el (ccl): Remove empty custom groups.
7351
7352 * completion.el (dynamic-completion-mode):
7353 * jit-lock.el (jit-lock-debug-mode):
7354 * minibuffer.el (completion-in-region-mode):
7355 * type-break.el (type-break-mode-line-message-mode)
7356 (type-break-query-mode):
7357 * emulation/tpu-edt.el (tpu-edt-mode):
7358 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7359 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7360 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7361
7362 * term/xterm.el (xterm): Change parent group to terminals.
7363
7364 * master.el (master): Remove empty custom group.
7365 (master-mode): Remove unused :group argument.
7366 * textmodes/refill.el (refill): Remove empty custom group.
7367 (refill-mode): Remove unused :group argument.
7368
7369 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7370
7371 * cus-dep.el: Provide a feature.
7372 (custom-make-dependencies): Ignore dotfiles (dir-locals).
7373 Don't mistakenly ignore files whose basenames match a basename
7374 from preloaded-file-list (eg cedet/ede/simple.el).
7375 Add a fallback method for getting :group.
7376
7377 2013-05-15 Juri Linkov <juri@jurta.org>
7378
7379 * isearch.el (isearch-char-by-name): Rename from
7380 `isearch-insert-char-by-name'. Doc fix.
7381 (isearch-forward): Mention `isearch-char-by-name' in
7382 the docstring. (Bug#13348)
7383
7384 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7385 `exit-minibuffer' instead of
7386 `isearch-nonincremental-exit-minibuffer'.
7387 (isearch-edit-string): Remove mention of
7388 `isearch-nonincremental-exit-minibuffer' from docstring.
7389 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7390 (isearch-forward-exit-minibuffer)
7391 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7392
7393 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * loadup.el: Just use unversioned DOC.
7396
7397 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7398 literals as extending to EOB.
7399 (nxml-last-fontify-end): Remove unused variable.
7400 (nxml-after-change1): Use with-silent-modifications.
7401 (nxml-extend-after-change-region): Simplify.
7402 (nxml-extend-after-change-region1): Remove function.
7403 (nxml-after-change1): Don't adjust for dependent regions.
7404 (nxml-fontify-matcher): Simplify.
7405 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7406 (xmltok-add-dependent): Remove function.
7407 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7408 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7409 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7410 unclosed <[[, <?, comment, and other literals as extending to EOB.
7411 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7412 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7413 Remove functions.
7414 (rng-do-some-validation-1): Don't mark dependent regions.
7415 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7416 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7417 (nxml-clear-dependent-regions): Remove functions.
7418 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7419 (nxml-ensure-scan-up-to-date):
7420 Don't clear&mark dependent regions.
7421
7422 2013-05-15 Leo Liu <sdl.web@gmail.com>
7423
7424 * progmodes/octave.el (octave-goto-function-definition):
7425 Improve and fix callers.
7426
7427 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7430 the setter (bug#14387).
7431
7432 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7433 surrounding group (bug#14402).
7434
7435 2013-05-14 Juri Linkov <juri@jurta.org>
7436
7437 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7438 (Bug#14390)
7439
7440 2013-05-14 Glenn Morris <rgm@gnu.org>
7441
7442 * progmodes/f90.el (f90-imenu-generic-expression):
7443 Fix typo in 2013-05-08 change. (Bug#14402)
7444
7445 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7446
7447 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7448 Remove signals for which replies are never received.
7449
7450 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7451
7452 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7453 (gdb-handler-alist, gdb-handler-number): Remove variables.
7454 (gdb-handler-list): New variable.
7455 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7456 (gdb-pending-handler-p, gdb-handle-reply)
7457 (gdb-remove-all-pending-triggers): New functions.
7458 (gdb-discard-unordered-replies): New defcustom.
7459 (gdb-handler): New defstruct.
7460 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
7461 instead of gdb-pending-triggers. Update docstring.
7462 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
7463 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7464 (gdb-var-update-handler, def-gdb-auto-update-trigger)
7465 (def-gdb-auto-update-handler, gdb-get-changed-registers)
7466 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7467 (gdb-frame-handler): Pending triggers are now automatically managed.
7468 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7469 Remove argument.
7470 (gdb-input): Automatically handles pending triggers. Update docstring.
7471 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7472 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7473 Update comments.
7474 (gdb-done-or-error): Now use gdb-handle-reply.
7475
7476 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7477
7478 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7479 gdb-debug-log.
7480
7481 2013-05-14 Glenn Morris <rgm@gnu.org>
7482
7483 * subr.el (user-emacs-directory-warning): New option.
7484 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
7485
7486 2013-05-14 Leo Liu <sdl.web@gmail.com>
7487
7488 * progmodes/octave.el (octave-font-lock-keywords): Fix error
7489 during redisplay.
7490 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
7491 (octave-font-lock-texinfo-comment): Fix invalid search bound
7492 error: wrong side of point.
7493
7494 2013-05-14 Glenn Morris <rgm@gnu.org>
7495
7496 * progmodes/flymake.el (flymake-xml-program): New option.
7497 (flymake-xml-init): Use it.
7498
7499 * term/xterm.el: Provide a feature.
7500
7501 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
7502
7503 2013-05-13 Glenn Morris <rgm@gnu.org>
7504
7505 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7506 Add compat aliases as a hack workaround. (Bug#14384)
7507
7508 2013-05-13 Leo Liu <sdl.web@gmail.com>
7509
7510 * progmodes/octave.el (octave-indent-comment): Fix indentation for
7511 ###, and %!.
7512 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7513 C-M-q.
7514 (octave-comment-start-skip): Include %!.
7515 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
7516
7517 2013-05-12 Leo Liu <sdl.web@gmail.com>
7518
7519 * progmodes/octave.el (inferior-octave-startup): Store the value
7520 of __octave_srcdir__ for octave-source-directories.
7521 (inferior-octave-check-process): New function refactored out of
7522 inferior-octave-send-list-and-digest.
7523 (octave-source-directories)
7524 (octave-find-definition-filename-function): New variables.
7525 (octave-source-directories)
7526 (octave-find-definition-default-filename): New functions.
7527 (octave-find-definition): Improve to find functions implemented in C++.
7528
7529 2013-05-12 Glenn Morris <rgm@gnu.org>
7530
7531 * calendar/diary-lib.el (diary-outlook-format-1):
7532 Don't include dayname in the output. (Bug#14349)
7533
7534 2013-05-11 Glenn Morris <rgm@gnu.org>
7535
7536 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7537
7538 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7539 Treat cc-provide like provide.
7540
7541 2013-05-11 Kevin Ryde <user42@zip.com.au>
7542
7543 * cus-dep.el (custom-make-dependencies):
7544 Use generated-autoload-load-name for the sake of files such
7545 such cedet/semantic/bovine/c.el, where the base file name
7546 is not in load-path. (Bug#5277)
7547
7548 2013-05-11 Glenn Morris <rgm@gnu.org>
7549
7550 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7551 Provide features.
7552
7553 2013-05-11 Leo Liu <sdl.web@gmail.com>
7554
7555 * progmodes/octave.el (octave-indent-comment): Improve.
7556 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
7557 (octave-eldoc-function-signatures, octave-eldoc-function):
7558 New functions.
7559 (octave-mode, inferior-octave-mode): Add eldoc support.
7560
7561 2013-05-11 Richard Stallman <rms@gnu.org>
7562
7563 * epa.el (epa-decrypt-file): Take output file name as argument
7564 and read it using `interactive'.
7565
7566 2013-05-11 Leo Liu <sdl.web@gmail.com>
7567
7568 * progmodes/octave.el (octave-beginning-of-line)
7569 (octave-end-of-line): Check before using up-list because it jumps
7570 out of more syntactic contructs since moving to smie.
7571 (octave-indent-comment): New function.
7572 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
7573 (octave-begin-keywords, octave-end-keywords)
7574 (octave-reserved-words, octave-smie-bnf-table)
7575 (octave-smie-rules): Add new keywords from Octave 3.6.4.
7576
7577 2013-05-11 Glenn Morris <rgm@gnu.org>
7578
7579 * faces.el (internal-face-x-get-resource):
7580 * frame.el (ns-display-monitor-attributes-list):
7581 * calc/calc-aent.el (math-to-radians-2):
7582 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
7583 Fix declarations.
7584
7585 * calc/calc-menu.el: Make it loadable in isolation.
7586
7587 * net/eudcb-bbdb.el: Make it loadable without bbdb.
7588 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7589 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7590 (eudc-bbdb-query-internal): Require 'bbdb.
7591
7592 * lpr.el (lpr-headers-switches):
7593 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7594
7595 * progmodes/sql.el (sql-login-params): Fix and improve :type.
7596
7597 * emulation/edt-mapper.el: In batch mode, error rather than hang.
7598
7599 * term.el (term-set-escape-char): Make it idempotent.
7600
7601 2013-05-10 Leo Liu <sdl.web@gmail.com>
7602
7603 * progmodes/octave.el (inferior-octave-completion-table):
7604 No longer a function and all uses changed. Use cache to speed up
7605 completion due to bug#11906.
7606 (octave-beginning-of-defun): Re-write to be more general.
7607
7608 2013-05-10 Glenn Morris <rgm@gnu.org>
7609
7610 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7611
7612 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * comint.el (comint-redirect-send-command-to-process): Use :around
7615 rather than :override for comint-redirect-filter.
7616 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7617 Call it instead of comint-redirect-original-filter-function (which
7618 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
7619
7620 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
7621
7622 * frame.el (display-monitor-attributes-list): Add NS case.
7623 (ns-display-monitor-attributes-list): Declare.
7624
7625 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
7626
7627 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
7628
7629 2013-05-09 Glenn Morris <rgm@gnu.org>
7630
7631 * international/fontset.el (vertical-centering-font-regexp):
7632 Set standard-value.
7633
7634 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7635
7636 * bookmark.el (bookmark-search-delay):
7637 * cus-start.el (vertical-centering-font-regexp):
7638 * ps-mule.el (ps-mule-font-info-database-default):
7639 * ps-print.el (ps-default-fg, ps-default-bg):
7640 * type-break.el (type-break-good-break-interval):
7641 * whitespace.el (whitespace-indentation-regexp)
7642 (whitespace-space-after-tab-regexp):
7643 * emacs-lisp/testcover.el (testcover-1value-functions)
7644 (testcover-noreturn-functions, testcover-progn-functions)
7645 (testcover-prog1-functions):
7646 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7647 * eshell/em-glob.el (eshell-glob-translate-alist):
7648 * play/tetris.el (tetris-tty-colors):
7649 * progmodes/cpp.el (cpp-face-default-list):
7650 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7651 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7652 (idlwave-help-browser-generic-args):
7653 * progmodes/make-mode.el (makefile-special-targets-list):
7654 * progmodes/python.el (python-shell-virtualenv-path):
7655 * progmodes/verilog-mode.el (verilog-active-low-regexp)
7656 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7657 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7658 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7659 * textmodes/reftex-vars.el (reftex-format-label-function):
7660 * textmodes/remember.el (remember-diary-file): Fix custom types.
7661
7662 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7663 Add :version.
7664
7665 2013-05-09 Leo Liu <sdl.web@gmail.com>
7666
7667 * progmodes/octave.el (inferior-octave-completion-at-point):
7668 Restore file completion. (Bug#14300)
7669 (inferior-octave-startup): Fix incorrect highlighting for the
7670 first prompt.
7671
7672 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * progmodes/ruby-mode.el: First cut at SMIE support.
7675 (ruby-use-smie): New var.
7676 (ruby-smie-grammar): New constant.
7677 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7678 (ruby-smie--forward-token, ruby-smie--backward-token)
7679 (ruby-smie-rules): New functions.
7680 (ruby-mode-variables): Setup SMIE if applicable.
7681
7682 2013-05-08 Eli Zaretskii <eliz@gnu.org>
7683
7684 * simple.el (line-move-visual): Signal beginning/end of buffer
7685 only if vertical-motion moved less than it was requested. Avoids
7686 silly incorrect error messages when there are display strings with
7687 multiple newlines at EOL.
7688
7689 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7692 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7693 (prolog-char-quote-workaround):
7694 * progmodes/cperl-mode.el (cperl-under-as-char):
7695 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
7696 Mark as obsolete.
7697 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
7698 their declaration.
7699 (vhdl-mode-syntax-table-init): Remove.
7700
7701 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7702 last change.
7703
7704 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7705 syntax for "_".
7706 (ld-script-font-lock-keywords):
7707 Change regexps to use things like \_< and \_>.
7708
7709 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7710 Change all regexps to use things like \_< and \_>.
7711
7712 * progmodes/autoconf.el (autoconf-definition-regexp)
7713 (autoconf-font-lock-keywords, autoconf-current-defun-function):
7714 Handle a _ with symbol syntax.
7715 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7716
7717 * progmodes/ada-mode.el (ada-mode-abbrev-table):
7718 Consolidate declaration.
7719 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7720 the declaration.
7721 (ada-create-syntax-table): Remove.
7722 (ada-capitalize-word): Don't mess with the syntax of "_" since it
7723 already has the right syntax nowadays.
7724 (ada-goto-next-word): Don't change the syntax of "_".
7725
7726 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7727 with-wrapper-hook.
7728
7729 2013-05-08 Sam Steingold <sds@gnu.org>
7730
7731 * thingatpt.el (thing-at-point): Accept optional second argument
7732 NO-PROPERTIES to strip the text properties from the return value.
7733 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
7734 to `thing-at-point' instead of stripping the properties ourselves.
7735 Also, when `thing-at-point' fails to find a url, prepend "http://"
7736 to the filename at point on the assumption that the user is
7737 pointing at something like gnu.org/gnu.
7738
7739 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
7740
7741 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7742 * faces.el (crm-separator):
7743 Silence byte-compiler.
7744
7745 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
7746 (tool-bar-map): Remove unneeded defvars.
7747
7748 2013-05-08 Leo Liu <sdl.web@gmail.com>
7749
7750 Re-work a fix for bug#10994 based on Le Wang's patch.
7751 * ido.el (ido-remove-consecutive-dups): New helper.
7752 (ido-completing-read): Use it.
7753 (ido-chop): Revert fix for bug#10994.
7754
7755 2013-05-08 Adam Spiers <emacs@adamspiers.org>
7756
7757 * cus-edit.el (custom-save-variables):
7758 Pretty-print long values. (Bug#14187)
7759
7760 2013-05-08 Glenn Morris <rgm@gnu.org>
7761
7762 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
7763 (m4-mode-syntax-table): Init in the defvar.
7764 (m4-mode-abbrev-table): Let define-derived-mode define it.
7765
7766 2013-05-08 Tom Tromey <tromey@redhat.com>
7767
7768 * progmodes/m4-mode.el (m4-mode-syntax-table):
7769 Do not treat "_" as word constituent. (Bug#14167)
7770
7771 2013-05-07 Glenn Morris <rgm@gnu.org>
7772
7773 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
7774 Remove explicit eshell-isearch-cancel-map.
7775
7776 * progmodes/f90.el (f90-smart-end-names): New option.
7777 (f90-smart-end): Doc fix.
7778 (f90-end-block-optional-name): New constant.
7779 (f90-block-match): Respect f90-smart-end-names.
7780
7781 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * progmodes/octave.el (octave-smie-forward-token): Be more careful
7784 about implicit semi-colons (bug#14218).
7785
7786 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7787
7788 * frame.el (display-monitor-attributes-list)
7789 (frame-monitor-attributes): New functions.
7790
7791 2013-05-06 Leo Liu <sdl.web@gmail.com>
7792
7793 * progmodes/octave.el (octave-syntax-propertize-function): Change
7794 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
7795 (octave-font-lock-keywords): Use octave-operator-regexp.
7796 (octave-completion-at-point): Rename from
7797 octave-completion-at-point-function.
7798 (inferior-octave-directory-tracker): Robustify.
7799 (octave-text-functions): Remove and fix its uses. No such things
7800 any more.
7801
7802 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * emacs-lisp/trace.el (trace--display-buffer): New function.
7805 (trace-make-advice): Use it.
7806
7807 2013-05-06 Juri Linkov <juri@jurta.org>
7808
7809 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
7810 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
7811 Doc fix.
7812 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
7813 in the help string. (Bug#12985)
7814
7815 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
7816
7817 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
7818
7819 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * progmodes/perl-mode.el: Add support for here documents.
7822 (perl-syntax-propertize-function): Match here-doc markers.
7823 (perl-syntax-propertize-special-constructs): Find their end.
7824 (perl-imenu-generic-expression): Use [:alnum:].
7825
7826 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
7827 (advice--add-function): Refresh the advice if already present
7828 (bug#14317).
7829
7830 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
7831
7832 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
7833
7834 2013-05-06 Glenn Morris <rgm@gnu.org>
7835
7836 * w32-fns.el (w32-charset-info-alist): Declare.
7837
7838 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
7839 of its defcustom properties.
7840 (eshell-cmpl-initialize): No need to load pcomplete.
7841
7842 * generic-x.el: No need to require comint when compiling.
7843
7844 * net/eudc-export.el: Make it loadable without bbdb.
7845 (top-level): Use require rather than load-library.
7846 (eudc-create-bbdb-record, eudc-bbdbify-phone)
7847 (eudc-batch-export-records-to-bbdb)
7848 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
7849 Require bbdb.
7850
7851 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7852
7853 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
7854 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
7855 some tweaks, instead.
7856
7857 2013-05-05 Leo Liu <sdl.web@gmail.com>
7858
7859 * progmodes/octave.el (octave-font-lock-keywords)
7860 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
7861 (inferior-octave-send-list-and-digest): Improve error message.
7862 (octave-mode, inferior-octave-mode): Use setq-local.
7863 (octave-help): Set info-lookup-mode.
7864
7865 2013-05-05 Richard Stallman <rms@gnu.org>
7866
7867 * vc/compare-w.el (compare-windows-whitespace):
7868 Treat no-break space as whitespace.
7869
7870 * mail/rmailsum.el (rmail-summary-rmail-update):
7871 Detect empty summary and don't change selected message.
7872 (rmail-summary-goto-msg): Likewise.
7873
7874 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
7875 Doc fixes, rename args.
7876
7877 2013-05-05 Alan Mackenzie <acm@muc.de>
7878
7879 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
7880
7881 2013-05-05 Juri Linkov <juri@jurta.org>
7882
7883 * info.el (Info-read-subfile): Use (point-min) instead of (point)
7884 to not add the length of the summary segment to the return value.
7885 (Bug#14125)
7886
7887 2013-05-05 Leo Liu <sdl.web@gmail.com>
7888
7889 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
7890 (inferior-octave-output-filter): Remove.
7891 (octave-send-region, inferior-octave-startup): Fix callers.
7892 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
7893 (octave-binary-file-extensions): New user variable.
7894 (octave-find-definition): Confirm if opening binary files.
7895 (octave-help-file): Use octave-find-definition to get the binary
7896 confirmation.
7897 (octave-help): Adjust for octave-help-file change.
7898
7899 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7900
7901 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
7902 Merge the two entries that handle function definitions.
7903 (pascal--syntax-propertize): New const.
7904 (pascal-mode): Use it. Use setq-local.
7905
7906 2013-05-04 Glenn Morris <rgm@gnu.org>
7907
7908 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
7909 (diary-from-outlook): Respect diary-from-outlook-function.
7910
7911 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
7914 Move the declaration from C.
7915 (read-minibuffer, eval-minibuffer): Move from C.
7916 (completion-setup-function): Avoid minibuffer-completion-contents.
7917
7918 2013-05-03 Leo Liu <sdl.web@gmail.com>
7919
7920 * progmodes/octave.el (octave-font-lock-keywords): Do not
7921 dehighlight 'end' in comments or strings.
7922 (octave-completing-read, octave-goto-function-definition):
7923 New helpers.
7924 (octave-help-buffer): New user variable.
7925 (octave-help-file, octave-help-function): New button types.
7926 (octave-help): New command and bind it to C-h ;.
7927 (octave-find-definition): New command and bind it to M-.
7928 (user-error): Alias to error if not defined.
7929
7930 2013-05-02 Leo Liu <sdl.web@gmail.com>
7931
7932 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
7933 for \. (bug#14332)
7934 (octave-font-lock-keywords): Include [ and {.
7935
7936 2013-05-02 Leo Liu <sdl.web@gmail.com>
7937
7938 * progmodes/octave.el (inferior-octave-startup-file): Change default.
7939 (inferior-octave): Remove calling comint-mode and return the buffer.
7940 (inferior-octave-startup): Cosmetic changes.
7941
7942 2013-05-02 Leo Liu <sdl.web@gmail.com>
7943
7944 * progmodes/octave.el (octave-syntax-propertize-function):
7945 Include the case when ' is at line beginning. (Bug#14336)
7946
7947 2013-05-02 Glenn Morris <rgm@gnu.org>
7948
7949 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
7950 * desktop.el (vc-dir-mode): Just autoload it here.
7951
7952 2013-05-02 Alan Mackenzie <acm@muc.de>
7953
7954 Eliminate variable c-standard-font-lock-fontify-region-function.
7955 * progmodes/cc-mode.el
7956 (c-standard-font-lock-fontify-region-function): Remove.
7957 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7958
7959 2013-05-01 Leo Liu <sdl.web@gmail.com>
7960
7961 * progmodes/octave.el: Compatible with older emacs-24 releases.
7962 (inferior-octave-has-built-in-variables): Remove. Built-in
7963 variables were removed from Octave in 2007.
7964 (inferior-octave-startup): Fix uses.
7965 (comint-line-beginning-position): Remove compatibility code for
7966 emacs 21.
7967
7968 2013-05-01 Juri Linkov <juri@jurta.org>
7969
7970 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
7971
7972 2013-05-01 Juri Linkov <juri@jurta.org>
7973
7974 * comint.el (comint-previous-matching-input): Don't print message
7975 "History item: %d" when `isearch-mode' is active.
7976 (comint-history-isearch-message): Print message "History item: %d"
7977 when `comint-input-ring-index' is not empty and this function is
7978 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
7979
7980 2013-05-01 Leo Liu <sdl.web@gmail.com>
7981
7982 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7983 definitions. Use completion-at-point to insert keywords.
7984 (octave-abbrev-start): Remove.
7985 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7986
7987 2013-04-30 Leo Liu <sdl.web@gmail.com>
7988
7989 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7990 change.
7991
7992 2013-04-30 Alan Mackenzie <acm@muc.de>
7993
7994 Handle arbitrarily long C++ member initialisation lists.
7995 * progmodes/cc-engine.el (c-back-over-member-initializers):
7996 new function.
7997 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7998 (most) member init lists.
7999
8000 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8001
8002 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
8003 variable.
8004
8005 2013-04-30 Leo Liu <sdl.web@gmail.com>
8006
8007 * progmodes/octave.el (octave-variables): Remove. No builtin
8008 variables any more. All converted to functions.
8009 (octave-font-lock-keywords, octave-completion-at-point-function):
8010 Fix uses.
8011 (octave-font-lock-texinfo-comment): New user variable.
8012 (octave-texinfo-font-lock-keywords): New variable for texinfo
8013 comment block.
8014 (octave-function-comment-block): New face.
8015 (octave-font-lock-texinfo-comment): New function.
8016 (octave-mode): Font lock texinfo comment block.
8017
8018 2013-04-29 Leo Liu <sdl.web@gmail.com>
8019
8020 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
8021 indexing expression.
8022 (octave-continuation-string): Do not use \.
8023 (inferior-octave-complete-impossible): Remove.
8024 (inferior-octave-completion-table)
8025 (inferior-octave-completion-at-point): Remove its uses.
8026 (inferior-octave-startup): completion_matches was introduced to
8027 Octave in 1996 so safe to assume it.
8028 (octave-function-file-comment): Improve to follow how Octave does it.
8029 (octave-update-function-file-comment): Tweak.
8030
8031 2013-04-29 Leo Liu <sdl.web@gmail.com>
8032
8033 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
8034 (inferior-octave-startup): Remove inferior-octave-startup-hook.
8035 (octave-function-file-comment): Fix typo.
8036 (octave-sync-function-file-names): Use read-char-choice.
8037
8038 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
8039
8040 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
8041 to t for the less important warnings.
8042
8043 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
8044
8045 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
8046
8047 2013-04-27 Glenn Morris <rgm@gnu.org>
8048
8049 * vc/log-view.el (log-view-current-entry):
8050 Treat "---" separator lines as part of the following rev. (Bug#14169)
8051
8052 2013-04-27 Juri Linkov <juri@jurta.org>
8053
8054 * subr.el (read-number): Doc fix about using it by interactive
8055 code letter `n'. (Bug#14254)
8056
8057 2013-04-27 Juri Linkov <juri@jurta.org>
8058
8059 * desktop.el (desktop-auto-save-timeout): New option.
8060 (desktop-file-checksum): New variable.
8061 (desktop-save): Add optional arg `auto-save' and don't auto-save
8062 if nothing changed.
8063 (desktop-auto-save-timer): New variable.
8064 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
8065 (after-init-hook): Call `desktop-auto-save-set-timer'.
8066 Suggested by Reuben Thomas <rrt@sc3d.org> in
8067 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
8068
8069 2013-04-27 Leo Liu <sdl.web@gmail.com>
8070
8071 * progmodes/octave.el (octave-function-file-p)
8072 (octave-skip-comment-forward, octave-function-file-comment)
8073 (octave-update-function-file-comment): New functions.
8074 (octave-mode-map): Bind C-c ; to
8075 octave-update-function-file-comment.
8076 (octave-mode-menu): Add octave-update-function-file-comment.
8077 (octave-mode, inferior-octave-mode): Fix doc-string.
8078 (octave-insert-defun): Conform to Octave's coding convention.
8079 (Bug#14285)
8080
8081 * files.el (basic-save-buffer): Don't let errors in
8082 before-save-hook prevent saving buffer.
8083
8084 2013-04-20 Roland Winkler <winkler@gnu.org>
8085
8086 * faces.el (read-face-name): Use completing-read if arg multiple
8087 is nil.
8088
8089 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
8090
8091 * ls-lisp.el (ls-lisp-insert-directory): If no files are
8092 displayed, move point to after the totals line.
8093 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
8094 for the details.
8095
8096 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * emacs-lisp/package.el (package-autoload-ensure-default-file):
8099 Add current dir to the load-path.
8100 (package-generate-autoloads): Don't rely on
8101 autoload-ensure-default-file.
8102
8103 2013-04-26 Reuben Thomas <rrt@sc3d.org>
8104
8105 * textmodes/remember.el (remember-store-in-files): Document that
8106 the file name format is passed to `format-time-string'.
8107
8108 2013-04-26 Leo Liu <sdl.web@gmail.com>
8109
8110 * progmodes/octave.el (octave-sync-function-file-names): New function.
8111 (octave-mode): Use it in before-save-hook.
8112
8113 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
8116 (bug#14274).
8117
8118 * progmodes/octave.el (octave-smie-forward-token): Properly skip
8119 \n and comment, even if it's not an implicit ; (bug#14218).
8120
8121 2013-04-26 Glenn Morris <rgm@gnu.org>
8122
8123 * subr.el (read-number): Once more use `read' rather than
8124 `string-to-number', to trap non-numeric input. (Bug#14254)
8125
8126 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
8127
8128 * emacs-lisp/syntax.el (syntax-propertize-multiline):
8129 Use `syntax-multiline' text property consistently instead of
8130 `font-lock-multiline'. (Bug#14237)
8131
8132 2013-04-26 Glenn Morris <rgm@gnu.org>
8133
8134 * emacs-lisp/shadow.el (list-load-path-shadows):
8135 No longer necessary to check for duplicate simple.el, since
8136 2012-07-07 change to init_lread to not include installation lisp
8137 directories in load-path when running uninstalled. (Bug#14270)
8138
8139 2013-04-26 Leo Liu <sdl.web@gmail.com>
8140
8141 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
8142 (octave-mode, inferior-octave-mode): Use setq-local.
8143 (octave-not-in-string-or-comment-p): Rename to
8144 octave-in-string-or-comment-p.
8145 (octave-in-comment-p, octave-in-string-p)
8146 (octave-in-string-or-comment-p): Replace defsubst with defun.
8147
8148 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
8149
8150 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
8151
8152 2013-04-25 Bastien Guerry <bzg@gnu.org>
8153
8154 * textmodes/remember.el (remember-data-directory)
8155 (remember-directory-file-name-format): Fix custom types.
8156
8157 2013-04-25 Leo Liu <sdl.web@gmail.com>
8158
8159 * progmodes/octave.el (octave-completion-at-point-function):
8160 Make use of inferior octave process.
8161 (octave-initialize-completions): Remove.
8162 (inferior-octave-completion-table): New function.
8163 (inferior-octave-completion-at-point): Use it.
8164 (octave-completion-alist): Remove.
8165
8166 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * progmodes/opascal.el: Use font-lock and syntax-propertize.
8169 (opascal-mode-syntax-table): New var.
8170 (opascal-literal-kind, opascal-is-literal-end)
8171 (opascal-literal-token-at): Rewrite.
8172 (opascal--literal-start-re, opascal-font-lock-keywords)
8173 (opascal--syntax-propertize): New constants.
8174 (opascal-font-lock-defaults): Adjust.
8175 (opascal-mode): Use them. Set comment-<foo> variables as well.
8176 (delphi-comment-face, opascal-comment-face, delphi-string-face)
8177 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
8178 (delphi-other-face, opascal-other-face): Remove face variables.
8179 (opascal-save-state): Remove macro.
8180 (opascal-fontifying-progress-step): Remove constant.
8181 (opascal--ignore-changes): Remove var.
8182 (opascal-set-token-property, opascal-parse-next-literal)
8183 (opascal-is-stable-literal, opascal-complete-literal)
8184 (opascal-is-literal-start, opascal-face-of)
8185 (opascal-parse-region, opascal-parse-region-until-stable)
8186 (opascal-fontify-region, opascal-after-change)
8187 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
8188 (opascal-debug-parse-region, opascal-debug-parse-window)
8189 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
8190 (opascal-debug-fontify-buffer): Remove.
8191 (opascal-debug-mode-map): Adjust accordingly.
8192
8193 2013-04-25 Leo Liu <sdl.web@gmail.com>
8194
8195 Merge octave-mod.el and octave-inf.el into octave.el with some
8196 cleanups.
8197 * progmodes/octave.el: New file renamed from octave-mod.el.
8198 * progmodes/octave-inf.el: Merged into octave.el.
8199 * progmodes/octave-mod.el: Renamed to octave.el.
8200
8201 2013-04-25 Tassilo Horn <tsdh@gnu.org>
8202
8203 * textmodes/reftex-vars.el
8204 (reftex-label-ignored-macros-and-environments): New defcustom.
8205
8206 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
8207
8208 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
8209
8210 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8211 (smie-indent-keyword): Improve the check to ensure that the next
8212 comment is really on the same line.
8213 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8214
8215 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8216 semi-colons if the line is not otherwise empty (bug#14218).
8217
8218 2013-04-25 Glenn Morris <rgm@gnu.org>
8219
8220 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8221
8222 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * progmodes/opascal.el (opascal-set-token-property): Rename from
8225 opascal-set-text-properties and only set `token' (bug#14134).
8226 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8227 (opascal-literal-text-properties): Remove.
8228 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8229 Adjust callers.
8230
8231 2013-04-24 Reuben Thomas <rrt@sc3d.org>
8232
8233 * textmodes/remember.el (remember-handler-functions): Add an
8234 option for a new handler `remember-store-in-files'.
8235 (remember-data-directory, remember-directory-file-name-format):
8236 New options.
8237 (remember-store-in-files): New function to store remember notes
8238 as separate files within a directory.
8239
8240 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8241
8242 * progmodes/compile.el (compilation-next-error-function):
8243 Pass "formats" to compilation-find-file (bug#11777).
8244
8245 2013-04-24 Glenn Morris <rgm@gnu.org>
8246
8247 * vc/vc-bzr.el (vc-bzr-print-log):
8248 * vc/vc-hg.el (vc-hg-print-log):
8249 * vc/vc-svn.el (vc-svn-print-log):
8250 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8251
8252 * vc/vc-bzr.el (vc-bzr-print-log):
8253 * vc/vc-cvs.el (vc-cvs-print-log):
8254 * vc/vc-git.el (vc-git-print-log):
8255 * vc/vc-hg.el (vc-hg-print-log):
8256 * vc/vc-mtn.el (vc-mtn-print-log):
8257 * vc/vc-rcs.el (vc-rcs-print-log):
8258 * vc/vc-sccs.el (vc-sccs-print-log):
8259 * vc/vc-svn.el (vc-svn-print-log):
8260 * vc/vc.el (vc-print-log-internal): Doc fixes.
8261
8262 2013-04-23 Glenn Morris <rgm@gnu.org>
8263
8264 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8265 Remove venerable code attempting to avoid substitute-command-keys.
8266
8267 2013-04-23 Tassilo Horn <tsdh@gnu.org>
8268
8269 * textmodes/reftex-vars.el (reftex-label-regexps):
8270 Call `reftex-compile-variables' after changes to this variable.
8271
8272 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
8275 Use lexical-binding.
8276 (jit-lock-force-redisplay): Use markers, check buffer's continued
8277 existence and beware narrowed buffers.
8278 (jit-lock-fontify-now): Adjust call accordingly.
8279
8280 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8281
8282 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8283 to avoid misleading the user.
8284
8285 2013-04-22 Leo Liu <sdl.web@gmail.com>
8286
8287 * info-look.el: Prefer latex2e.info. (Bug#14240)
8288
8289 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
8290
8291 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8292
8293 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
8294 * net/tramp.el (tramp-call-process): ... here.
8295 (tramp-set-completion-function, tramp-parse-putty):
8296 * net/tramp-adb.el (tramp-adb-execute-adb-command):
8297 * net/tramp-gvfs.el (tramp-gvfs-send-command):
8298 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8299 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8300 (tramp-call-local-coding-command): Use `tramp-call-process'
8301 instead of `tramp-compat-call-process'.
8302
8303 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8304 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8305 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
8306 (tramp-find-inline-compress): Improve traces.
8307 (tramp-maybe-send-script): Check for Perl binary.
8308 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8309
8310 2013-04-22 Daiki Ueno <ueno@gnu.org>
8311
8312 * epg.el (epg-context-pinentry-mode): New function.
8313 (epg-context-set-pinentry-mode): New function.
8314 (epg--start): Pass --pinentry-mode option to gpg command.
8315
8316 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8317
8318 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
8319 `comint-dynamic-complete' is obsolete since 24.1, replaced by
8320 `completion-at-point'. (Bug#13774)
8321
8322 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8323 default key binding for `describe-distribution' has been moved to
8324 `C-h C-o'. (Bug#13970)
8325
8326 2013-04-21 Glenn Morris <rgm@gnu.org>
8327
8328 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8329 Add doc strings.
8330 (vc-print-log): Clarify interactive prompt.
8331
8332 2013-04-20 Glenn Morris <rgm@gnu.org>
8333
8334 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8335 No longer include timestamp etc information.
8336
8337 2013-04-20 Roland Winkler <winkler@gnu.org>
8338
8339 * faces.el (read-face-name): Bug fix, return just one face if arg
8340 multiple is nil. (Bug#14209)
8341
8342 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8345 (remove-function): Autoload.
8346
8347 * comint.el (comint-redirect-original-filter-function): Remove.
8348 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
8349 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8350 (vc-cvs-annotate-command):
8351 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8352 * progmodes/prolog.el (prolog-consult-compile):
8353 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8354 Use add/remove-function instead.
8355 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8356 (gud-tooltip-process-output, gud-tooltip-tips):
8357 Use add/remove-function instead.
8358 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8359 (scheme-interaction-mode, exit-scheme-interaction-mode):
8360 Use add/remove-function instead.
8361
8362 * vc/vc-dispatcher.el: Use lexical-binding.
8363 (vc--process-sentinel): Rename from vc-process-sentinel.
8364 Change last arg to be the code to run. Don't use vc-previous-sentinel
8365 and vc-sentinel-commands any more.
8366 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8367 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8368
8369 2013-04-19 Masatake YAMATO <yamato@redhat.com>
8370
8371 * progmodes/sh-script.el (sh-imenu-generic-expression):
8372 Handle function names with a single character. (Bug#14111)
8373
8374 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
8375
8376 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8377 for subroutines defined in an eval (bug#14182).
8378
8379 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8380
8381 * bookmark.el (bookmark-completing-read): Improve handling of empty
8382 string (bug#14176).
8383
8384 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8385
8386 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8387
8388 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8389
8390 New faster Imenu implementation (bug#14058).
8391 * progmodes/python.el:
8392 (python-imenu-prev-index-position):
8393 (python-imenu-format-item-label-function)
8394 (python-imenu-format-parent-item-label-function)
8395 (python-imenu-format-parent-item-jump-label-function):
8396 New vars.
8397 (python-imenu-format-item-label)
8398 (python-imenu-format-parent-item-label)
8399 (python-imenu-format-parent-item-jump-label)
8400 (python-imenu--put-parent, python-imenu--build-tree)
8401 (python-imenu-create-index, python-imenu-create-flat-index)
8402 (python-util-popn): New functions.
8403 (python-mode): Set imenu-create-index-function to
8404 python-imenu-create-index.
8405
8406 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8407
8408 * winner.el (winner-active-region): Use region-active-p, activate-mark
8409 and deactivate-mark (bug#14225).
8410
8411 * simple.el (deactivate-mark): Don't inline it.
8412
8413 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
8414
8415 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8416
8417 2013-04-18 Tassilo Horn <tsdh@gnu.org>
8418
8419 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8420 file extensions from the archive-mode entry in order to prefer
8421 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8422
8423 2013-04-18 Leo Liu <sdl.web@gmail.com>
8424
8425 * bindings.el (help-event-list): Add ?\?.
8426
8427 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * subr.el (with-wrapper-hook): Declare obsolete.
8430 * simple.el (filter-buffer-substring-function): New hook.
8431 (filter-buffer-substring): Use it.
8432 (filter-buffer-substring-functions): Mark obsolete.
8433 * minibuffer.el (completion-in-region-function): New hook.
8434 (completion-in-region): Use it.
8435 (completion-in-region-functions): Mark obsolete.
8436 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8437 * abbrev.el (abbrev-expand-function): New hook.
8438 (expand-abbrev): Use it.
8439 (abbrev-expand-functions): Mark obsolete.
8440 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8441 and :filter-return.
8442
8443 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8444
8445 * progmodes/python.el (python-nav--syntactically): Fix cornercases
8446 and do not care about match data.
8447
8448 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8449
8450 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8451 completion tables when completing error conditions and
8452 `declare' arguments.
8453 (lisp-complete-symbol, field-complete): Mark as obsolete.
8454 (check-parens): Unmatched parens are user errors.
8455 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8456
8457 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
8458
8459 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8460 command changed buffer (ie. `flyspell-pre-buffer' is not current
8461 buffer), which prevents making decisions based on invalid value of
8462 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
8463 cause an error when `flyspell-pre-point' was nil after switching
8464 buffers.
8465 (flyspell-post-command-hook): No longer needs to change buffers when
8466 checking pre-word. While at it remove unnecessary progn.
8467
8468 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
8469
8470 * textmodes/ispell.el (ispell-add-per-file-word-list):
8471 Fix `flyspell-correct-word-before-point' error when accepting
8472 words and `coment-padding' is an integer by using
8473 `comment-normalize-vars' (Bug #14214).
8474
8475 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8476
8477 New defun movement commands.
8478 * progmodes/python.el (python-nav--syntactically)
8479 (python-nav--forward-defun, python-nav-backward-defun)
8480 (python-nav-forward-defun): New functions.
8481
8482 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8483
8484 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8485 (python-syntax-context): Use named compiler-macro for backwards
8486 compatibility with Emacs 24.x.
8487
8488 2013-04-17 Leo Liu <sdl.web@gmail.com>
8489
8490 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8491 octave-hide-process-buffer.
8492
8493 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8494
8495 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8496 (bug#14216).
8497
8498 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
8499
8500 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8501 Fix adjustment of offset when receiving incomplete responses from GDB
8502 (bug#14129).
8503
8504 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8507 python-mode-abbrev-table.
8508 (python-skeleton-define): Adjust accordingly.
8509 (python-mode-abbrev-table): New table that inherits from it so that
8510 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8511
8512 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8513 (abbrev-symbol): Use it.
8514 (abbrev--before-point): Use it since we already handle inheritance.
8515
8516 2013-04-16 Leo Liu <sdl.web@gmail.com>
8517
8518 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8519 binding to info-lookup-symbol.
8520
8521 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
8522
8523 * minibuffer.el (completion--twq-all):
8524 * term/ns-win.el (ns-initialize-window-system):
8525 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8526
8527 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8528
8529 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8530 global bindings.
8531
8532 * doc-view.el (doc-view-start-process): Handle url-handler directories.
8533
8534 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
8535
8536 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8537 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8538 to nil.
8539 (ruby-end-of-defun): Remove the unused arg, change the docstring
8540 to reflect that this function is only used as the value of
8541 `end-of-defun-function'.
8542 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8543 to reflect an earlier change that beginning/end-of-defun functions
8544 jump between methods in a class definition, as well as top-level
8545 functions.
8546
8547 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * minibuffer.el (minibuffer-complete): Don't just scroll
8550 a *Completions* that's been iconified.
8551 (minibuffer-force-complete): Make sure repetitions do cycle when going
8552 through completion-in-region -> minibuffer-complete.
8553
8554 2013-04-15 Alan Mackenzie <acm@muc.de>
8555
8556 Correct the placement of c-cpp-delimiters when there're #s not at
8557 col 0.
8558
8559 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8560 place a submatch around the #.
8561 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8562 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
8563 on the #, not BOL.
8564
8565 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8566
8567 * emacs-lisp/nadvice.el: Properly test names when adding advice.
8568 (advice--member-p): New arg `name'.
8569 (advice--add-function, advice-member-p): Use it (bug#14202).
8570
8571 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
8572
8573 Reformulate java imenu-generic-expression.
8574 The old expression contained ill formed regexps.
8575
8576 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8577 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8578 (cc-imenu-java-method-arg-regexp): New defconsts.
8579 (cc-imenu-java-build-type-args-regex): New defun.
8580 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
8581 handling of spaces in the regexp.
8582
8583 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8584
8585 * textmodes/ispell.el (ispell-command-loop): Remove
8586 flyspell highlight of a word when ispell accepts it (bug #14178).
8587
8588 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
8589
8590 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8591 uses code from the previous `ange-ftp-run-real-handler'.
8592 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8593 only in case that function exist. This is needed for proper
8594 unloading of Tramp.
8595
8596 2013-04-15 Tassilo Horn <tsdh@gnu.org>
8597
8598 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8599
8600 * textmodes/reftex.el (reftex-compile-variables): Use it.
8601
8602 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * files.el (normal-mode): Only use default major-mode if no other mode
8605 was specified.
8606
8607 * emacs-lisp/trace.el (trace-values): New function.
8608
8609 * files.el: Allow : in local variables (bug#14089).
8610 (hack-local-variable-regexp): New var.
8611 (hack-local-variables-prop-line, hack-local-variables): Use it.
8612
8613 2013-04-13 Roland Winkler <winkler@gnu.org>
8614
8615 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
8616 data before it gets modified by bibtex-beginning-of-entry.
8617
8618 2013-04-13 Roland Winkler <winkler@gnu.org>
8619
8620 * textmodes/bibtex.el (bibtex-url): Doc fix.
8621
8622 2013-04-13 Roland Winkler <winkler@gnu.org>
8623
8624 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8625 does not visit a BibTeX file, exclude it from the list of buffers
8626 returned by bibtex-initialize.
8627
8628 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
8629
8630 * window.el (split-window): Remove interactive form, since as a
8631 command this function is a special case of split-window-below.
8632 Correct doc string.
8633
8634 2013-04-12 Roland Winkler <winkler@gnu.org>
8635
8636 * faces.el (read-face-name): Do not override value of arg default.
8637 Allow single faces and strings as default values. Remove those
8638 elements from return value that are not faces.
8639 (describe-face): Simplify.
8640 (face-at-point): New optional args thing and multiple so that this
8641 function can provide the same functionality previously provided by
8642 read-face-name.
8643 (make-face-bold, make-face-unbold, make-face-italic)
8644 (make-face-unitalic, make-face-bold-italic, invert-face)
8645 (modify-face, read-face-and-attribute): Use face-at-point.
8646
8647 * cus-edit.el (customize-face, customize-face-other-window)
8648 * cus-theme.el (custom-theme-add-face)
8649 * face-remap.el (buffer-face-set)
8650 * facemenu.el (facemenu-set-face): Use face-at-point.
8651
8652 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
8653
8654 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8655
8656 2013-04-10 Tassilo Horn <tsdh@gnu.org>
8657
8658 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8659 off leading { and trailing } from field values.
8660
8661 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8662
8663 * emacs-lisp/timer.el (timer--check): New function.
8664 (timer--time, timer-set-function, timer-event-handler): Use it.
8665 (timer-set-idle-time): Simplify.
8666 (timer--activate): CSE.
8667 (timer-event-handler): Give more info in error message.
8668 (internal-timer-start-idle): New function, moved from C.
8669
8670 * mpc.el (mpc-proc): Add `restart' argument.
8671 (mpc-proc-cmd): Use it.
8672 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8673 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8674 less often.
8675
8676 2013-04-10 Masatake YAMATO <yamato@redhat.com>
8677
8678 * progmodes/sh-script.el: Implement `sh-mode' own
8679 `add-log-current-defun-function' (bug#14112).
8680 (sh-current-defun-name): New function.
8681 (sh-mode): Use the function.
8682
8683 2013-04-09 Bastien Guerry <bzg@gnu.org>
8684
8685 * simple.el (choose-completion-string): Fix docstring (bug#14163).
8686
8687 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8690
8691 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8692 timer (bug#14156).
8693
8694 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
8695
8696 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8697 declaration.
8698
8699 2013-04-07 Leo Liu <sdl.web@gmail.com>
8700
8701 * pcmpl-x.el: New file.
8702
8703 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
8704
8705 Do not set x-display-name until X connection is established.
8706 This is needed to prevent from weird situation described at
8707 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8708 * frame.el (make-frame): Set x-display-name after call to
8709 window system initialization function, not before.
8710 * term/x-win.el (x-initialize-window-system): Add optional
8711 display argument and use it.
8712 * term/w32-win.el (w32-initialize-window-system):
8713 * term/ns-win.el (ns-initialize-window-system):
8714 * term/pc-win.el (msdos-initialize-window-system):
8715 Add compatible optional display argument.
8716
8717 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8718
8719 * files.el (normal-backup-enable-predicate): On MS-Windows and
8720 MS-DOS compare truenames of temporary-file-directory and of the
8721 file, so that 8+3 aliases (usually found in $TEMP on Windows)
8722 don't fail comparison by compare-strings. Also, compare file
8723 names case-insensitively on MS-Windows and MS-DOS.
8724
8725 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8726
8727 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8728 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
8729
8730 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
8731
8732 * whitespace.el (whitespace-color-on, whitespace-color-off):
8733 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
8734
8735 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
8736
8737 * ispell.el (ispell-set-spellchecker-params):
8738 Really set `ispell-args' for all equivs.
8739
8740 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * ido.el (ido-completions): Use extra elements of ido-decorations
8743 (bug#14143).
8744 (ido-decorations): Update docstring.
8745
8746 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
8747
8748 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8749 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
8750 nil during initialization, in order not to miss changes since the
8751 file was opened. (Bug#14140)
8752
8753 2013-04-05 Leo Liu <sdl.web@gmail.com>
8754
8755 * kmacro.el (kmacro-call-macro): Fix bug#14135.
8756
8757 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
8758
8759 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
8760
8761 2013-04-04 Glenn Morris <rgm@gnu.org>
8762
8763 * electric.el (electric-pair-inhibit-predicate): Add :version.
8764
8765 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8766
8767 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
8768 when a package is required several times (bug#14082).
8769
8770 2013-04-04 Roland Winkler <winkler@gnu.org>
8771
8772 * faces.el (read-face-name): Behave as promised by the docstring.
8773 Assume that arg default is a list of faces.
8774 (describe-face): Call read-face-name with list of default faces.
8775
8776 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8777
8778 * bookmark.el: Fix deletion of bookmarks (bug#13972).
8779 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
8780 (bookmark-bmenu-execute-deletions): Only skip first line if it's
8781 the header.
8782 (bookmark-exit-hook-internal): Save even if list is empty.
8783
8784 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
8785
8786 * emacs-lisp/package.el (package-pinned-packages): New var.
8787 (package--add-to-archive-contents): Obey it (bug#14118).
8788
8789 2013-04-03 Alan Mackenzie <acm@muc.de>
8790
8791 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
8792 Also adapt to the new values of element 7 of a parse state.
8793
8794 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
8795 parameter `not-in-delimiter'. Handle being inside comment opener.
8796 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
8797 character in case we're typing a '*' after a '/'.
8798 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
8799 instead by passing the parameter to c-state-pp-to-literal.
8800
8801 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
8802 for elt. 7 of a parse state.
8803
8804 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
8805
8806 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
8807 * international/latin1-disp.el, international/mule-util.el:
8808 * language/cyril-util.el, language/european.el, language/ind-util.el:
8809 * language/lao-util.el, language/thai.el, language/tibet-util.el:
8810 * language/tibetan.el, language/viet-util.el:
8811 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
8812
8813 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
8816 (electric-pair-post-self-insert-function): Use it.
8817 (electric-pair-default-inhibit): New function, extracted from
8818 electric-pair-post-self-insert-function.
8819
8820 2013-03-31 Roland Winkler <winkler@gnu.org>
8821
8822 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
8823
8824 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8825
8826 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
8827
8828 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
8829
8830 Un-indent after "pass" and "return" statements (Bug#13888)
8831 * progmodes/python.el (python-indent-block-enders): New var.
8832 (python-indent-calculate-indentation): Use it.
8833
8834 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
8835
8836 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
8837 defun. Defining it as defalias could introduce too eager
8838 byte-compiler optimization. (Bug#14030)
8839
8840 2013-03-30 Chong Yidong <cyd@gnu.org>
8841
8842 * iswitchb.el (iswitchb-read-buffer): Fix typo.
8843
8844 2013-03-30 Leo Liu <sdl.web@gmail.com>
8845
8846 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
8847 (kmacro-execute-from-register): Pass the keyboard macro to
8848 kmacro-call-macro or repeating won't work correctly.
8849
8850 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
8851
8852 * progmodes/subword.el: Back to using `forward-symbol'.
8853
8854 * subr.el (forward-whitespace, forward-symbol)
8855 (forward-same-syntax): Move from thingatpt.el.
8856
8857 2013-03-29 Leo Liu <sdl.web@gmail.com>
8858
8859 * kmacro.el (kmacro-to-register): New command.
8860 (kmacro-execute-from-register): New function.
8861 (kmacro-keymap): Bind to 'x'. (Bug#14071)
8862
8863 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * mpc.el: Use defvar-local and setq-local.
8866 (mpc--proc-connect): Connection failures are not bugs.
8867 (mpc-mode-map): `follow-link' only applies to the buffer's content.
8868 (mpc-volume-map): Bind to the up-events.
8869
8870 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8871
8872 * progmodes/subword.el (superword-mode): Use `forward-sexp'
8873 instead of `forward-symbol'.
8874
8875 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
8878 (edebug--recursive-edit): Use it.
8879 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
8880 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
8881
8882 2013-03-28 Leo Liu <sdl.web@gmail.com>
8883
8884 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
8885
8886 2013-03-27 Eli Zaretskii <eliz@gnu.org>
8887
8888 * facemenu.el (list-colors-callback): New defvar.
8889 (list-colors-redisplay): New function.
8890 (list-colors-display): Install list-colors-redisplay as the
8891 revert-buffer-function. (Bug#14063)
8892
8893 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
8896 and suffixes don't overlap (bug#14061).
8897
8898 * case-table.el: Use lexical-binding.
8899 (case-table-get-table): New function.
8900 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
8901
8902 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8903
8904 * progmodes/subword.el: Add `superword-mode' to do word motion
8905 over symbol_words (parallels and leverages `subword-mode' which
8906 does word motion inside MixedCaseWords).
8907
8908 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
8909
8910 * eshell/em-unix.el: Move su and sudo to...
8911 * eshell/em-tramp.el: ...Eshell tramp module.
8912
8913 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8914
8915 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
8916 Change return value to be a sexp. Delay `get-buffer' to after
8917 restoring the desktop (bug#13951).
8918
8919 2013-03-26 Leo Liu <sdl.web@gmail.com>
8920
8921 * register.el: Move semantic tag handling back to
8922 cedet/semantic/senator.el. (Bug#14052)
8923
8924 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
8927 into the prompt either (bug#13963).
8928
8929 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
8932 part of "(error-foo)".
8933
8934 2013-03-24 Juri Linkov <juri@jurta.org>
8935
8936 * replace.el (list-matching-lines-prefix-face): New defcustom.
8937 (occur-1): Pass `list-matching-lines-prefix-face' to the function
8938 `occur-engine' if `face-differs-from-default-p' returns t.
8939 (occur-engine): Add `,' inside backquote construct to evaluate
8940 `prefix-face'. Propertize the prefix with the `prefix-face' face.
8941 Pass `prefix-face' to the functions `occur-context-lines' and
8942 `occur-engine-add-prefix'.
8943 (occur-engine-add-prefix, occur-context-lines): Add optional arg
8944 `prefix-face' and propertize the prefix with `prefix-face'.
8945 (Bug#14017)
8946
8947 2013-03-24 Leo Liu <sdl.web@gmail.com>
8948
8949 * nxml/rng-valid.el (rng-validate-while-idle)
8950 (rng-validate-quick-while-idle): Guard against deleted buffer.
8951 (Bug#13999)
8952
8953 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8954 is the last entry in kill-buffer-hook.
8955
8956 * files.el (kill-buffer-hook): Doc fix.
8957
8958 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
8959
8960 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8961 Make it safe-local.
8962
8963 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8964
8965 2013-03-23 Leo Liu <sdl.web@gmail.com>
8966
8967 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8968 Remove.
8969
8970 * nxml/rng-valid.el (rng-validate-mode)
8971 (rng-after-change-function, rng-do-some-validation):
8972 * nxml/rng-maint.el (rng-validate-buffer):
8973 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8974 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8975 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8976 (nxml-extend-after-change-region): Use with-silent-modifications.
8977
8978 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8979 timer-idle-list.
8980
8981 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8982 (rng-next-error-1, rng-previous-error-1): Do not let-bind
8983 timer-idle-list. (Bug#13999)
8984
8985 2013-03-23 Juri Linkov <juri@jurta.org>
8986
8987 * info.el (info-index-match): New face.
8988 (Info-index, Info-apropos-matches): Add a nested subgroup to the
8989 main pattern and add text properties with the new face to matches
8990 in index entries relative to the beginning of the index entry.
8991 (Bug#14015)
8992
8993 2013-03-21 Eric Ludlam <zappo@gnu.org>
8994
8995 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8996 Inhibit read only while inserting objects.
8997
8998 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
8999
9000 * progmodes/cfengine.el: Update docs to mention
9001 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
9002 symbol motion. Remove "_" from the word syntax.
9003
9004 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
9005
9006 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
9007 syntax for both `cfengine2-mode' and `cfengine3-mode'.
9008
9009 2013-03-20 Juri Linkov <juri@jurta.org>
9010
9011 * info.el (Info-next-reference-or-link)
9012 (Info-prev-reference-or-link): New functions.
9013 (Info-next-reference, Info-prev-reference): Use them.
9014 (Info-try-follow-nearest-node): Handle footnote navigation.
9015 (Info-fontify-node): Fontify footnotes. (Bug#13989)
9016
9017 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9018
9019 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
9020 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
9021
9022 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
9023
9024 Suppress unnecessary non-ASCII chatter during build process.
9025 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
9026 (batch-skkdic-convert): Suppress most of the chatter.
9027 It's not needed so much now that machines are faster,
9028 and its non-ASCII component was confusing; see Dmitry Gutov in
9029 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
9030
9031 2013-03-20 Leo Liu <sdl.web@gmail.com>
9032
9033 * ido.el (ido-chop): Fix bug#10994.
9034
9035 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9036
9037 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
9038 Remove vars.
9039 (whitespace-color-on, whitespace-color-off):
9040 Use `font-lock-fontify-buffer' (Bug#13817).
9041
9042 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
9045 remapping in mode-line.
9046 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
9047
9048 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
9049
9050 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
9051 value for `whitespace-line' face (Bug#13875).
9052 (whitespace-font-lock-keywords): Change description.
9053 (whitespace-color-on): Don't save `font-lock-keywords' value, save
9054 the constructed keywords instead.
9055 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
9056
9057 2013-03-19 Leo Liu <sdl.web@gmail.com>
9058
9059 * progmodes/compile.el (compilation-display-error): New command.
9060 (compilation-mode-map, compilation-minor-mode-map): Bind it to
9061 C-o. (Bug#13992)
9062
9063 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9064
9065 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
9066
9067 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
9068
9069 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
9070
9071 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
9072
9073 * net/tramp-compat.el (tramp-compat-user-error): New defun.
9074
9075 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9076 * net/tramp-gvfs.el (top):
9077 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
9078 (tramp-handle-shell-command): Use it.
9079 (tramp-dissect-file-name): Raise an error when hostname is a
9080 method name, and neither method nor user is specified.
9081
9082 * net/trampver.el: Update release number.
9083
9084 2013-03-18 Leo Liu <sdl.web@gmail.com>
9085
9086 Make sure eldoc can be turned off properly.
9087 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
9088 eldoc-mode.
9089 (eldoc-display-message-p): Revert last change.
9090 (eldoc-display-message-no-interference-p)
9091 (eldoc-print-current-symbol-info): Tweak.
9092
9093 2013-03-18 Tassilo Horn <tsdh@gnu.org>
9094
9095 * doc-view.el (doc-view-new-window-function): Check the new window
9096 overlay's display property instead the char property of the
9097 buffer's first char. Use `with-selected-window' instead of
9098 `save-window-excursion' with `select-window'.
9099 (doc-view-document->bitmap): Check the current doc-view overlay's
9100 display property instead the char property of the buffer's first char.
9101
9102 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
9103
9104 Automate the build of ja-dic.el (Bug#13984).
9105 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
9106 from the input, rather than assume that it's been done for us by the
9107 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
9108 the current date into a ja-dic.el comment, as that complicates
9109 regression testing.
9110
9111 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
9112
9113 * whitespace.el: Fix double evaluation.
9114 (whitespace-space, whitespace-hspace, whitespace-tab)
9115 (whitespace-newline, whitespace-trailing, whitespace-line)
9116 (whitespace-space-before-tab, whitespace-indentation)
9117 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
9118 obsolete defvars.
9119 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
9120 (whitespace-color-on): Use a single font-lock-add-keywords call.
9121 Fix double-evaluation of face variables.
9122
9123 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
9124
9125 * net/tramp-adb.el (tramp-adb-parse-device-names):
9126 Use `start-process' instead of `call-process'. Otherwise, the
9127 function might be blocked under MS Windows. (Bug#13299)
9128
9129 2013-03-17 Leo Liu <sdl.web@gmail.com>
9130
9131 Extend eldoc to display info in the mode-line. (Bug#13978)
9132 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
9133 (eldoc-mode-line-string): New variable.
9134 (eldoc-minibuffer-message): New function.
9135 (eldoc-message-function): New variable.
9136 (eldoc-message): Use it.
9137 (eldoc-display-message-p)
9138 (eldoc-display-message-no-interference-p):
9139 Support eldoc-post-insert-mode.
9140
9141 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
9142 (eval-expression): Run it.
9143
9144 2013-03-17 Roland Winkler <winkler@gnu.org>
9145
9146 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
9147 strings in the list of return values.
9148
9149 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
9150
9151 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
9152 radix before checking for HMS forms.
9153
9154 2013-03-16 Leo Liu <sdl.web@gmail.com>
9155
9156 * progmodes/scheme.el: Add indentation and font-locking for λ.
9157 (Bug#13975)
9158
9159 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
9162 token before point (bug#13942).
9163
9164 2013-03-16 Leo Liu <sdl.web@gmail.com>
9165
9166 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
9167
9168 2013-03-16 Eli Zaretskii <eliz@gnu.org>
9169
9170 * startup.el (command-line-normalize-file-name): Fix handling of
9171 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
9172 <xfq.free@gmail.com> in
9173 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
9174
9175 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
9176
9177 Sync with Tramp 2.2.7.
9178
9179 * net/trampver.el: Update release number.
9180
9181 2013-03-14 Tassilo Horn <tsdh@gnu.org>
9182
9183 * doc-view.el: Fix bug#13887.
9184 (doc-view-insert-image): Don't modify overlay associated to
9185 non-live windows, and implement horizontal centering of image in
9186 case it's smaller than the window.
9187 (doc-view-new-window-function): Force redisplay of new windows on
9188 doc-view buffers.
9189
9190 2013-03-13 Karl Fogel <kfogel@red-bean.com>
9191
9192 * saveplace.el (save-place-alist-to-file): Don't sort
9193 `save-place-alist', just pretty-print it (bug#13882).
9194
9195 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
9196
9197 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9198 Check whether `default-file-name-coding-system' is bound.
9199 It isn't in XEmacs.
9200
9201 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
9204 backquotes for `obsolete' (bug#13929).
9205
9206 * international/mule.el (find-auto-coding): Include file name in
9207 obsolescence warning (bug#13922).
9208
9209 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
9210
9211 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9212 for CFEngine 3-specific indentation.
9213 (cfengine3-indent-line): Use it. Fix up category regex.
9214 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9215
9216 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9217
9218 * type-break.el (type-break-file-name):
9219 * textmodes/remember.el (remember-data-file):
9220 * strokes.el (strokes-file):
9221 * shadowfile.el (shadow-initialize):
9222 * saveplace.el (save-place-file):
9223 * ps-bdf.el (bdf-cache-file):
9224 * progmodes/idlwave.el (idlwave-config-directory):
9225 * net/quickurl.el (quickurl-url-file):
9226 * international/kkc.el (kkc-init-file-name):
9227 * ido.el (ido-save-directory-list-file):
9228 * emulation/viper.el (viper-custom-file-name):
9229 * emulation/vip.el (vip-startup-file):
9230 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9231 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9232
9233 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9234
9235 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9236 * language/thai-word.el: Switch to UTF-8.
9237
9238 See ChangeLog.16 for earlier changes.
9239
9240 ;; Local Variables:
9241 ;; coding: utf-8
9242 ;; End:
9243
9244 Copyright (C) 2011-2013 Free Software Foundation, Inc.
9245
9246 This file is part of GNU Emacs.
9247
9248 GNU Emacs is free software: you can redistribute it and/or modify
9249 it under the terms of the GNU General Public License as published by
9250 the Free Software Foundation, either version 3 of the License, or
9251 (at your option) any later version.
9252
9253 GNU Emacs is distributed in the hope that it will be useful,
9254 but WITHOUT ANY WARRANTY; without even the implied warranty of
9255 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9256 GNU General Public License for more details.
9257
9258 You should have received a copy of the GNU General Public License
9259 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.