Remove unnecessary @refill.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
df74c4be
SM
12013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
c6dab55f
SM
3 * textmodes/remember.el (remember-diary-extract-entries):
4 Avoid add-to-list.
5
df74c4be
SM
6 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7 an instruction.
8
8c1ae481
DG
92013-10-21 Dmitry Gutov <dgutov@yandex.ru>
10
cfef16c0
DG
11 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
12 (ruby-smie--implicit-semi-p): Add new operator chars.
13
8c1ae481
DG
14 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
15 `smie-down-list'.
16 (ruby-smie--args-separator-p): Check that there's no newline
17 between method call and its arguments.
18
87756ca9
AM
192013-10-20 Alan Mackenzie <acm@muc.de>
20
21 Allow comma separated lists after Java "implements".
22
df74c4be
SM
23 * progmodes/cc-engine.el (c-backward-over-enum-header):
24 Parse commas.
87756ca9
AM
25 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
26 from a "disallowed" list in enum fontification.
27
c25f8957
JB
282013-10-20 Johan Bockgård <bojohan@gnu.org>
29
df74c4be 30 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 31
c25f8957
JB
32 * progmodes/verilog-mode.el (verilog-mode): Don't set
33 comment-indent-function globally.
34
aca5fcdc
JD
352013-10-20 Jan Djärv <jan.h.d@swipnet.se>
36
5f161884
JD
37 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
38 Move Info menu item creation to ns-win.el.
39
40 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
41 in menu bar.
42
aca5fcdc
JD
43 * menu-bar.el: Move GNUStep specific menus...
44
45 * term/ns-win.el (ns-initialize-window-system): ... to here.
46
914b7f98
SM
472013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * simple.el (newline): Only run post-self-insert-hook when
50 called interactively.
51
846ffe77
JB
522013-10-19 Johan Bockgård <bojohan@gnu.org>
53
54 * icomplete.el (icomplete-with-completion-tables): Add :version.
55
033f22dd
AM
562013-10-19 Alan Mackenzie <acm@muc.de>
57
58 Fix fontification bugs with constructors and const.
59
60 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
61 CASE 2) Remove the check for the absence of a suffix construct
62 after a function declaration with only types (no identifiers) in
63 the parentheses. Also, accept a function declaration with just a
64 type inside the parentheses, if this type can be positively
65 recognised as such, or if a prefix keyword like "explicit" nails
66 down the construct as a declaration.
67
58ce0cfc
EZ
682013-10-19 Eli Zaretskii <eliz@gnu.org>
69
70 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
71 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
72 the problem whereby selecting a menu item that leads to a
73 minibuffer prompt moves the cursor out of the minibuffer window,
74 making it hard to type at the prompt. Suggested by Stefan Monnier
75 <monnier@iro.umontreal.ca>.
76
50e28e7d
JD
772013-10-19 Jan Djärv <jan.h.d@swipnet.se>
78
79 * menu-bar.el: Don't make Services menu.
80
7deed4bf
RS
812013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
82
83 * ffap.el: Handle "/usr/include/c++/<version>" directories.
84 (ffap-alist): Use ffap-c++-mode for c++-mode.
85 (ffap-c++-path): New variable.
86 (ffap-c++-mode): New function.
87
7bcb455b
JVJ
882013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
89
90 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
91
f0ff1cd5
MA
922013-10-18 Michael Albinus <michael.albinus@gmx.de>
93
94 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
95 introduced on 2013-09-08, which results in an infinite loop
96 requesting a password.
97
d64da4b7
GM
982013-10-18 Glenn Morris <rgm@gnu.org>
99
100 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
101
ea89ff08
WS
1022013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
103
104 Sync with upstream verilog-mode revision 1a6ecec7.
105 * progmodes/verilog-mode.el (verilog-mode-version): Update.
106 (verilog-mode-release-date): Remove.
107 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
108 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
109 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
110 (verilog-auto-tieoff-ignore-regexp)
111 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
112 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
113 (verilog-signals-with, verilog-dir-cache-preserving)
114 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
115 Doc fixes.
116 (verilog-case-fold): New option, to control case folding in
117 regexp searches, bug597.
118 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
119 (verilog-string-match-fold, verilog-in-paren-count)
120 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
121 (verilog-at-close-struct-p): New functions.
122 (verilog-beg-block-re-ordered, verilog-extended-case-re)
123 (verilog-forward-sexp, verilog-set-auto-endcomments):
124 (verilog-leap-to-case-head): Handle "unique0" case.
125 (verilog-in-constraint-re): New constant.
126 (verilog-keywords, verilog-type-font-keywords):
127 Add some SystemVerilog 1800-2012 keywords.
128 (verilog-label-be): Remove unimplemented argument, bug669.
129 (verilog-batch-execute-func): When batch expanding clear
130 create-lockfiles to prevent spurious user locks when a file ends
131 up not changing.
132 (verilog-calculate-indent, verilog-calc-1)
133 (verilog-at-close-constraint-p, verilog-at-constraint-p)
134 (verilog-do-indent): Fix indentation of nested constraints
135 and structures.
136 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
137 (verilog-auto-inst-param): Use verilog-string-match-fold.
138 (verilog-read-inst-module-matcher):
139 Fix AUTOINST on gate primitives with #1.
140 (verilog-read-decls): Fix double-declaring user-defined typed signals.
141 Reads all user-defined typed variables.
142 (verilog-read-defines): Fix reading definitions inside comments, bug647.
143 (verilog-signals-matching-regexp)
144 (verilog-signals-not-matching-regexp, verilog-auto):
145 Respect verilog-case-fold.
146 (verilog-diff-report): Fix line count.
147 (verilog-auto-assign-modport): Remove unused local `modi'.
148 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
149 better handle multidimensional arrays.
150 Fix packed array ports misadding bit index in AUTOINST, bug637.
151 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
152 to not double-declare existing outputs and inputs, respectively.
153 (verilog-template-map): Bind U to verilog-sk-uvm-component.
154 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
155 (verilog-sk-uvm-component): New skeleton.
156 (verilog-submit-bug-report): Add verilog-case-fold,
157 remove verilog-mode-release-date.
158
ef566920
BR
1592013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
160
161 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
162 as before.
163
29df8a0b
RT
1642013-10-18 Reuben Thomas <rrt@sc3d.org>
165
166 * textmodes/remember.el (remember): set buffer-offer-save in
167 remember buffers (bug#13566).
168
04a19a79
DC
1692013-10-18 Daniel Colascione <dancol@dancol.org>
170
171 When evaluating forms in ielm, direct standard output to ielm
172 buffer. Add new ielm-return-for-effect command. Remove trailing
173 whitespace throughout.
174
175 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
176 (ielm-return-for-effect): New command.
177 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
178 (ielm-eval-input): Accept optional `for-effect' parameter.
179 Bind `standard-output' to stream we create using
04a19a79
DC
180 `ielm-standard-output-impl'. Suppress printing result when
181 `for-effect'.
182 (ielm-standard-output-impl): New function.
183 (inferior-emacs-lisp-mode): Explain new features in documentation.
184
4c1f03ef
MA
1852013-10-17 Michael Albinus <michael.albinus@gmx.de>
186
187 Code cleanup.
188
189 * net/tramp.el (tramp-debug-message): Do not check for connection
190 buffer.
191 (tramp-message): Use "vector" connection property.
192
193 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
194 (tramp-equal-remote, tramp-eshell-directory-change)
195 * net/tramp-adb.el (tramp-adb-handle-copy-file)
196 (tramp-adb-handle-rename-file)
197 * net/tramp-cmds.el (tramp-list-remote-buffers)
198 (tramp-cleanup-connection, tramp-cleanup-this-connection)
199 * net/tramp-compat.el (tramp-compat-process-running-p)
200 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
201 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
202 (tramp-gvfs-handle-rename-file)
203 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
204 (tramp-set-file-uid-gid)
205 * net/tramp-smb.el (tramp-smb-handle-copy-file)
206 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
207 of `file-remote-p'.
208
209 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
210 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
211 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
212 (tramp-gw-open-network-stream): Suppress unrelated traces.
213
214 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
215 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
216 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
217 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
218 connection property.
219
220 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 221 persistency file.
4c1f03ef
MA
222
223 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
224 Refactor common code. Improve debug message.
225 (tramp-maybe-open-connection)
226 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
227 connection buffer too early.
228
229 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
230 from `tramp-smb-actions-with-acl'.
231 (tramp-smb-actions-set-acl): New defconst.
232 (tramp-smb-handle-copy-directory)
233 (tramp-smb-action-get-acl): New defun, renamed from
234 `tramp-smb-action-with-acl'.
235 (tramp-smb-action-set-acl): New defun.
236 (tramp-smb-handle-set-file-acl): Rewrite.
237
642eb8b6
GM
2382013-10-17 Glenn Morris <rgm@gnu.org>
239
240 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
241
85527ff3
SM
2422013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
243
921c1d62
SM
244 * skeleton.el (skeleton-newline): Remove.
245 (skeleton-internal-1): Use (insert "\n") instead.
246
e333fb10
SM
247 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
248 let-bindings.
249
85527ff3
SM
250 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
251 forward-sexp-function while we redo its job (bug#15613).
252
c8722a97
JB
2532013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
254
255 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
256 represented by lists.
257
7a550bbb
GM
2582013-10-16 Glenn Morris <rgm@gnu.org>
259
260 * tmm.el (tmm--history): New dynamic variable.
261 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
262
f19da8ad
MA
2632013-10-16 Michael Albinus <michael.albinus@gmx.de>
264
265 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
266 (tramp-smb-errors): Add error messages.
267 (tramp-smb-actions-with-acl): New defconst.
268 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
269 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
270 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
271 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
272 (tramp-smb-get-stat-capability): Fix tests.
273
a24b9961
DK
2742013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
275
276 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
277 (bug#15580).
278
62ad85e6
GM
2792013-10-16 Glenn Morris <rgm@gnu.org>
280
0283d6b0
GM
281 * ansi-color.el (ansi-color-drop-regexp):
282 Add 1J, 1K, 2K. (Bug#15617)
283
012e2f9f
GM
284 * files.el (hack-local-variables--warned-lexical): New.
285 (hack-local-variables):
286 Warn about misplaced lexical-binding. (Bug#15616)
287
62ad85e6
GM
288 * net/eww.el (eww-render): Always set eww-current-url,
289 and update header line. (Bug#15622)
290 (eww-display-html): ... Rather than just doing it here.
291
6456c0ea
EZ
2922013-10-15 Eli Zaretskii <eliz@gnu.org>
293
294 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
295 menu navigations commands.
296
c2de5588
DK
2972013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
298
299 * progmodes/subword.el (subword-capitalize): Be careful when
300 the search for [[:alpha:]] fails (bug#15580).
301
ccd4a783
EZ
3022013-10-14 Eli Zaretskii <eliz@gnu.org>
303
304 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
305 to commands that scroll the menu.
306
1eda1d8d
DG
3072013-10-14 Dmitry Gutov <dgutov@yandex.ru>
308
c2de5588
DK
309 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
310 Handle methods ending with `?' and `!'.
1eda1d8d 311
e70181b8
AM
3122013-10-14 Akinori MUSHA <knu@iDaemons.org>
313
314 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
315 `japanese-cp932' to `cp932' to fix the problem where saving a
316 source file written in Shift_JIS twice would end up having
317 `coding: japanese-cp932' which Ruby could not recognize.
318 (ruby-mode-set-encoding): Add support for encodings mapped to nil
319 in `ruby-encoding-map'.
320 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
321 doesn't need to be explicitly declared in magic comment.
322 (ruby-encoding-map): Add type declaration for better customize UI.
323
9148ee92
GM
3242013-10-13 Glenn Morris <rgm@gnu.org>
325
a5d38e34
GM
326 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
327 Occur buffers are read-only. http://bugs.debian.org/720775
328
9148ee92
GM
329 * emacs-lisp/authors.el (authors-fixed-entries):
330 Comment out old alpha stuff.
331
a9ba094b
DG
3322013-10-13 Dmitry Gutov <dgutov@yandex.ru>
333
334 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
335 to `after-save-hook' instead of `before-save-hook'.
336 (ruby-mode-set-encoding): Use the value of coding system used to
337 write the file. Call `basic-save-buffer-1' after modifying the
338 buffer.
339
7a068717
AM
3402013-10-13 Alan Mackenzie <acm@muc.de>
341
342 Fix indentation/fontification of Java enum with
343 "implements"/generic.
344
c2de5588
DK
345 * progmodes/cc-engine.el (c-backward-over-enum-header):
346 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
347 (c-inside-bracelist-p): Uses new function above.
348 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
349 function above.
350 (c-font-lock-enum-tail): Uses new function above.
351
85b64f02
KH
3522013-10-13 Kenichi Handa <handa@gnu.org>
353
354 * international/mule-cmds.el (select-safe-coding-system): Remove a
355 superfluous condition in chekcing whether a coding system is safe
356 or not.
357
fc7f501b
OK
3582013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
359
360 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
361
fdcb2049
AP
3622013-10-13 Andreas Politz <politza@hochschule-trier.de>
363
364 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
365
8c106d17
GM
3662013-10-13 Glenn Morris <rgm@gnu.org>
367
feab892d
GM
368 * menu-bar.el (menu-bar-update-buffers):
369 Unify Buffers menu prompt string. (Bug#15576)
370
b22d0686
GM
371 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
372
8c106d17
GM
373 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
374 Add some entries.
375 (authors-fixed-entries): Use accented form of name.
376
1b12c797
SM
3772013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
378
650fa7bf 379 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 380 method calls (bug#15594).
650fa7bf
SM
381 (ruby-smie--args-separator-p): New function.
382 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
383 recognize paren-free method calls.
384
1b12c797
SM
385 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
386 internals of universal-argument.
387
029619c8
EZ
3882013-10-11 Eli Zaretskii <eliz@gnu.org>
389
390 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
391 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
392 dropped menu on second mouse click on the menu bar.
029619c8 393
dd070019
SM
3942013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
397 (explicit-shell-file-name): Declare.
398 (sh--vars-before-point, sh--cmd-completion-table): New functions.
399 (sh-completion-at-point-function): New function.
400 (sh-mode): Use it.
401 (sh-smie--keyword-p): Remove unused argument.
402 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
403 vars.
404 (sh-set-shell): Always setup SMIE, even if we use the
405 old indentation code.
406
0922b826
DG
4072013-10-11 Dmitry Gutov <dgutov@yandex.ru>
408
b68e2926
DG
409 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
410 cases of ? and =.
411 (ruby-smie-rules): Simplify the "do" rule. The cases when the
412 predicate would return nil are almost non-existent.
413 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
414
0922b826
DG
415 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
416 cache also after commands that modify the buffer but don't move
417 point.
418
ee041f2d
SM
4192013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * env.el (substitute-env-in-file-name): New function.
422 (substitute-env-vars): Extend the meaning of the optional arg.
423
a5dab159
EZ
4242013-10-10 Eli Zaretskii <eliz@gnu.org>
425
426 * term/w32-win.el (dynamic-library-alist): Define separate lists
427 of GIF DLLs for versions before and after 5.0.0 of giflib.
428 (Bug#15531)
429
db138698
JT
4302013-10-10 João Távora <joaotavora@gmail.com>
431
432 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
433 not locked, use last revision and current source as
434 defaults. (Bug#15569)
435
2f6e161e
MY
4362013-10-10 Masatake YAMATO <yamato@redhat.com>
437
438 * menu-bar.el (menu-bar-open): Don't use popup-menu if
439 menu-bar is hidden.
440
6c8413fc
MR
4412013-10-10 Martin Rudalics <rudalics@gmx.at>
442
443 * window.el (pop-to-buffer-same-window): Fix doc-string.
444 (Bug#15492)
445
20832de0
SM
4462013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
447
448 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
449
c6e8ae77
AC
4502013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
451
452 * calendar/icalendar.el (icalendar-import-file):
453 Fix interactive spec. (Bug#15482)
454
9db13baf
GM
4552013-10-10 Glenn Morris <rgm@gnu.org>
456
9271e90e
GM
457 * desktop.el (desktop-save): Default to saving in .emacs.d,
458 since PWD is no longer in desktop-path by default. (Bug#15319)
459
9db13baf
GM
460 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
461 now that text mode has a menu with the same entry.
462 (menu-bar-text-mode-auto-fill): Remove now unused func.
463 * textmodes/text-mode.el (text-mode-map):
464 Use auto-fill help text from menu-bar.el.
465
a066720c
JA
4662013-10-10 John Anthony <john@jo.hnanthony.com> (tiny change)
467
468 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
469
2edcd3c7
JL
4702013-10-09 Juri Linkov <juri@jurta.org>
471
472 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
473 instead of this-command-keys. Add universal-argument-more and
474 universal-argument-minus to the list of prefix commands. (Bug#15568)
475
574411d0
GM
4762013-10-09 Glenn Morris <rgm@gnu.org>
477
14afa541
GM
478 * vc/vc-svn.el (vc-svn-create-repo):
479 Expand paths in file://... url. (Bug#15446)
480
574411d0
GM
481 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
482 Add some entries.
483 (authors): Remove unused local variables.
484
79804536
SM
4852013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
486
487 * profiler.el: Create a more coherent calltree from partial backtraces.
488 (profiler-format): Hide the tail with `invisible' so that C-s can still
489 find the hidden elements.
490 (profiler-calltree-depth): Don't recurse so enthusiastically.
491 (profiler-function-equal): New hash-table-test.
492 (profiler-calltree-build-unified): New function.
493 (profiler-calltree-build): Use it.
494 (profiler-report-make-name-part): Indent the calltree less.
495 (profiler-report-mode): Add visibility specs for profiler-format.
496 (profiler-report-expand-entry, profiler-report-toggle-entry):
497 Expand the whole subtree when provided with a prefix arg.
498
238150c8
DG
4992013-10-09 Dmitry Gutov <dgutov@yandex.ru>
500
501 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
502 iuwu-mod token.
503 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
504 hanging iuwu-mod token.
505 (ruby-smie--forward-token): Do not include a dot after a token in
506 that token.
507 (ruby-smie--backward-token): Likewise.
508
b0949cc4
JL
5092013-10-08 Juri Linkov <juri@jurta.org>
510
511 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
512 to isearch-other-control-char.
513 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
514 and isearch-post-command-hook to post-command-hook.
515 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
516 and isearch-post-command-hook from post-command-hook.
517 (isearch-unread-key-sequence)
518 (isearch-reread-key-sequence-naturally)
519 (isearch-lookup-scroll-key, isearch-other-control-char)
520 (isearch-other-meta-char): Remove functions.
521 (isearch-pre-command-hook, isearch-post-command-hook):
522 New functions based on isearch-other-meta-char rewritten
523 relying on the new behavior of overriding-terminal-local-map
524 that does not replace the local keymaps any more. (Bug#15200)
525
4ed77415
EZ
5262013-10-08 Eli Zaretskii <eliz@gnu.org>
527
528 Support menus on text-mode terminals.
529 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
530 functionality.
531
532 * tooltip.el (tooltip-mode): Don't error out on TTYs.
533
c2de5588
DK
534 * menu-bar.el (popup-menu, popup-menu-normalize-position):
535 Move here from mouse.el.
4ed77415
EZ
536 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
537 and arrow keys.
538 (tty-menu-navigation-map): New map for TTY menu navigation.
539
540 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
541
542 * frame.el (display-mouse-p): Report text-mode mouse as available
543 on w32.
544 (display-popup-menus-p): Report availability if mouse is
545 available; don't condition on window-system.
546
547 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
548 (tty-menu-selected-face): New faces.
549
b7d5bd82
TL
5502013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
551
06286513
SM
552 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
553 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
554 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
555 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
556 New constants.
557 (lisp-mode-variables): New `elisp' argument.
558 (emacs-lisp-mode): Use it.
559 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
560 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
561
b7d5bd82
TL
562 * indent.el: Use lexical-binding.
563 (indent-region): Add progress reporter.
564 (tab-stop-list): Make it implicitly extend to infinity by repeating the
565 last step.
566 (indent--next-tab-stop): New function to implement this behavior.
567 (tab-to-tab-stop, move-to-tab-stop): Use it.
568
5692013-10-08 Teemu Likonen <tlikonen@iki.fi>
570
571 * indent.el (indent-rigidly--current-indentation): New function.
572 (indent-rigidly-map): New var.
573 (indent-rigidly): Use it to provide interactive mode (bug#8196).
574
5ea75d23
BG
5752013-10-08 Bastien Guerry <bzg@gnu.org>
576
577 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
578
cc5da1ec
SM
5792013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
580
8ffa1a0b
SM
581 * progmodes/perl-mode.el: Use lexical-binding.
582 Remove redundant :group args.
583 (perl-nochange): Change default to be closer to other major modes's
584 standard behavior.
585 (perl-indent-line): Don't consider text on current line as a
586 valid beginning of function from which to indent.
587
f2223371
SM
588 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
589 with more than one argument (bug#15538).
590
44256060
SM
591 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
592
cc5da1ec
SM
593 * vc/pcvs.el: Use lexical-binding.
594 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
595 environment of `eval'.
596 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
597 than a list of expressions. Adjust callers.
598 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
599
0ea1599d
DG
6002013-10-07 Dmitry Gutov <dgutov@yandex.ru>
601
602 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 603 case of the dot in a chained method call being on the following line.
0ea1599d 604
da3e5ebb
SM
6052013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
606
2abb4e65
SM
607 * electric.el (electric-indent-inhibit): New var.
608 (electric-indent-post-self-insert-function): Use it.
609 * progmodes/python.el (python-mode): Set it.
610
d2e0e795
SM
611 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
612 open braces.
613
614 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
615
bdc6b4c8
SM
616 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
617 (css-mode): Use electric-indent-chars.
618
da3e5ebb
SM
619 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
620 (font-lock-beg, font-lock-end): Move before first use.
621 (nxml-mode): Use syntax-propertize-function.
622 (nxml-after-change, nxml-after-change1): Adjust accordingly.
623 (nxml-extend-after-change-region): Remove.
624 * nxml/xmltok.el: Use lexical-binding.
625 (xmltok-save): Use `declare'.
626 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
627 * nxml/nxml-util.el: Use lexical-binding.
628 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
629 Use `declare'.
630 * nxml/nxml-ns.el: Use lexical-binding.
631 (nxml-ns-save): Use `declare'.
632 (nxml-ns-prefixes-for): Avoid add-to-list.
633 * nxml/rng-match.el: Use lexical-binding.
634 (rng--ipattern): Use cl-defstruct.
635 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
636 (rng-cons-group-after, rng-subst-group-after)
637 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
638 Use closures instead of `(lambda...).
639
f8f91d5d
MA
6402013-10-07 Michael Albinus <michael.albinus@gmx.de>
641
642 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
643 of BEG and END.
644
da3e5ebb
SM
645 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
646 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
647 (tramp-gvfs-handle-insert-file-contents): Remove function.
648
da3e5ebb
SM
649 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
650 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
651
652 * net/trampver.el: Update release number.
653
7ccae3b1
SM
6542013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
655
55ca2c0d
SM
656 * progmodes/compile.el (compilation-parse-errors):
657 Use compilation--put-prop.
658 (compilation--ensure-parse): Check compilation-multiline.
659
731fc3ae
SM
660 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
661
da3e5ebb
SM
662 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
663 lexical-binding.
a5833280 664
2e7ba2c2
SM
665 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
666
7ccae3b1
SM
667 * progmodes/ruby-mode.el: Fix recently added tests.
668 (ruby-smie-grammar): Add - and +.
669 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
670 (ruby-smie--backward-id): New functions.
671 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
672 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
673 any more.
674
85698d63
LL
6752013-10-07 Leo Liu <sdl.web@gmail.com>
676
677 * register.el (register-preview-delay)
678 (register-preview-functions): New variables.
679 (register-read-with-preview, register-preview)
680 (register-describe-oneline): New functions.
681 (point-to-register, window-configuration-to-register)
682 (frame-configuration-to-register, jump-to-register)
683 (number-to-register, view-register, insert-register)
684 (copy-to-register, append-to-register, prepend-to-register)
685 (copy-rectangle-to-register): Use register-read-with-preview to
686 read register. (Bug#15525)
687
3986af6c
DS
6882013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
689
690 * net/network-stream.el (network-stream-open-starttls): Don't add
691 --insecure if it's already present, because that gnutls-cli
692 rejects getting that parameter twice.
693
5cd9cda9
DG
6942013-10-06 Dmitry Gutov <dgutov@yandex.ru>
695
696 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
697 keyword, too.
698
da9ea6d9
DG
6992013-10-05 Dmitry Gutov <dgutov@yandex.ru>
700
701 * newcomment.el (comment-use-global-state): Change default value
702 to t, mark obsolete (Bug#15251).
703 (comment-beginning): In addition to `comment-to-syntax', check the
704 value of `comment-use-global-state'.
705
34d1a133
SM
7062013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
709 (ruby-comment-column): Follow the global default, by default.
710 (ruby-smie-grammar): Add assignment syntax.
711 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
712 open-paren, a comma, or a \.
713 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
714 and line continuations.
715 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
716 followed by implicit semi-colons. Add rule for string concatenation
717 and for indentation at BOB.
718 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
719
720 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
721 calling next-sexp, since next-token may have skipped chars which
722 next-sexp doesn't know should be skipped!
723
6f6ab820
LL
7242013-10-05 Leo Liu <sdl.web@gmail.com>
725
34d1a133
SM
726 * progmodes/octave.el (octave-send-region):
727 Call compilation-forget-errors.
6f6ab820 728
34ca0f4c
XF
7292013-10-04 Xue Fuqiao <xfq.free@gmail.com>
730
731 * vc/vc-svn.el (vc-svn-find-admin-dir):
732 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
733 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
734 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
735 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
736
a27c1b72
SM
7372013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
740
258ab3bc
SM
7412013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * subr.el (read-passwd): Hide chars even when called within a context
744 where after-change-functions is disabled (bug#15501).
745 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
746 until we removed ourself from overriding-terminal-local-map.
747
939fb29c
LL
7482013-10-04 Leo Liu <sdl.web@gmail.com>
749
258ab3bc
SM
750 * progmodes/octave.el (inferior-octave-mode):
751 Call compilation-forget-errors.
939fb29c 752
63bd7f35
XF
7532013-10-04 Xue Fuqiao <xfq.free@gmail.com>
754
755 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
756
9e6229fa
MA
7572013-10-04 Michael Albinus <michael.albinus@gmx.de>
758
759 * net/secrets.el (secrets-create-collection): Add optional
760 argument ALIAS. Use proper Label keyword. Append ALIAS as
761 dbus-call-method argument. (Bug#15516)
762
1dab32a3
LL
7632013-10-04 Leo Liu <sdl.web@gmail.com>
764
765 * progmodes/octave.el (inferior-octave-error-regexp-alist)
766 (inferior-octave-compilation-font-lock-keywords): New variables.
767 (compilation-error-regexp-alist)
768 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
769 (inferior-octave-mode): Use compilation-shell-minor-mode.
770
6cad7ba3
JS
7712013-10-04 Jorgen Schaefer <forcer@forcix.cx>
772
773 * minibuffer.el (completion--replace): Be careful that `end' might be
774 a marker.
775
acbadd00
DU
7762013-10-03 Daiki Ueno <ueno@gnu.org>
777
778 Add support for package signature checking.
779 * emacs-lisp/package.el (url-http-file-exists-p)
780 (epg-make-context, epg-context-set-home-directory)
781 (epg-verify-string, epg-context-result-for)
782 (epg-signature-status, epg-signature-to-string)
783 (epg-check-configuration, epg-configuration)
784 (epg-import-keys-from-file): Declare.
785 (package-check-signature): New user option.
786 (package-unsigned-archives): New user option.
787 (package-desc): Add `signed' field.
788 (package-load-descriptor): Set `signed' field if .signed file exists.
789 (package--archive-file-exists-p): New function.
790 (package--check-signature): New function.
791 (package-install-from-archive): Check package signature.
792 (package--download-one-archive): Check archive signature.
793 (package-delete): Remove .signed file.
794 (package-import-keyring): New command.
795 (package-refresh-contents): Import default keyring.
796 (package-desc-status): Add "unsigned" status.
797 (describe-package-1, package-menu--print-info)
798 (package-menu-mark-delete, package-menu--find-upgrades)
799 (package-menu--status-predicate): Support "unsigned" status.
800
adf2aa61
SM
8012013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
804 the new compilation scheme using the new byte-codes.
805
806 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
807 (byte-pophandler): New byte codes.
808 (byte-goto-ops): Adjust accordingly.
809 (byte-compile--use-old-handlers): New var.
810 (byte-compile-catch): Use new byte codes depending on
811 byte-compile--use-old-handlers.
812 (byte-compile-condition-case--old): Rename from
813 byte-compile-condition-case.
814 (byte-compile-condition-case--new): New function.
815 (byte-compile-condition-case): New function that dispatches depending
816 on byte-compile--use-old-handlers.
817 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
818 when we can.
819
820 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
821 Optimize under `condition-case' and `catch' if
822 byte-compile--use-old-handlers is nil.
823 (disassemble-offset): Handle new bytecodes.
824
328a8179
SM
8252013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
826
827 * subr.el (error): Use `declare'.
828 (decode-char, encode-char): Use advertised-calling-convention instead
829 of the docstring to discourage use of the `restriction' arg.
830
15a1e936
DU
8312013-10-03 Daiki Ueno <ueno@gnu.org>
832
833 * epg.el (epg-verify-file): Add a comment saying that it does not
834 notify verification error as a return value nor a signal.
835 (epg-verify-string): Ditto.
836
376f862a
KR
8372013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
838
839 * progmodes/compile.el (compilation-start): Try globbing the arg to
840 `cd' (bug#15417).
841
a2f93a5f
MA
8422013-10-02 Michael Albinus <michael.albinus@gmx.de>
843
844 Sync with Tramp 2.2.8.
845
846 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
847 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
848 * net/trampver.el: Update release number.
849
0daa0804
JD
8502013-10-01 Jan Djärv <jan.h.d@swipnet.se>
851
852 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
853 and default-process-coding-system for darwin only.
854
abd1ae34
SM
8552013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
858
be4e325d
MH
8592013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
860
861 * vc/vc-git.el (vc-git-grep): Disable pager.
862
e9155c4a
DG
8632013-10-01 Dmitry Gutov <dgutov@yandex.ru>
864
494e898b
DG
865 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
866 Use :url instead of :homepage, as per
867 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
868
e9155c4a
DG
869 * newcomment.el (comment-beginning): When `comment-use-syntax' is
870 non-nil, use `syntax-ppss' (Bug#15251).
871
481a8e0f
RS
8722013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
873
be4e325d
MH
874 * progmodes/octave.el (inferior-octave-startup-file):
875 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 876
056453c6
DG
8772013-09-29 Dmitry Gutov <dgutov@yandex.ru>
878
be4e325d
MH
879 * emacs-lisp/package.el (package-desc-from-define):
880 Accept additional arguments as plist, convert them to an alist and store
881 them in the `extras' slot.
056453c6
DG
882 (package-generate-description-file): Convert extras alist back to
883 plist and append to the `define-package' form arguments.
884 (package--alist-to-plist): New function.
885 (package--ac-desc): Add `extras' slot.
886 (package--add-to-archive-contents): Check if the archive-contents
887 vector is long enough, and if it is, pass its `extras' slot value
888 to `package-desc-create'.
889 (package-buffer-info): Call `lm-homepage', pass the returned value
890 to `package-desc-from-define'.
891 (describe-package-1): Render the homepage button (Bug#13291).
892
be4e325d
MH
893 * emacs-lisp/package-x.el (package-upload-buffer-internal):
894 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 895
832966e5
JD
8962013-09-29 Jan Djärv <jan.h.d@swipnet.se>
897
898 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
899 and default-process-coding-system to utf-8-unix (Bug#15402).
900
6cfe977d
XF
9012013-09-29 Xue Fuqiao <xfq.free@gmail.com>
902
903 * subr.el (looking-back): Do not recommend using looking-back.
904
38de11bd
AM
9052013-09-28 Alan Mackenzie <acm@muc.de>
906
907 Fix indentation/fontification of Java enum with "implements".
908
909 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
910 regexp which matches "implements", etc., in Java.
911 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
912 specifier clauses coming after "enum".
913 * progmodes/cc-fonts.el (c-font-lock-declarations)
914 (c-font-lock-enum-tail): Check for extra specifier clauses coming
915 after "enum".
916
1610938f
JD
9172013-09-28 Jan Djärv <jan.h.d@swipnet.se>
918
919 * faces.el (region): Change ns_selection_color to
920 ns_selection_fg_color, add ns_selection_bg_color.
921
e090f499
LL
9222013-09-28 Leo Liu <sdl.web@gmail.com>
923
4d2e94d1
LL
924 * progmodes/octave.el (inferior-octave-completion-table)
925 (inferior-octave-completion-at-point): Minor tweaks.
926
e090f499
LL
927 * textmodes/ispell.el (ispell-lookup-words): Rename from
928 lookup-words. (Bug#15460)
929 (lookup-words): Obsolete.
930 (ispell-complete-word, ispell-command-loop): All uses changed.
931
7e138a62
RS
9322013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
933
934 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
935 (octave-mode-menu): Add octave-send-buffer.
936 (octave-send-buffer): New function.
937
5af5ed08
RS
9382013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
939
940 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
941 octave-lookfor.
942 (octave-mode-menu): Add octave-lookfor.
943 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
944 octave-lookfor.
945 (octave-lookfor): New function.
946
3b7b2692
SM
9472013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * emacs-lisp/cl-macs.el:
950 (cl--loop-destr-temps): Remove.
951 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
952 its convention.
953 (cl--loop-set-iterator-function): New function.
954 (cl-loop): Adjust accordingly, so as not to use cl-subst.
955 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
956 Bind `it' with `let' instead of substituting it with `cl-subst'.
957 (cl--unused-var-p): New function.
958 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
959 Eliminate some unused variable warnings (bug#15326).
960
529fb53f
TH
9612013-09-27 Tassilo Horn <tsdh@gnu.org>
962
963 * doc-view.el (doc-view-scale-reset): Rename from
964 `doc-view-reset-zoom-level'.
965 (doc-view-scale-adjust): New command.
966 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
967 `doc-view-scale-adjust'.
968
0550c95a
TH
9692013-09-26 Tassilo Horn <tsdh@gnu.org>
970
971 * doc-view.el (doc-view-reset-zoom-level): New command.
972 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
973 zoom commands (bug#15466).
974
6950f152
KH
9752013-09-26 Kenichi Handa <handa@gnu.org>
976
977 * international/quail.el (quail-help): Make it not a command.
978
39587580
LL
9792013-09-26 Leo Liu <sdl.web@gmail.com>
980
981 * minibuffer.el (completion-all-sorted-completions): Make args
982 optional as they are.
983
00578659
DC
9842013-09-25 Daniel Colascione <dancol@dancol.org>
985
986 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
987 specs are and that they're not evaluated.
988
0c173878
SS
9892013-09-24 Sam Steingold <sds@gnu.org>
990
991 * midnight.el (clean-buffer-list-kill-regexps)
992 (clean-buffer-list-kill-buffer-names): Update for the new Man
993 buffer naming which includes the object name.
994
84998447
SM
9952013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 * eshell/esh-cmd.el (eshell--sep-terms): New var.
998 (eshell-parse-command, eshell-parse-pipeline): Use it since
999 eshell-separate-commands requires a dynamic scoped var.
1000 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1001
33215353
LL
10022013-09-23 Leo Liu <sdl.web@gmail.com>
1003
1004 * autoinsert.el (auto-insert-alist): Make the value of
1005 lexical-binding match its file setting.
1006
57b16162
JB
10072013-09-23 Juanma Barranquero <lekktu@gmail.com>
1008
c8af4e67
JB
1009 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1010
57b16162
JB
1011 * autoarg.el (autoarg-kp-digit-argument):
1012 * electric.el (Electric-command-loop):
1013 * kmacro.el (kmacro-step-edit-insert):
1014 Do not set universal-argument-num-events.
1015
7186ba60
LL
10162013-09-22 Leo Liu <sdl.web@gmail.com>
1017
1018 * files.el (interpreter-mode-alist): Add octave.
1019
ece15004
AM
10202013-09-21 Alan Mackenzie <acm@muc.de>
1021
1022 C++: fontify identifier in declaration following "public:" correctly.
1023 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1024 to match "public", etc.
1025 (c-decl-prefix-re): Add ":" into the C++ value.
1026 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1027 bit. Add a check for a ":" preceded by "public", etc.
1028
75d83e22
EZ
10292013-09-21 Eli Zaretskii <eliz@gnu.org>
1030
1031 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1032 recognized by GDB 7.5 and later.
1033
d052d3bd
XF
10342013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1035
1036 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1037
31dca772
R
10382013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * subr.el (internal--call-interactively): New const.
1041 (called-interactively-p): Use it (bug#3984).
1042
98ccf24e
XF
10432013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1044
1045 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
1046 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1047 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 1048
c39cc7d1
SM
10492013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1052 (eshell-ls-orig-insert-directory): Remove.
1053 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1054 (eshell-ls-use-in-dired): Use advice-add/remove.
1055 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1056 Add `orig-fun' arg for use in :around advice.
1057 Make it check (redundantly) eshell-ls-use-in-dired.
1058
9a0289a2
GM
10592013-09-19 Glenn Morris <rgm@gnu.org>
1060
a2c501b8
GM
1061 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1062
c440407a
GM
1063 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1064
9a0289a2
GM
1065 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1066
85e05915
MA
10672013-09-19 Michael Albinus <michael.albinus@gmx.de>
1068
1069 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1070 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1071 (tramp-get-remote-python): New defuns.
1072 (tramp-get-remote-uid-with-perl)
1073 (tramp-get-remote-gid-with-perl): New defuns. Perl code
1074 contributed by yary <not.com@gmail.com> (tiny change).
1075 (tramp-get-remote-uid-with-python)
1076 (tramp-get-remote-gid-with-python): New defuns. Python code
1077 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1078 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1079
ce503312
GM
10802013-09-19 Glenn Morris <rgm@gnu.org>
1081
f7544773
GM
1082 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1083
72fd2877
GM
1084 * eshell/em-unix.el (eshell-remove-entries):
1085 Rename argument to avoid name-clash with global `top-level'.
1086
336b5a56
GM
1087 * eshell/esh-proc.el (eshell-kill-process-function):
1088 Remove eshell-reset-after-proc from eshell-kill-hook if present.
1089 (eshell-reset-after-proc): Remove unused arg `proc'.
1090
57a3a53d
GM
1091 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1092 (directory-files-and-attributes): Mark unused arg.
1093
3261d4af
GM
1094 * eshell/em-unix.el (eshell-remove-entries):
1095 Remove unused arg `path'. Update callers.
1096
8e51b5d0
GM
1097 * eshell/em-hist.el (eshell-hist-parse-arguments):
1098 Remove unused arg `silent'. Update callers.
1099
ce503312
GM
1100 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1101 Fix (f)boundp mix-up.
1102
1103 * eshell/em-smart.el (eshell-smart-scroll-window)
1104 (eshell-disable-after-change):
336b5a56 1105 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 1106
ee3ce8a7
AM
11072013-09-18 Alan Mackenzie <acm@muc.de>
1108
1109 Fix fontification of type when followed by "const".
1110 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1111 "known" types from fontification.
1112
ec9177ba
GM
11132013-09-18 Glenn Morris <rgm@gnu.org>
1114
7bb3e768
GM
1115 * emacs-lisp/chart.el (x-display-color-cells): Declare.
1116 (chart-face-list): Drop Emacsen without display-color-p.
1117
5148da15
GM
1118 * net/eww.el (libxml-parse-html-region): Declare.
1119 (eww-display-html): Explicit error if no libxml2 support.
1120
2f68e157
GM
1121 * doc-view.el (doc-view-mode): Silence --without-x compilation.
1122
9019d095
GM
1123 * image.el (image-type-from-buffer, image-multi-frame-p):
1124 Remove --without-x warning/error.
67645389 1125
5f30349b 1126 * mouse.el (mouse-yank-primary):
45069b2e 1127 * term.el (term-mouse-paste):
5f30349b
GM
1128 Reorder to silence --without-x compilation.
1129
cd8edbbe
GM
1130 * mpc.el (doc-view-mode): Silence --without-x compilation.
1131
8a78544e
GM
1132 * mail/rmailmm.el (rmail-mime-set-bulk-data):
1133 Silence --without-x compilation.
1134
12679bfd
GM
1135 * progmodes/gud.el (gud-find-file, gud-mode):
1136 Silence --without-x compilation.
1137 (tooltip-mode): Declare.
30810a05 1138
f0047cb9
GM
1139 * wdired.el (dired-backup-overwrite): Remove declaration.
1140 (wdired-mode-map): Add doc string.
1141
e740f9d2
GM
1142 * custom.el (x-get-resource): Declare.
1143
92d77c89
GM
1144 * eshell/em-glob.el (ange-cache):
1145 * eshell/em-unix.el (ange-cache): Declare.
1146
76e69577
GM
1147 * faces.el (x-display-list, x-open-connection, x-get-resource):
1148 Declare.
7e58af4b
GM
1149
1150 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1151 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1152 Declare.
76e69577 1153
4bd4c0af 1154 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 1155
ffb82dbd
GM
1156 * net/gnutls.el (gnutls-log-level): Declare.
1157
986ed135
GM
1158 * net/shr.el (image-size, image-animate): Declare.
1159
e740f9d2
GM
1160 * simple.el (font-info): Declare.
1161
d2f3e9f8
GM
1162 * subr.el (x-popup-dialog): Declare.
1163
047a1a4c
GM
1164 * term/common-win.el (x-select-enable-primary)
1165 (x-last-selected-text-primary, x-last-selected-text-clipboard):
1166 Declare.
1167
f4a1d572
GM
1168 * term/ns-win.el (x-handle-args): Declare.
1169
e843de77
GM
1170 * term/x-win.el (x-select-enable-clipboard): Declare.
1171
5fa89513
GM
1172 * term/w32-win.el (create-default-fontset): Declare.
1173
38702b5b
GM
1174 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1175 Declare.
1176
e740f9d2
GM
1177 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1178 (fit-frame-to-buffer): Explicit error if --without-x.
1179 (mouse-autoselect-window-select): Silence compiler.
1180
49a053fc
GM
1181 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1182
1183 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1184 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1185 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 1186 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
1187 Remove unused local variables.
1188
1189 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1190
ec9177ba
GM
1191 * textmodes/two-column.el: Make 2C-split work for --without-x.
1192 (scroll-bar-columns): Autoload.
1193 (top-level): Require fringe when compiling.
1194
9f25cb77
LL
11952013-09-18 Leo Liu <sdl.web@gmail.com>
1196
1197 * subr.el (add-hook): Robustify to handle closure as well.
1198
2b42da98
GM
11992013-09-17 Glenn Morris <rgm@gnu.org>
1200
1201 * simple.el (messages-buffer-mode-map): Unbind "g".
1202
e8b66a6a
SM
12032013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1204
9c0ad4f7
SM
1205 * help-mode.el (help-mode-finish): Use derived-mode-p.
1206 Remove obsolete highlighting.
1207
7a806dfb
SM
1208 * play/life.el (life-mode): Use define-derived-mode. Derive from
1209 special-mode.
1210 (life): Let-bind inhibit-read-only.
1211 (life-setup): Avoid `setq'. Use `life-mode'.
1212
96dbf5a8
SM
1213 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1214 which should not be needed any more.
1215 (package-menu-refresh, package-menu-describe-package): Use user-error.
1216
e8b66a6a
SM
1217 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1218 (eshell-post-rewrite-command-hook): Make obsolete.
1219 (eshell-parse-command): Simplify.
1220 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1221 (eshell--cmd): Declare.
1222 (eshell-parse-pipeline): Remove unused var `final-p'.
1223 Pass a dynvar to eshell-post-rewrite-command-hook.
1224 Implement the new eshell-post-rewrite-command-function.
1225 (eshell-invoke-directly): Remove unused arg `input'.
1226 * eshell/esh-io.el (eshell-io-initialize):
1227 Use eshell-post-rewrite-command-function (bug#15399).
1228 (eshell--apply-redirections): Rename from eshell-apply-redirections;
1229 adjust to new calling convention.
1230 (eshell-create-handles): Rename args to avoid clashing with dynvar
1231 `standard-output'.
1232
90582f05
GM
12332013-09-17 Glenn Morris <rgm@gnu.org>
1234
1235 * simple.el (messages-buffer-mode): New major mode.
1236 (messages-buffer): New function.
1237 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1238 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 1239 (ert-run-test): Use `messages-buffer' function.
90582f05 1240 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
1241 * help.el (view-echo-area-messages): Use `messages-buffer' function.
1242 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 1243
39eb0cb5 12442013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
1245
1246 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1247
1f1e06e2
SM
1248 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1249
70568a90
SM
12502013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1251
504a0381
SM
1252 * icomplete.el (icomplete-in-buffer): New var.
1253 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1254 vars and replace them with functions.
1255 (icomplete-minibuffer-setup): Adjust accordingly.
1256 (icomplete--completion-table, icomplete--completion-predicate)
1257 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1258 New functions.
1259 (icomplete-forward-completions, icomplete-backward-completions)
1260 (icomplete-simple-completing-p, icomplete-exhibit)
1261 (icomplete-completions): Use them.
1262 (icomplete--in-region-buffer): New var.
1263 (icomplete--in-region-setup): New function.
1264 (icomplete-mode): Use it.
1265
70568a90
SM
1266 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1267 (bug#15379).
1268 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1269 return args and options.
1270 (eshell-eval-using-options): Use the new return value of
1271 eshell--do-opts to set the options's vars in their scope.
1272 (eshell--set-option): Rename from eshell-set-option.
1273 Add arg `opt-vals'.
1274 (eshell--process-option): Rename from eshell-process-option.
1275 Add arg `opt-vals'.
1276 (eshell--process-args): Use an `opt-vals' alist to store the options's
1277 values during their processing and return them additionally to the
1278 remaining args.
1279
578c21bc
DG
12802013-09-15 Dmitry Gutov <dgutov@yandex.ru>
1281
1282 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1283 continuation character an operator, as far as indentation is
1284 concerned (Bug#15369).
1285
c089653d
MR
12862013-09-15 Martin Rudalics <rudalics@gmx.at>
1287
1288 * window.el (window--state-put-2): Don't process buffer state
1289 when buffer doesn't exist any more (Bug#15382).
1290
1e53bb4b
GM
12912013-09-15 Glenn Morris <rgm@gnu.org>
1292
30753242
GM
1293 * eshell/em-unix.el (eshell/rm):
1294 Make -f ignore missing files. (Bug#15373)
1295
1e53bb4b
GM
1296 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
1297 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1298 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1299
0d8863b3
GM
13002013-09-14 Glenn Morris <rgm@gnu.org>
1301
1302 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1303
d3fc6549
GM
13042013-09-13 Glenn Morris <rgm@gnu.org>
1305
1306 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1307 (dired-guess-default): Make `file' available in the env. (Bug#15363)
1308
fcd42c11
DA
13092013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1310
1311 * frame.el (x-focus-frame): Mark as declared in frame.c.
1312
7830899f
SM
13132013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * ls-lisp.el: Use advice-add.
1316 (original-insert-directory): Remove.
1317 (ls-lisp--insert-directory): Rename from insert-directory; add
1318 `orig-fun' argument.
1319 (insert-directory): Advise.
1320
84387cd2
EZ
13212013-09-13 Eli Zaretskii <eliz@gnu.org>
1322
1323 * term.el (term-emulate-terminal): Decode the command string
1324 before passing it to term-command-hook. (Bug#15337)
1325
35ffc6ba
GM
13262013-09-13 Glenn Morris <rgm@gnu.org>
1327
5c3f9bcc
GM
1328 * eshell/esh-util.el (ange-cache): Move declaration earlier.
1329
2ada368a
GM
1330 * eshell/esh-ext.el (eshell-search-path): Declare.
1331
fcef2e13
GM
1332 * eshell/em-prompt.el (eshell/pwd): Autoload it.
1333 Otherwise an error occurs if eshell-dirs module not loaded.
1334
35ffc6ba
GM
1335 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1336
35c3d36e
MA
13372013-09-13 Michael Albinus <michael.albinus@gmx.de>
1338
1339 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1340 `tramp-check-proper-host'. Check for a valid method name.
1341
1342 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1343 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1344 * net/tramp-sh.el (tramp-maybe-open-connection):
1345 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1346
1347 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1348 also for hash values.
1349
ae5e4c48
SM
13502013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1351
379add74
SM
1352 * term/ns-win.el (parameters): Don't declare as dynamic.
1353 (before-make-frame-hook): Don't add ineffective function.
1354
ae5e4c48
SM
1355 * eshell/*.el: Use lexical-binding (bug#15231).
1356
b5623270
KH
13572013-09-12 Kenichi Handa <handa@gnu.org>
1358
ae5e4c48 1359 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 1360
30213927
GM
13612013-09-12 Glenn Morris <rgm@gnu.org>
1362
be94d713 1363 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 1364 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 1365
44915370
GM
1366 * subr.el (do-after-load-evaluation): Also give compiler warnings
1367 when obsolete files are used (except by obsolete files).
1368
a6ae021f
GM
1369 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
1370 in the status output, assume `filename' is the first. (Bug#15322)
1371
40e64f0c
GM
1372 * vc/vc.el (vc-deduce-fileset): Doc fix.
1373
16d9f896
GM
1374 * calc/calc-help.el (Info-goto-node):
1375 * progmodes/cperl-mode.el (Info-find-node):
1376 * vc/ediff.el (Info-goto-node): Update declarations.
1377
dea01c6e
GM
1378 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
1379
759880bf 1380 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
1381 (vc-bzr-pull): Require vc-dispatcher.
1382 * vc/vc-git.el (vc-compilation-mode): Declare.
1383 (vc-git-pull): Require vc-dispatcher.
1384
08d66420
GM
1385 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
1386
30b626e9
GM
1387 * progmodes/octave.el (help-button-action): Declare.
1388
8c05cb10
GM
1389 * shell.el (shell-directory-tracker): Output error as a message
1390 rather than just returning it as a string.
1391 (shell-process-pushd): Remove useless use of message.
1392
30213927
GM
1393 * dframe.el (dframe-timer-fn):
1394 * files.el (dir-locals-read-from-file):
1395 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
1396 (mpc-format):
1397 * reveal.el (reveal-post-command):
1398 * saveplace.el (load-save-place-alist-from-file):
1399 * shell.el (shell-resync-dirs):
1400 * w32-common-fns.el (x-get-selection-value):
1401 * emacs-lisp/copyright.el (copyright-find-copyright):
1402 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1403 * emulation/tpu-edt.el (tpu-copy-keyfile):
1404 * play/bubbles.el (bubbles--mark-neighbourhood):
1405 * progmodes/executable.el
1406 (executable-make-buffer-file-executable-if-script-p):
1407 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
1408
d3b049e6
SM
14092013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1410
170266d0
SM
1411 Cleanup Eshell to rely less on dynamic scoping.
1412 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
1413 last-value, and ext-command here. Bind `args' closer to `body'.
1414 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
1415 (eshell--args): Declare new dynamic var.
1416 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
1417 last-value, and ext-command. Pass `args' to `body'.
1418 (eshell-process-args): Bind eshell--args.
1419 (eshell-set-option): Use eshell--args.
1420 * eshell/eshell.el (eshell): Use derived-mode-p.
1421 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
1422 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
1423 (eshell-glob-function): Declare.
1424 * eshell/esh-util.el: Require cl-lib.
1425 (eshell-read-hosts-file): Avoid add-to-list.
1426 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
1427 `err'.
1428 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
1429 Declare.
1430 (eshell/diff): Remove unused var `err'.
1431 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
1432 `killflag'.
1433 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
1434 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
1435 first use.
1436 * eshell/em-glob.el (eshell-glob-matches, message-shown):
1437 Move declaration before first use.
1438 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
1439 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
1440 rely on cl-return.
1441
56834f3b
GM
14422013-09-12 Glenn Morris <rgm@gnu.org>
1443
1444 * term/ns-win.el (global-map): Remove binding for ispell-next,
1445 deleted 1999-05-29. (Bug#15357)
1446
5c91a2b8
GM
14472013-09-11 Glenn Morris <rgm@gnu.org>
1448
da712f22
GM
1449 * echistory.el (electric-command-history): Remove call to deleted func.
1450
512e4cdc
GM
1451 * play/landmark.el (landmark-mode): Fix typos.
1452
d3506ca5
GM
1453 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
1454 Check cvs-sort-ignore-file is bound.
1455
5c91a2b8
GM
1456 * savehist.el: No need for cl when compiling on Emacs.
1457
feeff482
SM
14582013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1459
656bd483
SM
1460 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
1461 (bug#15338).
d3b049e6
SM
1462 (eshell-self-insert-command, eshell-send-invisible):
1463 Remove unused argument.
656bd483
SM
1464 (eshell-handle-control-codes): Remove unused var `orig'.
1465 Avoid delete-backward-char.
1466
feeff482
SM
1467 * files.el (set-auto-mode): Simplify a bit further.
1468
2a08047a
GM
14692013-09-11 Glenn Morris <rgm@gnu.org>
1470
1471 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
1472 (set-auto-mode): Don't regexp-quote elements.
1473 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
1474 * progmodes/cc-mode.el (interpreter-mode-alist):
1475 * progmodes/ruby-mode.el (interpreter-mode-alist):
1476 Revert previous change.
1477
34675540
SM
14782013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1b3b87df
SM
1480 * play/snake.el (snake-mode):
1481 * play/mpuz.el (mpuz-mode):
1482 * play/landmark.el (lm-mode):
1483 * play/blackbox.el (blackbox-mode):
1484 * play/5x5.el (5x5-mode):
1485 * obsolete/options.el (Edit-options-mode):
1486 * net/quickurl.el (quickurl-list-mode):
1487 * net/newst-treeview.el (newsticker-treeview-mode):
1488 * mail/rmailsum.el (rmail-summary-mode):
1489 * mail/mspools.el (mspools-mode):
1490 * locate.el (locate-mode):
1491 * ibuffer.el (ibuffer-mode):
1492 * emulation/ws-mode.el (wordstar-mode):
1493 * emacs-lisp/debug.el (debugger-mode):
1494 * array.el (array-mode):
1495 * net/eudc.el (eudc-mode): Use define-derived-mode.
1496 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
1497 Move initialization into declaration.
1498 (mairix-searches-mode): Use define-derived-mode.
1499 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
1500 (eudc-edit-hotlist): Use dolist.
1501 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
1502 (Man-mode): Use define-derived-mode.
1503 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
1504 (Info-edit-mode): Use define-derived-mode.
1505 (Info-cease-edit): Use Info-mode.
1506 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
1507 into declaration.
1508 (eshell-mode): Use define-derived-mode.
1509 * chistory.el (command-history-mode-map): Rename from
1510 command-history-map.
1511 (command-history-mode): Use define-derived-mode.
da712f22 1512 (Command-history-setup): Remove function.
1b3b87df
SM
1513 * calc/calc.el (calc-trail-mode-map): New var.
1514 (calc-trail-mode): Use define-derived-mode.
1515 (calc-trail-buffer): Set calc-main-buffer manually.
1516 * bookmark.el (bookmark-insert-annotation): New function.
1517 (bookmark-edit-annotation): Use it.
1518 (bookmark-edit-annotation-mode): Make it a proper major mode.
1519 (bookmark-send-edited-annotation): Use derived-mode-p.
1520 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
1521 closer to its ideal place. Use \' to match EOS.
1522
34675540
SM
1523 * profiler.el (profiler-calltree-find): Use function-equal.
1524
6a5c15d9
GM
15252013-09-10 Glenn Morris <rgm@gnu.org>
1526
1af4c220
GM
1527 * files.el (interpreter-mode-alist): Convert to regexps.
1528 (set-auto-mode): Adapt for this. (Bug#15306)
1529 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
1530 Comment out unused variable.
1531 * progmodes/cc-mode.el (interpreter-mode-alist):
1532 * progmodes/python.el (interpreter-mode-alist):
1533 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
1534 * progmodes/sh-script.el (sh-set-shell):
1535 No longer use interpreter-mode-alist to get list of shells.
1536
6a5c15d9
GM
1537 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
1538
8c27f5ff
SM
15392013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1540
02ef6c1a 1541 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 1542 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
1543 Bind switch-frame explicitly. Replace universal-argument-minus with
1544 a conditional binding.
1545 (universal-argument-num-events, saved-overriding-map): Remove.
1546 (restore-overriding-map): Remove.
1547 (universal-argument--mode): Rename from save&set-overriding-map,
1548 and rewrite.
1549 (universal-argument, universal-argument-more, negative-argument)
1550 (digit-argument): Adjust accordingly.
1551 (universal-argument-minus): Remove.
1552 (universal-argument-other-key): Remove.
1553
8c27f5ff
SM
1554 * subr.el (with-demoted-errors): Add `format' argument.
1555
6480194c
MA
15562013-09-10 Michael Albinus <michael.albinus@gmx.de>
1557
1558 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
1559 `tramp-cleanup-connection'.
1560
1561 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
1562 parameters KEEP-DEBUG and KEEP-PASSWORD.
1563
1564 * net/tramp.el (tramp-file-name-handler):
1565 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1566 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1567 (tramp-maybe-open-connection):
8c27f5ff
SM
1568 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1569 Use `tramp-cleanup-connection'.
6480194c 1570
8c27f5ff
SM
1571 * net/tramp-sh.el (tramp-maybe-open-connection):
1572 Catch 'uname-changed inside the progress reporter.
6480194c 1573
e5e916d8
GM
15742013-09-10 Glenn Morris <rgm@gnu.org>
1575
9a2c9b47
GM
1576 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
1577
e5e916d8
GM
1578 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
1579 returns "alternate access method" in mode (eg "-rw-r--r--.").
1580
144e38fe
GM
15812013-09-08 Glenn Morris <rgm@gnu.org>
1582
1583 * saveplace.el (load-save-place-alist-from-file):
1584 Demote errors. (Bug#15305)
1585
af9ff9e8
MA
15862013-09-08 Michael Albinus <michael.albinus@gmx.de>
1587
1588 Improve compatibility with older Emacsen, and XEmacs.
1589
1590 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1591 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
1592 (with-tramp-progress-reporter): Do not let-bind `result'.
1593 This yields to scoping errors in XEmacs.
af9ff9e8
MA
1594 (tramp-handle-make-auto-save-file-name): New function, moved from
1595 tramp-sh.el.
1596
1597 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1598 for `make-auto-save-file-name'.
8c27f5ff
SM
1599 (tramp-adb--gnu-switches-to-ash):
1600 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
1601
1602 * net/tramp-cache.el (tramp-cache-print): Call
1603 `substring-no-properties' only if it is bound. It isn't for XEmacs.
1604
1605 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1606 bound. It isn't for XEmacs.
1607
8c27f5ff
SM
1608 * net/tramp-compat.el (tramp-compat-copy-file):
1609 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
1610 (tramp-compat-replace-regexp-in-string): New defun.
1611
1612 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1613 for `make-auto-save-file-name'.
1614 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1615 `copy-file'.
1616 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1617 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1618 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1619
8c27f5ff
SM
1620 * net/tramp-gw.el (tramp-gw-open-network-stream):
1621 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 1622
8c27f5ff
SM
1623 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1624 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
1625 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1626 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
1627 (tramp-sh-file-inotifywait-process-filter):
1628 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
1629 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1630
1631 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
1632 for `make-auto-save-file-name'.
8c27f5ff
SM
1633 (tramp-smb-handle-copy-directory):
1634 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
1635 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
1636 (tramp-smb-handle-copy-file): Improve error message.
1637 (tramp-smb-handle-rename-file): Rename directly only in case
1638 `newname' does not exist yet. This is a restriction of smbclient.
1639 (tramp-smb-maybe-open-connection): Rerun the function only when
1640 `auth-sources' is non-nil.
1641
0ca754d0
KH
16422013-09-08 Kenichi Handa <handa@gnu.org>
1643
1644 * international/characters.el: Set category "^" (Combining) for
1645 more characters.
1646
e8dd0787
AM
16472013-09-07 Alan Mackenzie <acm@muc.de>
1648
1649 Correctly fontify Java class constructors.
1650 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
1651 in Java Mode.
1652 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
1653 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1654 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
1655 "typeless" declaration there.
1656
f2f248e7
RW
16572013-09-07 Roland Winkler <winkler@gnu.org>
1658
1659 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
1660 field subtitle for entry type book.
1661
67982e2b
SM
16622013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1663
1664 * minibuffer.el: Make minibuffer-complete call completion-in-region
1665 rather than other way around.
1666 (completion--some, completion-pcm--find-all-completions):
1667 Don't delay signals when debugging.
1668 (minibuffer-completion-contents): Beware fields within the
1669 minibuffer contents.
1670 (completion-all-sorted-completions): Use defvar-local.
1671 (completion--do-completion, completion--cache-all-sorted-completions)
1672 (completion-all-sorted-completions, minibuffer-force-complete):
1673 Add args `beg' and `end'.
1674 (completion--in-region-1): New fun, extracted from minibuffer-complete.
1675 (minibuffer-complete): Use completion-in-region.
1676 (completion-complete-and-exit): New fun, extracted from
1677 minibuffer-complete-and-exit.
1678 (minibuffer-complete-and-exit): Use it.
1679 (completion--complete-and-exit): Rename from
1680 minibuffer--complete-and-exit.
1681 (completion-in-region--single-word): New function, extracted from
1682 minibuffer-complete-word.
1683 (minibuffer-complete-word): Use it.
1684 (display-completion-list): Make `common-substring' argument obsolete.
1685 (completion--in-region): Call completion--in-region-1 instead of
1686 minibuffer-complete.
1687 (completion-help-at-point): Pass boundaries to
1688 minibuffer-completion-help as args rather than via an overlay.
1689 (completion-pcm--string->pattern): Use `any-delim'.
1690 (completion-pcm--optimize-pattern): New function.
1691 (completion-pcm--pattern->regex): Handle `any-delim'.
1692 * icomplete.el (icomplete-forward-completions)
1693 (icomplete-backward-completions, icomplete-completions):
1694 Adjust calls to completion-all-sorted-completions and
1695 completion--cache-all-sorted-completions.
1696 (icomplete-with-completion-tables): Default to t.
1697 * emacs-lisp/crm.el (crm--current-element): Rename from
1698 crm--select-current-element. Don't put an overlay but return the
1699 boundaries instead.
1700 (crm--completion-command): Take two new args to bind to the boundaries.
1701 (crm-completion-help): Adjust accordingly.
1702 (crm-complete): Use completion-in-region.
1703 (crm-complete-word): Use completion-in-region--single-word.
1704 (crm-complete-and-exit): Use completion-complete-and-exit.
1705
e17d94a5
SM
17062013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1707
1708 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1709 than dynamically.
1710
96727100
JL
17112013-09-06 Juri Linkov <juri@jurta.org>
1712
1713 * info.el (Info-display-images-node): When image file doesn't exist
1714 display text version of the image if it's provided in the Info file.
1715 Otherwise, display the location of missing image from SRC attribute.
1716 Add help-echo text property from ALT attribute. (Bug#15279)
1717
86cf7329
SM
17182013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1719
1720 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1721 (edit-abbrevs-mode): Use define-derived-mode.
1722
1723 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1724 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1725 that it's defined.
1726 (epa-key-list-mode, epa-key-mode, epa-info-mode):
1727 Use define-derived-mode.
1728
1729 * epg.el (epg-start-encrypt): Minor CSE simplification.
1730
816244a2
WX
17312013-09-06 William Xu <william.xwl@gmail.com>
1732
1733 * arc-mode.el: Add support for 7za (bug#15264).
1734 (archive-7z-program): New var.
1735 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1736 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1737 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1738
1486fa31
MA
17392013-09-06 Michael Albinus <michael.albinus@gmx.de>
1740
1741 Remove URL syntax.
1742
1743 * net/tramp.el (tramp-syntax, tramp-prefix-format)
1744 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
1745 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
1746 (tramp-postfix-host-format, tramp-file-name-regexp)
1747 (tramp-completion-file-name-regexp)
1748 (tramp-completion-dissect-file-name)
1749 (tramp-handle-substitute-in-file-name): Remove 'url case.
1750 (tramp-file-name-regexp-url)
1751 (tramp-completion-file-name-regexp-url): Remove constants.
1752
39785324
GM
17532013-09-06 Glenn Morris <rgm@gnu.org>
1754
1755 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
1756
1f896cb7
DG
17572013-09-05 Dmitry Gutov <dgutov@yandex.ru>
1758
1759 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1760 keywords" below "here-doc beginnings" (Bug#15270).
1761
c0458e0b
SM
17622013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * subr.el (pop): Use `car-safe'.
1765 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1766 to detect unused `pop' return value.
1767
1768 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1769 var `block-regexp'.
1770 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1771 (python-fill-string): Remove unused var `marker'.
1772 (python-skeleton-add-menu-items): Remove unused var `items'.
1773
1774 * international/mule-cmds.el: Require CL.
1775 (find-coding-systems-for-charsets): Avoid add-to-list.
1776 (sanitize-coding-system-list): New function, extracted from
1777 select-safe-coding-system-interactively.
1778 (select-safe-coding-system-interactively): Use it.
1779 (read-input-method-name): Accept symbols for `default'.
1780
1781 * emacs-lisp/advice.el (defadvice): Add indent rule.
1782
6c42fc3e
DH
17832013-09-05 Daniel Hackney <dan@haxney.org>
1784
1785 * dired-x.el:
1786 * net/ange-ftp.el:
1787 * net/browse-url.el:
1788 * net/dbus.el:
1789 * net/eudc.el:
1790 * net/eudcb-ldap.el:
1791 * net/eww.el:
1792 * net/imap.el:
1793 * printing.el:
1794 * vc/ediff-diff.el:
1795 * vc/ediff-init.el:
1796 * vc/ediff-merg.el:
1797 * vc/ediff-mult.el:
1798 * vc/ediff-util.el:
1799 * vc/ediff-wind.el:
1800 * vc/ediff.el:
1801 * vc/emerge.el:
1802 * vc/pcvs.el:
1803 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1804 byte compiler. Remove some unused let-bound variables.
1805
4c528aab
SM
18062013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1809 a "ref-cell", since it gets better optimized (bug#14883).
1810
bd15c390
GM
18112013-09-05 Glenn Morris <rgm@gnu.org>
1812
1813 * progmodes/cc-awk.el (c-forward-sws): Declare.
1814
1c3ac2e5
GM
18152013-09-04 Glenn Morris <rgm@gnu.org>
1816
1817 * generic-x.el [rul-generic-mode]: Require cc-mode.
1818 (c++-mode-syntax-table): Declare.
1819 (rul-generic-mode-syntax-table): Init in the defvar.
1820
52b1cc79
SM
18212013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1822
c828af56
SM
1823 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1824 (vc-do-command, vc-set-async-update):
1825 * vc/vc-mtn.el (vc-mtn-dir-status):
1826 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1827 (vc-hg-pull, vc-hg-merge-branch):
1828 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1829 (vc-git-merge-branch):
1830 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1831 (vc-cvs-dir-status-files):
1832 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1833 (vc-bzr-dir-status-files):
1834 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1835 * vc/vc-annotate.el: Use lexical-binding.
1836 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1837 (vc-sentinel-movepoint): Declare.
1838 (vc-annotate): Don't use `goto-line'.
1839 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1840 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1841 (vc-sentinel-movepoint): Declare.
1842 * vc/vc-svn.el: Use lexical-binding.
1843 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
1844 * vc/vc-sccs.el:
1845 * vc/vc-rcs.el: Use lexical-binding.
1846
abae272c
SM
1847 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
1848 `deleted'. Don't drop errors silently.
1849
52b1cc79
SM
1850 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
1851
63191d9f
XF
18522013-09-04 Xue Fuqiao <xfq.free@gmail.com>
1853
1854 * vc/vc.el (vc-ignore): Rewrite.
1855 (vc-default-ignore): New function.
1856 (vc-default-ignore-completion-table): Use find-ignore-file.
1857
1858 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
1859 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
1860 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
1861 Remove. Most code moved to vc.el.
1862
9d3f707c
SM
18632013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1864
abae272c 1865 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
1866 * net/tramp-smb.el (tramp-smb-get-file-entries):
1867 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
1868 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
1869
fde38d49
SM
1870 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
1871 Update call to it.
1872 (eww-change-select): Remove unused var `properties'.
1873 (eww-make-unique-file-name): Remove unused var `base'.
1874
1875 * finder.el (finder-compile-keywords): Don't mess with windows.
1876
84032db7
SM
1877 * calculator.el (calculator-funcall): Fix typo in last change.
1878
724f5e41
SM
1879 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
1880
14b511d4
SM
1881 * emacs-lisp/package.el (package-activate-1): Don't let a missing
1882 <pkg>-autoloads.el file stop us.
1883
9d3f707c 1884 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 1885 warnings, and factor out common code.
9d3f707c 1886
88527bc0
DG
18872013-09-03 Dmitry Gutov <dgutov@yandex.ru>
1888
1889 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
1890 two-character operators and whether the character preceding them
1891 changes their meaning (Bug#15208).
1892
96edb677
FEG
18932013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1894
1895 Format code sent to Python shell for robustness.
9d3f707c
SM
1896 * progmodes/python.el (python-shell-buffer-substring):
1897 New function.
96edb677
FEG
1898 (python-shell-send-region, python-shell-send-buffer): Use it.
1899
95beaef3
MA
19002013-09-02 Michael Albinus <michael.albinus@gmx.de>
1901
1902 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
1903 * net/tramp.el (tramp-user-error): ... here.
1904 (tramp-find-method, tramp-check-proper-host)
1905 (tramp-dissect-file-name, tramp-debug-message)
1906 (tramp-handle-shell-command):
1907 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1908 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
1909
1910 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
1911
f167c27b
MR
19122013-09-02 Martin Rudalics <rudalics@gmx.at>
1913
1914 * avoid.el (mouse-avoidance-point-position)
1915 (mouse-avoidance-too-close-p): Handle case where posn-at-point
1916 returns nil.
1917
cd16c5f1
FEG
19182013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1919
1920 * progmodes/python.el (python-shell-completion-get-completions):
1921 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 1922 (python-nav-if-name-main): New command.
cd16c5f1 1923
e73c3a0d
GM
19242013-09-01 Glenn Morris <rgm@gnu.org>
1925
f8ccce03
GM
1926 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1927 Avoid leading space in $wins. Otherwise the sed command used by
1928 eg compile-main ends up containing "/*.el". (Bug#15170)
1929
e73c3a0d
GM
1930 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
1931
415f808e
GM
19322013-08-30 Glenn Morris <rgm@gnu.org>
1933
1934 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1935 Fix is-this-a-directory logic. (Bug#15220)
1936
f069bba8
SM
19372013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1938
112798c1
SM
1939 * textmodes/css-mode.el: Use SMIE.
1940 (css-smie-grammar): New var.
1941 (css-smie--forward-token, css-smie--backward-token)
1942 (css-smie-rules): New functions.
1943 (css-mode): Use them.
1944 (css-navigation-syntax-table): Remove var.
1945 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
1946 (css-indent-calculate, css-indent-line): Remove functions.
1947
1948 Misc changes to reduce use of `(lambda...); and other cleanups.
1949 * cus-edit.el: Use lexical-binding.
1950 (customize-push-and-save, customize-apropos)
1951 (custom-buffer-create-internal): Use closures.
1952 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
1953 * progmodes/ada-xref.el: Use setq.
1954 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
1955 * dframe.el: Use lexical-binding.
1956 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
1957 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
1958 * descr-text.el: Use lexical-binding.
1959 (describe-text-widget, describe-text-sexp, describe-property-list):
1960 Use closures.
1961 * comint.el (comint-history-isearch-push-state): Use a closure.
1962 * calculator.el: Use lexical-binding.
1963 (calculator-number-to-string): Make it work with lexical-binding.
1964 (calculator-funcall): Same and use cl-letf.
1965
2da4c3ab
SM
1966 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
1967 (lisp--company-doc-string, lisp--company-location): New functions.
1968 (lisp-completion-at-point): Use them to improve Company support.
1969
f069bba8
SM
1970 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
1971 params of lambda expressions.
1972 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
1973 (ruby-smie--opening-pipe-p): New function.
1974 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
1975 symbols and matched |...| for formal params.
1976 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
1977 from being treated as hanging. Handle "rescue".
1978
6758b6a8
GM
19792013-08-29 Glenn Morris <rgm@gnu.org>
1980
1981 * progmodes/cc-engine.el (c-pull-open-brace):
1982 Move definition before use.
1983
e8dfd197
SM
19842013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
1987 are immutable. Don't use `unsafe' any more.
1988 (cl--defsubst-expand): Don't substitute at the same time as keeping
1989 a residual unused let-binding. Don't use `unsafe' any more.
1990
cc585c96
GM
19912013-08-29 Glenn Morris <rgm@gnu.org>
1992
ba579ea6
GM
1993 * calendar/cal-china.el (calendar-chinese-year-cache):
1994 Recenter on 2015.
1995
8201a87e
GM
1996 * nxml/nxml-util.el (nxml-debug-clear-inside):
1997 Use cl-loop rather than loop.
1998
6ee877c7
GM
1999 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2000
cc585c96
GM
2001 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2002
27be8d39
GM
20032013-08-28 Glenn Morris <rgm@gnu.org>
2004
397440a1
GM
2005 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2006
2bb762d4
GM
2007 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2008
27be8d39
GM
2009 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2010
2d69b99e
SM
20112013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2012
f663baa7
SM
2013 * simple.el (repeat-complex-command--called-interactively-skip):
2014 New function.
2015 (repeat-complex-command): Use it (bug#14136).
2016
dd4f8b74
SM
2017 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2018 (c-define-abbrev-table): Add `doc' argument.
2019 (c-mode-abbrev-table, c++-mode-abbrev-table)
2020 (objc-mode-abbrev-table, java-mode-abbrev-table)
2021 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2022 (awk-mode-abbrev-table): Use it.
2023 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2024 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2025 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2026 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2027 Move initialization into the declaration; and remove any
2028 autoload cookie.
2029
b58969f7
SM
2030 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2031 and dynamic let binding.
2032
4021d6a6
SM
2033 * vc/smerge-mode.el: Remove redundant :group args.
2034
2d69b99e
SM
2035 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2036 to load-path.
2037
274919fd
JL
20382013-08-28 Juri Linkov <juri@jurta.org>
2039
2040 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2041 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2042 (isearch-other-meta-char): Handle an undefined shifted printing
2043 character by downshifting it. (Bug#15200)
2044
121f8c95
JL
20452013-08-28 Juri Linkov <juri@jurta.org>
2046
2047 * isearch.el (isearch-search): Change regexp error message for
2048 non-regexp searches. (Bug#15166)
2049
50b13cde
PE
20502013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2051
2052 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2053 for portability to hosts where /bin/sh has problems.
2054
95888bca
SM
20552013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2058
bbe558f1
JL
20592013-08-27 Juri Linkov <juri@jurta.org>
2060
2061 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2062 in the keyboard macro. (Bug#15126)
2063
26f98a7d
JL
20642013-08-27 Juri Linkov <juri@jurta.org>
2065
2066 * isearch.el (isearch-quote-char): Comment out converting unibyte
2067 to multibyte, thus syncing with its `quoted-insert' counterpart.
2068 (Bug#15166)
2069
7c97d35e
MR
20702013-08-27 Martin Rudalics <rudalics@gmx.at>
2071
2072 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
2073 argument in call of get-largest-window (Bug#15185).
2074 Reported by Stephen Leake.
7c97d35e 2075
a0b5606e 20762013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
2077
2078 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2079
9e89d835
SM
20802013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * progmodes/python.el (python-font-lock-keywords): Don't return nil
2083 from a matcher-function unless there's no more matches (bug#15161).
2084
78fc2530
MA
20852013-08-26 Michael Albinus <michael.albinus@gmx.de>
2086
2087 * minibuffer.el: Revert change from 2013-08-20.
2088
2089 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2090 with text property `tramp-default', if appropriate.
2091 (tramp-check-proper-host): New defun.
2092 (tramp-dissect-file-name): Do not check hostname. Revert change
2093 of 2013-03-18.
2094 (tramp-backtrace): Make VEC-OR-PROC optional.
2095
2096 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2097 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2098 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
2099 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2100 Apply `tramp-check-proper-host'.
78fc2530 2101
edca97cd
TH
21022013-08-26 Tassilo Horn <tsdh@gnu.org>
2103
2104 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2105 lambda expression in order to have `describe-variable' display it.
2106
df54bcbd
MA
21072013-08-26 Michael Albinus <michael.albinus@gmx.de>
2108
2109 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2110 BUF can be optional. (Bug#15186)
2111
eed99101
XF
21122013-08-25 Xue Fuqiao <xfq.free@gmail.com>
2113
2114 * progmodes/flymake.el (flymake-get-real-file-name-function):
2115 Fix broken customization. (Bug#15184)
2116
b5eb9035
AM
21172013-08-25 Alan Mackenzie <acm@muc.de>
2118
8a51e842
AM
2119 Improve indentation of bracelists defined by macros (without "=").
2120
2121 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2122 expansion begins with "{", regard it as bracelist when it doesn't
2123 contain a ";".
2124
869455d4
AM
2125 Parse C++ inher-intro when there's a template split over 2 lines.
2126
2127 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2128 rigorously the search for "class" etc. followed by ":".
2129
2130 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2131 random languages a regexp which never matches rather than nil.
2132
b5eb9035
AM
2133 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2134
2135 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2136 (c-awk-regexp-one-line-possibly-open-char-list-re)
2137 (c-awk-one-line-possibly-open-regexp-re)
2138 (c-awk-one-line-non-syn-ws*-re): Remove.
2139 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2140 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2141 (c-awk-space*-unclosed-regexp-/-re): New constants.
2142 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2143 aren't regexp delimiters.
2144
2145 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2146 handling for a rare situation in AWK Mode involving unterminated
2147 strings/regexps.
2148
61611d54
GM
21492013-08-23 Glenn Morris <rgm@gnu.org>
2150
2d85dc34
GM
2151 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2152
cb8d2612
GM
2153 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2154
bb35f42f
GM
2155 * files.el (create-file-buffer): If the result would begin with
2156 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 2157
b9808e77
SM
21582013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2159
e3a66363
SM
2160 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2161 text-properties (bug#15155).
2162
b9808e77
SM
2163 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2164 exist any more.
2165 (calc-keypad-redraw): Remove unused var `pad'.
2166 (calc-keypad-press): Remove unused var `menu'.
2167
7fd5f65e
MR
21682013-08-23 Martin Rudalics <rudalics@gmx.at>
2169
b9808e77
SM
2170 * window.el (display-buffer-pop-up-frame):
2171 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
2172 use it as the new frame's buffer (Bug#15133).
2173
8352b530
SM
21742013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * calendar/timeclock.el: Minor cleanups.
2177 (timeclock-ask-before-exiting, timeclock-use-display-time):
2178 Use `symbol'.
2179 (timeclock-modeline-display): Define as alias before the
2180 actual definition.
2181 (timeclock-mode-line-display): Use define-minor-mode.
2182 (timeclock-day-list-template): Make it a function, add an argument.
2183 (timeclock-day-list-required, timeclock-day-list-length)
2184 (timeclock-day-list-debt, timeclock-day-list-span)
2185 (timeclock-day-list-break): Adjust calls accordingly.
2186
9f7b1925
SM
21872013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2188
2189 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2190 Use read--expression so that completion works again.
2191
6e50e983
SS
21922013-08-21 Sam Steingold <sds@gnu.org>
2193
2194 Add rudimentary inferior shell interaction
2195 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2196 (sh-set-shell): Reset it.
9f7b1925
SM
2197 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2198 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 2199
dbb0d350
SM
22002013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * align.el: Use lexical-binding.
2203 (align-region): Simplify accordingly.
2204
c88586a9
MA
22052013-08-20 Michael Albinus <michael.albinus@gmx.de>
2206
2207 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2208
2209 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2210 `non-essential' up.
2211
f95527c8
MA
22122013-08-17 Michael Albinus <michael.albinus@gmx.de>
2213
2214 * net/tramp.el:
2215 * net/tramp-adb.el:
2216 * net/tramp-cmds.el:
2217 * net/tramp-ftp.el:
2218 * net/tramp-gvfs.el:
2219 * net/tramp-gw.el:
2220 * net/tramp-sh.el: Don't wrap external variable declarations by
2221 `eval-when-compile'.
2222
4b5fe4ee
LMI
22232013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2224
2225 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2226 now that Emacs supports ImageMagick animations.
2227
13c366c9
MA
22282013-08-16 Michael Albinus <michael.albinus@gmx.de>
2229
2230 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2231 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2232
3dfc5cd6
MR
22332013-08-16 Martin Rudalics <rudalics@gmx.at>
2234
2235 * window.el (mouse-autoselect-window-select): Do autoselect when
2236 mouse pointer is on margin.
2237
4bbb4381
WP
22382013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
2239
2240 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
2241
3a2ddc2d
GM
22422013-08-16 Glenn Morris <rgm@gnu.org>
2243
e8bedf5a
GM
2244 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2245 Handle "Remote Directory" response of some clients. (Bug#15058)
2246
58c4682f
GM
2247 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2248 Tweak warning. (Bug#14926)
2249
57953f49
GM
2250 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2251 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
2252
3a2ddc2d
GM
2253 * image-mode.el (image-mode-map): Add menu items to reverse,
2254 increase, decrease, reset animation speed.
2255 (image--set-speed, image-increase-speed, image-decrease-speed)
2256 (image-reverse-speed, image-reset-speed): New functions.
2257 (image-mode-map): Add bindings for speed commands.
2258
2259 * image.el (image-animate-get-speed, image-animate-set-speed):
2260 New functions.
2261 (image-animate-timeout): Respect image :speed property.
2262
10fa0ed3
SM
22632013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2266 previous line (bug#15101).
2267 (debugger-eval-expression, debugger-record-expression):
2268 Use read--expression (bug#15102).
2269
5d89d9d2
MA
22702013-08-15 Michael Albinus <michael.albinus@gmx.de>
2271
2272 Remove byte compiler warnings, visible when compiling with
2273 `byte-compile-force-lexical-warnings' set to t.
2274
2275 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2276 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2277 (tramp-handle-unhandled-file-name-directory)
2278 (tramp-handle-file-notify-add-watch, tramp-action-login)
2279 (tramp-action-succeed, tramp-action-permission-denied)
2280 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2281 arguments with "_".
2282
2283 * net/tramp-adb.el (tramp-adb-parse-device-names)
2284 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2285 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2286 (tramp-adb-handle-file-truename): Remove unused arguments.
2287
2288 * net/tramp-cache.el (tramp-flush-directory-property)
2289 (tramp-flush-connection-property, tramp-list-connections)
2290 (tramp-parse-connection-properties): Prefix unused arguments with "_".
2291
10fa0ed3
SM
2292 * net/tramp-compat.el (tramp-compat-make-temp-file):
2293 Rename FILENAME to F.
5d89d9d2
MA
2294
2295 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2296 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2297 (tramp-zeroconf-parse-workstation-device-names)
2298 (tramp-zeroconf-parse-webdav-device-names)
2299 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2300
2301 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2302 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2303
2304 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2305 arguments.
2306 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2307 (tramp-sh-handle-insert-file-contents-literally)
2308 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2309 with "_".
2310 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2311 Remove unused variables.
2312
2313 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2314 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2315 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2316
2317 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2318 Make them a defconst.
2319 (tramp-uuencode-region): Remove unused variable.
2320
62f33bae
JB
23212013-08-14 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * frameset.el (frameset--prop-setter): New function.
2324 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
2325 (frameset-filter-minibuffer): Deal with the case that the minibuffer
2326 parameter was already set in FILTERED. Doc fix.
2327 (frameset--record-minibuffer-relationships): Allow saving a
2328 minibufferless frame without its corresponding minibuffer frame.
2329 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2330 frame, if the frame id matches.
2331 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2332 frames before orphaned ones.
2333 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 2334
c660a885
MR
23352013-08-14 Martin Rudalics <rudalics@gmx.at>
2336
2337 * window.el (window-make-atom): Don't overwrite parameter
2338 already present.
2339 (display-buffer-in-atom-window): Handle special case where we
2340 split an already atomic window.
2341 (window--major-non-side-window, display-buffer-in-side-window)
2342 (window--side-check): Ignore minibuffer window when walking
2343 window tree.
2344 (window-deletable-p): Return 'frame only if no other frame uses
2345 our minibuffer window.
2346 (record-window-buffer): Run buffer-list-update-hook.
2347 (split-window): Make sure window--check-frame won't destroy an
2348 existing atomic window in case the new window gets nested
2349 inside.
2350 (display-buffer-at-bottom): Ignore minibuffer window when
2351 walking window tree. Don't split a side window.
2352 (pop-to-buffer): Don't set-buffer here, the select-window call
2353 should do that.
2354 (mouse-autoselect-window-select): Autoselect only if we are in the
2355 text portion of the window.
2356
8259030d
LMI
23572013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2358
21c58ae2
LMI
2359 * net/shr.el (shr-parse-image-data): New function to grab both the
2360 data itself and the Content-Type.
2361 (shr-put-image): Use it.
2362
2363 * net/eww.el (eww-display-image): Ditto.
2364
8259030d
LMI
2365 * image.el (image-content-type-suffixes): New variable.
2366
ad756449
FEG
23672013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2368
2369 * progmodes/python.el (python-imenu--build-tree)
2370 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
2371
f73f4ce6
XF
23722013-08-13 Xue Fuqiao <xfq.free@gmail.com>
2373
2374 * simple.el (backward-word): Mention the optional argument.
2375
1f585e65
SM
23762013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * frameset.el (frameset--make): Rename constructor from make-frameset.
2379 (frameset-p, frameset-valid-p): Don't autoload.
2380 (frameset-valid-p): Use normal accessors.
2381
af1c6c84
GM
23822013-08-13 Glenn Morris <rgm@gnu.org>
2383
55e47f95
GM
2384 * progmodes/compile.el (compile-command): Tweak example in doc.
2385 * obsolete/scribe.el (scribe-mode):
2386 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
2387
f0024d8c
GM
2388 * mail/feedmail.el (feedmail-confirm-outgoing)
2389 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
2390
2391 * cus-start.el (truncate-partial-width-windows): Fix type.
2392
2393 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
2394
af1c6c84
GM
2395 * net/shr.el (shr-table-horizontal-line): Fix custom type.
2396
5514cc4c
SM
23972013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2398
2399 * emacs-lisp/timer.el (timer--time-setter): New function.
2400 (timer--time): Use it as gv-setter.
2401
2402 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
2403 setter is not a symbol.
2404
7997a2f1
GJ
24052013-08-12 Grégoire Jadi <daimrod@gmail.com>
2406
2407 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
2408 if sending fails. This makes debugging easier.
2409
01f1a9ab
JB
24102013-08-12 Juanma Barranquero <lekktu@gmail.com>
2411
2412 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
2413 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
2414 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
2415
594a4307
EZ
24162013-08-12 Eli Zaretskii <eliz@gnu.org>
2417
2418 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
2419
7a22490f 24202013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
2421
2422 * format.el (format-annotate-function):
2423 Handle read-only text properties in the source. (Bug#14887)
2424
3e41a054
LMI
24252013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2426
5514cc4c
SM
2427 * net/eww.el (eww-display-html): Ignore coding system errors.
2428 One web site uses "utf-8lias" as the coding system.
3e41a054 2429
7ec326db
JB
24302013-08-11 Juanma Barranquero <lekktu@gmail.com>
2431
2432 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
2433
5660113b
JB
24342013-08-10 Juanma Barranquero <lekktu@gmail.com>
2435
9a4ebc74
JB
2436 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
2437 (tutorial--detailed-help): Remove unused local variables.
2438 (tutorial--save-tutorial-to): Use ignore-errors.
2439 (help-with-tutorial): Use looking-at-p.
2440
2441 * view.el (view-buffer-other-window, view-buffer-other-frame):
2442 Mark unused arguments.
2443
2444 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
2445 (woman-select-symbol-fonts, woman, woman-find-file)
2446 (woman-insert-file-contents, woman-non-underline-faces):
2447 Use string-match-p.
2448 (woman1-unquote): Move declaration.
2449
2450 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
2451 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
2452 argument. Remove unused local variable.
2453 (xml-parse-elem-type): Use string-match-p.
2454 (xml-substitute-numeric-entities): Use ignore-errors.
2455
45fdb482
JB
2456 * calculator.el (calculator): Mark unused argument.
2457 (calculator-paste, calculator-quit, calculator-integer-p):
2458 Use ignore-errors.
2459 (calculator-string-to-number, calculator-decimal, calculator-exp)
2460 (calculator-op-or-exp): Use string-match-p.
2461
2462 * dired.el (dired-buffer-more-recently-used-p): Declare.
2463 (dired-insert-set-properties, dired-insert-old-subdirs):
2464 Use ignore-errors.
2465
2466 * dired-aux.el (dired-compress): Use ignore-errors.
2467 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
2468 (dired-do-async-shell-command, dired-do-shell-command)
2469 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
2470 (dired-insert-subdir-validate): Use string-match-p.
2471 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
2472 (dired-add-entry): Use string-match-p, looking-at-p.
2473 (dired-insert-subdir-newpos): Remove unused local variable.
2474
2475 * filenotify.el (file-notify-callback): Remove unused local variable.
2476
2477 * filesets.el (filesets-error): Mark unused argument.
2478 (filesets-which-command-p, filesets-filter-dir-names)
2479 (filesets-directory-files, filesets-get-external-viewer)
2480 (filesets-ingroup-get-data): Use string-match-p.
2481
2482 * find-file.el (ff-other-file-name, ff-other-file-name)
2483 (ff-find-the-other-file, ff-cc-hh-converter):
2484 Remove unused local variables.
2485 (ff-get-file-name): Use string-match-p.
2486 (ff-all-dirs-under): Use ignore-errors.
2487
2488 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
2489 (follow-select-if-visible): Remove unused local variable.
2490
2491 * forms.el (read-file-filter): Move declaration.
2492 (forms--make-format, forms--make-parser, forms-insert-record):
2493 Quote function with #'.
2494 (forms--update): Use string-match-p. Quote function with #'.
2495
2496 * help-mode.el (help-dir-local-var-def): Mark unused argument.
2497 (help-make-xrefs): Use looking-at-p.
2498 (help-xref-on-pp): Use looking-at-p, ignore-errors.
2499
2500 * ibuffer.el (ibuffer-ext-visible-p): Declare.
2501 (ibuffer-confirm-operation-on): Use string-match-p.
2502
2503 * msb.el (msb-item-handler, msb-dired-item-handler):
2504 Mark unused arguments.
2505
2506 * ses.el (ses-decode-cell-symbol)
2507 (ses-kill-override): Remove unused local variable.
2508 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
2509 (ses-load): Use ignore-errors, looking-at-p.
2510 (ses-jump-safe): Use ignore-errors.
2511 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
2512
2513 * tabify.el (untabify, tabify): Mark unused arguments.
2514
2515 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
2516 Mark unused argument.
2517 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
2518 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
2519
c880af52
JB
2520 * emacs-lisp/timer.el (timer--time): Define setter with
2521 gv-define-setter to avoid deprecation warning.
2522
5660113b 2523 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 2524 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
2525 (cmpl-statistics-block): Remove (body was commented out).
2526 All callers changed.
2527 (add-completions-from-buffer, load-completions-from-file):
2528 Remove unused variables.
2529
156aab80
JB
25302013-08-09 Juanma Barranquero <lekktu@gmail.com>
2531
5c5dee78
JB
2532 * filecache.el (file-cache-delete-file-list):
2533 Print message only when told so.
2534 (file-cache-files-matching): Use #' in mapconcat argument.
2535
156aab80
JB
2536 * ffap.el (ffap-url-at-point): Fix reference to variable
2537 thing-at-point-default-mail-uri-scheme.
2538
ad9dcd70
SM
25392013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2540
54bd972f
SM
2541 * subr.el (define-error): New function.
2542 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
2543 error-file-not-found and define with define-error.
2544 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
2545 and define with define-error.
2546 * userlock.el (file-locked, file-supersession):
2547 * simple.el (mark-inactive):
2548 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
2549 * progmodes/ada-mode.el (ada-mode-errors):
2550 * play/life.el (life-extinct):
2551 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
2552 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
2553 * nxml/rng-util.el (rng-error):
2554 * nxml/rng-uri.el (rng-uri-error):
2555 * nxml/rng-match.el (rng-compile-error):
2556 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
2557 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
2558 * nxml/nxml-rap.el (nxml-scan-error):
2559 * nxml/nxml-outln.el (nxml-outline-error):
2560 * net/soap-client.el (soap-error):
2561 * net/gnutls.el (gnutls-error):
2562 * net/ange-ftp.el (ftp-error):
2563 * mpc.el (mpc-proc-error):
2564 * json.el (json-error, json-readtable-error, json-unknown-keyword)
2565 (json-number-format, json-string-escape, json-string-format)
2566 (json-key-format, json-object-format):
2567 * jka-compr.el (compression-error):
2568 * international/quail.el (quail-error):
2569 * international/kkc.el (kkc-error):
2570 * emacs-lisp/ert.el (ert-test-failed):
2571 * calc/calc.el (calc-error, inexact-result, math-overflow)
2572 (math-underflow):
2573 * bookmark.el (bookmark-error-no-filename):
2574 * epg.el (epg-error): Define with define-error.
2575
0ea9e53a
SM
2576 * time.el (display-time-event-handler)
2577 (display-time-next-load-average): Don't call sit-for since it seems
2578 unnecessary (bug#15045).
2579
b0429158
SM
2580 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
2581 Use #' instead of ' to quote functions.
2582 (checkdoc-output-mode): Use setq-local.
2583 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
2584 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2585 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2586 (checkdoc-ispell, checkdoc-ispell-current-buffer)
2587 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2588 (checkdoc-ispell-message-text, checkdoc-ispell-start)
2589 (checkdoc-ispell-continue, checkdoc-ispell-comments)
2590 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2591
ad9dcd70
SM
2592 * ido.el (ido-completion-help): Fix up compiler warning.
2593
77187e6f
JB
25942013-08-09 Juanma Barranquero <lekktu@gmail.com>
2595
2596 * frameset.el (frameset-p): Add autoload cookie.
2597 (frameset--jump-to-register): New function, based on code moved from
2598 register.el.
2599 (frameset-to-register): Move from register.el. Adapt to `registerv'.
2600
2601 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2602 (frameset-restore, frameset-save, frameset-session-filter-alist):
2603 Remove declarations.
2604 (register-alist): Doc fix.
2605 (frameset-to-register): Move to frameset.el.
2606 (jump-to-register, describe-register-1): Remove frameset-specific code.
2607
9d3aa82c
JB
26082013-08-08 Juanma Barranquero <lekktu@gmail.com>
2609
2610 * allout-widgets.el (allout-widgets-pre-command-business)
2611 (allout-widgets-post-command-business)
2612 (allout-widgets-after-change-handler)
2613 (allout-decorate-item-and-context, allout-set-boundary-marker)
2614 (allout-body-modification-handler)
2615 (allout-graphics-modification-handler): Mark ignored arguments.
2616 (allout-widgets-post-command-business)
2617 (allout-widgets-exposure-change-processor)
2618 (allout-widgets-exposure-undo-processor)
2619 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2620 (allout-parse-item-at-point, allout-decorate-item-guides)
2621 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2622 * allout.el (epa-passphrase-callback-function): Declare.
2623 (allout-overlay-insert-in-front-handler)
2624 (allout-overlay-interior-modification-handler)
2625 (allout-isearch-end-handler, allout-chart-siblings)
2626 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2627 (allout-yank-processing, allout-process-exposed)
2628 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 2629 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
2630 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
2631 (lisp-indent-defform): Mark ignored arguments.
2632 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
2633 (calculate-lisp-indent): Remove unused variables.
2634 * international/characters.el (indian-2-column, arabic-2-column)
2635 (tibetan): Mark ignored arguments.
2636 (use-cjk-char-width-table): Mark ignored arguments.
2637 Remove unused variables.
2638 * international/fontset.el (build-default-fontset-data)
2639 (x-compose-font-name, create-fontset-from-fontset-spec):
2640 Mark ignored arguments.
2641 (fontset-plain-name): Remove unused variables.
2642 * international/mule.el (charset-id, charset-bytes, generic-char-p)
2643 (keyboard-coding-system): Mark ignored arguments.
2644 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
2645 * help.el (resize-temp-buffer-window):
2646 * window.el (display-buffer-in-major-side-window)
2647 (display-buffer-in-side-window, display-buffer-in-previous-window):
2648 Remove unused variables.
2649 * isearch.el (isearch-forward-symbol):
2650 * version.el (emacs-bzr-version-bzr):
2651 * international/mule-cmds.el (current-language-environment):
2652 * term/common-win.el (x-handle-iconic, x-handle-geometry)
2653 (x-handle-display):
2654 * term/pc-win.el (x-list-fonts, x-display-planes)
2655 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
2656 (x-server-version, x-display-screens, x-display-mm-height)
2657 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
2658 (x-selection-owner-p, x-own-selection-internal)
2659 (x-disown-selection-internal, x-get-selection-internal)
2660 (msdos-initialize-window-system):
2661 * term/tty-colors.el (tty-color-alist, tty-color-clear):
2662 * term/x-win.el (x-handle-no-bitmap-icon):
2663 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
2664 (vc-default-find-file-hook, vc-default-extra-menu):
2665 Mark ignored arguments.
2666
0ca3f70e
SM
26672013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
2670 break-condition in the context of the debugged code (bug#12685).
2671
74c5d24c
CS
26722013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
2673
2674 * comint.el:
2675 Do not use an overlay to highlight the last prompt. (Bug#14744)
2676 (comint-mode): Make comint-last-prompt buffer local.
2677 (comint-last-prompt): New variable.
2678 (comint-last-prompt-overlay): Remove. Superseded by
2679 comint-last-prompt.
0ca3f70e
SM
2680 (comint-snapshot-last-prompt, comint-output-filter):
2681 Use comint-last-prompt.
74c5d24c 2682
c03c02ee
JB
26832013-08-08 Juanma Barranquero <lekktu@gmail.com>
2684
a3738d20 2685 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
2686 (frameset-save): Check validity of the resulting frameset.
2687
04263d23
XF
26882013-08-08 Xue Fuqiao <xfq.free@gmail.com>
2689
2690 * ido.el (ido-record-command): Add doc string.
2691
76c5e5ab
JB
26922013-08-08 Juanma Barranquero <lekktu@gmail.com>
2693
2694 * frameset.el (frameset): Do not disable creation of the default
2695 frameset-p predicate. Doc fix.
2696 (frameset-valid-p): New function, copied from the old predicate-p.
2697 Add additional checks.
2698 (frameset-restore): Check with frameset-valid-p.
2699 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2700 (frameset-name, frameset-description, frameset-properties)
2701 (frameset-states): Add docstring.
f9dbf1cb
JB
2702 (frameset-session-filter-alist, frameset-persistent-filter-alist)
2703 (frameset-filter-alist): Doc fixes.
76c5e5ab 2704
bd0c3c0b
JB
27052013-08-08 Juanma Barranquero <lekktu@gmail.com>
2706
2707 * frameset.el (frameset-p, frameset-prop): Doc fixes.
2708
c735544c
SM
27092013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2712 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2713 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2714 (byte-compile-normal-call): Remove obsolescence check.
2715
2805a651
JB
27162013-08-08 Juanma Barranquero <lekktu@gmail.com>
2717
3677ffeb
JB
2718 * frameset.el (frameset-restore): Doc fix.
2719
2805a651
JB
2720 * register.el (frameset-frame-id, frameset-frame-with-id)
2721 (frameset-p, frameset-restore, frameset-save): Declare.
2722 (register-alist): Document framesets.
2723 (frameset-session-filter-alist): Declare.
2724 (frameset-to-register): New function.
2725 (jump-to-register): Implement jumping to framesets. Doc fix.
2726 (describe-register-1): Describe framesets.
2727
2728 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2729
a912c016
JB
27302013-08-07 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * desktop.el (desktop-save-frameset): Use new frameset-save args.
2733 Use lexical-binding.
2734
2735 * frameset.el (frameset): Use type vector, not list (incompatible
2736 change). Do not declare a new constructor, use the default one.
2737 Upgrade suggested properties `app', `name' and `desc' to slots `app',
2738 `name' and `description', respectively, and add read-only slot
2739 `timestamp'. Doc fixes.
2740 (frameset-copy, frameset-persistent-filter-alist)
2741 (frameset-filter-alist, frameset-switch-to-gui-p)
2742 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2743 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
2744 (frameset-filter-iconified, frameset-keep-original-display-p):
2745 Doc fixes.
2746 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2747 Rename from frameset-filter-(save|restore)-param. All callers changed.
2748 Doc fix.
2749 (frameset-p): Adapt to change to vector and be more thorough.
2750 Change arg name to OBJECT. Doc fix.
2751 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
2752 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2753 All callers changed.
2754 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2755 All callers changed.
2756 (frameset--record-minibuffer-relationships): Rename from
2757 frameset--process-minibuffer-frames. All callers changed.
2758 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2759 Use new default constructor (again). Doc fix.
2760 (frameset--find-frame-if): Rename from `frameset--find-frame.
2761 All callers changed.
2762 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2763 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2764 Doc fix.
2765 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2766 PARAMETERS and WINDOW-STATE, respectively.
2767 (frameset-restore): Add new keyword argument PREDICATE.
2768 Reset frameset--target-display to nil. Doc fix.
2769
bb41480a
SM
27702013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2771
f001e98e
SM
2772 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2773 (bat-mode): Use it.
2774 (bat-mode-syntax-table): Mark \n as end-of-comment.
2775 (bat-font-lock-keywords): Remove comment rule.
2776
7679edb1
SM
2777 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
2778 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
2779
bb41480a
SM
2780 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2781 (byte-compile-callargs-warn): Use `push'.
2782 (byte-compile-arglist-warn): Ignore higher-order "calls".
2783 (byte-compile-file-form-autoload): Use `pcase'.
2784 (byte-compile-function-form): If quoting a symbol, check that it exists.
2785
cdc1ebb9
EZ
27862013-08-07 Eli Zaretskii <eliz@gnu.org>
2787
2788 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2789 and add a few popular commands found in batch files.
2790 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2791 (dos-mode): Doc fixes.
2792
312b1740
SM
27932013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2796 (dos-mode): Use setq-local. Add space after "rem".
2797 (dos-mode-syntax-table): Don't use "w" for symbol chars.
2798 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2799
400a3178
AM
28002013-08-07 Arni Magnusson <arnima@hafro.is>
2801
2802 * progmodes/dos.el: New file.
2803 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2804 dos-mode.
2805
3b5c03d3
GM
28062013-08-06 Glenn Morris <rgm@gnu.org>
2807
2808 * calendar/calendar.el: Add new faces, and day-header-array.
2809 (calendar-weekday-header, calendar-weekend-header)
2810 (calendar-month-header): New faces.
2811 (calendar-day-header-construct): New function.
2812 (calendar-day-header-width): Also :set calendar-day-header-array.
2813 (calendar-american-month-header, calendar-european-month-header)
2814 (calendar-iso-month-header): Use calendar- faces.
2815 (calendar-generate-month):
2816 Use calendar-day-header-array for day headers; apply faces to them.
2817 (calendar-mode): Check calendar-font-lock-keywords non-nil.
2818 (calendar-abbrev-construct): Add optional maxlen argument.
2819 (calendar-day-name-array): Doc fix.
2820 (calendar-day-name-array, calendar-abbrev-length)
2821 (calendar-day-abbrev-array):
2822 Also :set calendar-day-header-array, and maybe redraw.
2823 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 2824 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
2825 (calendar-day-name): Add option to use header array.
2826
ec6a2d7a
LMI
28272013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2828
2829 * net/shr.el (shr-render-td): Remove debugging.
2830 (shr-render-td): Make width computation consistent by defaulting
2831 all zero-width columns to 10 characters. This may not be optimal,
2832 but it's at least consistent.
2122cb6d
LMI
2833 (shr-make-table-1): Redo last change to fix the real problem in
2834 colspan handling.
ec6a2d7a 2835
ed4fd9c5
DA
28362013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2837
0ca3f70e
SM
2838 * files.el (cache-long-line-scans):
2839 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 2840
64e22afe
JB
28412013-08-06 Juanma Barranquero <lekktu@gmail.com>
2842
024b38fc
JB
2843 * frameset.el (frameset, frameset-filter-alist)
2844 (frameset-filter-params, frameset-save, frameset--reuse-frame)
2845 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
2846 (frameset-compute-pos): Rename from frameset--compute-pos,
2847 and add docstring.
2848 (frameset-move-onscreen): Use frameset-compute-pos.
2849 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2850
64e22afe
JB
2851 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
2852 Fix typos in docstrings.
2853
c8c2aca8
DA
28542013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2855
2856 * frame.el (get-other-frame): Tiny cleanup.
2857
1d237bba
JB
28582013-08-06 Juanma Barranquero <lekktu@gmail.com>
2859
8951efef
JB
2860 * vc/vc.el (vc-default-ignore-completion-table):
2861 Silence byte-compiler warning.
2862
307764cc
JB
2863 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
2864 slot , which can indeed be nil.
2865 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2866 Move entry for `left' from persistent to live filter alist.
2867 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
2868 Doc fixes.
2869 (frameset-filter-params): When restoring a frame, copy items added to
2870 `filtered', to avoid unwittingly modifying the original parameters.
2871 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
2872 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
2873
1d237bba
JB
2874 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
2875 to use looking-at-p instead of looking-at. (Bug#15028)
2876
dc6c0eda
SM
28772013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2878
2879 Revert introduction of isearch-filter-predicates (bug#14714).
2880 Rely on add-function instead.
2881 * isearch.el (isearch-filter-predicates): Rename it back to
2882 isearch-filter-predicate.
2883 (isearch-message-prefix): Use advice-function-mapc and advice
2884 properties to get the isearch-message-prefix.
2885 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
2886 instead of run-hook-with-args-until-failure.
2887 (isearch-filter-visible): Not obsolete any more.
2888 * loadup.el: Preload nadvice.
2889 * replace.el (perform-replace): Revert to funcall
2890 instead of run-hook-with-args-until-failure.
2891 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
2892 * dired-aux.el (dired-isearch-filenames-mode): Rename from
2893 dired-isearch-filenames-toggle; make it into a proper minor mode.
2894 Use add/remove-function.
2895 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
2896 Call the minor-mode rather than add/remove-hook.
2897 (dired-isearch-filter-filenames):
2898 Remove isearch-message-prefix property.
2899 * info.el (Info--search-loop): New function, extracted from Info-search.
2900 Funcall isearch-filter-predicate instead of
2901 run-hook-with-args-until-failure isearch-filter-predicates.
2902 (Info-search): Use it.
2903 (Info-mode): Use isearch-filter-predicate instead of
2904 isearch-filter-predicates.
2905
290d5b58
DA
29062013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2907
2908 Do not call to `selected-window' where it is assumed by default.
2909 Affected functions are `window-minibuffer-p', `window-dedicated-p',
2910 `window-hscroll', `window-width', `window-height', `window-buffer',
2911 `window-frame', `window-start', `window-point', `next-window'
2912 and `window-display-table'.
2913 * abbrev.el (abbrev--default-expand):
2914 * bs.el (bs--show-with-configuration):
2915 * buff-menu.el (Buffer-menu-mouse-select):
2916 * calc/calc.el (calc):
2917 * calendar/calendar.el (calendar-generate-window):
2918 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
2919 (diary-make-entry):
2920 * comint.el (send-invisible, comint-dynamic-complete-filename)
2921 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
2922 * completion.el (complete):
2923 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
2924 * disp-table.el (describe-current-display-table):
2925 * doc-view.el (doc-view-insert-image):
2926 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
2927 * ehelp.el (with-electric-help):
2928 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2929 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
2930 * emacs-lisp/helper.el (Helper-help-scroller):
2931 * emulation/cua-base.el (cua--post-command-handler-1):
2932 * eshell/esh-mode.el (eshell-output-filter):
2933 * ffap.el (ffap-gnus-wrapper):
2934 * help-macro.el (make-help-screen):
2935 * hilit-chg.el (highlight-compare-buffers):
2936 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
2937 * hl-line.el (global-hl-line-highlight):
2938 * icomplete.el (icomplete-simple-completing-p):
2939 * isearch.el (isearch-done):
2940 * jit-lock.el (jit-lock-stealth-fontify):
2941 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
2942 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
2943 * mpc.el (mpc-tagbrowser, mpc):
2944 * net/rcirc.el (rcirc-any-buffer):
2945 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
2946 * play/landmark.el (landmark-max-width, landmark-max-height):
2947 * play/zone.el (zone):
2948 * progmodes/compile.el (compilation-goto-locus):
2949 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
2950 * progmodes/etags.el (find-tag-other-window):
2951 * progmodes/fortran.el (fortran-column-ruler):
2952 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2953 * progmodes/verilog-mode.el (verilog-point-text):
2954 * reposition.el (reposition-window):
2955 * rot13.el (toggle-rot13-mode):
2956 * server.el (server-switch-buffer):
2957 * shell.el (shell-dynamic-complete-command)
2958 (shell-dynamic-complete-environment-variable):
2959 * simple.el (insert-buffer, set-selective-display)
2960 (delete-completion-window):
2961 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
2962 (speedbar-recenter):
2963 * startup.el (fancy-splash-head):
2964 * textmodes/ispell.el (ispell-command-loop):
2965 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
2966 * tutorial.el (help-with-tutorial):
2967 * vc/add-log.el (add-change-log-entry):
2968 * vc/compare-w.el (compare-windows):
2969 * vc/ediff-help.el (ediff-indent-help-message):
2970 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
2971 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
2972 (ediff-setup-control-frame):
2973 * vc/emerge.el (emerge-position-region):
2974 * vc/pcvs-util.el (cvs-bury-buffer):
2975 * window.el (walk-windows, mouse-autoselect-window-select):
2976 * winner.el (winner-set-conf, winner-undo): Related users changed.
2977
38276e01
JB
29782013-08-05 Juanma Barranquero <lekktu@gmail.com>
2979
2980 * frameset.el (frameset--set-id): Doc fix.
2981 (frameset-frame-id, frameset-frame-id-equal-p)
2982 (frameset-locate-frame-id): New functions.
2983 (frameset--process-minibuffer-frames, frameset--reuse-frame)
2984 (frameset-restore): Use them.
2985
12b4c0ea
DA
29862013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2987
2988 Do not call to `selected-frame' where it is assumed by default.
2989 Affected functions are `raise-frame', `redraw-frame',
2990 `frame-first-window', `frame-terminal' and `delete-frame'.
2991 * calendar/appt.el (appt-disp-window):
2992 * epg.el (epg-wait-for-completion):
2993 * follow.el (follow-delete-other-windows-and-split)
2994 (follow-avoid-tail-recenter):
2995 * international/mule.el (set-terminal-coding-system):
2996 * mail/rmail.el (rmail-mail-return):
2997 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2998 * progmodes/f90.el (f90-add-imenu-menu):
2999 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3000 * server.el (server-switch-buffer):
3001 * simple.el (delete-completion-window):
3002 * talk.el (talk):
3003 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3004 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3005 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3006 * vc/ediff.el (ediff-documentation): Related users changed.
3007 * frame.el (selected-terminal): Remove the leftover.
3008
17f25e76
GM
30092013-08-05 Glenn Morris <rgm@gnu.org>
3010
3011 * calendar/calendar.el (calendar-generate-month):
3012 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
3013 (calendar-generate-month, calendar-font-lock-keywords):
3014 Fix for calendar-day-header-width > length of any day name.
17f25e76 3015
063233c3
JB
30162013-08-05 Juanma Barranquero <lekktu@gmail.com>
3017
3018 * desktop.el (desktop-clear): Use new name of sort predicate.
3019
3020 * frameset.el (frameset): Add docstring. Move :version property to its
3021 own `version' slot.
3022 (frameset-copy): Rename from copy-frameset.
3023 (frameset-p): Check more thoroughly.
3024 (frameset-prop): Do not check for :version, which is no longer a prop.
3025 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3026 Use new :never value instead of t.
3027 (frameset-filter-alist): Expand and clarify docstring.
3028 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3029 (frameset-filter-minibuffer, frameset-filter-save-param)
3030 (frameset-filter-restore-param, frameset-filter-iconified):
3031 Add pointer to docstring of frameset-filter-alist.
3032 (frameset-filter-params): Rename filter values to be more meaningful:
3033 :never instead of t, and reverse the meanings of :save and :restore.
3034 (frameset--process-minibuffer-frames): Clarify error message.
3035 (frameset-save): Avoid unnecessary and confusing call to framep.
3036 Use new BOA constructor for framesets.
3037 (frameset--reuse-list): Doc fix.
3038 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3039 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3040 (frameset-minibufferless-first-p): Doc fix.
3041 Rename from frameset-sort-frames-for-deletion.
3042 (frameset-restore): Doc fixes. Use new function names.
3043 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3044
d5671a82
JB
30452013-08-04 Juanma Barranquero <lekktu@gmail.com>
3046
3047 * desktop.el (desktop-restore-forces-onscreen)
3048 (desktop-restore-reuses-frames): Document :keyword constant values.
3049 (desktop-filter-parameters-alist): Remove, now identical to
3050 frameset-filter-alist.
3051 (desktop--filter-tty*): Remove, moved to frameset.el.
3052 (desktop-save-frameset, desktop-restore-frameset):
3053 Do not pass :filters argument.
3054
3055 * frameset.el (frameset-live-filter-alist)
3056 (frameset-persistent-filter-alist): New variables.
3057 (frameset-filter-alist): Use them. Add autoload cookie.
3058 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3059 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3060 `frameset--id' (it's supposed to be internal to frameset.el).
3061 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3062 (frameset--initial-params): New function.
3063 (frameset--get-frame): Use it. Doc fix.
3064 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3065 Accept :all, not 'all.
3066 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3067 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3068 with fbound symbols. Fix frame id matching, and remove matching ids if
3069 the frame being restored is deleted. Obey :delete.
3070
671d5c16
SM
30712013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3072
3073 * subr.el (macrop): New function.
3074 (text-clone--maintaining): New var.
3075 (text-clone--maintain): Rename from text-clone-maintain. Use it
3076 instead of inhibit-modification-hooks.
3077
3078 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3079 a proxy, so as handle autoloads and redefinitions of the target.
3080 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3081
3082 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3083 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
3084 (pcase--mutually-exclusive-p): New function.
3085 (pcase--split-consp): Use it.
3086 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
3087 mutually exclusive with the current predicate.
3088
3089 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3090 (edebug-macrop): Remove. Use `macrop' instead.
3091 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
3092 (ad-macro-p):
3093 * eshell/esh-cmd.el (eshell-macrop):
3094 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
3095
1d44e9dc
SM
30962013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3099 (advice-mapc): New function, using it.
3100 (advice-function-member-p): New function.
3101 (advice--normalize): Store the cdr in advice--saved-rewrite since
3102 that's the part that will be changed.
3103 (advice--symbol-function): New function.
3104 (advice-remove): Handle removal before the function is defined.
3105 Adjust to new advice--saved-rewrite.
3106 (advice-member-p): Use advice-function-member-p and
3107 advice--symbol-function.
3108
5414a283
JB
31092013-08-04 Juanma Barranquero <lekktu@gmail.com>
3110
51d30f2c
JB
3111 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3112 (frameset-filter-minibuffer): Doc fix.
3113 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
3114 (frameset--set-id, frameset--process-minibuffer-frames)
3115 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3116 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 3117
5414a283
JB
3118 * desktop.el (desktop-clear): Only delete frames when called
3119 interactively and desktop-restore-frames is non-nil. Doc fix.
3120 (desktop-read): Set desktop-saved-frameset to nil.
3121
ab419665
XF
31222013-08-04 Xue Fuqiao <xfq.free@gmail.com>
3123
3124 * vc/vc.el (vc-ignore): Rewrite.
3125 (vc-default-ignore-completion-table):
3126 (vc--read-lines):
3127 (vc--add-line, vc--remove-regexp): New functions.
3128
3129 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3130 (vc-svn-ignore-completion-table): New function.
3131
3132 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3133 (vc-hg-ignore-completion-table):
3134 (vc-hg-find-ignore-file): New functions.
3135
3136 * vc/vc-git.el (vc-git-ignore): Rewrite.
3137 (vc-git-ignore-completion-table):
3138 (vc-git-find-ignore-file): New functions.
3139
3140 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3141
3142 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3143 (vc-bzr-ignore-completion-table):
3144 (vc-bzr-find-ignore-file): New functions.
3145
2613dea2
JB
31462013-08-03 Juanma Barranquero <lekktu@gmail.com>
3147
3148 * frameset.el (frameset-prop): New function and setter.
3149 (frameset-save): Do not modify frame list passed by the caller.
3150
9c959872
SM
31512013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3154
a104f656
SM
31552013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3156
70122acf
SM
3157 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3158 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3159
a104f656
SM
3160 * custom.el (custom-initialize-default, custom-initialize-set)
3161 (custom-initialize-reset, custom-initialize-changed): Affect the
3162 toplevel-default-value (bug#6275, bug#14586).
3163 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3164 for bug#6275.
3165
f078d570
JB
31662013-08-02 Juanma Barranquero <lekktu@gmail.com>
3167
185e3b5a
JB
3168 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3169 Add cl-def* expressions.
3170
f078d570
JB
3171 * frameset.el (frameset-filter-params): Fix order of arguments.
3172
9421876d
JB
31732013-08-02 Juanma Barranquero <lekktu@gmail.com>
3174
3175 Move code related to saving frames to frameset.el.
3176 * desktop.el: Require frameset.
3177 (desktop-restore-frames): Doc fix.
3178 (desktop-restore-reuses-frames): Rename from
3179 desktop-restoring-reuses-frames.
3180 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3181 (desktop-clear): Clear frames too.
3182 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3183 (desktop--filter-tty*, desktop-save, desktop-read):
3184 Use frameset functions.
3185 (desktop-before-saving-frames-functions, desktop--filter-*-color)
3186 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3187 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3188 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3189 (desktop--process-minibuffer-frames, desktop-save-frames)
3190 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3191 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3192 (desktop--sort-states, desktop-restoring-frames-p)
3193 (desktop-restore-frames): Remove. Most code moved to frameset.el.
3194 (desktop-restoring-frameset-p, desktop-restore-frameset)
3195 (desktop--check-dont-save, desktop-save-frameset): New functions.
3196 (desktop--app-id): New constant.
3197 (desktop-first-buffer, desktop-buffer-ok-count)
3198 (desktop-buffer-fail-count): Move before first use.
3199 * frameset.el: New file.
3200
76dc5996
SM
32012013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * files.el: Use lexical-binding.
3204 (dir-locals-read-from-file): Remove unused `err' variable.
3205 (hack-dir-local-variables--warned-coding): New var.
3206 (hack-dir-local-variables): Use it to avoid repeated warnings.
3207 (make-backup-file-name--default-function): New function.
3208 (make-backup-file-name-function): Use it as default.
3209 (buffer-stale--default-function): New function.
3210 (buffer-stale-function): Use it as default.
3211 (revert-buffer-insert-file-contents--default-function): New function.
3212 (revert-buffer-insert-file-contents-function): Use it as default.
3213 (insert-directory): Avoid add-to-list.
3214
3215 * autorevert.el (auto-revert-handler): Simplify.
3216 Use buffer-stale--default-function.
3217
06d36e2b
TH
32182013-08-01 Tassilo Horn <tsdh@gnu.org>
3219
5f648ab4
TH
3220 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3221
06d36e2b
TH
3222 * whitespace.el (whitespace-ensure-local-variables): New function.
3223 (whitespace-cleanup-region): Call it.
3224 (whitespace-turn-on): Call it.
3225
a43dc424
MA
32262013-08-01 Michael Albinus <michael.albinus@gmx.de>
3227
3228 Complete file name handlers.
3229
3230 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3231 (tramp-handle-verify-visited-file-modtime)
3232 (tramp-handle-file-notify-rm-watch): New functions.
3233 (tramp-call-process): Do not bind `default-directory'.
3234
44e18199
JB
3235 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3236 Order alphabetically.
a43dc424
MA
3237 [access-file, add-name-to-file, dired-call-process]:
3238 [dired-compress-file, file-acl, file-notify-rm-watch]:
3239 [file-ownership-preserved-p, file-selinux-context]:
3240 [make-directory-internal, make-symbolic-link, set-file-acl]:
3241 [set-file-selinux-context, set-visited-file-modtime]:
3242 [verify-visited-file-modtime]: Add handler.
3243 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3244
3245 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3246 [file-notify-add-watch, file-notify-rm-watch]:
3247 [set-file-times, set-visited-file-modtime]:
3248 [verify-visited-file-modtime]: Add handler.
3249 (with-tramp-gvfs-error-message)
3250 (tramp-gvfs-handle-set-visited-file-modtime)
3251 (tramp-gvfs-fuse-file-name): Remove.
3252 (tramp-gvfs-handle-file-notify-add-watch)
3253 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3254 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3255
44e18199
JB
3256 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3257 Order alphabetically.
a43dc424
MA
3258 [file-notify-rm-watch ]: Use default Tramp handler.
3259 [executable-find]: Remove private handler.
3260 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3261 `default-directory'.
3262 (tramp-sh-handle-executable-find)
3263 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3264 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3265 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3266 Do not use `format' in `tramp-message'.
3267
3268 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3269 [file-notify-rm-watch, set-visited-file-modtime]:
3270 [verify-visited-file-modtime]: Add handler.
3271 (tramp-smb-call-winexe): Do not bind `default-directory'.
3272
7188b515
XF
32732013-08-01 Xue Fuqiao <xfq.free@gmail.com>
3274
3275 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3276
2412ee1a
DG
32772013-07-31 Dmitry Gutov <dgutov@yandex.ru>
3278
3279 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3280 use it.
3281 (log-view-diff-changeset): Same.
3282 (log-view-diff-common): Call backend command `previous-revision'
3283 to find out the previous revision, in both cases. Swap the
3284 variables `to' and `fr', so that `fr' usually refers to the
3285 earlier revision (Bug#14989).
3286
5002a754
KRC
32872013-07-31 Kan-Ru Chen <kanru@kanru.info>
3288
3289 * ibuf-ext.el (ibuffer-filter-by-filename):
3290 Make it work with dired buffers too.
3291
44e18199 32922013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
3293
3294 * emacs-lisp/re-builder.el (reb-color-display-p):
3295 * files.el (save-buffers-kill-terminal):
3296 * net/browse-url.el (browse-url):
3297 * server.el (server-save-buffers-kill-terminal):
3298 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3299 Prefer nil to selected-frame for the first arg of frame-parameter.
3300
aeca3fbb
XF
33012013-07-31 Xue Fuqiao <xfq.free@gmail.com>
3302
3303 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3304
158bc55c
SB
33052013-07-30 Stephen Berman <stephen.berman@gmx.net>
3306
3307 * minibuffer.el (completion--twq-all): Try and preserve each
3308 completion's case choice (bug#14907).
3309
d50fceab
LMI
33102013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3311
ac38e731
LMI
3312 * net/network-stream.el (open-network-stream): Mention the new
3313 :nogreeting parameter.
3314 (network-stream-open-starttls): Use the :nogreeting parameter
3315 (bug#14938).
3316
1211de50
LMI
3317 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3318
997798bf
LMI
3319 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3320 more natural than popping.
3321
d50fceab 3322 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 3323 (shr-urlify): Highlight under mouse.
d50fceab 3324
5c09de04
XF
33252013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3326
207d1d04
XF
3327 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3328
3329 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3330
5c09de04
XF
3331 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
3332 buffer for output.
3333
3cd51eaa
XF
3334 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
3335 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 3336
44e18199 3337 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 3338 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
3339
3340 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3341
3342 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
3343 buffer for output.
3344
35a89bdd
EZ
33452013-07-29 Eli Zaretskii <eliz@gnu.org>
3346
3347 * frame.el (frame-notice-user-settings): Avoid inflooping when the
3348 initial frame is minibuffer-less. (Bug#14841)
3349
78822e94
MA
33502013-07-29 Michael Albinus <michael.albinus@gmx.de>
3351
3352 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3353 option.
3354
3355 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3356 (tramp-maybe-open-connection): Use it.
3357
9503c190
JB
33582013-07-28 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * desktop.el (desktop--make-frame): Include `minibuffer' in the
3361 minimal set of parameters passed when creating a frame, because
3362 the minibuffer status of a frame cannot be changed later.
3363
d5a845b4
SB
33642013-07-28 Stephen Berman <stephen.berman@gmx.net>
3365
3366 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
3367 replace-regexp-in-string and inadvertent omissions in previous change.
3368 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 3369 name of filtered items buffer.
d5a845b4 3370
ddeffb17
JB
33712013-07-28 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * desktop.el: Optionally force offscreen frames back onscreen.
3374 (desktop-restoring-reuses-frames): New option.
3375 (desktop--compute-pos, desktop--move-onscreen): New functions.
3376 (desktop--make-frame): Use desktop--move-onscreen.
3377
f5950f7a
AM
33782013-07-27 Alan Mackenzie <acm@muc.de>
3379
3380 Fontify a Java generic method as a function.
3381 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
3382 value to t.
3383
ae43b66a
SB
33842013-07-27 Stephen Berman <stephen.berman@gmx.net>
3385
3386 * calendar/todo-mode.el: Add command to rename todo files.
3387 (todo-rename-file): New command.
3388 (todo-key-bindings-t): Add key binding for it. Change the
3389 bindings of todo-filter-regexp-items(-multifile) to use `x'
3390 instead of `r', since the latter is better suited to the new
3391 renaming command.
3392
5ab78d3d
AM
33932013-07-27 Alan Mackenzie <acm@muc.de>
3394
3395 Make Java try-with-resources statement parse properly.
3396 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
3397 (c-block-stmt-1-2-key): New language constants/variables.
3398 * progmodes/cc-engine.el (c-beginning-of-statement-1)
3399 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
3400 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 3401 with c-block-stmt-1-2-key.
5ab78d3d 3402
d85c4d50
JB
34032013-07-27 Juanma Barranquero <lekktu@gmail.com>
3404
3405 * desktop.el (desktop--make-frame): Apply most frame parameters after
3406 creating the frame to force (partially or totally) offscreen frames to
3407 be restored as such.
3408
e4c467f9
XF
34092013-07-26 Xue Fuqiao <xfq.free@gmail.com>
3410
3411 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 3412 (Bug#14948)
e4c467f9 3413
7ced0d04
SM
34142013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
3417 `base' arg of backtrace-frame.
3418
fec92060
EZ
34192013-07-26 Eli Zaretskii <eliz@gnu.org>
3420
3421 * simple.el (list-processes): Doc fix.
3422
d58d31fb
JB
34232013-07-26 Juanma Barranquero <lekktu@gmail.com>
3424
3425 * desktop.el (desktop--select-frame):
d85c4d50 3426 Try harder to reuse existing frames.
d58d31fb 3427
53ff3e77
SM
34282013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3429
3430 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
3431 (edebug-eval): Use backtrace-eval.
3432 (edebug--display, edebug--recursive-edit): Don't let-bind the
3433 edebug-outer-* vars that keep track of variables we locally let-bind.
3434 (edebug-outside-excursion): Don't restore outside values of locally
3435 let-bound vars.
3436 (edebug--display): Use user-error.
3437 (cl-lexical-debug, cl-debug-env): Remove.
3438
045f7a53
JB
34392013-07-26 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
3442 are restored to be sure that they are visible before deleting any
3443 remaining ones.
3444
59070b32
MM
34452013-07-26 Matthias Meulien <orontee@gmail.com>
3446
742a3501
XF
3447 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
3448 vc-print-root-log. (Bug#14948)
59070b32 3449
b1fb3596
RS
34502013-07-26 Richard Stallman <rms@gnu.org>
3451
3452 Add aliases for encrypting mail.
3453 * epa.el (epa-mail-aliases): New option.
3454 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
3455 Bind inhibit-read-only so read-only text doesn't ruin everything.
3456 (epa-mail-default-recipients): New subroutine broken out.
3457 Handle epa-mail-aliases.
3458
56ea7291
SM
34592013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3460
3461 Add support for lexical variables to the debugger's `e' command.
3462 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
3463 vars, except for debugger-outer-match-data.
3464 (debugger-frame-number): Move check for "on a function call" from
3465 callers into it. Add `skip-base' argument.
3466 (debugger-frame, debugger-frame-clear): Simplify accordingly.
3467 (debugger-env-macro): Only reset the state stored in non-variables,
3468 i.e. current-buffer and match-data.
3469 (debugger-eval-expression): Rewrite using backtrace-eval.
3470 * subr.el (internal--called-interactively-p--get-frame): Remove.
3471 (called-interactively-p):
3472 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
3473 `base' arg of backtrace-frame instead.
3474
15ac32d5
GM
34752013-07-26 Glenn Morris <rgm@gnu.org>
3476
8358a09d
GM
3477 * align.el (align-regexp): Doc fix. (Bug#14857)
3478 (align-region): Explicit error if subexpression missing/does not match.
3479
15ac32d5
GM
3480 * simple.el (global-visual-line-mode):
3481 Do not duplicate the mode lighter. (Bug#14858)
3482
f47ad11b
MR
34832013-07-25 Martin Rudalics <rudalics@gmx.at>
3484
3485 * window.el (display-buffer): In display-buffer bind
3486 split-window-keep-point to t, bug#14829.
3487
02530987
JB
34882013-07-25 Juanma Barranquero <lekktu@gmail.com>
3489
3490 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
3491 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
3492 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
3493 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3494 Change accordingly.
f63ebeb5
JB
3495 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3496 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 3497
6ccb9cab 34982013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 3499
6ccb9cab 3500 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 3501
cb3a56d2
JB
35022013-07-25 Juanma Barranquero <lekktu@gmail.com>
3503
3504 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
3505 parameter to modify-frame-parameters if the value has not changed;
3506 this is a workaround for bug#14949.
3507 (desktop--make-frame): On cl-delete-if call, check parameter name,
3508 not full parameter.
3509
7aa7fff0
XF
35102013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3511
3512 * vc/vc.el (vc-ignore): New function.
3513
3514 * vc/vc-svn.el (vc-svn-ignore): New function.
3515
3516 * vc/vc-hg.el (vc-hg-ignore): New function.
3517
3518 * vc/vc-git.el (vc-git-ignore): New function.
3519
3520 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
3521 (vc-dir-ignore): New function.
3522
3523 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 3524 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
3525
3526 * vc/vc-bzr.el (vc-bzr-ignore): New function.
3527
3528 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
3529
889acc5c
JB
35302013-07-24 Juanma Barranquero <lekktu@gmail.com>
3531
3532 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
3533 (desktop-restore-frames): Warn when deleting an existing frame failed.
3534
86c40970
GM
35352013-07-24 Glenn Morris <rgm@gnu.org>
3536
3537 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
3538
d5d3c58a
MA
35392013-07-24 Michael Albinus <michael.albinus@gmx.de>
3540
3541 * filenotify.el (file-notify-supported-p):
3542 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3543 Remove functions.
3544
3545 * autorevert.el (auto-revert-use-notify):
3546 (auto-revert-notify-add-watch):
3547 * net/tramp.el (tramp-file-name-for-operation):
3548 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3549 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3550 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3551 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3552 Remove `file-notify-supported-p' entry.
3553
d100084b
GM
35542013-07-24 Glenn Morris <rgm@gnu.org>
3555
3556 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 3557 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 3558
ac93e56b
SM
35592013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3560
249eea30
SM
3561 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
3562 checked with memq (bug#14935).
3563
ac93e56b
SM
3564 * files.el (revert-buffer-function): Use a non-nil default.
3565 (revert-buffer-preserve-modes): Declare var to
3566 provide access to the `preserve-modes' argument.
3567 (revert-buffer): Let-bind it.
3568 (revert-buffer--default): New function, extracted from revert-buffer.
3569
2cdeb903
SM
35702013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * lpr.el: Signal print errors more prominently.
3573 (print-region-function): Don't default to nil.
3574 (lpr-print-region): New function, extracted from print-region-1.
3575 Check lpr's return value and signal an error in case of problem.
3576 (print-region-1): Use it.
3577 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
3578 versions instead.
3579 (ps-printer-name): Default to nil.
3580 (ps-printer-name-option): Default to lpr-printer-switch.
3581 (ps-print-region-function): Don't default to nil.
3582 (ps-postscript-code-directory): Simplify default.
3583 (ps-do-despool): Use lpr-print-region to properly check the outcome.
3584 (ps-string-list, ps-eval-switch, ps-flatten-list)
3585 (ps-flatten-list-1): Remove.
3586 (ps-multibyte-buffer): Avoid setq.
3587 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3588 (print-region-function, ps-print-region-function): Don't set them here.
3589
73600831
XF
35902013-07-24 Xue Fuqiao <xfq.free@gmail.com>
3591
0e55c076
XF
3592 * ido.el (ido-fractionp):
3593 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3594 (ido-max-file-prompt-width, ido-unc-hosts-cache)
3595 (ido-max-directory-size, ido-max-dir-file-cache)
3596 (ido-decorations): Doc fix.
3597
73600831
XF
3598 * ansi-color.el: Fix old URL.
3599
3d012865
MM
36002013-07-23 Michael R. Mauger <michael@mauger.com>
3601
e903c210 3602 * progmodes/sql.el: Version 3.3
3d012865
MM
3603 (sql-product-alist): Improve oracle :prompt-cont-regexp.
3604 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3605 (sql-interactive-remove-continuation-prompt): Rewrite, use
3606 functions above. Fix continuation prompt and complete output line
3607 handling.
3608 (sql-redirect-one, sql-execute): Use `read-only-mode' on
3609 redirected output buffer.
3610 (sql-mode): Restore deleted code (Bug#13591).
3611
da77a2e2
JB
36122013-07-23 Juanma Barranquero <lekktu@gmail.com>
3613
3614 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3615
80ff0c71
MA
36162013-07-23 Michael Albinus <michael.albinus@gmx.de>
3617
3618 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3619
3620 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3621 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3622 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3623
b61d71e4
JB
36242013-07-23 Juanma Barranquero <lekktu@gmail.com>
3625
3626 * desktop.el (desktop-clear): Simplify; remove useless checks
3627 against invalid buffer names.
3628 (desktop-list*): Use cl-list*.
3629 (desktop-buffer-info, desktop-create-buffer): Simplify.
3630
c3512092
LL
36312013-07-23 Leo Liu <sdl.web@gmail.com>
3632
3633 * bookmark.el (bookmark-make-record): Restore NAME as a default
3634 value. (Bug#14933)
3635
0ac26976
SM
36362013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3637
7d22ce18
SM
3638 * emacs-lisp/autoload.el (autoload--setup-output): New function,
3639 extracted from autoload--insert-text.
3640 (autoload--insert-text): Remove.
3641 (autoload--print-cookie-text): New function, extracted from
3642 autoload--insert-cookie-text.
3643 (autoload--insert-cookie-text): Remove.
3644 (autoload-generate-file-autoloads): Adjust calls accordingly.
3645
9b2607e8
SM
3646 * winner.el (winner-hook-installed-p): Remove.
3647 (winner-mode): Simplify accordingly.
3648
c43a8618
SM
3649 * subr.el (add-to-list): Fix compiler-macro when `append' is
3650 not constant. Don't use `cl-member' for the base case.
3651
0ac26976
SM
3652 * progmodes/subword.el: Fix boundary case (bug#13758).
3653 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
3654 own group.
3655 (subword-backward-regexp): Make it a constant.
3656 (subword-forward-internal): Don't treat a trailing capital as the
3657 beginning of a word.
3658
6874724a
AR
36592013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3660
3661 * emacs-lisp/package.el (package-menu-mode): Don't modify the
3662 global value of tabulated-list-revert-hook (bug#14930).
3663
70f1b5e8
JB
36642013-07-22 Juanma Barranquero <lekktu@gmail.com>
3665
a1c80d9d
JB
3666 * desktop.el: Require 'cl-lib.
3667 (desktop-before-saving-frames-functions): New hook.
3668 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
3669 for frames being saved. Rename from desktop--save-minibuffer-frames.
3670 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
3671 Do not save frames with non-nil `desktop-dont-save' parameter.
3672 Filter out deleted frames.
a1c80d9d
JB
3673 (desktop--find-frame): Use cl-find-if.
3674 (desktop--select-frame): Use cl-(first|second|third) to access values
3675 of desktop-mini.
3676 (desktop--make-frame): Use cl-delete-if.
3677 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
3678 (desktop-restore-frames): Use cl-(first|second|third) to access values
3679 of desktop-mini. Look for visible frame at the end, not while
3680 restoring frames.
3681
70f1b5e8
JB
3682 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
3683 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
3684 Use string-match-p, looking-at-p (bug#14927).
3685
728dc3cc
JB
36862013-07-21 Juanma Barranquero <lekktu@gmail.com>
3687
56bc453c
JB
3688 * desktop.el (desktop-saved-frame-states):
3689 Rename from desktop--saved-states; all users changed.
3690 (desktop-save-frames): Rename from desktop--save-frames.
3691 Do not save state to desktop file.
3692 (desktop-save): Save desktop-saved-frame-states to desktop file
3693 and reset to nil.
3694 (desktop-restoring-frames-p): New function.
3695 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
3696 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
3697 buffer-lists when restoring frames. Suggested by Martin Rudalics.
3698
728dc3cc
JB
3699 * desktop.el: Correctly restore iconified frames.
3700 (desktop--filter-iconified-position): New function.
3701 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3702
862f1c9c
GM
37032013-07-20 Glenn Morris <rgm@gnu.org>
3704
c4074c9f
GM
3705 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3706 Let `message' do the formatting.
3707 (def-gdb-preempt-display-buffer): Add explicit format.
3708
d828e5f9
GM
3709 * image-dired.el (image-dired-track-original-file):
3710 Use with-current-buffer.
3711 (image-dired-track-thumbnail): Use with-current-buffer.
3712 Avoid changing point of wrong window.
3713
862f1c9c
GM
3714 * image-dired.el (image-dired-track-original-file):
3715 Avoid changing point of wrong window. (Bug#14909)
3716
f0398ec1 37172013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
3718
3719 * progmodes/gdb-mi.el (gdb-done-or-error):
3720 Guard against "%" in gdb output. (Bug#14127)
3721
1451928f
AS
37222013-07-20 Andreas Schwab <schwab@linux-m68k.org>
3723
763a086d
JB
3724 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3725 (Bug#14826)
f7a03897 3726
1451928f
AS
3727 * international/mule.el (coding-system-iso-2022-flags): Fix last
3728 change.
3729
99107004
KH
37302013-07-20 Kenichi Handa <handa@gnu.org>
3731
763a086d
JB
3732 * international/mule.el (coding-system-iso-2022-flags):
3733 Add `8-bit-level-4'. (Bug#8522)
99107004 3734
48494e06
LMI
37352013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3736
8ba8eec5
LMI
3737 * net/shr.el (shr-mouse-browse-url): New command and keystroke
3738 (bug#14815).
3739
dfbc66e3
LMI
3740 * net/eww.el (eww-process-text-input): Allow inputting when the
3741 point is at the start of the line, as the properties aren't
3742 front-sticky.
3743
48494e06
LMI
3744 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
3745 degenerate widths.
3746
77c92cb9
RS
37472013-07-19 Richard Stallman <rms@gnu.org>
3748
aec7da77
RS
3749 * epa.el (epa-popup-info-window): Doc fix.
3750
77c92cb9
RS
3751 * subr.el (split-string): New arg TRIM.
3752
945c5bb1
JB
37532013-07-18 Juanma Barranquero <lekktu@gmail.com>
3754
3755 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3756 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3757
e06ec67f
MA
37582013-07-18 Michael Albinus <michael.albinus@gmx.de>
3759
c7064f05 3760 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
3761 `file-notify-support'. Do not autoload. Adapt all uses.
3762 (file-notify-supported-p): New defun.
3763
c7064f05
JB
3764 * autorevert.el (auto-revert-use-notify):
3765 Use `file-notify-supported-p' instead of `file-notify-support'.
3766 Adapt docstring.
e06ec67f
MA
3767 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3768
3769 * net/tramp.el (tramp-file-name-for-operation):
3770 Add `file-notify-supported-p'.
3771
3772 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3773 New defun.
3774 (tramp-sh-file-name-handler-alist): Add it as handler for
3775 `file-notify-supported-p '.
3776
3777 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3778 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3779 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3780 Add `ignore' as handler for `file-notify-*' functions.
3781
5dc8a629
EZ
37822013-07-17 Eli Zaretskii <eliz@gnu.org>
3783
3784 * simple.el (line-move-partial, line-move): Don't start vscroll or
3785 scroll-up if the current line is not taller than the window.
3786 (Bug#14881)
3787
77aea2fb
DG
37882013-07-16 Dmitry Gutov <dgutov@yandex.ru>
3789
3790 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3791 highlight question marks in the method names as strings.
ac72c08d
DG
3792 (ruby-block-beg-keywords): Inline.
3793 (ruby-font-lock-keyword-beg-re): Extract from
3794 `ruby-font-lock-keywords'.
77aea2fb 3795
18c26d81
JD
37962013-07-16 Jan Djärv <jan.h.d@swipnet.se>
3797
3798 * frame.el (blink-cursor-blinks): New defcustom.
3799 (blink-cursor-blinks-done): New defvar.
3800 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3801 (blink-cursor-timer-function): Check if number of blinks has been
3802 done on X and NS.
3803 (blink-cursor-suspend, blink-cursor-check): New defuns.
3804
da48522e
GM
38052013-07-15 Glenn Morris <rgm@gnu.org>
3806
3807 * edmacro.el (edmacro-format-keys): Fix previous change.
3808
0463c1ef
PE
38092013-07-15 Paul Eggert <eggert@cs.ucla.edu>
3810
3811 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3812 The hack didn't work outside English locales anyway.
3813
b43f6451
JB
38142013-07-15 Juanma Barranquero <lekktu@gmail.com>
3815
3816 * simple.el (define-alternatives): Rename from alternatives-define,
3817 per RMS' suggestion.
3818
b958c0ad
JB
38192013-07-14 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * desktop.el (desktop-restore-frames): Change default to t.
3822 (desktop-restore-in-current-display): Now offer more options.
3823 (desktop-restoring-reuses-frames): New customization option.
3824 (desktop--saved-states): Doc fix.
3825 (desktop-filter-parameters-alist): New variable, renamed and expanded
3826 from desktop--excluded-frame-parameters.
3827 (desktop--target-display): New variable.
3828 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3829 (desktop--filter-tty*, desktop--filter-*-color)
3830 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3831 (desktop--filter-save-desktop-parm)
3832 (desktop-restore-in-original-display-p): New functions.
3833 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3834 (desktop--save-minibuffer-frames): New function, inspired by a similar
3835 function from Martin Rudalics.
3836 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3837 (desktop--restore-in-this-display-p): Remove.
3838 (desktop--find-frame): Rename from desktop--find-frame-in-display
3839 and add predicate argument.
3840 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3841 (desktop--reuse-list): New variable.
3842 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
3843 New functions.
3844 (desktop--restore-frames): Add support for "minibuffer-special" frames.
3845
f6dd8b36
MA
38462013-07-14 Michael Albinus <michael.albinus@gmx.de>
3847
3848 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
3849
2ce3c565
DG
38502013-07-13 Dmitry Gutov <dgutov@yandex.ru>
3851
763a086d
JB
3852 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3853 Highlight conversion methods on Kernel.
2ce3c565 3854
2cdb7698
AM
38552013-07-13 Alan Mackenzie <acm@muc.de>
3856
3857 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
3858 and comment it out. This out-commenting enables certain C++
3859 declarations to be parsed correctly.
3860
1a67b811
EZ
38612013-07-13 Eli Zaretskii <eliz@gnu.org>
3862
1b796d6b
EZ
3863 * international/mule.el (define-coding-system): Doc fix.
3864
1a67b811
EZ
3865 * simple.el (default-font-height): Don't call font-info if the
3866 frame's default font didn't change since the frame was created.
3867 (Bug#14838)
3868
58fbe886
LL
38692013-07-13 Leo Liu <sdl.web@gmail.com>
3870
3871 * ido.el (ido-read-file-name): Guard against non-symbol value.
3872
1f0480d4
FEG
38732013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3874
3875 * progmodes/python.el (python-imenu--build-tree): Fix corner case
3876 in nested defuns.
3877
97ead0e5
LL
38782013-07-13 Leo Liu <sdl.web@gmail.com>
3879
3880 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
3881 ido-set-matches call. (Bug#6852)
3882
0880a952
DG
38832013-07-12 Dmitry Gutov <dgutov@yandex.ru>
3884
3885 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
3886 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
3887 Ruby 2.0.
3888 (ruby-font-lock-keywords): Distinguish calls to functions with
3889 module-like names from module references. Highlight character
3890 literals.
3891
a7d8babb
SDJ
38922013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
3893
3894 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 3895 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 3896
acfcc8c5
JB
38972013-07-12 Juanma Barranquero <lekktu@gmail.com>
3898
3899 * desktop.el (desktop--v2s): Remove unused local variable.
3900 (desktop-save-buffer): Make defvar-local; adjust docstring.
3901 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
3902 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
3903
051f2775
AS
39042013-07-12 Andreas Schwab <schwab@linux-m68k.org>
3905
3906 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
3907
f24e7572
GM
39082013-07-12 Eli Zaretskii <eliz@gnu.org>
3909
3910 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
3911 (Bug#14842)
3912
539a920c
GM
39132013-07-12 Glenn Morris <rgm@gnu.org>
3914
3915 * doc-view.el: Require cl-lib at runtime too.
3916 (doc-view-remove-if): Remove.
3917 (doc-view-search-next-match, doc-view-search-previous-match):
3918 Use cl-remove-if.
3919
3920 * edmacro.el: Require cl-lib at runtime too.
3921 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
3922 (edmacro-mismatch, edmacro-subseq): Remove.
3923
3924 * shadowfile.el: Require cl-lib.
3925 (shadow-remove-if): Remove.
3926 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
3927 Use cl-remove-if.
3928
3929 * wid-edit.el: Require cl-lib.
3930 (widget-choose): Use cl-remove-if.
3931 (widget-remove-if): Remove.
3932
3933 * progmodes/ebrowse.el: Require cl-lib at runtime too.
3934 (ebrowse-delete-if-not): Remove.
3935 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
3936 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
3937 Use cl-delete-if-not.
3938
1048af7c
JB
39392013-07-12 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
3942 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
3943
6c0674ee
LL
39442013-07-12 Leo Liu <sdl.web@gmail.com>
3945
3946 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
3947
a19b3c2d
GM
39482013-07-11 Glenn Morris <rgm@gnu.org>
3949
4582a01c
GM
3950 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
3951 (edebug-gensym-index, edebug-gensym):
3952 Remove reimplementation of cl-gensym.
3953 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
3954
3955 * thumbs.el: Require cl-lib at run-time too.
3956 (thumbs-gensym-counter, thumbs-gensym):
3957 Remove reimplementation of cl-gensym.
3958 (thumbs-temp-file): Use cl-gensym.
3959
a19b3c2d
GM
3960 * emacs-lisp/ert.el: Require cl-lib at runtime too.
3961 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
3962 (ert--intersection, ert--set-difference, ert--set-difference-eq)
3963 (ert--union, ert--gensym-counter, ert--gensym-counter)
3964 (ert--coerce-to-vector, ert--remove*, ert--string-position)
3965 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
3966 (ert-make-test-unbound, ert--expand-should-1)
3967 (ert--expand-should, ert--should-error-handle-error)
3968 (should-error, ert--explain-equal-rec)
3969 (ert--plist-difference-explanation, ert-select-tests)
3970 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
3971 Use cl-lib functions rather than reimplementations.
3972
88f6a933
MA
39732013-07-11 Michael Albinus <michael.albinus@gmx.de>
3974
3975 * net/tramp.el (tramp-methods): Extend docstring.
3976 (tramp-connection-timeout): New defcustom.
3977 (tramp-error-with-buffer): Reset timestamp only when appropriate.
3978 (with-tramp-progress-reporter): Simplify.
3979 (tramp-process-actions): Improve messages.
3980
3981 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3982 * net/tramp-sh.el (tramp-maybe-open-connection):
3983 Use `tramp-connection-timeout'.
3984 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
3985 (Bug#14808)
3986
a43d577e
LL
39872013-07-11 Leo Liu <sdl.web@gmail.com>
3988
3989 * ido.el (ido-read-file-name): Conform to the requirements of
3990 read-file-name. (Bug#11861)
3991 (ido-read-directory-name): Conform to the requirements of
3992 read-directory-name.
3993
d77974bf
JB
39942013-07-11 Juanma Barranquero <lekktu@gmail.com>
3995
3996 * subr.el (delay-warning): New function.
3997
35cb8a3e
EZ
39982013-07-10 Eli Zaretskii <eliz@gnu.org>
3999
4000 * simple.el (default-line-height): New function.
4001 (line-move-partial, line-move): Use it instead of computing the
4002 line height inline.
4003 (line-move-partial): Always compute ROWH. If the last line is
4004 partially-visible, but its text is completely visible, allow
4005 cursor to enter such a partially-visible line.
4006
525c5c77
MA
40072013-07-10 Michael Albinus <michael.albinus@gmx.de>
4008
4009 Improve error messages. (Bug#14808)
4010
4011 * net/tramp.el (tramp-current-connection): New defvar, moved from
4012 tramp-sh.el.
0ac26976 4013 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 4014 needed anymore.
0ac26976
SM
4015 (tramp-error-with-buffer): Show message in minibuffer.
4016 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
4017 (with-tramp-progress-reporter): Improve messages.
4018 (tramp-process-actions): Use progress reporter. Delete process in
4019 case of error. Improve messages.
4020
763a086d
JB
4021 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4022 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 4023 (tramp-current-connection): Remove.
525c5c77
MA
4024 (tramp-maybe-open-connection): The car of
4025 `tramp-current-connection' are the first 3 slots of the vector.
4026
c7a4d368
TZ
40272013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4028
4029 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4030 inside continued strings.
4031
954b166e
PE
40322013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4033
4034 Timestamp fixes for undo (Bug#14824).
4035 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4036
56973319
LL
40372013-07-10 Leo Liu <sdl.web@gmail.com>
4038
4039 * files.el (require-final-newline): Allow safe local value.
4040 (Bug#14834)
4041
5550a72c
LL
40422013-07-09 Leo Liu <sdl.web@gmail.com>
4043
4044 * ido.el (ido-read-directory-name): Handle fallback.
4045 (ido-read-file-name): Update DIR to ido-current-directory.
4046 (Bug#1516)
c28b9050 4047 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 4048
70c46b28
DG
40492013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4050
4051 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4052 "autoload". Remove "warn lower camel case" section, previously
4053 commented out. Highlight negation char. Do not highlight the
4054 target in singleton method definitions.
4055
0b64b838
SM
40562013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4057
7fd72e2c
SM
4058 * faces.el (tty-setup-hook): Declare the hook.
4059
0b64b838
SM
4060 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4061 and detect when a guard/pred depends on local vars (bug#14773).
4062 (pcase--u1): Adjust caller.
4063
ab49d60b
EZ
40642013-07-08 Eli Zaretskii <eliz@gnu.org>
4065
4066 * simple.el (line-move-partial, line-move): Account for
4067 line-spacing.
701d79aa
EZ
4068 (line-move-partial): Avoid setting vscroll when the last
4069 partially-visible line in window is of default height.
ab49d60b 4070
2d756ae0
LMI
40712013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4072
4073 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4074 been used a while.
4075
ed095bd7
JB
40762013-07-07 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * subr.el (read-quoted-char): Remove unused local variable `char'.
4079
f1e6674b
MK
40802013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
4081
584ee3fc
GM
4082 * ediff.el (ediff-version): Version update.
4083 (ediff-files-command, ediff3-files-command, ediff-merge-command)
4084 (ediff-merge-with-ancestor-command, ediff-directories-command)
4085 (ediff-directories3-command, ediff-merge-directories-command)
4086 (ediff-merge-directories-with-ancestor-command): New functions.
4087 All are command-line interfaces to ediff: to facilitate calling
4088 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
4089
4090 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4091 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 4092
584ee3fc
GM
4093 * viper.el (viper-version): Version update.
4094 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 4095
584ee3fc
GM
40962013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4099 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4100 (viper-intercept-ESC-key): Simplify.
4101 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4102 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4103 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4104 (viper-setup-ESC-to-escape): New functions.
4105 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4106 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 4107
9aff9b38
EZ
41082013-07-07 Eli Zaretskii <eliz@gnu.org>
4109
5165d44a
JB
4110 * simple.el (default-font-height, window-screen-lines):
4111 New functions.
9aff9b38
EZ
4112 (line-move, line-move-partial): Use them instead of
4113 frame-char-height and window-text-height. This makes scrolling
4114 text smoother when the buffer's default face uses a font that is
4115 different from the frame's default font.
4116
1afb1d07
JD
41172013-07-06 Jan Djärv <jan.h.d@swipnet.se>
4118
4119 * files.el (write-file): Do not display confirm dialog for NS,
4120 it does its own dialog, which can't be cancelled (Bug#14578).
4121
23de972a
EZ
41222013-07-06 Eli Zaretskii <eliz@gnu.org>
4123
4124 * simple.el (line-move-partial): Adjust the row returned by
4125 posn-at-point for the current window-vscroll. (Bug#14567)
4126
54a42486
MA
41272013-07-06 Michael Albinus <michael.albinus@gmx.de>
4128
4129 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4130 (tramp-sh-file-inotifywait-process-filter): Handle file names with
4131 spaces.
4132
34ada5f4
MR
41332013-07-06 Martin Rudalics <rudalics@gmx.at>
4134
4135 * window.el (window-state-put-stale-windows): New variable.
4136 (window--state-put-2): Save list of windows without matching buffer.
4137 (window-state-put): Remove "bufferless" windows if possible.
4138
11e03d89
JB
41392013-07-06 Juanma Barranquero <lekktu@gmail.com>
4140
4141 * simple.el (alternatives-define): Remove leftover :group keyword.
4142 Tweak docstring.
4143
3504a4be
LL
41442013-07-06 Leo Liu <sdl.web@gmail.com>
4145
4146 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4147 (ido-enable-virtual-buffers): New variable.
4148 (ido-buffer-internal, ido-toggle-virtual-buffers)
4149 (ido-make-buffer-list): Use it.
4150 (ido-exhibit): Support turning on and off virtual buffers
4151 automatically.
4152
61e56e2c
JB
41532013-07-06 Juanma Barranquero <lekktu@gmail.com>
4154
4155 * simple.el (alternatives-define): New macro.
4156
321e1a9c
SM
41572013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4158
4159 * subr.el (read-quoted-char): Use read-key.
4160 (sit-for): Let read-event decode tty input (bug#14782).
4161
d610f6dd
SB
41622013-07-05 Stephen Berman <stephen.berman@gmx.net>
4163
4164 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
4165 mode command and externally. Fix various related bugs.
4166 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
4167 (todo-delete-file): New command.
4168 (todo-check-file): New function.
4169 (todo-show): Handle external deletion of the file we're trying to
4170 show (bug#14688). Replace called-interactively-p by an optional
4171 prefix argument to avoid problematic interaction with catch form
4172 when byte compiled (bug#14702).
4173 (todo-quit): Handle external deletion of the archive's todo file.
4174 Make sure the buffer that was visiting the archive file is still
4175 live before trying to bury it.
4176 (todo-category-completions): Handle external deletion of any
4177 category completion files.
4178 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4179 of todo files, in case of external deletion.
4180 (todo-add-file): Replace unnecessary setq by let-binding.
4181 (todo-find-archive): Check whether there are any archives.
4182 Replace unnecessary setq by let-binding.
4183 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
4184 archive buffer whether or not the archive already exists.
4185 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
4186 check if the archive is new; if it is, update list of archives.
4187 (todo-default-todo-file): Allow nil to be a valid value for when
4188 there are no todo files.
4189 (todo-reevaluate-default-file-defcustom): Use corrected definition
4190 of todo-default-todo-file.
4191 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4192 (todo-delete-category, todo-show-categories-table)
4193 (todo-category-number): Clarify comment.
4194 (todo-filter-items): Clarify documentation string.
4195 (todo-show-current-file, todo-display-as-todo-file)
4196 (todo-reset-and-enable-done-separator): Tweak documentation string.
4197 (todo-done-separator): Make separator length window-width, since
4198 bug#2749 is now fixed.
4199
ddbdfd6f
MA
42002013-07-05 Michael Albinus <michael.albinus@gmx.de>
4201
321e1a9c
SM
4202 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4203 Support both "gvfs-monitor-dir" and "inotifywait".
4204 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
4205 `tramp-sh-file-notify-process-filter'.
4206 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4207 (tramp-get-remote-gvfs-monitor-dir): New defuns.
4208
96eb829a
LL
42092013-07-05 Leo Liu <sdl.web@gmail.com>
4210
4211 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4212
cf13177e
YM
42132013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4214
4215 * frame.el (display-pixel-height, display-pixel-width)
4216 (display-mm-height, display-mm-width): Mention behavior on
4217 multi-monitor setups in docstrings.
4218 (w32-display-monitor-attributes-list): Declare function.
4219 (display-monitor-attributes-list): Use it.
4220
864c58ca
MA
42212013-07-04 Michael Albinus <michael.albinus@gmx.de>
4222
4223 * filenotify.el: New package.
4224
4225 * autorevert.el (top): Require filenotify.el.
4226 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
4227 instead.
4228 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4229 (auto-revert-notify-handler): Use `file-notify-*' functions.
4230
4231 * subr.el (file-notify-handle-event): Move function to filenotify.el.
4232
321e1a9c
SM
4233 * net/tramp.el (tramp-file-name-for-operation):
4234 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
4235
4236 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4237 for `file-notify-add-watch' and `file-notify-rm-watch'.
4238 (tramp-process-sentinel): Improve trace.
4239 (tramp-sh-handle-file-notify-add-watch)
4240 (tramp-sh-file-notify-process-filter)
4241 (tramp-sh-handle-file-notify-rm-watch)
4242 (tramp-get-remote-inotifywait): New defuns.
4243
96673afe
JL
42442013-07-03 Juri Linkov <juri@jurta.org>
4245
4246 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4247 call of `occur-read-primary-args' to interactive spec.
4248
4249 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4250 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
4251
924494f4
MM
42522013-07-03 Matthias Meulien <orontee@gmail.com>
4253
4254 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4255 `Buffer-menu-multi-occur'. Add it to the menu.
4256 (Buffer-menu-mode): Document it in docstring.
4257 (Buffer-menu-multi-occur): New command. (Bug#14673)
4258
56f75efc
DG
42592013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4260
4261 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4262 keywords and built-ins.
4263
9b057d61
GM
42642013-07-03 Glenn Morris <rgm@gnu.org>
4265
208dee4d
GM
4266 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
4267
9b057d61
GM
4268 Make info-xref checks case-sensitive by default
4269 * info.el (Info-find-node, Info-find-in-tag-table)
4270 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4271 Add option for exact case matching of nodes.
4272 * info-xref.el (info-xref): New custom group.
4273 (info-xref-case-fold): New option.
4274 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4275
e01aa29c
LL
42762013-07-03 Leo Liu <sdl.web@gmail.com>
4277
4278 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4279
3086ca2e
DG
42802013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4281
4282 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4283 middle of block statement initially, lower the depth. Remove
4284 FIXME comment, not longer valid. Remove middle of block statement
4285 detection, no need to do that anymore since we've been using
4286 `ruby-parse-region' here.
4287
a3b49114
JD
42882013-07-02 Jan Djärv <jan.h.d@swipnet.se>
4289
4290 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4291
08e5c823 42922013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
4293
4294 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4295
2addf922
JB
42962013-07-01 Juanma Barranquero <lekktu@gmail.com>
4297
4298 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4299 (desktop-restore-in-current-display): New customization option.
4300 (desktop--excluded-frame-parameters): Add `font'.
4301 (desktop--save-frames): Rename from desktop--save-windows.
4302 (desktop--restore-in-this-display-p): New function.
4303 (desktop--make-full-frame): Remove unwanted width/height from
4304 full(width|height) frames.
4305 (desktop--restore-frames): Rename from desktop--restore-windows.
4306 Obey desktop-restore-current-display. Do not delete old frames or
4307 select a new frame unless we were able to restore at least one frame.
4308
ef099a94
MN
43092013-06-30 Michal Nazarewicz <mina86@mina86.com>
4310
4311 * files.el (find-file-noselect): Simplify conditional expression.
4312
4313 * remember.el (remember-append-to-file):
4314 Don't mix `find-buffer-visiting' and `get-file-buffer'.
4315
4316 Add `remember-notes' function to store random notes across Emacs
4317 restarts.
4318 * remember.el (remember-data-file): Add :set callback to affect
4319 notes buffer (if any).
4320 (remember-notes): New command.
4321 (remember-notes-buffer-name, bury-remember-notes-on-kill):
4322 New defcustoms for the `remember-notes' function.
4323 (remember-notes-save-and-bury-buffer): New command.
4324 (remember-notes-mode-map): New variable.
4325 (remember-mode): New minor mode.
4326 (remember-notes--kill-buffer-query): New function.
4327 * startup.el (initial-buffer-choice): Add notes to custom type.
4328
0865d506
EZ
43292013-06-30 Eli Zaretskii <eliz@gnu.org>
4330
0ba54312
EZ
4331 * bindings.el (right-char, left-char): Don't call sit-for, this is
4332 no longer needed. Use arithmetic comparison only for numerical
4333 arguments.
4334
ef099a94
MN
4335 * international/mule-cmds.el (select-safe-coding-system):
4336 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 4337
2fae38e5
LMI
43382013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4339
4340 * net/shr.el (shr-make-table-1): Add a sanity check that allows
4341 progression on degenerate tables.
ef099a94 4342 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 4343
a47cbd64
JB
43442013-06-30 Juanma Barranquero <lekktu@gmail.com>
4345
4346 Some fixes and improvements for desktop frame restoration.
4347 It is still experimental and disabled by default.
4348 * desktop.el (desktop--save-windows): Put the selected frame at
4349 the head of the list.
4350 (desktop--make-full-frame): New function.
4351 (desktop--restore-windows): Try to re-select the frame that was
4352 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
4353 just show an error message and continue. Set up maximized frames
4354 so they have default non-maximized dimensions.
a47cbd64 4355
6dbafa30
DG
43562013-06-30 Dmitry Gutov <dgutov@yandex.ru>
4357
ef099a94
MN
4358 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4359 Don't start heredoc inside a string or comment.
6dbafa30 4360
4c672a0f
EZ
43612013-06-29 Eli Zaretskii <eliz@gnu.org>
4362
4363 * bindings.el (visual-order-cursor-movement): New defcustom.
4364 (right-char, left-char): Provide visual-order cursor motion by
4365 calling move-point-visually. Update the doc strings.
4366
50960f36
KH
43672013-06-28 Kenichi Handa <handa@gnu.org>
4368
4369 * international/mule.el (define-coding-system): New coding system
4370 properties :inhibit-null-byte-detection,
4371 :inhibit-iso-escape-detection, and :prefer-utf-8.
4372 (set-buffer-file-coding-system): If :charset-list property of
4373 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
4374 appropriate for setting.
4375
c1ea3abf
JB
4376 * international/mule-cmds.el (select-safe-coding-system):
4377 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
4378 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
4379
4380 * international/mule-conf.el (prefer-utf-8): New coding system.
4381 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
4382 files.
4383
75dbaf9d
IK
43842013-06-28 Ivan Kanis <ivan@kanis.fr>
4385
eadb6068
IK
4386 * net/shr.el (shr-render-region): New function.
4387
75dbaf9d
IK
4388 * net/eww.el: Autoload `eww-browse-url'.
4389
9ea5cf9f
DG
43902013-06-27 Dmitry Gutov <dgutov@yandex.ru>
4391
c1ea3abf
JB
4392 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4393 Adapt to `package-desc-version' being a list.
4394 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
4395 archive element.
4396
39c0e36f
JB
43972013-06-27 Juanma Barranquero <lekktu@gmail.com>
4398
4399 New experimental feature to save&restore window and frame setup.
4400 * desktop.el (desktop-save-windows): New defcustom.
4401 (desktop--saved-states): New var.
4402 (desktop--excluded-frame-parameters): New defconst.
4403 (desktop--filter-frame-parms, desktop--find-frame-in-display)
4404 (desktop--restore-windows, desktop--save-windows): New functions.
4405 (desktop-save): Call `desktop--save-windows'.
4406 (desktop-read): Call `desktop--restore-windows'.
4407
7f13406b
LMI
44082013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4409
ef099a94 4410 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 4411
1e072639
SB
44122013-06-27 Stephen Berman <stephen.berman@gmx.net>
4413
4414 * info.el (Info-try-follow-nearest-node): Move search for footnote
4415 above search for node name to prevent missing a footnote (bug#14717).
4416
f3e2cbde
SB
44172013-06-27 Stephen Berman <stephen.berman@gmx.net>
4418
4419 * obsolete/otodo-mode.el: Add obsolescence info to file header.
4420
99906aa0
LL
44212013-06-27 Leo Liu <sdl.web@gmail.com>
4422
4423 * net/eww.el (eww-read-bookmarks): Check file size.
4424
539f75f4
SM
44252013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4426
4427 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
4428 advice--pending if newdef is nil or an autoload (bug#13820).
4429 (advice-mapc): New function.
4430
843571cb
LMI
44312013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4432
4433 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
4434 probably.
23a75d7f 4435 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
4436 (eww-add-bookmark): New command.
4437 (eww-bookmark-mode): New mode and commands.
a285ce99 4438 (eww-add-bookmark): Remove newlines from the title.
47fd571b 4439 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 4440
f2136e1e
GM
44412013-06-26 Glenn Morris <rgm@gnu.org>
4442
eab35f39
GM
4443 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
4444 (hfy-size): Handle ttys. (Bug#14668)
4445
f2136e1e
GM
4446 * info-xref.el: Update for Texinfo 5 change in *note format.
4447 (info-xref-node-re, info-xref-note-re): New constants.
4448 (info-xref-check-buffer): Use info-xref-note-re.
4449
a49ff80c
SM
44502013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4451
a343d218
SM
4452 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
4453
a49ff80c
SM
4454 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
4455 nil terminate the loop (bug#14718).
4456
8308f184
LMI
44572013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4458
4459 * net/eww.el: Rework history traversal. When going forward/back,
4460 put these actions into the history, too, so that they can be
4461 replayed.
26bf2b82 4462 (eww-render): Move the history reset to the correct buffer.
8308f184 4463
ec64c273
JL
44642013-06-25 Juri Linkov <juri@jurta.org>
4465
4466 * files-x.el (modify-dir-local-variable): Change the header comment
4467 in the file with directory local variables. (Bug#14692)
4468
e080a9d7
JL
4469 * files-x.el (read-file-local-variable-value): Add `default'.
4470 (Bug#14710)
4471
bfbc93a1
IK
44722013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4473
4474 * net/eww.el (eww-make-unique-file-name): Create a unique file
4475 name before saving to entering `y' accidentally asynchronously.
4476
44772013-06-25 Ivan Kanis <ivan@kanis.fr>
4478
4479 * net/eww.el (eww-download): New command and keystroke.
4480
16f74f10
LMI
44812013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4482
a49ff80c 4483 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
4484
4485 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
4486 be more consistent with Info and dired.
4487
4488 * net/eww.el (eww-mode-map): Ditto.
4489
12059709
SM
44902013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
4493 packages from archives.
4494 (package-archive-contents): Change format; include obsolete packages.
4495 (package-desc): Use `dir' to mark builtin packages.
4496 (package--from-builtin): Set the `dir' field to `builtin'.
4497 (generated-autoload-file, version-control): Declare.
4498 (package-compute-transaction): Change first arg and return value to be
4499 lists of package-descs. Adjust to new package-archive-contents format.
4500 (package--add-to-archive-contents): Adjust to new
4501 package-archive-contents format.
4502 (package-download-transaction): Arg is now a list of package-descs.
4503 (package-install): If `pkg' is a package name, pass it as
4504 a requirement, so it is subject to the usual (e.g. disabled) checks.
4505 (describe-package): Accept package-desc as well.
4506 (describe-package-1): Describe a specific package-desc. Add links to
4507 other package-descs for the same package name.
4508 (package-menu-describe-package): Pass the actual package-desc.
4509 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
4510 works correctly.
4511 (package-desc-status): New function.
4512 (package-menu--refresh): New function, extracted
4513 from package-menu--generate.
4514 (package-menu--generate): Use it.
4515 (package-delete): Update package-alist.
4516 (package-menu-execute): Don't call package-initialize.
4517
4518 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
4519 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
4520 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
4521 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
4522 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
4523 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
4524
8bbdea0f
MR
45252013-06-25 Martin Rudalics <rudalics@gmx.at>
4526
4527 * window.el (window--state-get-1): Workaround for bug#14527.
4528 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
4529
e82b0991
LMI
45302013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4531
4532 * net/eww.el (eww-back-url): Implement the history by stashing all
4533 the data into a list.
d3f0f918 4534 (eww-forward-url): Allow going forward in the history, too.
e82b0991 4535
c763842b
SM
45362013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4537
4538 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
4539 for values and use read--expression for expressions (bug#14710).
4540 (read-file-local-variable): Avoid setq.
4541 (read-file-local-variable-mode): Use minor-mode-list.
4542
bceff189
RW
45432013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4544
864c58ca 4545 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
4546 for DOI URLs.
4547
45f431c6
RW
45482013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4549
864c58ca 4550 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
4551 Update imenu-support when dialect changes.
4552
f42d8237
LL
45532013-06-25 Leo Liu <sdl.web@gmail.com>
4554
4555 * ido.el (ido-read-internal): Allow forward slash on windows.
4556
be549ce6
LMI
45572013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4558
4559 * net/eww.el (eww): Start of strings is \\`, not ^.
4560
71d4c19d
IK
45612013-06-24 Ivan Kanis <ivan@kanis.fr>
4562
5196f88a
IK
4563 * net/shr.el (shr-browse-url): Fix interactive spec.
4564
71d4c19d
IK
4565 * net/eww.el (eww): Add a trailing slash to domain names.
4566
ae36ca55
JB
45672013-06-24 Juanma Barranquero <lekktu@gmail.com>
4568
4569 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
4570
0ebd92a3
LMI
45712013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4572
bdaa086b
LMI
4573 * net/shr.el (shr-browse-url): Use an external browser if given a
4574 prefix.
4575
c763842b 4576 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 4577
b89fc156
IK
45782013-06-24 Ivan Kanis <ivan@kanis.fr>
4579
4580 * net/eww.el (eww): Work more correctly for file: URLs.
4581 (eww-detect-charset): Allow quoted charsets.
4582 (eww-yank-page-url): New command and keystroke.
4583
18eb4bca
DU
45842013-06-24 Daiki Ueno <ueno@gnu.org>
4585
4586 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4587 file name of gpg executable.
4588 (epg-context-program): New function.
4589 (epg-context-home-directory): New function.
4590 (epg-context-set-program): New function.
4591 (epg-context-set-home-directory): New function.
4592 (epg--start): Use `epg-context-program' instead of
4593 'epg-gpg-program'.
4594 (epg--list-keys-1): Likewise.
4595
6c6268c8
LL
45962013-06-24 Leo Liu <sdl.web@gmail.com>
4597
4598 * ido.el (ido-read-internal): Fix bug#14620.
4599
5e400cb3
JB
46002013-06-23 Juanma Barranquero <lekktu@gmail.com>
4601
4602 * faces.el (face-documentation): Simplify.
4603 (read-face-attribute, tty-find-type, x-resolve-font-name):
4604 Use `string-match-p'.
4605 (list-faces-display): Use `string-match-p'. Simplify.
4606 (face-spec-recalc): Check face to avoid face alias loops.
4607 (read-color): Use `string-match-p' and non-capturing parenthesis.
4608
f3f9606c
LMI
46092013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4610
4611 * net/shr.el (shr-rescale-image): Use the new
4612 :max-width/:max-height functionality.
4613
a3ca09b9
IK
46142013-06-23 Ivan Kanis <ivan@kanis.fr>
4615
4616 * net/eww.el (eww-search-prefix): New variable.
4617 (eww): Use it.
f865b474
IK
4618 (eww-external-browser): New variable.
4619 (eww-mode-map): New keystroke.
4620 (eww-browse-with-external-browser): New command.
a3ca09b9 4621
e854cfc7
IK
4622 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4623
18bb9e21
JB
46242013-06-23 Juanma Barranquero <lekktu@gmail.com>
4625
4626 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4627 Don't skip aligning the next header field when padding is 0;
4628 otherwise, field width is not respected unless the title is as
4629 wide as the field.
4630
5b165ade
SM
46312013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * emacs-lisp/package.el (package-el-version): Remove.
4634 (package-process-define-package): Fix inf-loop.
4635 (package-install): Allow symbols as arguments again.
4636
12adebe9
DG
46372013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4638
4639 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
4640 add some more keyword-like methods.
4641 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
4642
388573ee
JB
46432013-06-22 Juanma Barranquero <lekktu@gmail.com>
4644
4645 * bs.el (bs-buffer-show-mark): Make defvar-local.
4646 (bs-mode): Use setq-local.
4647
4648 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
4649 (emacs-lock--try-unlocking): Make defvar-local.
4650
4582a01c 46512013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 4652
2663dd23
GM
4653 * play/cookie1.el (cookie-apropos): Minor simplification.
4654
3d94f3ad
GM
4655 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
4656
f72e2fdb
DG
46572013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4658
4659 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
4660 `regexp-opt', it breaks the build during dumping.
4661
73eab938
DG
46622013-06-21 Dmitry Gutov <dgutov@yandex.ru>
4663
c763842b
SM
4664 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4665 Highlight keyword-like methods on Kernel and Module with
73eab938 4666 font-lock-builtin-face.
5cf8176d
DG
4667 (auto-mode-alist): Consolidate different entries into one regexp
4668 and add more *file-s.
73eab938 4669
d26255f6
SB
46702013-06-21 Stephen Berman <stephen.berman@gmx.net>
4671
4672 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
4673
4674 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
4675 (diary-entry): Use it in the action of this button type instead of
4676 diary-goto-entry.
4677
4678 * calendar/todo-mode.el: New version.
4679 (todo-add-category): Append new category to end of file and give
4680 it the highest number, instead of putting it at the beginning and
4681 giving it 0. Incorporate noninteractive functionality.
4682 (todo-forward-category): Adapt to 1-based category numbering.
4683 Allow skipping over archived categories.
4684 (todo-backward-category): Derive from todo-forward-category.
4685 (todo-backward-item, todo-forward-item): Make noninteractive and
4686 delegate interactive part to new commands. Make sensitive to done items.
4687 (todo-categories): Make value an alist of category names and
4688 vectors of item counts.
4689 (todo-category-beg): Make a defconst.
4690 (todo-category-number): Use 1 instead of 0 as initial value.
4691 (todo-category-select): Make sensitive to overlays, optional item
4692 highlighting and done items.
4693 (todo-delete-item): Make sensitive to overlays and marked and done items.
4694 (todo-edit-item): Make sensitive to overlays and editing of
4695 date/time header optional. Add format checks.
4696 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
4697 no-op if point is not on an item. Advertise using todo-edit-quit.
4698 (todo-edit-mode): Make sensitive to new format, font-locking, and
4699 multiple todo files.
4700 (todo-insert-item, todo-insert-item-here): Derive from
4701 todo-basic-insert-item and extend functionality.
4702 (todo-item-end, todo-item-start): Make sensitive to done items.
4703 (todo-item-string): Don't return text properties. Restore point.
4704 (todo-jump-to-category): Make sensitive to multiple todo files and
4705 todo archives. Use extended category completion.
4706 (todo-lower-item, todo-raise-item): Rename to *-priority and
4707 derive from todo-set-item-priority.
4708 (todo-mode): Derive from special-mode. Make sensitive to new
4709 format, font-locking and multiple todo files. Make read-only.
4710 (todo-mode-map): Don't suppress digit keys, so they can supply
4711 prefix arguments. Add many new key bindings.
4712 (todo-prefix): Insert as an overlay instead of file text.
4713 Change semantics from diary date expression to purely visual mark.
4714 (todo-print): Rename to todo-print-buffer. Make buffer display
4715 features printable. Remove option to restrict number of items
4716 printed. Add option to print to file.
4717 (todo-print-function): Rename to todo-print-buffer-function.
4718 (todo-quit): Extend to handle exiting new todo modes.
4719 (todo-remove-item): Make sensitive to overlays.
4720 (todo-save): Extend to buffers of filtered items.
4721 (todo-show): Make sensitive to done items, multiple todo files and
4722 new todo modes. Offer to convert legacy todo file before creating
4723 first new todo file.
4724 (todo-show-priorities): Rename to todo-top-priorities.
4725 Change semantics of value 0.
4726 (todo-top-priorities): Rename to todo-filter-top-priorities,
4727 derive from todo-filter-items and extend functionality.
4728 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4729 and extend functionality to other types of filtered items.
4730 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4731 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4732 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4733 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4734 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4735 (todo-edit-mode-hook, todo-entry-prefix-function)
4736 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4737 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4738 (todo-initials, todo-insert-threshold, todo-item-string-start)
4739 (todo-line-string, todo-menu, todo-mode-hook)
4740 (todo-more-important-p, todo-previous-answer, todo-previous-line)
4741 (todo-print-priorities, todo-remove-separator)
4742 (todo-save-top-priorities-too, todo-string-count-lines)
4743 (todo-string-multiline-p, todo-time-string-format)
4744 (todo-tmp-buffer-name): Remove.
4745 (todo-add-file, todo-archive-done-item, todo-choose-archive)
4746 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4747 (todo-edit-category-diary-inclusion)
4748 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4749 (todo-edit-file, todo-edit-item-date-day)
4750 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4751 (todo-edit-item-date-month, todo-edit-item-date-to-today)
4752 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4753 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4754 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4755 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4756 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4757 (todo-filter-top-priorities-multifile, todo-find-archive)
4758 (todo-find-filtered-items-file, todo-go-to-source-item)
4759 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4760 (todo-jump-to-archive-category, todo-lower-category)
4761 (todo-mark-category, todo-marked-item-p, todo-merge-category)
4762 (todo-move-category, todo-move-item, todo-next-button)
4763 (todo-next-item, todo-padded-string, todo-powerset)
4764 (todo-previous-button, todo-previous-item)
4765 (todo-print-buffer-to-file, todo-raise-category)
4766 (todo-rename-category, todo-repair-categories-sexp, todo-search)
4767 (todo-set-category-number, todo-set-item-priority)
4768 (todo-set-top-priorities-in-category)
4769 (todo-set-top-priorities-in-file, todo-show-categories-table)
4770 (todo-sort-categories-alphabetically-or-numerically)
4771 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4772 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4773 (todo-toggle-item-header, todo-toggle-item-highlighting)
4774 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4775 (todo-toggle-view-done-items, todo-toggle-view-done-only)
4776 (todo-unarchive-items, todo-unmark-category): New commands.
4777 (todo-absolute-file-name, todo-add-to-buffer-list)
4778 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4779 (todo-basic-insert-item, todo-category-completions)
4780 (todo-category-number, todo-category-string-matcher-1)
4781 (todo-category-string-matcher-2, todo-check-filtered-items-file)
4782 (todo-check-format, todo-clear-matches)
4783 (todo-comment-string-matcher, todo-convert-legacy-date-time)
4784 (todo-current-category, todo-date-string-matcher)
4785 (todo-define-insertion-command, todo-diary-expired-matcher)
4786 (todo-diary-goto-entry, todo-diary-item-p)
4787 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4788 (todo-display-categories, todo-display-sorted, todo-done-item-p)
4789 (todo-done-item-section-p, todo-done-separator)
4790 (todo-done-string-matcher, todo-files, todo-filter-items)
4791 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4792 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4793 (todo-insert-category-line, todo-insert-item-from-calendar)
4794 (todo-insert-sort-button, todo-insert-with-overlays)
4795 (todo-insertion-command-name, todo-insertion-key-bindings)
4796 (todo-label-to-key, todo-longest-category-name-length)
4797 (todo-make-categories-list, todo-mode-external-set)
4798 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4799 (todo-modes-set-3, todo-multiple-filter-files)
4800 (todo-nondiary-marker-matcher, todo-prefix-overlays)
4801 (todo-read-category, todo-read-date, todo-read-dayname)
4802 (todo-read-file-name, todo-read-time)
4803 (todo-reevaluate-category-completions-files-defcustom)
4804 (todo-reevaluate-default-file-defcustom)
4805 (todo-reevaluate-filelist-defcustoms)
4806 (todo-reevaluate-filter-files-defcustom)
4807 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4808 (todo-reset-done-separator, todo-reset-done-separator-string)
4809 (todo-reset-done-string, todo-reset-global-current-todo-file)
4810 (todo-reset-highlight-item, todo-reset-nondiary-marker)
4811 (todo-reset-prefix, todo-set-categories)
4812 (todo-set-date-from-calendar, todo-set-show-current-file)
4813 (todo-set-top-priorities, todo-short-file-name)
4814 (todo-show-current-file, todo-sort, todo-time-string-matcher)
4815 (todo-total-item-counts, todo-update-buffer-list)
4816 (todo-update-categories-display, todo-update-categories-sexp)
4817 (todo-update-count, todo-validate-name, todo-y-or-n-p):
4818 New functions.
4819 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4820 New major modes.
4821 (todo-categories, todo-display, todo-edit, todo-faces)
4822 (todo-filtered): New defgroups.
4823 (todo-archived-only, todo-button, todo-category-string, todo-date)
4824 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4825 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4826 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4827 (todo-add-item-if-new-category, todo-always-add-time-string)
4828 (todo-categories-align, todo-categories-archived-label)
4829 (todo-categories-category-label, todo-categories-diary-label)
4830 (todo-categories-done-label, todo-categories-number-separator)
4831 (todo-categories-todo-label, todo-categories-totals-label)
4832 (todo-category-completions-files, todo-completion-ignore-case)
4833 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4834 (todo-done-separator-string, todo-done-string)
4835 (todo-files-function, todo-filter-done-items, todo-filter-files)
4836 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4837 (todo-initial-category, todo-initial-file, todo-item-mark)
4838 (todo-legacy-date-time-regexp, todo-mode-line-function)
4839 (todo-nondiary-marker, todo-number-prefix)
4840 (todo-print-buffer-function, todo-show-current-file)
4841 (todo-show-done-only, todo-show-first, todo-show-with-done)
4842 (todo-skip-archived-categories, todo-top-priorities-overrides)
4843 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
4844 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
4845 New defcustoms.
4846 (todo-category-done, todo-date-pattern, todo-date-string-start)
4847 (todo-diary-items-buffer, todo-done-string-start)
4848 (todo-filtered-items-buffer, todo-item-start)
4849 (todo-month-abbrev-array, todo-month-name-array)
4850 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
4851 (todo-top-priorities-buffer): New defconsts.
4852 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
4853 (todo-categories-with-marks, todo-category-string-face)
4854 (todo-comment-face, todo-comment-string, todo-current-todo-file)
4855 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
4856 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
4857 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
4858 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
4859 (todo-font-lock-keywords, todo-global-current-todo-file)
4860 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
4861 (todo-insertion-commands-args)
4862 (todo-insertion-commands-args-genlist)
4863 (todo-insertion-commands-names, todo-insertion-map)
4864 (todo-key-bindings-t, todo-key-bindings-t+a)
4865 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
4866 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
4867 (todo-nondiary-face, todo-print-buffer, todo-time-face)
4868 (todo-visited): New variables.
4869
cad5d1cb
GM
48702013-06-21 Glenn Morris <rgm@gnu.org>
4871
4872 * play/cookie1.el (cookie-apropos): Add optional display argument.
4873 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
4874 (psychoanalyze-pinhead): Use cookie-doctor.
4875
9e277302
JB
48762013-06-21 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * emacs-lisp/package.el (tar-get-file-descriptor)
4879 (tar--extract): Declare.
4880
c5b0993e
EW
48812013-06-21 Eduard Wiebe <usenet@pusto.de>
4882
4883 Extend flymake's warning predicate to be a function (bug#14217).
4884 * progmodes/flymake.el (flymake-warning-predicate): New.
4885 (flymake-parse-line): Use it.
4886 (flymake-warning-re): Make obsolete alias to
4887 `flymake-warning-predicate'.
4888
a7d2d465
SM
48892013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4890
4891 * emacs-lisp/package.el (package-alist): Include obsolete packages.
4892 (package-obsolete-list): Remove.
4893 (package-activate): Remove min-version argument. Add `force' argument.
4894 Adjust to new package-alist format.
4895 (package-mark-obsolete): Remove.
4896 (package-unpack): Force reload of the package's autoloads.
4897 (package-installed-p): Check builtins if the installed package is not
4898 recent enough.
4899 (package-initialize): Don't reset package-obsolete-list.
4900 Don't specify which package version to activate.
4901 (package-process-define-package, describe-package-1)
4902 (package-menu--generate): Adjust to new package-alist format.
4903
cedf5c9d
JB
49042013-06-21 Juanma Barranquero <lekktu@gmail.com>
4905
4906 * allout-widgets.el (allout-widgets-mode-off)
4907 (allout-widgets-mode-on, allout-widgets-pre-command-business)
4908 (allout-widgets-post-command-business)
4909 (allout-widgets-after-copy-or-kill-function)
4910 (allout-widgets-after-undo-function, allout-test-range-overlaps)
4911 (allout-decorate-item-and-context)
4912 (allout-graphics-modification-handler): Fix typos in docstrings.
4913 (allout-get-or-create-parent-widget): Use `looking-at-p'.
4914
4915 * cmuscheme.el (scheme-start-file): Doc fix.
4916 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
4917 (scheme-input-filter): Use `string-match-p'.
4918
4919 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
4920
4921 * dired-x.el: Use Dired consistently in docstrings.
4922
4923 * dired.el: Use Dired consistently in docstrings.
4924 (dired-readin, dired-mode): Use `setq-local'.
4925 (dired-switches-alist): Make defvar-local.
4926 (dired-buffers-for-dir): Use `zerop'.
4927 (dired-safe-switches-p, dired-switches-escape-p)
4928 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
4929 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
4930 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
4931 (dired-goto-next-nontrivial-file): Use `string-match-p'.
4932 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
4933 (dired-toggle-marks, dired-mark-files-containing-regexp)
4934 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
4935 (dired-flag-auto-save-files, dired-flag-backup-files):
4936 Use `looking-at-p'.
4937 (dired-mark-files-regexp, dired-build-subdir-alist):
4938 Use `string-match-p', `looking-at-p'.
4939
4940 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
4941 (direct-print-region-helper): Use `string-match-p'.
4942
aed838b5
LL
49432013-06-21 Leo Liu <sdl.web@gmail.com>
4944
cedf5c9d
JB
4945 * comint.el (comint-redirect-results-list-from-process):
4946 Fix infinite loop.
aed838b5 4947
d80a808f
LMI
49482013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4949
4950 * net/eww.el (eww-update-header-line-format): Quote % characters.
4951
e7a526e3
GM
49522013-06-21 Glenn Morris <rgm@gnu.org>
4953
4954 * play/cookie1.el (cookie): New custom group.
4955 (cookie-file): New option.
4956 (cookie-check-file): New function.
4957 (cookie): Make it interactive. Make start and end messages optional.
4958 Interactively, display the result. Default to cookie-file.
4959 (cookie-insert): Default to cookie-file.
4960 (cookie-snarf): Make start and end messages optional.
4961 Default to cookie-file. Use with-temp-buffer.
4962 (cookie-read): Rename from read-cookie.
4963 Make start and end messages optional. Default to cookie-file.
4964 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 4965 Do not autoload it.
e7a526e3
GM
4966 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
4967 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
4968
62efb35e
LL
49692013-06-21 Leo Liu <sdl.web@gmail.com>
4970
4971 * progmodes/octave.el (octave-mode): Backward compatibility fix.
4972
21e3f963
GM
49732013-06-21 Glenn Morris <rgm@gnu.org>
4974
4975 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
4976
fd846ab4
SM
49772013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4978 Daniel Hackney <dan@haxney.org>
4979
4980 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
4981 Consolidate the single-file vs tarball code.
4982 (package-desc-suffix): New function.
4983 (package-desc-full-name): Don't bother inlining it.
4984 (package-load-descriptor): Return the new package-desc.
4985 (package-mark-obsolete): Remove unused arg `package'.
4986 (package-unpack): Make it work for single files as well.
4987 Make it update package-alist.
4988 (package--make-autoloads-and-stuff): Rename from
4989 package--make-autoloads-and-compile. Don't compile any more.
4990 (package--compile): New function.
4991 (package-generate-description-file): New function, extracted from
4992 package-unpack-single.
4993 (package-unpack-single): Remove.
4994 (package--with-work-buffer): Add indentation and debugging info.
4995 (package-download-single): Remove.
4996 (package-install-from-archive): Rename from package-download-tar, make
4997 it take a pkg-desc, and make it work for single files as well.
4998 (package-download-transaction): Simplify.
4999 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5000 external tar program.
5001 (package-install-from-buffer): Remove `pkg-desc' argument.
5002 Use package-tar-file-info for tar-mode buffers.
5003 (package-install-file): Simplify accordingly.
5004 (package-archive-base): Change to take a pkg-desc.
5005 * tar-mode.el (tar--check-descriptor): New function, extracted from
5006 tar-get-descriptor.
5007 (tar-get-descriptor): Use it.
5008 (tar-get-file-descriptor): New function.
5009 (tar--extract): New function, extracted from tar-extract.
5010 (tar--extract): Use it.
5011 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5012 case the summary uses non-ascii. Adjust to new calling convention of
5013 package-tar-file-info.
5014
b7deae5e
LL
50152013-06-21 Leo Liu <sdl.web@gmail.com>
5016
fd846ab4
SM
5017 * comint.el (comint-redirect-results-list-from-process):
5018 Fix random delay. (Bug#14681)
b7deae5e 5019
7a65a0b2
JB
50202013-06-21 Juanma Barranquero <lekktu@gmail.com>
5021
5022 * profiler.el (profiler-format-number): Use log, not log10.
5023
1493c2af
JB
50242013-06-20 Juanma Barranquero <lekktu@gmail.com>
5025
5026 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5027
aff6371e
SM
50282013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5031 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5032 yet available.
5033 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5034 (AUTOGENEL): ... here.
5035 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5036 (cl--defsubst-expand): Use it.
5037
89561f72
PE
50382013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5039
5040 * subr.el (log10): Move here from C code, and declare as obsolete.
5041 All uses of (log10 X) replaced with (log X 10).
5042
47199123
JB
50432013-06-20 Juanma Barranquero <lekktu@gmail.com>
5044
5045 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5046 Declare with `defvar-local'.
5047 (tabulated-list-use-header-line, tabulated-list-entries)
5048 (tabulated-list-padding, tabulated-list-printer)
5049 (tabulated-list-sort-key): Declare with `defvar-local'.
5050 (tabulated-list-init-header, tabulated-list-print-fake-header):
5051 Use `setq-local'.
5052
4a172eab
MA
50532013-06-20 Michael Albinus <michael.albinus@gmx.de>
5054
47199123
JB
5055 * arc-mode.el (archive-mode): Add `archive-write-file' to
5056 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 5057
5fc0acc0
JB
50582013-06-20 Juanma Barranquero <lekktu@gmail.com>
5059
d5b27848
JB
5060 * cus-edit.el (custom-commands): Fix typos.
5061 (custom-display): Fix tooltip text.
5062 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5063 Fix typos in docstrings.
5064 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5065 (custom-unlispify-menu-entry, custom-magic-value-create)
5066 (custom-add-see-also, custom-group-value-create): Use ?\s.
5067 (custom-guess-type, customize-apropos, editable-field)
5068 (custom-face-value-create): Use `string-match-p'.
5069 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5070
5071 * custom.el (custom-load-symbol): Use `string-match-p'.
5072
a5c581d8
JB
5073 * ansi-color.el: Convert to lexical binding.
5074 (ansi-colors): Fix URL.
5075 (ansi-color-context, ansi-color-context-region): Use defvar-local.
5076 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5077 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5078
970ad972
G
50792013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5080
5081 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5082
5083 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5084
50852013-06-19 Tom Tromey <tromey@redhat.com>
5086
5087 * net/eww.el (eww-top-url): Remove.
5088 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5089 (eww-render): Set new variables. Don't set eww-top-url.
5090 (eww-handle-link): Handle "prev", "home", and "contents".
5091 Downcase the rel text.
5092 (eww-top-url): Choose best top URL.
5093
50942013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5095
5096 * net/eww.el: Rewrite to implement form elements "by hand" instead of
5097 relying in widget.el. Using widget.el leads to too many
5098 user interface inconsistencies.
5099 (eww-self-insert): Implement entering commands in text fields.
5100 (eww-process-text-input): New function to make text input field editing
5101 work.
5102 (eww-submit): Rewrite to use the new-style form methods.
5103 (eww-select-display): Display the correct selected item.
5104 (eww-change-select): Implement changing the select value.
5105 (eww-toggle-checkbox): Implement radio/checkboxes.
5106 (eww-update-field): Fix compilation error.
5107 (eww-tag-textarea): Implement <textarea>.
5108
5109 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5110 we don't shadow mode-specific bindings.
5111
5112 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5113 nothing to push.
5114
5115 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5116
4582a01c 51172013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
5118
5119 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5120
15b263dc
MA
51212013-06-19 Michael Albinus <michael.albinus@gmx.de>
5122
5123 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5124 not needed.
5125
5126 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5127
8f5297f7
LMI
51282013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5129
5130 * net/browse-url.el (browse-url-browser-function):
5131 `eww-browse-url' has the right calling signature, `eww' does not.
5132
011c4552
GM
51332013-06-19 Glenn Morris <rgm@gnu.org>
5134
2285bd27
GM
5135 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5136 Only eval autoloaded macros.
5137 (byte-compile-autoload): Only give the macro warning for macros.
5138
1d653303
GM
5139 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5140 (ps-underlined-faces): Declare.
5141
bdd779ec
GM
5142 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5143 (speedbar-add-supported-extension): Declare.
5144
011c4552
GM
5145 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5146 Don't include a date stamp in the header of the generated file;
5147 it leads to needless differences between output files.
5148
e59dfb0e
MA
51492013-06-19 Michael Albinus <michael.albinus@gmx.de>
5150
c763842b
SM
5151 * net/secrets.el (secrets-struct-secret-content-type):
5152 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 5153 Some servers do not offer introspection.
e59dfb0e 5154
102626e2
SM
51552013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * electric.el (electric-pair-mode): Improve interaction with
5158 electric-layout-mode.
5159 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5160 (electric-pair-syntax): Use text-mode-syntax-table in comments
5161 and strings.
5162 (electric-pair--insert): New function.
5163 (electric-pair-post-self-insert-function): Use it and
5164 electric--after-char-pos.
5165
ad528125
LL
51662013-06-19 Leo Liu <sdl.web@gmail.com>
5167
5168 * progmodes/octave.el (octave-help): Fix regexp.
5169
924d6997
G
51702013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5171
5172 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5173 (shr-table-horizontal-line): Allow nil as a value, and change the
5174 default.
5175 (shr-insert-table-ruler): Respect the nil value.
5176
51772013-06-18 Tom Tromey <tromey@barimba>
5178
5179 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5180 New defvars.
5181 (eww-open-file): New defun.
5182 (eww-render): Initialize new variables.
5183 (eww-display-html): Handle "link" and "a".
5184 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5185 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
5186 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
5187 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5188 New defuns.
924d6997 5189
d1bbba4f
DG
51902013-06-18 Dmitry Gutov <dgutov@yandex.ru>
5191
5192 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5193 Distinguish ternary operator tokens from slash symbol and slash
5194 char literal.
5195
14dd22d2
JB
51962013-06-18 Juanma Barranquero <lekktu@gmail.com>
5197
5198 Convert symbol prettification into minor mode and global minor mode.
5199
5200 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5201 `prog-prettify-symbols', and make a local defvar instead of defcustom.
5202 (prettify-symbols--keywords): Rename from
5203 `prog-prettify-symbols-alist' and make a local defvar.
5204 (prettify-symbols--compose-symbol): Rename from
5205 `prog--prettify-font-lock-compose-symbol'.
5206 (prettify-symbols--make-keywords): Rename from
5207 `prog-prettify-font-lock-symbols-keywords' and simplify.
5208 (prog-prettify-install): Remove.
5209 (prettify-symbols-mode): New minor mode, based on
5210 `prog-prettify-install'.
5211 (turn-on-prettify-symbols-mode): New function.
5212 (global-prettify-symbols-mode): New globalized minor mode.
5213
5214 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5215 * progmodes/cfengine.el (cfengine3-mode):
5216 * progmodes/perl-mode.el (perl-mode): Don't call
5217 `prog-prettify-install'; set `prettify-symbols-alist' instead.
5218
292c880c
JL
52192013-06-18 Juri Linkov <juri@jurta.org>
5220
5221 * files-x.el (modify-file-local-variable-message): New function.
5222 (modify-file-local-variable)
5223 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5224 and call `modify-file-local-variable-message' when it's non-nil.
5225 (add-file-local-variable, delete-file-local-variable)
5226 (add-file-local-variable-prop-line)
5227 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5228 and use it. (Bug#9820)
5229
0950aa27
JL
52302013-06-18 Juri Linkov <juri@jurta.org>
5231
5232 * emulation/vi.el (vi-shell-op):
5233 * emulation/vip.el (vip-execute-com, ex-command):
5234 * emulation/viper-cmd.el (viper-exec-bang):
5235 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5236 the call of `shell-command-on-region'. (Bug#14637)
5237
5238 * simple.el (shell-command-on-region): Doc fix.
5239
8fbcca16
SM
52402013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5241
5242 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5243 (bug#14633).
5244
dd7426ea
GM
52452013-06-18 Glenn Morris <rgm@gnu.org>
5246
4ba54f7d
GM
5247 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5248
dd7426ea
GM
5249 * newcomment.el (comment-search-forward, comment-search-backward):
5250 Doc fix. (Bug#14376)
5251
58aa805b
JB
52522013-06-18 Juanma Barranquero <lekktu@gmail.com>
5253
5254 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5255 (buffer-face-mode-invoke): Doc fix.
5256
9a08a617
MM
52572013-06-18 Matthias Meulien <orontee@gmail.com>
5258
5259 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 5260 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 5261
f2f426ca
GM
52622013-06-18 Glenn Morris <rgm@gnu.org>
5263
9445f99b
GM
5264 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5265 Replace obsolete function generic-make-keywords with its expansion.
5266
e0df2d14
GM
5267 * progmodes/python.el (ffap-alist): Declare.
5268
f2f426ca
GM
5269 * textmodes/reftex.el (bibtex-mode-map): Declare.
5270
f7f9a720
SM
52712013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5274 (package-unpack, package-unpack-single): Return the pkg-dir.
5275 (package-download-transaction): Use it to update package-alist.
5276
57ff04e0
LMI
52772013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5278
5279 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5280 possible choice.
5281
c048c022
JL
52822013-06-17 Juri Linkov <juri@jurta.org>
5283
5284 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5285
b5bcaee5
DG
52862013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5287
a020afb9
JB
5288 * emacs-lisp/package.el (package-load-descriptor):
5289 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
5290 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5291
551e07e5
JB
52922013-06-17 Juanma Barranquero <lekktu@gmail.com>
5293
5294 * startup.el (command-line): Expand package name returned by
5295 `package--description-file' (bug#14639).
5296
d363bffb
DG
52972013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5298
5299 * emacs-lisp/package.el (package-load-descriptor): Do not call
5300 `emacs-lisp-mode', just use its syntax table.
5301
f612933b
JB
53022013-06-17 Juanma Barranquero <lekktu@gmail.com>
5303
5304 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5305 `font-lock-extra-managed-props' if any prettifying keyword is added.
5306 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5307 (prog-mode): Use `setq-local'.
5308
db3b7db5
SM
53092013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5310
5311 * international/characters.el (standard-case-table): Set syntax of ?»
5312 and ?« to punctuation.
5313
f3d674df
JB
53142013-06-16 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5317 Save relevant match data before calling `syntax-ppss' (bug#14595).
5318
31489a32
JL
53192013-06-15 Juri Linkov <juri@jurta.org>
5320
5321 * files-x.el (modify-file-local-variable-prop-line): Add local
5322 variables to the end of the existing comment on the first line.
5323 Use `file-auto-mode-skip' to skip interpreter magic line,
5324 and also skip XML declaration.
5325
66bd25ab
SM
53262013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * startup.el (package--builtin-versions): New var.
5329 (package-subdirectory-regexp): Remove.
5330 (package--description-file): Hard code its value instead.
5331
5332 * emacs-lisp/package.el: Don't activate packages older than builtin.
5333 (package-obsolete-list): Rename from package-obsolete-alist, and make
5334 it into a simple list of package-desc.
5335 (package-strip-version): Remove.
5336 (package-built-in-p): Use package--builtin-versions.
5337 (package-mark-obsolete): Simplify.
5338 (package-process-define-package): Mark it obsolete if older than the
5339 builtin version.
5340 (package-handle-response): Use line-end-position.
5341 (package-read-archive-contents, package--download-one-archive):
5342 Simplify.
5343 (package--add-to-archive-contents): Skip if older than the builtin or
5344 installed version.
5345 (package-menu-describe-package): Fix last change.
5346 (package-list-unversioned): New var.
5347 (package-menu--generate): Use it.
5348
5349 * emacs-lisp/autoload.el: Manage package--builtin-versions.
5350 (autoload--insert-text, autoload--insert-cookie-text): New functions.
5351 (autoload-builtin-package-versions): New variable.
5352 (autoload-generate-file-autoloads): Use them.
5353 Remove the list of autoloaded functions/macros from the
5354 (autoload...) comments.
5355
5356 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5357
9583ec36
EZ
53582013-06-15 Eli Zaretskii <eliz@gnu.org>
5359
5360 * simple.el (line-move-partial): Don't jump to the next screen
5361 line as soon as it becomes visible. Instead, continue enlarging
5362 the vscroll until the portion of a tall screen line that's left on
5363 display is about the height of the frame's default font.
5364 (Bug#14567)
5365
f0100d8a
GM
53662013-06-15 Glenn Morris <rgm@gnu.org>
5367
b86a85ca
GM
5368 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
5369 compilation-error-regexp-alist void, or local while let-bound.
5370
f0100d8a
GM
5371 * progmodes/make-mode.el (makefile-mode-syntax-table):
5372 Treat "=" as punctuation. (Bug#14614)
5373
05e7ce90
JB
53742013-06-15 Juanma Barranquero <lekktu@gmail.com>
5375
5376 * help-fns.el (describe-variable):
5377 Add extra line for permanent-local variables.
5378
12e5e86e
SH
53792013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
5380
5381 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5382 Add export, import, library. (Bug#9164)
5383 (library): Set indent function.
5384
230dcbaf
GM
53852013-06-14 Glenn Morris <rgm@gnu.org>
5386
5387 * term/xterm.el (xterm--query):
5388 Stop after first matching handler. (Bug#14615)
5389
e36b2d20 53902013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
5391
5392 Add support for dired in saveplace.
5393 * dired.el (dired-initial-position-hook): New variable.
5394 (dired-initial-position): Call hook to place cursor position.
5395 * saveplace.el (save-place-to-alist): Add dired position.
5396 (save-place-dired-hook): New function.
5397
0b31660d
SM
53982013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5399
bf1e6ae8
SM
5400 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
5401 through a symbol rather than letrec.
5402
1b8dff23
SM
5403 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
5404 (package-desc): Add `dir' field.
5405 (package-desc-full-name): New function.
5406 (package-load-descriptor): Combine the two arguments. Don't use `load'.
5407 (package-maybe-load-descriptor): Remove.
5408 (package-load-all-descriptors): Just call package-load-descriptor.
5409 (package--disabled-p): New function.
5410 (package-desc-vers, package-desc-doc): Remove aliases.
5411 (package--dir): Remove function.
5412 (package-activate): Check if a package is disabled.
5413 (package-process-define-package): New function, extracted from
5414 define-package.
5415 (define-package): Turn into a place holder.
5416 (package-unpack-single, package-tar-file-info):
5417 Use package--description-file.
5418 (package-compute-transaction): Use package--disabled-p.
5419 (package-download-transaction): Don't call
5420 package-maybe-load-descriptor since they're all loaded anyway.
5421 (package-install): Change argument to be a pkg-desc.
5422 (package-delete): Use a single pkg-desc argument.
5423 (describe-package-1): Use package-desc-dir instead of package--dir.
5424 Use package-desc property instead of package-symbol.
5425 (package-install-button-action): Adjust accordingly.
5426 (package--push): Rewrite.
5427 (package-menu--print-info): Adjust accordingly. Change the ID format
5428 to be a pkg-desc.
5429 (package-menu-describe-package, package-menu-get-status)
5430 (package-menu--find-upgrades, package-menu-mark-upgrades)
5431 (package-menu-execute, package-menu--name-predicate):
5432 Adjust accordingly.
5433 * startup.el (package--description-file): New function.
5434 (command-line): Use it.
5435 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5436 Use package-desc-version.
5437
0b31660d
SM
5438 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
5439 (byte-compile-preprocess): Use it.
5440 (byte-compile-file-form-defalias): Try a bit harder to use macros we
5441 can't quite recognize.
5442 (byte-compile-add-to-list): Remove.
5443 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
5444 (cconv-closure-convert): Add assertion.
5445
5446 * emacs-lisp/map-ynp.el: Use lexical-binding.
5447 (map-y-or-n-p): Remove unused vars `tail' and `object'.
5448 Factor out some repeated code.
5449
de0503df
SM
54502013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * subr.el (with-eval-after-load): New macro.
5453 (eval-after-load): Allow form to be a function.
5454 take advantage of lexical-binding.
5455 (do-after-load-evaluation): Use dolist and adjust to new format.
5456 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
5457
bc5c8c5a
JL
54582013-06-13 Juri Linkov <juri@jurta.org>
5459
5460 * replace.el (perform-replace): Display "symbol " and other search
5461 modes from `isearch-message-prefix' in the *Help* buffer.
5462
5463 * isearch.el (isearch-query-replace): Add " symbol" and other
5464 possible search modes from `isearch-message-prefix' to the prompt.
5465 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
5466 when reading a regexp to collect.
5467
a22289f7
JL
54682013-06-13 Juri Linkov <juri@jurta.org>
5469
5470 * isearch.el (word-search-regexp): Match whitespace if the search
5471 string begins or ends in whitespace. The LAX arg is applied to
5472 both ends of the search string. Use `regexp-quote' and explicit
5473 \< and \> instead of \b. Use \` and \' instead of ^ and $.
5474 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
5475 boundaries are replaced with symbol boundaries, and characters
5476 between symbols match non-word non-symbol syntax. (Bug#14602)
5477
cb89acab
JL
54782013-06-13 Juri Linkov <juri@jurta.org>
5479
5480 * isearch.el (isearch-del-char): Don't exceed the length of
5481 `isearch-string' by the prefix arg. (Bug#14563)
5482
6e8cfc81
JL
54832013-06-13 Juri Linkov <juri@jurta.org>
5484
5485 * isearch.el (isearch-yank-word, isearch-yank-line)
5486 (isearch-char-by-name, isearch-quote-char)
5487 (isearch-printing-char, isearch-process-search-char):
5488 Add optional count prefix arg. (Bug#14563)
5489
5490 * international/isearch-x.el
5491 (isearch-process-search-multibyte-characters):
5492 Add optional count prefix arg.
5493
c23d55f4
VS
54942013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
5497 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5498 lexical-binding.
5499
55002013-06-13 Vitalie Spinu <spinuvit@gmail.com>
5501
5502 * subr.el (set-temporary-overlay-map): Add on-exit argument.
5503
ba947bc4
GM
55042013-06-13 Glenn Morris <rgm@gnu.org>
5505
8baeb37a
GM
5506 * startup.el (tty-handle-args):
5507 Don't just discard "--" and anything after. (Bug#14608)
5508
ba947bc4
GM
5509 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
5510
9abefce4
MA
55112013-06-13 Michael Albinus <michael.albinus@gmx.de>
5512
5513 Implement changes in Secret Service API. Make it backward compatible.
5514 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
5515 (secrets-create-item): Use it. Prefix properties with interface.
5516
5755011f
MH
55172013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
5518
5519 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
5520 (term-emulate-terminal): Respect term-suppress-hard-newline.
5521
1261d2da
S
55222013-06-13 E Sabof <esabof@gmail.com> (tiny change)
5523
5524 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5525 Only remove a `thumb-file' overlay. (Bug#14548)
5526
868490bb
GJ
55272013-06-12 Grégoire Jadi <daimrod@gmail.com>
5528
5529 * mail/reporter.el (reporter-submit-bug-report):
5530 Handle missing package-name. (Bug#14600)
5531
79d7167f
TH
55322013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5533
5534 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
5535 (reftex-citation-prompt, reftex-default-bibliography)
5536 (reftex-bib-or-thebib, reftex-get-bibfile-list)
5537 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5538 (reftex-bib-sort-author, reftex-bib-sort-year)
5539 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
5540 (reftex-extract-bib-entries-from-thebibliography)
5541 (reftex-get-bibkey-default, reftex-get-bib-names)
5542 (reftex-parse-bibtex-entry, reftex-get-bib-field)
5543 (reftex-format-bib-entry, reftex-parse-bibitem)
5544 (reftex-format-bibitem, reftex-do-citation)
5545 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
5546 (reftex-restrict-bib-matches, reftex-extract-bib-file)
5547 (reftex-insert-bib-matches, reftex-format-citation)
5548 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
5549 (reftex-create-bibtex-file): Add docstrings, mostly by converting
5550 existing comments into docstrings.
5551
5f9dbd7a
XF
55522013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5553
5554 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
5555
94df41ab
AS
55562013-06-12 Andreas Schwab <schwab@suse.de>
5557
5558 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
5559 for auto-save files.
5560
a7f3fecc
GM
55612013-06-12 Glenn Morris <rgm@gnu.org>
5562
001809f6
GM
5563 * ido.el (ido-delete-ignored-files): Remove.
5564 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5565 Go back to calling ido-ignore-item-p directly.
a7f3fecc 5566
834b5ded
EL
55672013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
5568
08c73ed2
EL
5569 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
5570
834b5ded
EL
5571 * ido.el (ido-delete-ignored-files): New function,
5572 split from ido-make-file-list-1.
5573 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
5574 (ido-make-file-list-1): Use ido-delete-ignored-files.
5575
daabf15a
LL
55762013-06-12 Leo Liu <sdl.web@gmail.com>
5577
5578 * progmodes/octave.el (inferior-octave-startup)
5579 (inferior-octave-completion-table)
5580 (inferior-octave-track-window-width-change)
5581 (octave-eldoc-function-signatures, octave-help)
5582 (octave-find-definition): Use single quoted strings.
5583 (inferior-octave-startup-args): Change default value.
5584 (inferior-octave-startup): Do not hard code "-i" and
5585 "--no-line-editing".
5586 (inferior-octave-resync-dirs): Add optional arg NOERROR.
5587 (inferior-octave-directory-tracker): Use it.
5588 (octave-goto-function-definition): Robustify.
5589 (octave-help): Support highlighting operators in 'See also'.
5590 (octave-find-definition): Find subfunctions only in Octave mode.
5591
cf4e5178
SM
55922013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5593
5594 * help-fns.el (help-fns--compiler-macro): If the handler function is
5595 named, then put a link to it.
5596 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5597 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5598 (cl-typep): Use it.
5599 (cl-eval-when): Simplify debug spec.
5600 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
5601 compiler-macro function instead of setting `compiler-macro-file'.
5602
99c81280 56032013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
5604
5605 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5606 * vc/vc-hooks.el (vc-stay-local): Doc fix.
5607
f56be016
SM
56082013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5609 Daniel Hackney <dan@haxney.org>
5610
5611 First part of Daniel Hackney's patch to package.el.
5612 * emacs-lisp/package.el: Use defstruct.
5613 (package-desc): New, main struct.
5614 (package--bi-desc, package--ac-desc): New structs, used to describe the
5615 format in external files.
5616 (package-desc-vers): Replace with package-desc-version accessor.
5617 (package-desc-doc): Replace with package-desc-summary accessor.
5618 (package-activate-1): Remove `package' arg since the pkg-vec now
5619 includes the name.
5620 (define-package): Use package-desc-from-define.
5621 (package-unpack-single): Change file-name arg to be a symbol.
5622 (package--add-to-archive-contents): Use package-desc-create and new
5623 accessor functions to package--ac-desc.
5624 (package-buffer-info, package-tar-file-info): Return a package-desc.
5625 (package-install-from-buffer): Remove `type' argument. Change pkg-info
5626 arg to be a package-desc.
5627 (package-install-file): Adjust accordingly. Use \' to match EOS.
5628 (package--from-builtin): New function.
5629 (describe-package-1, package-menu--generate): Use it.
5630 (package--make-autoloads-and-compile): Change name arg to be a symbol.
5631 (package-generate-autoloads): Idem and return the name of the file.
5632 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5633 Change pkg-info arg to be a package-desc.
5634 Use package-make-ac-desc.
5635 (package-upload-file): Use \' to match EOS.
5636 * finder.el (finder-compile-keywords): Use package-make-builtin.
5637
31119d63
SM
56382013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5639
931a2762
SM
5640 * vc/vc.el (vc-deduce-fileset): Change error message.
5641 (vc-read-backend): New function.
5642 (vc-next-action): Use it.
5643
5a3eb0c6
SM
5644 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
5645
e3eb1bb7
SM
5646 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
5647 (prolog-font-lock-keywords): Use regexp-opt instead.
5648 Don't manually highlight strings.
5649 (prolog-mode-variables): Simplify comment-start-skip.
5650 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
5651
31119d63
SM
5652 * emacs-lisp/generic.el (generic--normalise-comments)
5653 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
5654 (generic-mode-set-comments): Use them.
5655 (generic-bracket-support): Use setq-local.
5656 (generic-make-keywords-list): Declare obsolete.
5657
7de135d0
GM
56582013-06-11 Glenn Morris <rgm@gnu.org>
5659
5660 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5661 Prettify after setting font-lock-defaults. (Bug#14574)
5662
fa6bc6fd
JB
56632013-06-11 Juanma Barranquero <lekktu@gmail.com>
5664
5665 * replace.el (query-replace, occur-read-regexp-defaults-function)
5666 (replace-search):
5667 * subr.el (declare-function, number-sequence, local-set-key)
5668 (substitute-key-definition, locate-user-emacs-file)
5669 (with-silent-modifications, split-string, eval-after-load):
5670 Fix typos, remove unneeded backslashes and reflow some docstrings.
5671
cf1f9b9a
SM
56722013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
5675 default for Elisp files.
5676
56602a4b
GM
56772013-06-11 Glenn Morris <rgm@gnu.org>
5678
5679 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
5680 although define-derived-mode was doing this anyway. (Bug#14583)
5681
30ae0b2c
JB
56822013-06-10 Juanma Barranquero <lekktu@gmail.com>
5683
5684 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5685 Fix make-variable-buffer-local call to refer to the correct variable.
5686
fa472906
AG
56872013-06-10 Aidan Gauland <aidalgol@amuri.net>
5688
5689 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
5690 (eshell-visual-subcommands, eshell-visual-options):
5691 Add summary line to docstrings. Add cross-references.
fa472906 5692
ff4871b9
GM
56932013-06-10 Glenn Morris <rgm@gnu.org>
5694
5695 * epa.el (epa-read-file-name): New function. (Bug#14510)
5696 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
5697
04fcf1b0
AG
56982013-06-09 Aidan Gauland <aidalgol@amuri.net>
5699
5700 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5701 output redirection to be ignored with visual commands.
5702
88b00caa
AG
57032013-06-09 Aidan Gauland <aidalgol@amuri.net>
5704
5705 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
5706 (eshell-term-initialize): Move long lambda to separate function
5707 eshell-visual-command-p.
e7b41c4c
JB
5708 * eshell/em-dirs.el (eshell-dirs-initialise):
5709 * eshell/em-script.el (eshell-script-initialize):
5710 Add missing #' to lambda.
88b00caa 5711
fda74125
LL
57122013-06-08 Leo Liu <sdl.web@gmail.com>
5713
5714 * progmodes/octave.el (octave-add-log-current-defun): New function.
5715 (octave-mode): Set add-log-current-defun-function.
5716 (octave-goto-function-definition): Do not move point if not found.
5717 (octave-find-definition): Enhance to try subfunctions first.
5718
467f3b33
GM
57192013-06-08 Glenn Morris <rgm@gnu.org>
5720
5721 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5722 (byte-compile-backward-char, byte-compile-backward-word):
5723 Improve previous change, to handle non-explicit nil.
5724
544badc3
SM
57252013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5728 (smie--opener/closer-at-point): New function.
5729 (smie--matching-block-data): Use it. Don't match from right after an
5730 opener or right before a closer. Obey smie-blink-matching-inners.
5731 Don't signal a mismatch for repeated inners like "switch..case..case".
5732
a175bf33
LL
57332013-06-07 Leo Liu <sdl.web@gmail.com>
5734
5735 * progmodes/octave.el (octave-mode): Set comment-use-global-state
5736 to t. (Bug#14303)
ce8209d4
LL
5737 (octave-function-header-regexp): Fix. (Bug#14570)
5738 (octave-help-mode-finish-hook, octave-help-mode-finish):
5739 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
5740
5741 * newcomment.el (comment-search-backward): Revert last change.
5742 (Bug#14434)
5743
5744 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
5745
a822acff
EZ
57462013-06-07 Eli Zaretskii <eliz@gnu.org>
5747
5748 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5749 through xargs, to avoid failure due to MS-Windows limitations on
5750 command-line length.
5751
961166f5
GM
57522013-06-06 Glenn Morris <rgm@gnu.org>
5753
d0341459
GM
5754 * font-lock.el (lisp-font-lock-keywords-2):
5755 Treat user-error like error.
5756
961166f5
GM
5757 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5758 (byte-compile-backward-char, byte-compile-backward-word):
5759 Handle explicit nil arguments. (Bug#14565)
5760
80fa505f
AM
57612013-06-05 Alan Mackenzie <acm@muc.de>
5762
5763 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 5764 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 5765 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 5766 (Bug#9706)
80fa505f 5767
fccdc796
SM
57682013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * autorevert.el (auto-revert-notify-handler): Use memq.
5771 Hide assertion failure.
5772
5773 * skeleton.el: Use cl-lib.
5774 (skeleton-further-elements): Use defvar-local.
5775 (skeleton-insert): Use cl-progv.
5776
9bfff84b
TZ
57772013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5778
5779 * progmodes/prog-mode.el (prog-prettify-symbols)
5780 (prog-prettify-install): Update docstrings.
5781
55577e7c
SM
57822013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * simple.el: Move all the prog-mode code to prog-mode.el.
5785 * progmodes/prog-mode.el: New file.
5786 * loadup.el: Add prog-mode.el.
5787
8fc57765
TZ
57882013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5789
5790 * simple.el (prog-prettify-symbols): Add version.
5791 (prog-prettify-install): Add convenience function to prettify symbols.
5792
5793 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5794 (perl--augmented-font-lock-keywords-1)
5795 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5796 variables and use it.
5797
5798 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5799 (cfengine3-mode): Remove unneeded variable and use it.
5800
5801 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5802 (lisp--augmented-font-lock-keywords-1)
5803 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5804 Remove unneeded variables and use it.
5805
650645d5 58062013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
5807
5808 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 5809 to point when opening the connection. (Bug#14380)
28f5da6d 5810
781b4af6
SM
58112013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5812
5813 * subr.el (load-history-regexp, load-history-filename-element)
5814 (eval-after-load, after-load-functions, do-after-load-evaluation)
5815 (eval-next-after-load, display-delayed-warnings)
5816 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5817 definition of save-match-data.
5818 (overriding-local-map): Remove accidental obsolescence declaration.
5819
5820 * emacs-lisp/edebug.el (edebug-result): Move before first use.
5821
3ca0d0b4
TZ
58222013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5823
5824 Generalize symbol prettify support to prog-mode and implement it
5825 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5826 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5827 (prog--prettify-font-lock-compose-symbol)
5828 (prog-prettify-font-lock-symbols-keywords): New variables and
5829 functions to support symbol prettification.
5830 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5831 (lisp--augmented-font-lock-keywords-1)
5832 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5833 (lisp--prettify-symbols-alist): Implement prettify of lambda.
5834 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
5835 (cfengine3--prettify-symbols-alist, cfengine3-mode):
5836 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
5837 * progmodes/perl-mode.el (perl-prettify-symbols)
5838 (perl--font-lock-compose-symbol)
5839 (perl--font-lock-symbols-keywords): Move to prog-mode.
5840 (perl--prettify-symbols-alist): Prettify -> => :: strings.
5841 (perl-font-lock-keywords-1)
5842 (perl-font-lock-keywords-2): Remove explicit prettify support.
5843 (perl--augmented-font-lock-keywords)
5844 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
5845 (perl--augmented-font-lock-keywords-2, perl-mode):
5846 Implement prettify support.
3ca0d0b4 5847
976cb066
LL
58482013-06-05 Leo Liu <sdl.web@gmail.com>
5849
5850 Re-implement smie matching block highlight using
5851 show-paren-data-function. (Bug#14395)
5852 * emacs-lisp/smie.el (smie-matching-block-highlight)
5853 (smie--highlight-matching-block-overlay)
5854 (smie--highlight-matching-block-lastpos)
5855 (smie-highlight-matching-block)
5856 (smie-highlight-matching-block-mode): Remove.
5857 (smie--matching-block-data-cache): New variable.
5858 (smie--matching-block-data): New function.
5859 (smie-setup): Use smie--matching-block-data for
5860 show-paren-data-function.
5861
5862 * progmodes/octave.el (octave-mode-menu): Fix.
5863 (octave-find-definition): Skip garbage lines.
5864
208d0342
SM
58652013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5866
5867 Fix compilation error with simultaneous dynamic+lexical scoping.
5868 Add warning when a defvar appears after the first let-binding.
5869 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
5870 (byte-compile-close-variables): Initialize it.
5871 (byte-compile--declare-var): New function.
5872 (byte-compile-file-form-defvar)
5873 (byte-compile-file-form-define-abbrev-table)
5874 (byte-compile-file-form-custom-declare-variable): Use it.
5875 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
5876 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
5877 (byte-compile-bind): Handle dynamic bindings that shadow
5878 lexical bindings.
5879 (byte-compile-unbind): Make arg non-optional.
5880 (byte-compile-let): Simplify.
5881 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
5882 (cconv--analyse-function, cconv-analyse-form): Populate it.
5883 Protect byte-compile-bound-variables to limit the scope of defvars.
5884 (cconv-analyse-form): Add missing rule for (defvar <foo>).
5885 Remove unneeded rule for `declare'.
5886
5887 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
5888 so as to avoid depending on cl-adjoin at run-time.
5889 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
5890
5891 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
5892 (macroexp--warn-and-return): Use it.
5893
2587b005
LL
58942013-06-05 Leo Liu <sdl.web@gmail.com>
5895
5896 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
5897
f1da3c88
LL
58982013-06-04 Leo Liu <sdl.web@gmail.com>
5899
5900 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
5901 (compilation-auto-jump): Suppress the "Mark set" message to give
5902 way to exit message.
5903
3caa391f
AM
59042013-06-04 Alan Mackenzie <acm@muc.de>
5905
5906 Remove faulty optimisation from indentation calculation.
5907 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
5908 search limit based on 2000 characters back from indent-point.
5909
068922a2
TH
59102013-06-03 Tassilo Horn <tsdh@gnu.org>
5911
5912 * eshell/em-term.el (cl-lib): Require `cl-lib'.
5913
1f8fdd53
SM
59142013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5915
bbcc4d97
SM
5916 * emacs-lisp/lisp.el: Use lexical-binding.
5917 (lisp--local-variables-1, lisp--local-variables): New functions.
5918 (lisp--local-variables-completion-table): New var.
208d0342 5919 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 5920
1f8fdd53
SM
5921 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
5922 eagerly (bug#14422).
5923
c9628c79
MA
59242013-06-03 Michael Albinus <michael.albinus@gmx.de>
5925
5926 * autorevert.el (auto-revert-notify-enabled)
5927 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5928 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
5929 (auto-revert-notify-handler): Handle also gfilenotify.
5930
e7b41c4c 5931 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 5932 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 5933 Remove.
c9628c79 5934
e5e4a942
JL
59352013-06-03 Juri Linkov <juri@jurta.org>
5936
5937 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
5938 `M-s h .'. (Bug#14427)
5939
5940 * hi-lock.el (highlight-symbol-at-point): New alias for the new
5941 command `hi-lock-face-symbol-at-point'.
5942 (hi-lock-face-symbol-at-point): New command.
5943 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
5944 (hi-lock-menu): Add `highlight-symbol-at-point'.
5945 (hi-lock-mode): Doc fix.
5946
5947 * isearch.el (isearch-forward-symbol-at-point): New command.
5948 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
5949 (isearch-highlight-regexp): Add a regexp which matches
5950 words/symbols for word/symbol mode.
5951
5952 * subr.el (find-tag-default-bounds): New function with the body
5953 mostly moved from `find-tag-default'.
5954 (find-tag-default): Move most code to `find-tag-default-bounds',
5955 call it and apply `buffer-substring-no-properties' afterwards.
5956
26b3353a
TH
59572013-06-03 Tassilo Horn <tsdh@gnu.org>
5958
781b4af6
SM
5959 * eshell/em-term.el (eshell-term-initialize):
5960 Use `cl-intersection' rather than `intersection'.
26b3353a 5961
51b60f53
XF
59622013-06-02 Xue Fuqiao <xfq.free@gmail.com>
5963
fe054b63 5964 * vc/log-view.el: Doc fix.
d3ffe17c 5965 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 5966
a0eb10b3 59672013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
5968
5969 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
5970 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
5971 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
5972 (eieio-unbound, eieio-default-superclass)
5973 (eieio--define-field-accessors, method-static, method-before)
5974 (method-primary, method-after, method-num-lists)
5975 (method-generic-before, method-generic-primary)
5976 (method-generic-after, method-num-slots)
5977 (eieio-specialized-key-to-generic-key)
5978 (eieio--check-type, class-v, class-p)
5979 (eieio-class-name, define-obsolete-function-alias)
5980 (eieio-class-parents-fast, eieio-class-children-fast)
5981 (same-class-fast-p, class-constructor, generic-p)
5982 (generic-primary-only-p, generic-primary-only-one-p)
5983 (class-option-assoc, class-option, eieio-object-p)
5984 (class-abstract-p, class-method-invocation-order)
5985 (eieio-defclass-autoload-map, eieio-defclass-autoload)
5986 (eieio-class-un-autoload, eieio-defclass)
5987 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
5988 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
5989 (eieio--defgeneric-init-form, eieio-defgeneric-form)
5990 (eieio-defgeneric-reset-generic-form)
5991 (eieio-defgeneric-form-primary-only)
5992 (eieio-defgeneric-reset-generic-form-primary-only)
5993 (eieio-defgeneric-form-primary-only-one)
5994 (eieio-defgeneric-reset-generic-form-primary-only-one)
5995 (eieio-unbind-method-implementations)
5996 (eieio--defmethod, eieio--typep)
5997 (eieio-perform-slot-validation, eieio-validate-slot-value)
5998 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
5999 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6000 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6001 (eieio-slot-name-index, eieio-class-slot-name-index)
6002 (eieio-set-defaults, eieio-initarg-to-attribute)
6003 (eieio-attribute-to-initarg, eieio-c3-candidate)
6004 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6005 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6006 (eieio-class-precedence-list, eieio-generic-call-methodname)
6007 (eieio-generic-call-arglst, eieio-generic-call-key)
6008 (eieio-generic-call-next-method-list)
6009 (eieio-pre-method-execution-functions, eieio-generic-call)
6010 (eieio-generic-call-primary-only, eieiomt-method-list)
6011 (eieiomt-optimizing-obarray, eieiomt-install)
6012 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6013 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 6014 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
6015 (defclass): Remove `eval-and-compile' from macro.
6016 (call-next-method, shared-initialize): Instead of using
6017 `scoped-class' variable, use new eieio--scoped-class, and
6018 eieio--with-scoped-class.
6019 (initialize-instance): Rename local variable 'scoped-class' to
6020 'this-class' to remove ambiguitity from old global.
6021
6022 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6023 eieio.el.
4f405069
JB
6024 (eieio--scoped-class-stack): New variable.
6025 (eieio--scoped-class): New fcn.
890f7890
DE
6026 (eieio--with-scoped-class): New scoping macro.
6027 (eieio-defclass): Use pushnew instead of add-to-list.
6028 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6029 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6030 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6031 `scoped-class' variable, use new eieio--scoped-class, and
6032 eieio--with-scoped-class.
6033
6034 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6035
d105b0e2
TH
60362013-06-02 Tassilo Horn <tsdh@gnu.org>
6037
6038 * eshell/esh-ext.el (eshell-external-command): Pass args to
6039 `eshell-find-interpreter'.
6040 (eshell-find-interpreter): Add new second parameter ARGS.
6041
6042 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 6043 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6044
6045 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 6046 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6047
6048 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6049 (eshell-visual-options): New defcustom.
6050 (eshell-escape-control-x): Adapt docstring.
6051 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6052 `eshell-visual-options' in addition to `eshell-visual-commands'.
6053 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6054
f46305c8 60552013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
6056
6057 * progmodes/python.el (python-indent-block-enders): Add break,
6058 continue and raise keywords.
6059
d870df21
GM
60602013-06-01 Glenn Morris <rgm@gnu.org>
6061
9133b82e
GM
6062 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6063
02c992ec 6064 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
6065 * progmodes/cc-cmds.el (delete-forward-p):
6066 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6067 * progmodes/cc-engine.el (buffer-syntactic-context):
6068 * progmodes/cc-fonts.el (face-property-instance):
6069 * progmodes/cc-mode.el (set-keymap-parents):
6070 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6071 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6072 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
6073 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6074 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 6075
31e7b090
GM
6076 * progmodes/cc-vars.el (other): Emacs has this widget since
6077 at least 21.1, so don't (re)define it.
6078
d870df21
GM
6079 * eshell/em-cmpl.el (eshell-cmpl-initialize):
6080 Replace the obsolete alias pcomplete-arg-quote-list.
6081
c75c93c7
LL
60822013-06-01 Leo Liu <sdl.web@gmail.com>
6083
6084 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6085 punctuation syntax.
6086 (inferior-octave-minimal-columns)
6087 (inferior-octave-last-column-width): New variables.
6088 (inferior-octave-track-window-width-change): New function.
6089 (inferior-octave-mode): Adjust column width so that Octave output,
6090 for example from 'ls', can fit into the window nicely.
6091
973d1e12
DG
60922013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6093
6094 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6095 Highlight expansions inside regexp literals.
6096
0888c286
GM
60972013-05-31 Glenn Morris <rgm@gnu.org>
6098
e26aac1f
GM
6099 * obsolete/sym-comp.el (symbol-complete):
6100 Replace obsolete completion-annotate-function.
6101
0888c286
GM
6102 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6103
19bb8e62
DG
61042013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6105
781b4af6
SM
6106 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6107 New function, checks if point is inside a literal that allows
19bb8e62
DG
6108 expression expansion.
6109 (ruby-syntax-propertize-expansion): Use it.
6110 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6111 around the body.
6112
01dea85f
JL
61132013-05-30 Juri Linkov <juri@jurta.org>
6114
6115 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6116 to "\M-si".
6117 (isearch-invisible): New variable.
6118 (isearch-forward): Doc fix.
6119 (isearch-mode): Set `isearch-invisible'
6120 to the value of `search-invisible'.
6121 (isearch-toggle-case-fold): Doc fix.
6122 (isearch-toggle-invisible): New command.
6123 (isearch-query-replace): Let-bind `search-invisible'
6124 to the value of `isearch-invisible'.
6125 (isearch-search): Use `isearch-invisible' instead of
6126 `search-invisible'. Let-bind `search-invisible'
6127 to the value of `isearch-invisible'. (Bug#11378)
6128
ab1bdce5
JL
61292013-05-30 Juri Linkov <juri@jurta.org>
6130
6131 * replace.el (perform-replace): Avoid `isearch-range-invisible'
6132 call when `query-flag' is nil and `search-invisible' is non-nil.
6133 (Bug#11746)
6134
d6d236e2
GM
61352013-05-30 Glenn Morris <rgm@gnu.org>
6136
8accd027
GM
6137 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6138
2a8bed1c
GM
6139 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6140 (cc-require): Suppress spurious "noruntime" warnings.
6141 (cc-require-when-compile): Use fboundp, for sake of compiler.
6142
d6d236e2
GM
6143 * progmodes/cc-mode.el: Move load of cc-vars before that of
6144 cc-langs (which in turn loads cc-vars), to quieten compiler.
6145
9190b35b
SM
61462013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6147
6148 * paren.el: Simplify the code.
6149 (show-paren-mode): Always start the timer.
6150 (show-paren--idle-timer): Rename from show-paren-idle-timer.
6151 (show-paren--overlay, show-paren--overlay-1): Rename from
6152 show-paren-overlay and show-paren-overlay-1, and initialize to an
6153 overlay rather than to nil.
6154 (show-paren-function): Misc cleanup and simplifications.
6155
4f8d1cf6
SM
61562013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6157
6158 * paren.el (show-paren-data-function): New hook.
6159 (show-paren--default): New function, extracted from show-paren-function.
6160 (show-paren-function): Use show-paren-data-function.
6161
02d844b5
GM
61622013-05-30 Glenn Morris <rgm@gnu.org>
6163
d209d4a9
GM
6164 * ielm.el (ielm-map, ielm-complete-symbol):
6165 Use completion-at-point rather than obsolete functions.
6166 (inferior-emacs-lisp-mode): Doc fix.
6167 Set completion-at-point-functions, rather than
6168 comint-dynamic-complete-functions.
6169
2082faa6
GM
6170 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6171 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6172 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6173
dd8620de
GM
6174 * image.el (image-animated-p): Tweak definition.
6175
ceca95b1
GM
6176 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6177 (rlogin-process-connection-type): Tweak default. Add set-after.
6178 (rlogin-host): Doc fix.
6179 (rlogin): Tweak prompt.
6180 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6181
ee9f1acc
GM
6182 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6183 * progmodes/tcl.el (inferior-tcl-mode-map):
6184 Use completion-at-point rather than obsolete alias.
6185
45ce222e
GM
6186 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6187
02d844b5
GM
6188 * minibuffer.el (read-file-name-completion-ignore-case):
6189 Move before completion--in-region, for eager macro expansion.
6190
ac44d6c1
JL
61912013-05-29 Juri Linkov <juri@jurta.org>
6192
6193 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6194 for total count of matching lines. Add `global-matches' for total
6195 count of matches. Rename `matches' to `lines' for count of
6196 matching lines. Add `matches' for count of matches.
6197 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
6198 to `prev-line' for line number of prev match endpt.
6199 Increment `matches' for every match. Print the number of
6200 matching lines in the header.
6201 (occur-context-lines): Rename `lines' to `curr-line'.
6202 Rename `prev-lines' to `prev-line'. (Bug#14017)
6203
3c9c9d38
JL
62042013-05-29 Juri Linkov <juri@jurta.org>
6205
6206 * replace.el (perform-replace): Add `skip-read-only-count',
6207 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6208 Increment them for corresponding conditions and report the number
6209 of skipped occurrences in the final message. (Bug#11746)
6210 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6211 (replace-string, replace-regexp): Doc fix.
6212
33e249a2
SM
62132013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6214
8e399682
SM
6215 * emacs-lisp/trace.el (trace--read-args): Provide a default.
6216
33e249a2 6217 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 6218 prog-mode-map (bug#14504).
33e249a2 6219
f236dd84
LL
62202013-05-29 Leo Liu <sdl.web@gmail.com>
6221
6222 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6223 (octave-help): Small simplification.
6224
6225 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6226 off the highlight first.
6227
3694d13f
GM
62282013-05-29 Glenn Morris <rgm@gnu.org>
6229
03983bdc
GM
6230 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6231 Handle idlwave-last-system-routine-info-cons-cell being nil.
6232
bc74a74a
GM
6233 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6234 (idlwave-write-paths): Simplify via with-temp-buffer.
6235
8b394200
GM
6236 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6237 * emulation/cua-rect.el: Also load cua-base at run time.
6238
3694d13f
GM
6239 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6240 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6241 (cperl-imenu-on-info): Require imenu.
6242
336d7284
AM
62432013-05-28 Alan Mackenzie <acm@muc.de>
6244
6245 Handle "capitalised keywords" correctly.
33e249a2 6246 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 6247
cb29c582
AG
62482013-05-28 Aidan Gauland <aidalgol@amuri.net>
6249
781b4af6 6250 * eshell/em-unix.el: Add -r option to cp.
cb29c582 6251
690e44b2
GM
62522013-05-28 Glenn Morris <rgm@gnu.org>
6253
e658d75c
GM
6254 * vc/vc-arch.el (vc-exec-after): Declare.
6255 (vc-switches): Autoload.
6256 * vc/vc-bzr.el: No need to require vc when compiling.
6257 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6258 (vc-resynch-buffer, vc-dir-refresh): Declare.
6259 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
6260 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6261 (vc-resynch-buffer): Declare.
6262 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 6263 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
6264 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6265 (grep-read-regexp, grep-read-files, grep-expand-template)
6266 (vc-dir-refresh): Declare.
6267 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6268 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6269 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
6270 * vc/vc-mtn.el (vc-exec-after): Declare.
6271 (vc-switches): Autoload.
6272 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6273 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6274 (vc-file-tree-walk): Declare.
712b9732
GM
6275 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6276 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6277 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
6278 * vc/vc-svn.el (vc-exec-after): Declare.
6279 (vc-switches, vc-setup-buffer): Autoload.
6280 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6281 Autoload.
6282 (vc-resynch-buffer): Declare.
6283
98e87fb3
GM
6284 * obsolete/fast-lock.el (byte-compile-warnings):
6285 Don't warn about obsolete features in this obsolete file.
6286
f5379553
GM
6287 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6288 Move definition before use.
6289
7a20ef83
GM
6290 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6291 (dun-unix-verbs): Remove dun-zippy.
6292 (dun-zippy): Remove function.
6293
690e44b2
GM
6294 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6295
3a52ccf7
JL
62962013-05-27 Juri Linkov <juri@jurta.org>
6297
6298 * replace.el (replace-search): New function with code moved out
6299 from `perform-replace'.
6300 (replace-highlight, replace-dehighlight): Move function definitions
6301 up closer to `replace-search'. (Bug#11746)
6302
d289938a
JL
63032013-05-27 Juri Linkov <juri@jurta.org>
6304
6305 * replace.el (perform-replace): Ignore invisible matches.
6306 In addition to checking `query-replace-skip-read-only', also
6307 filter out matches by calling `run-hook-with-args-until-failure'
6308 on `isearch-filter-predicates', and also check `search-invisible'
6309 for t or call `isearch-range-invisible'.
6310 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
6311
66fc57e3
JL
63122013-05-27 Juri Linkov <juri@jurta.org>
6313
6314 * isearch.el (isearch-filter-predicates): Rename from
6315 `isearch-filter-predicate'. Doc fix. (Bug#11378)
6316 (isearch-message-prefix): Display text from the property
6317 `isearch-message-prefix' of the currently active filters.
6318 (isearch-search): Don't compare `isearch-filter-predicate' with
6319 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
6320 on `isearch-filter-predicates'. Also check `search-invisible' for t
6321 or call `isearch-range-invisible'.
6322 (isearch-filter-visible): Make obsolete.
6323 (isearch-lazy-highlight-search):
6324 Call `run-hook-with-args-until-failure' on
6325 `isearch-filter-predicates' and use `isearch-range-invisible'.
6326
6327 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6328 `isearch-filter-predicates' instead of `funcall'ing
6329 `isearch-filter-predicate'.
6330 (Info-mode): Set `Info-isearch-filter' to
6331 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6332
6333 * dired-aux.el (dired-isearch-filter-predicate-orig):
6334 Remove variable.
6335 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6336 (dired-isearch-filenames-end): Add and remove
6337 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6338 instead of changing the value of `isearch-filter-predicate'.
6339 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6340 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6341 Put property `isearch-message-prefix' to "filename " on
6342 `dired-isearch-filter-filenames'.
6343
6344 * wdired.el (wdired-change-to-wdired-mode):
6345 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6346 locally instead of changing `isearch-filter-predicate'.
6347 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6348
f1a60a0f
DG
63492013-05-27 Dmitry Gutov <dgutov@yandex.ru>
6350
6351 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6352 return the commit hash (Bug#14459). Also set the
6353 `vc-git-detached' property.
6354 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6355 (vc-git-mode-line-string): Use the same help-echo format whether
6356 in detached mode or not, because we know the actual revision now.
6357 When in detached mode, shorten the revision to 7 chars.
6358
7f17cc40
SM
63592013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6360
6361 * emacs-lisp/easy-mmode.el (define-minor-mode):
6362 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
6363 mode hook and provide a docstring.
6364
25c8401c
AM
63652013-05-27 Alan Mackenzie <acm@muc.de>
6366
6367 Remove spurious syntax-table text properties inserted by C-y.
6368 * progmodes/cc-mode.el (c-after-change): Also clear hard
6369 syntax-table property with value nil.
6370
dde84790
MA
63712013-05-27 Michael Albinus <michael.albinus@gmx.de>
6372
6373 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
6374 when reading the events; the buffer layout shall not be changed.
6375
837fd9af
LL
63762013-05-27 Leo Liu <sdl.web@gmail.com>
6377
6378 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
6379 New variable.
6380 (inferior-octave-directory-tracker): Automatically re-sync
6381 default-directory.
6382 (octave-help): Improve handling of 'See also'.
6383
4fd996b3
SM
63842013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6385
416f1802
SM
6386 * doc-view.el: Minor naming convention tweaks.
6387 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6388
4fd996b3
SM
6389 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
6390 even if there's no `display' property yet (bug#14435).
6391
a052ef3b
EZ
63922013-05-25 Eli Zaretskii <eliz@gnu.org>
6393
4fd996b3 6394 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
6395
6396 * Makefile.in (custom-deps, finder-data, autoloads)
6397 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6398 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6399 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
6400
c9023370
SM
64012013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6402
6403 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
6404 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 6405 Don't burp at EOB.
c9023370 6406
24d699fa
LL
64072013-05-25 Leo Liu <sdl.web@gmail.com>
6408
6409 * comint.el (comint-previous-matching-input): Do not flood the
6410 *Messages* buffer with trivial messages.
6411
17e5c0cc
SM
64122013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6413
6414 * progmodes/flymake.el (flymake-nop): Don't return a string.
6415 (flymake-set-at): Fix typo.
6416
6417 * simple.el (read--expression): New function, extracted from
6418 eval-expression. Set completion-at-point-functions (bug#14465).
6419 (eval-expression, eval-minibuffer): Use it.
6420
5d028165
XF
64212013-05-25 Xue Fuqiao <xfq.free@gmail.com>
6422
6423 * progmodes/flymake.el (flymake-save-buffer-in-file)
6424 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
6425 (flymake-selected-frame, flymake-log, flymake-ins-after)
6426 (flymake-set-at, flymake-get-buildfile-from-cache)
6427 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
6428 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
6429 Refine the doc string.
6430 (flymake-get-file-name-mode-and-masks): Reformat.
6431 (flymake-get-real-file-name-function): Fix a minor bug.
6432
7a1d7ba7
JL
64332013-05-24 Juri Linkov <juri@jurta.org>
6434
6435 * progmodes/grep.el (grep-mode-font-lock-keywords):
6436 Support =linenumber= format used by git-grep for lines with
6437 function names. (Bug#13549)
6438
650cff3d
SM
64392013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6440
6441 * progmodes/octave.el (octave-smie-rules): Return nil rather than
6442 0 after a semi-colon; it works better for smie-auto-fill.
6443 (octave--indent-new-comment-line): New function.
6444 (octave-indent-new-comment-line): Use it (indirectly).
6445 (octave-mode): Don't disable smie-auto-fill. Use add-function to
6446 modify comment-line-break-function.
6447
6448 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
6449 (smie-setup): Use add-function to set it.
6450
9631677d
SS
64512013-05-24 Sam Steingold <sds@gnu.org>
6452
6453 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
6454 argument (before the `interactive' argument).
6455
50105835
SM
64562013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6457
6458 * image-mode.el (image-mode-winprops): Add winprops to
6459 image-mode-winprops-alist before running
6460 image-mode-new-window-functions.
6461 * doc-view.el (doc-view-new-window-function): Don't delay
6462 doc-view-goto-page via timers (bug#14435).
6463
57b9823e
TH
64642013-05-24 Tassilo Horn <tsdh@gnu.org>
6465
6466 * doc-view.el: Integrate with desktop.el. (Bug#14435)
6467 (doc-view-desktop-save-buffer): New function.
6468 (doc-view-restore-desktop-buffer): New function.
50105835
SM
6469 (desktop-buffer-mode-handlers):
6470 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
6471 handler.
6472 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
6473 `desktop-save-buffer' function.
6474
91aafa16
MA
64752013-05-24 Michael Albinus <michael.albinus@gmx.de>
6476
6477 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
6478 (tramp-gvfs-file-name-handler): Raise a user error when
6479 `tramp-gvfs-enabled' is nil.
6480 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
6481 Do not raise a user error when loading package. (Bug#14447)
6482
ec076379
MA
6483 * net/xesam.el: Move to obsolete/.
6484
db785726
GM
64852013-05-24 Glenn Morris <rgm@gnu.org>
6486
af5c7606
GM
6487 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
6488
e5d1916a
GM
6489 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
6490
ded62b08
GM
6491 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
6492 (Info-find-node, Man-getpage-in-background): Declare.
6493
9e614a3f
GM
6494 * mail/unrmail.el (unrmail):
6495 Replace obsolete detect-coding-with-priority.
6496
892f8ca3
GM
6497 * net/socks.el (socks-split-string): Use this rather than split-string.
6498 (socks-nslookup-host): Update for above change.
6499 (dynamic-choice, s5-dynamic-choice-match)
6500 (s5-dynamic-choice-match-inline, s5-widget-value-create):
6501 Comment out unused code.
6502
3c291973
GM
6503 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
6504 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
6505 (gud-tooltip-echo-area): Make obsolete.
6506 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
6507
43cc956b
GM
6508 * progmodes/js.el (js--optimize-arglist): Declare.
6509
dab49a3b
GM
6510 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
6511
36b9d085
GM
6512 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
6513 (ediff-window-C): Declare.
6514
e354ae76
GM
6515 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
6516 Tweak requires to silence compiler.
6517
b8e57bf4
GM
6518 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
6519 (he-search-string, he-tried-table, he-expand-list)
6520 (he-init-string, he-string-member, he-substitute-string)
6521 (he-reset-string): Declare.
6522
db785726
GM
6523 * obsolete/options.el (list-options): Use custom-variable-p,
6524 rather than obsolete alias.
6525
b3531901
SS
65262013-05-23 Sam Steingold <sds@gnu.org>
6527
6528 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 6529 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
6530 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
6531
bdda4c66
SM
65322013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * emacs-lisp/smie.el (smie-indent-forward-token)
6535 (smie-indent-backward-token): Handle string tokens (bug#14381).
6536
c43d45f9
TH
65372013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6538
fe1eb856
RS
6539 * ielm.el (ielm-menu): New menu.
6540 (inferior-emacs-lisp-mode): Set comment-start.
96172128 6541
fe1eb856
RS
65422013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6543
6544 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
6545 Fix deactivate action.
6546
6547 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
6548 Add cleveref macros.
074dd971 6549
c43d45f9
TH
6550 * lisp/textmodes/reftex-parse.el
6551 (reftex-locate-bibliography-files): Accept options for
6552 bibliography commands.
6553 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
6554 Add addbibresource. Basic Biblatex support.
6555
7764286e
MA
65562013-05-23 Michael Albinus <michael.albinus@gmx.de>
6557
6558 * net/tramp-gvfs.el (top):
6559 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
6560 when loading package. (Bug#14447)
6561
d361bc10
GM
65622013-05-23 Glenn Morris <rgm@gnu.org>
6563
8fa23984
GM
6564 * progmodes/js.el: No need to load comint when compiling.
6565 (ring-insert, comint-send-string, comint-send-input)
6566 (comint-last-input-end, ido-chop): Declare.
6567
a5c7df1a
GM
6568 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
6569 * vc/ediff-mult.el: Adjust requires.
6570 (ediff-directories-internal, ediff-directory-revisions-internal)
6571 (ediff-patch-file-internal): Declare.
6572 * vc/ediff-ptch.el: Adjust requires.
6573 (ediff-use-last-dir, ediff-buffers-internal): Declare.
6574 (ediff-find-file): Autoload.
6575 * vc/ediff-util.el: No need to load ediff when compiling.
6576 (ediff-regions-internal): Declare.
6577 * vc/ediff-wind.el: Adjust requires.
6578 (ediff-compute-toolbar-width): Define when compiling.
6579 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
6580 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
6581 (dired-get-filename, dired-get-marked-files)
6582 (ediff-last-dir-patch, ediff-patch-default-directory)
6583 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
6584 (ediff-patch-buffer-internal): Declare.
6585
e2aec513
GM
6586 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6587 (ispell-process, ispell-buffer-local-words, lm-summary)
6588 (lm-section-start, lm-section-end): Declare.
6589 (checkdoc-ispell-init): Simplify.
6590
e68bbd7c
GM
6591 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6592 (he-string-member, he-reset-string, he-substitute-string): Declare.
6593
7efe0991
GM
6594 * eshell/em-ls.el: Adjust requires.
6595 (eshell-glob-regexp): Declare.
f87b1284
GM
6596 * eshell/em-tramp.el: Adjust requires.
6597 (eshell-parse-command): Autoload.
6598 * eshell/em-xtra.el: Adjust requires.
6599 (eshell-parse-command): Autoload.
6600 * eshell/esh-ext.el: Adjust requires.
6601 (eshell-parse-command, eshell-close-handles): Autoload.
6602 * eshell/esh-io.el: Adjust requires.
6603 (eshell-output-filter): Autoload.
6604 * eshell/esh-util.el: No need to load tramp when compiling.
6605 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6606 Declare.
6607 (eshell-parse-ange-ls): Require ange-ftp and tramp.
6608 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6609 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6610 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6611 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6612 * eshell/esh-opt.el, eshell/esh-proc.el:
6613 * eshell/esh-var.el: Adjust requires.
6614 * eshell/eshell.el: Do not require esh-util twice.
6615 (eshell-add-input-to-history): Declare.
6616 (eshell-command): Check history module is active before using it.
6617
d361bc10
GM
6618 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6619
85d090a9
LL
66202013-05-22 Leo Liu <sdl.web@gmail.com>
6621
6622 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6623
5d0acd9d
MA
66242013-05-22 Michael Albinus <michael.albinus@gmx.de>
6625
6626 * autorevert.el (auto-revert-notify-add-watch)
6627 (auto-revert-notify-handler): Add `attrib' for the inotify case,
6628 it indicates changes in file modification time.
6629
0cdffd7d
GM
66302013-05-22 Glenn Morris <rgm@gnu.org>
6631
ca5995ec
GM
6632 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6633 Always delete the autoloaded function from the noruntime and
6634 unresolved functions lists.
6635
6450907e
GM
6636 * allout.el: No need to load epa, epg, overlay when compiling.
6637 (epg-context-set-passphrase-callback, epg-list-keys)
6638 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
6639 (epg-key-user-id-list): Declare.
6640
9c6906f6
GM
6641 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6642 (viper-set-parsing-style-toggling-macro)
6643 (viper-set-emacs-state-searchstyle-macros):
6644 Use called-interactively-p on Emacs.
6645 (viper-looking-back): Make it an obsolete alias. Update callers.
6646 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
6647 Use looking-back rather than viper-looking-back.
6648 (viper-tmp-insert-at-eob, viper-enlarge-region)
6649 (viper-read-string-with-history, viper-register-to-point)
6650 (viper-append-to-register, viper-change-state-to-vi)
6651 (viper-backward-char-carefully, viper-forward-char-carefully)
6652 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
6653 (viper-change-state-to-emacs): Declare.
6654 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
6655 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
6656 * emulation/viper-mous.el: Do not load viper-cmd.
6657 (viper-backward-char-carefully, viper-forward-char-carefully)
6658 (viper-forward-word, viper-adjust-window): Declare.
6659
5f70c169
GM
6660 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
6661
b1b7f300
GM
6662 * progmodes/idlw-help.el (idlwave-help-fontify):
6663 Use called-interactively-p.
6664
f6ebbb46
GM
6665 * term/w32console.el (w32-get-console-codepage)
6666 (w32-get-console-output-codepage): Declare.
6667
0cdffd7d
GM
6668 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
6669 Remove unnecessary declarations.
6670 (dframe-message): Doc fix.
6671
6672 * info.el (dframe-select-attached-frame, dframe-current-frame):
6673 Declare.
6674
6675 * speedbar.el (speedbar-message): Make it an obsolete alias.
6676 Update all callers.
6677 (speedbar-with-attached-buffer)
6678 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
6679 (speedbar-with-writable): Use backquote.
6680 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
6681 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6682 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
6683 rather than speedbar- aliases.
6684 * mail/rmail.el: Load dframe rather than speedbar when compiling.
6685 (speedbar-make-specialized-keymap, speedbar-insert-button)
6686 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6687 (speedbar-do-function-pointer): Declare.
6688 (rmail-speedbar-button, rmail-speedbar-find-file)
6689 (rmail-speedbar-move-message):
6690 Use dframe-with-attached-buffer rather than speedbar- alias.
6691 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6692 (dframe-message, speedbar-make-specialized-keymap)
6693 (speedbar-add-expansion-list, speedbar-mode-functions-list)
6694 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6695 (speedbar-insert-button, dframe-select-attached-frame)
6696 (dframe-maybee-jump-to-attached-frame)
6697 (speedbar-change-initial-expansion-list)
6698 (speedbar-previously-used-expansion-list-name): Declare.
6699 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6700 Use dframe-message, dframe-with-attached-buffer rather than
6701 speedbar- aliases.
6702 (gud-sentinel): Silence compiler.
6703 * progmodes/vhdl-mode.el (speedbar-refresh)
6704 (speedbar-do-function-pointer, speedbar-add-supported-extension)
6705 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6706 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6707 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6708 (speedbar-file-lists, speedbar-make-tag-line)
6709 (speedbar-line-directory, speedbar-goto-this-file)
6710 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6711 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6712 (speedbar-make-button, speedbar-reset-scanners)
6713 (speedbar-files-item-info, speedbar-line-text)
6714 (speedbar-find-file-in-frame, speedbar-set-timer)
6715 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6716 (speedbar-with-writable): Do not (re)define it.
6717 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6718 rather than speedbar- alias.
6719
ee44b62a
LL
67202013-05-21 Leo Liu <sdl.web@gmail.com>
6721
6722 * progmodes/octave.el (octave-mode-menu): Update and re-organize
6723 menu items.
6724 (octave-mode): Tweak fill-nobreak-predicate.
6725 (inferior-octave-startup): Check process to avoid infinite loop.
6726 (inferior-octave): Pop to buffer first to show abornmal process
6727 exit information.
6728
640f050f
GM
67292013-05-21 Glenn Morris <rgm@gnu.org>
6730
79458038
GM
6731 * printing.el (pr-menu-bar): Define when compiling.
6732
9cc3e83f
LL
67332013-05-21 Leo Liu <sdl.web@gmail.com>
6734
6735 * progmodes/octave.el (octave-auto-fill): Remove.
6736 (octave-indent-new-comment-line): Improve.
6737 (octave-mode): Use auto fill mode through
4f405069 6738 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 6739 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 6740 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
6741 (octave-help): Show parent directory.
6742
f440830d
GM
67432013-05-21 Glenn Morris <rgm@gnu.org>
6744
6745 * files.el (dired-unmark):
6746 * progmodes/gud.el (gdb-input): Update declarations.
6747
6748 * calculator.el (electric, ehelp): No need to load when compiling.
6749 (Electric-command-loop, electric-describe-mode): Declare.
6750
6751 * doc-view.el (doc-view-current-converter-processes): Move before use.
6752
6753 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6754 Move MODE-set-explicitly definition before use.
6755
6756 * international/mule-diag.el (mule-diag):
6757 Don't use obsolete window-system-version.
6758
6759 * mail/feedmail.el (smtpmail): No need to load when compiling.
6760 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6761
6762 * mail/mail-utils.el (rfc822): No need to load when compiling.
6763 (rfc822-addresses): Autoload it.
6764 (mail-strip-quoted-names): Trivial simplification.
6765
6766 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6767 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6768
6769 * net/snmp-mode.el (tempo): Don't duplicate requires.
6770
6771 * progmodes/prolog.el (info): No need to load when compiling.
6772 (comint): Require before shell requires it.
6773 (Info-goto-node): Autoload it.
6774 (Info-follow-nearest-node): Declare.
6775 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6776
6777 * textmodes/artist.el (picture-mode-exit): Declare.
6778
6779 * textmodes/reftex-parse.el (reftex-parse-from-file):
6780 Trivial rewrite so the compiler can parse it better.
6781
b4da2cbb
LL
67822013-05-20 Leo Liu <sdl.web@gmail.com>
6783
6784 * progmodes/octave.el (octave-help-mode-map)
6785 (octave-help-mode-finish-hook): New variables.
6786 (octave-help-mode, octave-help-mode-finish): New functions.
6787 (octave-help): Use octave-help-mode.
6788
33c0f65b
GM
67892013-05-20 Glenn Morris <rgm@gnu.org>
6790
6791 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
6792
1a0a0a8a
DG
67932013-05-19 Dmitry Gutov <dgutov@yandex.ru>
6794
6795 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6796 start at point, so that expansion starting right after opening
6797 slash in a regexp is recognized.
6798 (ruby-syntax-before-regexp-re): New defvar, extracted from
6799 ruby-syntax-propertize-function. Since the value of this regexp
6800 is looked up at runtime now, we should be able to turn
6801 `ruby-syntax-methods-before-regexp' into a defcustom later.
6802 (ruby-syntax-propertize-function): Split regexp matching into two
6803 parts, for opening and closing slashes. That allows us to skip
6804 over string interpolations and support multiline regexps.
6805 Don't call `ruby-syntax-propertize-expansions', instead use another rule
6806 for them, which calls `ruby-syntax-propertize-expansion'.
6807 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6808 call to `ruby-syntax-propertize-function'.
6809 (ruby-syntax-propertize-expansion): Extracted from
6810 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
6811 (ruby-syntax-propertize-percent-literal): Leave point right after
6812 the percent symbol, so that the expression expansion rule can
6813 propertize the contents.
462388b6
DG
6814 (ruby-syntax-propertize-heredoc): Leave point at bol following the
6815 heredoc openers.
6816 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 6817
c1a6c0a4
JL
68182013-05-18 Juri Linkov <juri@jurta.org>
6819
6820 * man.el (Man-default-man-entry): Remove `-' from the end
6821 of the default value. (Bug#14400)
6822
8051fccd
GM
68232013-05-18 Glenn Morris <rgm@gnu.org>
6824
6825 * comint.el (comint-password-prompt-regexp):
6826 Allow "password for XXX" where XXX contains colons (eg https://...).
6827
5e80b74f
LL
68282013-05-18 Leo Liu <sdl.web@gmail.com>
6829
6830 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 6831 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
6832 (octave-source-directories): Don't check process.
6833 (octave-source-directories, octave-find-definition): Doc fix.
6834
521a54c5
GM
68352013-05-18 Glenn Morris <rgm@gnu.org>
6836
86a94b05
GM
6837 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6838 Remove backspace/delete bindings. (Bug#14392)
6839
521a54c5
GM
6840 * cus-dep.el (custom-make-dependencies): Sort the output.
6841 (custom-versions-load-alist): Convert comment to doc.
6842
42caeb89
LL
68432013-05-17 Leo Liu <sdl.web@gmail.com>
6844
6845 * newcomment.el (comment-search-backward): Stricter in finding
6846 comment start. (Bug#14303)
6847
6848 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
6849 (octave-comment-start-skip): Properly anchored.
6850
e219dd97
LL
68512013-05-17 Leo Liu <sdl.web@gmail.com>
6852
fe1eb856
RS
6853 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
6854 Clean up when turned off. (Bug#14395)
e219dd97
LL
6855 (smie--highlight-matching-block-overlay): No longer buffer-local.
6856 (smie-highlight-matching-block): Adjust.
6857
dc5dcb4b
PE
68582013-05-17 Paul Eggert <eggert@cs.ucla.edu>
6859
6860 Doc string fix for "nanoseconds" (Bug#14406).
6861 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
6862 Fix doc string typo that had "nanoseconds" instead of "microseconds".
6863
1db165f0
JB
68642013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
6865
6866 * calc/calc-units.el (math-extract-units): Preserve powers
6867 of units.
6868
c7a8fcac
LL
68692013-05-17 Leo Liu <sdl.web@gmail.com>
6870
6871 * subr.el (delete-consecutive-dups): New function.
6872 * ido.el (ido-set-matches-1): Use it.
6873 * progmodes/octave.el (inferior-octave-completion-table): Use it.
6874 * ido.el (ido-remove-consecutive-dups): Remove.
6875
f678b18a
SM
68762013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6879 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
6880 regexp-opt's `words'.
6881
ebfe68e8
LL
68822013-05-16 Leo Liu <sdl.web@gmail.com>
6883
6884 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
6885 (smie--highlight-matching-block-overlay)
6886 (smie--highlight-matching-block-lastpos)
6887 (smie--highlight-matching-block-timer): New variables.
6888 (smie-highlight-matching-block): New function.
6889 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
6890 (smie-setup): Conditionally enable smie-blink-matching-open.
6891
bc8bc17d
WS
68922013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
6893
6894 Sync with upstream verilog-mode r840.
6895 * progmodes/verilog-mode.el (verilog-mode-version)
6896 (verilog-mode-release-date): Update.
6897 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
6898 (verilog-sig-tieoff): Fix string error on
6899 AUTORESET with colon define, bug594. Reported by Andrew Hou.
6900 (verilog-read-decls): Fix parameters confusing
6901 AUTOINST interfaces, bug565. Reported by Leith Johnson.
6902
df065a0b
EZ
69032013-05-16 Eli Zaretskii <eliz@gnu.org>
6904
6905 * subr.el (reveal-filename): New function.
6906
6907 * loadup.el: Compute Emacs executable versions on MS-Windows,
6908 where executables have the .exe extension. Add a hard link
6909 emacs-XX.YY.ZZ.exe on MS-Windows.
6910
6911 * Makefile.in (XARGS_LIMIT): New variable.
6912 (custom-deps, finder-data, autoloads)
6913 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6914 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6915 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
6916 (compile-main): Limit xargs according to $(XARGS_LIMIT).
6917
2d4bf34b
LL
69182013-05-16 Leo Liu <sdl.web@gmail.com>
6919
6920 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
6921 (octave-mode-menu, octave-mode-map): Remove its uses.
6922
6b9c2d85
RZ
69232013-05-16 Reto Zimmermann <reto@gnu.org>
6924
6925 Sync with upstream vhdl mode v3.34.2.
6926 * progmodes/vhdl-mode.el: Use `push' throughout.
6927 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
6928 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
6929 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
6930 (vhdl-actual-generic-name): New option to derive actual generic name.
6931 (vhdl-port-paste-signals): Replace formal by actual generics.
6932 (vhdl-beautify): New name for old group vhdl-align. Update users.
6933 (vhdl-beautify-options): New option.
6934 (vhdl-last-input-event): New compat alias. Use throughout.
6935 (vhdl-goto-line): Replace user level function `goto-line'.
6936 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
6937 vhdl-fix-statement-buffer.
6938 (vhdl-create-mode-menu): Add some entries.
6939 (vhdl-align-region-groups): Respect vhdl-beautify-options.
6940 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
6941 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
6942 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
6943 to force statements on one line.
6944 (vhdl-remove-trailing-spaces-region):
6945 New, split from vhdl-remove-trailing-spaces.
6946 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
6947 Respect vhdl-beautify-options.
6948 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
6949 (vhdl-update-sensitivity-list): Not add with index if exists without.
6950 Not include array index with signal. Ignore keywords in comments.
6951 (vhdl-get-visible-signals): Regexp tweaks.
6952 (vhdl-template-component-inst): Handle empty library.
6953 (vhdl-template-type): Add template for 'enum' type.
6954 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
6955 Use vhdl-replace-string.
6956 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
6957 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
6958 (vhdl-speedbar-initialize): Update for above name change.
6959 (vhdl-compose-wire-components): Fix in handling of constants.
6960 (vhdl-error-regexp-emacs-alist): New variable.
6961 (vhdl-error-regexp-add-emacs): New function;
6962 adds support for new compile.el (Emacs 22+)
6963 (vhdl-generate-makefile-1): Change target order for single lib. units.
6964 Allow use of absolute file names.
6965
9df4ec5e
LL
69662013-05-16 Leo Liu <sdl.web@gmail.com>
6967
6968 * simple.el (prog-indent-sexp): Indent enclosing defun.
6969
f5ba00a6
GM
69702013-05-15 Glenn Morris <rgm@gnu.org>
6971
ed8be7ff
GM
6972 * cus-start.el (show-trailing-whitespace): Move to editing basics.
6973 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
6974 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
6975 (whitespace-highlight): Move to whitespace group.
6976
6977 * comint.el (comint-source):
6978 * pcmpl-linux.el (pcmpl-linux):
6979 * shell.el (shell-faces):
6980 * eshell/esh-opt.el (eshell-opt):
6981 * international/ccl.el (ccl): Remove empty custom groups.
6982
6983 * completion.el (dynamic-completion-mode):
6984 * jit-lock.el (jit-lock-debug-mode):
6985 * minibuffer.el (completion-in-region-mode):
6986 * type-break.el (type-break-mode-line-message-mode)
6987 (type-break-query-mode):
6988 * emulation/tpu-edt.el (tpu-edt-mode):
6989 * progmodes/subword.el (global-subword-mode, global-superword-mode):
6990 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6991 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
6992
6993 * term/xterm.el (xterm): Change parent group to terminals.
6994
6995 * master.el (master): Remove empty custom group.
6996 (master-mode): Remove unused :group argument.
6997 * textmodes/refill.el (refill): Remove empty custom group.
6998 (refill-mode): Remove unused :group argument.
6999
7000 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7001
82a7c41b
GM
7002 * cus-dep.el: Provide a feature.
7003 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
7004 Don't mistakenly ignore files whose basenames match a basename
7005 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 7006 Add a fallback method for getting :group.
f5ba00a6 7007
6d65486d
JL
70082013-05-15 Juri Linkov <juri@jurta.org>
7009
da547b32
JL
7010 * isearch.el (isearch-char-by-name): Rename from
7011 `isearch-insert-char-by-name'. Doc fix.
7012 (isearch-forward): Mention `isearch-char-by-name' in
7013 the docstring. (Bug#13348)
7014
6d65486d
JL
7015 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7016 `exit-minibuffer' instead of
7017 `isearch-nonincremental-exit-minibuffer'.
7018 (isearch-edit-string): Remove mention of
7019 `isearch-nonincremental-exit-minibuffer' from docstring.
7020 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7021 (isearch-forward-exit-minibuffer)
7022 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7023
c9990474
SM
70242013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7025
6e911150
SM
7026 * loadup.el: Just use unversioned DOC.
7027
c9990474
SM
7028 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7029 literals as extending to EOB.
7030 (nxml-last-fontify-end): Remove unused variable.
7031 (nxml-after-change1): Use with-silent-modifications.
7032 (nxml-extend-after-change-region): Simplify.
7033 (nxml-extend-after-change-region1): Remove function.
7034 (nxml-after-change1): Don't adjust for dependent regions.
7035 (nxml-fontify-matcher): Simplify.
7036 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7037 (xmltok-add-dependent): Remove function.
7038 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7039 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7040 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7041 unclosed <[[, <?, comment, and other literals as extending to EOB.
7042 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7043 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7044 Remove functions.
7045 (rng-do-some-validation-1): Don't mark dependent regions.
7046 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7047 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7048 (nxml-clear-dependent-regions): Remove functions.
7049 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7050 (nxml-ensure-scan-up-to-date):
7051 Don't clear&mark dependent regions.
7052
e3772e98
LL
70532013-05-15 Leo Liu <sdl.web@gmail.com>
7054
c9990474
SM
7055 * progmodes/octave.el (octave-goto-function-definition):
7056 Improve and fix callers.
e3772e98 7057
5ac2eb34
SM
70582013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7059
c46c57b0
SM
7060 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7061 the setter (bug#14387).
7062
5ac2eb34
SM
7063 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7064 surrounding group (bug#14402).
7065
180ed218
JL
70662013-05-14 Juri Linkov <juri@jurta.org>
7067
7068 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7069 (Bug#14390)
7070
0ac0fecb
GM
70712013-05-14 Glenn Morris <rgm@gnu.org>
7072
7073 * progmodes/f90.el (f90-imenu-generic-expression):
7074 Fix typo in 2013-05-08 change. (Bug#14402)
7075
2e78e6a7
JPG
70762013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7077
5ac2eb34
SM
7078 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7079 Remove signals for which replies are never received.
2e78e6a7 7080
53267cca
JPG
70812013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7082
7083 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7084 (gdb-handler-alist, gdb-handler-number): Remove variables.
7085 (gdb-handler-list): New variable.
7086 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7087 (gdb-pending-handler-p, gdb-handle-reply)
7088 (gdb-remove-all-pending-triggers): New functions.
7089 (gdb-discard-unordered-replies): New defcustom.
7090 (gdb-handler): New defstruct.
7091 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
7092 instead of gdb-pending-triggers. Update docstring.
7093 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
7094 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7095 (gdb-var-update-handler, def-gdb-auto-update-trigger)
7096 (def-gdb-auto-update-handler, gdb-get-changed-registers)
7097 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7098 (gdb-frame-handler): Pending triggers are now automatically managed.
7099 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7100 Remove argument.
7101 (gdb-input): Automatically handles pending triggers. Update docstring.
7102 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7103 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7104 Update comments.
7105 (gdb-done-or-error): Now use gdb-handle-reply.
7106
d04ce803
JPG
71072013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7108
7109 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7110 gdb-debug-log.
7111
0114073a
GM
71122013-05-14 Glenn Morris <rgm@gnu.org>
7113
7114 * subr.el (user-emacs-directory-warning): New option.
7115 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
7116
4d25fd7e
LL
71172013-05-14 Leo Liu <sdl.web@gmail.com>
7118
7119 * progmodes/octave.el (octave-font-lock-keywords): Fix error
7120 during redisplay.
7121 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
7122 (octave-font-lock-texinfo-comment): Fix invalid search bound
7123 error: wrong side of point.
4d25fd7e 7124
27c8b6eb
GM
71252013-05-14 Glenn Morris <rgm@gnu.org>
7126
61aaeb01
GM
7127 * progmodes/flymake.el (flymake-xml-program): New option.
7128 (flymake-xml-init): Use it.
7129
5bf90bc5
GM
7130 * term/xterm.el: Provide a feature.
7131
7132 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 7133
f4c7dfd2
GM
71342013-05-13 Glenn Morris <rgm@gnu.org>
7135
7136 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7137 Add compat aliases as a hack workaround. (Bug#14384)
7138
2aeb3a1d
LL
71392013-05-13 Leo Liu <sdl.web@gmail.com>
7140
b0e069c2
LL
7141 * progmodes/octave.el (octave-indent-comment): Fix indentation for
7142 ###, and %!.
f5a9432f
LL
7143 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7144 C-M-q.
b0e069c2
LL
7145 (octave-comment-start-skip): Include %!.
7146 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 7147
30ea8374
LL
71482013-05-12 Leo Liu <sdl.web@gmail.com>
7149
7150 * progmodes/octave.el (inferior-octave-startup): Store the value
7151 of __octave_srcdir__ for octave-source-directories.
7152 (inferior-octave-check-process): New function refactored out of
7153 inferior-octave-send-list-and-digest.
7154 (octave-source-directories)
7155 (octave-find-definition-filename-function): New variables.
7156 (octave-source-directories)
7157 (octave-find-definition-default-filename): New functions.
7158 (octave-find-definition): Improve to find functions implemented in C++.
7159
472a3834
GM
71602013-05-12 Glenn Morris <rgm@gnu.org>
7161
7162 * calendar/diary-lib.el (diary-outlook-format-1):
7163 Don't include dayname in the output. (Bug#14349)
7164
3191b52f
GM
71652013-05-11 Glenn Morris <rgm@gnu.org>
7166
0060ac73
GM
7167 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7168
3191b52f
GM
7169 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7170 Treat cc-provide like provide.
7171
e065ba74
KR
71722013-05-11 Kevin Ryde <user42@zip.com.au>
7173
7174 * cus-dep.el (custom-make-dependencies):
7175 Use generated-autoload-load-name for the sake of files such
7176 such cedet/semantic/bovine/c.el, where the base file name
7177 is not in load-path. (Bug#5277)
7178
36f84c37
GM
71792013-05-11 Glenn Morris <rgm@gnu.org>
7180
7181 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7182 Provide features.
7183
c8730c3a
LL
71842013-05-11 Leo Liu <sdl.web@gmail.com>
7185
7186 * progmodes/octave.el (octave-indent-comment): Improve.
7187 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
7188 (octave-eldoc-function-signatures, octave-eldoc-function):
7189 New functions.
c8730c3a
LL
7190 (octave-mode, inferior-octave-mode): Add eldoc support.
7191
212e29f2
RS
71922013-05-11 Richard Stallman <rms@gnu.org>
7193
7194 * epa.el (epa-decrypt-file): Take output file name as argument
7195 and read it using `interactive'.
7196
083fe0d7
LL
71972013-05-11 Leo Liu <sdl.web@gmail.com>
7198
7199 * progmodes/octave.el (octave-beginning-of-line)
7200 (octave-end-of-line): Check before using up-list because it jumps
7201 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
7202 (octave-indent-comment): New function.
7203 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
7204 (octave-begin-keywords, octave-end-keywords)
7205 (octave-reserved-words, octave-smie-bnf-table)
7206 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 7207
8582e4c4
GM
72082013-05-11 Glenn Morris <rgm@gnu.org>
7209
f20def1f
GM
7210 * faces.el (internal-face-x-get-resource):
7211 * frame.el (ns-display-monitor-attributes-list):
d78abe37 7212 * calc/calc-aent.el (math-to-radians-2):
f20def1f 7213 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 7214 Fix declarations.
f20def1f 7215
445f95e2
GM
7216 * calc/calc-menu.el: Make it loadable in isolation.
7217
7218 * net/eudcb-bbdb.el: Make it loadable without bbdb.
7219 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7220 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7221 (eudc-bbdb-query-internal): Require 'bbdb.
7222
99fb2756
GM
7223 * lpr.el (lpr-headers-switches):
7224 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7225
7226 * progmodes/sql.el (sql-login-params): Fix and improve :type.
7227
0da7ad96
GM
7228 * emulation/edt-mapper.el: In batch mode, error rather than hang.
7229
8582e4c4
GM
7230 * term.el (term-set-escape-char): Make it idempotent.
7231
f71c50d0
LL
72322013-05-10 Leo Liu <sdl.web@gmail.com>
7233
5ac2eb34
SM
7234 * progmodes/octave.el (inferior-octave-completion-table):
7235 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
7236 completion due to bug#11906.
7237 (octave-beginning-of-defun): Re-write to be more general.
7238
d5837773
GM
72392013-05-10 Glenn Morris <rgm@gnu.org>
7240
7241 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7242
027c0f75
SM
72432013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7244
7245 * comint.el (comint-redirect-send-command-to-process): Use :around
7246 rather than :override for comint-redirect-filter.
7247 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7248 Call it instead of comint-redirect-original-filter-function (which
7249 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
7250
4465bfb4
JD
72512013-05-09 Jan Djärv <jan.h.d@swipnet.se>
7252
7253 * frame.el (display-monitor-attributes-list): Add NS case.
7254 (ns-display-monitor-attributes-list): Declare.
7255
2d809ffa 72562013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
7257
7258 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
7259
e54eeb9b
GM
72602013-05-09 Glenn Morris <rgm@gnu.org>
7261
56cd351d
GM
7262 * international/fontset.el (vertical-centering-font-regexp):
7263 Set standard-value.
7264
d84b6108
GM
7265 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7266
a931698a
GM
7267 * bookmark.el (bookmark-search-delay):
7268 * cus-start.el (vertical-centering-font-regexp):
7269 * ps-mule.el (ps-mule-font-info-database-default):
7270 * ps-print.el (ps-default-fg, ps-default-bg):
7271 * type-break.el (type-break-good-break-interval):
7272 * whitespace.el (whitespace-indentation-regexp)
7273 (whitespace-space-after-tab-regexp):
7274 * emacs-lisp/testcover.el (testcover-1value-functions)
7275 (testcover-noreturn-functions, testcover-progn-functions)
7276 (testcover-prog1-functions):
7277 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7278 * eshell/em-glob.el (eshell-glob-translate-alist):
7279 * play/tetris.el (tetris-tty-colors):
7280 * progmodes/cpp.el (cpp-face-default-list):
7281 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7282 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7283 (idlwave-help-browser-generic-args):
7284 * progmodes/make-mode.el (makefile-special-targets-list):
7285 * progmodes/python.el (python-shell-virtualenv-path):
7286 * progmodes/verilog-mode.el (verilog-active-low-regexp)
7287 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7288 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7289 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7290 * textmodes/reftex-vars.el (reftex-format-label-function):
7291 * textmodes/remember.el (remember-diary-file): Fix custom types.
7292
e54eeb9b
GM
7293 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7294 Add :version.
7295
455851dd
LL
72962013-05-09 Leo Liu <sdl.web@gmail.com>
7297
7298 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 7299 Restore file completion. (Bug#14300)
455851dd
LL
7300 (inferior-octave-startup): Fix incorrect highlighting for the
7301 first prompt.
7302
a9e4425b
SM
73032013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7304
7305 * progmodes/ruby-mode.el: First cut at SMIE support.
7306 (ruby-use-smie): New var.
7307 (ruby-smie-grammar): New constant.
7308 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7309 (ruby-smie--forward-token, ruby-smie--backward-token)
7310 (ruby-smie-rules): New functions.
7311 (ruby-mode-variables): Setup SMIE if applicable.
7312
060ca408
EZ
73132013-05-08 Eli Zaretskii <eliz@gnu.org>
7314
7315 * simple.el (line-move-visual): Signal beginning/end of buffer
7316 only if vertical-motion moved less than it was requested. Avoids
7317 silly incorrect error messages when there are display strings with
7318 multiple newlines at EOL.
7319
1d5963cc
SM
73202013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7321
7322 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7323 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7324 (prolog-char-quote-workaround):
7325 * progmodes/cperl-mode.el (cperl-under-as-char):
7326 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
7327 Mark as obsolete.
7328 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
7329 their declaration.
7330 (vhdl-mode-syntax-table-init): Remove.
7331
c9990474
SM
7332 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7333 last change.
1d5963cc
SM
7334
7335 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7336 syntax for "_".
7337 (ld-script-font-lock-keywords):
7338 Change regexps to use things like \_< and \_>.
7339
7340 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7341 Change all regexps to use things like \_< and \_>.
7342
7343 * progmodes/autoconf.el (autoconf-definition-regexp)
7344 (autoconf-font-lock-keywords, autoconf-current-defun-function):
7345 Handle a _ with symbol syntax.
7346 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7347
c9990474
SM
7348 * progmodes/ada-mode.el (ada-mode-abbrev-table):
7349 Consolidate declaration.
1d5963cc
SM
7350 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7351 the declaration.
7352 (ada-create-syntax-table): Remove.
7353 (ada-capitalize-word): Don't mess with the syntax of "_" since it
7354 already has the right syntax nowadays.
7355 (ada-goto-next-word): Don't change the syntax of "_".
7356
7357 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7358 with-wrapper-hook.
7359
72d3cfca
SS
73602013-05-08 Sam Steingold <sds@gnu.org>
7361
7362 * thingatpt.el (thing-at-point): Accept optional second argument
7363 NO-PROPERTIES to strip the text properties from the return value.
7364 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
7365 to `thing-at-point' instead of stripping the properties ourselves.
7366 Also, when `thing-at-point' fails to find a url, prepend "http://"
7367 to the filename at point on the assumption that the user is
7368 pointing at something like gnu.org/gnu.
7369
5cb15713
JB
73702013-05-08 Juanma Barranquero <lekktu@gmail.com>
7371
7372 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7373 * faces.el (crm-separator):
7374 Silence byte-compiler.
7375
7376 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
7377 (tool-bar-map): Remove unneeded defvars.
7378
ea78b95b
LL
73792013-05-08 Leo Liu <sdl.web@gmail.com>
7380
7381 Re-work a fix for bug#10994 based on Le Wang's patch.
7382 * ido.el (ido-remove-consecutive-dups): New helper.
7383 (ido-completing-read): Use it.
7384 (ido-chop): Revert fix for bug#10994.
7385
dc7466df
AS
73862013-05-08 Adam Spiers <emacs@adamspiers.org>
7387
7388 * cus-edit.el (custom-save-variables):
7389 Pretty-print long values. (Bug#14187)
7390
9ecf672a
GM
73912013-05-08 Glenn Morris <rgm@gnu.org>
7392
7393 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
7394 (m4-mode-syntax-table): Init in the defvar.
7395 (m4-mode-abbrev-table): Let define-derived-mode define it.
7396
3f555be8
TT
73972013-05-08 Tom Tromey <tromey@redhat.com>
7398
7399 * progmodes/m4-mode.el (m4-mode-syntax-table):
7400 Do not treat "_" as word constituent. (Bug#14167)
7401
7cc8ae06
GM
74022013-05-07 Glenn Morris <rgm@gnu.org>
7403
4f58bc06
GM
7404 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
7405 Remove explicit eshell-isearch-cancel-map.
7406
7cc8ae06
GM
7407 * progmodes/f90.el (f90-smart-end-names): New option.
7408 (f90-smart-end): Doc fix.
7409 (f90-end-block-optional-name): New constant.
7410 (f90-block-match): Respect f90-smart-end-names.
7411
ceb57e59
SM
74122013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 * progmodes/octave.el (octave-smie-forward-token): Be more careful
7415 about implicit semi-colons (bug#14218).
7416
4e3f9230
YM
74172013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7418
7419 * frame.el (display-monitor-attributes-list)
7420 (frame-monitor-attributes): New functions.
7421
203a5572
LL
74222013-05-06 Leo Liu <sdl.web@gmail.com>
7423
7424 * progmodes/octave.el (octave-syntax-propertize-function): Change
7425 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
7426 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 7427 (octave-completion-at-point): Rename from
203a5572
LL
7428 octave-completion-at-point-function.
7429 (inferior-octave-directory-tracker): Robustify.
7430 (octave-text-functions): Remove and fix its uses. No such things
7431 any more.
7432
ee6cff99
SM
74332013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7434
7435 * emacs-lisp/trace.el (trace--display-buffer): New function.
7436 (trace-make-advice): Use it.
7437
32985194
JL
74382013-05-06 Juri Linkov <juri@jurta.org>
7439
7440 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
7441 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
7442 Doc fix.
7443 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
7444 in the help string. (Bug#12985)
7445
a1c700de
KD
74462013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
7447
7448 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
7449
c67c0839
SM
74502013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7451
323885fd
SM
7452 * progmodes/perl-mode.el: Add support for here documents.
7453 (perl-syntax-propertize-function): Match here-doc markers.
7454 (perl-syntax-propertize-special-constructs): Find their end.
7455 (perl-imenu-generic-expression): Use [:alnum:].
7456
c67c0839
SM
7457 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
7458 (advice--add-function): Refresh the advice if already present
7459 (bug#14317).
7460
d491e7a8
IA
74612013-05-06 Ivan Andrus <darthandrus@gmail.com>
7462
7463 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
7464
ddf9925e
GM
74652013-05-06 Glenn Morris <rgm@gnu.org>
7466
7cc3af27
GM
7467 * w32-fns.el (w32-charset-info-alist): Declare.
7468
16e343d6
GM
7469 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
7470 of its defcustom properties.
7471 (eshell-cmpl-initialize): No need to load pcomplete.
7472
7d889a47
GM
7473 * generic-x.el: No need to require comint when compiling.
7474
ddf9925e
GM
7475 * net/eudc-export.el: Make it loadable without bbdb.
7476 (top-level): Use require rather than load-library.
7477 (eudc-create-bbdb-record, eudc-bbdbify-phone)
7478 (eudc-batch-export-records-to-bbdb)
7479 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
7480 Require bbdb.
7481
1e2c18df
SM
74822013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
7485 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
7486 some tweaks, instead.
7487
02502a5f
LL
74882013-05-05 Leo Liu <sdl.web@gmail.com>
7489
7490 * progmodes/octave.el (octave-font-lock-keywords)
7491 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
7492 (inferior-octave-send-list-and-digest): Improve error message.
7493 (octave-mode, inferior-octave-mode): Use setq-local.
7494 (octave-help): Set info-lookup-mode.
7495
0dc04f42
RS
74962013-05-05 Richard Stallman <rms@gnu.org>
7497
6c54491c
RS
7498 * vc/compare-w.el (compare-windows-whitespace):
7499 Treat no-break space as whitespace.
7500
0dc04f42
RS
7501 * mail/rmailsum.el (rmail-summary-rmail-update):
7502 Detect empty summary and don't change selected message.
7503 (rmail-summary-goto-msg): Likewise.
7504
df8f35df
RS
7505 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
7506 Doc fixes, rename args.
7507
5356e1a3
AM
75082013-05-05 Alan Mackenzie <acm@muc.de>
7509
7510 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
7511
d44014cb
JL
75122013-05-05 Juri Linkov <juri@jurta.org>
7513
7514 * info.el (Info-read-subfile): Use (point-min) instead of (point)
7515 to not add the length of the summary segment to the return value.
7516 (Bug#14125)
7517
c129b51f
LL
75182013-05-05 Leo Liu <sdl.web@gmail.com>
7519
7520 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
7521 (inferior-octave-output-filter): Remove.
7522 (octave-send-region, inferior-octave-startup): Fix callers.
7523 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
7524 (octave-binary-file-extensions): New user variable.
7525 (octave-find-definition): Confirm if opening binary files.
7526 (octave-help-file): Use octave-find-definition to get the binary
7527 confirmation.
7528 (octave-help): Adjust for octave-help-file change.
7529
aa7dab97
SM
75302013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7531
7532 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
7533 Merge the two entries that handle function definitions.
7534 (pascal--syntax-propertize): New const.
7535 (pascal-mode): Use it. Use setq-local.
7536
fd3a9a6b
GM
75372013-05-04 Glenn Morris <rgm@gnu.org>
7538
7539 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
7540 (diary-from-outlook): Respect diary-from-outlook-function.
7541
30c7e542
SM
75422013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
7545 Move the declaration from C.
7546 (read-minibuffer, eval-minibuffer): Move from C.
7547 (completion-setup-function): Avoid minibuffer-completion-contents.
7548
b54f978b
LL
75492013-05-03 Leo Liu <sdl.web@gmail.com>
7550
7551 * progmodes/octave.el (octave-font-lock-keywords): Do not
7552 dehighlight 'end' in comments or strings.
30c7e542
SM
7553 (octave-completing-read, octave-goto-function-definition):
7554 New helpers.
d4d0f9b3
LL
7555 (octave-help-buffer): New user variable.
7556 (octave-help-file, octave-help-function): New button types.
7557 (octave-help): New command and bind it to C-h ;.
7558 (octave-find-definition): New command and bind it to M-.
d74a1581 7559 (user-error): Alias to error if not defined.
b54f978b 7560
27135018
LL
75612013-05-02 Leo Liu <sdl.web@gmail.com>
7562
7563 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
7564 for \. (bug#14332)
7565 (octave-font-lock-keywords): Include [ and {.
7566
0d634d3a
LL
75672013-05-02 Leo Liu <sdl.web@gmail.com>
7568
7569 * progmodes/octave.el (inferior-octave-startup-file): Change default.
7570 (inferior-octave): Remove calling comint-mode and return the buffer.
7571 (inferior-octave-startup): Cosmetic changes.
7572
b4c8295e
LL
75732013-05-02 Leo Liu <sdl.web@gmail.com>
7574
30c7e542
SM
7575 * progmodes/octave.el (octave-syntax-propertize-function):
7576 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 7577
f12ad6ec
GM
75782013-05-02 Glenn Morris <rgm@gnu.org>
7579
7580 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
7581 * desktop.el (vc-dir-mode): Just autoload it here.
7582
30cac1e0
AM
75832013-05-02 Alan Mackenzie <acm@muc.de>
7584
7585 Eliminate variable c-standard-font-lock-fontify-region-function.
7586 * progmodes/cc-mode.el
7587 (c-standard-font-lock-fontify-region-function): Remove.
7588 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7589
d8ef28b1
LL
75902013-05-01 Leo Liu <sdl.web@gmail.com>
7591
2640d52e 7592 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 7593 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 7594 variables were removed from Octave in 2007.
d8ef28b1
LL
7595 (inferior-octave-startup): Fix uses.
7596 (comint-line-beginning-position): Remove compatibility code for
7597 emacs 21.
7598
ac63ec89
JL
75992013-05-01 Juri Linkov <juri@jurta.org>
7600
7601 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
7602
9e9be37c
JL
76032013-05-01 Juri Linkov <juri@jurta.org>
7604
7605 * comint.el (comint-previous-matching-input): Don't print message
7606 "History item: %d" when `isearch-mode' is active.
7607 (comint-history-isearch-message): Print message "History item: %d"
7608 when `comint-input-ring-index' is not empty and this function is
7609 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
7610
9b92c13b
LL
76112013-05-01 Leo Liu <sdl.web@gmail.com>
7612
7613 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7614 definitions. Use completion-at-point to insert keywords.
7615 (octave-abbrev-start): Remove.
7616 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7617
b12d33d7
LL
76182013-04-30 Leo Liu <sdl.web@gmail.com>
7619
7620 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7621 change.
7622
3d1c39fa
AM
76232013-04-30 Alan Mackenzie <acm@muc.de>
7624
7625 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
7626 * progmodes/cc-engine.el (c-back-over-member-initializers):
7627 new function.
3d1c39fa
AM
7628 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7629 (most) member init lists.
7630
5147fc17
RS
76312013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7632
7633 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
7634 variable.
7635
5b78d7fc
LL
76362013-04-30 Leo Liu <sdl.web@gmail.com>
7637
7638 * progmodes/octave.el (octave-variables): Remove. No builtin
7639 variables any more. All converted to functions.
7640 (octave-font-lock-keywords, octave-completion-at-point-function):
7641 Fix uses.
7642 (octave-font-lock-texinfo-comment): New user variable.
7643 (octave-texinfo-font-lock-keywords): New variable for texinfo
7644 comment block.
7645 (octave-function-comment-block): New face.
7646 (octave-font-lock-texinfo-comment): New function.
7647 (octave-mode): Font lock texinfo comment block.
7648
38d8527b
LL
76492013-04-29 Leo Liu <sdl.web@gmail.com>
7650
7651 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
7652 indexing expression.
7653 (octave-continuation-string): Do not use \.
7654 (inferior-octave-complete-impossible): Remove.
7655 (inferior-octave-completion-table)
7656 (inferior-octave-completion-at-point): Remove its uses.
7657 (inferior-octave-startup): completion_matches was introduced to
7658 Octave in 1996 so safe to assume it.
7659 (octave-function-file-comment): Improve to follow how Octave does it.
7660 (octave-update-function-file-comment): Tweak.
7661
2ec12cb0
LL
76622013-04-29 Leo Liu <sdl.web@gmail.com>
7663
7664 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
7665 (inferior-octave-startup): Remove inferior-octave-startup-hook.
7666 (octave-function-file-comment): Fix typo.
7667 (octave-sync-function-file-names): Use read-char-choice.
7668
6eaed048
JB
76692013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
7670
7671 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
7672 to t for the less important warnings.
7673
3ffa2d4f
DH
76742013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
7675
7676 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
7677
685c9501
GM
76782013-04-27 Glenn Morris <rgm@gnu.org>
7679
7680 * vc/log-view.el (log-view-current-entry):
7681 Treat "---" separator lines as part of the following rev. (Bug#14169)
7682
0208ede7
JL
76832013-04-27 Juri Linkov <juri@jurta.org>
7684
7685 * subr.el (read-number): Doc fix about using it by interactive
7686 code letter `n'. (Bug#14254)
7687
5db9dace
JL
76882013-04-27 Juri Linkov <juri@jurta.org>
7689
7690 * desktop.el (desktop-auto-save-timeout): New option.
7691 (desktop-file-checksum): New variable.
7692 (desktop-save): Add optional arg `auto-save' and don't auto-save
7693 if nothing changed.
7694 (desktop-auto-save-timer): New variable.
7695 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7696 (after-init-hook): Call `desktop-auto-save-set-timer'.
7697 Suggested by Reuben Thomas <rrt@sc3d.org> in
7698 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7699
b7260dd4
LL
77002013-04-27 Leo Liu <sdl.web@gmail.com>
7701
7702 * progmodes/octave.el (octave-function-file-p)
7703 (octave-skip-comment-forward, octave-function-file-comment)
7704 (octave-update-function-file-comment): New functions.
7705 (octave-mode-map): Bind C-c ; to
7706 octave-update-function-file-comment.
7707 (octave-mode-menu): Add octave-update-function-file-comment.
7708 (octave-mode, inferior-octave-mode): Fix doc-string.
7709 (octave-insert-defun): Conform to Octave's coding convention.
7710 (Bug#14285)
7711
7712 * files.el (basic-save-buffer): Don't let errors in
7713 before-save-hook prevent saving buffer.
7714
c46da669
RW
77152013-04-20 Roland Winkler <winkler@gnu.org>
7716
7717 * faces.el (read-face-name): Use completing-read if arg multiple
7718 is nil.
7719
a81ee1eb
IL
77202013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
7721
7722 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
7723 displayed, move point to after the totals line.
7724 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
7725 for the details.
7726
4fac34ce
SM
77272013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * emacs-lisp/package.el (package-autoload-ensure-default-file):
7730 Add current dir to the load-path.
7731 (package-generate-autoloads): Don't rely on
7732 autoload-ensure-default-file.
7733
f6bfc063
RT
77342013-04-26 Reuben Thomas <rrt@sc3d.org>
7735
d40ab5cf
BG
7736 * textmodes/remember.el (remember-store-in-files): Document that
7737 the file name format is passed to `format-time-string'.
f6bfc063 7738
e55d3b04
LL
77392013-04-26 Leo Liu <sdl.web@gmail.com>
7740
7741 * progmodes/octave.el (octave-sync-function-file-names): New function.
7742 (octave-mode): Use it in before-save-hook.
7743
e53052d3
SM
77442013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7745
140ef50c
SM
7746 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7747 (bug#14274).
7748
e53052d3
SM
7749 * progmodes/octave.el (octave-smie-forward-token): Properly skip
7750 \n and comment, even if it's not an implicit ; (bug#14218).
7751
af80458d 77522013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
7753
7754 * subr.el (read-number): Once more use `read' rather than
7755 `string-to-number', to trap non-numeric input. (Bug#14254)
7756
af80458d 77572013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
7758
7759 * emacs-lisp/syntax.el (syntax-propertize-multiline):
7760 Use `syntax-multiline' text property consistently instead of
8a621d53 7761 `font-lock-multiline'. (Bug#14237)
70203c2e 7762
e6ea1f6c
GM
77632013-04-26 Glenn Morris <rgm@gnu.org>
7764
7765 * emacs-lisp/shadow.el (list-load-path-shadows):
7766 No longer necessary to check for duplicate simple.el, since
7767 2012-07-07 change to init_lread to not include installation lisp
7768 directories in load-path when running uninstalled. (Bug#14270)
7769
070ccca4
LL
77702013-04-26 Leo Liu <sdl.web@gmail.com>
7771
7772 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7773 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 7774 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
7775 octave-in-string-or-comment-p.
7776 (octave-in-comment-p, octave-in-string-p)
7777 (octave-in-string-or-comment-p): Replace defsubst with defun.
7778
9d1c5fb6
PE
77792013-04-25 Paul Eggert <eggert@cs.ucla.edu>
7780
7781 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7782
c034abda
BG
77832013-04-25 Bastien Guerry <bzg@gnu.org>
7784
7785 * textmodes/remember.el (remember-data-directory)
7786 (remember-directory-file-name-format): Fix custom types.
7787
584ea277
LL
77882013-04-25 Leo Liu <sdl.web@gmail.com>
7789
e53052d3
SM
7790 * progmodes/octave.el (octave-completion-at-point-function):
7791 Make use of inferior octave process.
584ea277
LL
7792 (octave-initialize-completions): Remove.
7793 (inferior-octave-completion-table): New function.
7794 (inferior-octave-completion-at-point): Use it.
7795 (octave-completion-alist): Remove.
7796
1693b06a
SM
77972013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * progmodes/opascal.el: Use font-lock and syntax-propertize.
7800 (opascal-mode-syntax-table): New var.
7801 (opascal-literal-kind, opascal-is-literal-end)
7802 (opascal-literal-token-at): Rewrite.
7803 (opascal--literal-start-re, opascal-font-lock-keywords)
7804 (opascal--syntax-propertize): New constants.
7805 (opascal-font-lock-defaults): Adjust.
7806 (opascal-mode): Use them. Set comment-<foo> variables as well.
7807 (delphi-comment-face, opascal-comment-face, delphi-string-face)
7808 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7809 (delphi-other-face, opascal-other-face): Remove face variables.
7810 (opascal-save-state): Remove macro.
7811 (opascal-fontifying-progress-step): Remove constant.
7812 (opascal--ignore-changes): Remove var.
7813 (opascal-set-token-property, opascal-parse-next-literal)
7814 (opascal-is-stable-literal, opascal-complete-literal)
7815 (opascal-is-literal-start, opascal-face-of)
7816 (opascal-parse-region, opascal-parse-region-until-stable)
7817 (opascal-fontify-region, opascal-after-change)
7818 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7819 (opascal-debug-parse-region, opascal-debug-parse-window)
7820 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7821 (opascal-debug-fontify-buffer): Remove.
7822 (opascal-debug-mode-map): Adjust accordingly.
7823
be64c05d
LL
78242013-04-25 Leo Liu <sdl.web@gmail.com>
7825
7826 Merge octave-mod.el and octave-inf.el into octave.el with some
7827 cleanups.
7828 * progmodes/octave.el: New file renamed from octave-mod.el.
7829 * progmodes/octave-inf.el: Merged into octave.el.
7830 * progmodes/octave-mod.el: Renamed to octave.el.
7831
d79d37bd
TH
78322013-04-25 Tassilo Horn <tsdh@gnu.org>
7833
7834 * textmodes/reftex-vars.el
7835 (reftex-label-ignored-macros-and-environments): New defcustom.
7836
7837 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7838
ced3fc5d
SM
78392013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7840
7841 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
7842 (smie-indent-keyword): Improve the check to ensure that the next
7843 comment is really on the same line.
7844 (smie-indent-comment): Don't align with a subsequent closer (or eob).
7845
7846 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
7847 semi-colons if the line is not otherwise empty (bug#14218).
7848
1c141dad
GM
78492013-04-25 Glenn Morris <rgm@gnu.org>
7850
7851 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
7852
5058062a
SM
78532013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * progmodes/opascal.el (opascal-set-token-property): Rename from
7856 opascal-set-text-properties and only set `token' (bug#14134).
7857 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
7858 (opascal-literal-text-properties): Remove.
7859 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
7860 Adjust callers.
7861
5db9dace 78622013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
7863
7864 * textmodes/remember.el (remember-handler-functions): Add an
7865 option for a new handler `remember-store-in-files'.
7866 (remember-data-directory, remember-directory-file-name-format):
7867 New options.
7868 (remember-store-in-files): New function to store remember notes
7869 as separate files within a directory.
7870
4391916c
MH
78712013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
7872
7873 * progmodes/compile.el (compilation-next-error-function):
7874 Pass "formats" to compilation-find-file (bug#11777).
7875
bb7cdf58
GM
78762013-04-24 Glenn Morris <rgm@gnu.org>
7877
3b8fe752 7878 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
7879 * vc/vc-hg.el (vc-hg-print-log):
7880 * vc/vc-svn.el (vc-svn-print-log):
7881 Fix START-REVISION with LIMIT != 1. (Bug#14168)
7882
bb7cdf58
GM
7883 * vc/vc-bzr.el (vc-bzr-print-log):
7884 * vc/vc-cvs.el (vc-cvs-print-log):
7885 * vc/vc-git.el (vc-git-print-log):
7886 * vc/vc-hg.el (vc-hg-print-log):
7887 * vc/vc-mtn.el (vc-mtn-print-log):
7888 * vc/vc-rcs.el (vc-rcs-print-log):
7889 * vc/vc-sccs.el (vc-sccs-print-log):
7890 * vc/vc-svn.el (vc-svn-print-log):
7891 * vc/vc.el (vc-print-log-internal): Doc fixes.
7892
b46a056e
GM
78932013-04-23 Glenn Morris <rgm@gnu.org>
7894
7895 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
7896 Remove venerable code attempting to avoid substitute-command-keys.
7897
0aecf718
TH
78982013-04-23 Tassilo Horn <tsdh@gnu.org>
7899
4391916c
MH
7900 * textmodes/reftex-vars.el (reftex-label-regexps):
7901 Call `reftex-compile-variables' after changes to this variable.
0aecf718 7902
117f94cf
SM
79032013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7904
4391916c 7905 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
7906 Use lexical-binding.
7907 (jit-lock-force-redisplay): Use markers, check buffer's continued
7908 existence and beware narrowed buffers.
7909 (jit-lock-fontify-now): Adjust call accordingly.
7910
1d829c64
SM
79112013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7912
7913 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
7914 to avoid misleading the user.
7915
72d548a9
LL
79162013-04-22 Leo Liu <sdl.web@gmail.com>
7917
7918 * info-look.el: Prefer latex2e.info. (Bug#14240)
7919
d0853629
MA
79202013-04-22 Michael Albinus <michael.albinus@gmx.de>
7921
7922 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
7923
7924 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 7925 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
7926 (tramp-set-completion-function, tramp-parse-putty):
7927 * net/tramp-adb.el (tramp-adb-execute-adb-command):
7928 * net/tramp-gvfs.el (tramp-gvfs-send-command):
7929 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7930 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
7931 (tramp-call-local-coding-command): Use `tramp-call-process'
7932 instead of `tramp-compat-call-process'.
7933
7934 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
7935 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
7936 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 7937 (tramp-find-inline-compress): Improve traces.
d0853629
MA
7938 (tramp-maybe-send-script): Check for Perl binary.
7939 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
7940
38cc0210
DU
79412013-04-22 Daiki Ueno <ueno@gnu.org>
7942
7943 * epg.el (epg-context-pinentry-mode): New function.
7944 (epg-context-set-pinentry-mode): New function.
7945 (epg--start): Pass --pinentry-mode option to gpg command.
7946
cc641ee1
XF
79472013-04-21 Xue Fuqiao <xfq.free@gmail.com>
7948
02d844b5 7949 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 7950 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 7951 `completion-at-point'. (Bug#13774)
5d4e5c31 7952
cc641ee1
XF
7953 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
7954 default key binding for `describe-distribution' has been moved to
7955 `C-h C-o'. (Bug#13970)
7956
1b42ee43
GM
79572013-04-21 Glenn Morris <rgm@gnu.org>
7958
7959 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
7960 Add doc strings.
7961 (vc-print-log): Clarify interactive prompt.
7962
a6d63d97
GM
79632013-04-20 Glenn Morris <rgm@gnu.org>
7964
7965 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7966 No longer include timestamp etc information.
7967
d7f5c16f
RW
79682013-04-20 Roland Winkler <winkler@gnu.org>
7969
7970 * faces.el (read-face-name): Bug fix, return just one face if arg
7971 multiple is nil. (Bug#14209)
7972
bcd7a0a4
SM
79732013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
7976 (remove-function): Autoload.
7977
7978 * comint.el (comint-redirect-original-filter-function): Remove.
7979 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
7980 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
7981 (vc-cvs-annotate-command):
bcd7a0a4
SM
7982 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
7983 * progmodes/prolog.el (prolog-consult-compile):
7984 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
7985 Use add/remove-function instead.
7986 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
7987 (gud-tooltip-process-output, gud-tooltip-tips):
7988 Use add/remove-function instead.
7989 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
7990 (scheme-interaction-mode, exit-scheme-interaction-mode):
7991 Use add/remove-function instead.
7992
7993 * vc/vc-dispatcher.el: Use lexical-binding.
7994 (vc--process-sentinel): Rename from vc-process-sentinel.
7995 Change last arg to be the code to run. Don't use vc-previous-sentinel
7996 and vc-sentinel-commands any more.
7997 (vc-exec-after): Allow code to be a function. Use add/remove-function.
7998 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
7999
e36b2d20 80002013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 8001
bcd7a0a4 8002 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 8003 Handle function names with a single character. (Bug#14111)
4d3268ba 8004
781b4af6 80052013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
8006
8007 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8008 for subroutines defined in an eval (bug#14182).
8009
7d688336
TV
80102013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8011
8012 * bookmark.el (bookmark-completing-read): Improve handling of empty
8013 string (bug#14176).
8014
31dcede0
SM
80152013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8018
adc31213
FEG
80192013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8020
8021 New faster Imenu implementation (bug#14058).
8022 * progmodes/python.el:
8023 (python-imenu-prev-index-position):
8024 (python-imenu-format-item-label-function)
8025 (python-imenu-format-parent-item-label-function)
8026 (python-imenu-format-parent-item-jump-label-function):
8027 New vars.
8028 (python-imenu-format-item-label)
8029 (python-imenu-format-parent-item-label)
8030 (python-imenu-format-parent-item-jump-label)
8031 (python-imenu--put-parent, python-imenu--build-tree)
8032 (python-imenu-create-index, python-imenu-create-flat-index)
8033 (python-util-popn): New functions.
8034 (python-mode): Set imenu-create-index-function to
8035 python-imenu-create-index.
8036
cdca8255
SM
80372013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * winner.el (winner-active-region): Use region-active-p, activate-mark
8040 and deactivate-mark (bug#14225).
8041
8042 * simple.el (deactivate-mark): Don't inline it.
8043
beb42340
MA
80442013-04-18 Michael Albinus <michael.albinus@gmx.de>
8045
8046 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8047
fc7f4d7e
TH
80482013-04-18 Tassilo Horn <tsdh@gnu.org>
8049
8050 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8051 file extensions from the archive-mode entry in order to prefer
8052 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8053
29f47822
LL
80542013-04-18 Leo Liu <sdl.web@gmail.com>
8055
8056 * bindings.el (help-event-list): Add ?\?.
8057
d36ed1c8
SM
80582013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * subr.el (with-wrapper-hook): Declare obsolete.
8061 * simple.el (filter-buffer-substring-function): New hook.
8062 (filter-buffer-substring): Use it.
8063 (filter-buffer-substring-functions): Mark obsolete.
8064 * minibuffer.el (completion-in-region-function): New hook.
8065 (completion-in-region): Use it.
8066 (completion-in-region-functions): Mark obsolete.
8067 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8068 * abbrev.el (abbrev-expand-function): New hook.
8069 (expand-abbrev): Use it.
8070 (abbrev-expand-functions): Mark obsolete.
8071 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8072 and :filter-return.
8073
04754d36
FEG
80742013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8075
8076 * progmodes/python.el (python-nav--syntactically): Fix cornercases
8077 and do not care about match data.
8078
dd8791e9
SM
80792013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8082 completion tables when completing error conditions and
8083 `declare' arguments.
8084 (lisp-complete-symbol, field-complete): Mark as obsolete.
8085 (check-parens): Unmatched parens are user errors.
8086 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8087
ffe54a13
AM
80882013-04-17 Michal Nazarewicz <mina86@mina86.com>
8089
dd8791e9
SM
8090 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8091 command changed buffer (ie. `flyspell-pre-buffer' is not current
8092 buffer), which prevents making decisions based on invalid value of
8093 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
8094 cause an error when `flyspell-pre-point' was nil after switching
8095 buffers.
8096 (flyspell-post-command-hook): No longer needs to change buffers when
8097 checking pre-word. While at it remove unnecessary progn.
ffe54a13 8098
ec7e39f2
AM
80992013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
8100
8101 * textmodes/ispell.el (ispell-add-per-file-word-list):
8102 Fix `flyspell-correct-word-before-point' error when accepting
8103 words and `coment-padding' is an integer by using
8104 `comment-normalize-vars' (Bug #14214).
8105
083850a6
FEG
81062013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8107
8108 New defun movement commands.
8109 * progmodes/python.el (python-nav--syntactically)
8110 (python-nav--forward-defun, python-nav-backward-defun)
8111 (python-nav-forward-defun): New functions.
8112
619ed6e1
FEG
81132013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8114
8115 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8116 (python-syntax-context): Use named compiler-macro for backwards
8117 compatibility with Emacs 24.x.
8118
7a1beb6c
LL
81192013-04-17 Leo Liu <sdl.web@gmail.com>
8120
8121 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8122 octave-hide-process-buffer.
8123
2d3fa3e5
SM
81242013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8127 (bug#14216).
8128
7ce5be54
JPG
81292013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
8130
8131 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8132 Fix adjustment of offset when receiving incomplete responses from GDB
8133 (bug#14129).
8134
351edece
SM
81352013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8136
8137 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8138 python-mode-abbrev-table.
8139 (python-skeleton-define): Adjust accordingly.
8140 (python-mode-abbrev-table): New table that inherits from it so that
8141 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8142
8143 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8144 (abbrev-symbol): Use it.
8145 (abbrev--before-point): Use it since we already handle inheritance.
8146
613f9481
LL
81472013-04-16 Leo Liu <sdl.web@gmail.com>
8148
8149 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8150 binding to info-lookup-symbol.
8151
51646b62
JB
81522013-04-16 Juanma Barranquero <lekktu@gmail.com>
8153
8154 * minibuffer.el (completion--twq-all):
8155 * term/ns-win.el (ns-initialize-window-system):
8156 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8157
efb3f01d
SM
81582013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8159
36c0a301
SM
8160 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8161 global bindings.
8162
efb3f01d
SM
8163 * doc-view.el (doc-view-start-process): Handle url-handler directories.
8164
fb549d64
DG
81652013-04-15 Dmitry Gutov <dgutov@yandex.ru>
8166
8167 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8168 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8169 to nil.
8170 (ruby-end-of-defun): Remove the unused arg, change the docstring
8171 to reflect that this function is only used as the value of
8172 `end-of-defun-function'.
8173 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8174 to reflect an earlier change that beginning/end-of-defun functions
8175 jump between methods in a class definition, as well as top-level
8176 functions.
8177
21e8fe2f
SM
81782013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * minibuffer.el (minibuffer-complete): Don't just scroll
8181 a *Completions* that's been iconified.
8182 (minibuffer-force-complete): Make sure repetitions do cycle when going
8183 through completion-in-region -> minibuffer-complete.
8184
20e527d0
AM
81852013-04-15 Alan Mackenzie <acm@muc.de>
8186
8187 Correct the placement of c-cpp-delimiters when there're #s not at
8188 col 0.
8189
8190 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8191 place a submatch around the #.
21e8fe2f
SM
8192 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8193 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
8194 on the #, not BOL.
8195
dabefae5
SM
81962013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * emacs-lisp/nadvice.el: Properly test names when adding advice.
8199 (advice--member-p): New arg `name'.
8200 (advice--add-function, advice-member-p): Use it (bug#14202).
8201
85c9ab64
AM
82022013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
8203
8204 Reformulate java imenu-generic-expression.
8205 The old expression contained ill formed regexps.
8206
8207 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8208 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8209 (cc-imenu-java-method-arg-regexp): New defconsts.
8210 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 8211 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
8212 handling of spaces in the regexp.
8213
0f821d99
AM
82142013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8215
8216 * textmodes/ispell.el (ispell-command-loop): Remove
8217 flyspell highlight of a word when ispell accepts it (bug #14178).
8218
eb922adf
MA
82192013-04-15 Michael Albinus <michael.albinus@gmx.de>
8220
8221 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8222 uses code from the previous `ange-ftp-run-real-handler'.
8223 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8224 only in case that function exist. This is needed for proper
8225 unloading of Tramp.
8226
4d9a0979
TH
82272013-04-15 Tassilo Horn <tsdh@gnu.org>
8228
8229 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8230
8231 * textmodes/reftex.el (reftex-compile-variables): Use it.
8232
a829b0dc
SM
82332013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8234
91e8293c
SM
8235 * files.el (normal-mode): Only use default major-mode if no other mode
8236 was specified.
8237
830aed4d
SM
8238 * emacs-lisp/trace.el (trace-values): New function.
8239
a829b0dc
SM
8240 * files.el: Allow : in local variables (bug#14089).
8241 (hack-local-variable-regexp): New var.
8242 (hack-local-variables-prop-line, hack-local-variables): Use it.
8243
7ae9f0fb
RW
82442013-04-13 Roland Winkler <winkler@gnu.org>
8245
8246 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
8247 data before it gets modified by bibtex-beginning-of-entry.
8248
6646e848
RW
82492013-04-13 Roland Winkler <winkler@gnu.org>
8250
8251 * textmodes/bibtex.el (bibtex-url): Doc fix.
8252
82532013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
8254
8255 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8256 does not visit a BibTeX file, exclude it from the list of buffers
8257 returned by bibtex-initialize.
8258
0aa3616e
SB
82592013-04-13 Stephen Berman <stephen.berman@gmx.net>
8260
8261 * window.el (split-window): Remove interactive form, since as a
8262 command this function is a special case of split-window-below.
8263 Correct doc string.
8264
011cddd6
RW
82652013-04-12 Roland Winkler <winkler@gnu.org>
8266
8267 * faces.el (read-face-name): Do not override value of arg default.
8268 Allow single faces and strings as default values. Remove those
8269 elements from return value that are not faces.
8270 (describe-face): Simplify.
8271 (face-at-point): New optional args thing and multiple so that this
8272 function can provide the same functionality previously provided by
8273 read-face-name.
8274 (make-face-bold, make-face-unbold, make-face-italic)
8275 (make-face-unitalic, make-face-bold-italic, invert-face)
8276 (modify-face, read-face-and-attribute): Use face-at-point.
8277
8278 * cus-edit.el (customize-face, customize-face-other-window)
8279 * cus-theme.el (custom-theme-add-face)
8280 * face-remap.el (buffer-face-set)
8281 * facemenu.el (facemenu-set-face): Use face-at-point.
8282
f24e0036
MA
82832013-04-12 Michael Albinus <michael.albinus@gmx.de>
8284
8285 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8286
da3cda2d
TH
82872013-04-10 Tassilo Horn <tsdh@gnu.org>
8288
8289 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8290 off leading { and trailing } from field values.
8291
15e54145
SM
82922013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8293
78ce603d
SM
8294 * emacs-lisp/timer.el (timer--check): New function.
8295 (timer--time, timer-set-function, timer-event-handler): Use it.
8296 (timer-set-idle-time): Simplify.
8297 (timer--activate): CSE.
8298 (timer-event-handler): Give more info in error message.
8299 (internal-timer-start-idle): New function, moved from C.
8300
15e54145
SM
8301 * mpc.el (mpc-proc): Add `restart' argument.
8302 (mpc-proc-cmd): Use it.
8303 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8304 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8305 less often.
8306
7144c627
MY
83072013-04-10 Masatake YAMATO <yamato@redhat.com>
8308
8309 * progmodes/sh-script.el: Implement `sh-mode' own
8310 `add-log-current-defun-function' (bug#14112).
8311 (sh-current-defun-name): New function.
8312 (sh-mode): Use the function.
8313
b39792eb
BG
83142013-04-09 Bastien Guerry <bzg@gnu.org>
8315
8316 * simple.el (choose-completion-string): Fix docstring (bug#14163).
8317
8acdeb71
SM
83182013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8319
6fcdab68
SM
8320 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8321
8acdeb71
SM
8322 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8323 timer (bug#14156).
8324
e3e7b504
NF
83252013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
8326
8327 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8328 declaration.
8329
201bb296
LL
83302013-04-07 Leo Liu <sdl.web@gmail.com>
8331
8332 * pcmpl-x.el: New file.
8333
ebb19708
DA
83342013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
8335
8336 Do not set x-display-name until X connection is established.
8337 This is needed to prevent from weird situation described at
8338 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8339 * frame.el (make-frame): Set x-display-name after call to
8340 window system initialization function, not before.
8341 * term/x-win.el (x-initialize-window-system): Add optional
8342 display argument and use it.
8343 * term/w32-win.el (w32-initialize-window-system):
8344 * term/ns-win.el (ns-initialize-window-system):
8345 * term/pc-win.el (msdos-initialize-window-system):
8346 Add compatible optional display argument.
8347
33bb237a
EZ
83482013-04-06 Eli Zaretskii <eliz@gnu.org>
8349
8350 * files.el (normal-backup-enable-predicate): On MS-Windows and
8351 MS-DOS compare truenames of temporary-file-directory and of the
8352 file, so that 8+3 aliases (usually found in $TEMP on Windows)
8353 don't fail comparison by compare-strings. Also, compare file
8354 names case-insensitively on MS-Windows and MS-DOS.
8355
134abf1f
SM
83562013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8357
8358 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8359 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
8360
d695cb94
DG
83612013-04-05 Dmitry Gutov <dgutov@yandex.ru>
8362
e3e7b504
NF
8363 * whitespace.el (whitespace-color-on, whitespace-color-off):
8364 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 8365
f4ad7ea1 83662013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
8367
8368 * ispell.el (ispell-set-spellchecker-params):
8369 Really set `ispell-args' for all equivs.
8370
632556e4
SM
83712013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8372
8373 * ido.el (ido-completions): Use extra elements of ido-decorations
8374 (bug#14143).
8375 (ido-decorations): Update docstring.
8376
2a417372
MA
83772013-04-05 Michael Albinus <michael.albinus@gmx.de>
8378
8379 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8380 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
8381 nil during initialization, in order not to miss changes since the
8382 file was opened. (Bug#14140)
8383
fc164b0c
LL
83842013-04-05 Leo Liu <sdl.web@gmail.com>
8385
8386 * kmacro.el (kmacro-call-macro): Fix bug#14135.
8387
0ccecc08
JB
83882013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
8389
8390 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
8391
51af1aa2
GM
83922013-04-04 Glenn Morris <rgm@gnu.org>
8393
8394 * electric.el (electric-pair-inhibit-predicate): Add :version.
8395
b208ebc6
SM
83962013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
8399 when a package is required several times (bug#14082).
8400
f3d3eaf0
RW
84012013-04-04 Roland Winkler <winkler@gnu.org>
8402
8403 * faces.el (read-face-name): Behave as promised by the docstring.
8404 Assume that arg default is a list of faces.
8405 (describe-face): Call read-face-name with list of default faces.
8406
2575da50
TV
84072013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8408
8409 * bookmark.el: Fix deletion of bookmarks (bug#13972).
8410 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
8411 (bookmark-bmenu-execute-deletions): Only skip first line if it's
8412 the header.
8413 (bookmark-exit-hook-internal): Save even if list is empty.
8414
397703b4
YH
84152013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
8416
8417 * emacs-lisp/package.el (package-pinned-packages): New var.
8418 (package--add-to-archive-contents): Obey it (bug#14118).
8419
691e26ae
AM
84202013-04-03 Alan Mackenzie <acm@muc.de>
8421
8a621d53
JB
8422 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
8423 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
8424
8425 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
8426 parameter `not-in-delimiter'. Handle being inside comment opener.
8427 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
8428 character in case we're typing a '*' after a '/'.
8429 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
8430 instead by passing the parameter to c-state-pp-to-literal.
8431
8432 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
8433 for elt. 7 of a parse state.
8434
4b725a70
PE
84352013-04-01 Paul Eggert <eggert@cs.ucla.edu>
8436
8437 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
8438 * international/latin1-disp.el, international/mule-util.el:
8439 * language/cyril-util.el, language/european.el, language/ind-util.el:
8440 * language/lao-util.el, language/thai.el, language/tibet-util.el:
8441 * language/tibetan.el, language/viet-util.el:
8442 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
8443
15c579f0
SM
84442013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
8447 (electric-pair-post-self-insert-function): Use it.
8448 (electric-pair-default-inhibit): New function, extracted from
8449 electric-pair-post-self-insert-function.
8450
a77e2924
RW
84512013-03-31 Roland Winkler <winkler@gnu.org>
8452
8453 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
8454
2bd8a4a8
SM
84552013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8456
8457 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
8458
8d3655be 84592013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
8460
8461 Un-indent after "pass" and "return" statements (Bug#13888)
8462 * progmodes/python.el (python-indent-block-enders): New var.
8463 (python-indent-calculate-indentation): Use it.
8464
8d3655be 84652013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
8466
8467 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
8468 defun. Defining it as defalias could introduce too eager
8469 byte-compiler optimization. (Bug#14030)
8470
8d3655be 84712013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
8472
8473 * iswitchb.el (iswitchb-read-buffer): Fix typo.
8474
0b1619da
LL
84752013-03-30 Leo Liu <sdl.web@gmail.com>
8476
8477 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
8478 (kmacro-execute-from-register): Pass the keyboard macro to
8479 kmacro-call-macro or repeating won't work correctly.
8480
0b938190
TZ
84812013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
8482
8483 * progmodes/subword.el: Back to using `forward-symbol'.
8484
8485 * subr.el (forward-whitespace, forward-symbol)
8486 (forward-same-syntax): Move from thingatpt.el.
8487
35710234
LL
84882013-03-29 Leo Liu <sdl.web@gmail.com>
8489
8490 * kmacro.el (kmacro-to-register): New command.
8491 (kmacro-execute-from-register): New function.
8492 (kmacro-keymap): Bind to 'x'. (Bug#14071)
8493
efc0bb73
SM
84942013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8495
8496 * mpc.el: Use defvar-local and setq-local.
8497 (mpc--proc-connect): Connection failures are not bugs.
8498 (mpc-mode-map): `follow-link' only applies to the buffer's content.
8499 (mpc-volume-map): Bind to the up-events.
8500
75a2f981
TZ
85012013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8502
8503 * progmodes/subword.el (superword-mode): Use `forward-sexp'
8504 instead of `forward-symbol'.
8505
17c781d1
SM
85062013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
8509 (edebug--recursive-edit): Use it.
8510 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
8511 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
8512
f67bfbcf
LL
85132013-03-28 Leo Liu <sdl.web@gmail.com>
8514
8515 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
8516
b59f639d
EZ
85172013-03-27 Eli Zaretskii <eliz@gnu.org>
8518
8519 * facemenu.el (list-colors-callback): New defvar.
8520 (list-colors-redisplay): New function.
8521 (list-colors-display): Install list-colors-redisplay as the
8522 revert-buffer-function. (Bug#14063)
8523
f557c1b1
SM
85242013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8525
b1da2957
SM
8526 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
8527 and suffixes don't overlap (bug#14061).
8528
f557c1b1
SM
8529 * case-table.el: Use lexical-binding.
8530 (case-table-get-table): New function.
8531 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
8532
002668e1
TZ
85332013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8534
8535 * progmodes/subword.el: Add `superword-mode' to do word motion
8536 over symbol_words (parallels and leverages `subword-mode' which
8537 does word motion inside MixedCaseWords).
8538
73572c72
AG
85392013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
8540
78b8f320 8541 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 8542 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 8543
69b2c07e
SM
85442013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
8547 Change return value to be a sexp. Delay `get-buffer' to after
8548 restoring the desktop (bug#13951).
8549
08bb5ee2
LL
85502013-03-26 Leo Liu <sdl.web@gmail.com>
8551
8552 * register.el: Move semantic tag handling back to
8553 cedet/semantic/senator.el. (Bug#14052)
8554
8d4c974e
SM
85552013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
8558 into the prompt either (bug#13963).
8559
b234d92c
SM
85602013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8561
8562 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
8563 part of "(error-foo)".
8564
ddfa3cb4
JL
85652013-03-24 Juri Linkov <juri@jurta.org>
8566
8567 * replace.el (list-matching-lines-prefix-face): New defcustom.
8568 (occur-1): Pass `list-matching-lines-prefix-face' to the function
8569 `occur-engine' if `face-differs-from-default-p' returns t.
8570 (occur-engine): Add `,' inside backquote construct to evaluate
8571 `prefix-face'. Propertize the prefix with the `prefix-face' face.
8572 Pass `prefix-face' to the functions `occur-context-lines' and
8573 `occur-engine-add-prefix'.
8574 (occur-engine-add-prefix, occur-context-lines): Add optional arg
8575 `prefix-face' and propertize the prefix with `prefix-face'.
8576 (Bug#14017)
8577
7b0e2f85
LL
85782013-03-24 Leo Liu <sdl.web@gmail.com>
8579
8580 * nxml/rng-valid.el (rng-validate-while-idle)
8581 (rng-validate-quick-while-idle): Guard against deleted buffer.
8582 (Bug#13999)
8583
8584 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8585 is the last entry in kill-buffer-hook.
8586
8587 * files.el (kill-buffer-hook): Doc fix.
8588
b3082f49
DG
85892013-03-23 Dmitry Gutov <dgutov@yandex.ru>
8590
b234d92c
SM
8591 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8592 Make it safe-local.
bde73d27 8593
b3082f49
DG
8594 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8595
a320a2db
LL
85962013-03-23 Leo Liu <sdl.web@gmail.com>
8597
7e74b0fb
LL
8598 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8599 Remove.
8600
8601 * nxml/rng-valid.el (rng-validate-mode)
8602 (rng-after-change-function, rng-do-some-validation):
8603 * nxml/rng-maint.el (rng-validate-buffer):
8604 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8605 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8606 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8607 (nxml-extend-after-change-region): Use with-silent-modifications.
8608
a320a2db
LL
8609 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8610 timer-idle-list.
8611
8612 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8613 (rng-next-error-1, rng-previous-error-1): Do not let-bind
8614 timer-idle-list. (Bug#13999)
8615
e38e6780
JL
86162013-03-23 Juri Linkov <juri@jurta.org>
8617
8618 * info.el (info-index-match): New face.
8619 (Info-index, Info-apropos-matches): Add a nested subgroup to the
8620 main pattern and add text properties with the new face to matches
8621 in index entries relative to the beginning of the index entry.
8622 (Bug#14015)
8623
e8cc7880
DE
86242013-03-21 Eric Ludlam <zappo@gnu.org>
8625
8626 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8627 Inhibit read only while inserting objects.
8628
9bb0d822
TZ
86292013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
8630
8631 * progmodes/cfengine.el: Update docs to mention
8632 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
8633 symbol motion. Remove "_" from the word syntax.
8634
aa703640
TZ
86352013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
8636
8637 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
8638 syntax for both `cfengine2-mode' and `cfengine3-mode'.
8639
afff09d0
JL
86402013-03-20 Juri Linkov <juri@jurta.org>
8641
8642 * info.el (Info-next-reference-or-link)
8643 (Info-prev-reference-or-link): New functions.
8644 (Info-next-reference, Info-prev-reference): Use them.
8645 (Info-try-follow-nearest-node): Handle footnote navigation.
8646 (Info-fontify-node): Fontify footnotes. (Bug#13989)
8647
9a1ff164
SM
86482013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8649
8650 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
8651 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
8652
2667d15d
PE
86532013-03-20 Paul Eggert <eggert@cs.ucla.edu>
8654
8655 Suppress unnecessary non-ASCII chatter during build process.
8656 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
8657 (batch-skkdic-convert): Suppress most of the chatter.
8658 It's not needed so much now that machines are faster,
8659 and its non-ASCII component was confusing; see Dmitry Gutov in
8660 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
8661
438b0579
LL
86622013-03-20 Leo Liu <sdl.web@gmail.com>
8663
8664 * ido.el (ido-chop): Fix bug#10994.
8665
c128ab07
DG
86662013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8667
8668 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
8669 Remove vars.
9a1ff164
SM
8670 (whitespace-color-on, whitespace-color-off):
8671 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 8672
0e6008c5
SM
86732013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8674
8675 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
8676 remapping in mode-line.
8677 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
8678
627b52b0
DG
86792013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8680
8681 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
8682 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
8683 (whitespace-font-lock-keywords): Change description.
8684 (whitespace-color-on): Don't save `font-lock-keywords' value, save
8685 the constructed keywords instead.
8686 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 8687
50c3a20b
LL
86882013-03-19 Leo Liu <sdl.web@gmail.com>
8689
8690 * progmodes/compile.el (compilation-display-error): New command.
8691 (compilation-mode-map, compilation-minor-mode-map): Bind it to
8692 C-o. (Bug#13992)
8693
2aa2157b
PE
86942013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8695
8696 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8697
e477dbfa
JD
86982013-03-18 Jan Djärv <jan.h.d@swipnet.se>
8699
8700 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8701
64ab82d1
MA
87022013-03-18 Michael Albinus <michael.albinus@gmx.de>
8703
8704 * net/tramp-compat.el (tramp-compat-user-error): New defun.
8705
8706 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8707 * net/tramp-gvfs.el (top):
8708 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8709 (tramp-handle-shell-command): Use it.
8710 (tramp-dissect-file-name): Raise an error when hostname is a
8711 method name, and neither method nor user is specified.
8712
8713 * net/trampver.el: Update release number.
8714
33cef733
LL
87152013-03-18 Leo Liu <sdl.web@gmail.com>
8716
8717 Make sure eldoc can be turned off properly.
8718 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8719 eldoc-mode.
8720 (eldoc-display-message-p): Revert last change.
8721 (eldoc-display-message-no-interference-p)
8722 (eldoc-print-current-symbol-info): Tweak.
8723
2167b7b2
TH
87242013-03-18 Tassilo Horn <tsdh@gnu.org>
8725
8726 * doc-view.el (doc-view-new-window-function): Check the new window
8727 overlay's display property instead the char property of the
8728 buffer's first char. Use `with-selected-window' instead of
8729 `save-window-excursion' with `select-window'.
8730 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 8731 display property instead the char property of the buffer's first char.
2167b7b2 8732
982efbcd
PE
87332013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8734
8735 Automate the build of ja-dic.el (Bug#13984).
8736 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8737 from the input, rather than assume that it's been done for us by the
8738 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
8739 the current date into a ja-dic.el comment, as that complicates
8740 regression testing.
8741
2fcc7665
SM
87422013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * whitespace.el: Fix double evaluation.
8745 (whitespace-space, whitespace-hspace, whitespace-tab)
8746 (whitespace-newline, whitespace-trailing, whitespace-line)
8747 (whitespace-space-before-tab, whitespace-indentation)
8748 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8749 obsolete defvars.
8750 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8751 (whitespace-color-on): Use a single font-lock-add-keywords call.
8752 Fix double-evaluation of face variables.
8753
67c0a6e6
MA
87542013-03-17 Michael Albinus <michael.albinus@gmx.de>
8755
2fcc7665
SM
8756 * net/tramp-adb.el (tramp-adb-parse-device-names):
8757 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 8758 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 8759
69489f1d
LL
87602013-03-17 Leo Liu <sdl.web@gmail.com>
8761
8762 Extend eldoc to display info in the mode-line. (Bug#13978)
8763 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8764 (eldoc-mode-line-string): New variable.
8765 (eldoc-minibuffer-message): New function.
8766 (eldoc-message-function): New variable.
8767 (eldoc-message): Use it.
8768 (eldoc-display-message-p)
2fcc7665
SM
8769 (eldoc-display-message-no-interference-p):
8770 Support eldoc-post-insert-mode.
69489f1d
LL
8771
8772 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8773 (eval-expression): Run it.
8774
9c44569e
RW
87752013-03-17 Roland Winkler <winkler@gnu.org>
8776
8777 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8778 strings in the list of return values.
8779
327f1f6f
JB
87802013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8781
8782 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8783 radix before checking for HMS forms.
8784
67ed8fcd
LL
87852013-03-16 Leo Liu <sdl.web@gmail.com>
8786
8787 * progmodes/scheme.el: Add indentation and font-locking for λ.
8788 (Bug#13975)
8789
78be8b64 87902013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
8791
8792 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8793 token before point (bug#13942).
8794
78be8b64 87952013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 8796
95b43468 8797 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 8798
98e775e6
EZ
87992013-03-16 Eli Zaretskii <eliz@gnu.org>
8800
8801 * startup.el (command-line-normalize-file-name): Fix handling of
8802 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
8803 <xfq.free@gmail.com> in
8804 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8805
2edd6029
MA
88062013-03-15 Michael Albinus <michael.albinus@gmx.de>
8807
8808 Sync with Tramp 2.2.7.
8809
8810 * net/trampver.el: Update release number.
8811
d35f5864
TH
88122013-03-14 Tassilo Horn <tsdh@gnu.org>
8813
e903c210 8814 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
8815 (doc-view-insert-image): Don't modify overlay associated to
8816 non-live windows, and implement horizontal centering of image in
8817 case it's smaller than the window.
8818 (doc-view-new-window-function): Force redisplay of new windows on
8819 doc-view buffers.
d35f5864 8820
1c4a85ed
KF
88212013-03-13 Karl Fogel <kfogel@red-bean.com>
8822
8823 * saveplace.el (save-place-alist-to-file): Don't sort
8824 `save-place-alist', just pretty-print it (bug#13882).
8825
85b66a21
MA
88262013-03-13 Michael Albinus <michael.albinus@gmx.de>
8827
a020afb9
JB
8828 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8829 Check whether `default-file-name-coding-system' is bound.
8830 It isn't in XEmacs.
85b66a21 8831
175600da
SM
88322013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8833
e7f7cb1a
SM
8834 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8835 backquotes for `obsolete' (bug#13929).
8836
175600da
SM
8837 * international/mule.el (find-auto-coding): Include file name in
8838 obsolescence warning (bug#13922).
8839
ca68a22e
TZ
88402013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8841
8842 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
8843 for CFEngine 3-specific indentation.
8844 (cfengine3-indent-line): Use it. Fix up category regex.
8845 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
8846
940e5099
SM
88472013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * type-break.el (type-break-file-name):
8850 * textmodes/remember.el (remember-data-file):
8851 * strokes.el (strokes-file):
8852 * shadowfile.el (shadow-initialize):
8853 * saveplace.el (save-place-file):
8854 * ps-bdf.el (bdf-cache-file):
8855 * progmodes/idlwave.el (idlwave-config-directory):
8856 * net/quickurl.el (quickurl-url-file):
8857 * international/kkc.el (kkc-init-file-name):
8858 * ido.el (ido-save-directory-list-file):
8859 * emulation/viper.el (viper-custom-file-name):
8860 * emulation/vip.el (vip-startup-file):
8861 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8862 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
8863
cc725808
PE
88642013-03-12 Paul Eggert <eggert@cs.ucla.edu>
8865
8866 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
8867 * language/thai-word.el: Switch to UTF-8.
8868
a020afb9 8869See ChangeLog.16 for earlier changes.
e3d51b27
MR
8870
8871;; Local Variables:
8872;; coding: utf-8
e3d51b27
MR
8873;; End:
8874
ab422c4d 8875 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
8876
8877 This file is part of GNU Emacs.
8878
8879 GNU Emacs is free software: you can redistribute it and/or modify
8880 it under the terms of the GNU General Public License as published by
8881 the Free Software Foundation, either version 3 of the License, or
8882 (at your option) any later version.
8883
8884 GNU Emacs is distributed in the hope that it will be useful,
8885 but WITHOUT ANY WARRANTY; without even the implied warranty of
8886 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8887 GNU General Public License for more details.
8888
8889 You should have received a copy of the GNU General Public License
8890 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.