* lisp/progmodes/inf-lisp.el (inferior-lisp-menu): Add menu.
[bpt/emacs.git] / lisp / ChangeLog
1 2013-10-25 John Anthony <john@jo.hnanthony.com>
2
3 * progmodes/inf-lisp.el (inferior-lisp-menu): Add menu. (Bug#15599)
4
5 2013-10-25 Glenn Morris <rgm@gnu.org>
6
7 * vc/vc.el (vc-print-log): Don't use a working revision unless
8 one was explicitly specified. (Bug#15322)
9
10 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11
12 * subr.el (add-to-list): Preserve return value in compiler-macro
13 (bug#15692).
14
15 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16
17 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
18 result. Ask user to retry using '-all' flag. (Bug#15701)
19
20 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * emacs-lisp/smie.el: New smie-config system.
23 (smie-config): New defcustom.
24 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
25 (smie-config-guess, smie-config-save): New commands.
26 (smie-config--mode-local, smie-config--buffer-local)
27 (smie-config--trace, smie-config--modefuns): New vars.
28 (smie-config--advice, smie-config--mode-hook)
29 (smie-config--setter, smie-config-local, smie-config--get-trace)
30 (smie-config--guess-value, smie-config--guess): New functions.
31 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
32 text properties. Treat "string fence" syntax like string syntax.
33
34 * progmodes/sh-script.el (sh-use-smie): Change default.
35 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
36 (sh-var-value): Simplify by CSE.
37 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
38 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
39 is used.
40 (sh-guess-basic-offset): Use cl-incf.
41 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
42
43 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
44
45 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
46 (bug#15699).
47
48 2013-10-24 Glenn Morris <rgm@gnu.org>
49
50 * Makefile.in (abs_top_srcdir): Remove.
51 (update-subdirs): Use relative path to update-subdirs.
52
53 2013-10-24 Eli Zaretskii <eliz@gnu.org>
54
55 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
56 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
57 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
58 Call unmsys--file-name before expand-file-name, not after it.
59
60 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
61
62 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
63 (ert-test-skipped): New error.
64 (ert-skip, ert-stats-skipped): New defuns.
65 (ert--skip-unless): New macro.
66 (ert-test-skipped): New struct.
67 (ert--run-test-debugger, ert-test-result-type-p)
68 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
69 (ert--stats-set-test-and-result, ert-char-for-test-result)
70 (ert-string-for-test-result, ert-run-tests-batch)
71 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
72 Handle skipped tests.
73
74 2013-10-24 Glenn Morris <rgm@gnu.org>
75
76 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
77
78 * Makefile.in (abs_top_srcdir): New, set by configure.
79 (update-subdirs): Correct build-aux location.
80
81 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
82
83 * vc/vc.el (vc-print-root-log): Always set `default-directory'
84 value, whether we could auto-deduce `backend', or not.
85
86 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
87 with parameters" example. Simplify the "is it block or is it
88 hash" check, but also make it more thorough.
89
90 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
91
92 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
93
94 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
95
96 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
97 { if it is hanging.
98
99 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
100 :before ";".
101
102 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
103
104 * progmodes/compile.el (compilation-directory-matcher)
105 (compilation-page-delimiter):
106 Support GNU Make-4.0 directory quoting. (Bug#15678)
107
108 2013-10-23 Leo Liu <sdl.web@gmail.com>
109
110 * ido.el (ido-tidy): Handle read-only text.
111
112 2013-10-23 Glenn Morris <rgm@gnu.org>
113
114 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
115 (emacs, compile, compile-always):
116 Quote entities that might contain whitespace.
117 (custom-deps, finder-data, autoloads): Use abs_lisp.
118 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
119 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
120 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
121
122 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
123
124 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
125 Use `following-char'.
126
127 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
130 * progmodes/ruby-mode.el (ruby-smie-rules):
131 Remove corresponding workaround. Fix indentation rule of ";" so it
132 also applies when ";" is the parent.
133
134 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
135
136 * frame.el (display-screens, display-pixel-height)
137 (display-pixel-width, display-mm-width, display-backing-store)
138 (display-save-under, display-planes, display-color-cells)
139 (display-visual-class, display-monitor-attributes-list):
140 Mention the optional ‘display’ argument in doc strings.
141
142 2013-10-22 Michael Gauland <mikelygee@amuri.net>
143
144 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
145 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
146
147 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
148
149 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
150 TODO. Add "." after " @ ".
151 (ruby-smie--at-dot-call): New function. Checks if point at method
152 call with explicit target.
153 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
154 to the method name tokens when it precedes them.
155 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
156 (ruby-smie-rules): Add rule for indentation before and after "."
157 token.
158
159 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
160
161 * textmodes/remember.el (remember-diary-extract-entries):
162 Avoid add-to-list.
163
164 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
165 an instruction.
166
167 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
168
169 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
170 (ruby-smie--implicit-semi-p): Add new operator chars.
171
172 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
173 `smie-down-list'.
174 (ruby-smie--args-separator-p): Check that there's no newline
175 between method call and its arguments.
176
177 2013-10-20 Alan Mackenzie <acm@muc.de>
178
179 Allow comma separated lists after Java "implements".
180
181 * progmodes/cc-engine.el (c-backward-over-enum-header):
182 Parse commas.
183 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
184 from a "disallowed" list in enum fontification.
185
186 2013-10-20 Johan Bockgård <bojohan@gnu.org>
187
188 * startup.el (default-frame-background-mode): Remove unused defvar.
189
190 * progmodes/verilog-mode.el (verilog-mode): Don't set
191 comment-indent-function globally.
192
193 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
194
195 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
196 Move Info menu item creation to ns-win.el.
197
198 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
199 in menu bar.
200
201 * menu-bar.el: Move GNUStep specific menus...
202
203 * term/ns-win.el (ns-initialize-window-system): ... to here.
204
205 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
206
207 * simple.el (newline): Only run post-self-insert-hook when
208 called interactively.
209
210 2013-10-19 Johan Bockgård <bojohan@gnu.org>
211
212 * icomplete.el (icomplete-with-completion-tables): Add :version.
213
214 2013-10-19 Alan Mackenzie <acm@muc.de>
215
216 Fix fontification bugs with constructors and const.
217
218 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
219 CASE 2) Remove the check for the absence of a suffix construct
220 after a function declaration with only types (no identifiers) in
221 the parentheses. Also, accept a function declaration with just a
222 type inside the parentheses, if this type can be positively
223 recognised as such, or if a prefix keyword like "explicit" nails
224 down the construct as a declaration.
225
226 2013-10-19 Eli Zaretskii <eliz@gnu.org>
227
228 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
229 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
230 the problem whereby selecting a menu item that leads to a
231 minibuffer prompt moves the cursor out of the minibuffer window,
232 making it hard to type at the prompt. Suggested by Stefan Monnier
233 <monnier@iro.umontreal.ca>.
234
235 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
236
237 * menu-bar.el: Don't make Services menu.
238
239 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
240
241 * ffap.el: Handle "/usr/include/c++/<version>" directories.
242 (ffap-alist): Use ffap-c++-mode for c++-mode.
243 (ffap-c++-path): New variable.
244 (ffap-c++-mode): New function.
245
246 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
247
248 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
249
250 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
251
252 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
253 introduced on 2013-09-08, which results in an infinite loop
254 requesting a password.
255
256 2013-10-18 Glenn Morris <rgm@gnu.org>
257
258 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
259
260 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
261
262 Sync with upstream verilog-mode revision 1a6ecec7.
263 * progmodes/verilog-mode.el (verilog-mode-version): Update.
264 (verilog-mode-release-date): Remove.
265 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
266 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
267 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
268 (verilog-auto-tieoff-ignore-regexp)
269 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
270 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
271 (verilog-signals-with, verilog-dir-cache-preserving)
272 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
273 Doc fixes.
274 (verilog-case-fold): New option, to control case folding in
275 regexp searches, bug597.
276 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
277 (verilog-string-match-fold, verilog-in-paren-count)
278 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
279 (verilog-at-close-struct-p): New functions.
280 (verilog-beg-block-re-ordered, verilog-extended-case-re)
281 (verilog-forward-sexp, verilog-set-auto-endcomments):
282 (verilog-leap-to-case-head): Handle "unique0" case.
283 (verilog-in-constraint-re): New constant.
284 (verilog-keywords, verilog-type-font-keywords):
285 Add some SystemVerilog 1800-2012 keywords.
286 (verilog-label-be): Remove unimplemented argument, bug669.
287 (verilog-batch-execute-func): When batch expanding clear
288 create-lockfiles to prevent spurious user locks when a file ends
289 up not changing.
290 (verilog-calculate-indent, verilog-calc-1)
291 (verilog-at-close-constraint-p, verilog-at-constraint-p)
292 (verilog-do-indent): Fix indentation of nested constraints
293 and structures.
294 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
295 (verilog-auto-inst-param): Use verilog-string-match-fold.
296 (verilog-read-inst-module-matcher):
297 Fix AUTOINST on gate primitives with #1.
298 (verilog-read-decls): Fix double-declaring user-defined typed signals.
299 Reads all user-defined typed variables.
300 (verilog-read-defines): Fix reading definitions inside comments, bug647.
301 (verilog-signals-matching-regexp)
302 (verilog-signals-not-matching-regexp, verilog-auto):
303 Respect verilog-case-fold.
304 (verilog-diff-report): Fix line count.
305 (verilog-auto-assign-modport): Remove unused local `modi'.
306 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
307 better handle multidimensional arrays.
308 Fix packed array ports misadding bit index in AUTOINST, bug637.
309 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
310 to not double-declare existing outputs and inputs, respectively.
311 (verilog-template-map): Bind U to verilog-sk-uvm-component.
312 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
313 (verilog-sk-uvm-component): New skeleton.
314 (verilog-submit-bug-report): Add verilog-case-fold,
315 remove verilog-mode-release-date.
316
317 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
318
319 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
320 as before.
321
322 2013-10-18 Reuben Thomas <rrt@sc3d.org>
323
324 * textmodes/remember.el (remember): set buffer-offer-save in
325 remember buffers (bug#13566).
326
327 2013-10-18 Daniel Colascione <dancol@dancol.org>
328
329 When evaluating forms in ielm, direct standard output to ielm
330 buffer. Add new ielm-return-for-effect command. Remove trailing
331 whitespace throughout.
332
333 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
334 (ielm-return-for-effect): New command.
335 (ielm-send-input): Accept optional `for-effect' parameter.
336 (ielm-eval-input): Accept optional `for-effect' parameter.
337 Bind `standard-output' to stream we create using
338 `ielm-standard-output-impl'. Suppress printing result when
339 `for-effect'.
340 (ielm-standard-output-impl): New function.
341 (inferior-emacs-lisp-mode): Explain new features in documentation.
342
343 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
344
345 Code cleanup.
346
347 * net/tramp.el (tramp-debug-message): Do not check for connection
348 buffer.
349 (tramp-message): Use "vector" connection property.
350
351 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
352 (tramp-equal-remote, tramp-eshell-directory-change)
353 * net/tramp-adb.el (tramp-adb-handle-copy-file)
354 (tramp-adb-handle-rename-file)
355 * net/tramp-cmds.el (tramp-list-remote-buffers)
356 (tramp-cleanup-connection, tramp-cleanup-this-connection)
357 * net/tramp-compat.el (tramp-compat-process-running-p)
358 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
359 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
360 (tramp-gvfs-handle-rename-file)
361 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
362 (tramp-set-file-uid-gid)
363 * net/tramp-smb.el (tramp-smb-handle-copy-file)
364 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
365 of `file-remote-p'.
366
367 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
368 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
369 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
370 (tramp-gw-open-network-stream): Suppress unrelated traces.
371
372 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
373 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
374 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
375 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
376 connection property.
377
378 * net/tramp-cache.el (top): Suppress traces when reading
379 persistency file.
380
381 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
382 Refactor common code. Improve debug message.
383 (tramp-maybe-open-connection)
384 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
385 connection buffer too early.
386
387 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
388 from `tramp-smb-actions-with-acl'.
389 (tramp-smb-actions-set-acl): New defconst.
390 (tramp-smb-handle-copy-directory)
391 (tramp-smb-action-get-acl): New defun, renamed from
392 `tramp-smb-action-with-acl'.
393 (tramp-smb-action-set-acl): New defun.
394 (tramp-smb-handle-set-file-acl): Rewrite.
395
396 2013-10-17 Glenn Morris <rgm@gnu.org>
397
398 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
399
400 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * skeleton.el (skeleton-newline): Remove.
403 (skeleton-internal-1): Use (insert "\n") instead.
404
405 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
406 let-bindings.
407
408 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
409 forward-sexp-function while we redo its job (bug#15613).
410
411 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
412
413 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
414 represented by lists.
415
416 2013-10-16 Glenn Morris <rgm@gnu.org>
417
418 * tmm.el (tmm--history): New dynamic variable.
419 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
420
421 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
422
423 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
424 (tramp-smb-errors): Add error messages.
425 (tramp-smb-actions-with-acl): New defconst.
426 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
427 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
428 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
429 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
430 (tramp-smb-get-stat-capability): Fix tests.
431
432 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
433
434 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
435 (bug#15580).
436
437 2013-10-16 Glenn Morris <rgm@gnu.org>
438
439 * ansi-color.el (ansi-color-drop-regexp):
440 Add 1J, 1K, 2K. (Bug#15617)
441
442 * files.el (hack-local-variables--warned-lexical): New.
443 (hack-local-variables):
444 Warn about misplaced lexical-binding. (Bug#15616)
445
446 * net/eww.el (eww-render): Always set eww-current-url,
447 and update header line. (Bug#15622)
448 (eww-display-html): ... Rather than just doing it here.
449
450 2013-10-15 Eli Zaretskii <eliz@gnu.org>
451
452 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
453 menu navigations commands.
454
455 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
456
457 * progmodes/subword.el (subword-capitalize): Be careful when
458 the search for [[:alpha:]] fails (bug#15580).
459
460 2013-10-14 Eli Zaretskii <eliz@gnu.org>
461
462 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
463 to commands that scroll the menu.
464
465 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
466
467 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
468 Handle methods ending with `?' and `!'.
469
470 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
471
472 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
473 `japanese-cp932' to `cp932' to fix the problem where saving a
474 source file written in Shift_JIS twice would end up having
475 `coding: japanese-cp932' which Ruby could not recognize.
476 (ruby-mode-set-encoding): Add support for encodings mapped to nil
477 in `ruby-encoding-map'.
478 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
479 doesn't need to be explicitly declared in magic comment.
480 (ruby-encoding-map): Add type declaration for better customize UI.
481
482 2013-10-13 Glenn Morris <rgm@gnu.org>
483
484 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
485 Occur buffers are read-only. http://bugs.debian.org/720775
486
487 * emacs-lisp/authors.el (authors-fixed-entries):
488 Comment out old alpha stuff.
489
490 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
491
492 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
493 to `after-save-hook' instead of `before-save-hook'.
494 (ruby-mode-set-encoding): Use the value of coding system used to
495 write the file. Call `basic-save-buffer-1' after modifying the
496 buffer.
497
498 2013-10-13 Alan Mackenzie <acm@muc.de>
499
500 Fix indentation/fontification of Java enum with
501 "implements"/generic.
502
503 * progmodes/cc-engine.el (c-backward-over-enum-header):
504 Extracted from the three other places and enhanced to handle generics.
505 (c-inside-bracelist-p): Uses new function above.
506 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
507 function above.
508 (c-font-lock-enum-tail): Uses new function above.
509
510 2013-10-13 Kenichi Handa <handa@gnu.org>
511
512 * international/mule-cmds.el (select-safe-coding-system): Remove a
513 superfluous condition in chekcing whether a coding system is safe
514 or not.
515
516 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
517
518 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
519
520 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
521
522 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
523
524 2013-10-13 Glenn Morris <rgm@gnu.org>
525
526 * menu-bar.el (menu-bar-update-buffers):
527 Unify Buffers menu prompt string. (Bug#15576)
528
529 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
530
531 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
532 Add some entries.
533 (authors-fixed-entries): Use accented form of name.
534
535 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
536
537 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
538 method calls (bug#15594).
539 (ruby-smie--args-separator-p): New function.
540 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
541 recognize paren-free method calls.
542
543 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
544 internals of universal-argument.
545
546 2013-10-11 Eli Zaretskii <eliz@gnu.org>
547
548 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
549 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
550 dropped menu on second mouse click on the menu bar.
551
552 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
553
554 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
555 (explicit-shell-file-name): Declare.
556 (sh--vars-before-point, sh--cmd-completion-table): New functions.
557 (sh-completion-at-point-function): New function.
558 (sh-mode): Use it.
559 (sh-smie--keyword-p): Remove unused argument.
560 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
561 vars.
562 (sh-set-shell): Always setup SMIE, even if we use the
563 old indentation code.
564
565 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
566
567 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
568 cases of ? and =.
569 (ruby-smie-rules): Simplify the "do" rule. The cases when the
570 predicate would return nil are almost non-existent.
571 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
572
573 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
574 cache also after commands that modify the buffer but don't move
575 point.
576
577 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
578
579 * env.el (substitute-env-in-file-name): New function.
580 (substitute-env-vars): Extend the meaning of the optional arg.
581
582 2013-10-10 Eli Zaretskii <eliz@gnu.org>
583
584 * term/w32-win.el (dynamic-library-alist): Define separate lists
585 of GIF DLLs for versions before and after 5.0.0 of giflib.
586 (Bug#15531)
587
588 2013-10-10 João Távora <joaotavora@gmail.com>
589
590 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
591 not locked, use last revision and current source as
592 defaults. (Bug#15569)
593
594 2013-10-10 Masatake YAMATO <yamato@redhat.com>
595
596 * menu-bar.el (menu-bar-open): Don't use popup-menu if
597 menu-bar is hidden.
598
599 2013-10-10 Martin Rudalics <rudalics@gmx.at>
600
601 * window.el (pop-to-buffer-same-window): Fix doc-string.
602 (Bug#15492)
603
604 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
605
606 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
607
608 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
609
610 * calendar/icalendar.el (icalendar-import-file):
611 Fix interactive spec. (Bug#15482)
612
613 2013-10-10 Glenn Morris <rgm@gnu.org>
614
615 * desktop.el (desktop-save): Default to saving in .emacs.d,
616 since PWD is no longer in desktop-path by default. (Bug#15319)
617
618 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
619 now that text mode has a menu with the same entry.
620 (menu-bar-text-mode-auto-fill): Remove now unused func.
621 * textmodes/text-mode.el (text-mode-map):
622 Use auto-fill help text from menu-bar.el.
623
624 2013-10-10 John Anthony <john@jo.hnanthony.com>
625
626 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
627
628 2013-10-09 Juri Linkov <juri@jurta.org>
629
630 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
631 instead of this-command-keys. Add universal-argument-more and
632 universal-argument-minus to the list of prefix commands. (Bug#15568)
633
634 2013-10-09 Glenn Morris <rgm@gnu.org>
635
636 * vc/vc-svn.el (vc-svn-create-repo):
637 Expand paths in file://... url. (Bug#15446)
638
639 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
640 Add some entries.
641 (authors): Remove unused local variables.
642
643 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * profiler.el: Create a more coherent calltree from partial backtraces.
646 (profiler-format): Hide the tail with `invisible' so that C-s can still
647 find the hidden elements.
648 (profiler-calltree-depth): Don't recurse so enthusiastically.
649 (profiler-function-equal): New hash-table-test.
650 (profiler-calltree-build-unified): New function.
651 (profiler-calltree-build): Use it.
652 (profiler-report-make-name-part): Indent the calltree less.
653 (profiler-report-mode): Add visibility specs for profiler-format.
654 (profiler-report-expand-entry, profiler-report-toggle-entry):
655 Expand the whole subtree when provided with a prefix arg.
656
657 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
658
659 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
660 iuwu-mod token.
661 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
662 hanging iuwu-mod token.
663 (ruby-smie--forward-token): Do not include a dot after a token in
664 that token.
665 (ruby-smie--backward-token): Likewise.
666
667 2013-10-08 Juri Linkov <juri@jurta.org>
668
669 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
670 to isearch-other-control-char.
671 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
672 and isearch-post-command-hook to post-command-hook.
673 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
674 and isearch-post-command-hook from post-command-hook.
675 (isearch-unread-key-sequence)
676 (isearch-reread-key-sequence-naturally)
677 (isearch-lookup-scroll-key, isearch-other-control-char)
678 (isearch-other-meta-char): Remove functions.
679 (isearch-pre-command-hook, isearch-post-command-hook):
680 New functions based on isearch-other-meta-char rewritten
681 relying on the new behavior of overriding-terminal-local-map
682 that does not replace the local keymaps any more. (Bug#15200)
683
684 2013-10-08 Eli Zaretskii <eliz@gnu.org>
685
686 Support menus on text-mode terminals.
687 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
688 functionality.
689
690 * tooltip.el (tooltip-mode): Don't error out on TTYs.
691
692 * menu-bar.el (popup-menu, popup-menu-normalize-position):
693 Move here from mouse.el.
694 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
695 and arrow keys.
696 (tty-menu-navigation-map): New map for TTY menu navigation.
697
698 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
699
700 * frame.el (display-mouse-p): Report text-mode mouse as available
701 on w32.
702 (display-popup-menus-p): Report availability if mouse is
703 available; don't condition on window-system.
704
705 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
706 (tty-menu-selected-face): New faces.
707
708 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
711 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
712 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
713 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
714 New constants.
715 (lisp-mode-variables): New `elisp' argument.
716 (emacs-lisp-mode): Use it.
717 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
718 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
719
720 * indent.el: Use lexical-binding.
721 (indent-region): Add progress reporter.
722 (tab-stop-list): Make it implicitly extend to infinity by repeating the
723 last step.
724 (indent--next-tab-stop): New function to implement this behavior.
725 (tab-to-tab-stop, move-to-tab-stop): Use it.
726
727 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
728
729 * indent.el (indent-rigidly--current-indentation): New function.
730 (indent-rigidly-map): New var.
731 (indent-rigidly): Use it to provide interactive mode (bug#8196).
732
733 2013-10-08 Bastien Guerry <bzg@gnu.org>
734
735 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
736
737 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * progmodes/perl-mode.el: Use lexical-binding.
740 Remove redundant :group args.
741 (perl-nochange): Change default to be closer to other major modes's
742 standard behavior.
743 (perl-indent-line): Don't consider text on current line as a
744 valid beginning of function from which to indent.
745
746 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
747 with more than one argument (bug#15538).
748
749 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
750
751 * vc/pcvs.el: Use lexical-binding.
752 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
753 environment of `eval'.
754 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
755 than a list of expressions. Adjust callers.
756 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
757
758 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
759
760 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
761 case of the dot in a chained method call being on the following line.
762
763 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * electric.el (electric-indent-inhibit): New var.
766 (electric-indent-post-self-insert-function): Use it.
767 * progmodes/python.el (python-mode): Set it.
768
769 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
770 open braces.
771
772 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
773
774 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
775 (css-mode): Use electric-indent-chars.
776
777 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
778 (font-lock-beg, font-lock-end): Move before first use.
779 (nxml-mode): Use syntax-propertize-function.
780 (nxml-after-change, nxml-after-change1): Adjust accordingly.
781 (nxml-extend-after-change-region): Remove.
782 * nxml/xmltok.el: Use lexical-binding.
783 (xmltok-save): Use `declare'.
784 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
785 * nxml/nxml-util.el: Use lexical-binding.
786 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
787 Use `declare'.
788 * nxml/nxml-ns.el: Use lexical-binding.
789 (nxml-ns-save): Use `declare'.
790 (nxml-ns-prefixes-for): Avoid add-to-list.
791 * nxml/rng-match.el: Use lexical-binding.
792 (rng--ipattern): Use cl-defstruct.
793 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
794 (rng-cons-group-after, rng-subst-group-after)
795 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
796 Use closures instead of `(lambda...).
797
798 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
799
800 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
801 of BEG and END.
802
803 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
804 Use `tramp-handle-insert-file-contents'.
805 (tramp-gvfs-handle-insert-file-contents): Remove function.
806
807 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
808 Use `save-restriction' in order to keep markers.
809
810 * net/trampver.el: Update release number.
811
812 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
813
814 * progmodes/compile.el (compilation-parse-errors):
815 Use compilation--put-prop.
816 (compilation--ensure-parse): Check compilation-multiline.
817
818 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
819
820 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
821 lexical-binding.
822
823 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
824
825 * progmodes/ruby-mode.el: Fix recently added tests.
826 (ruby-smie-grammar): Add - and +.
827 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
828 (ruby-smie--backward-id): New functions.
829 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
830 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
831 any more.
832
833 2013-10-07 Leo Liu <sdl.web@gmail.com>
834
835 * register.el (register-preview-delay)
836 (register-preview-functions): New variables.
837 (register-read-with-preview, register-preview)
838 (register-describe-oneline): New functions.
839 (point-to-register, window-configuration-to-register)
840 (frame-configuration-to-register, jump-to-register)
841 (number-to-register, view-register, insert-register)
842 (copy-to-register, append-to-register, prepend-to-register)
843 (copy-rectangle-to-register): Use register-read-with-preview to
844 read register. (Bug#15525)
845
846 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
847
848 * net/network-stream.el (network-stream-open-starttls): Don't add
849 --insecure if it's already present, because that gnutls-cli
850 rejects getting that parameter twice.
851
852 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
853
854 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
855 keyword, too.
856
857 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
858
859 * newcomment.el (comment-use-global-state): Change default value
860 to t, mark obsolete (Bug#15251).
861 (comment-beginning): In addition to `comment-to-syntax', check the
862 value of `comment-use-global-state'.
863
864 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
867 (ruby-comment-column): Follow the global default, by default.
868 (ruby-smie-grammar): Add assignment syntax.
869 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
870 open-paren, a comma, or a \.
871 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
872 and line continuations.
873 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
874 followed by implicit semi-colons. Add rule for string concatenation
875 and for indentation at BOB.
876 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
877
878 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
879 calling next-sexp, since next-token may have skipped chars which
880 next-sexp doesn't know should be skipped!
881
882 2013-10-05 Leo Liu <sdl.web@gmail.com>
883
884 * progmodes/octave.el (octave-send-region):
885 Call compilation-forget-errors.
886
887 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
888
889 * vc/vc-svn.el (vc-svn-find-admin-dir):
890 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
891 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
892 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
893 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
894
895 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
896
897 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
898
899 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
900
901 * subr.el (read-passwd): Hide chars even when called within a context
902 where after-change-functions is disabled (bug#15501).
903 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
904 until we removed ourself from overriding-terminal-local-map.
905
906 2013-10-04 Leo Liu <sdl.web@gmail.com>
907
908 * progmodes/octave.el (inferior-octave-mode):
909 Call compilation-forget-errors.
910
911 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
912
913 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
914
915 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
916
917 * net/secrets.el (secrets-create-collection): Add optional
918 argument ALIAS. Use proper Label keyword. Append ALIAS as
919 dbus-call-method argument. (Bug#15516)
920
921 2013-10-04 Leo Liu <sdl.web@gmail.com>
922
923 * progmodes/octave.el (inferior-octave-error-regexp-alist)
924 (inferior-octave-compilation-font-lock-keywords): New variables.
925 (compilation-error-regexp-alist)
926 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
927 (inferior-octave-mode): Use compilation-shell-minor-mode.
928
929 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
930
931 * minibuffer.el (completion--replace): Be careful that `end' might be
932 a marker.
933
934 2013-10-03 Daiki Ueno <ueno@gnu.org>
935
936 Add support for package signature checking.
937 * emacs-lisp/package.el (url-http-file-exists-p)
938 (epg-make-context, epg-context-set-home-directory)
939 (epg-verify-string, epg-context-result-for)
940 (epg-signature-status, epg-signature-to-string)
941 (epg-check-configuration, epg-configuration)
942 (epg-import-keys-from-file): Declare.
943 (package-check-signature): New user option.
944 (package-unsigned-archives): New user option.
945 (package-desc): Add `signed' field.
946 (package-load-descriptor): Set `signed' field if .signed file exists.
947 (package--archive-file-exists-p): New function.
948 (package--check-signature): New function.
949 (package-install-from-archive): Check package signature.
950 (package--download-one-archive): Check archive signature.
951 (package-delete): Remove .signed file.
952 (package-import-keyring): New command.
953 (package-refresh-contents): Import default keyring.
954 (package-desc-status): Add "unsigned" status.
955 (describe-package-1, package-menu--print-info)
956 (package-menu-mark-delete, package-menu--find-upgrades)
957 (package-menu--status-predicate): Support "unsigned" status.
958
959 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
962 the new compilation scheme using the new byte-codes.
963
964 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
965 (byte-pophandler): New byte codes.
966 (byte-goto-ops): Adjust accordingly.
967 (byte-compile--use-old-handlers): New var.
968 (byte-compile-catch): Use new byte codes depending on
969 byte-compile--use-old-handlers.
970 (byte-compile-condition-case--old): Rename from
971 byte-compile-condition-case.
972 (byte-compile-condition-case--new): New function.
973 (byte-compile-condition-case): New function that dispatches depending
974 on byte-compile--use-old-handlers.
975 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
976 when we can.
977
978 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
979 Optimize under `condition-case' and `catch' if
980 byte-compile--use-old-handlers is nil.
981 (disassemble-offset): Handle new bytecodes.
982
983 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
984
985 * subr.el (error): Use `declare'.
986 (decode-char, encode-char): Use advertised-calling-convention instead
987 of the docstring to discourage use of the `restriction' arg.
988
989 2013-10-03 Daiki Ueno <ueno@gnu.org>
990
991 * epg.el (epg-verify-file): Add a comment saying that it does not
992 notify verification error as a return value nor a signal.
993 (epg-verify-string): Ditto.
994
995 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
996
997 * progmodes/compile.el (compilation-start): Try globbing the arg to
998 `cd' (bug#15417).
999
1000 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
1001
1002 Sync with Tramp 2.2.8.
1003
1004 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
1005 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
1006 * net/trampver.el: Update release number.
1007
1008 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
1009
1010 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1011 and default-process-coding-system for darwin only.
1012
1013 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
1016
1017 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
1018
1019 * vc/vc-git.el (vc-git-grep): Disable pager.
1020
1021 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
1022
1023 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
1024 Use :url instead of :homepage, as per
1025 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
1026
1027 * newcomment.el (comment-beginning): When `comment-use-syntax' is
1028 non-nil, use `syntax-ppss' (Bug#15251).
1029
1030 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1031
1032 * progmodes/octave.el (inferior-octave-startup-file):
1033 Prefer ~/.emacs.d/init_octave.m.
1034
1035 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
1036
1037 * emacs-lisp/package.el (package-desc-from-define):
1038 Accept additional arguments as plist, convert them to an alist and store
1039 them in the `extras' slot.
1040 (package-generate-description-file): Convert extras alist back to
1041 plist and append to the `define-package' form arguments.
1042 (package--alist-to-plist): New function.
1043 (package--ac-desc): Add `extras' slot.
1044 (package--add-to-archive-contents): Check if the archive-contents
1045 vector is long enough, and if it is, pass its `extras' slot value
1046 to `package-desc-create'.
1047 (package-buffer-info): Call `lm-homepage', pass the returned value
1048 to `package-desc-from-define'.
1049 (describe-package-1): Render the homepage button (Bug#13291).
1050
1051 * emacs-lisp/package-x.el (package-upload-buffer-internal):
1052 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
1053
1054 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
1055
1056 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
1057 and default-process-coding-system to utf-8-unix (Bug#15402).
1058
1059 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
1060
1061 * subr.el (looking-back): Do not recommend using looking-back.
1062
1063 2013-09-28 Alan Mackenzie <acm@muc.de>
1064
1065 Fix indentation/fontification of Java enum with "implements".
1066
1067 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
1068 regexp which matches "implements", etc., in Java.
1069 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
1070 specifier clauses coming after "enum".
1071 * progmodes/cc-fonts.el (c-font-lock-declarations)
1072 (c-font-lock-enum-tail): Check for extra specifier clauses coming
1073 after "enum".
1074
1075 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
1076
1077 * faces.el (region): Change ns_selection_color to
1078 ns_selection_fg_color, add ns_selection_bg_color.
1079
1080 2013-09-28 Leo Liu <sdl.web@gmail.com>
1081
1082 * progmodes/octave.el (inferior-octave-completion-table)
1083 (inferior-octave-completion-at-point): Minor tweaks.
1084
1085 * textmodes/ispell.el (ispell-lookup-words): Rename from
1086 lookup-words. (Bug#15460)
1087 (lookup-words): Obsolete.
1088 (ispell-complete-word, ispell-command-loop): All uses changed.
1089
1090 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1091
1092 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
1093 (octave-mode-menu): Add octave-send-buffer.
1094 (octave-send-buffer): New function.
1095
1096 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1097
1098 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
1099 octave-lookfor.
1100 (octave-mode-menu): Add octave-lookfor.
1101 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
1102 octave-lookfor.
1103 (octave-lookfor): New function.
1104
1105 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
1106
1107 * emacs-lisp/cl-macs.el:
1108 (cl--loop-destr-temps): Remove.
1109 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
1110 its convention.
1111 (cl--loop-set-iterator-function): New function.
1112 (cl-loop): Adjust accordingly, so as not to use cl-subst.
1113 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
1114 Bind `it' with `let' instead of substituting it with `cl-subst'.
1115 (cl--unused-var-p): New function.
1116 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
1117 Eliminate some unused variable warnings (bug#15326).
1118
1119 2013-09-27 Tassilo Horn <tsdh@gnu.org>
1120
1121 * doc-view.el (doc-view-scale-reset): Rename from
1122 `doc-view-reset-zoom-level'.
1123 (doc-view-scale-adjust): New command.
1124 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1125 `doc-view-scale-adjust'.
1126
1127 2013-09-26 Tassilo Horn <tsdh@gnu.org>
1128
1129 * doc-view.el (doc-view-reset-zoom-level): New command.
1130 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1131 zoom commands (bug#15466).
1132
1133 2013-09-26 Kenichi Handa <handa@gnu.org>
1134
1135 * international/quail.el (quail-help): Make it not a command.
1136
1137 2013-09-26 Leo Liu <sdl.web@gmail.com>
1138
1139 * minibuffer.el (completion-all-sorted-completions): Make args
1140 optional as they are.
1141
1142 2013-09-25 Daniel Colascione <dancol@dancol.org>
1143
1144 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1145 specs are and that they're not evaluated.
1146
1147 2013-09-24 Sam Steingold <sds@gnu.org>
1148
1149 * midnight.el (clean-buffer-list-kill-regexps)
1150 (clean-buffer-list-kill-buffer-names): Update for the new Man
1151 buffer naming which includes the object name.
1152
1153 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1156 (eshell-parse-command, eshell-parse-pipeline): Use it since
1157 eshell-separate-commands requires a dynamic scoped var.
1158 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1159
1160 2013-09-23 Leo Liu <sdl.web@gmail.com>
1161
1162 * autoinsert.el (auto-insert-alist): Make the value of
1163 lexical-binding match its file setting.
1164
1165 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
1166
1167 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1168
1169 * autoarg.el (autoarg-kp-digit-argument):
1170 * electric.el (Electric-command-loop):
1171 * kmacro.el (kmacro-step-edit-insert):
1172 Do not set universal-argument-num-events.
1173
1174 2013-09-22 Leo Liu <sdl.web@gmail.com>
1175
1176 * files.el (interpreter-mode-alist): Add octave.
1177
1178 2013-09-21 Alan Mackenzie <acm@muc.de>
1179
1180 C++: fontify identifier in declaration following "public:" correctly.
1181 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1182 to match "public", etc.
1183 (c-decl-prefix-re): Add ":" into the C++ value.
1184 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1185 bit. Add a check for a ":" preceded by "public", etc.
1186
1187 2013-09-21 Eli Zaretskii <eliz@gnu.org>
1188
1189 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1190 recognized by GDB 7.5 and later.
1191
1192 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1193
1194 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1195
1196 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1197
1198 * subr.el (internal--call-interactively): New const.
1199 (called-interactively-p): Use it (bug#3984).
1200
1201 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1202
1203 * vc/pcvs.el (cvs-mode-ignore):
1204 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1205 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
1206
1207 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1210 (eshell-ls-orig-insert-directory): Remove.
1211 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1212 (eshell-ls-use-in-dired): Use advice-add/remove.
1213 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1214 Add `orig-fun' arg for use in :around advice.
1215 Make it check (redundantly) eshell-ls-use-in-dired.
1216
1217 2013-09-19 Glenn Morris <rgm@gnu.org>
1218
1219 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1220
1221 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1222
1223 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1224
1225 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
1226
1227 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1228 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1229 (tramp-get-remote-python): New defuns.
1230 (tramp-get-remote-uid-with-perl)
1231 (tramp-get-remote-gid-with-perl): New defuns. Perl code
1232 contributed by yary <not.com@gmail.com> (tiny change).
1233 (tramp-get-remote-uid-with-python)
1234 (tramp-get-remote-gid-with-python): New defuns. Python code
1235 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1236 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1237
1238 2013-09-19 Glenn Morris <rgm@gnu.org>
1239
1240 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1241
1242 * eshell/em-unix.el (eshell-remove-entries):
1243 Rename argument to avoid name-clash with global `top-level'.
1244
1245 * eshell/esh-proc.el (eshell-kill-process-function):
1246 Remove eshell-reset-after-proc from eshell-kill-hook if present.
1247 (eshell-reset-after-proc): Remove unused arg `proc'.
1248
1249 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1250 (directory-files-and-attributes): Mark unused arg.
1251
1252 * eshell/em-unix.el (eshell-remove-entries):
1253 Remove unused arg `path'. Update callers.
1254
1255 * eshell/em-hist.el (eshell-hist-parse-arguments):
1256 Remove unused arg `silent'. Update callers.
1257
1258 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1259 Fix (f)boundp mix-up.
1260
1261 * eshell/em-smart.el (eshell-smart-scroll-window)
1262 (eshell-disable-after-change):
1263 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
1264
1265 2013-09-18 Alan Mackenzie <acm@muc.de>
1266
1267 Fix fontification of type when followed by "const".
1268 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1269 "known" types from fontification.
1270
1271 2013-09-18 Glenn Morris <rgm@gnu.org>
1272
1273 * emacs-lisp/chart.el (x-display-color-cells): Declare.
1274 (chart-face-list): Drop Emacsen without display-color-p.
1275
1276 * net/eww.el (libxml-parse-html-region): Declare.
1277 (eww-display-html): Explicit error if no libxml2 support.
1278
1279 * doc-view.el (doc-view-mode): Silence --without-x compilation.
1280
1281 * image.el (image-type-from-buffer, image-multi-frame-p):
1282 Remove --without-x warning/error.
1283
1284 * mouse.el (mouse-yank-primary):
1285 * term.el (term-mouse-paste):
1286 Reorder to silence --without-x compilation.
1287
1288 * mpc.el (doc-view-mode): Silence --without-x compilation.
1289
1290 * mail/rmailmm.el (rmail-mime-set-bulk-data):
1291 Silence --without-x compilation.
1292
1293 * progmodes/gud.el (gud-find-file, gud-mode):
1294 Silence --without-x compilation.
1295 (tooltip-mode): Declare.
1296
1297 * wdired.el (dired-backup-overwrite): Remove declaration.
1298 (wdired-mode-map): Add doc string.
1299
1300 * custom.el (x-get-resource): Declare.
1301
1302 * eshell/em-glob.el (ange-cache):
1303 * eshell/em-unix.el (ange-cache): Declare.
1304
1305 * faces.el (x-display-list, x-open-connection, x-get-resource):
1306 Declare.
1307
1308 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1309 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1310 Declare.
1311
1312 * frame.el (x-display-grayscale-p, x-display-name): Declare.
1313
1314 * net/gnutls.el (gnutls-log-level): Declare.
1315
1316 * net/shr.el (image-size, image-animate): Declare.
1317
1318 * simple.el (font-info): Declare.
1319
1320 * subr.el (x-popup-dialog): Declare.
1321
1322 * term/common-win.el (x-select-enable-primary)
1323 (x-last-selected-text-primary, x-last-selected-text-clipboard):
1324 Declare.
1325
1326 * term/ns-win.el (x-handle-args): Declare.
1327
1328 * term/x-win.el (x-select-enable-clipboard): Declare.
1329
1330 * term/w32-win.el (create-default-fontset): Declare.
1331
1332 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1333 Declare.
1334
1335 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1336 (fit-frame-to-buffer): Explicit error if --without-x.
1337 (mouse-autoselect-window-select): Silence compiler.
1338
1339 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1340
1341 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1342 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1343 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
1344 * eshell/esh-util.el (eshell-sublist):
1345 Remove unused local variables.
1346
1347 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1348
1349 * textmodes/two-column.el: Make 2C-split work for --without-x.
1350 (scroll-bar-columns): Autoload.
1351 (top-level): Require fringe when compiling.
1352
1353 2013-09-18 Leo Liu <sdl.web@gmail.com>
1354
1355 * subr.el (add-hook): Robustify to handle closure as well.
1356
1357 2013-09-17 Glenn Morris <rgm@gnu.org>
1358
1359 * simple.el (messages-buffer-mode-map): Unbind "g".
1360
1361 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1362
1363 * help-mode.el (help-mode-finish): Use derived-mode-p.
1364 Remove obsolete highlighting.
1365
1366 * play/life.el (life-mode): Use define-derived-mode. Derive from
1367 special-mode.
1368 (life): Let-bind inhibit-read-only.
1369 (life-setup): Avoid `setq'. Use `life-mode'.
1370
1371 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1372 which should not be needed any more.
1373 (package-menu-refresh, package-menu-describe-package): Use user-error.
1374
1375 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1376 (eshell-post-rewrite-command-hook): Make obsolete.
1377 (eshell-parse-command): Simplify.
1378 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1379 (eshell--cmd): Declare.
1380 (eshell-parse-pipeline): Remove unused var `final-p'.
1381 Pass a dynvar to eshell-post-rewrite-command-hook.
1382 Implement the new eshell-post-rewrite-command-function.
1383 (eshell-invoke-directly): Remove unused arg `input'.
1384 * eshell/esh-io.el (eshell-io-initialize):
1385 Use eshell-post-rewrite-command-function (bug#15399).
1386 (eshell--apply-redirections): Rename from eshell-apply-redirections;
1387 adjust to new calling convention.
1388 (eshell-create-handles): Rename args to avoid clashing with dynvar
1389 `standard-output'.
1390
1391 2013-09-17 Glenn Morris <rgm@gnu.org>
1392
1393 * simple.el (messages-buffer-mode): New major mode.
1394 (messages-buffer): New function.
1395 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1396 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
1397 (ert-run-test): Use `messages-buffer' function.
1398 (ert--force-message-log-buffer-truncation): Ignore read-only.
1399 * help.el (view-echo-area-messages): Use `messages-buffer' function.
1400 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
1401
1402 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1403
1404 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1405
1406 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1407
1408 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * icomplete.el (icomplete-in-buffer): New var.
1411 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1412 vars and replace them with functions.
1413 (icomplete-minibuffer-setup): Adjust accordingly.
1414 (icomplete--completion-table, icomplete--completion-predicate)
1415 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1416 New functions.
1417 (icomplete-forward-completions, icomplete-backward-completions)
1418 (icomplete-simple-completing-p, icomplete-exhibit)
1419 (icomplete-completions): Use them.
1420 (icomplete--in-region-buffer): New var.
1421 (icomplete--in-region-setup): New function.
1422 (icomplete-mode): Use it.
1423
1424 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1425 (bug#15379).
1426 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1427 return args and options.
1428 (eshell-eval-using-options): Use the new return value of
1429 eshell--do-opts to set the options's vars in their scope.
1430 (eshell--set-option): Rename from eshell-set-option.
1431 Add arg `opt-vals'.
1432 (eshell--process-option): Rename from eshell-process-option.
1433 Add arg `opt-vals'.
1434 (eshell--process-args): Use an `opt-vals' alist to store the options's
1435 values during their processing and return them additionally to the
1436 remaining args.
1437
1438 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
1439
1440 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1441 continuation character an operator, as far as indentation is
1442 concerned (Bug#15369).
1443
1444 2013-09-15 Martin Rudalics <rudalics@gmx.at>
1445
1446 * window.el (window--state-put-2): Don't process buffer state
1447 when buffer doesn't exist any more (Bug#15382).
1448
1449 2013-09-15 Glenn Morris <rgm@gnu.org>
1450
1451 * eshell/em-unix.el (eshell/rm):
1452 Make -f ignore missing files. (Bug#15373)
1453
1454 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
1455 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1456 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1457
1458 2013-09-14 Glenn Morris <rgm@gnu.org>
1459
1460 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1461
1462 2013-09-13 Glenn Morris <rgm@gnu.org>
1463
1464 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1465 (dired-guess-default): Make `file' available in the env. (Bug#15363)
1466
1467 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1468
1469 * frame.el (x-focus-frame): Mark as declared in frame.c.
1470
1471 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * ls-lisp.el: Use advice-add.
1474 (original-insert-directory): Remove.
1475 (ls-lisp--insert-directory): Rename from insert-directory; add
1476 `orig-fun' argument.
1477 (insert-directory): Advise.
1478
1479 2013-09-13 Eli Zaretskii <eliz@gnu.org>
1480
1481 * term.el (term-emulate-terminal): Decode the command string
1482 before passing it to term-command-hook. (Bug#15337)
1483
1484 2013-09-13 Glenn Morris <rgm@gnu.org>
1485
1486 * eshell/esh-util.el (ange-cache): Move declaration earlier.
1487
1488 * eshell/esh-ext.el (eshell-search-path): Declare.
1489
1490 * eshell/em-prompt.el (eshell/pwd): Autoload it.
1491 Otherwise an error occurs if eshell-dirs module not loaded.
1492
1493 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1494
1495 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
1496
1497 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1498 `tramp-check-proper-host'. Check for a valid method name.
1499
1500 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1501 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1502 * net/tramp-sh.el (tramp-maybe-open-connection):
1503 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1504
1505 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1506 also for hash values.
1507
1508 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1509
1510 * term/ns-win.el (parameters): Don't declare as dynamic.
1511 (before-make-frame-hook): Don't add ineffective function.
1512
1513 * eshell/*.el: Use lexical-binding (bug#15231).
1514
1515 2013-09-12 Kenichi Handa <handa@gnu.org>
1516
1517 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
1518
1519 2013-09-12 Glenn Morris <rgm@gnu.org>
1520
1521 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
1522 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
1523
1524 * subr.el (do-after-load-evaluation): Also give compiler warnings
1525 when obsolete files are used (except by obsolete files).
1526
1527 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
1528 in the status output, assume `filename' is the first. (Bug#15322)
1529
1530 * vc/vc.el (vc-deduce-fileset): Doc fix.
1531
1532 * calc/calc-help.el (Info-goto-node):
1533 * progmodes/cperl-mode.el (Info-find-node):
1534 * vc/ediff.el (Info-goto-node): Update declarations.
1535
1536 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
1537
1538 * vc/vc-bzr.el (vc-compilation-mode): Declare.
1539 (vc-bzr-pull): Require vc-dispatcher.
1540 * vc/vc-git.el (vc-compilation-mode): Declare.
1541 (vc-git-pull): Require vc-dispatcher.
1542
1543 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
1544
1545 * progmodes/octave.el (help-button-action): Declare.
1546
1547 * shell.el (shell-directory-tracker): Output error as a message
1548 rather than just returning it as a string.
1549 (shell-process-pushd): Remove useless use of message.
1550
1551 * dframe.el (dframe-timer-fn):
1552 * files.el (dir-locals-read-from-file):
1553 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
1554 (mpc-format):
1555 * reveal.el (reveal-post-command):
1556 * saveplace.el (load-save-place-alist-from-file):
1557 * shell.el (shell-resync-dirs):
1558 * w32-common-fns.el (x-get-selection-value):
1559 * emacs-lisp/copyright.el (copyright-find-copyright):
1560 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1561 * emulation/tpu-edt.el (tpu-copy-keyfile):
1562 * play/bubbles.el (bubbles--mark-neighbourhood):
1563 * progmodes/executable.el
1564 (executable-make-buffer-file-executable-if-script-p):
1565 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
1566
1567 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1568
1569 Cleanup Eshell to rely less on dynamic scoping.
1570 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
1571 last-value, and ext-command here. Bind `args' closer to `body'.
1572 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
1573 (eshell--args): Declare new dynamic var.
1574 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
1575 last-value, and ext-command. Pass `args' to `body'.
1576 (eshell-process-args): Bind eshell--args.
1577 (eshell-set-option): Use eshell--args.
1578 * eshell/eshell.el (eshell): Use derived-mode-p.
1579 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
1580 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
1581 (eshell-glob-function): Declare.
1582 * eshell/esh-util.el: Require cl-lib.
1583 (eshell-read-hosts-file): Avoid add-to-list.
1584 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
1585 `err'.
1586 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
1587 Declare.
1588 (eshell/diff): Remove unused var `err'.
1589 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
1590 `killflag'.
1591 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
1592 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
1593 first use.
1594 * eshell/em-glob.el (eshell-glob-matches, message-shown):
1595 Move declaration before first use.
1596 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
1597 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
1598 rely on cl-return.
1599
1600 2013-09-12 Glenn Morris <rgm@gnu.org>
1601
1602 * term/ns-win.el (global-map): Remove binding for ispell-next,
1603 deleted 1999-05-29. (Bug#15357)
1604
1605 2013-09-11 Glenn Morris <rgm@gnu.org>
1606
1607 * echistory.el (electric-command-history): Remove call to deleted func.
1608
1609 * play/landmark.el (landmark-mode): Fix typos.
1610
1611 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
1612 Check cvs-sort-ignore-file is bound.
1613
1614 * savehist.el: No need for cl when compiling on Emacs.
1615
1616 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
1619 (bug#15338).
1620 (eshell-self-insert-command, eshell-send-invisible):
1621 Remove unused argument.
1622 (eshell-handle-control-codes): Remove unused var `orig'.
1623 Avoid delete-backward-char.
1624
1625 * files.el (set-auto-mode): Simplify a bit further.
1626
1627 2013-09-11 Glenn Morris <rgm@gnu.org>
1628
1629 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
1630 (set-auto-mode): Don't regexp-quote elements.
1631 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
1632 * progmodes/cc-mode.el (interpreter-mode-alist):
1633 * progmodes/ruby-mode.el (interpreter-mode-alist):
1634 Revert previous change.
1635
1636 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1637
1638 * play/snake.el (snake-mode):
1639 * play/mpuz.el (mpuz-mode):
1640 * play/landmark.el (lm-mode):
1641 * play/blackbox.el (blackbox-mode):
1642 * play/5x5.el (5x5-mode):
1643 * obsolete/options.el (Edit-options-mode):
1644 * net/quickurl.el (quickurl-list-mode):
1645 * net/newst-treeview.el (newsticker-treeview-mode):
1646 * mail/rmailsum.el (rmail-summary-mode):
1647 * mail/mspools.el (mspools-mode):
1648 * locate.el (locate-mode):
1649 * ibuffer.el (ibuffer-mode):
1650 * emulation/ws-mode.el (wordstar-mode):
1651 * emacs-lisp/debug.el (debugger-mode):
1652 * array.el (array-mode):
1653 * net/eudc.el (eudc-mode): Use define-derived-mode.
1654 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
1655 Move initialization into declaration.
1656 (mairix-searches-mode): Use define-derived-mode.
1657 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
1658 (eudc-edit-hotlist): Use dolist.
1659 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
1660 (Man-mode): Use define-derived-mode.
1661 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
1662 (Info-edit-mode): Use define-derived-mode.
1663 (Info-cease-edit): Use Info-mode.
1664 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
1665 into declaration.
1666 (eshell-mode): Use define-derived-mode.
1667 * chistory.el (command-history-mode-map): Rename from
1668 command-history-map.
1669 (command-history-mode): Use define-derived-mode.
1670 (Command-history-setup): Remove function.
1671 * calc/calc.el (calc-trail-mode-map): New var.
1672 (calc-trail-mode): Use define-derived-mode.
1673 (calc-trail-buffer): Set calc-main-buffer manually.
1674 * bookmark.el (bookmark-insert-annotation): New function.
1675 (bookmark-edit-annotation): Use it.
1676 (bookmark-edit-annotation-mode): Make it a proper major mode.
1677 (bookmark-send-edited-annotation): Use derived-mode-p.
1678 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
1679 closer to its ideal place. Use \' to match EOS.
1680
1681 * profiler.el (profiler-calltree-find): Use function-equal.
1682
1683 2013-09-10 Glenn Morris <rgm@gnu.org>
1684
1685 * files.el (interpreter-mode-alist): Convert to regexps.
1686 (set-auto-mode): Adapt for this. (Bug#15306)
1687 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
1688 Comment out unused variable.
1689 * progmodes/cc-mode.el (interpreter-mode-alist):
1690 * progmodes/python.el (interpreter-mode-alist):
1691 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
1692 * progmodes/sh-script.el (sh-set-shell):
1693 No longer use interpreter-mode-alist to get list of shells.
1694
1695 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
1696
1697 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * simple.el: Use set-temporary-overlay-map for universal-argument.
1700 (universal-argument-map): Don't use default-bindings (bug#15317).
1701 Bind switch-frame explicitly. Replace universal-argument-minus with
1702 a conditional binding.
1703 (universal-argument-num-events, saved-overriding-map): Remove.
1704 (restore-overriding-map): Remove.
1705 (universal-argument--mode): Rename from save&set-overriding-map,
1706 and rewrite.
1707 (universal-argument, universal-argument-more, negative-argument)
1708 (digit-argument): Adjust accordingly.
1709 (universal-argument-minus): Remove.
1710 (universal-argument-other-key): Remove.
1711
1712 * subr.el (with-demoted-errors): Add `format' argument.
1713
1714 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
1715
1716 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
1717 `tramp-cleanup-connection'.
1718
1719 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
1720 parameters KEEP-DEBUG and KEEP-PASSWORD.
1721
1722 * net/tramp.el (tramp-file-name-handler):
1723 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1724 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1725 (tramp-maybe-open-connection):
1726 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1727 Use `tramp-cleanup-connection'.
1728
1729 * net/tramp-sh.el (tramp-maybe-open-connection):
1730 Catch 'uname-changed inside the progress reporter.
1731
1732 2013-09-10 Glenn Morris <rgm@gnu.org>
1733
1734 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
1735
1736 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
1737 returns "alternate access method" in mode (eg "-rw-r--r--.").
1738
1739 2013-09-08 Glenn Morris <rgm@gnu.org>
1740
1741 * saveplace.el (load-save-place-alist-from-file):
1742 Demote errors. (Bug#15305)
1743
1744 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
1745
1746 Improve compatibility with older Emacsen, and XEmacs.
1747
1748 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1749 only if it is bound. It isn't for XEmacs.
1750 (with-tramp-progress-reporter): Do not let-bind `result'.
1751 This yields to scoping errors in XEmacs.
1752 (tramp-handle-make-auto-save-file-name): New function, moved from
1753 tramp-sh.el.
1754
1755 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1756 for `make-auto-save-file-name'.
1757 (tramp-adb--gnu-switches-to-ash):
1758 Use `tramp-compat-replace-regexp-in-string'.
1759
1760 * net/tramp-cache.el (tramp-cache-print): Call
1761 `substring-no-properties' only if it is bound. It isn't for XEmacs.
1762
1763 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1764 bound. It isn't for XEmacs.
1765
1766 * net/tramp-compat.el (tramp-compat-copy-file):
1767 Catch `wrong-number-of-arguments' error.
1768 (tramp-compat-replace-regexp-in-string): New defun.
1769
1770 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1771 for `make-auto-save-file-name'.
1772 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1773 `copy-file'.
1774 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1775 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1776 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1777
1778 * net/tramp-gw.el (tramp-gw-open-network-stream):
1779 Use `tramp-compat-replace-regexp-in-string'.
1780
1781 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1782 Call `tramp-handle-make-auto-save-file-name'.
1783 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1784 (tramp-sh-file-gvfs-monitor-dir-process-filter)
1785 (tramp-sh-file-inotifywait-process-filter):
1786 Use `tramp-compat-replace-regexp-in-string'.
1787 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1788
1789 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
1790 for `make-auto-save-file-name'.
1791 (tramp-smb-handle-copy-directory):
1792 Call `tramp-compat-replace-regexp-in-string'.
1793 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
1794 (tramp-smb-handle-copy-file): Improve error message.
1795 (tramp-smb-handle-rename-file): Rename directly only in case
1796 `newname' does not exist yet. This is a restriction of smbclient.
1797 (tramp-smb-maybe-open-connection): Rerun the function only when
1798 `auth-sources' is non-nil.
1799
1800 2013-09-08 Kenichi Handa <handa@gnu.org>
1801
1802 * international/characters.el: Set category "^" (Combining) for
1803 more characters.
1804
1805 2013-09-07 Alan Mackenzie <acm@muc.de>
1806
1807 Correctly fontify Java class constructors.
1808 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
1809 in Java Mode.
1810 (c-recognize-typeless-decls): Set the Java value to t.
1811 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1812 While handling a "(", add a check for, effectively, Java, and handle a
1813 "typeless" declaration there.
1814
1815 2013-09-07 Roland Winkler <winkler@gnu.org>
1816
1817 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
1818 field subtitle for entry type book.
1819
1820 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1821
1822 * minibuffer.el: Make minibuffer-complete call completion-in-region
1823 rather than other way around.
1824 (completion--some, completion-pcm--find-all-completions):
1825 Don't delay signals when debugging.
1826 (minibuffer-completion-contents): Beware fields within the
1827 minibuffer contents.
1828 (completion-all-sorted-completions): Use defvar-local.
1829 (completion--do-completion, completion--cache-all-sorted-completions)
1830 (completion-all-sorted-completions, minibuffer-force-complete):
1831 Add args `beg' and `end'.
1832 (completion--in-region-1): New fun, extracted from minibuffer-complete.
1833 (minibuffer-complete): Use completion-in-region.
1834 (completion-complete-and-exit): New fun, extracted from
1835 minibuffer-complete-and-exit.
1836 (minibuffer-complete-and-exit): Use it.
1837 (completion--complete-and-exit): Rename from
1838 minibuffer--complete-and-exit.
1839 (completion-in-region--single-word): New function, extracted from
1840 minibuffer-complete-word.
1841 (minibuffer-complete-word): Use it.
1842 (display-completion-list): Make `common-substring' argument obsolete.
1843 (completion--in-region): Call completion--in-region-1 instead of
1844 minibuffer-complete.
1845 (completion-help-at-point): Pass boundaries to
1846 minibuffer-completion-help as args rather than via an overlay.
1847 (completion-pcm--string->pattern): Use `any-delim'.
1848 (completion-pcm--optimize-pattern): New function.
1849 (completion-pcm--pattern->regex): Handle `any-delim'.
1850 * icomplete.el (icomplete-forward-completions)
1851 (icomplete-backward-completions, icomplete-completions):
1852 Adjust calls to completion-all-sorted-completions and
1853 completion--cache-all-sorted-completions.
1854 (icomplete-with-completion-tables): Default to t.
1855 * emacs-lisp/crm.el (crm--current-element): Rename from
1856 crm--select-current-element. Don't put an overlay but return the
1857 boundaries instead.
1858 (crm--completion-command): Take two new args to bind to the boundaries.
1859 (crm-completion-help): Adjust accordingly.
1860 (crm-complete): Use completion-in-region.
1861 (crm-complete-word): Use completion-in-region--single-word.
1862 (crm-complete-and-exit): Use completion-complete-and-exit.
1863
1864 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1865
1866 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1867 than dynamically.
1868
1869 2013-09-06 Juri Linkov <juri@jurta.org>
1870
1871 * info.el (Info-display-images-node): When image file doesn't exist
1872 display text version of the image if it's provided in the Info file.
1873 Otherwise, display the location of missing image from SRC attribute.
1874 Add help-echo text property from ALT attribute. (Bug#15279)
1875
1876 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1879 (edit-abbrevs-mode): Use define-derived-mode.
1880
1881 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1882 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1883 that it's defined.
1884 (epa-key-list-mode, epa-key-mode, epa-info-mode):
1885 Use define-derived-mode.
1886
1887 * epg.el (epg-start-encrypt): Minor CSE simplification.
1888
1889 2013-09-06 William Xu <william.xwl@gmail.com>
1890
1891 * arc-mode.el: Add support for 7za (bug#15264).
1892 (archive-7z-program): New var.
1893 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1894 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1895 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1896
1897 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
1898
1899 Remove URL syntax.
1900
1901 * net/tramp.el (tramp-syntax, tramp-prefix-format)
1902 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
1903 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
1904 (tramp-postfix-host-format, tramp-file-name-regexp)
1905 (tramp-completion-file-name-regexp)
1906 (tramp-completion-dissect-file-name)
1907 (tramp-handle-substitute-in-file-name): Remove 'url case.
1908 (tramp-file-name-regexp-url)
1909 (tramp-completion-file-name-regexp-url): Remove constants.
1910
1911 2013-09-06 Glenn Morris <rgm@gnu.org>
1912
1913 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
1914
1915 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
1916
1917 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1918 keywords" below "here-doc beginnings" (Bug#15270).
1919
1920 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1921
1922 * subr.el (pop): Use `car-safe'.
1923 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1924 to detect unused `pop' return value.
1925
1926 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1927 var `block-regexp'.
1928 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1929 (python-fill-string): Remove unused var `marker'.
1930 (python-skeleton-add-menu-items): Remove unused var `items'.
1931
1932 * international/mule-cmds.el: Require CL.
1933 (find-coding-systems-for-charsets): Avoid add-to-list.
1934 (sanitize-coding-system-list): New function, extracted from
1935 select-safe-coding-system-interactively.
1936 (select-safe-coding-system-interactively): Use it.
1937 (read-input-method-name): Accept symbols for `default'.
1938
1939 * emacs-lisp/advice.el (defadvice): Add indent rule.
1940
1941 2013-09-05 Daniel Hackney <dan@haxney.org>
1942
1943 * dired-x.el:
1944 * net/ange-ftp.el:
1945 * net/browse-url.el:
1946 * net/dbus.el:
1947 * net/eudc.el:
1948 * net/eudcb-ldap.el:
1949 * net/eww.el:
1950 * net/imap.el:
1951 * printing.el:
1952 * vc/ediff-diff.el:
1953 * vc/ediff-init.el:
1954 * vc/ediff-merg.el:
1955 * vc/ediff-mult.el:
1956 * vc/ediff-util.el:
1957 * vc/ediff-wind.el:
1958 * vc/ediff.el:
1959 * vc/emerge.el:
1960 * vc/pcvs.el:
1961 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1962 byte compiler. Remove some unused let-bound variables.
1963
1964 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1965
1966 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1967 a "ref-cell", since it gets better optimized (bug#14883).
1968
1969 2013-09-05 Glenn Morris <rgm@gnu.org>
1970
1971 * progmodes/cc-awk.el (c-forward-sws): Declare.
1972
1973 2013-09-04 Glenn Morris <rgm@gnu.org>
1974
1975 * generic-x.el [rul-generic-mode]: Require cc-mode.
1976 (c++-mode-syntax-table): Declare.
1977 (rul-generic-mode-syntax-table): Init in the defvar.
1978
1979 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1980
1981 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1982 (vc-do-command, vc-set-async-update):
1983 * vc/vc-mtn.el (vc-mtn-dir-status):
1984 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1985 (vc-hg-pull, vc-hg-merge-branch):
1986 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1987 (vc-git-merge-branch):
1988 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1989 (vc-cvs-dir-status-files):
1990 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1991 (vc-bzr-dir-status-files):
1992 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1993 * vc/vc-annotate.el: Use lexical-binding.
1994 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1995 (vc-sentinel-movepoint): Declare.
1996 (vc-annotate): Don't use `goto-line'.
1997 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1998 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1999 (vc-sentinel-movepoint): Declare.
2000 * vc/vc-svn.el: Use lexical-binding.
2001 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
2002 * vc/vc-sccs.el:
2003 * vc/vc-rcs.el: Use lexical-binding.
2004
2005 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
2006 `deleted'. Don't drop errors silently.
2007
2008 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
2009
2010 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
2011
2012 * vc/vc.el (vc-ignore): Rewrite.
2013 (vc-default-ignore): New function.
2014 (vc-default-ignore-completion-table): Use find-ignore-file.
2015
2016 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
2017 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
2018 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
2019 Remove. Most code moved to vc.el.
2020
2021 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
2024 * net/tramp-smb.el (tramp-smb-get-file-entries):
2025 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
2026 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
2027
2028 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
2029 Update call to it.
2030 (eww-change-select): Remove unused var `properties'.
2031 (eww-make-unique-file-name): Remove unused var `base'.
2032
2033 * finder.el (finder-compile-keywords): Don't mess with windows.
2034
2035 * calculator.el (calculator-funcall): Fix typo in last change.
2036
2037 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
2038
2039 * emacs-lisp/package.el (package-activate-1): Don't let a missing
2040 <pkg>-autoloads.el file stop us.
2041
2042 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
2043 warnings, and factor out common code.
2044
2045 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
2046
2047 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
2048 two-character operators and whether the character preceding them
2049 changes their meaning (Bug#15208).
2050
2051 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2052
2053 Format code sent to Python shell for robustness.
2054 * progmodes/python.el (python-shell-buffer-substring):
2055 New function.
2056 (python-shell-send-region, python-shell-send-buffer): Use it.
2057
2058 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
2059
2060 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
2061 * net/tramp.el (tramp-user-error): ... here.
2062 (tramp-find-method, tramp-check-proper-host)
2063 (tramp-dissect-file-name, tramp-debug-message)
2064 (tramp-handle-shell-command):
2065 * net/tramp-adb.el (tramp-adb-handle-shell-command):
2066 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
2067
2068 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
2069
2070 2013-09-02 Martin Rudalics <rudalics@gmx.at>
2071
2072 * avoid.el (mouse-avoidance-point-position)
2073 (mouse-avoidance-too-close-p): Handle case where posn-at-point
2074 returns nil.
2075
2076 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
2077
2078 * progmodes/python.el (python-shell-completion-get-completions):
2079 Drop use of deleted `comint-last-prompt-overlay'.
2080 (python-nav-if-name-main): New command.
2081
2082 2013-09-01 Glenn Morris <rgm@gnu.org>
2083
2084 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2085 Avoid leading space in $wins. Otherwise the sed command used by
2086 eg compile-main ends up containing "/*.el". (Bug#15170)
2087
2088 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
2089
2090 2013-08-30 Glenn Morris <rgm@gnu.org>
2091
2092 * emacs-lisp/bytecomp.el (byte-recompile-directory):
2093 Fix is-this-a-directory logic. (Bug#15220)
2094
2095 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2096
2097 * textmodes/css-mode.el: Use SMIE.
2098 (css-smie-grammar): New var.
2099 (css-smie--forward-token, css-smie--backward-token)
2100 (css-smie-rules): New functions.
2101 (css-mode): Use them.
2102 (css-navigation-syntax-table): Remove var.
2103 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
2104 (css-indent-calculate, css-indent-line): Remove functions.
2105
2106 Misc changes to reduce use of `(lambda...); and other cleanups.
2107 * cus-edit.el: Use lexical-binding.
2108 (customize-push-and-save, customize-apropos)
2109 (custom-buffer-create-internal): Use closures.
2110 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
2111 * progmodes/ada-xref.el: Use setq.
2112 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
2113 * dframe.el: Use lexical-binding.
2114 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
2115 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
2116 * descr-text.el: Use lexical-binding.
2117 (describe-text-widget, describe-text-sexp, describe-property-list):
2118 Use closures.
2119 * comint.el (comint-history-isearch-push-state): Use a closure.
2120 * calculator.el: Use lexical-binding.
2121 (calculator-number-to-string): Make it work with lexical-binding.
2122 (calculator-funcall): Same and use cl-letf.
2123
2124 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2125 (lisp--company-doc-string, lisp--company-location): New functions.
2126 (lisp-completion-at-point): Use them to improve Company support.
2127
2128 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2129 params of lambda expressions.
2130 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2131 (ruby-smie--opening-pipe-p): New function.
2132 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2133 symbols and matched |...| for formal params.
2134 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2135 from being treated as hanging. Handle "rescue".
2136
2137 2013-08-29 Glenn Morris <rgm@gnu.org>
2138
2139 * progmodes/cc-engine.el (c-pull-open-brace):
2140 Move definition before use.
2141
2142 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2145 are immutable. Don't use `unsafe' any more.
2146 (cl--defsubst-expand): Don't substitute at the same time as keeping
2147 a residual unused let-binding. Don't use `unsafe' any more.
2148
2149 2013-08-29 Glenn Morris <rgm@gnu.org>
2150
2151 * calendar/cal-china.el (calendar-chinese-year-cache):
2152 Recenter on 2015.
2153
2154 * nxml/nxml-util.el (nxml-debug-clear-inside):
2155 Use cl-loop rather than loop.
2156
2157 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2158
2159 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2160
2161 2013-08-28 Glenn Morris <rgm@gnu.org>
2162
2163 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2164
2165 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2166
2167 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2168
2169 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * simple.el (repeat-complex-command--called-interactively-skip):
2172 New function.
2173 (repeat-complex-command): Use it (bug#14136).
2174
2175 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2176 (c-define-abbrev-table): Add `doc' argument.
2177 (c-mode-abbrev-table, c++-mode-abbrev-table)
2178 (objc-mode-abbrev-table, java-mode-abbrev-table)
2179 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2180 (awk-mode-abbrev-table): Use it.
2181 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2182 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2183 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2184 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2185 Move initialization into the declaration; and remove any
2186 autoload cookie.
2187
2188 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2189 and dynamic let binding.
2190
2191 * vc/smerge-mode.el: Remove redundant :group args.
2192
2193 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2194 to load-path.
2195
2196 2013-08-28 Juri Linkov <juri@jurta.org>
2197
2198 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2199 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2200 (isearch-other-meta-char): Handle an undefined shifted printing
2201 character by downshifting it. (Bug#15200)
2202
2203 2013-08-28 Juri Linkov <juri@jurta.org>
2204
2205 * isearch.el (isearch-search): Change regexp error message for
2206 non-regexp searches. (Bug#15166)
2207
2208 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2209
2210 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2211 for portability to hosts where /bin/sh has problems.
2212
2213 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2214
2215 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2216
2217 2013-08-27 Juri Linkov <juri@jurta.org>
2218
2219 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2220 in the keyboard macro. (Bug#15126)
2221
2222 2013-08-27 Juri Linkov <juri@jurta.org>
2223
2224 * isearch.el (isearch-quote-char): Comment out converting unibyte
2225 to multibyte, thus syncing with its `quoted-insert' counterpart.
2226 (Bug#15166)
2227
2228 2013-08-27 Martin Rudalics <rudalics@gmx.at>
2229
2230 * window.el (display-buffer-use-some-window): Add missing
2231 argument in call of get-largest-window (Bug#15185).
2232 Reported by Stephen Leake.
2233
2234 2013-08-27 Glenn Morris <rgm@gnu.org>
2235
2236 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2237
2238 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * progmodes/python.el (python-font-lock-keywords): Don't return nil
2241 from a matcher-function unless there's no more matches (bug#15161).
2242
2243 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2244
2245 * minibuffer.el: Revert change from 2013-08-20.
2246
2247 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2248 with text property `tramp-default', if appropriate.
2249 (tramp-check-proper-host): New defun.
2250 (tramp-dissect-file-name): Do not check hostname. Revert change
2251 of 2013-03-18.
2252 (tramp-backtrace): Make VEC-OR-PROC optional.
2253
2254 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2255 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2256 * net/tramp-sh.el (tramp-maybe-open-connection):
2257 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2258 Apply `tramp-check-proper-host'.
2259
2260 2013-08-26 Tassilo Horn <tsdh@gnu.org>
2261
2262 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2263 lambda expression in order to have `describe-variable' display it.
2264
2265 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
2266
2267 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2268 BUF can be optional. (Bug#15186)
2269
2270 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
2271
2272 * progmodes/flymake.el (flymake-get-real-file-name-function):
2273 Fix broken customization. (Bug#15184)
2274
2275 2013-08-25 Alan Mackenzie <acm@muc.de>
2276
2277 Improve indentation of bracelists defined by macros (without "=").
2278
2279 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2280 expansion begins with "{", regard it as bracelist when it doesn't
2281 contain a ";".
2282
2283 Parse C++ inher-intro when there's a template split over 2 lines.
2284
2285 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2286 rigorously the search for "class" etc. followed by ":".
2287
2288 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2289 random languages a regexp which never matches rather than nil.
2290
2291 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2292
2293 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2294 (c-awk-regexp-one-line-possibly-open-char-list-re)
2295 (c-awk-one-line-possibly-open-regexp-re)
2296 (c-awk-one-line-non-syn-ws*-re): Remove.
2297 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2298 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2299 (c-awk-space*-unclosed-regexp-/-re): New constants.
2300 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2301 aren't regexp delimiters.
2302
2303 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2304 handling for a rare situation in AWK Mode involving unterminated
2305 strings/regexps.
2306
2307 2013-08-23 Glenn Morris <rgm@gnu.org>
2308
2309 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2310
2311 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2312
2313 * files.el (create-file-buffer): If the result would begin with
2314 spaces, prepend a "|" instead of removing them. (Bug#15162)
2315
2316 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2319 text-properties (bug#15155).
2320
2321 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2322 exist any more.
2323 (calc-keypad-redraw): Remove unused var `pad'.
2324 (calc-keypad-press): Remove unused var `menu'.
2325
2326 2013-08-23 Martin Rudalics <rudalics@gmx.at>
2327
2328 * window.el (display-buffer-pop-up-frame):
2329 Call pop-up-frame-function with BUFFER current so `make-frame' will
2330 use it as the new frame's buffer (Bug#15133).
2331
2332 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * calendar/timeclock.el: Minor cleanups.
2335 (timeclock-ask-before-exiting, timeclock-use-display-time):
2336 Use `symbol'.
2337 (timeclock-modeline-display): Define as alias before the
2338 actual definition.
2339 (timeclock-mode-line-display): Use define-minor-mode.
2340 (timeclock-day-list-template): Make it a function, add an argument.
2341 (timeclock-day-list-required, timeclock-day-list-length)
2342 (timeclock-day-list-debt, timeclock-day-list-span)
2343 (timeclock-day-list-break): Adjust calls accordingly.
2344
2345 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2346
2347 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2348 Use read--expression so that completion works again.
2349
2350 2013-08-21 Sam Steingold <sds@gnu.org>
2351
2352 Add rudimentary inferior shell interaction
2353 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2354 (sh-set-shell): Reset it.
2355 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2356 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
2357
2358 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * align.el: Use lexical-binding.
2361 (align-region): Simplify accordingly.
2362
2363 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
2364
2365 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2366
2367 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2368 `non-essential' up.
2369
2370 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
2371
2372 * net/tramp.el:
2373 * net/tramp-adb.el:
2374 * net/tramp-cmds.el:
2375 * net/tramp-ftp.el:
2376 * net/tramp-gvfs.el:
2377 * net/tramp-gw.el:
2378 * net/tramp-sh.el: Don't wrap external variable declarations by
2379 `eval-when-compile'.
2380
2381 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2382
2383 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2384 now that Emacs supports ImageMagick animations.
2385
2386 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
2387
2388 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2389 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2390
2391 2013-08-16 Martin Rudalics <rudalics@gmx.at>
2392
2393 * window.el (mouse-autoselect-window-select): Do autoselect when
2394 mouse pointer is on margin.
2395
2396 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
2397
2398 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
2399
2400 2013-08-16 Glenn Morris <rgm@gnu.org>
2401
2402 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2403 Handle "Remote Directory" response of some clients. (Bug#15058)
2404
2405 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2406 Tweak warning. (Bug#14926)
2407
2408 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2409 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
2410
2411 * image-mode.el (image-mode-map): Add menu items to reverse,
2412 increase, decrease, reset animation speed.
2413 (image--set-speed, image-increase-speed, image-decrease-speed)
2414 (image-reverse-speed, image-reset-speed): New functions.
2415 (image-mode-map): Add bindings for speed commands.
2416
2417 * image.el (image-animate-get-speed, image-animate-set-speed):
2418 New functions.
2419 (image-animate-timeout): Respect image :speed property.
2420
2421 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2422
2423 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2424 previous line (bug#15101).
2425 (debugger-eval-expression, debugger-record-expression):
2426 Use read--expression (bug#15102).
2427
2428 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
2429
2430 Remove byte compiler warnings, visible when compiling with
2431 `byte-compile-force-lexical-warnings' set to t.
2432
2433 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2434 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2435 (tramp-handle-unhandled-file-name-directory)
2436 (tramp-handle-file-notify-add-watch, tramp-action-login)
2437 (tramp-action-succeed, tramp-action-permission-denied)
2438 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2439 arguments with "_".
2440
2441 * net/tramp-adb.el (tramp-adb-parse-device-names)
2442 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2443 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2444 (tramp-adb-handle-file-truename): Remove unused arguments.
2445
2446 * net/tramp-cache.el (tramp-flush-directory-property)
2447 (tramp-flush-connection-property, tramp-list-connections)
2448 (tramp-parse-connection-properties): Prefix unused arguments with "_".
2449
2450 * net/tramp-compat.el (tramp-compat-make-temp-file):
2451 Rename FILENAME to F.
2452
2453 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2454 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2455 (tramp-zeroconf-parse-workstation-device-names)
2456 (tramp-zeroconf-parse-webdav-device-names)
2457 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2458
2459 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2460 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2461
2462 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2463 arguments.
2464 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2465 (tramp-sh-handle-insert-file-contents-literally)
2466 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2467 with "_".
2468 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2469 Remove unused variables.
2470
2471 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2472 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2473 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2474
2475 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2476 Make them a defconst.
2477 (tramp-uuencode-region): Remove unused variable.
2478
2479 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * frameset.el (frameset--prop-setter): New function.
2482 (frameset-prop): Add gv-setter declaration.
2483 (frameset-filter-minibuffer): Deal with the case that the minibuffer
2484 parameter was already set in FILTERED. Doc fix.
2485 (frameset--record-minibuffer-relationships): Allow saving a
2486 minibufferless frame without its corresponding minibuffer frame.
2487 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2488 frame, if the frame id matches.
2489 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2490 frames before orphaned ones.
2491 (frameset-restore): Warn about orphaned windows, instead of error out.
2492
2493 2013-08-14 Martin Rudalics <rudalics@gmx.at>
2494
2495 * window.el (window-make-atom): Don't overwrite parameter
2496 already present.
2497 (display-buffer-in-atom-window): Handle special case where we
2498 split an already atomic window.
2499 (window--major-non-side-window, display-buffer-in-side-window)
2500 (window--side-check): Ignore minibuffer window when walking
2501 window tree.
2502 (window-deletable-p): Return 'frame only if no other frame uses
2503 our minibuffer window.
2504 (record-window-buffer): Run buffer-list-update-hook.
2505 (split-window): Make sure window--check-frame won't destroy an
2506 existing atomic window in case the new window gets nested
2507 inside.
2508 (display-buffer-at-bottom): Ignore minibuffer window when
2509 walking window tree. Don't split a side window.
2510 (pop-to-buffer): Don't set-buffer here, the select-window call
2511 should do that.
2512 (mouse-autoselect-window-select): Autoselect only if we are in the
2513 text portion of the window.
2514
2515 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2516
2517 * net/shr.el (shr-parse-image-data): New function to grab both the
2518 data itself and the Content-Type.
2519 (shr-put-image): Use it.
2520
2521 * net/eww.el (eww-display-image): Ditto.
2522
2523 * image.el (image-content-type-suffixes): New variable.
2524
2525 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2526
2527 * progmodes/python.el (python-imenu--build-tree)
2528 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
2529
2530 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
2531
2532 * simple.el (backward-word): Mention the optional argument.
2533
2534 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * frameset.el (frameset--make): Rename constructor from make-frameset.
2537 (frameset-p, frameset-valid-p): Don't autoload.
2538 (frameset-valid-p): Use normal accessors.
2539
2540 2013-08-13 Glenn Morris <rgm@gnu.org>
2541
2542 * progmodes/compile.el (compile-command): Tweak example in doc.
2543 * obsolete/scribe.el (scribe-mode):
2544 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
2545
2546 * mail/feedmail.el (feedmail-confirm-outgoing)
2547 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
2548
2549 * cus-start.el (truncate-partial-width-windows): Fix type.
2550
2551 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
2552
2553 * net/shr.el (shr-table-horizontal-line): Fix custom type.
2554
2555 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * emacs-lisp/timer.el (timer--time-setter): New function.
2558 (timer--time): Use it as gv-setter.
2559
2560 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
2561 setter is not a symbol.
2562
2563 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
2564
2565 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
2566 if sending fails. This makes debugging easier.
2567
2568 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
2569
2570 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
2571 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
2572 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
2573
2574 2013-08-12 Eli Zaretskii <eliz@gnu.org>
2575
2576 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
2577
2578 2013-08-12 Glenn Morris <rgm@gnu.org>
2579
2580 * format.el (format-annotate-function):
2581 Handle read-only text properties in the source. (Bug#14887)
2582
2583 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2584
2585 * net/eww.el (eww-display-html): Ignore coding system errors.
2586 One web site uses "utf-8lias" as the coding system.
2587
2588 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
2591
2592 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
2593
2594 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
2595 (tutorial--detailed-help): Remove unused local variables.
2596 (tutorial--save-tutorial-to): Use ignore-errors.
2597 (help-with-tutorial): Use looking-at-p.
2598
2599 * view.el (view-buffer-other-window, view-buffer-other-frame):
2600 Mark unused arguments.
2601
2602 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
2603 (woman-select-symbol-fonts, woman, woman-find-file)
2604 (woman-insert-file-contents, woman-non-underline-faces):
2605 Use string-match-p.
2606 (woman1-unquote): Move declaration.
2607
2608 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
2609 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
2610 argument. Remove unused local variable.
2611 (xml-parse-elem-type): Use string-match-p.
2612 (xml-substitute-numeric-entities): Use ignore-errors.
2613
2614 * calculator.el (calculator): Mark unused argument.
2615 (calculator-paste, calculator-quit, calculator-integer-p):
2616 Use ignore-errors.
2617 (calculator-string-to-number, calculator-decimal, calculator-exp)
2618 (calculator-op-or-exp): Use string-match-p.
2619
2620 * dired.el (dired-buffer-more-recently-used-p): Declare.
2621 (dired-insert-set-properties, dired-insert-old-subdirs):
2622 Use ignore-errors.
2623
2624 * dired-aux.el (dired-compress): Use ignore-errors.
2625 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
2626 (dired-do-async-shell-command, dired-do-shell-command)
2627 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
2628 (dired-insert-subdir-validate): Use string-match-p.
2629 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
2630 (dired-add-entry): Use string-match-p, looking-at-p.
2631 (dired-insert-subdir-newpos): Remove unused local variable.
2632
2633 * filenotify.el (file-notify-callback): Remove unused local variable.
2634
2635 * filesets.el (filesets-error): Mark unused argument.
2636 (filesets-which-command-p, filesets-filter-dir-names)
2637 (filesets-directory-files, filesets-get-external-viewer)
2638 (filesets-ingroup-get-data): Use string-match-p.
2639
2640 * find-file.el (ff-other-file-name, ff-other-file-name)
2641 (ff-find-the-other-file, ff-cc-hh-converter):
2642 Remove unused local variables.
2643 (ff-get-file-name): Use string-match-p.
2644 (ff-all-dirs-under): Use ignore-errors.
2645
2646 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
2647 (follow-select-if-visible): Remove unused local variable.
2648
2649 * forms.el (read-file-filter): Move declaration.
2650 (forms--make-format, forms--make-parser, forms-insert-record):
2651 Quote function with #'.
2652 (forms--update): Use string-match-p. Quote function with #'.
2653
2654 * help-mode.el (help-dir-local-var-def): Mark unused argument.
2655 (help-make-xrefs): Use looking-at-p.
2656 (help-xref-on-pp): Use looking-at-p, ignore-errors.
2657
2658 * ibuffer.el (ibuffer-ext-visible-p): Declare.
2659 (ibuffer-confirm-operation-on): Use string-match-p.
2660
2661 * msb.el (msb-item-handler, msb-dired-item-handler):
2662 Mark unused arguments.
2663
2664 * ses.el (ses-decode-cell-symbol)
2665 (ses-kill-override): Remove unused local variable.
2666 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
2667 (ses-load): Use ignore-errors, looking-at-p.
2668 (ses-jump-safe): Use ignore-errors.
2669 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
2670
2671 * tabify.el (untabify, tabify): Mark unused arguments.
2672
2673 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
2674 Mark unused argument.
2675 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
2676 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
2677
2678 * emacs-lisp/timer.el (timer--time): Define setter with
2679 gv-define-setter to avoid deprecation warning.
2680
2681 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
2682 (*record-cmpl-statistics-p*): Remove (was commented out).
2683 (cmpl-statistics-block): Remove (body was commented out).
2684 All callers changed.
2685 (add-completions-from-buffer, load-completions-from-file):
2686 Remove unused variables.
2687
2688 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2689
2690 * filecache.el (file-cache-delete-file-list):
2691 Print message only when told so.
2692 (file-cache-files-matching): Use #' in mapconcat argument.
2693
2694 * ffap.el (ffap-url-at-point): Fix reference to variable
2695 thing-at-point-default-mail-uri-scheme.
2696
2697 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2698
2699 * subr.el (define-error): New function.
2700 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
2701 error-file-not-found and define with define-error.
2702 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
2703 and define with define-error.
2704 * userlock.el (file-locked, file-supersession):
2705 * simple.el (mark-inactive):
2706 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
2707 * progmodes/ada-mode.el (ada-mode-errors):
2708 * play/life.el (life-extinct):
2709 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
2710 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
2711 * nxml/rng-util.el (rng-error):
2712 * nxml/rng-uri.el (rng-uri-error):
2713 * nxml/rng-match.el (rng-compile-error):
2714 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
2715 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
2716 * nxml/nxml-rap.el (nxml-scan-error):
2717 * nxml/nxml-outln.el (nxml-outline-error):
2718 * net/soap-client.el (soap-error):
2719 * net/gnutls.el (gnutls-error):
2720 * net/ange-ftp.el (ftp-error):
2721 * mpc.el (mpc-proc-error):
2722 * json.el (json-error, json-readtable-error, json-unknown-keyword)
2723 (json-number-format, json-string-escape, json-string-format)
2724 (json-key-format, json-object-format):
2725 * jka-compr.el (compression-error):
2726 * international/quail.el (quail-error):
2727 * international/kkc.el (kkc-error):
2728 * emacs-lisp/ert.el (ert-test-failed):
2729 * calc/calc.el (calc-error, inexact-result, math-overflow)
2730 (math-underflow):
2731 * bookmark.el (bookmark-error-no-filename):
2732 * epg.el (epg-error): Define with define-error.
2733
2734 * time.el (display-time-event-handler)
2735 (display-time-next-load-average): Don't call sit-for since it seems
2736 unnecessary (bug#15045).
2737
2738 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
2739 Use #' instead of ' to quote functions.
2740 (checkdoc-output-mode): Use setq-local.
2741 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
2742 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2743 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2744 (checkdoc-ispell, checkdoc-ispell-current-buffer)
2745 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2746 (checkdoc-ispell-message-text, checkdoc-ispell-start)
2747 (checkdoc-ispell-continue, checkdoc-ispell-comments)
2748 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2749
2750 * ido.el (ido-completion-help): Fix up compiler warning.
2751
2752 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
2753
2754 * frameset.el (frameset-p): Add autoload cookie.
2755 (frameset--jump-to-register): New function, based on code moved from
2756 register.el.
2757 (frameset-to-register): Move from register.el. Adapt to `registerv'.
2758
2759 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2760 (frameset-restore, frameset-save, frameset-session-filter-alist):
2761 Remove declarations.
2762 (register-alist): Doc fix.
2763 (frameset-to-register): Move to frameset.el.
2764 (jump-to-register, describe-register-1): Remove frameset-specific code.
2765
2766 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * allout-widgets.el (allout-widgets-pre-command-business)
2769 (allout-widgets-post-command-business)
2770 (allout-widgets-after-change-handler)
2771 (allout-decorate-item-and-context, allout-set-boundary-marker)
2772 (allout-body-modification-handler)
2773 (allout-graphics-modification-handler): Mark ignored arguments.
2774 (allout-widgets-post-command-business)
2775 (allout-widgets-exposure-change-processor)
2776 (allout-widgets-exposure-undo-processor)
2777 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2778 (allout-parse-item-at-point, allout-decorate-item-guides)
2779 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2780 * allout.el (epa-passphrase-callback-function): Declare.
2781 (allout-overlay-insert-in-front-handler)
2782 (allout-overlay-interior-modification-handler)
2783 (allout-isearch-end-handler, allout-chart-siblings)
2784 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2785 (allout-yank-processing, allout-process-exposed)
2786 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
2787 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
2788 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
2789 (lisp-indent-defform): Mark ignored arguments.
2790 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
2791 (calculate-lisp-indent): Remove unused variables.
2792 * international/characters.el (indian-2-column, arabic-2-column)
2793 (tibetan): Mark ignored arguments.
2794 (use-cjk-char-width-table): Mark ignored arguments.
2795 Remove unused variables.
2796 * international/fontset.el (build-default-fontset-data)
2797 (x-compose-font-name, create-fontset-from-fontset-spec):
2798 Mark ignored arguments.
2799 (fontset-plain-name): Remove unused variables.
2800 * international/mule.el (charset-id, charset-bytes, generic-char-p)
2801 (keyboard-coding-system): Mark ignored arguments.
2802 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
2803 * help.el (resize-temp-buffer-window):
2804 * window.el (display-buffer-in-major-side-window)
2805 (display-buffer-in-side-window, display-buffer-in-previous-window):
2806 Remove unused variables.
2807 * isearch.el (isearch-forward-symbol):
2808 * version.el (emacs-bzr-version-bzr):
2809 * international/mule-cmds.el (current-language-environment):
2810 * term/common-win.el (x-handle-iconic, x-handle-geometry)
2811 (x-handle-display):
2812 * term/pc-win.el (x-list-fonts, x-display-planes)
2813 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
2814 (x-server-version, x-display-screens, x-display-mm-height)
2815 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
2816 (x-selection-owner-p, x-own-selection-internal)
2817 (x-disown-selection-internal, x-get-selection-internal)
2818 (msdos-initialize-window-system):
2819 * term/tty-colors.el (tty-color-alist, tty-color-clear):
2820 * term/x-win.el (x-handle-no-bitmap-icon):
2821 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
2822 (vc-default-find-file-hook, vc-default-extra-menu):
2823 Mark ignored arguments.
2824
2825 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
2828 break-condition in the context of the debugged code (bug#12685).
2829
2830 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
2831
2832 * comint.el:
2833 Do not use an overlay to highlight the last prompt. (Bug#14744)
2834 (comint-mode): Make comint-last-prompt buffer local.
2835 (comint-last-prompt): New variable.
2836 (comint-last-prompt-overlay): Remove. Superseded by
2837 comint-last-prompt.
2838 (comint-snapshot-last-prompt, comint-output-filter):
2839 Use comint-last-prompt.
2840
2841 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
2844 (frameset-save): Check validity of the resulting frameset.
2845
2846 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
2847
2848 * ido.el (ido-record-command): Add doc string.
2849
2850 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2851
2852 * frameset.el (frameset): Do not disable creation of the default
2853 frameset-p predicate. Doc fix.
2854 (frameset-valid-p): New function, copied from the old predicate-p.
2855 Add additional checks.
2856 (frameset-restore): Check with frameset-valid-p.
2857 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2858 (frameset-name, frameset-description, frameset-properties)
2859 (frameset-states): Add docstring.
2860 (frameset-session-filter-alist, frameset-persistent-filter-alist)
2861 (frameset-filter-alist): Doc fixes.
2862
2863 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2864
2865 * frameset.el (frameset-p, frameset-prop): Doc fixes.
2866
2867 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2870 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2871 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2872 (byte-compile-normal-call): Remove obsolescence check.
2873
2874 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
2875
2876 * frameset.el (frameset-restore): Doc fix.
2877
2878 * register.el (frameset-frame-id, frameset-frame-with-id)
2879 (frameset-p, frameset-restore, frameset-save): Declare.
2880 (register-alist): Document framesets.
2881 (frameset-session-filter-alist): Declare.
2882 (frameset-to-register): New function.
2883 (jump-to-register): Implement jumping to framesets. Doc fix.
2884 (describe-register-1): Describe framesets.
2885
2886 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2887
2888 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
2889
2890 * desktop.el (desktop-save-frameset): Use new frameset-save args.
2891 Use lexical-binding.
2892
2893 * frameset.el (frameset): Use type vector, not list (incompatible
2894 change). Do not declare a new constructor, use the default one.
2895 Upgrade suggested properties `app', `name' and `desc' to slots `app',
2896 `name' and `description', respectively, and add read-only slot
2897 `timestamp'. Doc fixes.
2898 (frameset-copy, frameset-persistent-filter-alist)
2899 (frameset-filter-alist, frameset-switch-to-gui-p)
2900 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2901 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
2902 (frameset-filter-iconified, frameset-keep-original-display-p):
2903 Doc fixes.
2904 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2905 Rename from frameset-filter-(save|restore)-param. All callers changed.
2906 Doc fix.
2907 (frameset-p): Adapt to change to vector and be more thorough.
2908 Change arg name to OBJECT. Doc fix.
2909 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
2910 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2911 All callers changed.
2912 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2913 All callers changed.
2914 (frameset--record-minibuffer-relationships): Rename from
2915 frameset--process-minibuffer-frames. All callers changed.
2916 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2917 Use new default constructor (again). Doc fix.
2918 (frameset--find-frame-if): Rename from `frameset--find-frame.
2919 All callers changed.
2920 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2921 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2922 Doc fix.
2923 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2924 PARAMETERS and WINDOW-STATE, respectively.
2925 (frameset-restore): Add new keyword argument PREDICATE.
2926 Reset frameset--target-display to nil. Doc fix.
2927
2928 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2929
2930 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2931 (bat-mode): Use it.
2932 (bat-mode-syntax-table): Mark \n as end-of-comment.
2933 (bat-font-lock-keywords): Remove comment rule.
2934
2935 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
2936 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
2937
2938 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2939 (byte-compile-callargs-warn): Use `push'.
2940 (byte-compile-arglist-warn): Ignore higher-order "calls".
2941 (byte-compile-file-form-autoload): Use `pcase'.
2942 (byte-compile-function-form): If quoting a symbol, check that it exists.
2943
2944 2013-08-07 Eli Zaretskii <eliz@gnu.org>
2945
2946 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2947 and add a few popular commands found in batch files.
2948 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2949 (dos-mode): Doc fixes.
2950
2951 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2954 (dos-mode): Use setq-local. Add space after "rem".
2955 (dos-mode-syntax-table): Don't use "w" for symbol chars.
2956 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2957
2958 2013-08-07 Arni Magnusson <arnima@hafro.is>
2959
2960 * progmodes/dos.el: New file.
2961 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2962 dos-mode.
2963
2964 2013-08-06 Glenn Morris <rgm@gnu.org>
2965
2966 * calendar/calendar.el: Add new faces, and day-header-array.
2967 (calendar-weekday-header, calendar-weekend-header)
2968 (calendar-month-header): New faces.
2969 (calendar-day-header-construct): New function.
2970 (calendar-day-header-width): Also :set calendar-day-header-array.
2971 (calendar-american-month-header, calendar-european-month-header)
2972 (calendar-iso-month-header): Use calendar- faces.
2973 (calendar-generate-month):
2974 Use calendar-day-header-array for day headers; apply faces to them.
2975 (calendar-mode): Check calendar-font-lock-keywords non-nil.
2976 (calendar-abbrev-construct): Add optional maxlen argument.
2977 (calendar-day-name-array): Doc fix.
2978 (calendar-day-name-array, calendar-abbrev-length)
2979 (calendar-day-abbrev-array):
2980 Also :set calendar-day-header-array, and maybe redraw.
2981 (calendar-day-header-array): New option. (Bug#15007)
2982 (calendar-font-lock-keywords): Set to nil and make obsolete.
2983 (calendar-day-name): Add option to use header array.
2984
2985 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2986
2987 * net/shr.el (shr-render-td): Remove debugging.
2988 (shr-render-td): Make width computation consistent by defaulting
2989 all zero-width columns to 10 characters. This may not be optimal,
2990 but it's at least consistent.
2991 (shr-make-table-1): Redo last change to fix the real problem in
2992 colspan handling.
2993
2994 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2995
2996 * files.el (cache-long-line-scans):
2997 Make obsolete alias to `cache-long-scans'.
2998
2999 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3000
3001 * frameset.el (frameset, frameset-filter-alist)
3002 (frameset-filter-params, frameset-save, frameset--reuse-frame)
3003 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
3004 (frameset-compute-pos): Rename from frameset--compute-pos,
3005 and add docstring.
3006 (frameset-move-onscreen): Use frameset-compute-pos.
3007 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3008
3009 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
3010 Fix typos in docstrings.
3011
3012 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
3013
3014 * frame.el (get-other-frame): Tiny cleanup.
3015
3016 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * vc/vc.el (vc-default-ignore-completion-table):
3019 Silence byte-compiler warning.
3020
3021 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
3022 slot , which can indeed be nil.
3023 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3024 Move entry for `left' from persistent to live filter alist.
3025 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
3026 Doc fixes.
3027 (frameset-filter-params): When restoring a frame, copy items added to
3028 `filtered', to avoid unwittingly modifying the original parameters.
3029 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
3030 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
3031
3032 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
3033 to use looking-at-p instead of looking-at. (Bug#15028)
3034
3035 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 Revert introduction of isearch-filter-predicates (bug#14714).
3038 Rely on add-function instead.
3039 * isearch.el (isearch-filter-predicates): Rename it back to
3040 isearch-filter-predicate.
3041 (isearch-message-prefix): Use advice-function-mapc and advice
3042 properties to get the isearch-message-prefix.
3043 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
3044 instead of run-hook-with-args-until-failure.
3045 (isearch-filter-visible): Not obsolete any more.
3046 * loadup.el: Preload nadvice.
3047 * replace.el (perform-replace): Revert to funcall
3048 instead of run-hook-with-args-until-failure.
3049 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
3050 * dired-aux.el (dired-isearch-filenames-mode): Rename from
3051 dired-isearch-filenames-toggle; make it into a proper minor mode.
3052 Use add/remove-function.
3053 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
3054 Call the minor-mode rather than add/remove-hook.
3055 (dired-isearch-filter-filenames):
3056 Remove isearch-message-prefix property.
3057 * info.el (Info--search-loop): New function, extracted from Info-search.
3058 Funcall isearch-filter-predicate instead of
3059 run-hook-with-args-until-failure isearch-filter-predicates.
3060 (Info-search): Use it.
3061 (Info-mode): Use isearch-filter-predicate instead of
3062 isearch-filter-predicates.
3063
3064 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3065
3066 Do not call to `selected-window' where it is assumed by default.
3067 Affected functions are `window-minibuffer-p', `window-dedicated-p',
3068 `window-hscroll', `window-width', `window-height', `window-buffer',
3069 `window-frame', `window-start', `window-point', `next-window'
3070 and `window-display-table'.
3071 * abbrev.el (abbrev--default-expand):
3072 * bs.el (bs--show-with-configuration):
3073 * buff-menu.el (Buffer-menu-mouse-select):
3074 * calc/calc.el (calc):
3075 * calendar/calendar.el (calendar-generate-window):
3076 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
3077 (diary-make-entry):
3078 * comint.el (send-invisible, comint-dynamic-complete-filename)
3079 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
3080 * completion.el (complete):
3081 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
3082 * disp-table.el (describe-current-display-table):
3083 * doc-view.el (doc-view-insert-image):
3084 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
3085 * ehelp.el (with-electric-help):
3086 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3087 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
3088 * emacs-lisp/helper.el (Helper-help-scroller):
3089 * emulation/cua-base.el (cua--post-command-handler-1):
3090 * eshell/esh-mode.el (eshell-output-filter):
3091 * ffap.el (ffap-gnus-wrapper):
3092 * help-macro.el (make-help-screen):
3093 * hilit-chg.el (highlight-compare-buffers):
3094 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
3095 * hl-line.el (global-hl-line-highlight):
3096 * icomplete.el (icomplete-simple-completing-p):
3097 * isearch.el (isearch-done):
3098 * jit-lock.el (jit-lock-stealth-fontify):
3099 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
3100 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
3101 * mpc.el (mpc-tagbrowser, mpc):
3102 * net/rcirc.el (rcirc-any-buffer):
3103 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
3104 * play/landmark.el (landmark-max-width, landmark-max-height):
3105 * play/zone.el (zone):
3106 * progmodes/compile.el (compilation-goto-locus):
3107 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
3108 * progmodes/etags.el (find-tag-other-window):
3109 * progmodes/fortran.el (fortran-column-ruler):
3110 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
3111 * progmodes/verilog-mode.el (verilog-point-text):
3112 * reposition.el (reposition-window):
3113 * rot13.el (toggle-rot13-mode):
3114 * server.el (server-switch-buffer):
3115 * shell.el (shell-dynamic-complete-command)
3116 (shell-dynamic-complete-environment-variable):
3117 * simple.el (insert-buffer, set-selective-display)
3118 (delete-completion-window):
3119 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
3120 (speedbar-recenter):
3121 * startup.el (fancy-splash-head):
3122 * textmodes/ispell.el (ispell-command-loop):
3123 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3124 * tutorial.el (help-with-tutorial):
3125 * vc/add-log.el (add-change-log-entry):
3126 * vc/compare-w.el (compare-windows):
3127 * vc/ediff-help.el (ediff-indent-help-message):
3128 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3129 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3130 (ediff-setup-control-frame):
3131 * vc/emerge.el (emerge-position-region):
3132 * vc/pcvs-util.el (cvs-bury-buffer):
3133 * window.el (walk-windows, mouse-autoselect-window-select):
3134 * winner.el (winner-set-conf, winner-undo): Related users changed.
3135
3136 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3137
3138 * frameset.el (frameset--set-id): Doc fix.
3139 (frameset-frame-id, frameset-frame-id-equal-p)
3140 (frameset-locate-frame-id): New functions.
3141 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3142 (frameset-restore): Use them.
3143
3144 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3145
3146 Do not call to `selected-frame' where it is assumed by default.
3147 Affected functions are `raise-frame', `redraw-frame',
3148 `frame-first-window', `frame-terminal' and `delete-frame'.
3149 * calendar/appt.el (appt-disp-window):
3150 * epg.el (epg-wait-for-completion):
3151 * follow.el (follow-delete-other-windows-and-split)
3152 (follow-avoid-tail-recenter):
3153 * international/mule.el (set-terminal-coding-system):
3154 * mail/rmail.el (rmail-mail-return):
3155 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3156 * progmodes/f90.el (f90-add-imenu-menu):
3157 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3158 * server.el (server-switch-buffer):
3159 * simple.el (delete-completion-window):
3160 * talk.el (talk):
3161 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3162 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3163 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3164 * vc/ediff.el (ediff-documentation): Related users changed.
3165 * frame.el (selected-terminal): Remove the leftover.
3166
3167 2013-08-05 Glenn Morris <rgm@gnu.org>
3168
3169 * calendar/calendar.el (calendar-generate-month):
3170 Fix for calendar-column-width != 1 + calendar-day-digit-width.
3171 (calendar-generate-month, calendar-font-lock-keywords):
3172 Fix for calendar-day-header-width > length of any day name.
3173
3174 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
3175
3176 * desktop.el (desktop-clear): Use new name of sort predicate.
3177
3178 * frameset.el (frameset): Add docstring. Move :version property to its
3179 own `version' slot.
3180 (frameset-copy): Rename from copy-frameset.
3181 (frameset-p): Check more thoroughly.
3182 (frameset-prop): Do not check for :version, which is no longer a prop.
3183 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3184 Use new :never value instead of t.
3185 (frameset-filter-alist): Expand and clarify docstring.
3186 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3187 (frameset-filter-minibuffer, frameset-filter-save-param)
3188 (frameset-filter-restore-param, frameset-filter-iconified):
3189 Add pointer to docstring of frameset-filter-alist.
3190 (frameset-filter-params): Rename filter values to be more meaningful:
3191 :never instead of t, and reverse the meanings of :save and :restore.
3192 (frameset--process-minibuffer-frames): Clarify error message.
3193 (frameset-save): Avoid unnecessary and confusing call to framep.
3194 Use new BOA constructor for framesets.
3195 (frameset--reuse-list): Doc fix.
3196 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3197 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3198 (frameset-minibufferless-first-p): Doc fix.
3199 Rename from frameset-sort-frames-for-deletion.
3200 (frameset-restore): Doc fixes. Use new function names.
3201 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3202
3203 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3204
3205 * desktop.el (desktop-restore-forces-onscreen)
3206 (desktop-restore-reuses-frames): Document :keyword constant values.
3207 (desktop-filter-parameters-alist): Remove, now identical to
3208 frameset-filter-alist.
3209 (desktop--filter-tty*): Remove, moved to frameset.el.
3210 (desktop-save-frameset, desktop-restore-frameset):
3211 Do not pass :filters argument.
3212
3213 * frameset.el (frameset-live-filter-alist)
3214 (frameset-persistent-filter-alist): New variables.
3215 (frameset-filter-alist): Use them. Add autoload cookie.
3216 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3217 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3218 `frameset--id' (it's supposed to be internal to frameset.el).
3219 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3220 (frameset--initial-params): New function.
3221 (frameset--get-frame): Use it. Doc fix.
3222 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3223 Accept :all, not 'all.
3224 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3225 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3226 with fbound symbols. Fix frame id matching, and remove matching ids if
3227 the frame being restored is deleted. Obey :delete.
3228
3229 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * subr.el (macrop): New function.
3232 (text-clone--maintaining): New var.
3233 (text-clone--maintain): Rename from text-clone-maintain. Use it
3234 instead of inhibit-modification-hooks.
3235
3236 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3237 a proxy, so as handle autoloads and redefinitions of the target.
3238 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3239
3240 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3241 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
3242 (pcase--mutually-exclusive-p): New function.
3243 (pcase--split-consp): Use it.
3244 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
3245 mutually exclusive with the current predicate.
3246
3247 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3248 (edebug-macrop): Remove. Use `macrop' instead.
3249 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
3250 (ad-macro-p):
3251 * eshell/esh-cmd.el (eshell-macrop):
3252 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
3253
3254 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3257 (advice-mapc): New function, using it.
3258 (advice-function-member-p): New function.
3259 (advice--normalize): Store the cdr in advice--saved-rewrite since
3260 that's the part that will be changed.
3261 (advice--symbol-function): New function.
3262 (advice-remove): Handle removal before the function is defined.
3263 Adjust to new advice--saved-rewrite.
3264 (advice-member-p): Use advice-function-member-p and
3265 advice--symbol-function.
3266
3267 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
3268
3269 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3270 (frameset-filter-minibuffer): Doc fix.
3271 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
3272 (frameset--set-id, frameset--process-minibuffer-frames)
3273 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3274 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
3275
3276 * desktop.el (desktop-clear): Only delete frames when called
3277 interactively and desktop-restore-frames is non-nil. Doc fix.
3278 (desktop-read): Set desktop-saved-frameset to nil.
3279
3280 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
3281
3282 * vc/vc.el (vc-ignore): Rewrite.
3283 (vc-default-ignore-completion-table):
3284 (vc--read-lines):
3285 (vc--add-line, vc--remove-regexp): New functions.
3286
3287 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3288 (vc-svn-ignore-completion-table): New function.
3289
3290 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3291 (vc-hg-ignore-completion-table):
3292 (vc-hg-find-ignore-file): New functions.
3293
3294 * vc/vc-git.el (vc-git-ignore): Rewrite.
3295 (vc-git-ignore-completion-table):
3296 (vc-git-find-ignore-file): New functions.
3297
3298 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3299
3300 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3301 (vc-bzr-ignore-completion-table):
3302 (vc-bzr-find-ignore-file): New functions.
3303
3304 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
3305
3306 * frameset.el (frameset-prop): New function and setter.
3307 (frameset-save): Do not modify frame list passed by the caller.
3308
3309 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3310
3311 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3312
3313 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3314
3315 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3316 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3317
3318 * custom.el (custom-initialize-default, custom-initialize-set)
3319 (custom-initialize-reset, custom-initialize-changed): Affect the
3320 toplevel-default-value (bug#6275, bug#14586).
3321 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3322 for bug#6275.
3323
3324 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3325
3326 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3327 Add cl-def* expressions.
3328
3329 * frameset.el (frameset-filter-params): Fix order of arguments.
3330
3331 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
3332
3333 Move code related to saving frames to frameset.el.
3334 * desktop.el: Require frameset.
3335 (desktop-restore-frames): Doc fix.
3336 (desktop-restore-reuses-frames): Rename from
3337 desktop-restoring-reuses-frames.
3338 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3339 (desktop-clear): Clear frames too.
3340 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3341 (desktop--filter-tty*, desktop-save, desktop-read):
3342 Use frameset functions.
3343 (desktop-before-saving-frames-functions, desktop--filter-*-color)
3344 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3345 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3346 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3347 (desktop--process-minibuffer-frames, desktop-save-frames)
3348 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3349 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3350 (desktop--sort-states, desktop-restoring-frames-p)
3351 (desktop-restore-frames): Remove. Most code moved to frameset.el.
3352 (desktop-restoring-frameset-p, desktop-restore-frameset)
3353 (desktop--check-dont-save, desktop-save-frameset): New functions.
3354 (desktop--app-id): New constant.
3355 (desktop-first-buffer, desktop-buffer-ok-count)
3356 (desktop-buffer-fail-count): Move before first use.
3357 * frameset.el: New file.
3358
3359 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3360
3361 * files.el: Use lexical-binding.
3362 (dir-locals-read-from-file): Remove unused `err' variable.
3363 (hack-dir-local-variables--warned-coding): New var.
3364 (hack-dir-local-variables): Use it to avoid repeated warnings.
3365 (make-backup-file-name--default-function): New function.
3366 (make-backup-file-name-function): Use it as default.
3367 (buffer-stale--default-function): New function.
3368 (buffer-stale-function): Use it as default.
3369 (revert-buffer-insert-file-contents--default-function): New function.
3370 (revert-buffer-insert-file-contents-function): Use it as default.
3371 (insert-directory): Avoid add-to-list.
3372
3373 * autorevert.el (auto-revert-handler): Simplify.
3374 Use buffer-stale--default-function.
3375
3376 2013-08-01 Tassilo Horn <tsdh@gnu.org>
3377
3378 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3379
3380 * whitespace.el (whitespace-ensure-local-variables): New function.
3381 (whitespace-cleanup-region): Call it.
3382 (whitespace-turn-on): Call it.
3383
3384 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
3385
3386 Complete file name handlers.
3387
3388 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3389 (tramp-handle-verify-visited-file-modtime)
3390 (tramp-handle-file-notify-rm-watch): New functions.
3391 (tramp-call-process): Do not bind `default-directory'.
3392
3393 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3394 Order alphabetically.
3395 [access-file, add-name-to-file, dired-call-process]:
3396 [dired-compress-file, file-acl, file-notify-rm-watch]:
3397 [file-ownership-preserved-p, file-selinux-context]:
3398 [make-directory-internal, make-symbolic-link, set-file-acl]:
3399 [set-file-selinux-context, set-visited-file-modtime]:
3400 [verify-visited-file-modtime]: Add handler.
3401 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3402
3403 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3404 [file-notify-add-watch, file-notify-rm-watch]:
3405 [set-file-times, set-visited-file-modtime]:
3406 [verify-visited-file-modtime]: Add handler.
3407 (with-tramp-gvfs-error-message)
3408 (tramp-gvfs-handle-set-visited-file-modtime)
3409 (tramp-gvfs-fuse-file-name): Remove.
3410 (tramp-gvfs-handle-file-notify-add-watch)
3411 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3412 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3413
3414 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3415 Order alphabetically.
3416 [file-notify-rm-watch ]: Use default Tramp handler.
3417 [executable-find]: Remove private handler.
3418 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3419 `default-directory'.
3420 (tramp-sh-handle-executable-find)
3421 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3422 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3423 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3424 Do not use `format' in `tramp-message'.
3425
3426 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3427 [file-notify-rm-watch, set-visited-file-modtime]:
3428 [verify-visited-file-modtime]: Add handler.
3429 (tramp-smb-call-winexe): Do not bind `default-directory'.
3430
3431 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
3432
3433 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3434
3435 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
3436
3437 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3438 use it.
3439 (log-view-diff-changeset): Same.
3440 (log-view-diff-common): Call backend command `previous-revision'
3441 to find out the previous revision, in both cases. Swap the
3442 variables `to' and `fr', so that `fr' usually refers to the
3443 earlier revision (Bug#14989).
3444
3445 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
3446
3447 * ibuf-ext.el (ibuffer-filter-by-filename):
3448 Make it work with dired buffers too.
3449
3450 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3451
3452 * emacs-lisp/re-builder.el (reb-color-display-p):
3453 * files.el (save-buffers-kill-terminal):
3454 * net/browse-url.el (browse-url):
3455 * server.el (server-save-buffers-kill-terminal):
3456 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3457 Prefer nil to selected-frame for the first arg of frame-parameter.
3458
3459 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
3460
3461 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3462
3463 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
3464
3465 * minibuffer.el (completion--twq-all): Try and preserve each
3466 completion's case choice (bug#14907).
3467
3468 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3469
3470 * net/network-stream.el (open-network-stream): Mention the new
3471 :nogreeting parameter.
3472 (network-stream-open-starttls): Use the :nogreeting parameter
3473 (bug#14938).
3474
3475 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3476
3477 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3478 more natural than popping.
3479
3480 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
3481 (shr-urlify): Highlight under mouse.
3482
3483 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3484
3485 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3486
3487 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3488
3489 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
3490 buffer for output.
3491
3492 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
3493 point-min==1. Fix search string. Fix parentheses missing.
3494
3495 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3496 assume point-min==1. Fix search string. Fix parentheses missing.
3497
3498 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3499
3500 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
3501 buffer for output.
3502
3503 2013-07-29 Eli Zaretskii <eliz@gnu.org>
3504
3505 * frame.el (frame-notice-user-settings): Avoid inflooping when the
3506 initial frame is minibuffer-less. (Bug#14841)
3507
3508 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
3509
3510 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3511 option.
3512
3513 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3514 (tramp-maybe-open-connection): Use it.
3515
3516 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
3517
3518 * desktop.el (desktop--make-frame): Include `minibuffer' in the
3519 minimal set of parameters passed when creating a frame, because
3520 the minibuffer status of a frame cannot be changed later.
3521
3522 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
3523
3524 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
3525 replace-regexp-in-string and inadvertent omissions in previous change.
3526 (todo-filter-items): Ensure only file names are comma-separated in
3527 name of filtered items buffer.
3528
3529 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * desktop.el: Optionally force offscreen frames back onscreen.
3532 (desktop-restoring-reuses-frames): New option.
3533 (desktop--compute-pos, desktop--move-onscreen): New functions.
3534 (desktop--make-frame): Use desktop--move-onscreen.
3535
3536 2013-07-27 Alan Mackenzie <acm@muc.de>
3537
3538 Fontify a Java generic method as a function.
3539 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
3540 value to t.
3541
3542 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
3543
3544 * calendar/todo-mode.el: Add command to rename todo files.
3545 (todo-rename-file): New command.
3546 (todo-key-bindings-t): Add key binding for it. Change the
3547 bindings of todo-filter-regexp-items(-multifile) to use `x'
3548 instead of `r', since the latter is better suited to the new
3549 renaming command.
3550
3551 2013-07-27 Alan Mackenzie <acm@muc.de>
3552
3553 Make Java try-with-resources statement parse properly.
3554 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
3555 (c-block-stmt-1-2-key): New language constants/variables.
3556 * progmodes/cc-engine.el (c-beginning-of-statement-1)
3557 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
3558 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
3559 with c-block-stmt-1-2-key.
3560
3561 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
3562
3563 * desktop.el (desktop--make-frame): Apply most frame parameters after
3564 creating the frame to force (partially or totally) offscreen frames to
3565 be restored as such.
3566
3567 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
3568
3569 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
3570 (Bug#14948)
3571
3572 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
3575 `base' arg of backtrace-frame.
3576
3577 2013-07-26 Eli Zaretskii <eliz@gnu.org>
3578
3579 * simple.el (list-processes): Doc fix.
3580
3581 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3582
3583 * desktop.el (desktop--select-frame):
3584 Try harder to reuse existing frames.
3585
3586 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
3589 (edebug-eval): Use backtrace-eval.
3590 (edebug--display, edebug--recursive-edit): Don't let-bind the
3591 edebug-outer-* vars that keep track of variables we locally let-bind.
3592 (edebug-outside-excursion): Don't restore outside values of locally
3593 let-bound vars.
3594 (edebug--display): Use user-error.
3595 (cl-lexical-debug, cl-debug-env): Remove.
3596
3597 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
3600 are restored to be sure that they are visible before deleting any
3601 remaining ones.
3602
3603 2013-07-26 Matthias Meulien <orontee@gmail.com>
3604
3605 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
3606 vc-print-root-log. (Bug#14948)
3607
3608 2013-07-26 Richard Stallman <rms@gnu.org>
3609
3610 Add aliases for encrypting mail.
3611 * epa.el (epa-mail-aliases): New option.
3612 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
3613 Bind inhibit-read-only so read-only text doesn't ruin everything.
3614 (epa-mail-default-recipients): New subroutine broken out.
3615 Handle epa-mail-aliases.
3616
3617 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 Add support for lexical variables to the debugger's `e' command.
3620 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
3621 vars, except for debugger-outer-match-data.
3622 (debugger-frame-number): Move check for "on a function call" from
3623 callers into it. Add `skip-base' argument.
3624 (debugger-frame, debugger-frame-clear): Simplify accordingly.
3625 (debugger-env-macro): Only reset the state stored in non-variables,
3626 i.e. current-buffer and match-data.
3627 (debugger-eval-expression): Rewrite using backtrace-eval.
3628 * subr.el (internal--called-interactively-p--get-frame): Remove.
3629 (called-interactively-p):
3630 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
3631 `base' arg of backtrace-frame instead.
3632
3633 2013-07-26 Glenn Morris <rgm@gnu.org>
3634
3635 * align.el (align-regexp): Doc fix. (Bug#14857)
3636 (align-region): Explicit error if subexpression missing/does not match.
3637
3638 * simple.el (global-visual-line-mode):
3639 Do not duplicate the mode lighter. (Bug#14858)
3640
3641 2013-07-25 Martin Rudalics <rudalics@gmx.at>
3642
3643 * window.el (display-buffer): In display-buffer bind
3644 split-window-keep-point to t, bug#14829.
3645
3646 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3647
3648 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
3649 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
3650 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
3651 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3652 Change accordingly.
3653 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3654 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
3655
3656 2013-07-25 Glenn Morris <rgm@gnu.org>
3657
3658 * dired-x.el (dired-mark-extension): Convert comment to doc string.
3659
3660 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
3661
3662 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
3663 parameter to modify-frame-parameters if the value has not changed;
3664 this is a workaround for bug#14949.
3665 (desktop--make-frame): On cl-delete-if call, check parameter name,
3666 not full parameter.
3667
3668 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3669
3670 * vc/vc.el (vc-ignore): New function.
3671
3672 * vc/vc-svn.el (vc-svn-ignore): New function.
3673
3674 * vc/vc-hg.el (vc-hg-ignore): New function.
3675
3676 * vc/vc-git.el (vc-git-ignore): New function.
3677
3678 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
3679 (vc-dir-ignore): New function.
3680
3681 * vc/vc-cvs.el (vc-cvs-ignore): New function.
3682 (cvs-append-to-ignore): Move here from pcvs.el.
3683
3684 * vc/vc-bzr.el (vc-bzr-ignore): New function.
3685
3686 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
3687
3688 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
3689
3690 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
3691 (desktop-restore-frames): Warn when deleting an existing frame failed.
3692
3693 2013-07-24 Glenn Morris <rgm@gnu.org>
3694
3695 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
3696
3697 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
3698
3699 * filenotify.el (file-notify-supported-p):
3700 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3701 Remove functions.
3702
3703 * autorevert.el (auto-revert-use-notify):
3704 (auto-revert-notify-add-watch):
3705 * net/tramp.el (tramp-file-name-for-operation):
3706 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3707 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3708 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3709 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3710 Remove `file-notify-supported-p' entry.
3711
3712 2013-07-24 Glenn Morris <rgm@gnu.org>
3713
3714 * printing.el: Replace all uses of deleted ps-windows-system,
3715 ps-lp-system, ps-flatten-list with lpr- versions.
3716
3717 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
3720 checked with memq (bug#14935).
3721
3722 * files.el (revert-buffer-function): Use a non-nil default.
3723 (revert-buffer-preserve-modes): Declare var to
3724 provide access to the `preserve-modes' argument.
3725 (revert-buffer): Let-bind it.
3726 (revert-buffer--default): New function, extracted from revert-buffer.
3727
3728 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * lpr.el: Signal print errors more prominently.
3731 (print-region-function): Don't default to nil.
3732 (lpr-print-region): New function, extracted from print-region-1.
3733 Check lpr's return value and signal an error in case of problem.
3734 (print-region-1): Use it.
3735 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
3736 versions instead.
3737 (ps-printer-name): Default to nil.
3738 (ps-printer-name-option): Default to lpr-printer-switch.
3739 (ps-print-region-function): Don't default to nil.
3740 (ps-postscript-code-directory): Simplify default.
3741 (ps-do-despool): Use lpr-print-region to properly check the outcome.
3742 (ps-string-list, ps-eval-switch, ps-flatten-list)
3743 (ps-flatten-list-1): Remove.
3744 (ps-multibyte-buffer): Avoid setq.
3745 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3746 (print-region-function, ps-print-region-function): Don't set them here.
3747
3748 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
3749
3750 * ido.el (ido-fractionp):
3751 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3752 (ido-max-file-prompt-width, ido-unc-hosts-cache)
3753 (ido-max-directory-size, ido-max-dir-file-cache)
3754 (ido-decorations): Doc fix.
3755
3756 * ansi-color.el: Fix old URL.
3757
3758 2013-07-23 Michael R. Mauger <michael@mauger.com>
3759
3760 * progmodes/sql.el: Version 3.3
3761 (sql-product-alist): Improve oracle :prompt-cont-regexp.
3762 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3763 (sql-interactive-remove-continuation-prompt): Rewrite, use
3764 functions above. Fix continuation prompt and complete output line
3765 handling.
3766 (sql-redirect-one, sql-execute): Use `read-only-mode' on
3767 redirected output buffer.
3768 (sql-mode): Restore deleted code (Bug#13591).
3769
3770 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3773
3774 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
3775
3776 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3777
3778 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3779 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3780 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3781
3782 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
3783
3784 * desktop.el (desktop-clear): Simplify; remove useless checks
3785 against invalid buffer names.
3786 (desktop-list*): Use cl-list*.
3787 (desktop-buffer-info, desktop-create-buffer): Simplify.
3788
3789 2013-07-23 Leo Liu <sdl.web@gmail.com>
3790
3791 * bookmark.el (bookmark-make-record): Restore NAME as a default
3792 value. (Bug#14933)
3793
3794 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * emacs-lisp/autoload.el (autoload--setup-output): New function,
3797 extracted from autoload--insert-text.
3798 (autoload--insert-text): Remove.
3799 (autoload--print-cookie-text): New function, extracted from
3800 autoload--insert-cookie-text.
3801 (autoload--insert-cookie-text): Remove.
3802 (autoload-generate-file-autoloads): Adjust calls accordingly.
3803
3804 * winner.el (winner-hook-installed-p): Remove.
3805 (winner-mode): Simplify accordingly.
3806
3807 * subr.el (add-to-list): Fix compiler-macro when `append' is
3808 not constant. Don't use `cl-member' for the base case.
3809
3810 * progmodes/subword.el: Fix boundary case (bug#13758).
3811 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
3812 own group.
3813 (subword-backward-regexp): Make it a constant.
3814 (subword-forward-internal): Don't treat a trailing capital as the
3815 beginning of a word.
3816
3817 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3818
3819 * emacs-lisp/package.el (package-menu-mode): Don't modify the
3820 global value of tabulated-list-revert-hook (bug#14930).
3821
3822 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
3823
3824 * desktop.el: Require 'cl-lib.
3825 (desktop-before-saving-frames-functions): New hook.
3826 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
3827 for frames being saved. Rename from desktop--save-minibuffer-frames.
3828 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
3829 Do not save frames with non-nil `desktop-dont-save' parameter.
3830 Filter out deleted frames.
3831 (desktop--find-frame): Use cl-find-if.
3832 (desktop--select-frame): Use cl-(first|second|third) to access values
3833 of desktop-mini.
3834 (desktop--make-frame): Use cl-delete-if.
3835 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
3836 (desktop-restore-frames): Use cl-(first|second|third) to access values
3837 of desktop-mini. Look for visible frame at the end, not while
3838 restoring frames.
3839
3840 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
3841 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
3842 Use string-match-p, looking-at-p (bug#14927).
3843
3844 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
3845
3846 * desktop.el (desktop-saved-frame-states):
3847 Rename from desktop--saved-states; all users changed.
3848 (desktop-save-frames): Rename from desktop--save-frames.
3849 Do not save state to desktop file.
3850 (desktop-save): Save desktop-saved-frame-states to desktop file
3851 and reset to nil.
3852 (desktop-restoring-frames-p): New function.
3853 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
3854 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
3855 buffer-lists when restoring frames. Suggested by Martin Rudalics.
3856
3857 * desktop.el: Correctly restore iconified frames.
3858 (desktop--filter-iconified-position): New function.
3859 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3860
3861 2013-07-20 Glenn Morris <rgm@gnu.org>
3862
3863 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3864 Let `message' do the formatting.
3865 (def-gdb-preempt-display-buffer): Add explicit format.
3866
3867 * image-dired.el (image-dired-track-original-file):
3868 Use with-current-buffer.
3869 (image-dired-track-thumbnail): Use with-current-buffer.
3870 Avoid changing point of wrong window.
3871
3872 * image-dired.el (image-dired-track-original-file):
3873 Avoid changing point of wrong window. (Bug#14909)
3874
3875 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
3876
3877 * progmodes/gdb-mi.el (gdb-done-or-error):
3878 Guard against "%" in gdb output. (Bug#14127)
3879
3880 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
3881
3882 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3883 (Bug#14826)
3884
3885 * international/mule.el (coding-system-iso-2022-flags): Fix last
3886 change.
3887
3888 2013-07-20 Kenichi Handa <handa@gnu.org>
3889
3890 * international/mule.el (coding-system-iso-2022-flags):
3891 Add `8-bit-level-4'. (Bug#8522)
3892
3893 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3894
3895 * net/shr.el (shr-mouse-browse-url): New command and keystroke
3896 (bug#14815).
3897
3898 * net/eww.el (eww-process-text-input): Allow inputting when the
3899 point is at the start of the line, as the properties aren't
3900 front-sticky.
3901
3902 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
3903 degenerate widths.
3904
3905 2013-07-19 Richard Stallman <rms@gnu.org>
3906
3907 * epa.el (epa-popup-info-window): Doc fix.
3908
3909 * subr.el (split-string): New arg TRIM.
3910
3911 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
3912
3913 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3914 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3915
3916 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
3917
3918 * filenotify.el (file-notify--library): Rename from
3919 `file-notify-support'. Do not autoload. Adapt all uses.
3920 (file-notify-supported-p): New defun.
3921
3922 * autorevert.el (auto-revert-use-notify):
3923 Use `file-notify-supported-p' instead of `file-notify-support'.
3924 Adapt docstring.
3925 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3926
3927 * net/tramp.el (tramp-file-name-for-operation):
3928 Add `file-notify-supported-p'.
3929
3930 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3931 New defun.
3932 (tramp-sh-file-name-handler-alist): Add it as handler for
3933 `file-notify-supported-p '.
3934
3935 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3936 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3937 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3938 Add `ignore' as handler for `file-notify-*' functions.
3939
3940 2013-07-17 Eli Zaretskii <eliz@gnu.org>
3941
3942 * simple.el (line-move-partial, line-move): Don't start vscroll or
3943 scroll-up if the current line is not taller than the window.
3944 (Bug#14881)
3945
3946 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
3947
3948 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3949 highlight question marks in the method names as strings.
3950 (ruby-block-beg-keywords): Inline.
3951 (ruby-font-lock-keyword-beg-re): Extract from
3952 `ruby-font-lock-keywords'.
3953
3954 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
3955
3956 * frame.el (blink-cursor-blinks): New defcustom.
3957 (blink-cursor-blinks-done): New defvar.
3958 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3959 (blink-cursor-timer-function): Check if number of blinks has been
3960 done on X and NS.
3961 (blink-cursor-suspend, blink-cursor-check): New defuns.
3962
3963 2013-07-15 Glenn Morris <rgm@gnu.org>
3964
3965 * edmacro.el (edmacro-format-keys): Fix previous change.
3966
3967 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
3968
3969 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3970 The hack didn't work outside English locales anyway.
3971
3972 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
3973
3974 * simple.el (define-alternatives): Rename from alternatives-define,
3975 per RMS' suggestion.
3976
3977 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
3978
3979 * desktop.el (desktop-restore-frames): Change default to t.
3980 (desktop-restore-in-current-display): Now offer more options.
3981 (desktop-restoring-reuses-frames): New customization option.
3982 (desktop--saved-states): Doc fix.
3983 (desktop-filter-parameters-alist): New variable, renamed and expanded
3984 from desktop--excluded-frame-parameters.
3985 (desktop--target-display): New variable.
3986 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3987 (desktop--filter-tty*, desktop--filter-*-color)
3988 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3989 (desktop--filter-save-desktop-parm)
3990 (desktop-restore-in-original-display-p): New functions.
3991 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3992 (desktop--save-minibuffer-frames): New function, inspired by a similar
3993 function from Martin Rudalics.
3994 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3995 (desktop--restore-in-this-display-p): Remove.
3996 (desktop--find-frame): Rename from desktop--find-frame-in-display
3997 and add predicate argument.
3998 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3999 (desktop--reuse-list): New variable.
4000 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
4001 New functions.
4002 (desktop--restore-frames): Add support for "minibuffer-special" frames.
4003
4004 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
4005
4006 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
4007
4008 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
4009
4010 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4011 Highlight conversion methods on Kernel.
4012
4013 2013-07-13 Alan Mackenzie <acm@muc.de>
4014
4015 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
4016 and comment it out. This out-commenting enables certain C++
4017 declarations to be parsed correctly.
4018
4019 2013-07-13 Eli Zaretskii <eliz@gnu.org>
4020
4021 * international/mule.el (define-coding-system): Doc fix.
4022
4023 * simple.el (default-font-height): Don't call font-info if the
4024 frame's default font didn't change since the frame was created.
4025 (Bug#14838)
4026
4027 2013-07-13 Leo Liu <sdl.web@gmail.com>
4028
4029 * ido.el (ido-read-file-name): Guard against non-symbol value.
4030
4031 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4032
4033 * progmodes/python.el (python-imenu--build-tree): Fix corner case
4034 in nested defuns.
4035
4036 2013-07-13 Leo Liu <sdl.web@gmail.com>
4037
4038 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
4039 ido-set-matches call. (Bug#6852)
4040
4041 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
4042
4043 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
4044 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
4045 Ruby 2.0.
4046 (ruby-font-lock-keywords): Distinguish calls to functions with
4047 module-like names from module references. Highlight character
4048 literals.
4049
4050 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
4051
4052 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
4053 (gdb-send): Handle continued commands. (Bug#14847)
4054
4055 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4056
4057 * desktop.el (desktop--v2s): Remove unused local variable.
4058 (desktop-save-buffer): Make defvar-local; adjust docstring.
4059 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
4060 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
4061
4062 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
4063
4064 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
4065
4066 2013-07-12 Eli Zaretskii <eliz@gnu.org>
4067
4068 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
4069 (Bug#14842)
4070
4071 2013-07-12 Glenn Morris <rgm@gnu.org>
4072
4073 * doc-view.el: Require cl-lib at runtime too.
4074 (doc-view-remove-if): Remove.
4075 (doc-view-search-next-match, doc-view-search-previous-match):
4076 Use cl-remove-if.
4077
4078 * edmacro.el: Require cl-lib at runtime too.
4079 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
4080 (edmacro-mismatch, edmacro-subseq): Remove.
4081
4082 * shadowfile.el: Require cl-lib.
4083 (shadow-remove-if): Remove.
4084 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
4085 Use cl-remove-if.
4086
4087 * wid-edit.el: Require cl-lib.
4088 (widget-choose): Use cl-remove-if.
4089 (widget-remove-if): Remove.
4090
4091 * progmodes/ebrowse.el: Require cl-lib at runtime too.
4092 (ebrowse-delete-if-not): Remove.
4093 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
4094 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
4095 Use cl-delete-if-not.
4096
4097 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
4100 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
4101
4102 2013-07-12 Leo Liu <sdl.web@gmail.com>
4103
4104 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
4105
4106 2013-07-11 Glenn Morris <rgm@gnu.org>
4107
4108 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
4109 (edebug-gensym-index, edebug-gensym):
4110 Remove reimplementation of cl-gensym.
4111 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
4112
4113 * thumbs.el: Require cl-lib at run-time too.
4114 (thumbs-gensym-counter, thumbs-gensym):
4115 Remove reimplementation of cl-gensym.
4116 (thumbs-temp-file): Use cl-gensym.
4117
4118 * emacs-lisp/ert.el: Require cl-lib at runtime too.
4119 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
4120 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4121 (ert--union, ert--gensym-counter, ert--gensym-counter)
4122 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4123 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4124 (ert-make-test-unbound, ert--expand-should-1)
4125 (ert--expand-should, ert--should-error-handle-error)
4126 (should-error, ert--explain-equal-rec)
4127 (ert--plist-difference-explanation, ert-select-tests)
4128 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4129 Use cl-lib functions rather than reimplementations.
4130
4131 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
4132
4133 * net/tramp.el (tramp-methods): Extend docstring.
4134 (tramp-connection-timeout): New defcustom.
4135 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4136 (with-tramp-progress-reporter): Simplify.
4137 (tramp-process-actions): Improve messages.
4138
4139 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4140 * net/tramp-sh.el (tramp-maybe-open-connection):
4141 Use `tramp-connection-timeout'.
4142 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4143 (Bug#14808)
4144
4145 2013-07-11 Leo Liu <sdl.web@gmail.com>
4146
4147 * ido.el (ido-read-file-name): Conform to the requirements of
4148 read-file-name. (Bug#11861)
4149 (ido-read-directory-name): Conform to the requirements of
4150 read-directory-name.
4151
4152 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
4153
4154 * subr.el (delay-warning): New function.
4155
4156 2013-07-10 Eli Zaretskii <eliz@gnu.org>
4157
4158 * simple.el (default-line-height): New function.
4159 (line-move-partial, line-move): Use it instead of computing the
4160 line height inline.
4161 (line-move-partial): Always compute ROWH. If the last line is
4162 partially-visible, but its text is completely visible, allow
4163 cursor to enter such a partially-visible line.
4164
4165 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
4166
4167 Improve error messages. (Bug#14808)
4168
4169 * net/tramp.el (tramp-current-connection): New defvar, moved from
4170 tramp-sh.el.
4171 (tramp-message-show-progress-reporter-message): Remove, not
4172 needed anymore.
4173 (tramp-error-with-buffer): Show message in minibuffer.
4174 Discard input before waiting. Reset connection timestamp.
4175 (with-tramp-progress-reporter): Improve messages.
4176 (tramp-process-actions): Use progress reporter. Delete process in
4177 case of error. Improve messages.
4178
4179 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4180 Call `tramp-error-with-buffer' with vector and buffer.
4181 (tramp-current-connection): Remove.
4182 (tramp-maybe-open-connection): The car of
4183 `tramp-current-connection' are the first 3 slots of the vector.
4184
4185 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4186
4187 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4188 inside continued strings.
4189
4190 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4191
4192 Timestamp fixes for undo (Bug#14824).
4193 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4194
4195 2013-07-10 Leo Liu <sdl.web@gmail.com>
4196
4197 * files.el (require-final-newline): Allow safe local value.
4198 (Bug#14834)
4199
4200 2013-07-09 Leo Liu <sdl.web@gmail.com>
4201
4202 * ido.el (ido-read-directory-name): Handle fallback.
4203 (ido-read-file-name): Update DIR to ido-current-directory.
4204 (Bug#1516)
4205 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
4206
4207 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4208
4209 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4210 "autoload". Remove "warn lower camel case" section, previously
4211 commented out. Highlight negation char. Do not highlight the
4212 target in singleton method definitions.
4213
4214 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4215
4216 * faces.el (tty-setup-hook): Declare the hook.
4217
4218 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4219 and detect when a guard/pred depends on local vars (bug#14773).
4220 (pcase--u1): Adjust caller.
4221
4222 2013-07-08 Eli Zaretskii <eliz@gnu.org>
4223
4224 * simple.el (line-move-partial, line-move): Account for
4225 line-spacing.
4226 (line-move-partial): Avoid setting vscroll when the last
4227 partially-visible line in window is of default height.
4228
4229 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4230
4231 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4232 been used a while.
4233
4234 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * subr.el (read-quoted-char): Remove unused local variable `char'.
4237
4238 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
4239
4240 * ediff.el (ediff-version): Version update.
4241 (ediff-files-command, ediff3-files-command, ediff-merge-command)
4242 (ediff-merge-with-ancestor-command, ediff-directories-command)
4243 (ediff-directories3-command, ediff-merge-directories-command)
4244 (ediff-merge-directories-with-ancestor-command): New functions.
4245 All are command-line interfaces to ediff: to facilitate calling
4246 Emacs with the appropriate ediff functions invoked.
4247
4248 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4249 (viper-save-kill-buffer): Check if buffer is modified.
4250
4251 * viper.el (viper-version): Version update.
4252 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
4253
4254 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4255
4256 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4257 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4258 (viper-intercept-ESC-key): Simplify.
4259 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4260 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4261 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4262 (viper-setup-ESC-to-escape): New functions.
4263 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4264 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
4265
4266 2013-07-07 Eli Zaretskii <eliz@gnu.org>
4267
4268 * simple.el (default-font-height, window-screen-lines):
4269 New functions.
4270 (line-move, line-move-partial): Use them instead of
4271 frame-char-height and window-text-height. This makes scrolling
4272 text smoother when the buffer's default face uses a font that is
4273 different from the frame's default font.
4274
4275 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
4276
4277 * files.el (write-file): Do not display confirm dialog for NS,
4278 it does its own dialog, which can't be cancelled (Bug#14578).
4279
4280 2013-07-06 Eli Zaretskii <eliz@gnu.org>
4281
4282 * simple.el (line-move-partial): Adjust the row returned by
4283 posn-at-point for the current window-vscroll. (Bug#14567)
4284
4285 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
4286
4287 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4288 (tramp-sh-file-inotifywait-process-filter): Handle file names with
4289 spaces.
4290
4291 2013-07-06 Martin Rudalics <rudalics@gmx.at>
4292
4293 * window.el (window-state-put-stale-windows): New variable.
4294 (window--state-put-2): Save list of windows without matching buffer.
4295 (window-state-put): Remove "bufferless" windows if possible.
4296
4297 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * simple.el (alternatives-define): Remove leftover :group keyword.
4300 Tweak docstring.
4301
4302 2013-07-06 Leo Liu <sdl.web@gmail.com>
4303
4304 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4305 (ido-enable-virtual-buffers): New variable.
4306 (ido-buffer-internal, ido-toggle-virtual-buffers)
4307 (ido-make-buffer-list): Use it.
4308 (ido-exhibit): Support turning on and off virtual buffers
4309 automatically.
4310
4311 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
4312
4313 * simple.el (alternatives-define): New macro.
4314
4315 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * subr.el (read-quoted-char): Use read-key.
4318 (sit-for): Let read-event decode tty input (bug#14782).
4319
4320 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
4321
4322 * calendar/todo-mode.el: Add handling of file deletion, both by
4323 mode command and externally. Fix various related bugs.
4324 Clarify Commentary and improve some documentation strings and code.
4325 (todo-delete-file): New command.
4326 (todo-check-file): New function.
4327 (todo-show): Handle external deletion of the file we're trying to
4328 show (bug#14688). Replace called-interactively-p by an optional
4329 prefix argument to avoid problematic interaction with catch form
4330 when byte compiled (bug#14702).
4331 (todo-quit): Handle external deletion of the archive's todo file.
4332 Make sure the buffer that was visiting the archive file is still
4333 live before trying to bury it.
4334 (todo-category-completions): Handle external deletion of any
4335 category completion files.
4336 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4337 of todo files, in case of external deletion.
4338 (todo-add-file): Replace unnecessary setq by let-binding.
4339 (todo-find-archive): Check whether there are any archives.
4340 Replace unnecessary setq by let-binding.
4341 (todo-archive-done-item): Use find-file-noselect to get the
4342 archive buffer whether or not the archive already exists.
4343 Remove superfluous code. Use file size instead of buffer-file-name to
4344 check if the archive is new; if it is, update list of archives.
4345 (todo-default-todo-file): Allow nil to be a valid value for when
4346 there are no todo files.
4347 (todo-reevaluate-default-file-defcustom): Use corrected definition
4348 of todo-default-todo-file.
4349 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4350 (todo-delete-category, todo-show-categories-table)
4351 (todo-category-number): Clarify comment.
4352 (todo-filter-items): Clarify documentation string.
4353 (todo-show-current-file, todo-display-as-todo-file)
4354 (todo-reset-and-enable-done-separator): Tweak documentation string.
4355 (todo-done-separator): Make separator length window-width, since
4356 bug#2749 is now fixed.
4357
4358 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
4359
4360 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4361 Support both "gvfs-monitor-dir" and "inotifywait".
4362 (tramp-sh-file-inotifywait-process-filter): Rename from
4363 `tramp-sh-file-notify-process-filter'.
4364 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4365 (tramp-get-remote-gvfs-monitor-dir): New defuns.
4366
4367 2013-07-05 Leo Liu <sdl.web@gmail.com>
4368
4369 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4370
4371 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4372
4373 * frame.el (display-pixel-height, display-pixel-width)
4374 (display-mm-height, display-mm-width): Mention behavior on
4375 multi-monitor setups in docstrings.
4376 (w32-display-monitor-attributes-list): Declare function.
4377 (display-monitor-attributes-list): Use it.
4378
4379 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
4380
4381 * filenotify.el: New package.
4382
4383 * autorevert.el (top): Require filenotify.el.
4384 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
4385 instead.
4386 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4387 (auto-revert-notify-handler): Use `file-notify-*' functions.
4388
4389 * subr.el (file-notify-handle-event): Move function to filenotify.el.
4390
4391 * net/tramp.el (tramp-file-name-for-operation):
4392 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
4393
4394 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4395 for `file-notify-add-watch' and `file-notify-rm-watch'.
4396 (tramp-process-sentinel): Improve trace.
4397 (tramp-sh-handle-file-notify-add-watch)
4398 (tramp-sh-file-notify-process-filter)
4399 (tramp-sh-handle-file-notify-rm-watch)
4400 (tramp-get-remote-inotifywait): New defuns.
4401
4402 2013-07-03 Juri Linkov <juri@jurta.org>
4403
4404 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4405 call of `occur-read-primary-args' to interactive spec.
4406
4407 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4408 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
4409
4410 2013-07-03 Matthias Meulien <orontee@gmail.com>
4411
4412 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4413 `Buffer-menu-multi-occur'. Add it to the menu.
4414 (Buffer-menu-mode): Document it in docstring.
4415 (Buffer-menu-multi-occur): New command. (Bug#14673)
4416
4417 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4418
4419 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4420 keywords and built-ins.
4421
4422 2013-07-03 Glenn Morris <rgm@gnu.org>
4423
4424 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
4425
4426 Make info-xref checks case-sensitive by default
4427 * info.el (Info-find-node, Info-find-in-tag-table)
4428 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4429 Add option for exact case matching of nodes.
4430 * info-xref.el (info-xref): New custom group.
4431 (info-xref-case-fold): New option.
4432 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4433
4434 2013-07-03 Leo Liu <sdl.web@gmail.com>
4435
4436 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4437
4438 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4439
4440 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4441 middle of block statement initially, lower the depth. Remove
4442 FIXME comment, not longer valid. Remove middle of block statement
4443 detection, no need to do that anymore since we've been using
4444 `ruby-parse-region' here.
4445
4446 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
4447
4448 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4449
4450 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
4451
4452 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4453
4454 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
4455
4456 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4457 (desktop-restore-in-current-display): New customization option.
4458 (desktop--excluded-frame-parameters): Add `font'.
4459 (desktop--save-frames): Rename from desktop--save-windows.
4460 (desktop--restore-in-this-display-p): New function.
4461 (desktop--make-full-frame): Remove unwanted width/height from
4462 full(width|height) frames.
4463 (desktop--restore-frames): Rename from desktop--restore-windows.
4464 Obey desktop-restore-current-display. Do not delete old frames or
4465 select a new frame unless we were able to restore at least one frame.
4466
4467 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
4468
4469 * files.el (find-file-noselect): Simplify conditional expression.
4470
4471 * remember.el (remember-append-to-file):
4472 Don't mix `find-buffer-visiting' and `get-file-buffer'.
4473
4474 Add `remember-notes' function to store random notes across Emacs
4475 restarts.
4476 * remember.el (remember-data-file): Add :set callback to affect
4477 notes buffer (if any).
4478 (remember-notes): New command.
4479 (remember-notes-buffer-name, bury-remember-notes-on-kill):
4480 New defcustoms for the `remember-notes' function.
4481 (remember-notes-save-and-bury-buffer): New command.
4482 (remember-notes-mode-map): New variable.
4483 (remember-mode): New minor mode.
4484 (remember-notes--kill-buffer-query): New function.
4485 * startup.el (initial-buffer-choice): Add notes to custom type.
4486
4487 2013-06-30 Eli Zaretskii <eliz@gnu.org>
4488
4489 * bindings.el (right-char, left-char): Don't call sit-for, this is
4490 no longer needed. Use arithmetic comparison only for numerical
4491 arguments.
4492
4493 * international/mule-cmds.el (select-safe-coding-system):
4494 Handle the case of FROM being a string correctly. (Bug#14755)
4495
4496 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4497
4498 * net/shr.el (shr-make-table-1): Add a sanity check that allows
4499 progression on degenerate tables.
4500 (shr-rescale-image): ImageMagick animated images currently don't work.
4501
4502 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
4503
4504 Some fixes and improvements for desktop frame restoration.
4505 It is still experimental and disabled by default.
4506 * desktop.el (desktop--save-windows): Put the selected frame at
4507 the head of the list.
4508 (desktop--make-full-frame): New function.
4509 (desktop--restore-windows): Try to re-select the frame that was
4510 selected upon saving. Do not abort if some frames fail to restore,
4511 just show an error message and continue. Set up maximized frames
4512 so they have default non-maximized dimensions.
4513
4514 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
4515
4516 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4517 Don't start heredoc inside a string or comment.
4518
4519 2013-06-29 Eli Zaretskii <eliz@gnu.org>
4520
4521 * bindings.el (visual-order-cursor-movement): New defcustom.
4522 (right-char, left-char): Provide visual-order cursor motion by
4523 calling move-point-visually. Update the doc strings.
4524
4525 2013-06-28 Kenichi Handa <handa@gnu.org>
4526
4527 * international/mule.el (define-coding-system): New coding system
4528 properties :inhibit-null-byte-detection,
4529 :inhibit-iso-escape-detection, and :prefer-utf-8.
4530 (set-buffer-file-coding-system): If :charset-list property of
4531 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
4532 appropriate for setting.
4533
4534 * international/mule-cmds.el (select-safe-coding-system):
4535 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
4536 multibyte characters, return utf-8 (or one of its siblings).
4537
4538 * international/mule-conf.el (prefer-utf-8): New coding system.
4539 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
4540 files.
4541
4542 2013-06-28 Ivan Kanis <ivan@kanis.fr>
4543
4544 * net/shr.el (shr-render-region): New function.
4545
4546 * net/eww.el: Autoload `eww-browse-url'.
4547
4548 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
4549
4550 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4551 Adapt to `package-desc-version' being a list.
4552 Use `package--ac-desc-version' to retrieve version from a package
4553 archive element.
4554
4555 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
4556
4557 New experimental feature to save&restore window and frame setup.
4558 * desktop.el (desktop-save-windows): New defcustom.
4559 (desktop--saved-states): New var.
4560 (desktop--excluded-frame-parameters): New defconst.
4561 (desktop--filter-frame-parms, desktop--find-frame-in-display)
4562 (desktop--restore-windows, desktop--save-windows): New functions.
4563 (desktop-save): Call `desktop--save-windows'.
4564 (desktop-read): Call `desktop--restore-windows'.
4565
4566 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4567
4568 * net/shr.el (add-face-text-property): Remove compat definition.
4569
4570 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4571
4572 * info.el (Info-try-follow-nearest-node): Move search for footnote
4573 above search for node name to prevent missing a footnote (bug#14717).
4574
4575 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
4576
4577 * obsolete/otodo-mode.el: Add obsolescence info to file header.
4578
4579 2013-06-27 Leo Liu <sdl.web@gmail.com>
4580
4581 * net/eww.el (eww-read-bookmarks): Check file size.
4582
4583 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
4586 advice--pending if newdef is nil or an autoload (bug#13820).
4587 (advice-mapc): New function.
4588
4589 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4590
4591 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
4592 probably.
4593 (eww-mode-map): Add a menu bar.
4594 (eww-add-bookmark): New command.
4595 (eww-bookmark-mode): New mode and commands.
4596 (eww-add-bookmark): Remove newlines from the title.
4597 (eww-bookmark-browse): Don't bug out if it's the only window.
4598
4599 2013-06-26 Glenn Morris <rgm@gnu.org>
4600
4601 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
4602 (hfy-size): Handle ttys. (Bug#14668)
4603
4604 * info-xref.el: Update for Texinfo 5 change in *note format.
4605 (info-xref-node-re, info-xref-note-re): New constants.
4606 (info-xref-check-buffer): Use info-xref-note-re.
4607
4608 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
4611
4612 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
4613 nil terminate the loop (bug#14718).
4614
4615 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4616
4617 * net/eww.el: Rework history traversal. When going forward/back,
4618 put these actions into the history, too, so that they can be
4619 replayed.
4620 (eww-render): Move the history reset to the correct buffer.
4621
4622 2013-06-25 Juri Linkov <juri@jurta.org>
4623
4624 * files-x.el (modify-dir-local-variable): Change the header comment
4625 in the file with directory local variables. (Bug#14692)
4626
4627 * files-x.el (read-file-local-variable-value): Add `default'.
4628 (Bug#14710)
4629
4630 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4631
4632 * net/eww.el (eww-make-unique-file-name): Create a unique file
4633 name before saving to entering `y' accidentally asynchronously.
4634
4635 2013-06-25 Ivan Kanis <ivan@kanis.fr>
4636
4637 * net/eww.el (eww-download): New command and keystroke.
4638
4639 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4640
4641 * net/eww.el (eww-copy-page-url): Change name of command.
4642
4643 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
4644 be more consistent with Info and dired.
4645
4646 * net/eww.el (eww-mode-map): Ditto.
4647
4648 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4649
4650 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
4651 packages from archives.
4652 (package-archive-contents): Change format; include obsolete packages.
4653 (package-desc): Use `dir' to mark builtin packages.
4654 (package--from-builtin): Set the `dir' field to `builtin'.
4655 (generated-autoload-file, version-control): Declare.
4656 (package-compute-transaction): Change first arg and return value to be
4657 lists of package-descs. Adjust to new package-archive-contents format.
4658 (package--add-to-archive-contents): Adjust to new
4659 package-archive-contents format.
4660 (package-download-transaction): Arg is now a list of package-descs.
4661 (package-install): If `pkg' is a package name, pass it as
4662 a requirement, so it is subject to the usual (e.g. disabled) checks.
4663 (describe-package): Accept package-desc as well.
4664 (describe-package-1): Describe a specific package-desc. Add links to
4665 other package-descs for the same package name.
4666 (package-menu-describe-package): Pass the actual package-desc.
4667 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
4668 works correctly.
4669 (package-desc-status): New function.
4670 (package-menu--refresh): New function, extracted
4671 from package-menu--generate.
4672 (package-menu--generate): Use it.
4673 (package-delete): Update package-alist.
4674 (package-menu-execute): Don't call package-initialize.
4675
4676 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
4677 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
4678 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
4679 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
4680 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
4681 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
4682
4683 2013-06-25 Martin Rudalics <rudalics@gmx.at>
4684
4685 * window.el (window--state-get-1): Workaround for bug#14527.
4686 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
4687
4688 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4689
4690 * net/eww.el (eww-back-url): Implement the history by stashing all
4691 the data into a list.
4692 (eww-forward-url): Allow going forward in the history, too.
4693
4694 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
4697 for values and use read--expression for expressions (bug#14710).
4698 (read-file-local-variable): Avoid setq.
4699 (read-file-local-variable-mode): Use minor-mode-list.
4700
4701 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4702
4703 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
4704 for DOI URLs.
4705
4706 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4707
4708 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
4709 Update imenu-support when dialect changes.
4710
4711 2013-06-25 Leo Liu <sdl.web@gmail.com>
4712
4713 * ido.el (ido-read-internal): Allow forward slash on windows.
4714
4715 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4716
4717 * net/eww.el (eww): Start of strings is \\`, not ^.
4718
4719 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4720
4721 * net/shr.el (shr-browse-url): Fix interactive spec.
4722
4723 * net/eww.el (eww): Add a trailing slash to domain names.
4724
4725 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
4726
4727 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
4728
4729 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4730
4731 * net/shr.el (shr-browse-url): Use an external browser if given a
4732 prefix.
4733
4734 * net/eww.el (eww-external-browser): Move to shr.
4735
4736 2013-06-24 Ivan Kanis <ivan@kanis.fr>
4737
4738 * net/eww.el (eww): Work more correctly for file: URLs.
4739 (eww-detect-charset): Allow quoted charsets.
4740 (eww-yank-page-url): New command and keystroke.
4741
4742 2013-06-24 Daiki Ueno <ueno@gnu.org>
4743
4744 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4745 file name of gpg executable.
4746 (epg-context-program): New function.
4747 (epg-context-home-directory): New function.
4748 (epg-context-set-program): New function.
4749 (epg-context-set-home-directory): New function.
4750 (epg--start): Use `epg-context-program' instead of
4751 'epg-gpg-program'.
4752 (epg--list-keys-1): Likewise.
4753
4754 2013-06-24 Leo Liu <sdl.web@gmail.com>
4755
4756 * ido.el (ido-read-internal): Fix bug#14620.
4757
4758 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4759
4760 * faces.el (face-documentation): Simplify.
4761 (read-face-attribute, tty-find-type, x-resolve-font-name):
4762 Use `string-match-p'.
4763 (list-faces-display): Use `string-match-p'. Simplify.
4764 (face-spec-recalc): Check face to avoid face alias loops.
4765 (read-color): Use `string-match-p' and non-capturing parenthesis.
4766
4767 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4768
4769 * net/shr.el (shr-rescale-image): Use the new
4770 :max-width/:max-height functionality.
4771
4772 2013-06-23 Ivan Kanis <ivan@kanis.fr>
4773
4774 * net/eww.el (eww-search-prefix): New variable.
4775 (eww): Use it.
4776 (eww-external-browser): New variable.
4777 (eww-mode-map): New keystroke.
4778 (eww-browse-with-external-browser): New command.
4779
4780 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4781
4782 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
4783
4784 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4785 Don't skip aligning the next header field when padding is 0;
4786 otherwise, field width is not respected unless the title is as
4787 wide as the field.
4788
4789 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4790
4791 * emacs-lisp/package.el (package-el-version): Remove.
4792 (package-process-define-package): Fix inf-loop.
4793 (package-install): Allow symbols as arguments again.
4794
4795 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4796
4797 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
4798 add some more keyword-like methods.
4799 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
4800
4801 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
4802
4803 * bs.el (bs-buffer-show-mark): Make defvar-local.
4804 (bs-mode): Use setq-local.
4805
4806 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
4807 (emacs-lock--try-unlocking): Make defvar-local.
4808
4809 2013-06-22 Glenn Morris <rgm@gnu.org>
4810
4811 * play/cookie1.el (cookie-apropos): Minor simplification.
4812
4813 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
4814
4815 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4816
4817 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
4818 `regexp-opt', it breaks the build during dumping.
4819
4820 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
4821
4822 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4823 Highlight keyword-like methods on Kernel and Module with
4824 font-lock-builtin-face.
4825 (auto-mode-alist): Consolidate different entries into one regexp
4826 and add more *file-s.
4827
4828 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
4829
4830 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
4831
4832 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
4833 (diary-entry): Use it in the action of this button type instead of
4834 diary-goto-entry.
4835
4836 * calendar/todo-mode.el: New version.
4837 (todo-add-category): Append new category to end of file and give
4838 it the highest number, instead of putting it at the beginning and
4839 giving it 0. Incorporate noninteractive functionality.
4840 (todo-forward-category): Adapt to 1-based category numbering.
4841 Allow skipping over archived categories.
4842 (todo-backward-category): Derive from todo-forward-category.
4843 (todo-backward-item, todo-forward-item): Make noninteractive and
4844 delegate interactive part to new commands. Make sensitive to done items.
4845 (todo-categories): Make value an alist of category names and
4846 vectors of item counts.
4847 (todo-category-beg): Make a defconst.
4848 (todo-category-number): Use 1 instead of 0 as initial value.
4849 (todo-category-select): Make sensitive to overlays, optional item
4850 highlighting and done items.
4851 (todo-delete-item): Make sensitive to overlays and marked and done items.
4852 (todo-edit-item): Make sensitive to overlays and editing of
4853 date/time header optional. Add format checks.
4854 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
4855 no-op if point is not on an item. Advertise using todo-edit-quit.
4856 (todo-edit-mode): Make sensitive to new format, font-locking, and
4857 multiple todo files.
4858 (todo-insert-item, todo-insert-item-here): Derive from
4859 todo-basic-insert-item and extend functionality.
4860 (todo-item-end, todo-item-start): Make sensitive to done items.
4861 (todo-item-string): Don't return text properties. Restore point.
4862 (todo-jump-to-category): Make sensitive to multiple todo files and
4863 todo archives. Use extended category completion.
4864 (todo-lower-item, todo-raise-item): Rename to *-priority and
4865 derive from todo-set-item-priority.
4866 (todo-mode): Derive from special-mode. Make sensitive to new
4867 format, font-locking and multiple todo files. Make read-only.
4868 (todo-mode-map): Don't suppress digit keys, so they can supply
4869 prefix arguments. Add many new key bindings.
4870 (todo-prefix): Insert as an overlay instead of file text.
4871 Change semantics from diary date expression to purely visual mark.
4872 (todo-print): Rename to todo-print-buffer. Make buffer display
4873 features printable. Remove option to restrict number of items
4874 printed. Add option to print to file.
4875 (todo-print-function): Rename to todo-print-buffer-function.
4876 (todo-quit): Extend to handle exiting new todo modes.
4877 (todo-remove-item): Make sensitive to overlays.
4878 (todo-save): Extend to buffers of filtered items.
4879 (todo-show): Make sensitive to done items, multiple todo files and
4880 new todo modes. Offer to convert legacy todo file before creating
4881 first new todo file.
4882 (todo-show-priorities): Rename to todo-top-priorities.
4883 Change semantics of value 0.
4884 (todo-top-priorities): Rename to todo-filter-top-priorities,
4885 derive from todo-filter-items and extend functionality.
4886 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4887 and extend functionality to other types of filtered items.
4888 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4889 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4890 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4891 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4892 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4893 (todo-edit-mode-hook, todo-entry-prefix-function)
4894 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4895 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4896 (todo-initials, todo-insert-threshold, todo-item-string-start)
4897 (todo-line-string, todo-menu, todo-mode-hook)
4898 (todo-more-important-p, todo-previous-answer, todo-previous-line)
4899 (todo-print-priorities, todo-remove-separator)
4900 (todo-save-top-priorities-too, todo-string-count-lines)
4901 (todo-string-multiline-p, todo-time-string-format)
4902 (todo-tmp-buffer-name): Remove.
4903 (todo-add-file, todo-archive-done-item, todo-choose-archive)
4904 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4905 (todo-edit-category-diary-inclusion)
4906 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4907 (todo-edit-file, todo-edit-item-date-day)
4908 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4909 (todo-edit-item-date-month, todo-edit-item-date-to-today)
4910 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4911 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4912 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4913 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4914 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4915 (todo-filter-top-priorities-multifile, todo-find-archive)
4916 (todo-find-filtered-items-file, todo-go-to-source-item)
4917 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4918 (todo-jump-to-archive-category, todo-lower-category)
4919 (todo-mark-category, todo-marked-item-p, todo-merge-category)
4920 (todo-move-category, todo-move-item, todo-next-button)
4921 (todo-next-item, todo-padded-string, todo-powerset)
4922 (todo-previous-button, todo-previous-item)
4923 (todo-print-buffer-to-file, todo-raise-category)
4924 (todo-rename-category, todo-repair-categories-sexp, todo-search)
4925 (todo-set-category-number, todo-set-item-priority)
4926 (todo-set-top-priorities-in-category)
4927 (todo-set-top-priorities-in-file, todo-show-categories-table)
4928 (todo-sort-categories-alphabetically-or-numerically)
4929 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4930 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4931 (todo-toggle-item-header, todo-toggle-item-highlighting)
4932 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4933 (todo-toggle-view-done-items, todo-toggle-view-done-only)
4934 (todo-unarchive-items, todo-unmark-category): New commands.
4935 (todo-absolute-file-name, todo-add-to-buffer-list)
4936 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4937 (todo-basic-insert-item, todo-category-completions)
4938 (todo-category-number, todo-category-string-matcher-1)
4939 (todo-category-string-matcher-2, todo-check-filtered-items-file)
4940 (todo-check-format, todo-clear-matches)
4941 (todo-comment-string-matcher, todo-convert-legacy-date-time)
4942 (todo-current-category, todo-date-string-matcher)
4943 (todo-define-insertion-command, todo-diary-expired-matcher)
4944 (todo-diary-goto-entry, todo-diary-item-p)
4945 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4946 (todo-display-categories, todo-display-sorted, todo-done-item-p)
4947 (todo-done-item-section-p, todo-done-separator)
4948 (todo-done-string-matcher, todo-files, todo-filter-items)
4949 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4950 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4951 (todo-insert-category-line, todo-insert-item-from-calendar)
4952 (todo-insert-sort-button, todo-insert-with-overlays)
4953 (todo-insertion-command-name, todo-insertion-key-bindings)
4954 (todo-label-to-key, todo-longest-category-name-length)
4955 (todo-make-categories-list, todo-mode-external-set)
4956 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4957 (todo-modes-set-3, todo-multiple-filter-files)
4958 (todo-nondiary-marker-matcher, todo-prefix-overlays)
4959 (todo-read-category, todo-read-date, todo-read-dayname)
4960 (todo-read-file-name, todo-read-time)
4961 (todo-reevaluate-category-completions-files-defcustom)
4962 (todo-reevaluate-default-file-defcustom)
4963 (todo-reevaluate-filelist-defcustoms)
4964 (todo-reevaluate-filter-files-defcustom)
4965 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4966 (todo-reset-done-separator, todo-reset-done-separator-string)
4967 (todo-reset-done-string, todo-reset-global-current-todo-file)
4968 (todo-reset-highlight-item, todo-reset-nondiary-marker)
4969 (todo-reset-prefix, todo-set-categories)
4970 (todo-set-date-from-calendar, todo-set-show-current-file)
4971 (todo-set-top-priorities, todo-short-file-name)
4972 (todo-show-current-file, todo-sort, todo-time-string-matcher)
4973 (todo-total-item-counts, todo-update-buffer-list)
4974 (todo-update-categories-display, todo-update-categories-sexp)
4975 (todo-update-count, todo-validate-name, todo-y-or-n-p):
4976 New functions.
4977 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4978 New major modes.
4979 (todo-categories, todo-display, todo-edit, todo-faces)
4980 (todo-filtered): New defgroups.
4981 (todo-archived-only, todo-button, todo-category-string, todo-date)
4982 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4983 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4984 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4985 (todo-add-item-if-new-category, todo-always-add-time-string)
4986 (todo-categories-align, todo-categories-archived-label)
4987 (todo-categories-category-label, todo-categories-diary-label)
4988 (todo-categories-done-label, todo-categories-number-separator)
4989 (todo-categories-todo-label, todo-categories-totals-label)
4990 (todo-category-completions-files, todo-completion-ignore-case)
4991 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4992 (todo-done-separator-string, todo-done-string)
4993 (todo-files-function, todo-filter-done-items, todo-filter-files)
4994 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4995 (todo-initial-category, todo-initial-file, todo-item-mark)
4996 (todo-legacy-date-time-regexp, todo-mode-line-function)
4997 (todo-nondiary-marker, todo-number-prefix)
4998 (todo-print-buffer-function, todo-show-current-file)
4999 (todo-show-done-only, todo-show-first, todo-show-with-done)
5000 (todo-skip-archived-categories, todo-top-priorities-overrides)
5001 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
5002 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
5003 New defcustoms.
5004 (todo-category-done, todo-date-pattern, todo-date-string-start)
5005 (todo-diary-items-buffer, todo-done-string-start)
5006 (todo-filtered-items-buffer, todo-item-start)
5007 (todo-month-abbrev-array, todo-month-name-array)
5008 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
5009 (todo-top-priorities-buffer): New defconsts.
5010 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
5011 (todo-categories-with-marks, todo-category-string-face)
5012 (todo-comment-face, todo-comment-string, todo-current-todo-file)
5013 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
5014 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
5015 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
5016 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
5017 (todo-font-lock-keywords, todo-global-current-todo-file)
5018 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
5019 (todo-insertion-commands-args)
5020 (todo-insertion-commands-args-genlist)
5021 (todo-insertion-commands-names, todo-insertion-map)
5022 (todo-key-bindings-t, todo-key-bindings-t+a)
5023 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
5024 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
5025 (todo-nondiary-face, todo-print-buffer, todo-time-face)
5026 (todo-visited): New variables.
5027
5028 2013-06-21 Glenn Morris <rgm@gnu.org>
5029
5030 * play/cookie1.el (cookie-apropos): Add optional display argument.
5031 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
5032 (psychoanalyze-pinhead): Use cookie-doctor.
5033
5034 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5035
5036 * emacs-lisp/package.el (tar-get-file-descriptor)
5037 (tar--extract): Declare.
5038
5039 2013-06-21 Eduard Wiebe <usenet@pusto.de>
5040
5041 Extend flymake's warning predicate to be a function (bug#14217).
5042 * progmodes/flymake.el (flymake-warning-predicate): New.
5043 (flymake-parse-line): Use it.
5044 (flymake-warning-re): Make obsolete alias to
5045 `flymake-warning-predicate'.
5046
5047 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * emacs-lisp/package.el (package-alist): Include obsolete packages.
5050 (package-obsolete-list): Remove.
5051 (package-activate): Remove min-version argument. Add `force' argument.
5052 Adjust to new package-alist format.
5053 (package-mark-obsolete): Remove.
5054 (package-unpack): Force reload of the package's autoloads.
5055 (package-installed-p): Check builtins if the installed package is not
5056 recent enough.
5057 (package-initialize): Don't reset package-obsolete-list.
5058 Don't specify which package version to activate.
5059 (package-process-define-package, describe-package-1)
5060 (package-menu--generate): Adjust to new package-alist format.
5061
5062 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5063
5064 * allout-widgets.el (allout-widgets-mode-off)
5065 (allout-widgets-mode-on, allout-widgets-pre-command-business)
5066 (allout-widgets-post-command-business)
5067 (allout-widgets-after-copy-or-kill-function)
5068 (allout-widgets-after-undo-function, allout-test-range-overlaps)
5069 (allout-decorate-item-and-context)
5070 (allout-graphics-modification-handler): Fix typos in docstrings.
5071 (allout-get-or-create-parent-widget): Use `looking-at-p'.
5072
5073 * cmuscheme.el (scheme-start-file): Doc fix.
5074 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
5075 (scheme-input-filter): Use `string-match-p'.
5076
5077 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
5078
5079 * dired-x.el: Use Dired consistently in docstrings.
5080
5081 * dired.el: Use Dired consistently in docstrings.
5082 (dired-readin, dired-mode): Use `setq-local'.
5083 (dired-switches-alist): Make defvar-local.
5084 (dired-buffers-for-dir): Use `zerop'.
5085 (dired-safe-switches-p, dired-switches-escape-p)
5086 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
5087 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
5088 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
5089 (dired-goto-next-nontrivial-file): Use `string-match-p'.
5090 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
5091 (dired-toggle-marks, dired-mark-files-containing-regexp)
5092 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
5093 (dired-flag-auto-save-files, dired-flag-backup-files):
5094 Use `looking-at-p'.
5095 (dired-mark-files-regexp, dired-build-subdir-alist):
5096 Use `string-match-p', `looking-at-p'.
5097
5098 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
5099 (direct-print-region-helper): Use `string-match-p'.
5100
5101 2013-06-21 Leo Liu <sdl.web@gmail.com>
5102
5103 * comint.el (comint-redirect-results-list-from-process):
5104 Fix infinite loop.
5105
5106 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5107
5108 * net/eww.el (eww-update-header-line-format): Quote % characters.
5109
5110 2013-06-21 Glenn Morris <rgm@gnu.org>
5111
5112 * play/cookie1.el (cookie): New custom group.
5113 (cookie-file): New option.
5114 (cookie-check-file): New function.
5115 (cookie): Make it interactive. Make start and end messages optional.
5116 Interactively, display the result. Default to cookie-file.
5117 (cookie-insert): Default to cookie-file.
5118 (cookie-snarf): Make start and end messages optional.
5119 Default to cookie-file. Use with-temp-buffer.
5120 (cookie-read): Rename from read-cookie.
5121 Make start and end messages optional. Default to cookie-file.
5122 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
5123 Do not autoload it.
5124 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5125 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5126
5127 2013-06-21 Leo Liu <sdl.web@gmail.com>
5128
5129 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5130
5131 2013-06-21 Glenn Morris <rgm@gnu.org>
5132
5133 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5134
5135 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5136 Daniel Hackney <dan@haxney.org>
5137
5138 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5139 Consolidate the single-file vs tarball code.
5140 (package-desc-suffix): New function.
5141 (package-desc-full-name): Don't bother inlining it.
5142 (package-load-descriptor): Return the new package-desc.
5143 (package-mark-obsolete): Remove unused arg `package'.
5144 (package-unpack): Make it work for single files as well.
5145 Make it update package-alist.
5146 (package--make-autoloads-and-stuff): Rename from
5147 package--make-autoloads-and-compile. Don't compile any more.
5148 (package--compile): New function.
5149 (package-generate-description-file): New function, extracted from
5150 package-unpack-single.
5151 (package-unpack-single): Remove.
5152 (package--with-work-buffer): Add indentation and debugging info.
5153 (package-download-single): Remove.
5154 (package-install-from-archive): Rename from package-download-tar, make
5155 it take a pkg-desc, and make it work for single files as well.
5156 (package-download-transaction): Simplify.
5157 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5158 external tar program.
5159 (package-install-from-buffer): Remove `pkg-desc' argument.
5160 Use package-tar-file-info for tar-mode buffers.
5161 (package-install-file): Simplify accordingly.
5162 (package-archive-base): Change to take a pkg-desc.
5163 * tar-mode.el (tar--check-descriptor): New function, extracted from
5164 tar-get-descriptor.
5165 (tar-get-descriptor): Use it.
5166 (tar-get-file-descriptor): New function.
5167 (tar--extract): New function, extracted from tar-extract.
5168 (tar--extract): Use it.
5169 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5170 case the summary uses non-ascii. Adjust to new calling convention of
5171 package-tar-file-info.
5172
5173 2013-06-21 Leo Liu <sdl.web@gmail.com>
5174
5175 * comint.el (comint-redirect-results-list-from-process):
5176 Fix random delay. (Bug#14681)
5177
5178 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
5179
5180 * profiler.el (profiler-format-number): Use log, not log10.
5181
5182 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5183
5184 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5185
5186 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5189 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5190 yet available.
5191 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5192 (AUTOGENEL): ... here.
5193 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5194 (cl--defsubst-expand): Use it.
5195
5196 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5197
5198 * subr.el (log10): Move here from C code, and declare as obsolete.
5199 All uses of (log10 X) replaced with (log X 10).
5200
5201 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5202
5203 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5204 Declare with `defvar-local'.
5205 (tabulated-list-use-header-line, tabulated-list-entries)
5206 (tabulated-list-padding, tabulated-list-printer)
5207 (tabulated-list-sort-key): Declare with `defvar-local'.
5208 (tabulated-list-init-header, tabulated-list-print-fake-header):
5209 Use `setq-local'.
5210
5211 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
5212
5213 * arc-mode.el (archive-mode): Add `archive-write-file' to
5214 `write-contents-functions' also for remote files. (Bug#14652)
5215
5216 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
5217
5218 * cus-edit.el (custom-commands): Fix typos.
5219 (custom-display): Fix tooltip text.
5220 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5221 Fix typos in docstrings.
5222 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5223 (custom-unlispify-menu-entry, custom-magic-value-create)
5224 (custom-add-see-also, custom-group-value-create): Use ?\s.
5225 (custom-guess-type, customize-apropos, editable-field)
5226 (custom-face-value-create): Use `string-match-p'.
5227 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5228
5229 * custom.el (custom-load-symbol): Use `string-match-p'.
5230
5231 * ansi-color.el: Convert to lexical binding.
5232 (ansi-colors): Fix URL.
5233 (ansi-color-context, ansi-color-context-region): Use defvar-local.
5234 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5235 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5236
5237 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5238
5239 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5240
5241 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5242
5243 2013-06-19 Tom Tromey <tromey@redhat.com>
5244
5245 * net/eww.el (eww-top-url): Remove.
5246 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5247 (eww-render): Set new variables. Don't set eww-top-url.
5248 (eww-handle-link): Handle "prev", "home", and "contents".
5249 Downcase the rel text.
5250 (eww-top-url): Choose best top URL.
5251
5252 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5253
5254 * net/eww.el: Rewrite to implement form elements "by hand" instead of
5255 relying in widget.el. Using widget.el leads to too many
5256 user interface inconsistencies.
5257 (eww-self-insert): Implement entering commands in text fields.
5258 (eww-process-text-input): New function to make text input field editing
5259 work.
5260 (eww-submit): Rewrite to use the new-style form methods.
5261 (eww-select-display): Display the correct selected item.
5262 (eww-change-select): Implement changing the select value.
5263 (eww-toggle-checkbox): Implement radio/checkboxes.
5264 (eww-update-field): Fix compilation error.
5265 (eww-tag-textarea): Implement <textarea>.
5266
5267 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5268 we don't shadow mode-specific bindings.
5269
5270 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5271 nothing to push.
5272
5273 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5274
5275 2013-06-19 Glenn Morris <rgm@gnu.org>
5276
5277 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5278
5279 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5280
5281 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5282 not needed.
5283
5284 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5285
5286 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5287
5288 * net/browse-url.el (browse-url-browser-function):
5289 `eww-browse-url' has the right calling signature, `eww' does not.
5290
5291 2013-06-19 Glenn Morris <rgm@gnu.org>
5292
5293 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5294 Only eval autoloaded macros.
5295 (byte-compile-autoload): Only give the macro warning for macros.
5296
5297 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5298 (ps-underlined-faces): Declare.
5299
5300 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5301 (speedbar-add-supported-extension): Declare.
5302
5303 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5304 Don't include a date stamp in the header of the generated file;
5305 it leads to needless differences between output files.
5306
5307 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
5308
5309 * net/secrets.el (secrets-struct-secret-content-type):
5310 Replace check of introspection data by a test call of "CreateItem".
5311 Some servers do not offer introspection.
5312
5313 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5314
5315 * electric.el (electric-pair-mode): Improve interaction with
5316 electric-layout-mode.
5317 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5318 (electric-pair-syntax): Use text-mode-syntax-table in comments
5319 and strings.
5320 (electric-pair--insert): New function.
5321 (electric-pair-post-self-insert-function): Use it and
5322 electric--after-char-pos.
5323
5324 2013-06-19 Leo Liu <sdl.web@gmail.com>
5325
5326 * progmodes/octave.el (octave-help): Fix regexp.
5327
5328 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5329
5330 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5331 (shr-table-horizontal-line): Allow nil as a value, and change the
5332 default.
5333 (shr-insert-table-ruler): Respect the nil value.
5334
5335 2013-06-18 Tom Tromey <tromey@barimba>
5336
5337 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5338 New defvars.
5339 (eww-open-file): New defun.
5340 (eww-render): Initialize new variables.
5341 (eww-display-html): Handle "link" and "a".
5342 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5343 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
5344 (eww-back-url): Rename from eww-previous-url.
5345 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5346 New defuns.
5347
5348 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
5349
5350 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5351 Distinguish ternary operator tokens from slash symbol and slash
5352 char literal.
5353
5354 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
5355
5356 Convert symbol prettification into minor mode and global minor mode.
5357
5358 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5359 `prog-prettify-symbols', and make a local defvar instead of defcustom.
5360 (prettify-symbols--keywords): Rename from
5361 `prog-prettify-symbols-alist' and make a local defvar.
5362 (prettify-symbols--compose-symbol): Rename from
5363 `prog--prettify-font-lock-compose-symbol'.
5364 (prettify-symbols--make-keywords): Rename from
5365 `prog-prettify-font-lock-symbols-keywords' and simplify.
5366 (prog-prettify-install): Remove.
5367 (prettify-symbols-mode): New minor mode, based on
5368 `prog-prettify-install'.
5369 (turn-on-prettify-symbols-mode): New function.
5370 (global-prettify-symbols-mode): New globalized minor mode.
5371
5372 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5373 * progmodes/cfengine.el (cfengine3-mode):
5374 * progmodes/perl-mode.el (perl-mode): Don't call
5375 `prog-prettify-install'; set `prettify-symbols-alist' instead.
5376
5377 2013-06-18 Juri Linkov <juri@jurta.org>
5378
5379 * files-x.el (modify-file-local-variable-message): New function.
5380 (modify-file-local-variable)
5381 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5382 and call `modify-file-local-variable-message' when it's non-nil.
5383 (add-file-local-variable, delete-file-local-variable)
5384 (add-file-local-variable-prop-line)
5385 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5386 and use it. (Bug#9820)
5387
5388 2013-06-18 Juri Linkov <juri@jurta.org>
5389
5390 * emulation/vi.el (vi-shell-op):
5391 * emulation/vip.el (vip-execute-com, ex-command):
5392 * emulation/viper-cmd.el (viper-exec-bang):
5393 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5394 the call of `shell-command-on-region'. (Bug#14637)
5395
5396 * simple.el (shell-command-on-region): Doc fix.
5397
5398 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5401 (bug#14633).
5402
5403 2013-06-18 Glenn Morris <rgm@gnu.org>
5404
5405 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5406
5407 * newcomment.el (comment-search-forward, comment-search-backward):
5408 Doc fix. (Bug#14376)
5409
5410 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5413 (buffer-face-mode-invoke): Doc fix.
5414
5415 2013-06-18 Matthias Meulien <orontee@gmail.com>
5416
5417 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
5418 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
5419
5420 2013-06-18 Glenn Morris <rgm@gnu.org>
5421
5422 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5423 Replace obsolete function generic-make-keywords with its expansion.
5424
5425 * progmodes/python.el (ffap-alist): Declare.
5426
5427 * textmodes/reftex.el (bibtex-mode-map): Declare.
5428
5429 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5430
5431 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5432 (package-unpack, package-unpack-single): Return the pkg-dir.
5433 (package-download-transaction): Use it to update package-alist.
5434
5435 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5436
5437 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5438 possible choice.
5439
5440 2013-06-17 Juri Linkov <juri@jurta.org>
5441
5442 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5443
5444 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5445
5446 * emacs-lisp/package.el (package-load-descriptor):
5447 Remove `with-syntax-table' call, `read' doesn't need it.
5448 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5449
5450 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
5451
5452 * startup.el (command-line): Expand package name returned by
5453 `package--description-file' (bug#14639).
5454
5455 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5456
5457 * emacs-lisp/package.el (package-load-descriptor): Do not call
5458 `emacs-lisp-mode', just use its syntax table.
5459
5460 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
5461
5462 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5463 `font-lock-extra-managed-props' if any prettifying keyword is added.
5464 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5465 (prog-mode): Use `setq-local'.
5466
5467 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5468
5469 * international/characters.el (standard-case-table): Set syntax of ?»
5470 and ?« to punctuation.
5471
5472 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
5473
5474 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5475 Save relevant match data before calling `syntax-ppss' (bug#14595).
5476
5477 2013-06-15 Juri Linkov <juri@jurta.org>
5478
5479 * files-x.el (modify-file-local-variable-prop-line): Add local
5480 variables to the end of the existing comment on the first line.
5481 Use `file-auto-mode-skip' to skip interpreter magic line,
5482 and also skip XML declaration.
5483
5484 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5485
5486 * startup.el (package--builtin-versions): New var.
5487 (package-subdirectory-regexp): Remove.
5488 (package--description-file): Hard code its value instead.
5489
5490 * emacs-lisp/package.el: Don't activate packages older than builtin.
5491 (package-obsolete-list): Rename from package-obsolete-alist, and make
5492 it into a simple list of package-desc.
5493 (package-strip-version): Remove.
5494 (package-built-in-p): Use package--builtin-versions.
5495 (package-mark-obsolete): Simplify.
5496 (package-process-define-package): Mark it obsolete if older than the
5497 builtin version.
5498 (package-handle-response): Use line-end-position.
5499 (package-read-archive-contents, package--download-one-archive):
5500 Simplify.
5501 (package--add-to-archive-contents): Skip if older than the builtin or
5502 installed version.
5503 (package-menu-describe-package): Fix last change.
5504 (package-list-unversioned): New var.
5505 (package-menu--generate): Use it.
5506
5507 * emacs-lisp/autoload.el: Manage package--builtin-versions.
5508 (autoload--insert-text, autoload--insert-cookie-text): New functions.
5509 (autoload-builtin-package-versions): New variable.
5510 (autoload-generate-file-autoloads): Use them.
5511 Remove the list of autoloaded functions/macros from the
5512 (autoload...) comments.
5513
5514 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5515
5516 2013-06-15 Eli Zaretskii <eliz@gnu.org>
5517
5518 * simple.el (line-move-partial): Don't jump to the next screen
5519 line as soon as it becomes visible. Instead, continue enlarging
5520 the vscroll until the portion of a tall screen line that's left on
5521 display is about the height of the frame's default font.
5522 (Bug#14567)
5523
5524 2013-06-15 Glenn Morris <rgm@gnu.org>
5525
5526 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
5527 compilation-error-regexp-alist void, or local while let-bound.
5528
5529 * progmodes/make-mode.el (makefile-mode-syntax-table):
5530 Treat "=" as punctuation. (Bug#14614)
5531
5532 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
5533
5534 * help-fns.el (describe-variable):
5535 Add extra line for permanent-local variables.
5536
5537 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
5538
5539 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5540 Add export, import, library. (Bug#9164)
5541 (library): Set indent function.
5542
5543 2013-06-14 Glenn Morris <rgm@gnu.org>
5544
5545 * term/xterm.el (xterm--query):
5546 Stop after first matching handler. (Bug#14615)
5547
5548 2013-06-14 Ivan Kanis <ivan@kanis.fr>
5549
5550 Add support for dired in saveplace.
5551 * dired.el (dired-initial-position-hook): New variable.
5552 (dired-initial-position): Call hook to place cursor position.
5553 * saveplace.el (save-place-to-alist): Add dired position.
5554 (save-place-dired-hook): New function.
5555
5556 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5557
5558 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
5559 through a symbol rather than letrec.
5560
5561 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
5562 (package-desc): Add `dir' field.
5563 (package-desc-full-name): New function.
5564 (package-load-descriptor): Combine the two arguments. Don't use `load'.
5565 (package-maybe-load-descriptor): Remove.
5566 (package-load-all-descriptors): Just call package-load-descriptor.
5567 (package--disabled-p): New function.
5568 (package-desc-vers, package-desc-doc): Remove aliases.
5569 (package--dir): Remove function.
5570 (package-activate): Check if a package is disabled.
5571 (package-process-define-package): New function, extracted from
5572 define-package.
5573 (define-package): Turn into a place holder.
5574 (package-unpack-single, package-tar-file-info):
5575 Use package--description-file.
5576 (package-compute-transaction): Use package--disabled-p.
5577 (package-download-transaction): Don't call
5578 package-maybe-load-descriptor since they're all loaded anyway.
5579 (package-install): Change argument to be a pkg-desc.
5580 (package-delete): Use a single pkg-desc argument.
5581 (describe-package-1): Use package-desc-dir instead of package--dir.
5582 Use package-desc property instead of package-symbol.
5583 (package-install-button-action): Adjust accordingly.
5584 (package--push): Rewrite.
5585 (package-menu--print-info): Adjust accordingly. Change the ID format
5586 to be a pkg-desc.
5587 (package-menu-describe-package, package-menu-get-status)
5588 (package-menu--find-upgrades, package-menu-mark-upgrades)
5589 (package-menu-execute, package-menu--name-predicate):
5590 Adjust accordingly.
5591 * startup.el (package--description-file): New function.
5592 (command-line): Use it.
5593 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5594 Use package-desc-version.
5595
5596 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
5597 (byte-compile-preprocess): Use it.
5598 (byte-compile-file-form-defalias): Try a bit harder to use macros we
5599 can't quite recognize.
5600 (byte-compile-add-to-list): Remove.
5601 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
5602 (cconv-closure-convert): Add assertion.
5603
5604 * emacs-lisp/map-ynp.el: Use lexical-binding.
5605 (map-y-or-n-p): Remove unused vars `tail' and `object'.
5606 Factor out some repeated code.
5607
5608 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * subr.el (with-eval-after-load): New macro.
5611 (eval-after-load): Allow form to be a function.
5612 take advantage of lexical-binding.
5613 (do-after-load-evaluation): Use dolist and adjust to new format.
5614 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
5615
5616 2013-06-13 Juri Linkov <juri@jurta.org>
5617
5618 * replace.el (perform-replace): Display "symbol " and other search
5619 modes from `isearch-message-prefix' in the *Help* buffer.
5620
5621 * isearch.el (isearch-query-replace): Add " symbol" and other
5622 possible search modes from `isearch-message-prefix' to the prompt.
5623 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
5624 when reading a regexp to collect.
5625
5626 2013-06-13 Juri Linkov <juri@jurta.org>
5627
5628 * isearch.el (word-search-regexp): Match whitespace if the search
5629 string begins or ends in whitespace. The LAX arg is applied to
5630 both ends of the search string. Use `regexp-quote' and explicit
5631 \< and \> instead of \b. Use \` and \' instead of ^ and $.
5632 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
5633 boundaries are replaced with symbol boundaries, and characters
5634 between symbols match non-word non-symbol syntax. (Bug#14602)
5635
5636 2013-06-13 Juri Linkov <juri@jurta.org>
5637
5638 * isearch.el (isearch-del-char): Don't exceed the length of
5639 `isearch-string' by the prefix arg. (Bug#14563)
5640
5641 2013-06-13 Juri Linkov <juri@jurta.org>
5642
5643 * isearch.el (isearch-yank-word, isearch-yank-line)
5644 (isearch-char-by-name, isearch-quote-char)
5645 (isearch-printing-char, isearch-process-search-char):
5646 Add optional count prefix arg. (Bug#14563)
5647
5648 * international/isearch-x.el
5649 (isearch-process-search-multibyte-characters):
5650 Add optional count prefix arg.
5651
5652 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5653
5654 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
5655 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5656 lexical-binding.
5657
5658 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
5659
5660 * subr.el (set-temporary-overlay-map): Add on-exit argument.
5661
5662 2013-06-13 Glenn Morris <rgm@gnu.org>
5663
5664 * startup.el (tty-handle-args):
5665 Don't just discard "--" and anything after. (Bug#14608)
5666
5667 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
5668
5669 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
5670
5671 Implement changes in Secret Service API. Make it backward compatible.
5672 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
5673 (secrets-create-item): Use it. Prefix properties with interface.
5674
5675 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
5676
5677 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
5678 (term-emulate-terminal): Respect term-suppress-hard-newline.
5679
5680 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
5681
5682 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5683 Only remove a `thumb-file' overlay. (Bug#14548)
5684
5685 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
5686
5687 * mail/reporter.el (reporter-submit-bug-report):
5688 Handle missing package-name. (Bug#14600)
5689
5690 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5691
5692 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
5693 (reftex-citation-prompt, reftex-default-bibliography)
5694 (reftex-bib-or-thebib, reftex-get-bibfile-list)
5695 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5696 (reftex-bib-sort-author, reftex-bib-sort-year)
5697 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
5698 (reftex-extract-bib-entries-from-thebibliography)
5699 (reftex-get-bibkey-default, reftex-get-bib-names)
5700 (reftex-parse-bibtex-entry, reftex-get-bib-field)
5701 (reftex-format-bib-entry, reftex-parse-bibitem)
5702 (reftex-format-bibitem, reftex-do-citation)
5703 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
5704 (reftex-restrict-bib-matches, reftex-extract-bib-file)
5705 (reftex-insert-bib-matches, reftex-format-citation)
5706 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
5707 (reftex-create-bibtex-file): Add docstrings, mostly by converting
5708 existing comments into docstrings.
5709
5710 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5711
5712 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
5713
5714 2013-06-12 Andreas Schwab <schwab@suse.de>
5715
5716 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
5717 for auto-save files.
5718
5719 2013-06-12 Glenn Morris <rgm@gnu.org>
5720
5721 * ido.el (ido-delete-ignored-files): Remove.
5722 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5723 Go back to calling ido-ignore-item-p directly.
5724
5725 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
5726
5727 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
5728
5729 * ido.el (ido-delete-ignored-files): New function,
5730 split from ido-make-file-list-1.
5731 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
5732 (ido-make-file-list-1): Use ido-delete-ignored-files.
5733
5734 2013-06-12 Leo Liu <sdl.web@gmail.com>
5735
5736 * progmodes/octave.el (inferior-octave-startup)
5737 (inferior-octave-completion-table)
5738 (inferior-octave-track-window-width-change)
5739 (octave-eldoc-function-signatures, octave-help)
5740 (octave-find-definition): Use single quoted strings.
5741 (inferior-octave-startup-args): Change default value.
5742 (inferior-octave-startup): Do not hard code "-i" and
5743 "--no-line-editing".
5744 (inferior-octave-resync-dirs): Add optional arg NOERROR.
5745 (inferior-octave-directory-tracker): Use it.
5746 (octave-goto-function-definition): Robustify.
5747 (octave-help): Support highlighting operators in 'See also'.
5748 (octave-find-definition): Find subfunctions only in Octave mode.
5749
5750 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * help-fns.el (help-fns--compiler-macro): If the handler function is
5753 named, then put a link to it.
5754 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5755 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5756 (cl-typep): Use it.
5757 (cl-eval-when): Simplify debug spec.
5758 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
5759 compiler-macro function instead of setting `compiler-macro-file'.
5760
5761 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5762
5763 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5764 * vc/vc-hooks.el (vc-stay-local): Doc fix.
5765
5766 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5767 Daniel Hackney <dan@haxney.org>
5768
5769 First part of Daniel Hackney's patch to package.el.
5770 * emacs-lisp/package.el: Use defstruct.
5771 (package-desc): New, main struct.
5772 (package--bi-desc, package--ac-desc): New structs, used to describe the
5773 format in external files.
5774 (package-desc-vers): Replace with package-desc-version accessor.
5775 (package-desc-doc): Replace with package-desc-summary accessor.
5776 (package-activate-1): Remove `package' arg since the pkg-vec now
5777 includes the name.
5778 (define-package): Use package-desc-from-define.
5779 (package-unpack-single): Change file-name arg to be a symbol.
5780 (package--add-to-archive-contents): Use package-desc-create and new
5781 accessor functions to package--ac-desc.
5782 (package-buffer-info, package-tar-file-info): Return a package-desc.
5783 (package-install-from-buffer): Remove `type' argument. Change pkg-info
5784 arg to be a package-desc.
5785 (package-install-file): Adjust accordingly. Use \' to match EOS.
5786 (package--from-builtin): New function.
5787 (describe-package-1, package-menu--generate): Use it.
5788 (package--make-autoloads-and-compile): Change name arg to be a symbol.
5789 (package-generate-autoloads): Idem and return the name of the file.
5790 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5791 Change pkg-info arg to be a package-desc.
5792 Use package-make-ac-desc.
5793 (package-upload-file): Use \' to match EOS.
5794 * finder.el (finder-compile-keywords): Use package-make-builtin.
5795
5796 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * vc/vc.el (vc-deduce-fileset): Change error message.
5799 (vc-read-backend): New function.
5800 (vc-next-action): Use it.
5801
5802 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
5803
5804 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
5805 (prolog-font-lock-keywords): Use regexp-opt instead.
5806 Don't manually highlight strings.
5807 (prolog-mode-variables): Simplify comment-start-skip.
5808 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
5809
5810 * emacs-lisp/generic.el (generic--normalise-comments)
5811 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
5812 (generic-mode-set-comments): Use them.
5813 (generic-bracket-support): Use setq-local.
5814 (generic-make-keywords-list): Declare obsolete.
5815
5816 2013-06-11 Glenn Morris <rgm@gnu.org>
5817
5818 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5819 Prettify after setting font-lock-defaults. (Bug#14574)
5820
5821 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
5822
5823 * replace.el (query-replace, occur-read-regexp-defaults-function)
5824 (replace-search):
5825 * subr.el (declare-function, number-sequence, local-set-key)
5826 (substitute-key-definition, locate-user-emacs-file)
5827 (with-silent-modifications, split-string, eval-after-load):
5828 Fix typos, remove unneeded backslashes and reflow some docstrings.
5829
5830 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5831
5832 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
5833 default for Elisp files.
5834
5835 2013-06-11 Glenn Morris <rgm@gnu.org>
5836
5837 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
5838 although define-derived-mode was doing this anyway. (Bug#14583)
5839
5840 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
5841
5842 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5843 Fix make-variable-buffer-local call to refer to the correct variable.
5844
5845 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
5846
5847 * eshell/em-term.el (eshell-visual-commands)
5848 (eshell-visual-subcommands, eshell-visual-options):
5849 Add summary line to docstrings. Add cross-references.
5850
5851 2013-06-10 Glenn Morris <rgm@gnu.org>
5852
5853 * epa.el (epa-read-file-name): New function. (Bug#14510)
5854 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
5855
5856 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5857
5858 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5859 output redirection to be ignored with visual commands.
5860
5861 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
5862
5863 * eshell/em-term.el (eshell-visual-command-p): New function.
5864 (eshell-term-initialize): Move long lambda to separate function
5865 eshell-visual-command-p.
5866 * eshell/em-dirs.el (eshell-dirs-initialise):
5867 * eshell/em-script.el (eshell-script-initialize):
5868 Add missing #' to lambda.
5869
5870 2013-06-08 Leo Liu <sdl.web@gmail.com>
5871
5872 * progmodes/octave.el (octave-add-log-current-defun): New function.
5873 (octave-mode): Set add-log-current-defun-function.
5874 (octave-goto-function-definition): Do not move point if not found.
5875 (octave-find-definition): Enhance to try subfunctions first.
5876
5877 2013-06-08 Glenn Morris <rgm@gnu.org>
5878
5879 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5880 (byte-compile-backward-char, byte-compile-backward-word):
5881 Improve previous change, to handle non-explicit nil.
5882
5883 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5884
5885 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5886 (smie--opener/closer-at-point): New function.
5887 (smie--matching-block-data): Use it. Don't match from right after an
5888 opener or right before a closer. Obey smie-blink-matching-inners.
5889 Don't signal a mismatch for repeated inners like "switch..case..case".
5890
5891 2013-06-07 Leo Liu <sdl.web@gmail.com>
5892
5893 * progmodes/octave.el (octave-mode): Set comment-use-global-state
5894 to t. (Bug#14303)
5895 (octave-function-header-regexp): Fix. (Bug#14570)
5896 (octave-help-mode-finish-hook, octave-help-mode-finish):
5897 Remove. Just use temp-buffer-show-hook.
5898
5899 * newcomment.el (comment-search-backward): Revert last change.
5900 (Bug#14434)
5901
5902 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
5903
5904 2013-06-07 Eli Zaretskii <eliz@gnu.org>
5905
5906 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5907 through xargs, to avoid failure due to MS-Windows limitations on
5908 command-line length.
5909
5910 2013-06-06 Glenn Morris <rgm@gnu.org>
5911
5912 * font-lock.el (lisp-font-lock-keywords-2):
5913 Treat user-error like error.
5914
5915 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5916 (byte-compile-backward-char, byte-compile-backward-word):
5917 Handle explicit nil arguments. (Bug#14565)
5918
5919 2013-06-05 Alan Mackenzie <acm@muc.de>
5920
5921 * isearch.el (isearch-allow-prefix): New user option.
5922 (isearch-other-meta-char): Don't exit isearch when a prefix
5923 argument is typed whilst `isearch-allow-prefix' is non-nil.
5924 (Bug#9706)
5925
5926 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * autorevert.el (auto-revert-notify-handler): Use memq.
5929 Hide assertion failure.
5930
5931 * skeleton.el: Use cl-lib.
5932 (skeleton-further-elements): Use defvar-local.
5933 (skeleton-insert): Use cl-progv.
5934
5935 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5936
5937 * progmodes/prog-mode.el (prog-prettify-symbols)
5938 (prog-prettify-install): Update docstrings.
5939
5940 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * simple.el: Move all the prog-mode code to prog-mode.el.
5943 * progmodes/prog-mode.el: New file.
5944 * loadup.el: Add prog-mode.el.
5945
5946 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5947
5948 * simple.el (prog-prettify-symbols): Add version.
5949 (prog-prettify-install): Add convenience function to prettify symbols.
5950
5951 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5952 (perl--augmented-font-lock-keywords-1)
5953 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5954 variables and use it.
5955
5956 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5957 (cfengine3-mode): Remove unneeded variable and use it.
5958
5959 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5960 (lisp--augmented-font-lock-keywords-1)
5961 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5962 Remove unneeded variables and use it.
5963
5964 2013-06-05 João Távora <joaotavora@gmail.com>
5965
5966 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
5967 to point when opening the connection. (Bug#14380)
5968
5969 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5970
5971 * subr.el (load-history-regexp, load-history-filename-element)
5972 (eval-after-load, after-load-functions, do-after-load-evaluation)
5973 (eval-next-after-load, display-delayed-warnings)
5974 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5975 definition of save-match-data.
5976 (overriding-local-map): Remove accidental obsolescence declaration.
5977
5978 * emacs-lisp/edebug.el (edebug-result): Move before first use.
5979
5980 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5981
5982 Generalize symbol prettify support to prog-mode and implement it
5983 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5984 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5985 (prog--prettify-font-lock-compose-symbol)
5986 (prog-prettify-font-lock-symbols-keywords): New variables and
5987 functions to support symbol prettification.
5988 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5989 (lisp--augmented-font-lock-keywords-1)
5990 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5991 (lisp--prettify-symbols-alist): Implement prettify of lambda.
5992 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5993 (cfengine3--prettify-symbols-alist, cfengine3-mode):
5994 Implement prettify of -> => :: strings.
5995 * progmodes/perl-mode.el (perl-prettify-symbols)
5996 (perl--font-lock-compose-symbol)
5997 (perl--font-lock-symbols-keywords): Move to prog-mode.
5998 (perl--prettify-symbols-alist): Prettify -> => :: strings.
5999 (perl-font-lock-keywords-1)
6000 (perl-font-lock-keywords-2): Remove explicit prettify support.
6001 (perl--augmented-font-lock-keywords)
6002 (perl--augmented-font-lock-keywords-1)
6003 (perl--augmented-font-lock-keywords-2, perl-mode):
6004 Implement prettify support.
6005
6006 2013-06-05 Leo Liu <sdl.web@gmail.com>
6007
6008 Re-implement smie matching block highlight using
6009 show-paren-data-function. (Bug#14395)
6010 * emacs-lisp/smie.el (smie-matching-block-highlight)
6011 (smie--highlight-matching-block-overlay)
6012 (smie--highlight-matching-block-lastpos)
6013 (smie-highlight-matching-block)
6014 (smie-highlight-matching-block-mode): Remove.
6015 (smie--matching-block-data-cache): New variable.
6016 (smie--matching-block-data): New function.
6017 (smie-setup): Use smie--matching-block-data for
6018 show-paren-data-function.
6019
6020 * progmodes/octave.el (octave-mode-menu): Fix.
6021 (octave-find-definition): Skip garbage lines.
6022
6023 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6024
6025 Fix compilation error with simultaneous dynamic+lexical scoping.
6026 Add warning when a defvar appears after the first let-binding.
6027 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
6028 (byte-compile-close-variables): Initialize it.
6029 (byte-compile--declare-var): New function.
6030 (byte-compile-file-form-defvar)
6031 (byte-compile-file-form-define-abbrev-table)
6032 (byte-compile-file-form-custom-declare-variable): Use it.
6033 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
6034 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
6035 (byte-compile-bind): Handle dynamic bindings that shadow
6036 lexical bindings.
6037 (byte-compile-unbind): Make arg non-optional.
6038 (byte-compile-let): Simplify.
6039 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
6040 (cconv--analyse-function, cconv-analyse-form): Populate it.
6041 Protect byte-compile-bound-variables to limit the scope of defvars.
6042 (cconv-analyse-form): Add missing rule for (defvar <foo>).
6043 Remove unneeded rule for `declare'.
6044
6045 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
6046 so as to avoid depending on cl-adjoin at run-time.
6047 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
6048
6049 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6050 (macroexp--warn-and-return): Use it.
6051
6052 2013-06-05 Leo Liu <sdl.web@gmail.com>
6053
6054 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
6055
6056 2013-06-04 Leo Liu <sdl.web@gmail.com>
6057
6058 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
6059 (compilation-auto-jump): Suppress the "Mark set" message to give
6060 way to exit message.
6061
6062 2013-06-04 Alan Mackenzie <acm@muc.de>
6063
6064 Remove faulty optimisation from indentation calculation.
6065 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
6066 search limit based on 2000 characters back from indent-point.
6067
6068 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6069
6070 * eshell/em-term.el (cl-lib): Require `cl-lib'.
6071
6072 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * emacs-lisp/lisp.el: Use lexical-binding.
6075 (lisp--local-variables-1, lisp--local-variables): New functions.
6076 (lisp--local-variables-completion-table): New var.
6077 (lisp-completion-at-point): Use it complete let-bound vars.
6078
6079 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
6080 eagerly (bug#14422).
6081
6082 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
6083
6084 * autorevert.el (auto-revert-notify-enabled)
6085 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6086 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
6087 (auto-revert-notify-handler): Handle also gfilenotify.
6088
6089 * subr.el (file-notify-handle-event): New defun. Replacing ...
6090 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
6091 Remove.
6092
6093 2013-06-03 Juri Linkov <juri@jurta.org>
6094
6095 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
6096 `M-s h .'. (Bug#14427)
6097
6098 * hi-lock.el (highlight-symbol-at-point): New alias for the new
6099 command `hi-lock-face-symbol-at-point'.
6100 (hi-lock-face-symbol-at-point): New command.
6101 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
6102 (hi-lock-menu): Add `highlight-symbol-at-point'.
6103 (hi-lock-mode): Doc fix.
6104
6105 * isearch.el (isearch-forward-symbol-at-point): New command.
6106 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
6107 (isearch-highlight-regexp): Add a regexp which matches
6108 words/symbols for word/symbol mode.
6109
6110 * subr.el (find-tag-default-bounds): New function with the body
6111 mostly moved from `find-tag-default'.
6112 (find-tag-default): Move most code to `find-tag-default-bounds',
6113 call it and apply `buffer-substring-no-properties' afterwards.
6114
6115 2013-06-03 Tassilo Horn <tsdh@gnu.org>
6116
6117 * eshell/em-term.el (eshell-term-initialize):
6118 Use `cl-intersection' rather than `intersection'.
6119
6120 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6121
6122 * vc/log-view.el: Doc fix.
6123 (log-view-mode-map): Copy keymap from `special-mode-map'.
6124
6125 2013-06-02 Eric Ludlam <zappo@gnu.org>
6126
6127 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6128 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6129 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6130 (eieio-unbound, eieio-default-superclass)
6131 (eieio--define-field-accessors, method-static, method-before)
6132 (method-primary, method-after, method-num-lists)
6133 (method-generic-before, method-generic-primary)
6134 (method-generic-after, method-num-slots)
6135 (eieio-specialized-key-to-generic-key)
6136 (eieio--check-type, class-v, class-p)
6137 (eieio-class-name, define-obsolete-function-alias)
6138 (eieio-class-parents-fast, eieio-class-children-fast)
6139 (same-class-fast-p, class-constructor, generic-p)
6140 (generic-primary-only-p, generic-primary-only-one-p)
6141 (class-option-assoc, class-option, eieio-object-p)
6142 (class-abstract-p, class-method-invocation-order)
6143 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6144 (eieio-class-un-autoload, eieio-defclass)
6145 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6146 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6147 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6148 (eieio-defgeneric-reset-generic-form)
6149 (eieio-defgeneric-form-primary-only)
6150 (eieio-defgeneric-reset-generic-form-primary-only)
6151 (eieio-defgeneric-form-primary-only-one)
6152 (eieio-defgeneric-reset-generic-form-primary-only-one)
6153 (eieio-unbind-method-implementations)
6154 (eieio--defmethod, eieio--typep)
6155 (eieio-perform-slot-validation, eieio-validate-slot-value)
6156 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6157 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6158 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6159 (eieio-slot-name-index, eieio-class-slot-name-index)
6160 (eieio-set-defaults, eieio-initarg-to-attribute)
6161 (eieio-attribute-to-initarg, eieio-c3-candidate)
6162 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6163 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6164 (eieio-class-precedence-list, eieio-generic-call-methodname)
6165 (eieio-generic-call-arglst, eieio-generic-call-key)
6166 (eieio-generic-call-next-method-list)
6167 (eieio-pre-method-execution-functions, eieio-generic-call)
6168 (eieio-generic-call-primary-only, eieiomt-method-list)
6169 (eieiomt-optimizing-obarray, eieiomt-install)
6170 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6171 (eieio-generic-form, eieio-defmethod, make-obsolete)
6172 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
6173 (defclass): Remove `eval-and-compile' from macro.
6174 (call-next-method, shared-initialize): Instead of using
6175 `scoped-class' variable, use new eieio--scoped-class, and
6176 eieio--with-scoped-class.
6177 (initialize-instance): Rename local variable 'scoped-class' to
6178 'this-class' to remove ambiguitity from old global.
6179
6180 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6181 eieio.el.
6182 (eieio--scoped-class-stack): New variable.
6183 (eieio--scoped-class): New fcn.
6184 (eieio--with-scoped-class): New scoping macro.
6185 (eieio-defclass): Use pushnew instead of add-to-list.
6186 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6187 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6188 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6189 `scoped-class' variable, use new eieio--scoped-class, and
6190 eieio--with-scoped-class.
6191
6192 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6193
6194 2013-06-02 Tassilo Horn <tsdh@gnu.org>
6195
6196 * eshell/esh-ext.el (eshell-external-command): Pass args to
6197 `eshell-find-interpreter'.
6198 (eshell-find-interpreter): Add new second parameter ARGS.
6199
6200 * eshell/em-script.el (eshell-script-initialize): Add second arg
6201 to the function added as MATCH to `eshell-interpreter-alist'.
6202
6203 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
6204 the function added as MATCH to `eshell-interpreter-alist'.
6205
6206 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6207 (eshell-visual-options): New defcustom.
6208 (eshell-escape-control-x): Adapt docstring.
6209 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6210 `eshell-visual-options' in addition to `eshell-visual-commands'.
6211 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6212
6213 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
6214
6215 * progmodes/python.el (python-indent-block-enders): Add break,
6216 continue and raise keywords.
6217
6218 2013-06-01 Glenn Morris <rgm@gnu.org>
6219
6220 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6221
6222 Plain (f)boundp silences compilation warnings since Emacs 22.1.
6223 * progmodes/cc-cmds.el (delete-forward-p):
6224 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6225 * progmodes/cc-engine.el (buffer-syntactic-context):
6226 * progmodes/cc-fonts.el (face-property-instance):
6227 * progmodes/cc-mode.el (set-keymap-parents):
6228 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6229 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6230 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
6231 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6232 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
6233
6234 * progmodes/cc-vars.el (other): Emacs has this widget since
6235 at least 21.1, so don't (re)define it.
6236
6237 * eshell/em-cmpl.el (eshell-cmpl-initialize):
6238 Replace the obsolete alias pcomplete-arg-quote-list.
6239
6240 2013-06-01 Leo Liu <sdl.web@gmail.com>
6241
6242 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6243 punctuation syntax.
6244 (inferior-octave-minimal-columns)
6245 (inferior-octave-last-column-width): New variables.
6246 (inferior-octave-track-window-width-change): New function.
6247 (inferior-octave-mode): Adjust column width so that Octave output,
6248 for example from 'ls', can fit into the window nicely.
6249
6250 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6251
6252 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6253 Highlight expansions inside regexp literals.
6254
6255 2013-05-31 Glenn Morris <rgm@gnu.org>
6256
6257 * obsolete/sym-comp.el (symbol-complete):
6258 Replace obsolete completion-annotate-function.
6259
6260 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6261
6262 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6263
6264 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6265 New function, checks if point is inside a literal that allows
6266 expression expansion.
6267 (ruby-syntax-propertize-expansion): Use it.
6268 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6269 around the body.
6270
6271 2013-05-30 Juri Linkov <juri@jurta.org>
6272
6273 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6274 to "\M-si".
6275 (isearch-invisible): New variable.
6276 (isearch-forward): Doc fix.
6277 (isearch-mode): Set `isearch-invisible'
6278 to the value of `search-invisible'.
6279 (isearch-toggle-case-fold): Doc fix.
6280 (isearch-toggle-invisible): New command.
6281 (isearch-query-replace): Let-bind `search-invisible'
6282 to the value of `isearch-invisible'.
6283 (isearch-search): Use `isearch-invisible' instead of
6284 `search-invisible'. Let-bind `search-invisible'
6285 to the value of `isearch-invisible'. (Bug#11378)
6286
6287 2013-05-30 Juri Linkov <juri@jurta.org>
6288
6289 * replace.el (perform-replace): Avoid `isearch-range-invisible'
6290 call when `query-flag' is nil and `search-invisible' is non-nil.
6291 (Bug#11746)
6292
6293 2013-05-30 Glenn Morris <rgm@gnu.org>
6294
6295 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6296
6297 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6298 (cc-require): Suppress spurious "noruntime" warnings.
6299 (cc-require-when-compile): Use fboundp, for sake of compiler.
6300
6301 * progmodes/cc-mode.el: Move load of cc-vars before that of
6302 cc-langs (which in turn loads cc-vars), to quieten compiler.
6303
6304 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6305
6306 * paren.el: Simplify the code.
6307 (show-paren-mode): Always start the timer.
6308 (show-paren--idle-timer): Rename from show-paren-idle-timer.
6309 (show-paren--overlay, show-paren--overlay-1): Rename from
6310 show-paren-overlay and show-paren-overlay-1, and initialize to an
6311 overlay rather than to nil.
6312 (show-paren-function): Misc cleanup and simplifications.
6313
6314 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * paren.el (show-paren-data-function): New hook.
6317 (show-paren--default): New function, extracted from show-paren-function.
6318 (show-paren-function): Use show-paren-data-function.
6319
6320 2013-05-30 Glenn Morris <rgm@gnu.org>
6321
6322 * ielm.el (ielm-map, ielm-complete-symbol):
6323 Use completion-at-point rather than obsolete functions.
6324 (inferior-emacs-lisp-mode): Doc fix.
6325 Set completion-at-point-functions, rather than
6326 comint-dynamic-complete-functions.
6327
6328 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6329 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6330 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6331
6332 * image.el (image-animated-p): Tweak definition.
6333
6334 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6335 (rlogin-process-connection-type): Tweak default. Add set-after.
6336 (rlogin-host): Doc fix.
6337 (rlogin): Tweak prompt.
6338 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6339
6340 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6341 * progmodes/tcl.el (inferior-tcl-mode-map):
6342 Use completion-at-point rather than obsolete alias.
6343
6344 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6345
6346 * minibuffer.el (read-file-name-completion-ignore-case):
6347 Move before completion--in-region, for eager macro expansion.
6348
6349 2013-05-29 Juri Linkov <juri@jurta.org>
6350
6351 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6352 for total count of matching lines. Add `global-matches' for total
6353 count of matches. Rename `matches' to `lines' for count of
6354 matching lines. Add `matches' for count of matches.
6355 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
6356 to `prev-line' for line number of prev match endpt.
6357 Increment `matches' for every match. Print the number of
6358 matching lines in the header.
6359 (occur-context-lines): Rename `lines' to `curr-line'.
6360 Rename `prev-lines' to `prev-line'. (Bug#14017)
6361
6362 2013-05-29 Juri Linkov <juri@jurta.org>
6363
6364 * replace.el (perform-replace): Add `skip-read-only-count',
6365 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6366 Increment them for corresponding conditions and report the number
6367 of skipped occurrences in the final message. (Bug#11746)
6368 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6369 (replace-string, replace-regexp): Doc fix.
6370
6371 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * emacs-lisp/trace.el (trace--read-args): Provide a default.
6374
6375 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
6376 prog-mode-map (bug#14504).
6377
6378 2013-05-29 Leo Liu <sdl.web@gmail.com>
6379
6380 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6381 (octave-help): Small simplification.
6382
6383 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6384 off the highlight first.
6385
6386 2013-05-29 Glenn Morris <rgm@gnu.org>
6387
6388 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6389 Handle idlwave-last-system-routine-info-cons-cell being nil.
6390
6391 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6392 (idlwave-write-paths): Simplify via with-temp-buffer.
6393
6394 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6395 * emulation/cua-rect.el: Also load cua-base at run time.
6396
6397 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6398 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6399 (cperl-imenu-on-info): Require imenu.
6400
6401 2013-05-28 Alan Mackenzie <acm@muc.de>
6402
6403 Handle "capitalised keywords" correctly.
6404 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
6405
6406 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
6407
6408 * eshell/em-unix.el: Add -r option to cp.
6409
6410 2013-05-28 Glenn Morris <rgm@gnu.org>
6411
6412 * vc/vc-arch.el (vc-exec-after): Declare.
6413 (vc-switches): Autoload.
6414 * vc/vc-bzr.el: No need to require vc when compiling.
6415 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6416 (vc-resynch-buffer, vc-dir-refresh): Declare.
6417 (vc-setup-buffer, vc-switches): Autoload.
6418 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6419 (vc-resynch-buffer): Declare.
6420 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
6421 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
6422 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6423 (grep-read-regexp, grep-read-files, grep-expand-template)
6424 (vc-dir-refresh): Declare.
6425 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6426 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6427 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
6428 * vc/vc-mtn.el (vc-exec-after): Declare.
6429 (vc-switches): Autoload.
6430 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6431 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6432 (vc-file-tree-walk): Declare.
6433 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6434 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6435 (vc-tag-precondition, vc-rename-master): Autoload.
6436 * vc/vc-svn.el (vc-exec-after): Declare.
6437 (vc-switches, vc-setup-buffer): Autoload.
6438 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6439 Autoload.
6440 (vc-resynch-buffer): Declare.
6441
6442 * obsolete/fast-lock.el (byte-compile-warnings):
6443 Don't warn about obsolete features in this obsolete file.
6444
6445 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6446 Move definition before use.
6447
6448 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6449 (dun-unix-verbs): Remove dun-zippy.
6450 (dun-zippy): Remove function.
6451
6452 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6453
6454 2013-05-27 Juri Linkov <juri@jurta.org>
6455
6456 * replace.el (replace-search): New function with code moved out
6457 from `perform-replace'.
6458 (replace-highlight, replace-dehighlight): Move function definitions
6459 up closer to `replace-search'. (Bug#11746)
6460
6461 2013-05-27 Juri Linkov <juri@jurta.org>
6462
6463 * replace.el (perform-replace): Ignore invisible matches.
6464 In addition to checking `query-replace-skip-read-only', also
6465 filter out matches by calling `run-hook-with-args-until-failure'
6466 on `isearch-filter-predicates', and also check `search-invisible'
6467 for t or call `isearch-range-invisible'.
6468 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
6469
6470 2013-05-27 Juri Linkov <juri@jurta.org>
6471
6472 * isearch.el (isearch-filter-predicates): Rename from
6473 `isearch-filter-predicate'. Doc fix. (Bug#11378)
6474 (isearch-message-prefix): Display text from the property
6475 `isearch-message-prefix' of the currently active filters.
6476 (isearch-search): Don't compare `isearch-filter-predicate' with
6477 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
6478 on `isearch-filter-predicates'. Also check `search-invisible' for t
6479 or call `isearch-range-invisible'.
6480 (isearch-filter-visible): Make obsolete.
6481 (isearch-lazy-highlight-search):
6482 Call `run-hook-with-args-until-failure' on
6483 `isearch-filter-predicates' and use `isearch-range-invisible'.
6484
6485 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6486 `isearch-filter-predicates' instead of `funcall'ing
6487 `isearch-filter-predicate'.
6488 (Info-mode): Set `Info-isearch-filter' to
6489 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6490
6491 * dired-aux.el (dired-isearch-filter-predicate-orig):
6492 Remove variable.
6493 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6494 (dired-isearch-filenames-end): Add and remove
6495 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6496 instead of changing the value of `isearch-filter-predicate'.
6497 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6498 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6499 Put property `isearch-message-prefix' to "filename " on
6500 `dired-isearch-filter-filenames'.
6501
6502 * wdired.el (wdired-change-to-wdired-mode):
6503 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6504 locally instead of changing `isearch-filter-predicate'.
6505 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6506
6507 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
6508
6509 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6510 return the commit hash (Bug#14459). Also set the
6511 `vc-git-detached' property.
6512 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6513 (vc-git-mode-line-string): Use the same help-echo format whether
6514 in detached mode or not, because we know the actual revision now.
6515 When in detached mode, shorten the revision to 7 chars.
6516
6517 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6518
6519 * emacs-lisp/easy-mmode.el (define-minor-mode):
6520 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
6521 mode hook and provide a docstring.
6522
6523 2013-05-27 Alan Mackenzie <acm@muc.de>
6524
6525 Remove spurious syntax-table text properties inserted by C-y.
6526 * progmodes/cc-mode.el (c-after-change): Also clear hard
6527 syntax-table property with value nil.
6528
6529 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
6530
6531 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
6532 when reading the events; the buffer layout shall not be changed.
6533
6534 2013-05-27 Leo Liu <sdl.web@gmail.com>
6535
6536 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
6537 New variable.
6538 (inferior-octave-directory-tracker): Automatically re-sync
6539 default-directory.
6540 (octave-help): Improve handling of 'See also'.
6541
6542 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * doc-view.el: Minor naming convention tweaks.
6545 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6546
6547 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
6548 even if there's no `display' property yet (bug#14435).
6549
6550 2013-05-25 Eli Zaretskii <eliz@gnu.org>
6551
6552 * subr.el (unmsys--file-name): Rename from reveal-filename.
6553
6554 * Makefile.in (custom-deps, finder-data, autoloads)
6555 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6556 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6557 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
6558
6559 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6560
6561 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
6562 error-completion on the first 2 args of condition-case (bug#14446).
6563 Don't burp at EOB.
6564
6565 2013-05-25 Leo Liu <sdl.web@gmail.com>
6566
6567 * comint.el (comint-previous-matching-input): Do not flood the
6568 *Messages* buffer with trivial messages.
6569
6570 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6571
6572 * progmodes/flymake.el (flymake-nop): Don't return a string.
6573 (flymake-set-at): Fix typo.
6574
6575 * simple.el (read--expression): New function, extracted from
6576 eval-expression. Set completion-at-point-functions (bug#14465).
6577 (eval-expression, eval-minibuffer): Use it.
6578
6579 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
6580
6581 * progmodes/flymake.el (flymake-save-buffer-in-file)
6582 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
6583 (flymake-selected-frame, flymake-log, flymake-ins-after)
6584 (flymake-set-at, flymake-get-buildfile-from-cache)
6585 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
6586 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
6587 Refine the doc string.
6588 (flymake-get-file-name-mode-and-masks): Reformat.
6589 (flymake-get-real-file-name-function): Fix a minor bug.
6590
6591 2013-05-24 Juri Linkov <juri@jurta.org>
6592
6593 * progmodes/grep.el (grep-mode-font-lock-keywords):
6594 Support =linenumber= format used by git-grep for lines with
6595 function names. (Bug#13549)
6596
6597 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6598
6599 * progmodes/octave.el (octave-smie-rules): Return nil rather than
6600 0 after a semi-colon; it works better for smie-auto-fill.
6601 (octave--indent-new-comment-line): New function.
6602 (octave-indent-new-comment-line): Use it (indirectly).
6603 (octave-mode): Don't disable smie-auto-fill. Use add-function to
6604 modify comment-line-break-function.
6605
6606 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
6607 (smie-setup): Use add-function to set it.
6608
6609 2013-05-24 Sam Steingold <sds@gnu.org>
6610
6611 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
6612 argument (before the `interactive' argument).
6613
6614 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6615
6616 * image-mode.el (image-mode-winprops): Add winprops to
6617 image-mode-winprops-alist before running
6618 image-mode-new-window-functions.
6619 * doc-view.el (doc-view-new-window-function): Don't delay
6620 doc-view-goto-page via timers (bug#14435).
6621
6622 2013-05-24 Tassilo Horn <tsdh@gnu.org>
6623
6624 * doc-view.el: Integrate with desktop.el. (Bug#14435)
6625 (doc-view-desktop-save-buffer): New function.
6626 (doc-view-restore-desktop-buffer): New function.
6627 (desktop-buffer-mode-handlers):
6628 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
6629 handler.
6630 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
6631 `desktop-save-buffer' function.
6632
6633 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
6634
6635 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
6636 (tramp-gvfs-file-name-handler): Raise a user error when
6637 `tramp-gvfs-enabled' is nil.
6638 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
6639 Do not raise a user error when loading package. (Bug#14447)
6640
6641 * net/xesam.el: Move to obsolete/.
6642
6643 2013-05-24 Glenn Morris <rgm@gnu.org>
6644
6645 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
6646
6647 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
6648
6649 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
6650 (Info-find-node, Man-getpage-in-background): Declare.
6651
6652 * mail/unrmail.el (unrmail):
6653 Replace obsolete detect-coding-with-priority.
6654
6655 * net/socks.el (socks-split-string): Use this rather than split-string.
6656 (socks-nslookup-host): Update for above change.
6657 (dynamic-choice, s5-dynamic-choice-match)
6658 (s5-dynamic-choice-match-inline, s5-widget-value-create):
6659 Comment out unused code.
6660
6661 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
6662 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
6663 (gud-tooltip-echo-area): Make obsolete.
6664 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
6665
6666 * progmodes/js.el (js--optimize-arglist): Declare.
6667
6668 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
6669
6670 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
6671 (ediff-window-C): Declare.
6672
6673 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
6674 Tweak requires to silence compiler.
6675
6676 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
6677 (he-search-string, he-tried-table, he-expand-list)
6678 (he-init-string, he-string-member, he-substitute-string)
6679 (he-reset-string): Declare.
6680
6681 * obsolete/options.el (list-options): Use custom-variable-p,
6682 rather than obsolete alias.
6683
6684 2013-05-23 Sam Steingold <sds@gnu.org>
6685
6686 * simple.el (shell-command-on-region): Pass the `replace' argument
6687 down to `call-process-region' to comply with the doc as reported on
6688 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
6689
6690 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * emacs-lisp/smie.el (smie-indent-forward-token)
6693 (smie-indent-backward-token): Handle string tokens (bug#14381).
6694
6695 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6696
6697 * ielm.el (ielm-menu): New menu.
6698 (inferior-emacs-lisp-mode): Set comment-start.
6699
6700 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6701
6702 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
6703 Fix deactivate action.
6704
6705 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
6706 Add cleveref macros.
6707
6708 * lisp/textmodes/reftex-parse.el
6709 (reftex-locate-bibliography-files): Accept options for
6710 bibliography commands.
6711 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
6712 Add addbibresource. Basic Biblatex support.
6713
6714 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
6715
6716 * net/tramp-gvfs.el (top):
6717 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
6718 when loading package. (Bug#14447)
6719
6720 2013-05-23 Glenn Morris <rgm@gnu.org>
6721
6722 * progmodes/js.el: No need to load comint when compiling.
6723 (ring-insert, comint-send-string, comint-send-input)
6724 (comint-last-input-end, ido-chop): Declare.
6725
6726 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
6727 * vc/ediff-mult.el: Adjust requires.
6728 (ediff-directories-internal, ediff-directory-revisions-internal)
6729 (ediff-patch-file-internal): Declare.
6730 * vc/ediff-ptch.el: Adjust requires.
6731 (ediff-use-last-dir, ediff-buffers-internal): Declare.
6732 (ediff-find-file): Autoload.
6733 * vc/ediff-util.el: No need to load ediff when compiling.
6734 (ediff-regions-internal): Declare.
6735 * vc/ediff-wind.el: Adjust requires.
6736 (ediff-compute-toolbar-width): Define when compiling.
6737 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
6738 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
6739 (dired-get-filename, dired-get-marked-files)
6740 (ediff-last-dir-patch, ediff-patch-default-directory)
6741 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
6742 (ediff-patch-buffer-internal): Declare.
6743
6744 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6745 (ispell-process, ispell-buffer-local-words, lm-summary)
6746 (lm-section-start, lm-section-end): Declare.
6747 (checkdoc-ispell-init): Simplify.
6748
6749 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6750 (he-string-member, he-reset-string, he-substitute-string): Declare.
6751
6752 * eshell/em-ls.el: Adjust requires.
6753 (eshell-glob-regexp): Declare.
6754 * eshell/em-tramp.el: Adjust requires.
6755 (eshell-parse-command): Autoload.
6756 * eshell/em-xtra.el: Adjust requires.
6757 (eshell-parse-command): Autoload.
6758 * eshell/esh-ext.el: Adjust requires.
6759 (eshell-parse-command, eshell-close-handles): Autoload.
6760 * eshell/esh-io.el: Adjust requires.
6761 (eshell-output-filter): Autoload.
6762 * eshell/esh-util.el: No need to load tramp when compiling.
6763 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6764 Declare.
6765 (eshell-parse-ange-ls): Require ange-ftp and tramp.
6766 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6767 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6768 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6769 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6770 * eshell/esh-opt.el, eshell/esh-proc.el:
6771 * eshell/esh-var.el: Adjust requires.
6772 * eshell/eshell.el: Do not require esh-util twice.
6773 (eshell-add-input-to-history): Declare.
6774 (eshell-command): Check history module is active before using it.
6775
6776 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6777
6778 2013-05-22 Leo Liu <sdl.web@gmail.com>
6779
6780 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6781
6782 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
6783
6784 * autorevert.el (auto-revert-notify-add-watch)
6785 (auto-revert-notify-handler): Add `attrib' for the inotify case,
6786 it indicates changes in file modification time.
6787
6788 2013-05-22 Glenn Morris <rgm@gnu.org>
6789
6790 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6791 Always delete the autoloaded function from the noruntime and
6792 unresolved functions lists.
6793
6794 * allout.el: No need to load epa, epg, overlay when compiling.
6795 (epg-context-set-passphrase-callback, epg-list-keys)
6796 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
6797 (epg-key-user-id-list): Declare.
6798
6799 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6800 (viper-set-parsing-style-toggling-macro)
6801 (viper-set-emacs-state-searchstyle-macros):
6802 Use called-interactively-p on Emacs.
6803 (viper-looking-back): Make it an obsolete alias. Update callers.
6804 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
6805 Use looking-back rather than viper-looking-back.
6806 (viper-tmp-insert-at-eob, viper-enlarge-region)
6807 (viper-read-string-with-history, viper-register-to-point)
6808 (viper-append-to-register, viper-change-state-to-vi)
6809 (viper-backward-char-carefully, viper-forward-char-carefully)
6810 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
6811 (viper-change-state-to-emacs): Declare.
6812 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
6813 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
6814 * emulation/viper-mous.el: Do not load viper-cmd.
6815 (viper-backward-char-carefully, viper-forward-char-carefully)
6816 (viper-forward-word, viper-adjust-window): Declare.
6817
6818 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
6819
6820 * progmodes/idlw-help.el (idlwave-help-fontify):
6821 Use called-interactively-p.
6822
6823 * term/w32console.el (w32-get-console-codepage)
6824 (w32-get-console-output-codepage): Declare.
6825
6826 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
6827 Remove unnecessary declarations.
6828 (dframe-message): Doc fix.
6829
6830 * info.el (dframe-select-attached-frame, dframe-current-frame):
6831 Declare.
6832
6833 * speedbar.el (speedbar-message): Make it an obsolete alias.
6834 Update all callers.
6835 (speedbar-with-attached-buffer)
6836 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
6837 (speedbar-with-writable): Use backquote.
6838 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
6839 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6840 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
6841 rather than speedbar- aliases.
6842 * mail/rmail.el: Load dframe rather than speedbar when compiling.
6843 (speedbar-make-specialized-keymap, speedbar-insert-button)
6844 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6845 (speedbar-do-function-pointer): Declare.
6846 (rmail-speedbar-button, rmail-speedbar-find-file)
6847 (rmail-speedbar-move-message):
6848 Use dframe-with-attached-buffer rather than speedbar- alias.
6849 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6850 (dframe-message, speedbar-make-specialized-keymap)
6851 (speedbar-add-expansion-list, speedbar-mode-functions-list)
6852 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6853 (speedbar-insert-button, dframe-select-attached-frame)
6854 (dframe-maybee-jump-to-attached-frame)
6855 (speedbar-change-initial-expansion-list)
6856 (speedbar-previously-used-expansion-list-name): Declare.
6857 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6858 Use dframe-message, dframe-with-attached-buffer rather than
6859 speedbar- aliases.
6860 (gud-sentinel): Silence compiler.
6861 * progmodes/vhdl-mode.el (speedbar-refresh)
6862 (speedbar-do-function-pointer, speedbar-add-supported-extension)
6863 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6864 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6865 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6866 (speedbar-file-lists, speedbar-make-tag-line)
6867 (speedbar-line-directory, speedbar-goto-this-file)
6868 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6869 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6870 (speedbar-make-button, speedbar-reset-scanners)
6871 (speedbar-files-item-info, speedbar-line-text)
6872 (speedbar-find-file-in-frame, speedbar-set-timer)
6873 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6874 (speedbar-with-writable): Do not (re)define it.
6875 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6876 rather than speedbar- alias.
6877
6878 2013-05-21 Leo Liu <sdl.web@gmail.com>
6879
6880 * progmodes/octave.el (octave-mode-menu): Update and re-organize
6881 menu items.
6882 (octave-mode): Tweak fill-nobreak-predicate.
6883 (inferior-octave-startup): Check process to avoid infinite loop.
6884 (inferior-octave): Pop to buffer first to show abornmal process
6885 exit information.
6886
6887 2013-05-21 Glenn Morris <rgm@gnu.org>
6888
6889 * printing.el (pr-menu-bar): Define when compiling.
6890
6891 2013-05-21 Leo Liu <sdl.web@gmail.com>
6892
6893 * progmodes/octave.el (octave-auto-fill): Remove.
6894 (octave-indent-new-comment-line): Improve.
6895 (octave-mode): Use auto fill mode through
6896 comment-line-break-function and fill-nobreak-predicate.
6897 (octave-goto-function-definition): Support DEFUN_DLD.
6898 (octave-beginning-of-defun): Small tweak.
6899 (octave-help): Show parent directory.
6900
6901 2013-05-21 Glenn Morris <rgm@gnu.org>
6902
6903 * files.el (dired-unmark):
6904 * progmodes/gud.el (gdb-input): Update declarations.
6905
6906 * calculator.el (electric, ehelp): No need to load when compiling.
6907 (Electric-command-loop, electric-describe-mode): Declare.
6908
6909 * doc-view.el (doc-view-current-converter-processes): Move before use.
6910
6911 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6912 Move MODE-set-explicitly definition before use.
6913
6914 * international/mule-diag.el (mule-diag):
6915 Don't use obsolete window-system-version.
6916
6917 * mail/feedmail.el (smtpmail): No need to load when compiling.
6918 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6919
6920 * mail/mail-utils.el (rfc822): No need to load when compiling.
6921 (rfc822-addresses): Autoload it.
6922 (mail-strip-quoted-names): Trivial simplification.
6923
6924 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6925 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6926
6927 * net/snmp-mode.el (tempo): Don't duplicate requires.
6928
6929 * progmodes/prolog.el (info): No need to load when compiling.
6930 (comint): Require before shell requires it.
6931 (Info-goto-node): Autoload it.
6932 (Info-follow-nearest-node): Declare.
6933 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6934
6935 * textmodes/artist.el (picture-mode-exit): Declare.
6936
6937 * textmodes/reftex-parse.el (reftex-parse-from-file):
6938 Trivial rewrite so the compiler can parse it better.
6939
6940 2013-05-20 Leo Liu <sdl.web@gmail.com>
6941
6942 * progmodes/octave.el (octave-help-mode-map)
6943 (octave-help-mode-finish-hook): New variables.
6944 (octave-help-mode, octave-help-mode-finish): New functions.
6945 (octave-help): Use octave-help-mode.
6946
6947 2013-05-20 Glenn Morris <rgm@gnu.org>
6948
6949 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
6950
6951 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
6952
6953 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6954 start at point, so that expansion starting right after opening
6955 slash in a regexp is recognized.
6956 (ruby-syntax-before-regexp-re): New defvar, extracted from
6957 ruby-syntax-propertize-function. Since the value of this regexp
6958 is looked up at runtime now, we should be able to turn
6959 `ruby-syntax-methods-before-regexp' into a defcustom later.
6960 (ruby-syntax-propertize-function): Split regexp matching into two
6961 parts, for opening and closing slashes. That allows us to skip
6962 over string interpolations and support multiline regexps.
6963 Don't call `ruby-syntax-propertize-expansions', instead use another rule
6964 for them, which calls `ruby-syntax-propertize-expansion'.
6965 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6966 call to `ruby-syntax-propertize-function'.
6967 (ruby-syntax-propertize-expansion): Extracted from
6968 `ruby-syntax-propertize-expansions'. Handles one expansion.
6969 (ruby-syntax-propertize-percent-literal): Leave point right after
6970 the percent symbol, so that the expression expansion rule can
6971 propertize the contents.
6972 (ruby-syntax-propertize-heredoc): Leave point at bol following the
6973 heredoc openers.
6974 (ruby-syntax-propertize-expansions): Remove.
6975
6976 2013-05-18 Juri Linkov <juri@jurta.org>
6977
6978 * man.el (Man-default-man-entry): Remove `-' from the end
6979 of the default value. (Bug#14400)
6980
6981 2013-05-18 Glenn Morris <rgm@gnu.org>
6982
6983 * comint.el (comint-password-prompt-regexp):
6984 Allow "password for XXX" where XXX contains colons (eg https://...).
6985
6986 2013-05-18 Leo Liu <sdl.web@gmail.com>
6987
6988 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
6989 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
6990 (octave-source-directories): Don't check process.
6991 (octave-source-directories, octave-find-definition): Doc fix.
6992
6993 2013-05-18 Glenn Morris <rgm@gnu.org>
6994
6995 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6996 Remove backspace/delete bindings. (Bug#14392)
6997
6998 * cus-dep.el (custom-make-dependencies): Sort the output.
6999 (custom-versions-load-alist): Convert comment to doc.
7000
7001 2013-05-17 Leo Liu <sdl.web@gmail.com>
7002
7003 * newcomment.el (comment-search-backward): Stricter in finding
7004 comment start. (Bug#14303)
7005
7006 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
7007 (octave-comment-start-skip): Properly anchored.
7008
7009 2013-05-17 Leo Liu <sdl.web@gmail.com>
7010
7011 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
7012 Clean up when turned off. (Bug#14395)
7013 (smie--highlight-matching-block-overlay): No longer buffer-local.
7014 (smie-highlight-matching-block): Adjust.
7015
7016 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
7017
7018 Doc string fix for "nanoseconds" (Bug#14406).
7019 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
7020 Fix doc string typo that had "nanoseconds" instead of "microseconds".
7021
7022 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
7023
7024 * calc/calc-units.el (math-extract-units): Preserve powers
7025 of units.
7026
7027 2013-05-17 Leo Liu <sdl.web@gmail.com>
7028
7029 * subr.el (delete-consecutive-dups): New function.
7030 * ido.el (ido-set-matches-1): Use it.
7031 * progmodes/octave.el (inferior-octave-completion-table): Use it.
7032 * ido.el (ido-remove-consecutive-dups): Remove.
7033
7034 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
7035
7036 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
7037 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
7038 regexp-opt's `words'.
7039
7040 2013-05-16 Leo Liu <sdl.web@gmail.com>
7041
7042 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
7043 (smie--highlight-matching-block-overlay)
7044 (smie--highlight-matching-block-lastpos)
7045 (smie--highlight-matching-block-timer): New variables.
7046 (smie-highlight-matching-block): New function.
7047 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
7048 (smie-setup): Conditionally enable smie-blink-matching-open.
7049
7050 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
7051
7052 Sync with upstream verilog-mode r840.
7053 * progmodes/verilog-mode.el (verilog-mode-version)
7054 (verilog-mode-release-date): Update.
7055 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
7056 (verilog-sig-tieoff): Fix string error on
7057 AUTORESET with colon define, bug594. Reported by Andrew Hou.
7058 (verilog-read-decls): Fix parameters confusing
7059 AUTOINST interfaces, bug565. Reported by Leith Johnson.
7060
7061 2013-05-16 Eli Zaretskii <eliz@gnu.org>
7062
7063 * subr.el (reveal-filename): New function.
7064
7065 * loadup.el: Compute Emacs executable versions on MS-Windows,
7066 where executables have the .exe extension. Add a hard link
7067 emacs-XX.YY.ZZ.exe on MS-Windows.
7068
7069 * Makefile.in (XARGS_LIMIT): New variable.
7070 (custom-deps, finder-data, autoloads)
7071 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7072 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7073 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
7074 (compile-main): Limit xargs according to $(XARGS_LIMIT).
7075
7076 2013-05-16 Leo Liu <sdl.web@gmail.com>
7077
7078 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
7079 (octave-mode-menu, octave-mode-map): Remove its uses.
7080
7081 2013-05-16 Reto Zimmermann <reto@gnu.org>
7082
7083 Sync with upstream vhdl mode v3.34.2.
7084 * progmodes/vhdl-mode.el: Use `push' throughout.
7085 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
7086 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
7087 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
7088 (vhdl-actual-generic-name): New option to derive actual generic name.
7089 (vhdl-port-paste-signals): Replace formal by actual generics.
7090 (vhdl-beautify): New name for old group vhdl-align. Update users.
7091 (vhdl-beautify-options): New option.
7092 (vhdl-last-input-event): New compat alias. Use throughout.
7093 (vhdl-goto-line): Replace user level function `goto-line'.
7094 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
7095 vhdl-fix-statement-buffer.
7096 (vhdl-create-mode-menu): Add some entries.
7097 (vhdl-align-region-groups): Respect vhdl-beautify-options.
7098 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
7099 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
7100 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
7101 to force statements on one line.
7102 (vhdl-remove-trailing-spaces-region):
7103 New, split from vhdl-remove-trailing-spaces.
7104 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
7105 Respect vhdl-beautify-options.
7106 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
7107 (vhdl-update-sensitivity-list): Not add with index if exists without.
7108 Not include array index with signal. Ignore keywords in comments.
7109 (vhdl-get-visible-signals): Regexp tweaks.
7110 (vhdl-template-component-inst): Handle empty library.
7111 (vhdl-template-type): Add template for 'enum' type.
7112 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
7113 Use vhdl-replace-string.
7114 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
7115 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
7116 (vhdl-speedbar-initialize): Update for above name change.
7117 (vhdl-compose-wire-components): Fix in handling of constants.
7118 (vhdl-error-regexp-emacs-alist): New variable.
7119 (vhdl-error-regexp-add-emacs): New function;
7120 adds support for new compile.el (Emacs 22+)
7121 (vhdl-generate-makefile-1): Change target order for single lib. units.
7122 Allow use of absolute file names.
7123
7124 2013-05-16 Leo Liu <sdl.web@gmail.com>
7125
7126 * simple.el (prog-indent-sexp): Indent enclosing defun.
7127
7128 2013-05-15 Glenn Morris <rgm@gnu.org>
7129
7130 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7131 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7132 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7133 (whitespace-highlight): Move to whitespace group.
7134
7135 * comint.el (comint-source):
7136 * pcmpl-linux.el (pcmpl-linux):
7137 * shell.el (shell-faces):
7138 * eshell/esh-opt.el (eshell-opt):
7139 * international/ccl.el (ccl): Remove empty custom groups.
7140
7141 * completion.el (dynamic-completion-mode):
7142 * jit-lock.el (jit-lock-debug-mode):
7143 * minibuffer.el (completion-in-region-mode):
7144 * type-break.el (type-break-mode-line-message-mode)
7145 (type-break-query-mode):
7146 * emulation/tpu-edt.el (tpu-edt-mode):
7147 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7148 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7149 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7150
7151 * term/xterm.el (xterm): Change parent group to terminals.
7152
7153 * master.el (master): Remove empty custom group.
7154 (master-mode): Remove unused :group argument.
7155 * textmodes/refill.el (refill): Remove empty custom group.
7156 (refill-mode): Remove unused :group argument.
7157
7158 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7159
7160 * cus-dep.el: Provide a feature.
7161 (custom-make-dependencies): Ignore dotfiles (dir-locals).
7162 Don't mistakenly ignore files whose basenames match a basename
7163 from preloaded-file-list (eg cedet/ede/simple.el).
7164 Add a fallback method for getting :group.
7165
7166 2013-05-15 Juri Linkov <juri@jurta.org>
7167
7168 * isearch.el (isearch-char-by-name): Rename from
7169 `isearch-insert-char-by-name'. Doc fix.
7170 (isearch-forward): Mention `isearch-char-by-name' in
7171 the docstring. (Bug#13348)
7172
7173 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7174 `exit-minibuffer' instead of
7175 `isearch-nonincremental-exit-minibuffer'.
7176 (isearch-edit-string): Remove mention of
7177 `isearch-nonincremental-exit-minibuffer' from docstring.
7178 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7179 (isearch-forward-exit-minibuffer)
7180 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7181
7182 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * loadup.el: Just use unversioned DOC.
7185
7186 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7187 literals as extending to EOB.
7188 (nxml-last-fontify-end): Remove unused variable.
7189 (nxml-after-change1): Use with-silent-modifications.
7190 (nxml-extend-after-change-region): Simplify.
7191 (nxml-extend-after-change-region1): Remove function.
7192 (nxml-after-change1): Don't adjust for dependent regions.
7193 (nxml-fontify-matcher): Simplify.
7194 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7195 (xmltok-add-dependent): Remove function.
7196 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7197 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7198 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7199 unclosed <[[, <?, comment, and other literals as extending to EOB.
7200 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7201 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7202 Remove functions.
7203 (rng-do-some-validation-1): Don't mark dependent regions.
7204 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7205 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7206 (nxml-clear-dependent-regions): Remove functions.
7207 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7208 (nxml-ensure-scan-up-to-date):
7209 Don't clear&mark dependent regions.
7210
7211 2013-05-15 Leo Liu <sdl.web@gmail.com>
7212
7213 * progmodes/octave.el (octave-goto-function-definition):
7214 Improve and fix callers.
7215
7216 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7219 the setter (bug#14387).
7220
7221 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7222 surrounding group (bug#14402).
7223
7224 2013-05-14 Juri Linkov <juri@jurta.org>
7225
7226 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7227 (Bug#14390)
7228
7229 2013-05-14 Glenn Morris <rgm@gnu.org>
7230
7231 * progmodes/f90.el (f90-imenu-generic-expression):
7232 Fix typo in 2013-05-08 change. (Bug#14402)
7233
7234 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7235
7236 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7237 Remove signals for which replies are never received.
7238
7239 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7240
7241 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7242 (gdb-handler-alist, gdb-handler-number): Remove variables.
7243 (gdb-handler-list): New variable.
7244 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7245 (gdb-pending-handler-p, gdb-handle-reply)
7246 (gdb-remove-all-pending-triggers): New functions.
7247 (gdb-discard-unordered-replies): New defcustom.
7248 (gdb-handler): New defstruct.
7249 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
7250 instead of gdb-pending-triggers. Update docstring.
7251 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
7252 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7253 (gdb-var-update-handler, def-gdb-auto-update-trigger)
7254 (def-gdb-auto-update-handler, gdb-get-changed-registers)
7255 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7256 (gdb-frame-handler): Pending triggers are now automatically managed.
7257 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7258 Remove argument.
7259 (gdb-input): Automatically handles pending triggers. Update docstring.
7260 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7261 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7262 Update comments.
7263 (gdb-done-or-error): Now use gdb-handle-reply.
7264
7265 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7266
7267 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7268 gdb-debug-log.
7269
7270 2013-05-14 Glenn Morris <rgm@gnu.org>
7271
7272 * subr.el (user-emacs-directory-warning): New option.
7273 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
7274
7275 2013-05-14 Leo Liu <sdl.web@gmail.com>
7276
7277 * progmodes/octave.el (octave-font-lock-keywords): Fix error
7278 during redisplay.
7279 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
7280 (octave-font-lock-texinfo-comment): Fix invalid search bound
7281 error: wrong side of point.
7282
7283 2013-05-14 Glenn Morris <rgm@gnu.org>
7284
7285 * progmodes/flymake.el (flymake-xml-program): New option.
7286 (flymake-xml-init): Use it.
7287
7288 * term/xterm.el: Provide a feature.
7289
7290 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
7291
7292 2013-05-13 Glenn Morris <rgm@gnu.org>
7293
7294 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7295 Add compat aliases as a hack workaround. (Bug#14384)
7296
7297 2013-05-13 Leo Liu <sdl.web@gmail.com>
7298
7299 * progmodes/octave.el (octave-indent-comment): Fix indentation for
7300 ###, and %!.
7301 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7302 C-M-q.
7303 (octave-comment-start-skip): Include %!.
7304 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
7305
7306 2013-05-12 Leo Liu <sdl.web@gmail.com>
7307
7308 * progmodes/octave.el (inferior-octave-startup): Store the value
7309 of __octave_srcdir__ for octave-source-directories.
7310 (inferior-octave-check-process): New function refactored out of
7311 inferior-octave-send-list-and-digest.
7312 (octave-source-directories)
7313 (octave-find-definition-filename-function): New variables.
7314 (octave-source-directories)
7315 (octave-find-definition-default-filename): New functions.
7316 (octave-find-definition): Improve to find functions implemented in C++.
7317
7318 2013-05-12 Glenn Morris <rgm@gnu.org>
7319
7320 * calendar/diary-lib.el (diary-outlook-format-1):
7321 Don't include dayname in the output. (Bug#14349)
7322
7323 2013-05-11 Glenn Morris <rgm@gnu.org>
7324
7325 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7326
7327 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7328 Treat cc-provide like provide.
7329
7330 2013-05-11 Kevin Ryde <user42@zip.com.au>
7331
7332 * cus-dep.el (custom-make-dependencies):
7333 Use generated-autoload-load-name for the sake of files such
7334 such cedet/semantic/bovine/c.el, where the base file name
7335 is not in load-path. (Bug#5277)
7336
7337 2013-05-11 Glenn Morris <rgm@gnu.org>
7338
7339 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7340 Provide features.
7341
7342 2013-05-11 Leo Liu <sdl.web@gmail.com>
7343
7344 * progmodes/octave.el (octave-indent-comment): Improve.
7345 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
7346 (octave-eldoc-function-signatures, octave-eldoc-function):
7347 New functions.
7348 (octave-mode, inferior-octave-mode): Add eldoc support.
7349
7350 2013-05-11 Richard Stallman <rms@gnu.org>
7351
7352 * epa.el (epa-decrypt-file): Take output file name as argument
7353 and read it using `interactive'.
7354
7355 2013-05-11 Leo Liu <sdl.web@gmail.com>
7356
7357 * progmodes/octave.el (octave-beginning-of-line)
7358 (octave-end-of-line): Check before using up-list because it jumps
7359 out of more syntactic contructs since moving to smie.
7360 (octave-indent-comment): New function.
7361 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
7362 (octave-begin-keywords, octave-end-keywords)
7363 (octave-reserved-words, octave-smie-bnf-table)
7364 (octave-smie-rules): Add new keywords from Octave 3.6.4.
7365
7366 2013-05-11 Glenn Morris <rgm@gnu.org>
7367
7368 * faces.el (internal-face-x-get-resource):
7369 * frame.el (ns-display-monitor-attributes-list):
7370 * calc/calc-aent.el (math-to-radians-2):
7371 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
7372 Fix declarations.
7373
7374 * calc/calc-menu.el: Make it loadable in isolation.
7375
7376 * net/eudcb-bbdb.el: Make it loadable without bbdb.
7377 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7378 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7379 (eudc-bbdb-query-internal): Require 'bbdb.
7380
7381 * lpr.el (lpr-headers-switches):
7382 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7383
7384 * progmodes/sql.el (sql-login-params): Fix and improve :type.
7385
7386 * emulation/edt-mapper.el: In batch mode, error rather than hang.
7387
7388 * term.el (term-set-escape-char): Make it idempotent.
7389
7390 2013-05-10 Leo Liu <sdl.web@gmail.com>
7391
7392 * progmodes/octave.el (inferior-octave-completion-table):
7393 No longer a function and all uses changed. Use cache to speed up
7394 completion due to bug#11906.
7395 (octave-beginning-of-defun): Re-write to be more general.
7396
7397 2013-05-10 Glenn Morris <rgm@gnu.org>
7398
7399 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7400
7401 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7402
7403 * comint.el (comint-redirect-send-command-to-process): Use :around
7404 rather than :override for comint-redirect-filter.
7405 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7406 Call it instead of comint-redirect-original-filter-function (which
7407 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
7408
7409 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
7410
7411 * frame.el (display-monitor-attributes-list): Add NS case.
7412 (ns-display-monitor-attributes-list): Declare.
7413
7414 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
7415
7416 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
7417
7418 2013-05-09 Glenn Morris <rgm@gnu.org>
7419
7420 * international/fontset.el (vertical-centering-font-regexp):
7421 Set standard-value.
7422
7423 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7424
7425 * bookmark.el (bookmark-search-delay):
7426 * cus-start.el (vertical-centering-font-regexp):
7427 * ps-mule.el (ps-mule-font-info-database-default):
7428 * ps-print.el (ps-default-fg, ps-default-bg):
7429 * type-break.el (type-break-good-break-interval):
7430 * whitespace.el (whitespace-indentation-regexp)
7431 (whitespace-space-after-tab-regexp):
7432 * emacs-lisp/testcover.el (testcover-1value-functions)
7433 (testcover-noreturn-functions, testcover-progn-functions)
7434 (testcover-prog1-functions):
7435 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7436 * eshell/em-glob.el (eshell-glob-translate-alist):
7437 * play/tetris.el (tetris-tty-colors):
7438 * progmodes/cpp.el (cpp-face-default-list):
7439 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7440 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7441 (idlwave-help-browser-generic-args):
7442 * progmodes/make-mode.el (makefile-special-targets-list):
7443 * progmodes/python.el (python-shell-virtualenv-path):
7444 * progmodes/verilog-mode.el (verilog-active-low-regexp)
7445 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7446 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7447 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7448 * textmodes/reftex-vars.el (reftex-format-label-function):
7449 * textmodes/remember.el (remember-diary-file): Fix custom types.
7450
7451 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7452 Add :version.
7453
7454 2013-05-09 Leo Liu <sdl.web@gmail.com>
7455
7456 * progmodes/octave.el (inferior-octave-completion-at-point):
7457 Restore file completion. (Bug#14300)
7458 (inferior-octave-startup): Fix incorrect highlighting for the
7459 first prompt.
7460
7461 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * progmodes/ruby-mode.el: First cut at SMIE support.
7464 (ruby-use-smie): New var.
7465 (ruby-smie-grammar): New constant.
7466 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7467 (ruby-smie--forward-token, ruby-smie--backward-token)
7468 (ruby-smie-rules): New functions.
7469 (ruby-mode-variables): Setup SMIE if applicable.
7470
7471 2013-05-08 Eli Zaretskii <eliz@gnu.org>
7472
7473 * simple.el (line-move-visual): Signal beginning/end of buffer
7474 only if vertical-motion moved less than it was requested. Avoids
7475 silly incorrect error messages when there are display strings with
7476 multiple newlines at EOL.
7477
7478 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7481 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7482 (prolog-char-quote-workaround):
7483 * progmodes/cperl-mode.el (cperl-under-as-char):
7484 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
7485 Mark as obsolete.
7486 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
7487 their declaration.
7488 (vhdl-mode-syntax-table-init): Remove.
7489
7490 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7491 last change.
7492
7493 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7494 syntax for "_".
7495 (ld-script-font-lock-keywords):
7496 Change regexps to use things like \_< and \_>.
7497
7498 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7499 Change all regexps to use things like \_< and \_>.
7500
7501 * progmodes/autoconf.el (autoconf-definition-regexp)
7502 (autoconf-font-lock-keywords, autoconf-current-defun-function):
7503 Handle a _ with symbol syntax.
7504 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7505
7506 * progmodes/ada-mode.el (ada-mode-abbrev-table):
7507 Consolidate declaration.
7508 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7509 the declaration.
7510 (ada-create-syntax-table): Remove.
7511 (ada-capitalize-word): Don't mess with the syntax of "_" since it
7512 already has the right syntax nowadays.
7513 (ada-goto-next-word): Don't change the syntax of "_".
7514
7515 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7516 with-wrapper-hook.
7517
7518 2013-05-08 Sam Steingold <sds@gnu.org>
7519
7520 * thingatpt.el (thing-at-point): Accept optional second argument
7521 NO-PROPERTIES to strip the text properties from the return value.
7522 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
7523 to `thing-at-point' instead of stripping the properties ourselves.
7524 Also, when `thing-at-point' fails to find a url, prepend "http://"
7525 to the filename at point on the assumption that the user is
7526 pointing at something like gnu.org/gnu.
7527
7528 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
7529
7530 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7531 * faces.el (crm-separator):
7532 Silence byte-compiler.
7533
7534 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
7535 (tool-bar-map): Remove unneeded defvars.
7536
7537 2013-05-08 Leo Liu <sdl.web@gmail.com>
7538
7539 Re-work a fix for bug#10994 based on Le Wang's patch.
7540 * ido.el (ido-remove-consecutive-dups): New helper.
7541 (ido-completing-read): Use it.
7542 (ido-chop): Revert fix for bug#10994.
7543
7544 2013-05-08 Adam Spiers <emacs@adamspiers.org>
7545
7546 * cus-edit.el (custom-save-variables):
7547 Pretty-print long values. (Bug#14187)
7548
7549 2013-05-08 Glenn Morris <rgm@gnu.org>
7550
7551 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
7552 (m4-mode-syntax-table): Init in the defvar.
7553 (m4-mode-abbrev-table): Let define-derived-mode define it.
7554
7555 2013-05-08 Tom Tromey <tromey@redhat.com>
7556
7557 * progmodes/m4-mode.el (m4-mode-syntax-table):
7558 Do not treat "_" as word constituent. (Bug#14167)
7559
7560 2013-05-07 Glenn Morris <rgm@gnu.org>
7561
7562 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
7563 Remove explicit eshell-isearch-cancel-map.
7564
7565 * progmodes/f90.el (f90-smart-end-names): New option.
7566 (f90-smart-end): Doc fix.
7567 (f90-end-block-optional-name): New constant.
7568 (f90-block-match): Respect f90-smart-end-names.
7569
7570 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * progmodes/octave.el (octave-smie-forward-token): Be more careful
7573 about implicit semi-colons (bug#14218).
7574
7575 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7576
7577 * frame.el (display-monitor-attributes-list)
7578 (frame-monitor-attributes): New functions.
7579
7580 2013-05-06 Leo Liu <sdl.web@gmail.com>
7581
7582 * progmodes/octave.el (octave-syntax-propertize-function): Change
7583 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
7584 (octave-font-lock-keywords): Use octave-operator-regexp.
7585 (octave-completion-at-point): Rename from
7586 octave-completion-at-point-function.
7587 (inferior-octave-directory-tracker): Robustify.
7588 (octave-text-functions): Remove and fix its uses. No such things
7589 any more.
7590
7591 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * emacs-lisp/trace.el (trace--display-buffer): New function.
7594 (trace-make-advice): Use it.
7595
7596 2013-05-06 Juri Linkov <juri@jurta.org>
7597
7598 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
7599 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
7600 Doc fix.
7601 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
7602 in the help string. (Bug#12985)
7603
7604 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
7605
7606 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
7607
7608 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * progmodes/perl-mode.el: Add support for here documents.
7611 (perl-syntax-propertize-function): Match here-doc markers.
7612 (perl-syntax-propertize-special-constructs): Find their end.
7613 (perl-imenu-generic-expression): Use [:alnum:].
7614
7615 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
7616 (advice--add-function): Refresh the advice if already present
7617 (bug#14317).
7618
7619 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
7620
7621 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
7622
7623 2013-05-06 Glenn Morris <rgm@gnu.org>
7624
7625 * w32-fns.el (w32-charset-info-alist): Declare.
7626
7627 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
7628 of its defcustom properties.
7629 (eshell-cmpl-initialize): No need to load pcomplete.
7630
7631 * generic-x.el: No need to require comint when compiling.
7632
7633 * net/eudc-export.el: Make it loadable without bbdb.
7634 (top-level): Use require rather than load-library.
7635 (eudc-create-bbdb-record, eudc-bbdbify-phone)
7636 (eudc-batch-export-records-to-bbdb)
7637 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
7638 Require bbdb.
7639
7640 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7641
7642 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
7643 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
7644 some tweaks, instead.
7645
7646 2013-05-05 Leo Liu <sdl.web@gmail.com>
7647
7648 * progmodes/octave.el (octave-font-lock-keywords)
7649 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
7650 (inferior-octave-send-list-and-digest): Improve error message.
7651 (octave-mode, inferior-octave-mode): Use setq-local.
7652 (octave-help): Set info-lookup-mode.
7653
7654 2013-05-05 Richard Stallman <rms@gnu.org>
7655
7656 * vc/compare-w.el (compare-windows-whitespace):
7657 Treat no-break space as whitespace.
7658
7659 * mail/rmailsum.el (rmail-summary-rmail-update):
7660 Detect empty summary and don't change selected message.
7661 (rmail-summary-goto-msg): Likewise.
7662
7663 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
7664 Doc fixes, rename args.
7665
7666 2013-05-05 Alan Mackenzie <acm@muc.de>
7667
7668 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
7669
7670 2013-05-05 Juri Linkov <juri@jurta.org>
7671
7672 * info.el (Info-read-subfile): Use (point-min) instead of (point)
7673 to not add the length of the summary segment to the return value.
7674 (Bug#14125)
7675
7676 2013-05-05 Leo Liu <sdl.web@gmail.com>
7677
7678 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
7679 (inferior-octave-output-filter): Remove.
7680 (octave-send-region, inferior-octave-startup): Fix callers.
7681 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
7682 (octave-binary-file-extensions): New user variable.
7683 (octave-find-definition): Confirm if opening binary files.
7684 (octave-help-file): Use octave-find-definition to get the binary
7685 confirmation.
7686 (octave-help): Adjust for octave-help-file change.
7687
7688 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
7691 Merge the two entries that handle function definitions.
7692 (pascal--syntax-propertize): New const.
7693 (pascal-mode): Use it. Use setq-local.
7694
7695 2013-05-04 Glenn Morris <rgm@gnu.org>
7696
7697 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
7698 (diary-from-outlook): Respect diary-from-outlook-function.
7699
7700 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
7703 Move the declaration from C.
7704 (read-minibuffer, eval-minibuffer): Move from C.
7705 (completion-setup-function): Avoid minibuffer-completion-contents.
7706
7707 2013-05-03 Leo Liu <sdl.web@gmail.com>
7708
7709 * progmodes/octave.el (octave-font-lock-keywords): Do not
7710 dehighlight 'end' in comments or strings.
7711 (octave-completing-read, octave-goto-function-definition):
7712 New helpers.
7713 (octave-help-buffer): New user variable.
7714 (octave-help-file, octave-help-function): New button types.
7715 (octave-help): New command and bind it to C-h ;.
7716 (octave-find-definition): New command and bind it to M-.
7717 (user-error): Alias to error if not defined.
7718
7719 2013-05-02 Leo Liu <sdl.web@gmail.com>
7720
7721 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
7722 for \. (bug#14332)
7723 (octave-font-lock-keywords): Include [ and {.
7724
7725 2013-05-02 Leo Liu <sdl.web@gmail.com>
7726
7727 * progmodes/octave.el (inferior-octave-startup-file): Change default.
7728 (inferior-octave): Remove calling comint-mode and return the buffer.
7729 (inferior-octave-startup): Cosmetic changes.
7730
7731 2013-05-02 Leo Liu <sdl.web@gmail.com>
7732
7733 * progmodes/octave.el (octave-syntax-propertize-function):
7734 Include the case when ' is at line beginning. (Bug#14336)
7735
7736 2013-05-02 Glenn Morris <rgm@gnu.org>
7737
7738 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
7739 * desktop.el (vc-dir-mode): Just autoload it here.
7740
7741 2013-05-02 Alan Mackenzie <acm@muc.de>
7742
7743 Eliminate variable c-standard-font-lock-fontify-region-function.
7744 * progmodes/cc-mode.el
7745 (c-standard-font-lock-fontify-region-function): Remove.
7746 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7747
7748 2013-05-01 Leo Liu <sdl.web@gmail.com>
7749
7750 * progmodes/octave.el: Compatible with older emacs-24 releases.
7751 (inferior-octave-has-built-in-variables): Remove. Built-in
7752 variables were removed from Octave in 2007.
7753 (inferior-octave-startup): Fix uses.
7754 (comint-line-beginning-position): Remove compatibility code for
7755 emacs 21.
7756
7757 2013-05-01 Juri Linkov <juri@jurta.org>
7758
7759 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
7760
7761 2013-05-01 Juri Linkov <juri@jurta.org>
7762
7763 * comint.el (comint-previous-matching-input): Don't print message
7764 "History item: %d" when `isearch-mode' is active.
7765 (comint-history-isearch-message): Print message "History item: %d"
7766 when `comint-input-ring-index' is not empty and this function is
7767 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
7768
7769 2013-05-01 Leo Liu <sdl.web@gmail.com>
7770
7771 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7772 definitions. Use completion-at-point to insert keywords.
7773 (octave-abbrev-start): Remove.
7774 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7775
7776 2013-04-30 Leo Liu <sdl.web@gmail.com>
7777
7778 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7779 change.
7780
7781 2013-04-30 Alan Mackenzie <acm@muc.de>
7782
7783 Handle arbitrarily long C++ member initialisation lists.
7784 * progmodes/cc-engine.el (c-back-over-member-initializers):
7785 new function.
7786 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7787 (most) member init lists.
7788
7789 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7790
7791 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
7792 variable.
7793
7794 2013-04-30 Leo Liu <sdl.web@gmail.com>
7795
7796 * progmodes/octave.el (octave-variables): Remove. No builtin
7797 variables any more. All converted to functions.
7798 (octave-font-lock-keywords, octave-completion-at-point-function):
7799 Fix uses.
7800 (octave-font-lock-texinfo-comment): New user variable.
7801 (octave-texinfo-font-lock-keywords): New variable for texinfo
7802 comment block.
7803 (octave-function-comment-block): New face.
7804 (octave-font-lock-texinfo-comment): New function.
7805 (octave-mode): Font lock texinfo comment block.
7806
7807 2013-04-29 Leo Liu <sdl.web@gmail.com>
7808
7809 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
7810 indexing expression.
7811 (octave-continuation-string): Do not use \.
7812 (inferior-octave-complete-impossible): Remove.
7813 (inferior-octave-completion-table)
7814 (inferior-octave-completion-at-point): Remove its uses.
7815 (inferior-octave-startup): completion_matches was introduced to
7816 Octave in 1996 so safe to assume it.
7817 (octave-function-file-comment): Improve to follow how Octave does it.
7818 (octave-update-function-file-comment): Tweak.
7819
7820 2013-04-29 Leo Liu <sdl.web@gmail.com>
7821
7822 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
7823 (inferior-octave-startup): Remove inferior-octave-startup-hook.
7824 (octave-function-file-comment): Fix typo.
7825 (octave-sync-function-file-names): Use read-char-choice.
7826
7827 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
7828
7829 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
7830 to t for the less important warnings.
7831
7832 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
7833
7834 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
7835
7836 2013-04-27 Glenn Morris <rgm@gnu.org>
7837
7838 * vc/log-view.el (log-view-current-entry):
7839 Treat "---" separator lines as part of the following rev. (Bug#14169)
7840
7841 2013-04-27 Juri Linkov <juri@jurta.org>
7842
7843 * subr.el (read-number): Doc fix about using it by interactive
7844 code letter `n'. (Bug#14254)
7845
7846 2013-04-27 Juri Linkov <juri@jurta.org>
7847
7848 * desktop.el (desktop-auto-save-timeout): New option.
7849 (desktop-file-checksum): New variable.
7850 (desktop-save): Add optional arg `auto-save' and don't auto-save
7851 if nothing changed.
7852 (desktop-auto-save-timer): New variable.
7853 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7854 (after-init-hook): Call `desktop-auto-save-set-timer'.
7855 Suggested by Reuben Thomas <rrt@sc3d.org> in
7856 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7857
7858 2013-04-27 Leo Liu <sdl.web@gmail.com>
7859
7860 * progmodes/octave.el (octave-function-file-p)
7861 (octave-skip-comment-forward, octave-function-file-comment)
7862 (octave-update-function-file-comment): New functions.
7863 (octave-mode-map): Bind C-c ; to
7864 octave-update-function-file-comment.
7865 (octave-mode-menu): Add octave-update-function-file-comment.
7866 (octave-mode, inferior-octave-mode): Fix doc-string.
7867 (octave-insert-defun): Conform to Octave's coding convention.
7868 (Bug#14285)
7869
7870 * files.el (basic-save-buffer): Don't let errors in
7871 before-save-hook prevent saving buffer.
7872
7873 2013-04-20 Roland Winkler <winkler@gnu.org>
7874
7875 * faces.el (read-face-name): Use completing-read if arg multiple
7876 is nil.
7877
7878 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
7879
7880 * ls-lisp.el (ls-lisp-insert-directory): If no files are
7881 displayed, move point to after the totals line.
7882 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
7883 for the details.
7884
7885 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * emacs-lisp/package.el (package-autoload-ensure-default-file):
7888 Add current dir to the load-path.
7889 (package-generate-autoloads): Don't rely on
7890 autoload-ensure-default-file.
7891
7892 2013-04-26 Reuben Thomas <rrt@sc3d.org>
7893
7894 * textmodes/remember.el (remember-store-in-files): Document that
7895 the file name format is passed to `format-time-string'.
7896
7897 2013-04-26 Leo Liu <sdl.web@gmail.com>
7898
7899 * progmodes/octave.el (octave-sync-function-file-names): New function.
7900 (octave-mode): Use it in before-save-hook.
7901
7902 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7903
7904 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7905 (bug#14274).
7906
7907 * progmodes/octave.el (octave-smie-forward-token): Properly skip
7908 \n and comment, even if it's not an implicit ; (bug#14218).
7909
7910 2013-04-26 Glenn Morris <rgm@gnu.org>
7911
7912 * subr.el (read-number): Once more use `read' rather than
7913 `string-to-number', to trap non-numeric input. (Bug#14254)
7914
7915 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
7916
7917 * emacs-lisp/syntax.el (syntax-propertize-multiline):
7918 Use `syntax-multiline' text property consistently instead of
7919 `font-lock-multiline'. (Bug#14237)
7920
7921 2013-04-26 Glenn Morris <rgm@gnu.org>
7922
7923 * emacs-lisp/shadow.el (list-load-path-shadows):
7924 No longer necessary to check for duplicate simple.el, since
7925 2012-07-07 change to init_lread to not include installation lisp
7926 directories in load-path when running uninstalled. (Bug#14270)
7927
7928 2013-04-26 Leo Liu <sdl.web@gmail.com>
7929
7930 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7931 (octave-mode, inferior-octave-mode): Use setq-local.
7932 (octave-not-in-string-or-comment-p): Rename to
7933 octave-in-string-or-comment-p.
7934 (octave-in-comment-p, octave-in-string-p)
7935 (octave-in-string-or-comment-p): Replace defsubst with defun.
7936
7937 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
7938
7939 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7940
7941 2013-04-25 Bastien Guerry <bzg@gnu.org>
7942
7943 * textmodes/remember.el (remember-data-directory)
7944 (remember-directory-file-name-format): Fix custom types.
7945
7946 2013-04-25 Leo Liu <sdl.web@gmail.com>
7947
7948 * progmodes/octave.el (octave-completion-at-point-function):
7949 Make use of inferior octave process.
7950 (octave-initialize-completions): Remove.
7951 (inferior-octave-completion-table): New function.
7952 (inferior-octave-completion-at-point): Use it.
7953 (octave-completion-alist): Remove.
7954
7955 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * progmodes/opascal.el: Use font-lock and syntax-propertize.
7958 (opascal-mode-syntax-table): New var.
7959 (opascal-literal-kind, opascal-is-literal-end)
7960 (opascal-literal-token-at): Rewrite.
7961 (opascal--literal-start-re, opascal-font-lock-keywords)
7962 (opascal--syntax-propertize): New constants.
7963 (opascal-font-lock-defaults): Adjust.
7964 (opascal-mode): Use them. Set comment-<foo> variables as well.
7965 (delphi-comment-face, opascal-comment-face, delphi-string-face)
7966 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7967 (delphi-other-face, opascal-other-face): Remove face variables.
7968 (opascal-save-state): Remove macro.
7969 (opascal-fontifying-progress-step): Remove constant.
7970 (opascal--ignore-changes): Remove var.
7971 (opascal-set-token-property, opascal-parse-next-literal)
7972 (opascal-is-stable-literal, opascal-complete-literal)
7973 (opascal-is-literal-start, opascal-face-of)
7974 (opascal-parse-region, opascal-parse-region-until-stable)
7975 (opascal-fontify-region, opascal-after-change)
7976 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7977 (opascal-debug-parse-region, opascal-debug-parse-window)
7978 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7979 (opascal-debug-fontify-buffer): Remove.
7980 (opascal-debug-mode-map): Adjust accordingly.
7981
7982 2013-04-25 Leo Liu <sdl.web@gmail.com>
7983
7984 Merge octave-mod.el and octave-inf.el into octave.el with some
7985 cleanups.
7986 * progmodes/octave.el: New file renamed from octave-mod.el.
7987 * progmodes/octave-inf.el: Merged into octave.el.
7988 * progmodes/octave-mod.el: Renamed to octave.el.
7989
7990 2013-04-25 Tassilo Horn <tsdh@gnu.org>
7991
7992 * textmodes/reftex-vars.el
7993 (reftex-label-ignored-macros-and-environments): New defcustom.
7994
7995 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7996
7997 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7998
7999 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
8000 (smie-indent-keyword): Improve the check to ensure that the next
8001 comment is really on the same line.
8002 (smie-indent-comment): Don't align with a subsequent closer (or eob).
8003
8004 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
8005 semi-colons if the line is not otherwise empty (bug#14218).
8006
8007 2013-04-25 Glenn Morris <rgm@gnu.org>
8008
8009 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
8010
8011 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
8012
8013 * progmodes/opascal.el (opascal-set-token-property): Rename from
8014 opascal-set-text-properties and only set `token' (bug#14134).
8015 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
8016 (opascal-literal-text-properties): Remove.
8017 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
8018 Adjust callers.
8019
8020 2013-04-24 Reuben Thomas <rrt@sc3d.org>
8021
8022 * textmodes/remember.el (remember-handler-functions): Add an
8023 option for a new handler `remember-store-in-files'.
8024 (remember-data-directory, remember-directory-file-name-format):
8025 New options.
8026 (remember-store-in-files): New function to store remember notes
8027 as separate files within a directory.
8028
8029 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
8030
8031 * progmodes/compile.el (compilation-next-error-function):
8032 Pass "formats" to compilation-find-file (bug#11777).
8033
8034 2013-04-24 Glenn Morris <rgm@gnu.org>
8035
8036 * vc/vc-bzr.el (vc-bzr-print-log):
8037 * vc/vc-hg.el (vc-hg-print-log):
8038 * vc/vc-svn.el (vc-svn-print-log):
8039 Fix START-REVISION with LIMIT != 1. (Bug#14168)
8040
8041 * vc/vc-bzr.el (vc-bzr-print-log):
8042 * vc/vc-cvs.el (vc-cvs-print-log):
8043 * vc/vc-git.el (vc-git-print-log):
8044 * vc/vc-hg.el (vc-hg-print-log):
8045 * vc/vc-mtn.el (vc-mtn-print-log):
8046 * vc/vc-rcs.el (vc-rcs-print-log):
8047 * vc/vc-sccs.el (vc-sccs-print-log):
8048 * vc/vc-svn.el (vc-svn-print-log):
8049 * vc/vc.el (vc-print-log-internal): Doc fixes.
8050
8051 2013-04-23 Glenn Morris <rgm@gnu.org>
8052
8053 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
8054 Remove venerable code attempting to avoid substitute-command-keys.
8055
8056 2013-04-23 Tassilo Horn <tsdh@gnu.org>
8057
8058 * textmodes/reftex-vars.el (reftex-label-regexps):
8059 Call `reftex-compile-variables' after changes to this variable.
8060
8061 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
8062
8063 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
8064 Use lexical-binding.
8065 (jit-lock-force-redisplay): Use markers, check buffer's continued
8066 existence and beware narrowed buffers.
8067 (jit-lock-fontify-now): Adjust call accordingly.
8068
8069 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
8070
8071 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
8072 to avoid misleading the user.
8073
8074 2013-04-22 Leo Liu <sdl.web@gmail.com>
8075
8076 * info-look.el: Prefer latex2e.info. (Bug#14240)
8077
8078 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
8079
8080 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
8081
8082 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
8083 * net/tramp.el (tramp-call-process): ... here.
8084 (tramp-set-completion-function, tramp-parse-putty):
8085 * net/tramp-adb.el (tramp-adb-execute-adb-command):
8086 * net/tramp-gvfs.el (tramp-gvfs-send-command):
8087 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8088 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
8089 (tramp-call-local-coding-command): Use `tramp-call-process'
8090 instead of `tramp-compat-call-process'.
8091
8092 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
8093 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
8094 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
8095 (tramp-find-inline-compress): Improve traces.
8096 (tramp-maybe-send-script): Check for Perl binary.
8097 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
8098
8099 2013-04-22 Daiki Ueno <ueno@gnu.org>
8100
8101 * epg.el (epg-context-pinentry-mode): New function.
8102 (epg-context-set-pinentry-mode): New function.
8103 (epg--start): Pass --pinentry-mode option to gpg command.
8104
8105 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
8106
8107 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
8108 `comint-dynamic-complete' is obsolete since 24.1, replaced by
8109 `completion-at-point'. (Bug#13774)
8110
8111 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
8112 default key binding for `describe-distribution' has been moved to
8113 `C-h C-o'. (Bug#13970)
8114
8115 2013-04-21 Glenn Morris <rgm@gnu.org>
8116
8117 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
8118 Add doc strings.
8119 (vc-print-log): Clarify interactive prompt.
8120
8121 2013-04-20 Glenn Morris <rgm@gnu.org>
8122
8123 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8124 No longer include timestamp etc information.
8125
8126 2013-04-20 Roland Winkler <winkler@gnu.org>
8127
8128 * faces.el (read-face-name): Bug fix, return just one face if arg
8129 multiple is nil. (Bug#14209)
8130
8131 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8134 (remove-function): Autoload.
8135
8136 * comint.el (comint-redirect-original-filter-function): Remove.
8137 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
8138 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8139 (vc-cvs-annotate-command):
8140 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8141 * progmodes/prolog.el (prolog-consult-compile):
8142 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8143 Use add/remove-function instead.
8144 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8145 (gud-tooltip-process-output, gud-tooltip-tips):
8146 Use add/remove-function instead.
8147 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8148 (scheme-interaction-mode, exit-scheme-interaction-mode):
8149 Use add/remove-function instead.
8150
8151 * vc/vc-dispatcher.el: Use lexical-binding.
8152 (vc--process-sentinel): Rename from vc-process-sentinel.
8153 Change last arg to be the code to run. Don't use vc-previous-sentinel
8154 and vc-sentinel-commands any more.
8155 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8156 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8157
8158 2013-04-19 Masatake YAMATO <yamato@redhat.com>
8159
8160 * progmodes/sh-script.el (sh-imenu-generic-expression):
8161 Handle function names with a single character. (Bug#14111)
8162
8163 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
8164
8165 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8166 for subroutines defined in an eval (bug#14182).
8167
8168 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8169
8170 * bookmark.el (bookmark-completing-read): Improve handling of empty
8171 string (bug#14176).
8172
8173 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8174
8175 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8176
8177 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8178
8179 New faster Imenu implementation (bug#14058).
8180 * progmodes/python.el:
8181 (python-imenu-prev-index-position):
8182 (python-imenu-format-item-label-function)
8183 (python-imenu-format-parent-item-label-function)
8184 (python-imenu-format-parent-item-jump-label-function):
8185 New vars.
8186 (python-imenu-format-item-label)
8187 (python-imenu-format-parent-item-label)
8188 (python-imenu-format-parent-item-jump-label)
8189 (python-imenu--put-parent, python-imenu--build-tree)
8190 (python-imenu-create-index, python-imenu-create-flat-index)
8191 (python-util-popn): New functions.
8192 (python-mode): Set imenu-create-index-function to
8193 python-imenu-create-index.
8194
8195 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * winner.el (winner-active-region): Use region-active-p, activate-mark
8198 and deactivate-mark (bug#14225).
8199
8200 * simple.el (deactivate-mark): Don't inline it.
8201
8202 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
8203
8204 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8205
8206 2013-04-18 Tassilo Horn <tsdh@gnu.org>
8207
8208 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8209 file extensions from the archive-mode entry in order to prefer
8210 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8211
8212 2013-04-18 Leo Liu <sdl.web@gmail.com>
8213
8214 * bindings.el (help-event-list): Add ?\?.
8215
8216 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * subr.el (with-wrapper-hook): Declare obsolete.
8219 * simple.el (filter-buffer-substring-function): New hook.
8220 (filter-buffer-substring): Use it.
8221 (filter-buffer-substring-functions): Mark obsolete.
8222 * minibuffer.el (completion-in-region-function): New hook.
8223 (completion-in-region): Use it.
8224 (completion-in-region-functions): Mark obsolete.
8225 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8226 * abbrev.el (abbrev-expand-function): New hook.
8227 (expand-abbrev): Use it.
8228 (abbrev-expand-functions): Mark obsolete.
8229 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8230 and :filter-return.
8231
8232 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8233
8234 * progmodes/python.el (python-nav--syntactically): Fix cornercases
8235 and do not care about match data.
8236
8237 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8238
8239 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8240 completion tables when completing error conditions and
8241 `declare' arguments.
8242 (lisp-complete-symbol, field-complete): Mark as obsolete.
8243 (check-parens): Unmatched parens are user errors.
8244 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8245
8246 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
8247
8248 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8249 command changed buffer (ie. `flyspell-pre-buffer' is not current
8250 buffer), which prevents making decisions based on invalid value of
8251 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
8252 cause an error when `flyspell-pre-point' was nil after switching
8253 buffers.
8254 (flyspell-post-command-hook): No longer needs to change buffers when
8255 checking pre-word. While at it remove unnecessary progn.
8256
8257 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
8258
8259 * textmodes/ispell.el (ispell-add-per-file-word-list):
8260 Fix `flyspell-correct-word-before-point' error when accepting
8261 words and `coment-padding' is an integer by using
8262 `comment-normalize-vars' (Bug #14214).
8263
8264 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8265
8266 New defun movement commands.
8267 * progmodes/python.el (python-nav--syntactically)
8268 (python-nav--forward-defun, python-nav-backward-defun)
8269 (python-nav-forward-defun): New functions.
8270
8271 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8272
8273 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8274 (python-syntax-context): Use named compiler-macro for backwards
8275 compatibility with Emacs 24.x.
8276
8277 2013-04-17 Leo Liu <sdl.web@gmail.com>
8278
8279 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8280 octave-hide-process-buffer.
8281
8282 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8283
8284 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8285 (bug#14216).
8286
8287 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
8288
8289 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8290 Fix adjustment of offset when receiving incomplete responses from GDB
8291 (bug#14129).
8292
8293 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8296 python-mode-abbrev-table.
8297 (python-skeleton-define): Adjust accordingly.
8298 (python-mode-abbrev-table): New table that inherits from it so that
8299 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8300
8301 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8302 (abbrev-symbol): Use it.
8303 (abbrev--before-point): Use it since we already handle inheritance.
8304
8305 2013-04-16 Leo Liu <sdl.web@gmail.com>
8306
8307 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8308 binding to info-lookup-symbol.
8309
8310 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
8311
8312 * minibuffer.el (completion--twq-all):
8313 * term/ns-win.el (ns-initialize-window-system):
8314 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8315
8316 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8317
8318 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8319 global bindings.
8320
8321 * doc-view.el (doc-view-start-process): Handle url-handler directories.
8322
8323 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
8324
8325 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8326 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8327 to nil.
8328 (ruby-end-of-defun): Remove the unused arg, change the docstring
8329 to reflect that this function is only used as the value of
8330 `end-of-defun-function'.
8331 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8332 to reflect an earlier change that beginning/end-of-defun functions
8333 jump between methods in a class definition, as well as top-level
8334 functions.
8335
8336 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8337
8338 * minibuffer.el (minibuffer-complete): Don't just scroll
8339 a *Completions* that's been iconified.
8340 (minibuffer-force-complete): Make sure repetitions do cycle when going
8341 through completion-in-region -> minibuffer-complete.
8342
8343 2013-04-15 Alan Mackenzie <acm@muc.de>
8344
8345 Correct the placement of c-cpp-delimiters when there're #s not at
8346 col 0.
8347
8348 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8349 place a submatch around the #.
8350 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8351 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
8352 on the #, not BOL.
8353
8354 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * emacs-lisp/nadvice.el: Properly test names when adding advice.
8357 (advice--member-p): New arg `name'.
8358 (advice--add-function, advice-member-p): Use it (bug#14202).
8359
8360 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
8361
8362 Reformulate java imenu-generic-expression.
8363 The old expression contained ill formed regexps.
8364
8365 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8366 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8367 (cc-imenu-java-method-arg-regexp): New defconsts.
8368 (cc-imenu-java-build-type-args-regex): New defun.
8369 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
8370 handling of spaces in the regexp.
8371
8372 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8373
8374 * textmodes/ispell.el (ispell-command-loop): Remove
8375 flyspell highlight of a word when ispell accepts it (bug #14178).
8376
8377 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
8378
8379 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8380 uses code from the previous `ange-ftp-run-real-handler'.
8381 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8382 only in case that function exist. This is needed for proper
8383 unloading of Tramp.
8384
8385 2013-04-15 Tassilo Horn <tsdh@gnu.org>
8386
8387 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8388
8389 * textmodes/reftex.el (reftex-compile-variables): Use it.
8390
8391 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * files.el (normal-mode): Only use default major-mode if no other mode
8394 was specified.
8395
8396 * emacs-lisp/trace.el (trace-values): New function.
8397
8398 * files.el: Allow : in local variables (bug#14089).
8399 (hack-local-variable-regexp): New var.
8400 (hack-local-variables-prop-line, hack-local-variables): Use it.
8401
8402 2013-04-13 Roland Winkler <winkler@gnu.org>
8403
8404 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
8405 data before it gets modified by bibtex-beginning-of-entry.
8406
8407 2013-04-13 Roland Winkler <winkler@gnu.org>
8408
8409 * textmodes/bibtex.el (bibtex-url): Doc fix.
8410
8411 2013-04-13 Roland Winkler <winkler@gnu.org>
8412
8413 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8414 does not visit a BibTeX file, exclude it from the list of buffers
8415 returned by bibtex-initialize.
8416
8417 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
8418
8419 * window.el (split-window): Remove interactive form, since as a
8420 command this function is a special case of split-window-below.
8421 Correct doc string.
8422
8423 2013-04-12 Roland Winkler <winkler@gnu.org>
8424
8425 * faces.el (read-face-name): Do not override value of arg default.
8426 Allow single faces and strings as default values. Remove those
8427 elements from return value that are not faces.
8428 (describe-face): Simplify.
8429 (face-at-point): New optional args thing and multiple so that this
8430 function can provide the same functionality previously provided by
8431 read-face-name.
8432 (make-face-bold, make-face-unbold, make-face-italic)
8433 (make-face-unitalic, make-face-bold-italic, invert-face)
8434 (modify-face, read-face-and-attribute): Use face-at-point.
8435
8436 * cus-edit.el (customize-face, customize-face-other-window)
8437 * cus-theme.el (custom-theme-add-face)
8438 * face-remap.el (buffer-face-set)
8439 * facemenu.el (facemenu-set-face): Use face-at-point.
8440
8441 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
8442
8443 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8444
8445 2013-04-10 Tassilo Horn <tsdh@gnu.org>
8446
8447 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8448 off leading { and trailing } from field values.
8449
8450 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * emacs-lisp/timer.el (timer--check): New function.
8453 (timer--time, timer-set-function, timer-event-handler): Use it.
8454 (timer-set-idle-time): Simplify.
8455 (timer--activate): CSE.
8456 (timer-event-handler): Give more info in error message.
8457 (internal-timer-start-idle): New function, moved from C.
8458
8459 * mpc.el (mpc-proc): Add `restart' argument.
8460 (mpc-proc-cmd): Use it.
8461 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8462 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8463 less often.
8464
8465 2013-04-10 Masatake YAMATO <yamato@redhat.com>
8466
8467 * progmodes/sh-script.el: Implement `sh-mode' own
8468 `add-log-current-defun-function' (bug#14112).
8469 (sh-current-defun-name): New function.
8470 (sh-mode): Use the function.
8471
8472 2013-04-09 Bastien Guerry <bzg@gnu.org>
8473
8474 * simple.el (choose-completion-string): Fix docstring (bug#14163).
8475
8476 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8479
8480 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8481 timer (bug#14156).
8482
8483 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
8484
8485 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8486 declaration.
8487
8488 2013-04-07 Leo Liu <sdl.web@gmail.com>
8489
8490 * pcmpl-x.el: New file.
8491
8492 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
8493
8494 Do not set x-display-name until X connection is established.
8495 This is needed to prevent from weird situation described at
8496 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8497 * frame.el (make-frame): Set x-display-name after call to
8498 window system initialization function, not before.
8499 * term/x-win.el (x-initialize-window-system): Add optional
8500 display argument and use it.
8501 * term/w32-win.el (w32-initialize-window-system):
8502 * term/ns-win.el (ns-initialize-window-system):
8503 * term/pc-win.el (msdos-initialize-window-system):
8504 Add compatible optional display argument.
8505
8506 2013-04-06 Eli Zaretskii <eliz@gnu.org>
8507
8508 * files.el (normal-backup-enable-predicate): On MS-Windows and
8509 MS-DOS compare truenames of temporary-file-directory and of the
8510 file, so that 8+3 aliases (usually found in $TEMP on Windows)
8511 don't fail comparison by compare-strings. Also, compare file
8512 names case-insensitively on MS-Windows and MS-DOS.
8513
8514 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8516 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8517 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
8518
8519 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
8520
8521 * whitespace.el (whitespace-color-on, whitespace-color-off):
8522 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
8523
8524 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
8525
8526 * ispell.el (ispell-set-spellchecker-params):
8527 Really set `ispell-args' for all equivs.
8528
8529 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * ido.el (ido-completions): Use extra elements of ido-decorations
8532 (bug#14143).
8533 (ido-decorations): Update docstring.
8534
8535 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
8536
8537 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8538 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
8539 nil during initialization, in order not to miss changes since the
8540 file was opened. (Bug#14140)
8541
8542 2013-04-05 Leo Liu <sdl.web@gmail.com>
8543
8544 * kmacro.el (kmacro-call-macro): Fix bug#14135.
8545
8546 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
8547
8548 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
8549
8550 2013-04-04 Glenn Morris <rgm@gnu.org>
8551
8552 * electric.el (electric-pair-inhibit-predicate): Add :version.
8553
8554 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8555
8556 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
8557 when a package is required several times (bug#14082).
8558
8559 2013-04-04 Roland Winkler <winkler@gnu.org>
8560
8561 * faces.el (read-face-name): Behave as promised by the docstring.
8562 Assume that arg default is a list of faces.
8563 (describe-face): Call read-face-name with list of default faces.
8564
8565 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8566
8567 * bookmark.el: Fix deletion of bookmarks (bug#13972).
8568 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
8569 (bookmark-bmenu-execute-deletions): Only skip first line if it's
8570 the header.
8571 (bookmark-exit-hook-internal): Save even if list is empty.
8572
8573 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
8574
8575 * emacs-lisp/package.el (package-pinned-packages): New var.
8576 (package--add-to-archive-contents): Obey it (bug#14118).
8577
8578 2013-04-03 Alan Mackenzie <acm@muc.de>
8579
8580 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
8581 Also adapt to the new values of element 7 of a parse state.
8582
8583 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
8584 parameter `not-in-delimiter'. Handle being inside comment opener.
8585 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
8586 character in case we're typing a '*' after a '/'.
8587 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
8588 instead by passing the parameter to c-state-pp-to-literal.
8589
8590 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
8591 for elt. 7 of a parse state.
8592
8593 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
8594
8595 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
8596 * international/latin1-disp.el, international/mule-util.el:
8597 * language/cyril-util.el, language/european.el, language/ind-util.el:
8598 * language/lao-util.el, language/thai.el, language/tibet-util.el:
8599 * language/tibetan.el, language/viet-util.el:
8600 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
8601
8602 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
8605 (electric-pair-post-self-insert-function): Use it.
8606 (electric-pair-default-inhibit): New function, extracted from
8607 electric-pair-post-self-insert-function.
8608
8609 2013-03-31 Roland Winkler <winkler@gnu.org>
8610
8611 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
8612
8613 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8614
8615 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
8616
8617 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
8618
8619 Un-indent after "pass" and "return" statements (Bug#13888)
8620 * progmodes/python.el (python-indent-block-enders): New var.
8621 (python-indent-calculate-indentation): Use it.
8622
8623 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
8624
8625 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
8626 defun. Defining it as defalias could introduce too eager
8627 byte-compiler optimization. (Bug#14030)
8628
8629 2013-03-30 Chong Yidong <cyd@gnu.org>
8630
8631 * iswitchb.el (iswitchb-read-buffer): Fix typo.
8632
8633 2013-03-30 Leo Liu <sdl.web@gmail.com>
8634
8635 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
8636 (kmacro-execute-from-register): Pass the keyboard macro to
8637 kmacro-call-macro or repeating won't work correctly.
8638
8639 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
8640
8641 * progmodes/subword.el: Back to using `forward-symbol'.
8642
8643 * subr.el (forward-whitespace, forward-symbol)
8644 (forward-same-syntax): Move from thingatpt.el.
8645
8646 2013-03-29 Leo Liu <sdl.web@gmail.com>
8647
8648 * kmacro.el (kmacro-to-register): New command.
8649 (kmacro-execute-from-register): New function.
8650 (kmacro-keymap): Bind to 'x'. (Bug#14071)
8651
8652 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8653
8654 * mpc.el: Use defvar-local and setq-local.
8655 (mpc--proc-connect): Connection failures are not bugs.
8656 (mpc-mode-map): `follow-link' only applies to the buffer's content.
8657 (mpc-volume-map): Bind to the up-events.
8658
8659 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8660
8661 * progmodes/subword.el (superword-mode): Use `forward-sexp'
8662 instead of `forward-symbol'.
8663
8664 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
8667 (edebug--recursive-edit): Use it.
8668 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
8669 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
8670
8671 2013-03-28 Leo Liu <sdl.web@gmail.com>
8672
8673 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
8674
8675 2013-03-27 Eli Zaretskii <eliz@gnu.org>
8676
8677 * facemenu.el (list-colors-callback): New defvar.
8678 (list-colors-redisplay): New function.
8679 (list-colors-display): Install list-colors-redisplay as the
8680 revert-buffer-function. (Bug#14063)
8681
8682 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
8685 and suffixes don't overlap (bug#14061).
8686
8687 * case-table.el: Use lexical-binding.
8688 (case-table-get-table): New function.
8689 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
8690
8691 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8692
8693 * progmodes/subword.el: Add `superword-mode' to do word motion
8694 over symbol_words (parallels and leverages `subword-mode' which
8695 does word motion inside MixedCaseWords).
8696
8697 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
8698
8699 * eshell/em-unix.el: Move su and sudo to...
8700 * eshell/em-tramp.el: ...Eshell tramp module.
8701
8702 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
8705 Change return value to be a sexp. Delay `get-buffer' to after
8706 restoring the desktop (bug#13951).
8707
8708 2013-03-26 Leo Liu <sdl.web@gmail.com>
8709
8710 * register.el: Move semantic tag handling back to
8711 cedet/semantic/senator.el. (Bug#14052)
8712
8713 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
8716 into the prompt either (bug#13963).
8717
8718 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
8721 part of "(error-foo)".
8722
8723 2013-03-24 Juri Linkov <juri@jurta.org>
8724
8725 * replace.el (list-matching-lines-prefix-face): New defcustom.
8726 (occur-1): Pass `list-matching-lines-prefix-face' to the function
8727 `occur-engine' if `face-differs-from-default-p' returns t.
8728 (occur-engine): Add `,' inside backquote construct to evaluate
8729 `prefix-face'. Propertize the prefix with the `prefix-face' face.
8730 Pass `prefix-face' to the functions `occur-context-lines' and
8731 `occur-engine-add-prefix'.
8732 (occur-engine-add-prefix, occur-context-lines): Add optional arg
8733 `prefix-face' and propertize the prefix with `prefix-face'.
8734 (Bug#14017)
8735
8736 2013-03-24 Leo Liu <sdl.web@gmail.com>
8737
8738 * nxml/rng-valid.el (rng-validate-while-idle)
8739 (rng-validate-quick-while-idle): Guard against deleted buffer.
8740 (Bug#13999)
8741
8742 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8743 is the last entry in kill-buffer-hook.
8744
8745 * files.el (kill-buffer-hook): Doc fix.
8746
8747 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
8748
8749 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8750 Make it safe-local.
8751
8752 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8753
8754 2013-03-23 Leo Liu <sdl.web@gmail.com>
8755
8756 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8757 Remove.
8758
8759 * nxml/rng-valid.el (rng-validate-mode)
8760 (rng-after-change-function, rng-do-some-validation):
8761 * nxml/rng-maint.el (rng-validate-buffer):
8762 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8763 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8764 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8765 (nxml-extend-after-change-region): Use with-silent-modifications.
8766
8767 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8768 timer-idle-list.
8769
8770 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8771 (rng-next-error-1, rng-previous-error-1): Do not let-bind
8772 timer-idle-list. (Bug#13999)
8773
8774 2013-03-23 Juri Linkov <juri@jurta.org>
8775
8776 * info.el (info-index-match): New face.
8777 (Info-index, Info-apropos-matches): Add a nested subgroup to the
8778 main pattern and add text properties with the new face to matches
8779 in index entries relative to the beginning of the index entry.
8780 (Bug#14015)
8781
8782 2013-03-21 Eric Ludlam <zappo@gnu.org>
8783
8784 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8785 Inhibit read only while inserting objects.
8786
8787 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
8788
8789 * progmodes/cfengine.el: Update docs to mention
8790 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
8791 symbol motion. Remove "_" from the word syntax.
8792
8793 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
8794
8795 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
8796 syntax for both `cfengine2-mode' and `cfengine3-mode'.
8797
8798 2013-03-20 Juri Linkov <juri@jurta.org>
8799
8800 * info.el (Info-next-reference-or-link)
8801 (Info-prev-reference-or-link): New functions.
8802 (Info-next-reference, Info-prev-reference): Use them.
8803 (Info-try-follow-nearest-node): Handle footnote navigation.
8804 (Info-fontify-node): Fontify footnotes. (Bug#13989)
8805
8806 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8807
8808 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
8809 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
8810
8811 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
8812
8813 Suppress unnecessary non-ASCII chatter during build process.
8814 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
8815 (batch-skkdic-convert): Suppress most of the chatter.
8816 It's not needed so much now that machines are faster,
8817 and its non-ASCII component was confusing; see Dmitry Gutov in
8818 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
8819
8820 2013-03-20 Leo Liu <sdl.web@gmail.com>
8821
8822 * ido.el (ido-chop): Fix bug#10994.
8823
8824 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8825
8826 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
8827 Remove vars.
8828 (whitespace-color-on, whitespace-color-off):
8829 Use `font-lock-fontify-buffer' (Bug#13817).
8830
8831 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
8834 remapping in mode-line.
8835 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
8836
8837 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8838
8839 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
8840 value for `whitespace-line' face (Bug#13875).
8841 (whitespace-font-lock-keywords): Change description.
8842 (whitespace-color-on): Don't save `font-lock-keywords' value, save
8843 the constructed keywords instead.
8844 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
8845
8846 2013-03-19 Leo Liu <sdl.web@gmail.com>
8847
8848 * progmodes/compile.el (compilation-display-error): New command.
8849 (compilation-mode-map, compilation-minor-mode-map): Bind it to
8850 C-o. (Bug#13992)
8851
8852 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8853
8854 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8855
8856 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
8857
8858 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8859
8860 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
8861
8862 * net/tramp-compat.el (tramp-compat-user-error): New defun.
8863
8864 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8865 * net/tramp-gvfs.el (top):
8866 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8867 (tramp-handle-shell-command): Use it.
8868 (tramp-dissect-file-name): Raise an error when hostname is a
8869 method name, and neither method nor user is specified.
8870
8871 * net/trampver.el: Update release number.
8872
8873 2013-03-18 Leo Liu <sdl.web@gmail.com>
8874
8875 Make sure eldoc can be turned off properly.
8876 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8877 eldoc-mode.
8878 (eldoc-display-message-p): Revert last change.
8879 (eldoc-display-message-no-interference-p)
8880 (eldoc-print-current-symbol-info): Tweak.
8881
8882 2013-03-18 Tassilo Horn <tsdh@gnu.org>
8883
8884 * doc-view.el (doc-view-new-window-function): Check the new window
8885 overlay's display property instead the char property of the
8886 buffer's first char. Use `with-selected-window' instead of
8887 `save-window-excursion' with `select-window'.
8888 (doc-view-document->bitmap): Check the current doc-view overlay's
8889 display property instead the char property of the buffer's first char.
8890
8891 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8892
8893 Automate the build of ja-dic.el (Bug#13984).
8894 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8895 from the input, rather than assume that it's been done for us by the
8896 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
8897 the current date into a ja-dic.el comment, as that complicates
8898 regression testing.
8899
8900 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * whitespace.el: Fix double evaluation.
8903 (whitespace-space, whitespace-hspace, whitespace-tab)
8904 (whitespace-newline, whitespace-trailing, whitespace-line)
8905 (whitespace-space-before-tab, whitespace-indentation)
8906 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8907 obsolete defvars.
8908 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8909 (whitespace-color-on): Use a single font-lock-add-keywords call.
8910 Fix double-evaluation of face variables.
8911
8912 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
8913
8914 * net/tramp-adb.el (tramp-adb-parse-device-names):
8915 Use `start-process' instead of `call-process'. Otherwise, the
8916 function might be blocked under MS Windows. (Bug#13299)
8917
8918 2013-03-17 Leo Liu <sdl.web@gmail.com>
8919
8920 Extend eldoc to display info in the mode-line. (Bug#13978)
8921 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8922 (eldoc-mode-line-string): New variable.
8923 (eldoc-minibuffer-message): New function.
8924 (eldoc-message-function): New variable.
8925 (eldoc-message): Use it.
8926 (eldoc-display-message-p)
8927 (eldoc-display-message-no-interference-p):
8928 Support eldoc-post-insert-mode.
8929
8930 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8931 (eval-expression): Run it.
8932
8933 2013-03-17 Roland Winkler <winkler@gnu.org>
8934
8935 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8936 strings in the list of return values.
8937
8938 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8939
8940 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8941 radix before checking for HMS forms.
8942
8943 2013-03-16 Leo Liu <sdl.web@gmail.com>
8944
8945 * progmodes/scheme.el: Add indentation and font-locking for λ.
8946 (Bug#13975)
8947
8948 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
8949
8950 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8951 token before point (bug#13942).
8952
8953 2013-03-16 Leo Liu <sdl.web@gmail.com>
8954
8955 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
8956
8957 2013-03-16 Eli Zaretskii <eliz@gnu.org>
8958
8959 * startup.el (command-line-normalize-file-name): Fix handling of
8960 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
8961 <xfq.free@gmail.com> in
8962 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8963
8964 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
8965
8966 Sync with Tramp 2.2.7.
8967
8968 * net/trampver.el: Update release number.
8969
8970 2013-03-14 Tassilo Horn <tsdh@gnu.org>
8971
8972 * doc-view.el: Fix bug#13887.
8973 (doc-view-insert-image): Don't modify overlay associated to
8974 non-live windows, and implement horizontal centering of image in
8975 case it's smaller than the window.
8976 (doc-view-new-window-function): Force redisplay of new windows on
8977 doc-view buffers.
8978
8979 2013-03-13 Karl Fogel <kfogel@red-bean.com>
8980
8981 * saveplace.el (save-place-alist-to-file): Don't sort
8982 `save-place-alist', just pretty-print it (bug#13882).
8983
8984 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
8985
8986 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8987 Check whether `default-file-name-coding-system' is bound.
8988 It isn't in XEmacs.
8989
8990 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8993 backquotes for `obsolete' (bug#13929).
8994
8995 * international/mule.el (find-auto-coding): Include file name in
8996 obsolescence warning (bug#13922).
8997
8998 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8999
9000 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
9001 for CFEngine 3-specific indentation.
9002 (cfengine3-indent-line): Use it. Fix up category regex.
9003 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
9004
9005 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9006
9007 * type-break.el (type-break-file-name):
9008 * textmodes/remember.el (remember-data-file):
9009 * strokes.el (strokes-file):
9010 * shadowfile.el (shadow-initialize):
9011 * saveplace.el (save-place-file):
9012 * ps-bdf.el (bdf-cache-file):
9013 * progmodes/idlwave.el (idlwave-config-directory):
9014 * net/quickurl.el (quickurl-url-file):
9015 * international/kkc.el (kkc-init-file-name):
9016 * ido.el (ido-save-directory-list-file):
9017 * emulation/viper.el (viper-custom-file-name):
9018 * emulation/vip.el (vip-startup-file):
9019 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
9020 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
9021
9022 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
9023
9024 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
9025 * language/thai-word.el: Switch to UTF-8.
9026
9027 See ChangeLog.16 for earlier changes.
9028
9029 ;; Local Variables:
9030 ;; coding: utf-8
9031 ;; End:
9032
9033 Copyright (C) 2011-2013 Free Software Foundation, Inc.
9034
9035 This file is part of GNU Emacs.
9036
9037 GNU Emacs is free software: you can redistribute it and/or modify
9038 it under the terms of the GNU General Public License as published by
9039 the Free Software Foundation, either version 3 of the License, or
9040 (at your option) any later version.
9041
9042 GNU Emacs is distributed in the hope that it will be useful,
9043 but WITHOUT ANY WARRANTY; without even the implied warranty of
9044 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9045 GNU General Public License for more details.
9046
9047 You should have received a copy of the GNU General Public License
9048 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.