Port to Solaris 10 and its bundled GCC.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
ee4282cd
DG
12013-10-23 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-smie--at-dot-call): Use
4 `following-char'.
7790a270 5
ee4282cd 62013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
7
8 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
9 * progmodes/ruby-mode.el (ruby-smie-rules):
10 Remove corresponding workaround. Fix indentation rule of ";" so it
11 also applies when ";" is the parent.
12
d40a46d7
XF
132013-10-22 Xue Fuqiao <xfq.free@gmail.com>
14
15 * frame.el (display-screens, display-pixel-height)
16 (display-pixel-width, display-mm-width, display-backing-store)
17 (display-save-under, display-planes, display-color-cells)
7790a270
SM
18 (display-visual-class, display-monitor-attributes-list):
19 Mention the optional ‘display’ argument in doc strings.
d40a46d7 20
a0f143c9
MG
212013-10-22 Michael Gauland <mikelygee@amuri.net>
22
23 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
24 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
25
18cacc39
DG
262013-10-21 Dmitry Gutov <dgutov@yandex.ru>
27
28 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
29 TODO. Add "." after " @ ".
30 (ruby-smie--at-dot-call): New function. Checks if point at method
31 call with explicit target.
32 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
33 to the method name tokens when it precedes them.
34 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
35 (ruby-smie-rules): Add rule for indentation before and after "."
36 token.
37
df74c4be
SM
382013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
39
c6dab55f
SM
40 * textmodes/remember.el (remember-diary-extract-entries):
41 Avoid add-to-list.
42
df74c4be
SM
43 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
44 an instruction.
45
8c1ae481
DG
462013-10-21 Dmitry Gutov <dgutov@yandex.ru>
47
cfef16c0
DG
48 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
49 (ruby-smie--implicit-semi-p): Add new operator chars.
50
8c1ae481
DG
51 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
52 `smie-down-list'.
53 (ruby-smie--args-separator-p): Check that there's no newline
54 between method call and its arguments.
55
87756ca9
AM
562013-10-20 Alan Mackenzie <acm@muc.de>
57
58 Allow comma separated lists after Java "implements".
59
df74c4be
SM
60 * progmodes/cc-engine.el (c-backward-over-enum-header):
61 Parse commas.
87756ca9
AM
62 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
63 from a "disallowed" list in enum fontification.
64
c25f8957
JB
652013-10-20 Johan Bockgård <bojohan@gnu.org>
66
df74c4be 67 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 68
c25f8957
JB
69 * progmodes/verilog-mode.el (verilog-mode): Don't set
70 comment-indent-function globally.
71
aca5fcdc
JD
722013-10-20 Jan Djärv <jan.h.d@swipnet.se>
73
5f161884
JD
74 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
75 Move Info menu item creation to ns-win.el.
76
77 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
78 in menu bar.
79
aca5fcdc
JD
80 * menu-bar.el: Move GNUStep specific menus...
81
82 * term/ns-win.el (ns-initialize-window-system): ... to here.
83
914b7f98
SM
842013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * simple.el (newline): Only run post-self-insert-hook when
87 called interactively.
88
846ffe77
JB
892013-10-19 Johan Bockgård <bojohan@gnu.org>
90
91 * icomplete.el (icomplete-with-completion-tables): Add :version.
92
033f22dd
AM
932013-10-19 Alan Mackenzie <acm@muc.de>
94
95 Fix fontification bugs with constructors and const.
96
97 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
98 CASE 2) Remove the check for the absence of a suffix construct
99 after a function declaration with only types (no identifiers) in
100 the parentheses. Also, accept a function declaration with just a
101 type inside the parentheses, if this type can be positively
102 recognised as such, or if a prefix keyword like "explicit" nails
103 down the construct as a declaration.
104
58ce0cfc
EZ
1052013-10-19 Eli Zaretskii <eliz@gnu.org>
106
107 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
108 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
109 the problem whereby selecting a menu item that leads to a
110 minibuffer prompt moves the cursor out of the minibuffer window,
111 making it hard to type at the prompt. Suggested by Stefan Monnier
112 <monnier@iro.umontreal.ca>.
113
50e28e7d
JD
1142013-10-19 Jan Djärv <jan.h.d@swipnet.se>
115
116 * menu-bar.el: Don't make Services menu.
117
7deed4bf
RS
1182013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
119
120 * ffap.el: Handle "/usr/include/c++/<version>" directories.
121 (ffap-alist): Use ffap-c++-mode for c++-mode.
122 (ffap-c++-path): New variable.
123 (ffap-c++-mode): New function.
124
7bcb455b
JVJ
1252013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
126
127 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
128
f0ff1cd5
MA
1292013-10-18 Michael Albinus <michael.albinus@gmx.de>
130
131 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
132 introduced on 2013-09-08, which results in an infinite loop
133 requesting a password.
134
d64da4b7
GM
1352013-10-18 Glenn Morris <rgm@gnu.org>
136
137 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
138
ea89ff08
WS
1392013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
140
141 Sync with upstream verilog-mode revision 1a6ecec7.
142 * progmodes/verilog-mode.el (verilog-mode-version): Update.
143 (verilog-mode-release-date): Remove.
144 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
145 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
146 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
147 (verilog-auto-tieoff-ignore-regexp)
148 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
149 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
150 (verilog-signals-with, verilog-dir-cache-preserving)
151 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
152 Doc fixes.
153 (verilog-case-fold): New option, to control case folding in
154 regexp searches, bug597.
155 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
156 (verilog-string-match-fold, verilog-in-paren-count)
157 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
158 (verilog-at-close-struct-p): New functions.
159 (verilog-beg-block-re-ordered, verilog-extended-case-re)
160 (verilog-forward-sexp, verilog-set-auto-endcomments):
161 (verilog-leap-to-case-head): Handle "unique0" case.
162 (verilog-in-constraint-re): New constant.
163 (verilog-keywords, verilog-type-font-keywords):
164 Add some SystemVerilog 1800-2012 keywords.
165 (verilog-label-be): Remove unimplemented argument, bug669.
166 (verilog-batch-execute-func): When batch expanding clear
167 create-lockfiles to prevent spurious user locks when a file ends
168 up not changing.
169 (verilog-calculate-indent, verilog-calc-1)
170 (verilog-at-close-constraint-p, verilog-at-constraint-p)
171 (verilog-do-indent): Fix indentation of nested constraints
172 and structures.
173 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
174 (verilog-auto-inst-param): Use verilog-string-match-fold.
175 (verilog-read-inst-module-matcher):
176 Fix AUTOINST on gate primitives with #1.
177 (verilog-read-decls): Fix double-declaring user-defined typed signals.
178 Reads all user-defined typed variables.
179 (verilog-read-defines): Fix reading definitions inside comments, bug647.
180 (verilog-signals-matching-regexp)
181 (verilog-signals-not-matching-regexp, verilog-auto):
182 Respect verilog-case-fold.
183 (verilog-diff-report): Fix line count.
184 (verilog-auto-assign-modport): Remove unused local `modi'.
185 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
186 better handle multidimensional arrays.
187 Fix packed array ports misadding bit index in AUTOINST, bug637.
188 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
189 to not double-declare existing outputs and inputs, respectively.
190 (verilog-template-map): Bind U to verilog-sk-uvm-component.
191 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
192 (verilog-sk-uvm-component): New skeleton.
193 (verilog-submit-bug-report): Add verilog-case-fold,
194 remove verilog-mode-release-date.
195
ef566920
BR
1962013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
197
198 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
199 as before.
200
29df8a0b
RT
2012013-10-18 Reuben Thomas <rrt@sc3d.org>
202
203 * textmodes/remember.el (remember): set buffer-offer-save in
204 remember buffers (bug#13566).
205
04a19a79
DC
2062013-10-18 Daniel Colascione <dancol@dancol.org>
207
208 When evaluating forms in ielm, direct standard output to ielm
209 buffer. Add new ielm-return-for-effect command. Remove trailing
210 whitespace throughout.
211
212 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
213 (ielm-return-for-effect): New command.
214 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
215 (ielm-eval-input): Accept optional `for-effect' parameter.
216 Bind `standard-output' to stream we create using
04a19a79
DC
217 `ielm-standard-output-impl'. Suppress printing result when
218 `for-effect'.
219 (ielm-standard-output-impl): New function.
220 (inferior-emacs-lisp-mode): Explain new features in documentation.
221
4c1f03ef
MA
2222013-10-17 Michael Albinus <michael.albinus@gmx.de>
223
224 Code cleanup.
225
226 * net/tramp.el (tramp-debug-message): Do not check for connection
227 buffer.
228 (tramp-message): Use "vector" connection property.
229
230 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
231 (tramp-equal-remote, tramp-eshell-directory-change)
232 * net/tramp-adb.el (tramp-adb-handle-copy-file)
233 (tramp-adb-handle-rename-file)
234 * net/tramp-cmds.el (tramp-list-remote-buffers)
235 (tramp-cleanup-connection, tramp-cleanup-this-connection)
236 * net/tramp-compat.el (tramp-compat-process-running-p)
237 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
238 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
239 (tramp-gvfs-handle-rename-file)
240 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
241 (tramp-set-file-uid-gid)
242 * net/tramp-smb.el (tramp-smb-handle-copy-file)
243 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
244 of `file-remote-p'.
245
246 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
247 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
248 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
249 (tramp-gw-open-network-stream): Suppress unrelated traces.
250
251 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
252 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
253 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
254 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
255 connection property.
256
257 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 258 persistency file.
4c1f03ef
MA
259
260 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
261 Refactor common code. Improve debug message.
262 (tramp-maybe-open-connection)
263 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
264 connection buffer too early.
265
266 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
267 from `tramp-smb-actions-with-acl'.
268 (tramp-smb-actions-set-acl): New defconst.
269 (tramp-smb-handle-copy-directory)
270 (tramp-smb-action-get-acl): New defun, renamed from
271 `tramp-smb-action-with-acl'.
272 (tramp-smb-action-set-acl): New defun.
273 (tramp-smb-handle-set-file-acl): Rewrite.
274
642eb8b6
GM
2752013-10-17 Glenn Morris <rgm@gnu.org>
276
277 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
278
85527ff3
SM
2792013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
280
921c1d62
SM
281 * skeleton.el (skeleton-newline): Remove.
282 (skeleton-internal-1): Use (insert "\n") instead.
283
e333fb10
SM
284 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
285 let-bindings.
286
85527ff3
SM
287 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
288 forward-sexp-function while we redo its job (bug#15613).
289
c8722a97
JB
2902013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
291
292 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
293 represented by lists.
294
7a550bbb
GM
2952013-10-16 Glenn Morris <rgm@gnu.org>
296
297 * tmm.el (tmm--history): New dynamic variable.
298 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
299
f19da8ad
MA
3002013-10-16 Michael Albinus <michael.albinus@gmx.de>
301
302 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
303 (tramp-smb-errors): Add error messages.
304 (tramp-smb-actions-with-acl): New defconst.
305 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
306 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
307 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
308 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
309 (tramp-smb-get-stat-capability): Fix tests.
310
a24b9961
DK
3112013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
312
313 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
314 (bug#15580).
315
62ad85e6
GM
3162013-10-16 Glenn Morris <rgm@gnu.org>
317
0283d6b0
GM
318 * ansi-color.el (ansi-color-drop-regexp):
319 Add 1J, 1K, 2K. (Bug#15617)
320
012e2f9f
GM
321 * files.el (hack-local-variables--warned-lexical): New.
322 (hack-local-variables):
323 Warn about misplaced lexical-binding. (Bug#15616)
324
62ad85e6
GM
325 * net/eww.el (eww-render): Always set eww-current-url,
326 and update header line. (Bug#15622)
327 (eww-display-html): ... Rather than just doing it here.
328
6456c0ea
EZ
3292013-10-15 Eli Zaretskii <eliz@gnu.org>
330
331 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
332 menu navigations commands.
333
c2de5588
DK
3342013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
335
336 * progmodes/subword.el (subword-capitalize): Be careful when
337 the search for [[:alpha:]] fails (bug#15580).
338
ccd4a783
EZ
3392013-10-14 Eli Zaretskii <eliz@gnu.org>
340
341 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
342 to commands that scroll the menu.
343
1eda1d8d
DG
3442013-10-14 Dmitry Gutov <dgutov@yandex.ru>
345
c2de5588
DK
346 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
347 Handle methods ending with `?' and `!'.
1eda1d8d 348
e70181b8
AM
3492013-10-14 Akinori MUSHA <knu@iDaemons.org>
350
351 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
352 `japanese-cp932' to `cp932' to fix the problem where saving a
353 source file written in Shift_JIS twice would end up having
354 `coding: japanese-cp932' which Ruby could not recognize.
355 (ruby-mode-set-encoding): Add support for encodings mapped to nil
356 in `ruby-encoding-map'.
357 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
358 doesn't need to be explicitly declared in magic comment.
359 (ruby-encoding-map): Add type declaration for better customize UI.
360
9148ee92
GM
3612013-10-13 Glenn Morris <rgm@gnu.org>
362
a5d38e34
GM
363 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
364 Occur buffers are read-only. http://bugs.debian.org/720775
365
9148ee92
GM
366 * emacs-lisp/authors.el (authors-fixed-entries):
367 Comment out old alpha stuff.
368
a9ba094b
DG
3692013-10-13 Dmitry Gutov <dgutov@yandex.ru>
370
371 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
372 to `after-save-hook' instead of `before-save-hook'.
373 (ruby-mode-set-encoding): Use the value of coding system used to
374 write the file. Call `basic-save-buffer-1' after modifying the
375 buffer.
376
7a068717
AM
3772013-10-13 Alan Mackenzie <acm@muc.de>
378
379 Fix indentation/fontification of Java enum with
380 "implements"/generic.
381
c2de5588
DK
382 * progmodes/cc-engine.el (c-backward-over-enum-header):
383 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
384 (c-inside-bracelist-p): Uses new function above.
385 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
386 function above.
387 (c-font-lock-enum-tail): Uses new function above.
388
85b64f02
KH
3892013-10-13 Kenichi Handa <handa@gnu.org>
390
391 * international/mule-cmds.el (select-safe-coding-system): Remove a
392 superfluous condition in chekcing whether a coding system is safe
393 or not.
394
fc7f501b
OK
3952013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
396
397 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
398
fdcb2049
AP
3992013-10-13 Andreas Politz <politza@hochschule-trier.de>
400
401 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
402
8c106d17
GM
4032013-10-13 Glenn Morris <rgm@gnu.org>
404
feab892d
GM
405 * menu-bar.el (menu-bar-update-buffers):
406 Unify Buffers menu prompt string. (Bug#15576)
407
b22d0686
GM
408 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
409
8c106d17
GM
410 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
411 Add some entries.
412 (authors-fixed-entries): Use accented form of name.
413
1b12c797
SM
4142013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
415
650fa7bf 416 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 417 method calls (bug#15594).
650fa7bf
SM
418 (ruby-smie--args-separator-p): New function.
419 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
420 recognize paren-free method calls.
421
1b12c797
SM
422 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
423 internals of universal-argument.
424
029619c8
EZ
4252013-10-11 Eli Zaretskii <eliz@gnu.org>
426
427 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
428 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
429 dropped menu on second mouse click on the menu bar.
029619c8 430
dd070019
SM
4312013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
432
433 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
434 (explicit-shell-file-name): Declare.
435 (sh--vars-before-point, sh--cmd-completion-table): New functions.
436 (sh-completion-at-point-function): New function.
437 (sh-mode): Use it.
438 (sh-smie--keyword-p): Remove unused argument.
439 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
440 vars.
441 (sh-set-shell): Always setup SMIE, even if we use the
442 old indentation code.
443
0922b826
DG
4442013-10-11 Dmitry Gutov <dgutov@yandex.ru>
445
b68e2926
DG
446 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
447 cases of ? and =.
448 (ruby-smie-rules): Simplify the "do" rule. The cases when the
449 predicate would return nil are almost non-existent.
450 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
451
0922b826
DG
452 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
453 cache also after commands that modify the buffer but don't move
454 point.
455
ee041f2d
SM
4562013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * env.el (substitute-env-in-file-name): New function.
459 (substitute-env-vars): Extend the meaning of the optional arg.
460
a5dab159
EZ
4612013-10-10 Eli Zaretskii <eliz@gnu.org>
462
463 * term/w32-win.el (dynamic-library-alist): Define separate lists
464 of GIF DLLs for versions before and after 5.0.0 of giflib.
465 (Bug#15531)
466
db138698
JT
4672013-10-10 João Távora <joaotavora@gmail.com>
468
469 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
470 not locked, use last revision and current source as
471 defaults. (Bug#15569)
472
2f6e161e
MY
4732013-10-10 Masatake YAMATO <yamato@redhat.com>
474
475 * menu-bar.el (menu-bar-open): Don't use popup-menu if
476 menu-bar is hidden.
477
6c8413fc
MR
4782013-10-10 Martin Rudalics <rudalics@gmx.at>
479
480 * window.el (pop-to-buffer-same-window): Fix doc-string.
481 (Bug#15492)
482
20832de0
SM
4832013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
486
c6e8ae77
AC
4872013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
488
489 * calendar/icalendar.el (icalendar-import-file):
490 Fix interactive spec. (Bug#15482)
491
9db13baf
GM
4922013-10-10 Glenn Morris <rgm@gnu.org>
493
9271e90e
GM
494 * desktop.el (desktop-save): Default to saving in .emacs.d,
495 since PWD is no longer in desktop-path by default. (Bug#15319)
496
9db13baf
GM
497 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
498 now that text mode has a menu with the same entry.
499 (menu-bar-text-mode-auto-fill): Remove now unused func.
500 * textmodes/text-mode.el (text-mode-map):
501 Use auto-fill help text from menu-bar.el.
502
a066720c
JA
5032013-10-10 John Anthony <john@jo.hnanthony.com> (tiny change)
504
505 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
506
2edcd3c7
JL
5072013-10-09 Juri Linkov <juri@jurta.org>
508
509 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
510 instead of this-command-keys. Add universal-argument-more and
511 universal-argument-minus to the list of prefix commands. (Bug#15568)
512
574411d0
GM
5132013-10-09 Glenn Morris <rgm@gnu.org>
514
14afa541
GM
515 * vc/vc-svn.el (vc-svn-create-repo):
516 Expand paths in file://... url. (Bug#15446)
517
574411d0
GM
518 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
519 Add some entries.
520 (authors): Remove unused local variables.
521
79804536
SM
5222013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
523
524 * profiler.el: Create a more coherent calltree from partial backtraces.
525 (profiler-format): Hide the tail with `invisible' so that C-s can still
526 find the hidden elements.
527 (profiler-calltree-depth): Don't recurse so enthusiastically.
528 (profiler-function-equal): New hash-table-test.
529 (profiler-calltree-build-unified): New function.
530 (profiler-calltree-build): Use it.
531 (profiler-report-make-name-part): Indent the calltree less.
532 (profiler-report-mode): Add visibility specs for profiler-format.
533 (profiler-report-expand-entry, profiler-report-toggle-entry):
534 Expand the whole subtree when provided with a prefix arg.
535
238150c8
DG
5362013-10-09 Dmitry Gutov <dgutov@yandex.ru>
537
538 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
539 iuwu-mod token.
540 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
541 hanging iuwu-mod token.
542 (ruby-smie--forward-token): Do not include a dot after a token in
543 that token.
544 (ruby-smie--backward-token): Likewise.
545
b0949cc4
JL
5462013-10-08 Juri Linkov <juri@jurta.org>
547
548 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
549 to isearch-other-control-char.
550 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
551 and isearch-post-command-hook to post-command-hook.
552 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
553 and isearch-post-command-hook from post-command-hook.
554 (isearch-unread-key-sequence)
555 (isearch-reread-key-sequence-naturally)
556 (isearch-lookup-scroll-key, isearch-other-control-char)
557 (isearch-other-meta-char): Remove functions.
558 (isearch-pre-command-hook, isearch-post-command-hook):
559 New functions based on isearch-other-meta-char rewritten
560 relying on the new behavior of overriding-terminal-local-map
561 that does not replace the local keymaps any more. (Bug#15200)
562
4ed77415
EZ
5632013-10-08 Eli Zaretskii <eliz@gnu.org>
564
565 Support menus on text-mode terminals.
566 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
567 functionality.
568
569 * tooltip.el (tooltip-mode): Don't error out on TTYs.
570
c2de5588
DK
571 * menu-bar.el (popup-menu, popup-menu-normalize-position):
572 Move here from mouse.el.
4ed77415
EZ
573 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
574 and arrow keys.
575 (tty-menu-navigation-map): New map for TTY menu navigation.
576
577 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
578
579 * frame.el (display-mouse-p): Report text-mode mouse as available
580 on w32.
581 (display-popup-menus-p): Report availability if mouse is
582 available; don't condition on window-system.
583
584 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
585 (tty-menu-selected-face): New faces.
586
b7d5bd82
TL
5872013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
588
06286513
SM
589 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
590 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
591 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
592 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
593 New constants.
594 (lisp-mode-variables): New `elisp' argument.
595 (emacs-lisp-mode): Use it.
596 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
597 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
598
b7d5bd82
TL
599 * indent.el: Use lexical-binding.
600 (indent-region): Add progress reporter.
601 (tab-stop-list): Make it implicitly extend to infinity by repeating the
602 last step.
603 (indent--next-tab-stop): New function to implement this behavior.
604 (tab-to-tab-stop, move-to-tab-stop): Use it.
605
6062013-10-08 Teemu Likonen <tlikonen@iki.fi>
607
608 * indent.el (indent-rigidly--current-indentation): New function.
609 (indent-rigidly-map): New var.
610 (indent-rigidly): Use it to provide interactive mode (bug#8196).
611
5ea75d23
BG
6122013-10-08 Bastien Guerry <bzg@gnu.org>
613
614 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
615
cc5da1ec
SM
6162013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
617
8ffa1a0b
SM
618 * progmodes/perl-mode.el: Use lexical-binding.
619 Remove redundant :group args.
620 (perl-nochange): Change default to be closer to other major modes's
621 standard behavior.
622 (perl-indent-line): Don't consider text on current line as a
623 valid beginning of function from which to indent.
624
f2223371
SM
625 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
626 with more than one argument (bug#15538).
627
44256060
SM
628 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
629
cc5da1ec
SM
630 * vc/pcvs.el: Use lexical-binding.
631 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
632 environment of `eval'.
633 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
634 than a list of expressions. Adjust callers.
635 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
636
0ea1599d
DG
6372013-10-07 Dmitry Gutov <dgutov@yandex.ru>
638
639 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 640 case of the dot in a chained method call being on the following line.
0ea1599d 641
da3e5ebb
SM
6422013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
643
2abb4e65
SM
644 * electric.el (electric-indent-inhibit): New var.
645 (electric-indent-post-self-insert-function): Use it.
646 * progmodes/python.el (python-mode): Set it.
647
d2e0e795
SM
648 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
649 open braces.
650
651 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
652
bdc6b4c8
SM
653 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
654 (css-mode): Use electric-indent-chars.
655
da3e5ebb
SM
656 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
657 (font-lock-beg, font-lock-end): Move before first use.
658 (nxml-mode): Use syntax-propertize-function.
659 (nxml-after-change, nxml-after-change1): Adjust accordingly.
660 (nxml-extend-after-change-region): Remove.
661 * nxml/xmltok.el: Use lexical-binding.
662 (xmltok-save): Use `declare'.
663 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
664 * nxml/nxml-util.el: Use lexical-binding.
665 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
666 Use `declare'.
667 * nxml/nxml-ns.el: Use lexical-binding.
668 (nxml-ns-save): Use `declare'.
669 (nxml-ns-prefixes-for): Avoid add-to-list.
670 * nxml/rng-match.el: Use lexical-binding.
671 (rng--ipattern): Use cl-defstruct.
672 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
673 (rng-cons-group-after, rng-subst-group-after)
674 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
675 Use closures instead of `(lambda...).
676
f8f91d5d
MA
6772013-10-07 Michael Albinus <michael.albinus@gmx.de>
678
679 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
680 of BEG and END.
681
da3e5ebb
SM
682 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
683 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
684 (tramp-gvfs-handle-insert-file-contents): Remove function.
685
da3e5ebb
SM
686 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
687 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
688
689 * net/trampver.el: Update release number.
690
7ccae3b1
SM
6912013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
692
55ca2c0d
SM
693 * progmodes/compile.el (compilation-parse-errors):
694 Use compilation--put-prop.
695 (compilation--ensure-parse): Check compilation-multiline.
696
731fc3ae
SM
697 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
698
da3e5ebb
SM
699 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
700 lexical-binding.
a5833280 701
2e7ba2c2
SM
702 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
703
7ccae3b1
SM
704 * progmodes/ruby-mode.el: Fix recently added tests.
705 (ruby-smie-grammar): Add - and +.
706 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
707 (ruby-smie--backward-id): New functions.
708 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
709 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
710 any more.
711
85698d63
LL
7122013-10-07 Leo Liu <sdl.web@gmail.com>
713
714 * register.el (register-preview-delay)
715 (register-preview-functions): New variables.
716 (register-read-with-preview, register-preview)
717 (register-describe-oneline): New functions.
718 (point-to-register, window-configuration-to-register)
719 (frame-configuration-to-register, jump-to-register)
720 (number-to-register, view-register, insert-register)
721 (copy-to-register, append-to-register, prepend-to-register)
722 (copy-rectangle-to-register): Use register-read-with-preview to
723 read register. (Bug#15525)
724
3986af6c
DS
7252013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
726
727 * net/network-stream.el (network-stream-open-starttls): Don't add
728 --insecure if it's already present, because that gnutls-cli
729 rejects getting that parameter twice.
730
5cd9cda9
DG
7312013-10-06 Dmitry Gutov <dgutov@yandex.ru>
732
733 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
734 keyword, too.
735
da9ea6d9
DG
7362013-10-05 Dmitry Gutov <dgutov@yandex.ru>
737
738 * newcomment.el (comment-use-global-state): Change default value
739 to t, mark obsolete (Bug#15251).
740 (comment-beginning): In addition to `comment-to-syntax', check the
741 value of `comment-use-global-state'.
742
34d1a133
SM
7432013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
744
745 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
746 (ruby-comment-column): Follow the global default, by default.
747 (ruby-smie-grammar): Add assignment syntax.
748 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
749 open-paren, a comma, or a \.
750 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
751 and line continuations.
752 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
753 followed by implicit semi-colons. Add rule for string concatenation
754 and for indentation at BOB.
755 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
756
757 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
758 calling next-sexp, since next-token may have skipped chars which
759 next-sexp doesn't know should be skipped!
760
6f6ab820
LL
7612013-10-05 Leo Liu <sdl.web@gmail.com>
762
34d1a133
SM
763 * progmodes/octave.el (octave-send-region):
764 Call compilation-forget-errors.
6f6ab820 765
34ca0f4c
XF
7662013-10-04 Xue Fuqiao <xfq.free@gmail.com>
767
768 * vc/vc-svn.el (vc-svn-find-admin-dir):
769 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
770 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
771 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
772 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
773
a27c1b72
SM
7742013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
777
258ab3bc
SM
7782013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * subr.el (read-passwd): Hide chars even when called within a context
781 where after-change-functions is disabled (bug#15501).
782 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
783 until we removed ourself from overriding-terminal-local-map.
784
939fb29c
LL
7852013-10-04 Leo Liu <sdl.web@gmail.com>
786
258ab3bc
SM
787 * progmodes/octave.el (inferior-octave-mode):
788 Call compilation-forget-errors.
939fb29c 789
63bd7f35
XF
7902013-10-04 Xue Fuqiao <xfq.free@gmail.com>
791
792 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
793
9e6229fa
MA
7942013-10-04 Michael Albinus <michael.albinus@gmx.de>
795
796 * net/secrets.el (secrets-create-collection): Add optional
797 argument ALIAS. Use proper Label keyword. Append ALIAS as
798 dbus-call-method argument. (Bug#15516)
799
1dab32a3
LL
8002013-10-04 Leo Liu <sdl.web@gmail.com>
801
802 * progmodes/octave.el (inferior-octave-error-regexp-alist)
803 (inferior-octave-compilation-font-lock-keywords): New variables.
804 (compilation-error-regexp-alist)
805 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
806 (inferior-octave-mode): Use compilation-shell-minor-mode.
807
6cad7ba3
JS
8082013-10-04 Jorgen Schaefer <forcer@forcix.cx>
809
810 * minibuffer.el (completion--replace): Be careful that `end' might be
811 a marker.
812
acbadd00
DU
8132013-10-03 Daiki Ueno <ueno@gnu.org>
814
815 Add support for package signature checking.
816 * emacs-lisp/package.el (url-http-file-exists-p)
817 (epg-make-context, epg-context-set-home-directory)
818 (epg-verify-string, epg-context-result-for)
819 (epg-signature-status, epg-signature-to-string)
820 (epg-check-configuration, epg-configuration)
821 (epg-import-keys-from-file): Declare.
822 (package-check-signature): New user option.
823 (package-unsigned-archives): New user option.
824 (package-desc): Add `signed' field.
825 (package-load-descriptor): Set `signed' field if .signed file exists.
826 (package--archive-file-exists-p): New function.
827 (package--check-signature): New function.
828 (package-install-from-archive): Check package signature.
829 (package--download-one-archive): Check archive signature.
830 (package-delete): Remove .signed file.
831 (package-import-keyring): New command.
832 (package-refresh-contents): Import default keyring.
833 (package-desc-status): Add "unsigned" status.
834 (describe-package-1, package-menu--print-info)
835 (package-menu-mark-delete, package-menu--find-upgrades)
836 (package-menu--status-predicate): Support "unsigned" status.
837
adf2aa61
SM
8382013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
839
840 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
841 the new compilation scheme using the new byte-codes.
842
843 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
844 (byte-pophandler): New byte codes.
845 (byte-goto-ops): Adjust accordingly.
846 (byte-compile--use-old-handlers): New var.
847 (byte-compile-catch): Use new byte codes depending on
848 byte-compile--use-old-handlers.
849 (byte-compile-condition-case--old): Rename from
850 byte-compile-condition-case.
851 (byte-compile-condition-case--new): New function.
852 (byte-compile-condition-case): New function that dispatches depending
853 on byte-compile--use-old-handlers.
854 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
855 when we can.
856
857 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
858 Optimize under `condition-case' and `catch' if
859 byte-compile--use-old-handlers is nil.
860 (disassemble-offset): Handle new bytecodes.
861
328a8179
SM
8622013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
863
864 * subr.el (error): Use `declare'.
865 (decode-char, encode-char): Use advertised-calling-convention instead
866 of the docstring to discourage use of the `restriction' arg.
867
15a1e936
DU
8682013-10-03 Daiki Ueno <ueno@gnu.org>
869
870 * epg.el (epg-verify-file): Add a comment saying that it does not
871 notify verification error as a return value nor a signal.
872 (epg-verify-string): Ditto.
873
376f862a
KR
8742013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
875
876 * progmodes/compile.el (compilation-start): Try globbing the arg to
877 `cd' (bug#15417).
878
a2f93a5f
MA
8792013-10-02 Michael Albinus <michael.albinus@gmx.de>
880
881 Sync with Tramp 2.2.8.
882
883 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
884 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
885 * net/trampver.el: Update release number.
886
0daa0804
JD
8872013-10-01 Jan Djärv <jan.h.d@swipnet.se>
888
889 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
890 and default-process-coding-system for darwin only.
891
abd1ae34
SM
8922013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
893
894 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
895
be4e325d
MH
8962013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
897
898 * vc/vc-git.el (vc-git-grep): Disable pager.
899
e9155c4a
DG
9002013-10-01 Dmitry Gutov <dgutov@yandex.ru>
901
494e898b
DG
902 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
903 Use :url instead of :homepage, as per
904 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
905
e9155c4a
DG
906 * newcomment.el (comment-beginning): When `comment-use-syntax' is
907 non-nil, use `syntax-ppss' (Bug#15251).
908
481a8e0f
RS
9092013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
910
be4e325d
MH
911 * progmodes/octave.el (inferior-octave-startup-file):
912 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 913
056453c6
DG
9142013-09-29 Dmitry Gutov <dgutov@yandex.ru>
915
be4e325d
MH
916 * emacs-lisp/package.el (package-desc-from-define):
917 Accept additional arguments as plist, convert them to an alist and store
918 them in the `extras' slot.
056453c6
DG
919 (package-generate-description-file): Convert extras alist back to
920 plist and append to the `define-package' form arguments.
921 (package--alist-to-plist): New function.
922 (package--ac-desc): Add `extras' slot.
923 (package--add-to-archive-contents): Check if the archive-contents
924 vector is long enough, and if it is, pass its `extras' slot value
925 to `package-desc-create'.
926 (package-buffer-info): Call `lm-homepage', pass the returned value
927 to `package-desc-from-define'.
928 (describe-package-1): Render the homepage button (Bug#13291).
929
be4e325d
MH
930 * emacs-lisp/package-x.el (package-upload-buffer-internal):
931 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 932
832966e5
JD
9332013-09-29 Jan Djärv <jan.h.d@swipnet.se>
934
935 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
936 and default-process-coding-system to utf-8-unix (Bug#15402).
937
6cfe977d
XF
9382013-09-29 Xue Fuqiao <xfq.free@gmail.com>
939
940 * subr.el (looking-back): Do not recommend using looking-back.
941
38de11bd
AM
9422013-09-28 Alan Mackenzie <acm@muc.de>
943
944 Fix indentation/fontification of Java enum with "implements".
945
946 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
947 regexp which matches "implements", etc., in Java.
948 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
949 specifier clauses coming after "enum".
950 * progmodes/cc-fonts.el (c-font-lock-declarations)
951 (c-font-lock-enum-tail): Check for extra specifier clauses coming
952 after "enum".
953
1610938f
JD
9542013-09-28 Jan Djärv <jan.h.d@swipnet.se>
955
956 * faces.el (region): Change ns_selection_color to
957 ns_selection_fg_color, add ns_selection_bg_color.
958
e090f499
LL
9592013-09-28 Leo Liu <sdl.web@gmail.com>
960
4d2e94d1
LL
961 * progmodes/octave.el (inferior-octave-completion-table)
962 (inferior-octave-completion-at-point): Minor tweaks.
963
e090f499
LL
964 * textmodes/ispell.el (ispell-lookup-words): Rename from
965 lookup-words. (Bug#15460)
966 (lookup-words): Obsolete.
967 (ispell-complete-word, ispell-command-loop): All uses changed.
968
7e138a62
RS
9692013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
970
971 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
972 (octave-mode-menu): Add octave-send-buffer.
973 (octave-send-buffer): New function.
974
5af5ed08
RS
9752013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
976
977 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
978 octave-lookfor.
979 (octave-mode-menu): Add octave-lookfor.
980 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
981 octave-lookfor.
982 (octave-lookfor): New function.
983
3b7b2692
SM
9842013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * emacs-lisp/cl-macs.el:
987 (cl--loop-destr-temps): Remove.
988 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
989 its convention.
990 (cl--loop-set-iterator-function): New function.
991 (cl-loop): Adjust accordingly, so as not to use cl-subst.
992 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
993 Bind `it' with `let' instead of substituting it with `cl-subst'.
994 (cl--unused-var-p): New function.
995 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
996 Eliminate some unused variable warnings (bug#15326).
997
529fb53f
TH
9982013-09-27 Tassilo Horn <tsdh@gnu.org>
999
1000 * doc-view.el (doc-view-scale-reset): Rename from
1001 `doc-view-reset-zoom-level'.
1002 (doc-view-scale-adjust): New command.
1003 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
1004 `doc-view-scale-adjust'.
1005
0550c95a
TH
10062013-09-26 Tassilo Horn <tsdh@gnu.org>
1007
1008 * doc-view.el (doc-view-reset-zoom-level): New command.
1009 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
1010 zoom commands (bug#15466).
1011
6950f152
KH
10122013-09-26 Kenichi Handa <handa@gnu.org>
1013
1014 * international/quail.el (quail-help): Make it not a command.
1015
39587580
LL
10162013-09-26 Leo Liu <sdl.web@gmail.com>
1017
1018 * minibuffer.el (completion-all-sorted-completions): Make args
1019 optional as they are.
1020
00578659
DC
10212013-09-25 Daniel Colascione <dancol@dancol.org>
1022
1023 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
1024 specs are and that they're not evaluated.
1025
0c173878
SS
10262013-09-24 Sam Steingold <sds@gnu.org>
1027
1028 * midnight.el (clean-buffer-list-kill-regexps)
1029 (clean-buffer-list-kill-buffer-names): Update for the new Man
1030 buffer naming which includes the object name.
1031
84998447
SM
10322013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
1033
1034 * eshell/esh-cmd.el (eshell--sep-terms): New var.
1035 (eshell-parse-command, eshell-parse-pipeline): Use it since
1036 eshell-separate-commands requires a dynamic scoped var.
1037 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
1038
33215353
LL
10392013-09-23 Leo Liu <sdl.web@gmail.com>
1040
1041 * autoinsert.el (auto-insert-alist): Make the value of
1042 lexical-binding match its file setting.
1043
57b16162
JB
10442013-09-23 Juanma Barranquero <lekktu@gmail.com>
1045
c8af4e67
JB
1046 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
1047
57b16162
JB
1048 * autoarg.el (autoarg-kp-digit-argument):
1049 * electric.el (Electric-command-loop):
1050 * kmacro.el (kmacro-step-edit-insert):
1051 Do not set universal-argument-num-events.
1052
7186ba60
LL
10532013-09-22 Leo Liu <sdl.web@gmail.com>
1054
1055 * files.el (interpreter-mode-alist): Add octave.
1056
ece15004
AM
10572013-09-21 Alan Mackenzie <acm@muc.de>
1058
1059 C++: fontify identifier in declaration following "public:" correctly.
1060 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
1061 to match "public", etc.
1062 (c-decl-prefix-re): Add ":" into the C++ value.
1063 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
1064 bit. Add a check for a ":" preceded by "public", etc.
1065
75d83e22
EZ
10662013-09-21 Eli Zaretskii <eliz@gnu.org>
1067
1068 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
1069 recognized by GDB 7.5 and later.
1070
d052d3bd
XF
10712013-09-21 Xue Fuqiao <xfq.free@gmail.com>
1072
1073 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
1074
31dca772
R
10752013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
1076
1077 * subr.el (internal--call-interactively): New const.
1078 (called-interactively-p): Use it (bug#3984).
1079
98ccf24e
XF
10802013-09-20 Xue Fuqiao <xfq.free@gmail.com>
1081
1082 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
1083 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
1084 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 1085
c39cc7d1
SM
10862013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
1087
1088 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
1089 (eshell-ls-orig-insert-directory): Remove.
1090 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
1091 (eshell-ls-use-in-dired): Use advice-add/remove.
1092 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
1093 Add `orig-fun' arg for use in :around advice.
1094 Make it check (redundantly) eshell-ls-use-in-dired.
1095
9a0289a2
GM
10962013-09-19 Glenn Morris <rgm@gnu.org>
1097
a2c501b8
GM
1098 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
1099
c440407a
GM
1100 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
1101
9a0289a2
GM
1102 * emacs-lisp/eieio.el (class-parent): Undo previous change.
1103
85e05915
MA
11042013-09-19 Michael Albinus <michael.albinus@gmx.de>
1105
1106 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
1107 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
1108 (tramp-get-remote-python): New defuns.
1109 (tramp-get-remote-uid-with-perl)
1110 (tramp-get-remote-gid-with-perl): New defuns. Perl code
1111 contributed by yary <not.com@gmail.com> (tiny change).
1112 (tramp-get-remote-uid-with-python)
1113 (tramp-get-remote-gid-with-python): New defuns. Python code
1114 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
1115 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
1116
ce503312
GM
11172013-09-19 Glenn Morris <rgm@gnu.org>
1118
f7544773
GM
1119 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
1120
72fd2877
GM
1121 * eshell/em-unix.el (eshell-remove-entries):
1122 Rename argument to avoid name-clash with global `top-level'.
1123
336b5a56
GM
1124 * eshell/esh-proc.el (eshell-kill-process-function):
1125 Remove eshell-reset-after-proc from eshell-kill-hook if present.
1126 (eshell-reset-after-proc): Remove unused arg `proc'.
1127
57a3a53d
GM
1128 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
1129 (directory-files-and-attributes): Mark unused arg.
1130
3261d4af
GM
1131 * eshell/em-unix.el (eshell-remove-entries):
1132 Remove unused arg `path'. Update callers.
1133
8e51b5d0
GM
1134 * eshell/em-hist.el (eshell-hist-parse-arguments):
1135 Remove unused arg `silent'. Update callers.
1136
ce503312
GM
1137 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
1138 Fix (f)boundp mix-up.
1139
1140 * eshell/em-smart.el (eshell-smart-scroll-window)
1141 (eshell-disable-after-change):
336b5a56 1142 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 1143
ee3ce8a7
AM
11442013-09-18 Alan Mackenzie <acm@muc.de>
1145
1146 Fix fontification of type when followed by "const".
1147 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
1148 "known" types from fontification.
1149
ec9177ba
GM
11502013-09-18 Glenn Morris <rgm@gnu.org>
1151
7bb3e768
GM
1152 * emacs-lisp/chart.el (x-display-color-cells): Declare.
1153 (chart-face-list): Drop Emacsen without display-color-p.
1154
5148da15
GM
1155 * net/eww.el (libxml-parse-html-region): Declare.
1156 (eww-display-html): Explicit error if no libxml2 support.
1157
2f68e157
GM
1158 * doc-view.el (doc-view-mode): Silence --without-x compilation.
1159
9019d095
GM
1160 * image.el (image-type-from-buffer, image-multi-frame-p):
1161 Remove --without-x warning/error.
67645389 1162
5f30349b 1163 * mouse.el (mouse-yank-primary):
45069b2e 1164 * term.el (term-mouse-paste):
5f30349b
GM
1165 Reorder to silence --without-x compilation.
1166
cd8edbbe
GM
1167 * mpc.el (doc-view-mode): Silence --without-x compilation.
1168
8a78544e
GM
1169 * mail/rmailmm.el (rmail-mime-set-bulk-data):
1170 Silence --without-x compilation.
1171
12679bfd
GM
1172 * progmodes/gud.el (gud-find-file, gud-mode):
1173 Silence --without-x compilation.
1174 (tooltip-mode): Declare.
30810a05 1175
f0047cb9
GM
1176 * wdired.el (dired-backup-overwrite): Remove declaration.
1177 (wdired-mode-map): Add doc string.
1178
e740f9d2
GM
1179 * custom.el (x-get-resource): Declare.
1180
92d77c89
GM
1181 * eshell/em-glob.el (ange-cache):
1182 * eshell/em-unix.el (ange-cache): Declare.
1183
76e69577
GM
1184 * faces.el (x-display-list, x-open-connection, x-get-resource):
1185 Declare.
7e58af4b
GM
1186
1187 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
1188 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
1189 Declare.
76e69577 1190
4bd4c0af 1191 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 1192
ffb82dbd
GM
1193 * net/gnutls.el (gnutls-log-level): Declare.
1194
986ed135
GM
1195 * net/shr.el (image-size, image-animate): Declare.
1196
e740f9d2
GM
1197 * simple.el (font-info): Declare.
1198
d2f3e9f8
GM
1199 * subr.el (x-popup-dialog): Declare.
1200
047a1a4c
GM
1201 * term/common-win.el (x-select-enable-primary)
1202 (x-last-selected-text-primary, x-last-selected-text-clipboard):
1203 Declare.
1204
f4a1d572
GM
1205 * term/ns-win.el (x-handle-args): Declare.
1206
e843de77
GM
1207 * term/x-win.el (x-select-enable-clipboard): Declare.
1208
5fa89513
GM
1209 * term/w32-win.el (create-default-fontset): Declare.
1210
38702b5b
GM
1211 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
1212 Declare.
1213
e740f9d2
GM
1214 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
1215 (fit-frame-to-buffer): Explicit error if --without-x.
1216 (mouse-autoselect-window-select): Silence compiler.
1217
49a053fc
GM
1218 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
1219
1220 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
1221 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
1222 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 1223 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
1224 Remove unused local variables.
1225
1226 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
1227
ec9177ba
GM
1228 * textmodes/two-column.el: Make 2C-split work for --without-x.
1229 (scroll-bar-columns): Autoload.
1230 (top-level): Require fringe when compiling.
1231
9f25cb77
LL
12322013-09-18 Leo Liu <sdl.web@gmail.com>
1233
1234 * subr.el (add-hook): Robustify to handle closure as well.
1235
2b42da98
GM
12362013-09-17 Glenn Morris <rgm@gnu.org>
1237
1238 * simple.el (messages-buffer-mode-map): Unbind "g".
1239
e8b66a6a
SM
12402013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1241
9c0ad4f7
SM
1242 * help-mode.el (help-mode-finish): Use derived-mode-p.
1243 Remove obsolete highlighting.
1244
7a806dfb
SM
1245 * play/life.el (life-mode): Use define-derived-mode. Derive from
1246 special-mode.
1247 (life): Let-bind inhibit-read-only.
1248 (life-setup): Avoid `setq'. Use `life-mode'.
1249
96dbf5a8
SM
1250 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
1251 which should not be needed any more.
1252 (package-menu-refresh, package-menu-describe-package): Use user-error.
1253
e8b66a6a
SM
1254 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
1255 (eshell-post-rewrite-command-hook): Make obsolete.
1256 (eshell-parse-command): Simplify.
1257 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
1258 (eshell--cmd): Declare.
1259 (eshell-parse-pipeline): Remove unused var `final-p'.
1260 Pass a dynvar to eshell-post-rewrite-command-hook.
1261 Implement the new eshell-post-rewrite-command-function.
1262 (eshell-invoke-directly): Remove unused arg `input'.
1263 * eshell/esh-io.el (eshell-io-initialize):
1264 Use eshell-post-rewrite-command-function (bug#15399).
1265 (eshell--apply-redirections): Rename from eshell-apply-redirections;
1266 adjust to new calling convention.
1267 (eshell-create-handles): Rename args to avoid clashing with dynvar
1268 `standard-output'.
1269
90582f05
GM
12702013-09-17 Glenn Morris <rgm@gnu.org>
1271
1272 * simple.el (messages-buffer-mode): New major mode.
1273 (messages-buffer): New function.
1274 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
1275 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 1276 (ert-run-test): Use `messages-buffer' function.
90582f05 1277 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
1278 * help.el (view-echo-area-messages): Use `messages-buffer' function.
1279 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 1280
39eb0cb5 12812013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
1282
1283 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
1284
1f1e06e2
SM
1285 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
1286
70568a90
SM
12872013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
1288
504a0381
SM
1289 * icomplete.el (icomplete-in-buffer): New var.
1290 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
1291 vars and replace them with functions.
1292 (icomplete-minibuffer-setup): Adjust accordingly.
1293 (icomplete--completion-table, icomplete--completion-predicate)
1294 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
1295 New functions.
1296 (icomplete-forward-completions, icomplete-backward-completions)
1297 (icomplete-simple-completing-p, icomplete-exhibit)
1298 (icomplete-completions): Use them.
1299 (icomplete--in-region-buffer): New var.
1300 (icomplete--in-region-setup): New function.
1301 (icomplete-mode): Use it.
1302
70568a90
SM
1303 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
1304 (bug#15379).
1305 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
1306 return args and options.
1307 (eshell-eval-using-options): Use the new return value of
1308 eshell--do-opts to set the options's vars in their scope.
1309 (eshell--set-option): Rename from eshell-set-option.
1310 Add arg `opt-vals'.
1311 (eshell--process-option): Rename from eshell-process-option.
1312 Add arg `opt-vals'.
1313 (eshell--process-args): Use an `opt-vals' alist to store the options's
1314 values during their processing and return them additionally to the
1315 remaining args.
1316
578c21bc
DG
13172013-09-15 Dmitry Gutov <dgutov@yandex.ru>
1318
1319 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
1320 continuation character an operator, as far as indentation is
1321 concerned (Bug#15369).
1322
c089653d
MR
13232013-09-15 Martin Rudalics <rudalics@gmx.at>
1324
1325 * window.el (window--state-put-2): Don't process buffer state
1326 when buffer doesn't exist any more (Bug#15382).
1327
1e53bb4b
GM
13282013-09-15 Glenn Morris <rgm@gnu.org>
1329
30753242
GM
1330 * eshell/em-unix.el (eshell/rm):
1331 Make -f ignore missing files. (Bug#15373)
1332
1e53bb4b
GM
1333 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
1334 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
1335 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
1336
0d8863b3
GM
13372013-09-14 Glenn Morris <rgm@gnu.org>
1338
1339 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
1340
d3fc6549
GM
13412013-09-13 Glenn Morris <rgm@gnu.org>
1342
1343 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
1344 (dired-guess-default): Make `file' available in the env. (Bug#15363)
1345
fcd42c11
DA
13462013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
1347
1348 * frame.el (x-focus-frame): Mark as declared in frame.c.
1349
7830899f
SM
13502013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * ls-lisp.el: Use advice-add.
1353 (original-insert-directory): Remove.
1354 (ls-lisp--insert-directory): Rename from insert-directory; add
1355 `orig-fun' argument.
1356 (insert-directory): Advise.
1357
84387cd2
EZ
13582013-09-13 Eli Zaretskii <eliz@gnu.org>
1359
1360 * term.el (term-emulate-terminal): Decode the command string
1361 before passing it to term-command-hook. (Bug#15337)
1362
35ffc6ba
GM
13632013-09-13 Glenn Morris <rgm@gnu.org>
1364
5c3f9bcc
GM
1365 * eshell/esh-util.el (ange-cache): Move declaration earlier.
1366
2ada368a
GM
1367 * eshell/esh-ext.el (eshell-search-path): Declare.
1368
fcef2e13
GM
1369 * eshell/em-prompt.el (eshell/pwd): Autoload it.
1370 Otherwise an error occurs if eshell-dirs module not loaded.
1371
35ffc6ba
GM
1372 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
1373
35c3d36e
MA
13742013-09-13 Michael Albinus <michael.albinus@gmx.de>
1375
1376 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
1377 `tramp-check-proper-host'. Check for a valid method name.
1378
1379 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1380 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
1381 * net/tramp-sh.el (tramp-maybe-open-connection):
1382 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
1383
1384 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
1385 also for hash values.
1386
ae5e4c48
SM
13872013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1388
379add74
SM
1389 * term/ns-win.el (parameters): Don't declare as dynamic.
1390 (before-make-frame-hook): Don't add ineffective function.
1391
ae5e4c48
SM
1392 * eshell/*.el: Use lexical-binding (bug#15231).
1393
b5623270
KH
13942013-09-12 Kenichi Handa <handa@gnu.org>
1395
ae5e4c48 1396 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 1397
30213927
GM
13982013-09-12 Glenn Morris <rgm@gnu.org>
1399
be94d713 1400 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 1401 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 1402
44915370
GM
1403 * subr.el (do-after-load-evaluation): Also give compiler warnings
1404 when obsolete files are used (except by obsolete files).
1405
a6ae021f
GM
1406 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
1407 in the status output, assume `filename' is the first. (Bug#15322)
1408
40e64f0c
GM
1409 * vc/vc.el (vc-deduce-fileset): Doc fix.
1410
16d9f896
GM
1411 * calc/calc-help.el (Info-goto-node):
1412 * progmodes/cperl-mode.el (Info-find-node):
1413 * vc/ediff.el (Info-goto-node): Update declarations.
1414
dea01c6e
GM
1415 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
1416
759880bf 1417 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
1418 (vc-bzr-pull): Require vc-dispatcher.
1419 * vc/vc-git.el (vc-compilation-mode): Declare.
1420 (vc-git-pull): Require vc-dispatcher.
1421
08d66420
GM
1422 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
1423
30b626e9
GM
1424 * progmodes/octave.el (help-button-action): Declare.
1425
8c05cb10
GM
1426 * shell.el (shell-directory-tracker): Output error as a message
1427 rather than just returning it as a string.
1428 (shell-process-pushd): Remove useless use of message.
1429
30213927
GM
1430 * dframe.el (dframe-timer-fn):
1431 * files.el (dir-locals-read-from-file):
1432 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
1433 (mpc-format):
1434 * reveal.el (reveal-post-command):
1435 * saveplace.el (load-save-place-alist-from-file):
1436 * shell.el (shell-resync-dirs):
1437 * w32-common-fns.el (x-get-selection-value):
1438 * emacs-lisp/copyright.el (copyright-find-copyright):
1439 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1440 * emulation/tpu-edt.el (tpu-copy-keyfile):
1441 * play/bubbles.el (bubbles--mark-neighbourhood):
1442 * progmodes/executable.el
1443 (executable-make-buffer-file-executable-if-script-p):
1444 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
1445
d3b049e6
SM
14462013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1447
170266d0
SM
1448 Cleanup Eshell to rely less on dynamic scoping.
1449 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
1450 last-value, and ext-command here. Bind `args' closer to `body'.
1451 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
1452 (eshell--args): Declare new dynamic var.
1453 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
1454 last-value, and ext-command. Pass `args' to `body'.
1455 (eshell-process-args): Bind eshell--args.
1456 (eshell-set-option): Use eshell--args.
1457 * eshell/eshell.el (eshell): Use derived-mode-p.
1458 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
1459 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
1460 (eshell-glob-function): Declare.
1461 * eshell/esh-util.el: Require cl-lib.
1462 (eshell-read-hosts-file): Avoid add-to-list.
1463 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
1464 `err'.
1465 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
1466 Declare.
1467 (eshell/diff): Remove unused var `err'.
1468 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
1469 `killflag'.
1470 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
1471 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
1472 first use.
1473 * eshell/em-glob.el (eshell-glob-matches, message-shown):
1474 Move declaration before first use.
1475 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
1476 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
1477 rely on cl-return.
1478
56834f3b
GM
14792013-09-12 Glenn Morris <rgm@gnu.org>
1480
1481 * term/ns-win.el (global-map): Remove binding for ispell-next,
1482 deleted 1999-05-29. (Bug#15357)
1483
5c91a2b8
GM
14842013-09-11 Glenn Morris <rgm@gnu.org>
1485
da712f22
GM
1486 * echistory.el (electric-command-history): Remove call to deleted func.
1487
512e4cdc
GM
1488 * play/landmark.el (landmark-mode): Fix typos.
1489
d3506ca5
GM
1490 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
1491 Check cvs-sort-ignore-file is bound.
1492
5c91a2b8
GM
1493 * savehist.el: No need for cl when compiling on Emacs.
1494
feeff482
SM
14952013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1496
656bd483
SM
1497 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
1498 (bug#15338).
d3b049e6
SM
1499 (eshell-self-insert-command, eshell-send-invisible):
1500 Remove unused argument.
656bd483
SM
1501 (eshell-handle-control-codes): Remove unused var `orig'.
1502 Avoid delete-backward-char.
1503
feeff482
SM
1504 * files.el (set-auto-mode): Simplify a bit further.
1505
2a08047a
GM
15062013-09-11 Glenn Morris <rgm@gnu.org>
1507
1508 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
1509 (set-auto-mode): Don't regexp-quote elements.
1510 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
1511 * progmodes/cc-mode.el (interpreter-mode-alist):
1512 * progmodes/ruby-mode.el (interpreter-mode-alist):
1513 Revert previous change.
1514
34675540
SM
15152013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
1516
1b3b87df
SM
1517 * play/snake.el (snake-mode):
1518 * play/mpuz.el (mpuz-mode):
1519 * play/landmark.el (lm-mode):
1520 * play/blackbox.el (blackbox-mode):
1521 * play/5x5.el (5x5-mode):
1522 * obsolete/options.el (Edit-options-mode):
1523 * net/quickurl.el (quickurl-list-mode):
1524 * net/newst-treeview.el (newsticker-treeview-mode):
1525 * mail/rmailsum.el (rmail-summary-mode):
1526 * mail/mspools.el (mspools-mode):
1527 * locate.el (locate-mode):
1528 * ibuffer.el (ibuffer-mode):
1529 * emulation/ws-mode.el (wordstar-mode):
1530 * emacs-lisp/debug.el (debugger-mode):
1531 * array.el (array-mode):
1532 * net/eudc.el (eudc-mode): Use define-derived-mode.
1533 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
1534 Move initialization into declaration.
1535 (mairix-searches-mode): Use define-derived-mode.
1536 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
1537 (eudc-edit-hotlist): Use dolist.
1538 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
1539 (Man-mode): Use define-derived-mode.
1540 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
1541 (Info-edit-mode): Use define-derived-mode.
1542 (Info-cease-edit): Use Info-mode.
1543 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
1544 into declaration.
1545 (eshell-mode): Use define-derived-mode.
1546 * chistory.el (command-history-mode-map): Rename from
1547 command-history-map.
1548 (command-history-mode): Use define-derived-mode.
da712f22 1549 (Command-history-setup): Remove function.
1b3b87df
SM
1550 * calc/calc.el (calc-trail-mode-map): New var.
1551 (calc-trail-mode): Use define-derived-mode.
1552 (calc-trail-buffer): Set calc-main-buffer manually.
1553 * bookmark.el (bookmark-insert-annotation): New function.
1554 (bookmark-edit-annotation): Use it.
1555 (bookmark-edit-annotation-mode): Make it a proper major mode.
1556 (bookmark-send-edited-annotation): Use derived-mode-p.
1557 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
1558 closer to its ideal place. Use \' to match EOS.
1559
34675540
SM
1560 * profiler.el (profiler-calltree-find): Use function-equal.
1561
6a5c15d9
GM
15622013-09-10 Glenn Morris <rgm@gnu.org>
1563
1af4c220
GM
1564 * files.el (interpreter-mode-alist): Convert to regexps.
1565 (set-auto-mode): Adapt for this. (Bug#15306)
1566 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
1567 Comment out unused variable.
1568 * progmodes/cc-mode.el (interpreter-mode-alist):
1569 * progmodes/python.el (interpreter-mode-alist):
1570 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
1571 * progmodes/sh-script.el (sh-set-shell):
1572 No longer use interpreter-mode-alist to get list of shells.
1573
6a5c15d9
GM
1574 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
1575
8c27f5ff
SM
15762013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1577
02ef6c1a 1578 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 1579 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
1580 Bind switch-frame explicitly. Replace universal-argument-minus with
1581 a conditional binding.
1582 (universal-argument-num-events, saved-overriding-map): Remove.
1583 (restore-overriding-map): Remove.
1584 (universal-argument--mode): Rename from save&set-overriding-map,
1585 and rewrite.
1586 (universal-argument, universal-argument-more, negative-argument)
1587 (digit-argument): Adjust accordingly.
1588 (universal-argument-minus): Remove.
1589 (universal-argument-other-key): Remove.
1590
8c27f5ff
SM
1591 * subr.el (with-demoted-errors): Add `format' argument.
1592
6480194c
MA
15932013-09-10 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
1596 `tramp-cleanup-connection'.
1597
1598 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
1599 parameters KEEP-DEBUG and KEEP-PASSWORD.
1600
1601 * net/tramp.el (tramp-file-name-handler):
1602 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
1603 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
1604 (tramp-maybe-open-connection):
8c27f5ff
SM
1605 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
1606 Use `tramp-cleanup-connection'.
6480194c 1607
8c27f5ff
SM
1608 * net/tramp-sh.el (tramp-maybe-open-connection):
1609 Catch 'uname-changed inside the progress reporter.
6480194c 1610
e5e916d8
GM
16112013-09-10 Glenn Morris <rgm@gnu.org>
1612
9a2c9b47
GM
1613 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
1614
e5e916d8
GM
1615 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
1616 returns "alternate access method" in mode (eg "-rw-r--r--.").
1617
144e38fe
GM
16182013-09-08 Glenn Morris <rgm@gnu.org>
1619
1620 * saveplace.el (load-save-place-alist-from-file):
1621 Demote errors. (Bug#15305)
1622
af9ff9e8
MA
16232013-09-08 Michael Albinus <michael.albinus@gmx.de>
1624
1625 Improve compatibility with older Emacsen, and XEmacs.
1626
1627 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
1628 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
1629 (with-tramp-progress-reporter): Do not let-bind `result'.
1630 This yields to scoping errors in XEmacs.
af9ff9e8
MA
1631 (tramp-handle-make-auto-save-file-name): New function, moved from
1632 tramp-sh.el.
1633
1634 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
1635 for `make-auto-save-file-name'.
8c27f5ff
SM
1636 (tramp-adb--gnu-switches-to-ash):
1637 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
1638
1639 * net/tramp-cache.el (tramp-cache-print): Call
1640 `substring-no-properties' only if it is bound. It isn't for XEmacs.
1641
1642 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
1643 bound. It isn't for XEmacs.
1644
8c27f5ff
SM
1645 * net/tramp-compat.el (tramp-compat-copy-file):
1646 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
1647 (tramp-compat-replace-regexp-in-string): New defun.
1648
1649 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
1650 for `make-auto-save-file-name'.
1651 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
1652 `copy-file'.
1653 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
1654 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
1655 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
1656
8c27f5ff
SM
1657 * net/tramp-gw.el (tramp-gw-open-network-stream):
1658 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 1659
8c27f5ff
SM
1660 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1661 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
1662 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
1663 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
1664 (tramp-sh-file-inotifywait-process-filter):
1665 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
1666 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
1667
1668 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
1669 for `make-auto-save-file-name'.
8c27f5ff
SM
1670 (tramp-smb-handle-copy-directory):
1671 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
1672 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
1673 (tramp-smb-handle-copy-file): Improve error message.
1674 (tramp-smb-handle-rename-file): Rename directly only in case
1675 `newname' does not exist yet. This is a restriction of smbclient.
1676 (tramp-smb-maybe-open-connection): Rerun the function only when
1677 `auth-sources' is non-nil.
1678
0ca754d0
KH
16792013-09-08 Kenichi Handa <handa@gnu.org>
1680
1681 * international/characters.el: Set category "^" (Combining) for
1682 more characters.
1683
e8dd0787
AM
16842013-09-07 Alan Mackenzie <acm@muc.de>
1685
1686 Correctly fontify Java class constructors.
1687 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
1688 in Java Mode.
1689 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
1690 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
1691 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
1692 "typeless" declaration there.
1693
f2f248e7
RW
16942013-09-07 Roland Winkler <winkler@gnu.org>
1695
1696 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
1697 field subtitle for entry type book.
1698
67982e2b
SM
16992013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * minibuffer.el: Make minibuffer-complete call completion-in-region
1702 rather than other way around.
1703 (completion--some, completion-pcm--find-all-completions):
1704 Don't delay signals when debugging.
1705 (minibuffer-completion-contents): Beware fields within the
1706 minibuffer contents.
1707 (completion-all-sorted-completions): Use defvar-local.
1708 (completion--do-completion, completion--cache-all-sorted-completions)
1709 (completion-all-sorted-completions, minibuffer-force-complete):
1710 Add args `beg' and `end'.
1711 (completion--in-region-1): New fun, extracted from minibuffer-complete.
1712 (minibuffer-complete): Use completion-in-region.
1713 (completion-complete-and-exit): New fun, extracted from
1714 minibuffer-complete-and-exit.
1715 (minibuffer-complete-and-exit): Use it.
1716 (completion--complete-and-exit): Rename from
1717 minibuffer--complete-and-exit.
1718 (completion-in-region--single-word): New function, extracted from
1719 minibuffer-complete-word.
1720 (minibuffer-complete-word): Use it.
1721 (display-completion-list): Make `common-substring' argument obsolete.
1722 (completion--in-region): Call completion--in-region-1 instead of
1723 minibuffer-complete.
1724 (completion-help-at-point): Pass boundaries to
1725 minibuffer-completion-help as args rather than via an overlay.
1726 (completion-pcm--string->pattern): Use `any-delim'.
1727 (completion-pcm--optimize-pattern): New function.
1728 (completion-pcm--pattern->regex): Handle `any-delim'.
1729 * icomplete.el (icomplete-forward-completions)
1730 (icomplete-backward-completions, icomplete-completions):
1731 Adjust calls to completion-all-sorted-completions and
1732 completion--cache-all-sorted-completions.
1733 (icomplete-with-completion-tables): Default to t.
1734 * emacs-lisp/crm.el (crm--current-element): Rename from
1735 crm--select-current-element. Don't put an overlay but return the
1736 boundaries instead.
1737 (crm--completion-command): Take two new args to bind to the boundaries.
1738 (crm-completion-help): Adjust accordingly.
1739 (crm-complete): Use completion-in-region.
1740 (crm-complete-word): Use completion-in-region--single-word.
1741 (crm-complete-and-exit): Use completion-complete-and-exit.
1742
e17d94a5
SM
17432013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
1746 than dynamically.
1747
96727100
JL
17482013-09-06 Juri Linkov <juri@jurta.org>
1749
1750 * info.el (Info-display-images-node): When image file doesn't exist
1751 display text version of the image if it's provided in the Info file.
1752 Otherwise, display the location of missing image from SRC attribute.
1753 Add help-echo text property from ALT attribute. (Bug#15279)
1754
86cf7329
SM
17552013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
1756
1757 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
1758 (edit-abbrevs-mode): Use define-derived-mode.
1759
1760 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
1761 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
1762 that it's defined.
1763 (epa-key-list-mode, epa-key-mode, epa-info-mode):
1764 Use define-derived-mode.
1765
1766 * epg.el (epg-start-encrypt): Minor CSE simplification.
1767
816244a2
WX
17682013-09-06 William Xu <william.xwl@gmail.com>
1769
1770 * arc-mode.el: Add support for 7za (bug#15264).
1771 (archive-7z-program): New var.
1772 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
1773 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
1774 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
1775
1486fa31
MA
17762013-09-06 Michael Albinus <michael.albinus@gmx.de>
1777
1778 Remove URL syntax.
1779
1780 * net/tramp.el (tramp-syntax, tramp-prefix-format)
1781 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
1782 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
1783 (tramp-postfix-host-format, tramp-file-name-regexp)
1784 (tramp-completion-file-name-regexp)
1785 (tramp-completion-dissect-file-name)
1786 (tramp-handle-substitute-in-file-name): Remove 'url case.
1787 (tramp-file-name-regexp-url)
1788 (tramp-completion-file-name-regexp-url): Remove constants.
1789
39785324
GM
17902013-09-06 Glenn Morris <rgm@gnu.org>
1791
1792 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
1793
1f896cb7
DG
17942013-09-05 Dmitry Gutov <dgutov@yandex.ru>
1795
1796 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
1797 keywords" below "here-doc beginnings" (Bug#15270).
1798
c0458e0b
SM
17992013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * subr.el (pop): Use `car-safe'.
1802 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
1803 to detect unused `pop' return value.
1804
1805 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
1806 var `block-regexp'.
1807 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
1808 (python-fill-string): Remove unused var `marker'.
1809 (python-skeleton-add-menu-items): Remove unused var `items'.
1810
1811 * international/mule-cmds.el: Require CL.
1812 (find-coding-systems-for-charsets): Avoid add-to-list.
1813 (sanitize-coding-system-list): New function, extracted from
1814 select-safe-coding-system-interactively.
1815 (select-safe-coding-system-interactively): Use it.
1816 (read-input-method-name): Accept symbols for `default'.
1817
1818 * emacs-lisp/advice.el (defadvice): Add indent rule.
1819
6c42fc3e
DH
18202013-09-05 Daniel Hackney <dan@haxney.org>
1821
1822 * dired-x.el:
1823 * net/ange-ftp.el:
1824 * net/browse-url.el:
1825 * net/dbus.el:
1826 * net/eudc.el:
1827 * net/eudcb-ldap.el:
1828 * net/eww.el:
1829 * net/imap.el:
1830 * printing.el:
1831 * vc/ediff-diff.el:
1832 * vc/ediff-init.el:
1833 * vc/ediff-merg.el:
1834 * vc/ediff-mult.el:
1835 * vc/ediff-util.el:
1836 * vc/ediff-wind.el:
1837 * vc/ediff.el:
1838 * vc/emerge.el:
1839 * vc/pcvs.el:
1840 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
1841 byte compiler. Remove some unused let-bound variables.
1842
4c528aab
SM
18432013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
1846 a "ref-cell", since it gets better optimized (bug#14883).
1847
bd15c390
GM
18482013-09-05 Glenn Morris <rgm@gnu.org>
1849
1850 * progmodes/cc-awk.el (c-forward-sws): Declare.
1851
1c3ac2e5
GM
18522013-09-04 Glenn Morris <rgm@gnu.org>
1853
1854 * generic-x.el [rul-generic-mode]: Require cc-mode.
1855 (c++-mode-syntax-table): Declare.
1856 (rul-generic-mode-syntax-table): Init in the defvar.
1857
52b1cc79
SM
18582013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
1859
c828af56
SM
1860 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
1861 (vc-do-command, vc-set-async-update):
1862 * vc/vc-mtn.el (vc-mtn-dir-status):
1863 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
1864 (vc-hg-pull, vc-hg-merge-branch):
1865 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
1866 (vc-git-merge-branch):
1867 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
1868 (vc-cvs-dir-status-files):
1869 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
1870 (vc-bzr-dir-status-files):
1871 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
1872 * vc/vc-annotate.el: Use lexical-binding.
1873 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
1874 (vc-sentinel-movepoint): Declare.
1875 (vc-annotate): Don't use `goto-line'.
1876 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
1877 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
1878 (vc-sentinel-movepoint): Declare.
1879 * vc/vc-svn.el: Use lexical-binding.
1880 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
1881 * vc/vc-sccs.el:
1882 * vc/vc-rcs.el: Use lexical-binding.
1883
abae272c
SM
1884 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
1885 `deleted'. Don't drop errors silently.
1886
52b1cc79
SM
1887 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
1888
63191d9f
XF
18892013-09-04 Xue Fuqiao <xfq.free@gmail.com>
1890
1891 * vc/vc.el (vc-ignore): Rewrite.
1892 (vc-default-ignore): New function.
1893 (vc-default-ignore-completion-table): Use find-ignore-file.
1894
1895 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
1896 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
1897 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
1898 Remove. Most code moved to vc.el.
1899
9d3f707c
SM
19002013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
1901
abae272c 1902 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
1903 * net/tramp-smb.el (tramp-smb-get-file-entries):
1904 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
1905 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
1906
fde38d49
SM
1907 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
1908 Update call to it.
1909 (eww-change-select): Remove unused var `properties'.
1910 (eww-make-unique-file-name): Remove unused var `base'.
1911
1912 * finder.el (finder-compile-keywords): Don't mess with windows.
1913
84032db7
SM
1914 * calculator.el (calculator-funcall): Fix typo in last change.
1915
724f5e41
SM
1916 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
1917
14b511d4
SM
1918 * emacs-lisp/package.el (package-activate-1): Don't let a missing
1919 <pkg>-autoloads.el file stop us.
1920
9d3f707c 1921 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 1922 warnings, and factor out common code.
9d3f707c 1923
88527bc0
DG
19242013-09-03 Dmitry Gutov <dgutov@yandex.ru>
1925
1926 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
1927 two-character operators and whether the character preceding them
1928 changes their meaning (Bug#15208).
1929
96edb677
FEG
19302013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1931
1932 Format code sent to Python shell for robustness.
9d3f707c
SM
1933 * progmodes/python.el (python-shell-buffer-substring):
1934 New function.
96edb677
FEG
1935 (python-shell-send-region, python-shell-send-buffer): Use it.
1936
95beaef3
MA
19372013-09-02 Michael Albinus <michael.albinus@gmx.de>
1938
1939 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
1940 * net/tramp.el (tramp-user-error): ... here.
1941 (tramp-find-method, tramp-check-proper-host)
1942 (tramp-dissect-file-name, tramp-debug-message)
1943 (tramp-handle-shell-command):
1944 * net/tramp-adb.el (tramp-adb-handle-shell-command):
1945 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
1946
1947 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
1948
f167c27b
MR
19492013-09-02 Martin Rudalics <rudalics@gmx.at>
1950
1951 * avoid.el (mouse-avoidance-point-position)
1952 (mouse-avoidance-too-close-p): Handle case where posn-at-point
1953 returns nil.
1954
cd16c5f1
FEG
19552013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
1956
1957 * progmodes/python.el (python-shell-completion-get-completions):
1958 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 1959 (python-nav-if-name-main): New command.
cd16c5f1 1960
e73c3a0d
GM
19612013-09-01 Glenn Morris <rgm@gnu.org>
1962
f8ccce03
GM
1963 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1964 Avoid leading space in $wins. Otherwise the sed command used by
1965 eg compile-main ends up containing "/*.el". (Bug#15170)
1966
e73c3a0d
GM
1967 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
1968
415f808e
GM
19692013-08-30 Glenn Morris <rgm@gnu.org>
1970
1971 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1972 Fix is-this-a-directory logic. (Bug#15220)
1973
f069bba8
SM
19742013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
1975
112798c1
SM
1976 * textmodes/css-mode.el: Use SMIE.
1977 (css-smie-grammar): New var.
1978 (css-smie--forward-token, css-smie--backward-token)
1979 (css-smie-rules): New functions.
1980 (css-mode): Use them.
1981 (css-navigation-syntax-table): Remove var.
1982 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
1983 (css-indent-calculate, css-indent-line): Remove functions.
1984
1985 Misc changes to reduce use of `(lambda...); and other cleanups.
1986 * cus-edit.el: Use lexical-binding.
1987 (customize-push-and-save, customize-apropos)
1988 (custom-buffer-create-internal): Use closures.
1989 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
1990 * progmodes/ada-xref.el: Use setq.
1991 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
1992 * dframe.el: Use lexical-binding.
1993 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
1994 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
1995 * descr-text.el: Use lexical-binding.
1996 (describe-text-widget, describe-text-sexp, describe-property-list):
1997 Use closures.
1998 * comint.el (comint-history-isearch-push-state): Use a closure.
1999 * calculator.el: Use lexical-binding.
2000 (calculator-number-to-string): Make it work with lexical-binding.
2001 (calculator-funcall): Same and use cl-letf.
2002
2da4c3ab
SM
2003 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
2004 (lisp--company-doc-string, lisp--company-location): New functions.
2005 (lisp-completion-at-point): Use them to improve Company support.
2006
f069bba8
SM
2007 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
2008 params of lambda expressions.
2009 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
2010 (ruby-smie--opening-pipe-p): New function.
2011 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
2012 symbols and matched |...| for formal params.
2013 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
2014 from being treated as hanging. Handle "rescue".
2015
6758b6a8
GM
20162013-08-29 Glenn Morris <rgm@gnu.org>
2017
2018 * progmodes/cc-engine.el (c-pull-open-brace):
2019 Move definition before use.
2020
e8dfd197
SM
20212013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
2024 are immutable. Don't use `unsafe' any more.
2025 (cl--defsubst-expand): Don't substitute at the same time as keeping
2026 a residual unused let-binding. Don't use `unsafe' any more.
2027
cc585c96
GM
20282013-08-29 Glenn Morris <rgm@gnu.org>
2029
ba579ea6
GM
2030 * calendar/cal-china.el (calendar-chinese-year-cache):
2031 Recenter on 2015.
2032
8201a87e
GM
2033 * nxml/nxml-util.el (nxml-debug-clear-inside):
2034 Use cl-loop rather than loop.
2035
6ee877c7
GM
2036 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
2037
cc585c96
GM
2038 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
2039
27be8d39
GM
20402013-08-28 Glenn Morris <rgm@gnu.org>
2041
397440a1
GM
2042 * progmodes/antlr-mode.el: No need to require cc-mode twice.
2043
2bb762d4
GM
2044 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
2045
27be8d39
GM
2046 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
2047
2d69b99e
SM
20482013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2049
f663baa7
SM
2050 * simple.el (repeat-complex-command--called-interactively-skip):
2051 New function.
2052 (repeat-complex-command): Use it (bug#14136).
2053
dd4f8b74
SM
2054 * progmodes/cc-mode.el: Minor cleanup of var declarations.
2055 (c-define-abbrev-table): Add `doc' argument.
2056 (c-mode-abbrev-table, c++-mode-abbrev-table)
2057 (objc-mode-abbrev-table, java-mode-abbrev-table)
2058 (idl-mode-abbrev-table, pike-mode-abbrev-table)
2059 (awk-mode-abbrev-table): Use it.
2060 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
2061 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
2062 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
2063 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
2064 Move initialization into the declaration; and remove any
2065 autoload cookie.
2066
b58969f7
SM
2067 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
2068 and dynamic let binding.
2069
4021d6a6
SM
2070 * vc/smerge-mode.el: Remove redundant :group args.
2071
2d69b99e
SM
2072 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
2073 to load-path.
2074
274919fd
JL
20752013-08-28 Juri Linkov <juri@jurta.org>
2076
2077 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
2078 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
2079 (isearch-other-meta-char): Handle an undefined shifted printing
2080 character by downshifting it. (Bug#15200)
2081
121f8c95
JL
20822013-08-28 Juri Linkov <juri@jurta.org>
2083
2084 * isearch.el (isearch-search): Change regexp error message for
2085 non-regexp searches. (Bug#15166)
2086
50b13cde
PE
20872013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2088
2089 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
2090 for portability to hosts where /bin/sh has problems.
2091
95888bca
SM
20922013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
2093
2094 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
2095
bbe558f1
JL
20962013-08-27 Juri Linkov <juri@jurta.org>
2097
2098 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
2099 in the keyboard macro. (Bug#15126)
2100
26f98a7d
JL
21012013-08-27 Juri Linkov <juri@jurta.org>
2102
2103 * isearch.el (isearch-quote-char): Comment out converting unibyte
2104 to multibyte, thus syncing with its `quoted-insert' counterpart.
2105 (Bug#15166)
2106
7c97d35e
MR
21072013-08-27 Martin Rudalics <rudalics@gmx.at>
2108
2109 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
2110 argument in call of get-largest-window (Bug#15185).
2111 Reported by Stephen Leake.
7c97d35e 2112
a0b5606e 21132013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
2114
2115 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
2116
9e89d835
SM
21172013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * progmodes/python.el (python-font-lock-keywords): Don't return nil
2120 from a matcher-function unless there's no more matches (bug#15161).
2121
78fc2530
MA
21222013-08-26 Michael Albinus <michael.albinus@gmx.de>
2123
2124 * minibuffer.el: Revert change from 2013-08-20.
2125
2126 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
2127 with text property `tramp-default', if appropriate.
2128 (tramp-check-proper-host): New defun.
2129 (tramp-dissect-file-name): Do not check hostname. Revert change
2130 of 2013-03-18.
2131 (tramp-backtrace): Make VEC-OR-PROC optional.
2132
2133 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
2134 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2135 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
2136 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
2137 Apply `tramp-check-proper-host'.
78fc2530 2138
edca97cd
TH
21392013-08-26 Tassilo Horn <tsdh@gnu.org>
2140
2141 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
2142 lambda expression in order to have `describe-variable' display it.
2143
df54bcbd
MA
21442013-08-26 Michael Albinus <michael.albinus@gmx.de>
2145
2146 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
2147 BUF can be optional. (Bug#15186)
2148
eed99101
XF
21492013-08-25 Xue Fuqiao <xfq.free@gmail.com>
2150
2151 * progmodes/flymake.el (flymake-get-real-file-name-function):
2152 Fix broken customization. (Bug#15184)
2153
b5eb9035
AM
21542013-08-25 Alan Mackenzie <acm@muc.de>
2155
8a51e842
AM
2156 Improve indentation of bracelists defined by macros (without "=").
2157
2158 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
2159 expansion begins with "{", regard it as bracelist when it doesn't
2160 contain a ";".
2161
869455d4
AM
2162 Parse C++ inher-intro when there's a template split over 2 lines.
2163
2164 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
2165 rigorously the search for "class" etc. followed by ":".
2166
2167 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
2168 random languages a regexp which never matches rather than nil.
2169
b5eb9035
AM
2170 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
2171
2172 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
2173 (c-awk-regexp-one-line-possibly-open-char-list-re)
2174 (c-awk-one-line-possibly-open-regexp-re)
2175 (c-awk-one-line-non-syn-ws*-re): Remove.
2176 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
2177 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
2178 (c-awk-space*-unclosed-regexp-/-re): New constants.
2179 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
2180 aren't regexp delimiters.
2181
2182 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
2183 handling for a rare situation in AWK Mode involving unterminated
2184 strings/regexps.
2185
61611d54
GM
21862013-08-23 Glenn Morris <rgm@gnu.org>
2187
2d85dc34
GM
2188 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
2189
cb8d2612
GM
2190 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
2191
bb35f42f
GM
2192 * files.el (create-file-buffer): If the result would begin with
2193 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 2194
b9808e77
SM
21952013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2196
e3a66363
SM
2197 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
2198 text-properties (bug#15155).
2199
b9808e77
SM
2200 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
2201 exist any more.
2202 (calc-keypad-redraw): Remove unused var `pad'.
2203 (calc-keypad-press): Remove unused var `menu'.
2204
7fd5f65e
MR
22052013-08-23 Martin Rudalics <rudalics@gmx.at>
2206
b9808e77
SM
2207 * window.el (display-buffer-pop-up-frame):
2208 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
2209 use it as the new frame's buffer (Bug#15133).
2210
8352b530
SM
22112013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
2212
2213 * calendar/timeclock.el: Minor cleanups.
2214 (timeclock-ask-before-exiting, timeclock-use-display-time):
2215 Use `symbol'.
2216 (timeclock-modeline-display): Define as alias before the
2217 actual definition.
2218 (timeclock-mode-line-display): Use define-minor-mode.
2219 (timeclock-day-list-template): Make it a function, add an argument.
2220 (timeclock-day-list-required, timeclock-day-list-length)
2221 (timeclock-day-list-debt, timeclock-day-list-span)
2222 (timeclock-day-list-break): Adjust calls accordingly.
2223
9f7b1925
SM
22242013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
2225
2226 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
2227 Use read--expression so that completion works again.
2228
6e50e983
SS
22292013-08-21 Sam Steingold <sds@gnu.org>
2230
2231 Add rudimentary inferior shell interaction
2232 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
2233 (sh-set-shell): Reset it.
9f7b1925
SM
2234 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
2235 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 2236
dbb0d350
SM
22372013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * align.el: Use lexical-binding.
2240 (align-region): Simplify accordingly.
2241
c88586a9
MA
22422013-08-20 Michael Albinus <michael.albinus@gmx.de>
2243
2244 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
2245
2246 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
2247 `non-essential' up.
2248
f95527c8
MA
22492013-08-17 Michael Albinus <michael.albinus@gmx.de>
2250
2251 * net/tramp.el:
2252 * net/tramp-adb.el:
2253 * net/tramp-cmds.el:
2254 * net/tramp-ftp.el:
2255 * net/tramp-gvfs.el:
2256 * net/tramp-gw.el:
2257 * net/tramp-sh.el: Don't wrap external variable declarations by
2258 `eval-when-compile'.
2259
4b5fe4ee
LMI
22602013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2261
2262 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
2263 now that Emacs supports ImageMagick animations.
2264
13c366c9
MA
22652013-08-16 Michael Albinus <michael.albinus@gmx.de>
2266
2267 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
2268 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
2269
3dfc5cd6
MR
22702013-08-16 Martin Rudalics <rudalics@gmx.at>
2271
2272 * window.el (mouse-autoselect-window-select): Do autoselect when
2273 mouse pointer is on margin.
2274
4bbb4381
WP
22752013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
2276
2277 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
2278
3a2ddc2d
GM
22792013-08-16 Glenn Morris <rgm@gnu.org>
2280
e8bedf5a
GM
2281 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
2282 Handle "Remote Directory" response of some clients. (Bug#15058)
2283
58c4682f
GM
2284 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
2285 Tweak warning. (Bug#14926)
2286
57953f49
GM
2287 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
2288 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
2289
3a2ddc2d
GM
2290 * image-mode.el (image-mode-map): Add menu items to reverse,
2291 increase, decrease, reset animation speed.
2292 (image--set-speed, image-increase-speed, image-decrease-speed)
2293 (image-reverse-speed, image-reset-speed): New functions.
2294 (image-mode-map): Add bindings for speed commands.
2295
2296 * image.el (image-animate-get-speed, image-animate-set-speed):
2297 New functions.
2298 (image-animate-timeout): Respect image :speed property.
2299
10fa0ed3
SM
23002013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
2303 previous line (bug#15101).
2304 (debugger-eval-expression, debugger-record-expression):
2305 Use read--expression (bug#15102).
2306
5d89d9d2
MA
23072013-08-15 Michael Albinus <michael.albinus@gmx.de>
2308
2309 Remove byte compiler warnings, visible when compiling with
2310 `byte-compile-force-lexical-warnings' set to t.
2311
2312 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
2313 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
2314 (tramp-handle-unhandled-file-name-directory)
2315 (tramp-handle-file-notify-add-watch, tramp-action-login)
2316 (tramp-action-succeed, tramp-action-permission-denied)
2317 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
2318 arguments with "_".
2319
2320 * net/tramp-adb.el (tramp-adb-parse-device-names)
2321 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
2322 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
2323 (tramp-adb-handle-file-truename): Remove unused arguments.
2324
2325 * net/tramp-cache.el (tramp-flush-directory-property)
2326 (tramp-flush-connection-property, tramp-list-connections)
2327 (tramp-parse-connection-properties): Prefix unused arguments with "_".
2328
10fa0ed3
SM
2329 * net/tramp-compat.el (tramp-compat-make-temp-file):
2330 Rename FILENAME to F.
5d89d9d2
MA
2331
2332 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2333 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
2334 (tramp-zeroconf-parse-workstation-device-names)
2335 (tramp-zeroconf-parse-webdav-device-names)
2336 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
2337
2338 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2339 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
2340
2341 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
2342 arguments.
2343 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
2344 (tramp-sh-handle-insert-file-contents-literally)
2345 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
2346 with "_".
2347 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
2348 Remove unused variables.
2349
2350 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2351 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
2352 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
2353
2354 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
2355 Make them a defconst.
2356 (tramp-uuencode-region): Remove unused variable.
2357
62f33bae
JB
23582013-08-14 Juanma Barranquero <lekktu@gmail.com>
2359
2360 * frameset.el (frameset--prop-setter): New function.
2361 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
2362 (frameset-filter-minibuffer): Deal with the case that the minibuffer
2363 parameter was already set in FILTERED. Doc fix.
2364 (frameset--record-minibuffer-relationships): Allow saving a
2365 minibufferless frame without its corresponding minibuffer frame.
2366 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
2367 frame, if the frame id matches.
2368 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
2369 frames before orphaned ones.
2370 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 2371
c660a885
MR
23722013-08-14 Martin Rudalics <rudalics@gmx.at>
2373
2374 * window.el (window-make-atom): Don't overwrite parameter
2375 already present.
2376 (display-buffer-in-atom-window): Handle special case where we
2377 split an already atomic window.
2378 (window--major-non-side-window, display-buffer-in-side-window)
2379 (window--side-check): Ignore minibuffer window when walking
2380 window tree.
2381 (window-deletable-p): Return 'frame only if no other frame uses
2382 our minibuffer window.
2383 (record-window-buffer): Run buffer-list-update-hook.
2384 (split-window): Make sure window--check-frame won't destroy an
2385 existing atomic window in case the new window gets nested
2386 inside.
2387 (display-buffer-at-bottom): Ignore minibuffer window when
2388 walking window tree. Don't split a side window.
2389 (pop-to-buffer): Don't set-buffer here, the select-window call
2390 should do that.
2391 (mouse-autoselect-window-select): Autoselect only if we are in the
2392 text portion of the window.
2393
8259030d
LMI
23942013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2395
21c58ae2
LMI
2396 * net/shr.el (shr-parse-image-data): New function to grab both the
2397 data itself and the Content-Type.
2398 (shr-put-image): Use it.
2399
2400 * net/eww.el (eww-display-image): Ditto.
2401
8259030d
LMI
2402 * image.el (image-content-type-suffixes): New variable.
2403
ad756449
FEG
24042013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
2405
2406 * progmodes/python.el (python-imenu--build-tree)
2407 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
2408
f73f4ce6
XF
24092013-08-13 Xue Fuqiao <xfq.free@gmail.com>
2410
2411 * simple.el (backward-word): Mention the optional argument.
2412
1f585e65
SM
24132013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2414
2415 * frameset.el (frameset--make): Rename constructor from make-frameset.
2416 (frameset-p, frameset-valid-p): Don't autoload.
2417 (frameset-valid-p): Use normal accessors.
2418
af1c6c84
GM
24192013-08-13 Glenn Morris <rgm@gnu.org>
2420
55e47f95
GM
2421 * progmodes/compile.el (compile-command): Tweak example in doc.
2422 * obsolete/scribe.el (scribe-mode):
2423 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
2424
f0024d8c
GM
2425 * mail/feedmail.el (feedmail-confirm-outgoing)
2426 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
2427
2428 * cus-start.el (truncate-partial-width-windows): Fix type.
2429
2430 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
2431
af1c6c84
GM
2432 * net/shr.el (shr-table-horizontal-line): Fix custom type.
2433
5514cc4c
SM
24342013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * emacs-lisp/timer.el (timer--time-setter): New function.
2437 (timer--time): Use it as gv-setter.
2438
2439 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
2440 setter is not a symbol.
2441
7997a2f1
GJ
24422013-08-12 Grégoire Jadi <daimrod@gmail.com>
2443
2444 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
2445 if sending fails. This makes debugging easier.
2446
01f1a9ab
JB
24472013-08-12 Juanma Barranquero <lekktu@gmail.com>
2448
2449 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
2450 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
2451 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
2452
594a4307
EZ
24532013-08-12 Eli Zaretskii <eliz@gnu.org>
2454
2455 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
2456
7a22490f 24572013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
2458
2459 * format.el (format-annotate-function):
2460 Handle read-only text properties in the source. (Bug#14887)
2461
3e41a054
LMI
24622013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2463
5514cc4c
SM
2464 * net/eww.el (eww-display-html): Ignore coding system errors.
2465 One web site uses "utf-8lias" as the coding system.
3e41a054 2466
7ec326db
JB
24672013-08-11 Juanma Barranquero <lekktu@gmail.com>
2468
2469 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
2470
5660113b
JB
24712013-08-10 Juanma Barranquero <lekktu@gmail.com>
2472
9a4ebc74
JB
2473 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
2474 (tutorial--detailed-help): Remove unused local variables.
2475 (tutorial--save-tutorial-to): Use ignore-errors.
2476 (help-with-tutorial): Use looking-at-p.
2477
2478 * view.el (view-buffer-other-window, view-buffer-other-frame):
2479 Mark unused arguments.
2480
2481 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
2482 (woman-select-symbol-fonts, woman, woman-find-file)
2483 (woman-insert-file-contents, woman-non-underline-faces):
2484 Use string-match-p.
2485 (woman1-unquote): Move declaration.
2486
2487 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
2488 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
2489 argument. Remove unused local variable.
2490 (xml-parse-elem-type): Use string-match-p.
2491 (xml-substitute-numeric-entities): Use ignore-errors.
2492
45fdb482
JB
2493 * calculator.el (calculator): Mark unused argument.
2494 (calculator-paste, calculator-quit, calculator-integer-p):
2495 Use ignore-errors.
2496 (calculator-string-to-number, calculator-decimal, calculator-exp)
2497 (calculator-op-or-exp): Use string-match-p.
2498
2499 * dired.el (dired-buffer-more-recently-used-p): Declare.
2500 (dired-insert-set-properties, dired-insert-old-subdirs):
2501 Use ignore-errors.
2502
2503 * dired-aux.el (dired-compress): Use ignore-errors.
2504 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
2505 (dired-do-async-shell-command, dired-do-shell-command)
2506 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
2507 (dired-insert-subdir-validate): Use string-match-p.
2508 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
2509 (dired-add-entry): Use string-match-p, looking-at-p.
2510 (dired-insert-subdir-newpos): Remove unused local variable.
2511
2512 * filenotify.el (file-notify-callback): Remove unused local variable.
2513
2514 * filesets.el (filesets-error): Mark unused argument.
2515 (filesets-which-command-p, filesets-filter-dir-names)
2516 (filesets-directory-files, filesets-get-external-viewer)
2517 (filesets-ingroup-get-data): Use string-match-p.
2518
2519 * find-file.el (ff-other-file-name, ff-other-file-name)
2520 (ff-find-the-other-file, ff-cc-hh-converter):
2521 Remove unused local variables.
2522 (ff-get-file-name): Use string-match-p.
2523 (ff-all-dirs-under): Use ignore-errors.
2524
2525 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
2526 (follow-select-if-visible): Remove unused local variable.
2527
2528 * forms.el (read-file-filter): Move declaration.
2529 (forms--make-format, forms--make-parser, forms-insert-record):
2530 Quote function with #'.
2531 (forms--update): Use string-match-p. Quote function with #'.
2532
2533 * help-mode.el (help-dir-local-var-def): Mark unused argument.
2534 (help-make-xrefs): Use looking-at-p.
2535 (help-xref-on-pp): Use looking-at-p, ignore-errors.
2536
2537 * ibuffer.el (ibuffer-ext-visible-p): Declare.
2538 (ibuffer-confirm-operation-on): Use string-match-p.
2539
2540 * msb.el (msb-item-handler, msb-dired-item-handler):
2541 Mark unused arguments.
2542
2543 * ses.el (ses-decode-cell-symbol)
2544 (ses-kill-override): Remove unused local variable.
2545 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
2546 (ses-load): Use ignore-errors, looking-at-p.
2547 (ses-jump-safe): Use ignore-errors.
2548 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
2549
2550 * tabify.el (untabify, tabify): Mark unused arguments.
2551
2552 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
2553 Mark unused argument.
2554 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
2555 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
2556
c880af52
JB
2557 * emacs-lisp/timer.el (timer--time): Define setter with
2558 gv-define-setter to avoid deprecation warning.
2559
5660113b 2560 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 2561 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
2562 (cmpl-statistics-block): Remove (body was commented out).
2563 All callers changed.
2564 (add-completions-from-buffer, load-completions-from-file):
2565 Remove unused variables.
2566
156aab80
JB
25672013-08-09 Juanma Barranquero <lekktu@gmail.com>
2568
5c5dee78
JB
2569 * filecache.el (file-cache-delete-file-list):
2570 Print message only when told so.
2571 (file-cache-files-matching): Use #' in mapconcat argument.
2572
156aab80
JB
2573 * ffap.el (ffap-url-at-point): Fix reference to variable
2574 thing-at-point-default-mail-uri-scheme.
2575
ad9dcd70
SM
25762013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
2577
54bd972f
SM
2578 * subr.el (define-error): New function.
2579 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
2580 error-file-not-found and define with define-error.
2581 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
2582 and define with define-error.
2583 * userlock.el (file-locked, file-supersession):
2584 * simple.el (mark-inactive):
2585 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
2586 * progmodes/ada-mode.el (ada-mode-errors):
2587 * play/life.el (life-extinct):
2588 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
2589 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
2590 * nxml/rng-util.el (rng-error):
2591 * nxml/rng-uri.el (rng-uri-error):
2592 * nxml/rng-match.el (rng-compile-error):
2593 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
2594 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
2595 * nxml/nxml-rap.el (nxml-scan-error):
2596 * nxml/nxml-outln.el (nxml-outline-error):
2597 * net/soap-client.el (soap-error):
2598 * net/gnutls.el (gnutls-error):
2599 * net/ange-ftp.el (ftp-error):
2600 * mpc.el (mpc-proc-error):
2601 * json.el (json-error, json-readtable-error, json-unknown-keyword)
2602 (json-number-format, json-string-escape, json-string-format)
2603 (json-key-format, json-object-format):
2604 * jka-compr.el (compression-error):
2605 * international/quail.el (quail-error):
2606 * international/kkc.el (kkc-error):
2607 * emacs-lisp/ert.el (ert-test-failed):
2608 * calc/calc.el (calc-error, inexact-result, math-overflow)
2609 (math-underflow):
2610 * bookmark.el (bookmark-error-no-filename):
2611 * epg.el (epg-error): Define with define-error.
2612
0ea9e53a
SM
2613 * time.el (display-time-event-handler)
2614 (display-time-next-load-average): Don't call sit-for since it seems
2615 unnecessary (bug#15045).
2616
b0429158
SM
2617 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
2618 Use #' instead of ' to quote functions.
2619 (checkdoc-output-mode): Use setq-local.
2620 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
2621 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
2622 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
2623 (checkdoc-ispell, checkdoc-ispell-current-buffer)
2624 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
2625 (checkdoc-ispell-message-text, checkdoc-ispell-start)
2626 (checkdoc-ispell-continue, checkdoc-ispell-comments)
2627 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
2628
ad9dcd70
SM
2629 * ido.el (ido-completion-help): Fix up compiler warning.
2630
77187e6f
JB
26312013-08-09 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * frameset.el (frameset-p): Add autoload cookie.
2634 (frameset--jump-to-register): New function, based on code moved from
2635 register.el.
2636 (frameset-to-register): Move from register.el. Adapt to `registerv'.
2637
2638 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
2639 (frameset-restore, frameset-save, frameset-session-filter-alist):
2640 Remove declarations.
2641 (register-alist): Doc fix.
2642 (frameset-to-register): Move to frameset.el.
2643 (jump-to-register, describe-register-1): Remove frameset-specific code.
2644
9d3aa82c
JB
26452013-08-08 Juanma Barranquero <lekktu@gmail.com>
2646
2647 * allout-widgets.el (allout-widgets-pre-command-business)
2648 (allout-widgets-post-command-business)
2649 (allout-widgets-after-change-handler)
2650 (allout-decorate-item-and-context, allout-set-boundary-marker)
2651 (allout-body-modification-handler)
2652 (allout-graphics-modification-handler): Mark ignored arguments.
2653 (allout-widgets-post-command-business)
2654 (allout-widgets-exposure-change-processor)
2655 (allout-widgets-exposure-undo-processor)
2656 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
2657 (allout-parse-item-at-point, allout-decorate-item-guides)
2658 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
2659 * allout.el (epa-passphrase-callback-function): Declare.
2660 (allout-overlay-insert-in-front-handler)
2661 (allout-overlay-interior-modification-handler)
2662 (allout-isearch-end-handler, allout-chart-siblings)
2663 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
2664 (allout-yank-processing, allout-process-exposed)
2665 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 2666 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
2667 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
2668 (lisp-indent-defform): Mark ignored arguments.
2669 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
2670 (calculate-lisp-indent): Remove unused variables.
2671 * international/characters.el (indian-2-column, arabic-2-column)
2672 (tibetan): Mark ignored arguments.
2673 (use-cjk-char-width-table): Mark ignored arguments.
2674 Remove unused variables.
2675 * international/fontset.el (build-default-fontset-data)
2676 (x-compose-font-name, create-fontset-from-fontset-spec):
2677 Mark ignored arguments.
2678 (fontset-plain-name): Remove unused variables.
2679 * international/mule.el (charset-id, charset-bytes, generic-char-p)
2680 (keyboard-coding-system): Mark ignored arguments.
2681 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
2682 * help.el (resize-temp-buffer-window):
2683 * window.el (display-buffer-in-major-side-window)
2684 (display-buffer-in-side-window, display-buffer-in-previous-window):
2685 Remove unused variables.
2686 * isearch.el (isearch-forward-symbol):
2687 * version.el (emacs-bzr-version-bzr):
2688 * international/mule-cmds.el (current-language-environment):
2689 * term/common-win.el (x-handle-iconic, x-handle-geometry)
2690 (x-handle-display):
2691 * term/pc-win.el (x-list-fonts, x-display-planes)
2692 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
2693 (x-server-version, x-display-screens, x-display-mm-height)
2694 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
2695 (x-selection-owner-p, x-own-selection-internal)
2696 (x-disown-selection-internal, x-get-selection-internal)
2697 (msdos-initialize-window-system):
2698 * term/tty-colors.el (tty-color-alist, tty-color-clear):
2699 * term/x-win.el (x-handle-no-bitmap-icon):
2700 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
2701 (vc-default-find-file-hook, vc-default-extra-menu):
2702 Mark ignored arguments.
2703
0ca3f70e
SM
27042013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2705
2706 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
2707 break-condition in the context of the debugged code (bug#12685).
2708
74c5d24c
CS
27092013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
2710
2711 * comint.el:
2712 Do not use an overlay to highlight the last prompt. (Bug#14744)
2713 (comint-mode): Make comint-last-prompt buffer local.
2714 (comint-last-prompt): New variable.
2715 (comint-last-prompt-overlay): Remove. Superseded by
2716 comint-last-prompt.
0ca3f70e
SM
2717 (comint-snapshot-last-prompt, comint-output-filter):
2718 Use comint-last-prompt.
74c5d24c 2719
c03c02ee
JB
27202013-08-08 Juanma Barranquero <lekktu@gmail.com>
2721
a3738d20 2722 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
2723 (frameset-save): Check validity of the resulting frameset.
2724
04263d23
XF
27252013-08-08 Xue Fuqiao <xfq.free@gmail.com>
2726
2727 * ido.el (ido-record-command): Add doc string.
2728
76c5e5ab
JB
27292013-08-08 Juanma Barranquero <lekktu@gmail.com>
2730
2731 * frameset.el (frameset): Do not disable creation of the default
2732 frameset-p predicate. Doc fix.
2733 (frameset-valid-p): New function, copied from the old predicate-p.
2734 Add additional checks.
2735 (frameset-restore): Check with frameset-valid-p.
2736 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
2737 (frameset-name, frameset-description, frameset-properties)
2738 (frameset-states): Add docstring.
f9dbf1cb
JB
2739 (frameset-session-filter-alist, frameset-persistent-filter-alist)
2740 (frameset-filter-alist): Doc fixes.
76c5e5ab 2741
bd0c3c0b
JB
27422013-08-08 Juanma Barranquero <lekktu@gmail.com>
2743
2744 * frameset.el (frameset-p, frameset-prop): Doc fixes.
2745
c735544c
SM
27462013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
2749 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
2750 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
2751 (byte-compile-normal-call): Remove obsolescence check.
2752
2805a651
JB
27532013-08-08 Juanma Barranquero <lekktu@gmail.com>
2754
3677ffeb
JB
2755 * frameset.el (frameset-restore): Doc fix.
2756
2805a651
JB
2757 * register.el (frameset-frame-id, frameset-frame-with-id)
2758 (frameset-p, frameset-restore, frameset-save): Declare.
2759 (register-alist): Document framesets.
2760 (frameset-session-filter-alist): Declare.
2761 (frameset-to-register): New function.
2762 (jump-to-register): Implement jumping to framesets. Doc fix.
2763 (describe-register-1): Describe framesets.
2764
2765 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
2766
a912c016
JB
27672013-08-07 Juanma Barranquero <lekktu@gmail.com>
2768
2769 * desktop.el (desktop-save-frameset): Use new frameset-save args.
2770 Use lexical-binding.
2771
2772 * frameset.el (frameset): Use type vector, not list (incompatible
2773 change). Do not declare a new constructor, use the default one.
2774 Upgrade suggested properties `app', `name' and `desc' to slots `app',
2775 `name' and `description', respectively, and add read-only slot
2776 `timestamp'. Doc fixes.
2777 (frameset-copy, frameset-persistent-filter-alist)
2778 (frameset-filter-alist, frameset-switch-to-gui-p)
2779 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
2780 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
2781 (frameset-filter-iconified, frameset-keep-original-display-p):
2782 Doc fixes.
2783 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
2784 Rename from frameset-filter-(save|restore)-param. All callers changed.
2785 Doc fix.
2786 (frameset-p): Adapt to change to vector and be more thorough.
2787 Change arg name to OBJECT. Doc fix.
2788 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
2789 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
2790 All callers changed.
2791 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
2792 All callers changed.
2793 (frameset--record-minibuffer-relationships): Rename from
2794 frameset--process-minibuffer-frames. All callers changed.
2795 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
2796 Use new default constructor (again). Doc fix.
2797 (frameset--find-frame-if): Rename from `frameset--find-frame.
2798 All callers changed.
2799 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
2800 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
2801 Doc fix.
2802 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
2803 PARAMETERS and WINDOW-STATE, respectively.
2804 (frameset-restore): Add new keyword argument PREDICATE.
2805 Reset frameset--target-display to nil. Doc fix.
2806
bb41480a
SM
28072013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2808
f001e98e
SM
2809 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
2810 (bat-mode): Use it.
2811 (bat-mode-syntax-table): Mark \n as end-of-comment.
2812 (bat-font-lock-keywords): Remove comment rule.
2813
7679edb1
SM
2814 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
2815 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
2816
bb41480a
SM
2817 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
2818 (byte-compile-callargs-warn): Use `push'.
2819 (byte-compile-arglist-warn): Ignore higher-order "calls".
2820 (byte-compile-file-form-autoload): Use `pcase'.
2821 (byte-compile-function-form): If quoting a symbol, check that it exists.
2822
cdc1ebb9
EZ
28232013-08-07 Eli Zaretskii <eliz@gnu.org>
2824
2825 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
2826 and add a few popular commands found in batch files.
2827 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
2828 (dos-mode): Doc fixes.
2829
312b1740
SM
28302013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
2833 (dos-mode): Use setq-local. Add space after "rem".
2834 (dos-mode-syntax-table): Don't use "w" for symbol chars.
2835 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
2836
400a3178
AM
28372013-08-07 Arni Magnusson <arnima@hafro.is>
2838
2839 * progmodes/dos.el: New file.
2840 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
2841 dos-mode.
2842
3b5c03d3
GM
28432013-08-06 Glenn Morris <rgm@gnu.org>
2844
2845 * calendar/calendar.el: Add new faces, and day-header-array.
2846 (calendar-weekday-header, calendar-weekend-header)
2847 (calendar-month-header): New faces.
2848 (calendar-day-header-construct): New function.
2849 (calendar-day-header-width): Also :set calendar-day-header-array.
2850 (calendar-american-month-header, calendar-european-month-header)
2851 (calendar-iso-month-header): Use calendar- faces.
2852 (calendar-generate-month):
2853 Use calendar-day-header-array for day headers; apply faces to them.
2854 (calendar-mode): Check calendar-font-lock-keywords non-nil.
2855 (calendar-abbrev-construct): Add optional maxlen argument.
2856 (calendar-day-name-array): Doc fix.
2857 (calendar-day-name-array, calendar-abbrev-length)
2858 (calendar-day-abbrev-array):
2859 Also :set calendar-day-header-array, and maybe redraw.
2860 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 2861 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
2862 (calendar-day-name): Add option to use header array.
2863
ec6a2d7a
LMI
28642013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2865
2866 * net/shr.el (shr-render-td): Remove debugging.
2867 (shr-render-td): Make width computation consistent by defaulting
2868 all zero-width columns to 10 characters. This may not be optimal,
2869 but it's at least consistent.
2122cb6d
LMI
2870 (shr-make-table-1): Redo last change to fix the real problem in
2871 colspan handling.
ec6a2d7a 2872
ed4fd9c5
DA
28732013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2874
0ca3f70e
SM
2875 * files.el (cache-long-line-scans):
2876 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 2877
64e22afe
JB
28782013-08-06 Juanma Barranquero <lekktu@gmail.com>
2879
024b38fc
JB
2880 * frameset.el (frameset, frameset-filter-alist)
2881 (frameset-filter-params, frameset-save, frameset--reuse-frame)
2882 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
2883 (frameset-compute-pos): Rename from frameset--compute-pos,
2884 and add docstring.
2885 (frameset-move-onscreen): Use frameset-compute-pos.
2886 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
2887
64e22afe
JB
2888 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
2889 Fix typos in docstrings.
2890
c8c2aca8
DA
28912013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2892
2893 * frame.el (get-other-frame): Tiny cleanup.
2894
1d237bba
JB
28952013-08-06 Juanma Barranquero <lekktu@gmail.com>
2896
8951efef
JB
2897 * vc/vc.el (vc-default-ignore-completion-table):
2898 Silence byte-compiler warning.
2899
307764cc
JB
2900 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
2901 slot , which can indeed be nil.
2902 (frameset-live-filter-alist, frameset-persistent-filter-alist):
2903 Move entry for `left' from persistent to live filter alist.
2904 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
2905 Doc fixes.
2906 (frameset-filter-params): When restoring a frame, copy items added to
2907 `filtered', to avoid unwittingly modifying the original parameters.
2908 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
2909 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
2910
1d237bba
JB
2911 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
2912 to use looking-at-p instead of looking-at. (Bug#15028)
2913
dc6c0eda
SM
29142013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 Revert introduction of isearch-filter-predicates (bug#14714).
2917 Rely on add-function instead.
2918 * isearch.el (isearch-filter-predicates): Rename it back to
2919 isearch-filter-predicate.
2920 (isearch-message-prefix): Use advice-function-mapc and advice
2921 properties to get the isearch-message-prefix.
2922 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
2923 instead of run-hook-with-args-until-failure.
2924 (isearch-filter-visible): Not obsolete any more.
2925 * loadup.el: Preload nadvice.
2926 * replace.el (perform-replace): Revert to funcall
2927 instead of run-hook-with-args-until-failure.
2928 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
2929 * dired-aux.el (dired-isearch-filenames-mode): Rename from
2930 dired-isearch-filenames-toggle; make it into a proper minor mode.
2931 Use add/remove-function.
2932 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
2933 Call the minor-mode rather than add/remove-hook.
2934 (dired-isearch-filter-filenames):
2935 Remove isearch-message-prefix property.
2936 * info.el (Info--search-loop): New function, extracted from Info-search.
2937 Funcall isearch-filter-predicate instead of
2938 run-hook-with-args-until-failure isearch-filter-predicates.
2939 (Info-search): Use it.
2940 (Info-mode): Use isearch-filter-predicate instead of
2941 isearch-filter-predicates.
2942
290d5b58
DA
29432013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
2944
2945 Do not call to `selected-window' where it is assumed by default.
2946 Affected functions are `window-minibuffer-p', `window-dedicated-p',
2947 `window-hscroll', `window-width', `window-height', `window-buffer',
2948 `window-frame', `window-start', `window-point', `next-window'
2949 and `window-display-table'.
2950 * abbrev.el (abbrev--default-expand):
2951 * bs.el (bs--show-with-configuration):
2952 * buff-menu.el (Buffer-menu-mouse-select):
2953 * calc/calc.el (calc):
2954 * calendar/calendar.el (calendar-generate-window):
2955 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
2956 (diary-make-entry):
2957 * comint.el (send-invisible, comint-dynamic-complete-filename)
2958 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
2959 * completion.el (complete):
2960 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
2961 * disp-table.el (describe-current-display-table):
2962 * doc-view.el (doc-view-insert-image):
2963 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
2964 * ehelp.el (with-electric-help):
2965 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2966 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
2967 * emacs-lisp/helper.el (Helper-help-scroller):
2968 * emulation/cua-base.el (cua--post-command-handler-1):
2969 * eshell/esh-mode.el (eshell-output-filter):
2970 * ffap.el (ffap-gnus-wrapper):
2971 * help-macro.el (make-help-screen):
2972 * hilit-chg.el (highlight-compare-buffers):
2973 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
2974 * hl-line.el (global-hl-line-highlight):
2975 * icomplete.el (icomplete-simple-completing-p):
2976 * isearch.el (isearch-done):
2977 * jit-lock.el (jit-lock-stealth-fontify):
2978 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
2979 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
2980 * mpc.el (mpc-tagbrowser, mpc):
2981 * net/rcirc.el (rcirc-any-buffer):
2982 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
2983 * play/landmark.el (landmark-max-width, landmark-max-height):
2984 * play/zone.el (zone):
2985 * progmodes/compile.el (compilation-goto-locus):
2986 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
2987 * progmodes/etags.el (find-tag-other-window):
2988 * progmodes/fortran.el (fortran-column-ruler):
2989 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2990 * progmodes/verilog-mode.el (verilog-point-text):
2991 * reposition.el (reposition-window):
2992 * rot13.el (toggle-rot13-mode):
2993 * server.el (server-switch-buffer):
2994 * shell.el (shell-dynamic-complete-command)
2995 (shell-dynamic-complete-environment-variable):
2996 * simple.el (insert-buffer, set-selective-display)
2997 (delete-completion-window):
2998 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
2999 (speedbar-recenter):
3000 * startup.el (fancy-splash-head):
3001 * textmodes/ispell.el (ispell-command-loop):
3002 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
3003 * tutorial.el (help-with-tutorial):
3004 * vc/add-log.el (add-change-log-entry):
3005 * vc/compare-w.el (compare-windows):
3006 * vc/ediff-help.el (ediff-indent-help-message):
3007 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
3008 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
3009 (ediff-setup-control-frame):
3010 * vc/emerge.el (emerge-position-region):
3011 * vc/pcvs-util.el (cvs-bury-buffer):
3012 * window.el (walk-windows, mouse-autoselect-window-select):
3013 * winner.el (winner-set-conf, winner-undo): Related users changed.
3014
38276e01
JB
30152013-08-05 Juanma Barranquero <lekktu@gmail.com>
3016
3017 * frameset.el (frameset--set-id): Doc fix.
3018 (frameset-frame-id, frameset-frame-id-equal-p)
3019 (frameset-locate-frame-id): New functions.
3020 (frameset--process-minibuffer-frames, frameset--reuse-frame)
3021 (frameset-restore): Use them.
3022
12b4c0ea
DA
30232013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
3024
3025 Do not call to `selected-frame' where it is assumed by default.
3026 Affected functions are `raise-frame', `redraw-frame',
3027 `frame-first-window', `frame-terminal' and `delete-frame'.
3028 * calendar/appt.el (appt-disp-window):
3029 * epg.el (epg-wait-for-completion):
3030 * follow.el (follow-delete-other-windows-and-split)
3031 (follow-avoid-tail-recenter):
3032 * international/mule.el (set-terminal-coding-system):
3033 * mail/rmail.el (rmail-mail-return):
3034 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
3035 * progmodes/f90.el (f90-add-imenu-menu):
3036 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
3037 * server.el (server-switch-buffer):
3038 * simple.el (delete-completion-window):
3039 * talk.el (talk):
3040 * term/xterm.el (terminal-init-xterm-modify-other-keys)
3041 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
3042 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
3043 * vc/ediff.el (ediff-documentation): Related users changed.
3044 * frame.el (selected-terminal): Remove the leftover.
3045
17f25e76
GM
30462013-08-05 Glenn Morris <rgm@gnu.org>
3047
3048 * calendar/calendar.el (calendar-generate-month):
3049 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
3050 (calendar-generate-month, calendar-font-lock-keywords):
3051 Fix for calendar-day-header-width > length of any day name.
17f25e76 3052
063233c3
JB
30532013-08-05 Juanma Barranquero <lekktu@gmail.com>
3054
3055 * desktop.el (desktop-clear): Use new name of sort predicate.
3056
3057 * frameset.el (frameset): Add docstring. Move :version property to its
3058 own `version' slot.
3059 (frameset-copy): Rename from copy-frameset.
3060 (frameset-p): Check more thoroughly.
3061 (frameset-prop): Do not check for :version, which is no longer a prop.
3062 (frameset-live-filter-alist, frameset-persistent-filter-alist):
3063 Use new :never value instead of t.
3064 (frameset-filter-alist): Expand and clarify docstring.
3065 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
3066 (frameset-filter-minibuffer, frameset-filter-save-param)
3067 (frameset-filter-restore-param, frameset-filter-iconified):
3068 Add pointer to docstring of frameset-filter-alist.
3069 (frameset-filter-params): Rename filter values to be more meaningful:
3070 :never instead of t, and reverse the meanings of :save and :restore.
3071 (frameset--process-minibuffer-frames): Clarify error message.
3072 (frameset-save): Avoid unnecessary and confusing call to framep.
3073 Use new BOA constructor for framesets.
3074 (frameset--reuse-list): Doc fix.
3075 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
3076 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
3077 (frameset-minibufferless-first-p): Doc fix.
3078 Rename from frameset-sort-frames-for-deletion.
3079 (frameset-restore): Doc fixes. Use new function names.
3080 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
3081
d5671a82
JB
30822013-08-04 Juanma Barranquero <lekktu@gmail.com>
3083
3084 * desktop.el (desktop-restore-forces-onscreen)
3085 (desktop-restore-reuses-frames): Document :keyword constant values.
3086 (desktop-filter-parameters-alist): Remove, now identical to
3087 frameset-filter-alist.
3088 (desktop--filter-tty*): Remove, moved to frameset.el.
3089 (desktop-save-frameset, desktop-restore-frameset):
3090 Do not pass :filters argument.
3091
3092 * frameset.el (frameset-live-filter-alist)
3093 (frameset-persistent-filter-alist): New variables.
3094 (frameset-filter-alist): Use them. Add autoload cookie.
3095 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
3096 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
3097 `frameset--id' (it's supposed to be internal to frameset.el).
3098 (frameset--process-minibuffer-frames): Ditto. Doc fix.
3099 (frameset--initial-params): New function.
3100 (frameset--get-frame): Use it. Doc fix.
3101 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
3102 Accept :all, not 'all.
3103 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
3104 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
3105 with fbound symbols. Fix frame id matching, and remove matching ids if
3106 the frame being restored is deleted. Obey :delete.
3107
671d5c16
SM
31082013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * subr.el (macrop): New function.
3111 (text-clone--maintaining): New var.
3112 (text-clone--maintain): Rename from text-clone-maintain. Use it
3113 instead of inhibit-modification-hooks.
3114
3115 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
3116 a proxy, so as handle autoloads and redefinitions of the target.
3117 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
3118
3119 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
3120 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
3121 (pcase--mutually-exclusive-p): New function.
3122 (pcase--split-consp): Use it.
3123 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
3124 mutually exclusive with the current predicate.
3125
3126 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
3127 (edebug-macrop): Remove. Use `macrop' instead.
3128 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
3129 (ad-macro-p):
3130 * eshell/esh-cmd.el (eshell-macrop):
3131 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
3132
1d44e9dc
SM
31332013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
3134
3135 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
3136 (advice-mapc): New function, using it.
3137 (advice-function-member-p): New function.
3138 (advice--normalize): Store the cdr in advice--saved-rewrite since
3139 that's the part that will be changed.
3140 (advice--symbol-function): New function.
3141 (advice-remove): Handle removal before the function is defined.
3142 Adjust to new advice--saved-rewrite.
3143 (advice-member-p): Use advice-function-member-p and
3144 advice--symbol-function.
3145
5414a283
JB
31462013-08-04 Juanma Barranquero <lekktu@gmail.com>
3147
51d30f2c
JB
3148 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
3149 (frameset-filter-minibuffer): Doc fix.
3150 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
3151 (frameset--set-id, frameset--process-minibuffer-frames)
3152 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
3153 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 3154
5414a283
JB
3155 * desktop.el (desktop-clear): Only delete frames when called
3156 interactively and desktop-restore-frames is non-nil. Doc fix.
3157 (desktop-read): Set desktop-saved-frameset to nil.
3158
ab419665
XF
31592013-08-04 Xue Fuqiao <xfq.free@gmail.com>
3160
3161 * vc/vc.el (vc-ignore): Rewrite.
3162 (vc-default-ignore-completion-table):
3163 (vc--read-lines):
3164 (vc--add-line, vc--remove-regexp): New functions.
3165
3166 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
3167 (vc-svn-ignore-completion-table): New function.
3168
3169 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
3170 (vc-hg-ignore-completion-table):
3171 (vc-hg-find-ignore-file): New functions.
3172
3173 * vc/vc-git.el (vc-git-ignore): Rewrite.
3174 (vc-git-ignore-completion-table):
3175 (vc-git-find-ignore-file): New functions.
3176
3177 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
3178
3179 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
3180 (vc-bzr-ignore-completion-table):
3181 (vc-bzr-find-ignore-file): New functions.
3182
2613dea2
JB
31832013-08-03 Juanma Barranquero <lekktu@gmail.com>
3184
3185 * frameset.el (frameset-prop): New function and setter.
3186 (frameset-save): Do not modify frame list passed by the caller.
3187
9c959872
SM
31882013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
3189
3190 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
3191
a104f656
SM
31922013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
3193
70122acf
SM
3194 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
3195 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
3196
a104f656
SM
3197 * custom.el (custom-initialize-default, custom-initialize-set)
3198 (custom-initialize-reset, custom-initialize-changed): Affect the
3199 toplevel-default-value (bug#6275, bug#14586).
3200 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
3201 for bug#6275.
3202
f078d570
JB
32032013-08-02 Juanma Barranquero <lekktu@gmail.com>
3204
185e3b5a
JB
3205 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3206 Add cl-def* expressions.
3207
f078d570
JB
3208 * frameset.el (frameset-filter-params): Fix order of arguments.
3209
9421876d
JB
32102013-08-02 Juanma Barranquero <lekktu@gmail.com>
3211
3212 Move code related to saving frames to frameset.el.
3213 * desktop.el: Require frameset.
3214 (desktop-restore-frames): Doc fix.
3215 (desktop-restore-reuses-frames): Rename from
3216 desktop-restoring-reuses-frames.
3217 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
3218 (desktop-clear): Clear frames too.
3219 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
3220 (desktop--filter-tty*, desktop-save, desktop-read):
3221 Use frameset functions.
3222 (desktop-before-saving-frames-functions, desktop--filter-*-color)
3223 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3224 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
3225 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
3226 (desktop--process-minibuffer-frames, desktop-save-frames)
3227 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
3228 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
3229 (desktop--sort-states, desktop-restoring-frames-p)
3230 (desktop-restore-frames): Remove. Most code moved to frameset.el.
3231 (desktop-restoring-frameset-p, desktop-restore-frameset)
3232 (desktop--check-dont-save, desktop-save-frameset): New functions.
3233 (desktop--app-id): New constant.
3234 (desktop-first-buffer, desktop-buffer-ok-count)
3235 (desktop-buffer-fail-count): Move before first use.
3236 * frameset.el: New file.
3237
76dc5996
SM
32382013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * files.el: Use lexical-binding.
3241 (dir-locals-read-from-file): Remove unused `err' variable.
3242 (hack-dir-local-variables--warned-coding): New var.
3243 (hack-dir-local-variables): Use it to avoid repeated warnings.
3244 (make-backup-file-name--default-function): New function.
3245 (make-backup-file-name-function): Use it as default.
3246 (buffer-stale--default-function): New function.
3247 (buffer-stale-function): Use it as default.
3248 (revert-buffer-insert-file-contents--default-function): New function.
3249 (revert-buffer-insert-file-contents-function): Use it as default.
3250 (insert-directory): Avoid add-to-list.
3251
3252 * autorevert.el (auto-revert-handler): Simplify.
3253 Use buffer-stale--default-function.
3254
06d36e2b
TH
32552013-08-01 Tassilo Horn <tsdh@gnu.org>
3256
5f648ab4
TH
3257 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
3258
06d36e2b
TH
3259 * whitespace.el (whitespace-ensure-local-variables): New function.
3260 (whitespace-cleanup-region): Call it.
3261 (whitespace-turn-on): Call it.
3262
a43dc424
MA
32632013-08-01 Michael Albinus <michael.albinus@gmx.de>
3264
3265 Complete file name handlers.
3266
3267 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3268 (tramp-handle-verify-visited-file-modtime)
3269 (tramp-handle-file-notify-rm-watch): New functions.
3270 (tramp-call-process): Do not bind `default-directory'.
3271
44e18199
JB
3272 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3273 Order alphabetically.
a43dc424
MA
3274 [access-file, add-name-to-file, dired-call-process]:
3275 [dired-compress-file, file-acl, file-notify-rm-watch]:
3276 [file-ownership-preserved-p, file-selinux-context]:
3277 [make-directory-internal, make-symbolic-link, set-file-acl]:
3278 [set-file-selinux-context, set-visited-file-modtime]:
3279 [verify-visited-file-modtime]: Add handler.
3280 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
3281
3282 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3283 [file-notify-add-watch, file-notify-rm-watch]:
3284 [set-file-times, set-visited-file-modtime]:
3285 [verify-visited-file-modtime]: Add handler.
3286 (with-tramp-gvfs-error-message)
3287 (tramp-gvfs-handle-set-visited-file-modtime)
3288 (tramp-gvfs-fuse-file-name): Remove.
3289 (tramp-gvfs-handle-file-notify-add-watch)
3290 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
3291 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
3292
44e18199
JB
3293 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3294 Order alphabetically.
a43dc424
MA
3295 [file-notify-rm-watch ]: Use default Tramp handler.
3296 [executable-find]: Remove private handler.
3297 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
3298 `default-directory'.
3299 (tramp-sh-handle-executable-find)
3300 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
3301 (tramp-sh-file-gvfs-monitor-dir-process-filter)
3302 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
3303 Do not use `format' in `tramp-message'.
3304
3305 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
3306 [file-notify-rm-watch, set-visited-file-modtime]:
3307 [verify-visited-file-modtime]: Add handler.
3308 (tramp-smb-call-winexe): Do not bind `default-directory'.
3309
7188b515
XF
33102013-08-01 Xue Fuqiao <xfq.free@gmail.com>
3311
3312 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
3313
2412ee1a
DG
33142013-07-31 Dmitry Gutov <dgutov@yandex.ru>
3315
3316 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
3317 use it.
3318 (log-view-diff-changeset): Same.
3319 (log-view-diff-common): Call backend command `previous-revision'
3320 to find out the previous revision, in both cases. Swap the
3321 variables `to' and `fr', so that `fr' usually refers to the
3322 earlier revision (Bug#14989).
3323
5002a754
KRC
33242013-07-31 Kan-Ru Chen <kanru@kanru.info>
3325
3326 * ibuf-ext.el (ibuffer-filter-by-filename):
3327 Make it work with dired buffers too.
3328
44e18199 33292013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
3330
3331 * emacs-lisp/re-builder.el (reb-color-display-p):
3332 * files.el (save-buffers-kill-terminal):
3333 * net/browse-url.el (browse-url):
3334 * server.el (server-save-buffers-kill-terminal):
3335 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
3336 Prefer nil to selected-frame for the first arg of frame-parameter.
3337
aeca3fbb
XF
33382013-07-31 Xue Fuqiao <xfq.free@gmail.com>
3339
3340 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
3341
158bc55c
SB
33422013-07-30 Stephen Berman <stephen.berman@gmx.net>
3343
3344 * minibuffer.el (completion--twq-all): Try and preserve each
3345 completion's case choice (bug#14907).
3346
d50fceab
LMI
33472013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3348
ac38e731
LMI
3349 * net/network-stream.el (open-network-stream): Mention the new
3350 :nogreeting parameter.
3351 (network-stream-open-starttls): Use the :nogreeting parameter
3352 (bug#14938).
3353
1211de50
LMI
3354 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
3355
997798bf
LMI
3356 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
3357 more natural than popping.
3358
d50fceab 3359 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 3360 (shr-urlify): Highlight under mouse.
d50fceab 3361
5c09de04
XF
33622013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3363
207d1d04
XF
3364 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
3365
3366 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
3367
5c09de04
XF
3368 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
3369 buffer for output.
3370
3cd51eaa
XF
3371 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
3372 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 3373
44e18199 3374 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 3375 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
3376
3377 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
3378
3379 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
3380 buffer for output.
3381
35a89bdd
EZ
33822013-07-29 Eli Zaretskii <eliz@gnu.org>
3383
3384 * frame.el (frame-notice-user-settings): Avoid inflooping when the
3385 initial frame is minibuffer-less. (Bug#14841)
3386
78822e94
MA
33872013-07-29 Michael Albinus <michael.albinus@gmx.de>
3388
3389 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
3390 option.
3391
3392 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
3393 (tramp-maybe-open-connection): Use it.
3394
9503c190
JB
33952013-07-28 Juanma Barranquero <lekktu@gmail.com>
3396
3397 * desktop.el (desktop--make-frame): Include `minibuffer' in the
3398 minimal set of parameters passed when creating a frame, because
3399 the minibuffer status of a frame cannot be changed later.
3400
d5a845b4
SB
34012013-07-28 Stephen Berman <stephen.berman@gmx.net>
3402
3403 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
3404 replace-regexp-in-string and inadvertent omissions in previous change.
3405 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 3406 name of filtered items buffer.
d5a845b4 3407
ddeffb17
JB
34082013-07-28 Juanma Barranquero <lekktu@gmail.com>
3409
3410 * desktop.el: Optionally force offscreen frames back onscreen.
3411 (desktop-restoring-reuses-frames): New option.
3412 (desktop--compute-pos, desktop--move-onscreen): New functions.
3413 (desktop--make-frame): Use desktop--move-onscreen.
3414
f5950f7a
AM
34152013-07-27 Alan Mackenzie <acm@muc.de>
3416
3417 Fontify a Java generic method as a function.
3418 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
3419 value to t.
3420
ae43b66a
SB
34212013-07-27 Stephen Berman <stephen.berman@gmx.net>
3422
3423 * calendar/todo-mode.el: Add command to rename todo files.
3424 (todo-rename-file): New command.
3425 (todo-key-bindings-t): Add key binding for it. Change the
3426 bindings of todo-filter-regexp-items(-multifile) to use `x'
3427 instead of `r', since the latter is better suited to the new
3428 renaming command.
3429
5ab78d3d
AM
34302013-07-27 Alan Mackenzie <acm@muc.de>
3431
3432 Make Java try-with-resources statement parse properly.
3433 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
3434 (c-block-stmt-1-2-key): New language constants/variables.
3435 * progmodes/cc-engine.el (c-beginning-of-statement-1)
3436 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
3437 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 3438 with c-block-stmt-1-2-key.
5ab78d3d 3439
d85c4d50
JB
34402013-07-27 Juanma Barranquero <lekktu@gmail.com>
3441
3442 * desktop.el (desktop--make-frame): Apply most frame parameters after
3443 creating the frame to force (partially or totally) offscreen frames to
3444 be restored as such.
3445
e4c467f9
XF
34462013-07-26 Xue Fuqiao <xfq.free@gmail.com>
3447
3448 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 3449 (Bug#14948)
e4c467f9 3450
7ced0d04
SM
34512013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
3454 `base' arg of backtrace-frame.
3455
fec92060
EZ
34562013-07-26 Eli Zaretskii <eliz@gnu.org>
3457
3458 * simple.el (list-processes): Doc fix.
3459
d58d31fb
JB
34602013-07-26 Juanma Barranquero <lekktu@gmail.com>
3461
3462 * desktop.el (desktop--select-frame):
d85c4d50 3463 Try harder to reuse existing frames.
d58d31fb 3464
53ff3e77
SM
34652013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
3468 (edebug-eval): Use backtrace-eval.
3469 (edebug--display, edebug--recursive-edit): Don't let-bind the
3470 edebug-outer-* vars that keep track of variables we locally let-bind.
3471 (edebug-outside-excursion): Don't restore outside values of locally
3472 let-bound vars.
3473 (edebug--display): Use user-error.
3474 (cl-lexical-debug, cl-debug-env): Remove.
3475
045f7a53
JB
34762013-07-26 Juanma Barranquero <lekktu@gmail.com>
3477
3478 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
3479 are restored to be sure that they are visible before deleting any
3480 remaining ones.
3481
59070b32
MM
34822013-07-26 Matthias Meulien <orontee@gmail.com>
3483
742a3501
XF
3484 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
3485 vc-print-root-log. (Bug#14948)
59070b32 3486
b1fb3596
RS
34872013-07-26 Richard Stallman <rms@gnu.org>
3488
3489 Add aliases for encrypting mail.
3490 * epa.el (epa-mail-aliases): New option.
3491 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
3492 Bind inhibit-read-only so read-only text doesn't ruin everything.
3493 (epa-mail-default-recipients): New subroutine broken out.
3494 Handle epa-mail-aliases.
3495
56ea7291
SM
34962013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
3497
3498 Add support for lexical variables to the debugger's `e' command.
3499 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
3500 vars, except for debugger-outer-match-data.
3501 (debugger-frame-number): Move check for "on a function call" from
3502 callers into it. Add `skip-base' argument.
3503 (debugger-frame, debugger-frame-clear): Simplify accordingly.
3504 (debugger-env-macro): Only reset the state stored in non-variables,
3505 i.e. current-buffer and match-data.
3506 (debugger-eval-expression): Rewrite using backtrace-eval.
3507 * subr.el (internal--called-interactively-p--get-frame): Remove.
3508 (called-interactively-p):
3509 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
3510 `base' arg of backtrace-frame instead.
3511
15ac32d5
GM
35122013-07-26 Glenn Morris <rgm@gnu.org>
3513
8358a09d
GM
3514 * align.el (align-regexp): Doc fix. (Bug#14857)
3515 (align-region): Explicit error if subexpression missing/does not match.
3516
15ac32d5
GM
3517 * simple.el (global-visual-line-mode):
3518 Do not duplicate the mode lighter. (Bug#14858)
3519
f47ad11b
MR
35202013-07-25 Martin Rudalics <rudalics@gmx.at>
3521
3522 * window.el (display-buffer): In display-buffer bind
3523 split-window-keep-point to t, bug#14829.
3524
02530987
JB
35252013-07-25 Juanma Barranquero <lekktu@gmail.com>
3526
3527 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
3528 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
3529 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
3530 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3531 Change accordingly.
f63ebeb5
JB
3532 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
3533 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 3534
6ccb9cab 35352013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 3536
6ccb9cab 3537 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 3538
cb3a56d2
JB
35392013-07-25 Juanma Barranquero <lekktu@gmail.com>
3540
3541 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
3542 parameter to modify-frame-parameters if the value has not changed;
3543 this is a workaround for bug#14949.
3544 (desktop--make-frame): On cl-delete-if call, check parameter name,
3545 not full parameter.
3546
7aa7fff0
XF
35472013-07-30 Xue Fuqiao <xfq.free@gmail.com>
3548
3549 * vc/vc.el (vc-ignore): New function.
3550
3551 * vc/vc-svn.el (vc-svn-ignore): New function.
3552
3553 * vc/vc-hg.el (vc-hg-ignore): New function.
3554
3555 * vc/vc-git.el (vc-git-ignore): New function.
3556
3557 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
3558 (vc-dir-ignore): New function.
3559
3560 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 3561 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
3562
3563 * vc/vc-bzr.el (vc-bzr-ignore): New function.
3564
3565 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
3566
889acc5c
JB
35672013-07-24 Juanma Barranquero <lekktu@gmail.com>
3568
3569 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
3570 (desktop-restore-frames): Warn when deleting an existing frame failed.
3571
86c40970
GM
35722013-07-24 Glenn Morris <rgm@gnu.org>
3573
3574 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
3575
d5d3c58a
MA
35762013-07-24 Michael Albinus <michael.albinus@gmx.de>
3577
3578 * filenotify.el (file-notify-supported-p):
3579 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3580 Remove functions.
3581
3582 * autorevert.el (auto-revert-use-notify):
3583 (auto-revert-notify-add-watch):
3584 * net/tramp.el (tramp-file-name-for-operation):
3585 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3586 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3587 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3588 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3589 Remove `file-notify-supported-p' entry.
3590
d100084b
GM
35912013-07-24 Glenn Morris <rgm@gnu.org>
3592
3593 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 3594 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 3595
ac93e56b
SM
35962013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3597
249eea30
SM
3598 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
3599 checked with memq (bug#14935).
3600
ac93e56b
SM
3601 * files.el (revert-buffer-function): Use a non-nil default.
3602 (revert-buffer-preserve-modes): Declare var to
3603 provide access to the `preserve-modes' argument.
3604 (revert-buffer): Let-bind it.
3605 (revert-buffer--default): New function, extracted from revert-buffer.
3606
2cdeb903
SM
36072013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * lpr.el: Signal print errors more prominently.
3610 (print-region-function): Don't default to nil.
3611 (lpr-print-region): New function, extracted from print-region-1.
3612 Check lpr's return value and signal an error in case of problem.
3613 (print-region-1): Use it.
3614 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
3615 versions instead.
3616 (ps-printer-name): Default to nil.
3617 (ps-printer-name-option): Default to lpr-printer-switch.
3618 (ps-print-region-function): Don't default to nil.
3619 (ps-postscript-code-directory): Simplify default.
3620 (ps-do-despool): Use lpr-print-region to properly check the outcome.
3621 (ps-string-list, ps-eval-switch, ps-flatten-list)
3622 (ps-flatten-list-1): Remove.
3623 (ps-multibyte-buffer): Avoid setq.
3624 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
3625 (print-region-function, ps-print-region-function): Don't set them here.
3626
73600831
XF
36272013-07-24 Xue Fuqiao <xfq.free@gmail.com>
3628
0e55c076
XF
3629 * ido.el (ido-fractionp):
3630 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
3631 (ido-max-file-prompt-width, ido-unc-hosts-cache)
3632 (ido-max-directory-size, ido-max-dir-file-cache)
3633 (ido-decorations): Doc fix.
3634
73600831
XF
3635 * ansi-color.el: Fix old URL.
3636
3d012865
MM
36372013-07-23 Michael R. Mauger <michael@mauger.com>
3638
e903c210 3639 * progmodes/sql.el: Version 3.3
3d012865
MM
3640 (sql-product-alist): Improve oracle :prompt-cont-regexp.
3641 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
3642 (sql-interactive-remove-continuation-prompt): Rewrite, use
3643 functions above. Fix continuation prompt and complete output line
3644 handling.
3645 (sql-redirect-one, sql-execute): Use `read-only-mode' on
3646 redirected output buffer.
3647 (sql-mode): Restore deleted code (Bug#13591).
3648
da77a2e2
JB
36492013-07-23 Juanma Barranquero <lekktu@gmail.com>
3650
3651 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
3652
80ff0c71
MA
36532013-07-23 Michael Albinus <michael.albinus@gmx.de>
3654
3655 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
3656
3657 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3658 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3659 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
3660
b61d71e4
JB
36612013-07-23 Juanma Barranquero <lekktu@gmail.com>
3662
3663 * desktop.el (desktop-clear): Simplify; remove useless checks
3664 against invalid buffer names.
3665 (desktop-list*): Use cl-list*.
3666 (desktop-buffer-info, desktop-create-buffer): Simplify.
3667
c3512092
LL
36682013-07-23 Leo Liu <sdl.web@gmail.com>
3669
3670 * bookmark.el (bookmark-make-record): Restore NAME as a default
3671 value. (Bug#14933)
3672
0ac26976
SM
36732013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
3674
7d22ce18
SM
3675 * emacs-lisp/autoload.el (autoload--setup-output): New function,
3676 extracted from autoload--insert-text.
3677 (autoload--insert-text): Remove.
3678 (autoload--print-cookie-text): New function, extracted from
3679 autoload--insert-cookie-text.
3680 (autoload--insert-cookie-text): Remove.
3681 (autoload-generate-file-autoloads): Adjust calls accordingly.
3682
9b2607e8
SM
3683 * winner.el (winner-hook-installed-p): Remove.
3684 (winner-mode): Simplify accordingly.
3685
c43a8618
SM
3686 * subr.el (add-to-list): Fix compiler-macro when `append' is
3687 not constant. Don't use `cl-member' for the base case.
3688
0ac26976
SM
3689 * progmodes/subword.el: Fix boundary case (bug#13758).
3690 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
3691 own group.
3692 (subword-backward-regexp): Make it a constant.
3693 (subword-forward-internal): Don't treat a trailing capital as the
3694 beginning of a word.
3695
6874724a
AR
36962013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
3697
3698 * emacs-lisp/package.el (package-menu-mode): Don't modify the
3699 global value of tabulated-list-revert-hook (bug#14930).
3700
70f1b5e8
JB
37012013-07-22 Juanma Barranquero <lekktu@gmail.com>
3702
a1c80d9d
JB
3703 * desktop.el: Require 'cl-lib.
3704 (desktop-before-saving-frames-functions): New hook.
3705 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
3706 for frames being saved. Rename from desktop--save-minibuffer-frames.
3707 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
3708 Do not save frames with non-nil `desktop-dont-save' parameter.
3709 Filter out deleted frames.
a1c80d9d
JB
3710 (desktop--find-frame): Use cl-find-if.
3711 (desktop--select-frame): Use cl-(first|second|third) to access values
3712 of desktop-mini.
3713 (desktop--make-frame): Use cl-delete-if.
3714 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
3715 (desktop-restore-frames): Use cl-(first|second|third) to access values
3716 of desktop-mini. Look for visible frame at the end, not while
3717 restoring frames.
3718
70f1b5e8
JB
3719 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
3720 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
3721 Use string-match-p, looking-at-p (bug#14927).
3722
728dc3cc
JB
37232013-07-21 Juanma Barranquero <lekktu@gmail.com>
3724
56bc453c
JB
3725 * desktop.el (desktop-saved-frame-states):
3726 Rename from desktop--saved-states; all users changed.
3727 (desktop-save-frames): Rename from desktop--save-frames.
3728 Do not save state to desktop file.
3729 (desktop-save): Save desktop-saved-frame-states to desktop file
3730 and reset to nil.
3731 (desktop-restoring-frames-p): New function.
3732 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
3733 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
3734 buffer-lists when restoring frames. Suggested by Martin Rudalics.
3735
728dc3cc
JB
3736 * desktop.el: Correctly restore iconified frames.
3737 (desktop--filter-iconified-position): New function.
3738 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
3739
862f1c9c
GM
37402013-07-20 Glenn Morris <rgm@gnu.org>
3741
c4074c9f
GM
3742 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
3743 Let `message' do the formatting.
3744 (def-gdb-preempt-display-buffer): Add explicit format.
3745
d828e5f9
GM
3746 * image-dired.el (image-dired-track-original-file):
3747 Use with-current-buffer.
3748 (image-dired-track-thumbnail): Use with-current-buffer.
3749 Avoid changing point of wrong window.
3750
862f1c9c
GM
3751 * image-dired.el (image-dired-track-original-file):
3752 Avoid changing point of wrong window. (Bug#14909)
3753
f0398ec1 37542013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
3755
3756 * progmodes/gdb-mi.el (gdb-done-or-error):
3757 Guard against "%" in gdb output. (Bug#14127)
3758
1451928f
AS
37592013-07-20 Andreas Schwab <schwab@linux-m68k.org>
3760
763a086d
JB
3761 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
3762 (Bug#14826)
f7a03897 3763
1451928f
AS
3764 * international/mule.el (coding-system-iso-2022-flags): Fix last
3765 change.
3766
99107004
KH
37672013-07-20 Kenichi Handa <handa@gnu.org>
3768
763a086d
JB
3769 * international/mule.el (coding-system-iso-2022-flags):
3770 Add `8-bit-level-4'. (Bug#8522)
99107004 3771
48494e06
LMI
37722013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3773
8ba8eec5
LMI
3774 * net/shr.el (shr-mouse-browse-url): New command and keystroke
3775 (bug#14815).
3776
dfbc66e3
LMI
3777 * net/eww.el (eww-process-text-input): Allow inputting when the
3778 point is at the start of the line, as the properties aren't
3779 front-sticky.
3780
48494e06
LMI
3781 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
3782 degenerate widths.
3783
77c92cb9
RS
37842013-07-19 Richard Stallman <rms@gnu.org>
3785
aec7da77
RS
3786 * epa.el (epa-popup-info-window): Doc fix.
3787
77c92cb9
RS
3788 * subr.el (split-string): New arg TRIM.
3789
945c5bb1
JB
37902013-07-18 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
3793 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
3794
e06ec67f
MA
37952013-07-18 Michael Albinus <michael.albinus@gmx.de>
3796
c7064f05 3797 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
3798 `file-notify-support'. Do not autoload. Adapt all uses.
3799 (file-notify-supported-p): New defun.
3800
c7064f05
JB
3801 * autorevert.el (auto-revert-use-notify):
3802 Use `file-notify-supported-p' instead of `file-notify-support'.
3803 Adapt docstring.
e06ec67f
MA
3804 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
3805
3806 * net/tramp.el (tramp-file-name-for-operation):
3807 Add `file-notify-supported-p'.
3808
3809 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
3810 New defun.
3811 (tramp-sh-file-name-handler-alist): Add it as handler for
3812 `file-notify-supported-p '.
3813
3814 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
3815 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3816 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3817 Add `ignore' as handler for `file-notify-*' functions.
3818
5dc8a629
EZ
38192013-07-17 Eli Zaretskii <eliz@gnu.org>
3820
3821 * simple.el (line-move-partial, line-move): Don't start vscroll or
3822 scroll-up if the current line is not taller than the window.
3823 (Bug#14881)
3824
77aea2fb
DG
38252013-07-16 Dmitry Gutov <dgutov@yandex.ru>
3826
3827 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
3828 highlight question marks in the method names as strings.
ac72c08d
DG
3829 (ruby-block-beg-keywords): Inline.
3830 (ruby-font-lock-keyword-beg-re): Extract from
3831 `ruby-font-lock-keywords'.
77aea2fb 3832
18c26d81
JD
38332013-07-16 Jan Djärv <jan.h.d@swipnet.se>
3834
3835 * frame.el (blink-cursor-blinks): New defcustom.
3836 (blink-cursor-blinks-done): New defvar.
3837 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
3838 (blink-cursor-timer-function): Check if number of blinks has been
3839 done on X and NS.
3840 (blink-cursor-suspend, blink-cursor-check): New defuns.
3841
da48522e
GM
38422013-07-15 Glenn Morris <rgm@gnu.org>
3843
3844 * edmacro.el (edmacro-format-keys): Fix previous change.
3845
0463c1ef
PE
38462013-07-15 Paul Eggert <eggert@cs.ucla.edu>
3847
3848 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
3849 The hack didn't work outside English locales anyway.
3850
b43f6451
JB
38512013-07-15 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * simple.el (define-alternatives): Rename from alternatives-define,
3854 per RMS' suggestion.
3855
b958c0ad
JB
38562013-07-14 Juanma Barranquero <lekktu@gmail.com>
3857
3858 * desktop.el (desktop-restore-frames): Change default to t.
3859 (desktop-restore-in-current-display): Now offer more options.
3860 (desktop-restoring-reuses-frames): New customization option.
3861 (desktop--saved-states): Doc fix.
3862 (desktop-filter-parameters-alist): New variable, renamed and expanded
3863 from desktop--excluded-frame-parameters.
3864 (desktop--target-display): New variable.
3865 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
3866 (desktop--filter-tty*, desktop--filter-*-color)
3867 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
3868 (desktop--filter-save-desktop-parm)
3869 (desktop-restore-in-original-display-p): New functions.
3870 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
3871 (desktop--save-minibuffer-frames): New function, inspired by a similar
3872 function from Martin Rudalics.
3873 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
3874 (desktop--restore-in-this-display-p): Remove.
3875 (desktop--find-frame): Rename from desktop--find-frame-in-display
3876 and add predicate argument.
3877 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
3878 (desktop--reuse-list): New variable.
3879 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
3880 New functions.
3881 (desktop--restore-frames): Add support for "minibuffer-special" frames.
3882
f6dd8b36
MA
38832013-07-14 Michael Albinus <michael.albinus@gmx.de>
3884
3885 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
3886
2ce3c565
DG
38872013-07-13 Dmitry Gutov <dgutov@yandex.ru>
3888
763a086d
JB
3889 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3890 Highlight conversion methods on Kernel.
2ce3c565 3891
2cdb7698
AM
38922013-07-13 Alan Mackenzie <acm@muc.de>
3893
3894 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
3895 and comment it out. This out-commenting enables certain C++
3896 declarations to be parsed correctly.
3897
1a67b811
EZ
38982013-07-13 Eli Zaretskii <eliz@gnu.org>
3899
1b796d6b
EZ
3900 * international/mule.el (define-coding-system): Doc fix.
3901
1a67b811
EZ
3902 * simple.el (default-font-height): Don't call font-info if the
3903 frame's default font didn't change since the frame was created.
3904 (Bug#14838)
3905
58fbe886
LL
39062013-07-13 Leo Liu <sdl.web@gmail.com>
3907
3908 * ido.el (ido-read-file-name): Guard against non-symbol value.
3909
1f0480d4
FEG
39102013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3911
3912 * progmodes/python.el (python-imenu--build-tree): Fix corner case
3913 in nested defuns.
3914
97ead0e5
LL
39152013-07-13 Leo Liu <sdl.web@gmail.com>
3916
3917 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
3918 ido-set-matches call. (Bug#6852)
3919
0880a952
DG
39202013-07-12 Dmitry Gutov <dgutov@yandex.ru>
3921
3922 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
3923 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
3924 Ruby 2.0.
3925 (ruby-font-lock-keywords): Distinguish calls to functions with
3926 module-like names from module references. Highlight character
3927 literals.
3928
a7d8babb
SDJ
39292013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
3930
3931 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 3932 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 3933
acfcc8c5
JB
39342013-07-12 Juanma Barranquero <lekktu@gmail.com>
3935
3936 * desktop.el (desktop--v2s): Remove unused local variable.
3937 (desktop-save-buffer): Make defvar-local; adjust docstring.
3938 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
3939 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
3940
051f2775
AS
39412013-07-12 Andreas Schwab <schwab@linux-m68k.org>
3942
3943 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
3944
f24e7572
GM
39452013-07-12 Eli Zaretskii <eliz@gnu.org>
3946
3947 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
3948 (Bug#14842)
3949
539a920c
GM
39502013-07-12 Glenn Morris <rgm@gnu.org>
3951
3952 * doc-view.el: Require cl-lib at runtime too.
3953 (doc-view-remove-if): Remove.
3954 (doc-view-search-next-match, doc-view-search-previous-match):
3955 Use cl-remove-if.
3956
3957 * edmacro.el: Require cl-lib at runtime too.
3958 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
3959 (edmacro-mismatch, edmacro-subseq): Remove.
3960
3961 * shadowfile.el: Require cl-lib.
3962 (shadow-remove-if): Remove.
3963 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
3964 Use cl-remove-if.
3965
3966 * wid-edit.el: Require cl-lib.
3967 (widget-choose): Use cl-remove-if.
3968 (widget-remove-if): Remove.
3969
3970 * progmodes/ebrowse.el: Require cl-lib at runtime too.
3971 (ebrowse-delete-if-not): Remove.
3972 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
3973 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
3974 Use cl-delete-if-not.
3975
1048af7c
JB
39762013-07-12 Juanma Barranquero <lekktu@gmail.com>
3977
3978 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
3979 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
3980
6c0674ee
LL
39812013-07-12 Leo Liu <sdl.web@gmail.com>
3982
3983 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
3984
a19b3c2d
GM
39852013-07-11 Glenn Morris <rgm@gnu.org>
3986
4582a01c
GM
3987 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
3988 (edebug-gensym-index, edebug-gensym):
3989 Remove reimplementation of cl-gensym.
3990 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
3991
3992 * thumbs.el: Require cl-lib at run-time too.
3993 (thumbs-gensym-counter, thumbs-gensym):
3994 Remove reimplementation of cl-gensym.
3995 (thumbs-temp-file): Use cl-gensym.
3996
a19b3c2d
GM
3997 * emacs-lisp/ert.el: Require cl-lib at runtime too.
3998 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
3999 (ert--intersection, ert--set-difference, ert--set-difference-eq)
4000 (ert--union, ert--gensym-counter, ert--gensym-counter)
4001 (ert--coerce-to-vector, ert--remove*, ert--string-position)
4002 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
4003 (ert-make-test-unbound, ert--expand-should-1)
4004 (ert--expand-should, ert--should-error-handle-error)
4005 (should-error, ert--explain-equal-rec)
4006 (ert--plist-difference-explanation, ert-select-tests)
4007 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
4008 Use cl-lib functions rather than reimplementations.
4009
88f6a933
MA
40102013-07-11 Michael Albinus <michael.albinus@gmx.de>
4011
4012 * net/tramp.el (tramp-methods): Extend docstring.
4013 (tramp-connection-timeout): New defcustom.
4014 (tramp-error-with-buffer): Reset timestamp only when appropriate.
4015 (with-tramp-progress-reporter): Simplify.
4016 (tramp-process-actions): Improve messages.
4017
4018 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4019 * net/tramp-sh.el (tramp-maybe-open-connection):
4020 Use `tramp-connection-timeout'.
4021 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
4022 (Bug#14808)
4023
a43d577e
LL
40242013-07-11 Leo Liu <sdl.web@gmail.com>
4025
4026 * ido.el (ido-read-file-name): Conform to the requirements of
4027 read-file-name. (Bug#11861)
4028 (ido-read-directory-name): Conform to the requirements of
4029 read-directory-name.
4030
d77974bf
JB
40312013-07-11 Juanma Barranquero <lekktu@gmail.com>
4032
4033 * subr.el (delay-warning): New function.
4034
35cb8a3e
EZ
40352013-07-10 Eli Zaretskii <eliz@gnu.org>
4036
4037 * simple.el (default-line-height): New function.
4038 (line-move-partial, line-move): Use it instead of computing the
4039 line height inline.
4040 (line-move-partial): Always compute ROWH. If the last line is
4041 partially-visible, but its text is completely visible, allow
4042 cursor to enter such a partially-visible line.
4043
525c5c77
MA
40442013-07-10 Michael Albinus <michael.albinus@gmx.de>
4045
4046 Improve error messages. (Bug#14808)
4047
4048 * net/tramp.el (tramp-current-connection): New defvar, moved from
4049 tramp-sh.el.
0ac26976 4050 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 4051 needed anymore.
0ac26976
SM
4052 (tramp-error-with-buffer): Show message in minibuffer.
4053 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
4054 (with-tramp-progress-reporter): Improve messages.
4055 (tramp-process-actions): Use progress reporter. Delete process in
4056 case of error. Improve messages.
4057
763a086d
JB
4058 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
4059 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 4060 (tramp-current-connection): Remove.
525c5c77
MA
4061 (tramp-maybe-open-connection): The car of
4062 `tramp-current-connection' are the first 3 slots of the vector.
4063
c7a4d368
TZ
40642013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
4065
4066 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
4067 inside continued strings.
4068
954b166e
PE
40692013-07-10 Paul Eggert <eggert@cs.ucla.edu>
4070
4071 Timestamp fixes for undo (Bug#14824).
4072 * files.el (clear-visited-file-modtime): Move here from fileio.c.
4073
56973319
LL
40742013-07-10 Leo Liu <sdl.web@gmail.com>
4075
4076 * files.el (require-final-newline): Allow safe local value.
4077 (Bug#14834)
4078
5550a72c
LL
40792013-07-09 Leo Liu <sdl.web@gmail.com>
4080
4081 * ido.el (ido-read-directory-name): Handle fallback.
4082 (ido-read-file-name): Update DIR to ido-current-directory.
4083 (Bug#1516)
c28b9050 4084 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 4085
70c46b28
DG
40862013-07-09 Dmitry Gutov <dgutov@yandex.ru>
4087
4088 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
4089 "autoload". Remove "warn lower camel case" section, previously
4090 commented out. Highlight negation char. Do not highlight the
4091 target in singleton method definitions.
4092
0b64b838
SM
40932013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
4094
7fd72e2c
SM
4095 * faces.el (tty-setup-hook): Declare the hook.
4096
0b64b838
SM
4097 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
4098 and detect when a guard/pred depends on local vars (bug#14773).
4099 (pcase--u1): Adjust caller.
4100
ab49d60b
EZ
41012013-07-08 Eli Zaretskii <eliz@gnu.org>
4102
4103 * simple.el (line-move-partial, line-move): Account for
4104 line-spacing.
701d79aa
EZ
4105 (line-move-partial): Avoid setting vscroll when the last
4106 partially-visible line in window is of default height.
ab49d60b 4107
2d756ae0
LMI
41082013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4109
4110 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4111 been used a while.
4112
ed095bd7
JB
41132013-07-07 Juanma Barranquero <lekktu@gmail.com>
4114
4115 * subr.el (read-quoted-char): Remove unused local variable `char'.
4116
f1e6674b
MK
41172013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
4118
584ee3fc
GM
4119 * ediff.el (ediff-version): Version update.
4120 (ediff-files-command, ediff3-files-command, ediff-merge-command)
4121 (ediff-merge-with-ancestor-command, ediff-directories-command)
4122 (ediff-directories3-command, ediff-merge-directories-command)
4123 (ediff-merge-directories-with-ancestor-command): New functions.
4124 All are command-line interfaces to ediff: to facilitate calling
4125 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
4126
4127 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
4128 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 4129
584ee3fc
GM
4130 * viper.el (viper-version): Version update.
4131 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 4132
584ee3fc
GM
41332013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
4136 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
4137 (viper-intercept-ESC-key): Simplify.
4138 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
4139 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
4140 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
4141 (viper-setup-ESC-to-escape): New functions.
4142 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
4143 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 4144
9aff9b38
EZ
41452013-07-07 Eli Zaretskii <eliz@gnu.org>
4146
5165d44a
JB
4147 * simple.el (default-font-height, window-screen-lines):
4148 New functions.
9aff9b38
EZ
4149 (line-move, line-move-partial): Use them instead of
4150 frame-char-height and window-text-height. This makes scrolling
4151 text smoother when the buffer's default face uses a font that is
4152 different from the frame's default font.
4153
1afb1d07
JD
41542013-07-06 Jan Djärv <jan.h.d@swipnet.se>
4155
4156 * files.el (write-file): Do not display confirm dialog for NS,
4157 it does its own dialog, which can't be cancelled (Bug#14578).
4158
23de972a
EZ
41592013-07-06 Eli Zaretskii <eliz@gnu.org>
4160
4161 * simple.el (line-move-partial): Adjust the row returned by
4162 posn-at-point for the current window-vscroll. (Bug#14567)
4163
54a42486
MA
41642013-07-06 Michael Albinus <michael.albinus@gmx.de>
4165
4166 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
4167 (tramp-sh-file-inotifywait-process-filter): Handle file names with
4168 spaces.
4169
34ada5f4
MR
41702013-07-06 Martin Rudalics <rudalics@gmx.at>
4171
4172 * window.el (window-state-put-stale-windows): New variable.
4173 (window--state-put-2): Save list of windows without matching buffer.
4174 (window-state-put): Remove "bufferless" windows if possible.
4175
11e03d89
JB
41762013-07-06 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * simple.el (alternatives-define): Remove leftover :group keyword.
4179 Tweak docstring.
4180
3504a4be
LL
41812013-07-06 Leo Liu <sdl.web@gmail.com>
4182
4183 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
4184 (ido-enable-virtual-buffers): New variable.
4185 (ido-buffer-internal, ido-toggle-virtual-buffers)
4186 (ido-make-buffer-list): Use it.
4187 (ido-exhibit): Support turning on and off virtual buffers
4188 automatically.
4189
61e56e2c
JB
41902013-07-06 Juanma Barranquero <lekktu@gmail.com>
4191
4192 * simple.el (alternatives-define): New macro.
4193
321e1a9c
SM
41942013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
4195
4196 * subr.el (read-quoted-char): Use read-key.
4197 (sit-for): Let read-event decode tty input (bug#14782).
4198
d610f6dd
SB
41992013-07-05 Stephen Berman <stephen.berman@gmx.net>
4200
4201 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
4202 mode command and externally. Fix various related bugs.
4203 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
4204 (todo-delete-file): New command.
4205 (todo-check-file): New function.
4206 (todo-show): Handle external deletion of the file we're trying to
4207 show (bug#14688). Replace called-interactively-p by an optional
4208 prefix argument to avoid problematic interaction with catch form
4209 when byte compiled (bug#14702).
4210 (todo-quit): Handle external deletion of the archive's todo file.
4211 Make sure the buffer that was visiting the archive file is still
4212 live before trying to bury it.
4213 (todo-category-completions): Handle external deletion of any
4214 category completion files.
4215 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
4216 of todo files, in case of external deletion.
4217 (todo-add-file): Replace unnecessary setq by let-binding.
4218 (todo-find-archive): Check whether there are any archives.
4219 Replace unnecessary setq by let-binding.
4220 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
4221 archive buffer whether or not the archive already exists.
4222 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
4223 check if the archive is new; if it is, update list of archives.
4224 (todo-default-todo-file): Allow nil to be a valid value for when
4225 there are no todo files.
4226 (todo-reevaluate-default-file-defcustom): Use corrected definition
4227 of todo-default-todo-file.
4228 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
4229 (todo-delete-category, todo-show-categories-table)
4230 (todo-category-number): Clarify comment.
4231 (todo-filter-items): Clarify documentation string.
4232 (todo-show-current-file, todo-display-as-todo-file)
4233 (todo-reset-and-enable-done-separator): Tweak documentation string.
4234 (todo-done-separator): Make separator length window-width, since
4235 bug#2749 is now fixed.
4236
ddbdfd6f
MA
42372013-07-05 Michael Albinus <michael.albinus@gmx.de>
4238
321e1a9c
SM
4239 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
4240 Support both "gvfs-monitor-dir" and "inotifywait".
4241 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
4242 `tramp-sh-file-notify-process-filter'.
4243 (tramp-sh-file-gvfs-monitor-dir-process-filter)
4244 (tramp-get-remote-gvfs-monitor-dir): New defuns.
4245
96eb829a
LL
42462013-07-05 Leo Liu <sdl.web@gmail.com>
4247
4248 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
4249
cf13177e
YM
42502013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4251
4252 * frame.el (display-pixel-height, display-pixel-width)
4253 (display-mm-height, display-mm-width): Mention behavior on
4254 multi-monitor setups in docstrings.
4255 (w32-display-monitor-attributes-list): Declare function.
4256 (display-monitor-attributes-list): Use it.
4257
864c58ca
MA
42582013-07-04 Michael Albinus <michael.albinus@gmx.de>
4259
4260 * filenotify.el: New package.
4261
4262 * autorevert.el (top): Require filenotify.el.
4263 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
4264 instead.
4265 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
4266 (auto-revert-notify-handler): Use `file-notify-*' functions.
4267
4268 * subr.el (file-notify-handle-event): Move function to filenotify.el.
4269
321e1a9c
SM
4270 * net/tramp.el (tramp-file-name-for-operation):
4271 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
4272
4273 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
4274 for `file-notify-add-watch' and `file-notify-rm-watch'.
4275 (tramp-process-sentinel): Improve trace.
4276 (tramp-sh-handle-file-notify-add-watch)
4277 (tramp-sh-file-notify-process-filter)
4278 (tramp-sh-handle-file-notify-rm-watch)
4279 (tramp-get-remote-inotifywait): New defuns.
4280
96673afe
JL
42812013-07-03 Juri Linkov <juri@jurta.org>
4282
4283 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
4284 call of `occur-read-primary-args' to interactive spec.
4285
4286 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
4287 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
4288
924494f4
MM
42892013-07-03 Matthias Meulien <orontee@gmail.com>
4290
4291 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
4292 `Buffer-menu-multi-occur'. Add it to the menu.
4293 (Buffer-menu-mode): Document it in docstring.
4294 (Buffer-menu-multi-occur): New command. (Bug#14673)
4295
56f75efc
DG
42962013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4297
4298 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
4299 keywords and built-ins.
4300
9b057d61
GM
43012013-07-03 Glenn Morris <rgm@gnu.org>
4302
208dee4d
GM
4303 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
4304
9b057d61
GM
4305 Make info-xref checks case-sensitive by default
4306 * info.el (Info-find-node, Info-find-in-tag-table)
4307 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
4308 Add option for exact case matching of nodes.
4309 * info-xref.el (info-xref): New custom group.
4310 (info-xref-case-fold): New option.
4311 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
4312
e01aa29c
LL
43132013-07-03 Leo Liu <sdl.web@gmail.com>
4314
4315 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
4316
3086ca2e
DG
43172013-07-03 Dmitry Gutov <dgutov@yandex.ru>
4318
4319 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
4320 middle of block statement initially, lower the depth. Remove
4321 FIXME comment, not longer valid. Remove middle of block statement
4322 detection, no need to do that anymore since we've been using
4323 `ruby-parse-region' here.
4324
a3b49114
JD
43252013-07-02 Jan Djärv <jan.h.d@swipnet.se>
4326
4327 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
4328
08e5c823 43292013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
4330
4331 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
4332
2addf922
JB
43332013-07-01 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
4336 (desktop-restore-in-current-display): New customization option.
4337 (desktop--excluded-frame-parameters): Add `font'.
4338 (desktop--save-frames): Rename from desktop--save-windows.
4339 (desktop--restore-in-this-display-p): New function.
4340 (desktop--make-full-frame): Remove unwanted width/height from
4341 full(width|height) frames.
4342 (desktop--restore-frames): Rename from desktop--restore-windows.
4343 Obey desktop-restore-current-display. Do not delete old frames or
4344 select a new frame unless we were able to restore at least one frame.
4345
ef099a94
MN
43462013-06-30 Michal Nazarewicz <mina86@mina86.com>
4347
4348 * files.el (find-file-noselect): Simplify conditional expression.
4349
4350 * remember.el (remember-append-to-file):
4351 Don't mix `find-buffer-visiting' and `get-file-buffer'.
4352
4353 Add `remember-notes' function to store random notes across Emacs
4354 restarts.
4355 * remember.el (remember-data-file): Add :set callback to affect
4356 notes buffer (if any).
4357 (remember-notes): New command.
4358 (remember-notes-buffer-name, bury-remember-notes-on-kill):
4359 New defcustoms for the `remember-notes' function.
4360 (remember-notes-save-and-bury-buffer): New command.
4361 (remember-notes-mode-map): New variable.
4362 (remember-mode): New minor mode.
4363 (remember-notes--kill-buffer-query): New function.
4364 * startup.el (initial-buffer-choice): Add notes to custom type.
4365
0865d506
EZ
43662013-06-30 Eli Zaretskii <eliz@gnu.org>
4367
0ba54312
EZ
4368 * bindings.el (right-char, left-char): Don't call sit-for, this is
4369 no longer needed. Use arithmetic comparison only for numerical
4370 arguments.
4371
ef099a94
MN
4372 * international/mule-cmds.el (select-safe-coding-system):
4373 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 4374
2fae38e5
LMI
43752013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4376
4377 * net/shr.el (shr-make-table-1): Add a sanity check that allows
4378 progression on degenerate tables.
ef099a94 4379 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 4380
a47cbd64
JB
43812013-06-30 Juanma Barranquero <lekktu@gmail.com>
4382
4383 Some fixes and improvements for desktop frame restoration.
4384 It is still experimental and disabled by default.
4385 * desktop.el (desktop--save-windows): Put the selected frame at
4386 the head of the list.
4387 (desktop--make-full-frame): New function.
4388 (desktop--restore-windows): Try to re-select the frame that was
4389 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
4390 just show an error message and continue. Set up maximized frames
4391 so they have default non-maximized dimensions.
a47cbd64 4392
6dbafa30
DG
43932013-06-30 Dmitry Gutov <dgutov@yandex.ru>
4394
ef099a94
MN
4395 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4396 Don't start heredoc inside a string or comment.
6dbafa30 4397
4c672a0f
EZ
43982013-06-29 Eli Zaretskii <eliz@gnu.org>
4399
4400 * bindings.el (visual-order-cursor-movement): New defcustom.
4401 (right-char, left-char): Provide visual-order cursor motion by
4402 calling move-point-visually. Update the doc strings.
4403
50960f36
KH
44042013-06-28 Kenichi Handa <handa@gnu.org>
4405
4406 * international/mule.el (define-coding-system): New coding system
4407 properties :inhibit-null-byte-detection,
4408 :inhibit-iso-escape-detection, and :prefer-utf-8.
4409 (set-buffer-file-coding-system): If :charset-list property of
4410 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
4411 appropriate for setting.
4412
c1ea3abf
JB
4413 * international/mule-cmds.el (select-safe-coding-system):
4414 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
4415 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
4416
4417 * international/mule-conf.el (prefer-utf-8): New coding system.
4418 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
4419 files.
4420
75dbaf9d
IK
44212013-06-28 Ivan Kanis <ivan@kanis.fr>
4422
eadb6068
IK
4423 * net/shr.el (shr-render-region): New function.
4424
75dbaf9d
IK
4425 * net/eww.el: Autoload `eww-browse-url'.
4426
9ea5cf9f
DG
44272013-06-27 Dmitry Gutov <dgutov@yandex.ru>
4428
c1ea3abf
JB
4429 * emacs-lisp/package-x.el (package-upload-buffer-internal):
4430 Adapt to `package-desc-version' being a list.
4431 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
4432 archive element.
4433
39c0e36f
JB
44342013-06-27 Juanma Barranquero <lekktu@gmail.com>
4435
4436 New experimental feature to save&restore window and frame setup.
4437 * desktop.el (desktop-save-windows): New defcustom.
4438 (desktop--saved-states): New var.
4439 (desktop--excluded-frame-parameters): New defconst.
4440 (desktop--filter-frame-parms, desktop--find-frame-in-display)
4441 (desktop--restore-windows, desktop--save-windows): New functions.
4442 (desktop-save): Call `desktop--save-windows'.
4443 (desktop-read): Call `desktop--restore-windows'.
4444
7f13406b
LMI
44452013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4446
ef099a94 4447 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 4448
1e072639
SB
44492013-06-27 Stephen Berman <stephen.berman@gmx.net>
4450
4451 * info.el (Info-try-follow-nearest-node): Move search for footnote
4452 above search for node name to prevent missing a footnote (bug#14717).
4453
f3e2cbde
SB
44542013-06-27 Stephen Berman <stephen.berman@gmx.net>
4455
4456 * obsolete/otodo-mode.el: Add obsolescence info to file header.
4457
99906aa0
LL
44582013-06-27 Leo Liu <sdl.web@gmail.com>
4459
4460 * net/eww.el (eww-read-bookmarks): Check file size.
4461
539f75f4
SM
44622013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
4465 advice--pending if newdef is nil or an autoload (bug#13820).
4466 (advice-mapc): New function.
4467
843571cb
LMI
44682013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4469
4470 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
4471 probably.
23a75d7f 4472 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
4473 (eww-add-bookmark): New command.
4474 (eww-bookmark-mode): New mode and commands.
a285ce99 4475 (eww-add-bookmark): Remove newlines from the title.
47fd571b 4476 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 4477
f2136e1e
GM
44782013-06-26 Glenn Morris <rgm@gnu.org>
4479
eab35f39
GM
4480 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
4481 (hfy-size): Handle ttys. (Bug#14668)
4482
f2136e1e
GM
4483 * info-xref.el: Update for Texinfo 5 change in *note format.
4484 (info-xref-node-re, info-xref-note-re): New constants.
4485 (info-xref-check-buffer): Use info-xref-note-re.
4486
a49ff80c
SM
44872013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
4488
a343d218
SM
4489 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
4490
a49ff80c
SM
4491 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
4492 nil terminate the loop (bug#14718).
4493
8308f184
LMI
44942013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4495
4496 * net/eww.el: Rework history traversal. When going forward/back,
4497 put these actions into the history, too, so that they can be
4498 replayed.
26bf2b82 4499 (eww-render): Move the history reset to the correct buffer.
8308f184 4500
ec64c273
JL
45012013-06-25 Juri Linkov <juri@jurta.org>
4502
4503 * files-x.el (modify-dir-local-variable): Change the header comment
4504 in the file with directory local variables. (Bug#14692)
4505
e080a9d7
JL
4506 * files-x.el (read-file-local-variable-value): Add `default'.
4507 (Bug#14710)
4508
bfbc93a1
IK
45092013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4510
4511 * net/eww.el (eww-make-unique-file-name): Create a unique file
4512 name before saving to entering `y' accidentally asynchronously.
4513
45142013-06-25 Ivan Kanis <ivan@kanis.fr>
4515
4516 * net/eww.el (eww-download): New command and keystroke.
4517
16f74f10
LMI
45182013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4519
a49ff80c 4520 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
4521
4522 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
4523 be more consistent with Info and dired.
4524
4525 * net/eww.el (eww-mode-map): Ditto.
4526
12059709
SM
45272013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4528
4529 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
4530 packages from archives.
4531 (package-archive-contents): Change format; include obsolete packages.
4532 (package-desc): Use `dir' to mark builtin packages.
4533 (package--from-builtin): Set the `dir' field to `builtin'.
4534 (generated-autoload-file, version-control): Declare.
4535 (package-compute-transaction): Change first arg and return value to be
4536 lists of package-descs. Adjust to new package-archive-contents format.
4537 (package--add-to-archive-contents): Adjust to new
4538 package-archive-contents format.
4539 (package-download-transaction): Arg is now a list of package-descs.
4540 (package-install): If `pkg' is a package name, pass it as
4541 a requirement, so it is subject to the usual (e.g. disabled) checks.
4542 (describe-package): Accept package-desc as well.
4543 (describe-package-1): Describe a specific package-desc. Add links to
4544 other package-descs for the same package name.
4545 (package-menu-describe-package): Pass the actual package-desc.
4546 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
4547 works correctly.
4548 (package-desc-status): New function.
4549 (package-menu--refresh): New function, extracted
4550 from package-menu--generate.
4551 (package-menu--generate): Use it.
4552 (package-delete): Update package-alist.
4553 (package-menu-execute): Don't call package-initialize.
4554
4555 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
4556 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
4557 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
4558 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
4559 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
4560 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
4561
8bbdea0f
MR
45622013-06-25 Martin Rudalics <rudalics@gmx.at>
4563
4564 * window.el (window--state-get-1): Workaround for bug#14527.
4565 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
4566
e82b0991
LMI
45672013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4568
4569 * net/eww.el (eww-back-url): Implement the history by stashing all
4570 the data into a list.
d3f0f918 4571 (eww-forward-url): Allow going forward in the history, too.
e82b0991 4572
c763842b
SM
45732013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
4574
4575 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
4576 for values and use read--expression for expressions (bug#14710).
4577 (read-file-local-variable): Avoid setq.
4578 (read-file-local-variable-mode): Use minor-mode-list.
4579
bceff189
RW
45802013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4581
864c58ca 4582 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
4583 for DOI URLs.
4584
45f431c6
RW
45852013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4586
864c58ca 4587 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
4588 Update imenu-support when dialect changes.
4589
f42d8237
LL
45902013-06-25 Leo Liu <sdl.web@gmail.com>
4591
4592 * ido.el (ido-read-internal): Allow forward slash on windows.
4593
be549ce6
LMI
45942013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4595
4596 * net/eww.el (eww): Start of strings is \\`, not ^.
4597
71d4c19d
IK
45982013-06-24 Ivan Kanis <ivan@kanis.fr>
4599
5196f88a
IK
4600 * net/shr.el (shr-browse-url): Fix interactive spec.
4601
71d4c19d
IK
4602 * net/eww.el (eww): Add a trailing slash to domain names.
4603
ae36ca55
JB
46042013-06-24 Juanma Barranquero <lekktu@gmail.com>
4605
4606 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
4607
0ebd92a3
LMI
46082013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4609
bdaa086b
LMI
4610 * net/shr.el (shr-browse-url): Use an external browser if given a
4611 prefix.
4612
c763842b 4613 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 4614
b89fc156
IK
46152013-06-24 Ivan Kanis <ivan@kanis.fr>
4616
4617 * net/eww.el (eww): Work more correctly for file: URLs.
4618 (eww-detect-charset): Allow quoted charsets.
4619 (eww-yank-page-url): New command and keystroke.
4620
18eb4bca
DU
46212013-06-24 Daiki Ueno <ueno@gnu.org>
4622
4623 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
4624 file name of gpg executable.
4625 (epg-context-program): New function.
4626 (epg-context-home-directory): New function.
4627 (epg-context-set-program): New function.
4628 (epg-context-set-home-directory): New function.
4629 (epg--start): Use `epg-context-program' instead of
4630 'epg-gpg-program'.
4631 (epg--list-keys-1): Likewise.
4632
6c6268c8
LL
46332013-06-24 Leo Liu <sdl.web@gmail.com>
4634
4635 * ido.el (ido-read-internal): Fix bug#14620.
4636
5e400cb3
JB
46372013-06-23 Juanma Barranquero <lekktu@gmail.com>
4638
4639 * faces.el (face-documentation): Simplify.
4640 (read-face-attribute, tty-find-type, x-resolve-font-name):
4641 Use `string-match-p'.
4642 (list-faces-display): Use `string-match-p'. Simplify.
4643 (face-spec-recalc): Check face to avoid face alias loops.
4644 (read-color): Use `string-match-p' and non-capturing parenthesis.
4645
f3f9606c
LMI
46462013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4647
4648 * net/shr.el (shr-rescale-image): Use the new
4649 :max-width/:max-height functionality.
4650
a3ca09b9
IK
46512013-06-23 Ivan Kanis <ivan@kanis.fr>
4652
4653 * net/eww.el (eww-search-prefix): New variable.
4654 (eww): Use it.
f865b474
IK
4655 (eww-external-browser): New variable.
4656 (eww-mode-map): New keystroke.
4657 (eww-browse-with-external-browser): New command.
a3ca09b9 4658
e854cfc7
IK
4659 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
4660
18bb9e21
JB
46612013-06-23 Juanma Barranquero <lekktu@gmail.com>
4662
4663 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
4664 Don't skip aligning the next header field when padding is 0;
4665 otherwise, field width is not respected unless the title is as
4666 wide as the field.
4667
5b165ade
SM
46682013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
4669
4670 * emacs-lisp/package.el (package-el-version): Remove.
4671 (package-process-define-package): Fix inf-loop.
4672 (package-install): Allow symbols as arguments again.
4673
12adebe9
DG
46742013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4675
4676 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
4677 add some more keyword-like methods.
4678 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
4679
388573ee
JB
46802013-06-22 Juanma Barranquero <lekktu@gmail.com>
4681
4682 * bs.el (bs-buffer-show-mark): Make defvar-local.
4683 (bs-mode): Use setq-local.
4684
4685 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
4686 (emacs-lock--try-unlocking): Make defvar-local.
4687
4582a01c 46882013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 4689
2663dd23
GM
4690 * play/cookie1.el (cookie-apropos): Minor simplification.
4691
3d94f3ad
GM
4692 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
4693
f72e2fdb
DG
46942013-06-22 Dmitry Gutov <dgutov@yandex.ru>
4695
4696 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
4697 `regexp-opt', it breaks the build during dumping.
4698
73eab938
DG
46992013-06-21 Dmitry Gutov <dgutov@yandex.ru>
4700
c763842b
SM
4701 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4702 Highlight keyword-like methods on Kernel and Module with
73eab938 4703 font-lock-builtin-face.
5cf8176d
DG
4704 (auto-mode-alist): Consolidate different entries into one regexp
4705 and add more *file-s.
73eab938 4706
d26255f6
SB
47072013-06-21 Stephen Berman <stephen.berman@gmx.net>
4708
4709 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
4710
4711 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
4712 (diary-entry): Use it in the action of this button type instead of
4713 diary-goto-entry.
4714
4715 * calendar/todo-mode.el: New version.
4716 (todo-add-category): Append new category to end of file and give
4717 it the highest number, instead of putting it at the beginning and
4718 giving it 0. Incorporate noninteractive functionality.
4719 (todo-forward-category): Adapt to 1-based category numbering.
4720 Allow skipping over archived categories.
4721 (todo-backward-category): Derive from todo-forward-category.
4722 (todo-backward-item, todo-forward-item): Make noninteractive and
4723 delegate interactive part to new commands. Make sensitive to done items.
4724 (todo-categories): Make value an alist of category names and
4725 vectors of item counts.
4726 (todo-category-beg): Make a defconst.
4727 (todo-category-number): Use 1 instead of 0 as initial value.
4728 (todo-category-select): Make sensitive to overlays, optional item
4729 highlighting and done items.
4730 (todo-delete-item): Make sensitive to overlays and marked and done items.
4731 (todo-edit-item): Make sensitive to overlays and editing of
4732 date/time header optional. Add format checks.
4733 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
4734 no-op if point is not on an item. Advertise using todo-edit-quit.
4735 (todo-edit-mode): Make sensitive to new format, font-locking, and
4736 multiple todo files.
4737 (todo-insert-item, todo-insert-item-here): Derive from
4738 todo-basic-insert-item and extend functionality.
4739 (todo-item-end, todo-item-start): Make sensitive to done items.
4740 (todo-item-string): Don't return text properties. Restore point.
4741 (todo-jump-to-category): Make sensitive to multiple todo files and
4742 todo archives. Use extended category completion.
4743 (todo-lower-item, todo-raise-item): Rename to *-priority and
4744 derive from todo-set-item-priority.
4745 (todo-mode): Derive from special-mode. Make sensitive to new
4746 format, font-locking and multiple todo files. Make read-only.
4747 (todo-mode-map): Don't suppress digit keys, so they can supply
4748 prefix arguments. Add many new key bindings.
4749 (todo-prefix): Insert as an overlay instead of file text.
4750 Change semantics from diary date expression to purely visual mark.
4751 (todo-print): Rename to todo-print-buffer. Make buffer display
4752 features printable. Remove option to restrict number of items
4753 printed. Add option to print to file.
4754 (todo-print-function): Rename to todo-print-buffer-function.
4755 (todo-quit): Extend to handle exiting new todo modes.
4756 (todo-remove-item): Make sensitive to overlays.
4757 (todo-save): Extend to buffers of filtered items.
4758 (todo-show): Make sensitive to done items, multiple todo files and
4759 new todo modes. Offer to convert legacy todo file before creating
4760 first new todo file.
4761 (todo-show-priorities): Rename to todo-top-priorities.
4762 Change semantics of value 0.
4763 (todo-top-priorities): Rename to todo-filter-top-priorities,
4764 derive from todo-filter-items and extend functionality.
4765 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
4766 and extend functionality to other types of filtered items.
4767 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
4768 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
4769 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
4770 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
4771 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
4772 (todo-edit-mode-hook, todo-entry-prefix-function)
4773 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
4774 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
4775 (todo-initials, todo-insert-threshold, todo-item-string-start)
4776 (todo-line-string, todo-menu, todo-mode-hook)
4777 (todo-more-important-p, todo-previous-answer, todo-previous-line)
4778 (todo-print-priorities, todo-remove-separator)
4779 (todo-save-top-priorities-too, todo-string-count-lines)
4780 (todo-string-multiline-p, todo-time-string-format)
4781 (todo-tmp-buffer-name): Remove.
4782 (todo-add-file, todo-archive-done-item, todo-choose-archive)
4783 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
4784 (todo-edit-category-diary-inclusion)
4785 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
4786 (todo-edit-file, todo-edit-item-date-day)
4787 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
4788 (todo-edit-item-date-month, todo-edit-item-date-to-today)
4789 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
4790 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
4791 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
4792 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
4793 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
4794 (todo-filter-top-priorities-multifile, todo-find-archive)
4795 (todo-find-filtered-items-file, todo-go-to-source-item)
4796 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
4797 (todo-jump-to-archive-category, todo-lower-category)
4798 (todo-mark-category, todo-marked-item-p, todo-merge-category)
4799 (todo-move-category, todo-move-item, todo-next-button)
4800 (todo-next-item, todo-padded-string, todo-powerset)
4801 (todo-previous-button, todo-previous-item)
4802 (todo-print-buffer-to-file, todo-raise-category)
4803 (todo-rename-category, todo-repair-categories-sexp, todo-search)
4804 (todo-set-category-number, todo-set-item-priority)
4805 (todo-set-top-priorities-in-category)
4806 (todo-set-top-priorities-in-file, todo-show-categories-table)
4807 (todo-sort-categories-alphabetically-or-numerically)
4808 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
4809 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
4810 (todo-toggle-item-header, todo-toggle-item-highlighting)
4811 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
4812 (todo-toggle-view-done-items, todo-toggle-view-done-only)
4813 (todo-unarchive-items, todo-unmark-category): New commands.
4814 (todo-absolute-file-name, todo-add-to-buffer-list)
4815 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
4816 (todo-basic-insert-item, todo-category-completions)
4817 (todo-category-number, todo-category-string-matcher-1)
4818 (todo-category-string-matcher-2, todo-check-filtered-items-file)
4819 (todo-check-format, todo-clear-matches)
4820 (todo-comment-string-matcher, todo-convert-legacy-date-time)
4821 (todo-current-category, todo-date-string-matcher)
4822 (todo-define-insertion-command, todo-diary-expired-matcher)
4823 (todo-diary-goto-entry, todo-diary-item-p)
4824 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
4825 (todo-display-categories, todo-display-sorted, todo-done-item-p)
4826 (todo-done-item-section-p, todo-done-separator)
4827 (todo-done-string-matcher, todo-files, todo-filter-items)
4828 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
4829 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
4830 (todo-insert-category-line, todo-insert-item-from-calendar)
4831 (todo-insert-sort-button, todo-insert-with-overlays)
4832 (todo-insertion-command-name, todo-insertion-key-bindings)
4833 (todo-label-to-key, todo-longest-category-name-length)
4834 (todo-make-categories-list, todo-mode-external-set)
4835 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
4836 (todo-modes-set-3, todo-multiple-filter-files)
4837 (todo-nondiary-marker-matcher, todo-prefix-overlays)
4838 (todo-read-category, todo-read-date, todo-read-dayname)
4839 (todo-read-file-name, todo-read-time)
4840 (todo-reevaluate-category-completions-files-defcustom)
4841 (todo-reevaluate-default-file-defcustom)
4842 (todo-reevaluate-filelist-defcustoms)
4843 (todo-reevaluate-filter-files-defcustom)
4844 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
4845 (todo-reset-done-separator, todo-reset-done-separator-string)
4846 (todo-reset-done-string, todo-reset-global-current-todo-file)
4847 (todo-reset-highlight-item, todo-reset-nondiary-marker)
4848 (todo-reset-prefix, todo-set-categories)
4849 (todo-set-date-from-calendar, todo-set-show-current-file)
4850 (todo-set-top-priorities, todo-short-file-name)
4851 (todo-show-current-file, todo-sort, todo-time-string-matcher)
4852 (todo-total-item-counts, todo-update-buffer-list)
4853 (todo-update-categories-display, todo-update-categories-sexp)
4854 (todo-update-count, todo-validate-name, todo-y-or-n-p):
4855 New functions.
4856 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
4857 New major modes.
4858 (todo-categories, todo-display, todo-edit, todo-faces)
4859 (todo-filtered): New defgroups.
4860 (todo-archived-only, todo-button, todo-category-string, todo-date)
4861 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
4862 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
4863 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
4864 (todo-add-item-if-new-category, todo-always-add-time-string)
4865 (todo-categories-align, todo-categories-archived-label)
4866 (todo-categories-category-label, todo-categories-diary-label)
4867 (todo-categories-done-label, todo-categories-number-separator)
4868 (todo-categories-todo-label, todo-categories-totals-label)
4869 (todo-category-completions-files, todo-completion-ignore-case)
4870 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
4871 (todo-done-separator-string, todo-done-string)
4872 (todo-files-function, todo-filter-done-items, todo-filter-files)
4873 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
4874 (todo-initial-category, todo-initial-file, todo-item-mark)
4875 (todo-legacy-date-time-regexp, todo-mode-line-function)
4876 (todo-nondiary-marker, todo-number-prefix)
4877 (todo-print-buffer-function, todo-show-current-file)
4878 (todo-show-done-only, todo-show-first, todo-show-with-done)
4879 (todo-skip-archived-categories, todo-top-priorities-overrides)
4880 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
4881 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
4882 New defcustoms.
4883 (todo-category-done, todo-date-pattern, todo-date-string-start)
4884 (todo-diary-items-buffer, todo-done-string-start)
4885 (todo-filtered-items-buffer, todo-item-start)
4886 (todo-month-abbrev-array, todo-month-name-array)
4887 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
4888 (todo-top-priorities-buffer): New defconsts.
4889 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
4890 (todo-categories-with-marks, todo-category-string-face)
4891 (todo-comment-face, todo-comment-string, todo-current-todo-file)
4892 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
4893 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
4894 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
4895 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
4896 (todo-font-lock-keywords, todo-global-current-todo-file)
4897 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
4898 (todo-insertion-commands-args)
4899 (todo-insertion-commands-args-genlist)
4900 (todo-insertion-commands-names, todo-insertion-map)
4901 (todo-key-bindings-t, todo-key-bindings-t+a)
4902 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
4903 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
4904 (todo-nondiary-face, todo-print-buffer, todo-time-face)
4905 (todo-visited): New variables.
4906
cad5d1cb
GM
49072013-06-21 Glenn Morris <rgm@gnu.org>
4908
4909 * play/cookie1.el (cookie-apropos): Add optional display argument.
4910 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
4911 (psychoanalyze-pinhead): Use cookie-doctor.
4912
9e277302
JB
49132013-06-21 Juanma Barranquero <lekktu@gmail.com>
4914
4915 * emacs-lisp/package.el (tar-get-file-descriptor)
4916 (tar--extract): Declare.
4917
c5b0993e
EW
49182013-06-21 Eduard Wiebe <usenet@pusto.de>
4919
4920 Extend flymake's warning predicate to be a function (bug#14217).
4921 * progmodes/flymake.el (flymake-warning-predicate): New.
4922 (flymake-parse-line): Use it.
4923 (flymake-warning-re): Make obsolete alias to
4924 `flymake-warning-predicate'.
4925
a7d2d465
SM
49262013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * emacs-lisp/package.el (package-alist): Include obsolete packages.
4929 (package-obsolete-list): Remove.
4930 (package-activate): Remove min-version argument. Add `force' argument.
4931 Adjust to new package-alist format.
4932 (package-mark-obsolete): Remove.
4933 (package-unpack): Force reload of the package's autoloads.
4934 (package-installed-p): Check builtins if the installed package is not
4935 recent enough.
4936 (package-initialize): Don't reset package-obsolete-list.
4937 Don't specify which package version to activate.
4938 (package-process-define-package, describe-package-1)
4939 (package-menu--generate): Adjust to new package-alist format.
4940
cedf5c9d
JB
49412013-06-21 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * allout-widgets.el (allout-widgets-mode-off)
4944 (allout-widgets-mode-on, allout-widgets-pre-command-business)
4945 (allout-widgets-post-command-business)
4946 (allout-widgets-after-copy-or-kill-function)
4947 (allout-widgets-after-undo-function, allout-test-range-overlaps)
4948 (allout-decorate-item-and-context)
4949 (allout-graphics-modification-handler): Fix typos in docstrings.
4950 (allout-get-or-create-parent-widget): Use `looking-at-p'.
4951
4952 * cmuscheme.el (scheme-start-file): Doc fix.
4953 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
4954 (scheme-input-filter): Use `string-match-p'.
4955
4956 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
4957
4958 * dired-x.el: Use Dired consistently in docstrings.
4959
4960 * dired.el: Use Dired consistently in docstrings.
4961 (dired-readin, dired-mode): Use `setq-local'.
4962 (dired-switches-alist): Make defvar-local.
4963 (dired-buffers-for-dir): Use `zerop'.
4964 (dired-safe-switches-p, dired-switches-escape-p)
4965 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
4966 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
4967 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
4968 (dired-goto-next-nontrivial-file): Use `string-match-p'.
4969 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
4970 (dired-toggle-marks, dired-mark-files-containing-regexp)
4971 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
4972 (dired-flag-auto-save-files, dired-flag-backup-files):
4973 Use `looking-at-p'.
4974 (dired-mark-files-regexp, dired-build-subdir-alist):
4975 Use `string-match-p', `looking-at-p'.
4976
4977 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
4978 (direct-print-region-helper): Use `string-match-p'.
4979
aed838b5
LL
49802013-06-21 Leo Liu <sdl.web@gmail.com>
4981
cedf5c9d
JB
4982 * comint.el (comint-redirect-results-list-from-process):
4983 Fix infinite loop.
aed838b5 4984
d80a808f
LMI
49852013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4986
4987 * net/eww.el (eww-update-header-line-format): Quote % characters.
4988
e7a526e3
GM
49892013-06-21 Glenn Morris <rgm@gnu.org>
4990
4991 * play/cookie1.el (cookie): New custom group.
4992 (cookie-file): New option.
4993 (cookie-check-file): New function.
4994 (cookie): Make it interactive. Make start and end messages optional.
4995 Interactively, display the result. Default to cookie-file.
4996 (cookie-insert): Default to cookie-file.
4997 (cookie-snarf): Make start and end messages optional.
4998 Default to cookie-file. Use with-temp-buffer.
4999 (cookie-read): Rename from read-cookie.
5000 Make start and end messages optional. Default to cookie-file.
5001 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 5002 Do not autoload it.
e7a526e3
GM
5003 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
5004 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
5005
62efb35e
LL
50062013-06-21 Leo Liu <sdl.web@gmail.com>
5007
5008 * progmodes/octave.el (octave-mode): Backward compatibility fix.
5009
21e3f963
GM
50102013-06-21 Glenn Morris <rgm@gnu.org>
5011
5012 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
5013
fd846ab4
SM
50142013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5015 Daniel Hackney <dan@haxney.org>
5016
5017 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
5018 Consolidate the single-file vs tarball code.
5019 (package-desc-suffix): New function.
5020 (package-desc-full-name): Don't bother inlining it.
5021 (package-load-descriptor): Return the new package-desc.
5022 (package-mark-obsolete): Remove unused arg `package'.
5023 (package-unpack): Make it work for single files as well.
5024 Make it update package-alist.
5025 (package--make-autoloads-and-stuff): Rename from
5026 package--make-autoloads-and-compile. Don't compile any more.
5027 (package--compile): New function.
5028 (package-generate-description-file): New function, extracted from
5029 package-unpack-single.
5030 (package-unpack-single): Remove.
5031 (package--with-work-buffer): Add indentation and debugging info.
5032 (package-download-single): Remove.
5033 (package-install-from-archive): Rename from package-download-tar, make
5034 it take a pkg-desc, and make it work for single files as well.
5035 (package-download-transaction): Simplify.
5036 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
5037 external tar program.
5038 (package-install-from-buffer): Remove `pkg-desc' argument.
5039 Use package-tar-file-info for tar-mode buffers.
5040 (package-install-file): Simplify accordingly.
5041 (package-archive-base): Change to take a pkg-desc.
5042 * tar-mode.el (tar--check-descriptor): New function, extracted from
5043 tar-get-descriptor.
5044 (tar-get-descriptor): Use it.
5045 (tar-get-file-descriptor): New function.
5046 (tar--extract): New function, extracted from tar-extract.
5047 (tar--extract): Use it.
5048 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
5049 case the summary uses non-ascii. Adjust to new calling convention of
5050 package-tar-file-info.
5051
b7deae5e
LL
50522013-06-21 Leo Liu <sdl.web@gmail.com>
5053
fd846ab4
SM
5054 * comint.el (comint-redirect-results-list-from-process):
5055 Fix random delay. (Bug#14681)
b7deae5e 5056
7a65a0b2
JB
50572013-06-21 Juanma Barranquero <lekktu@gmail.com>
5058
5059 * profiler.el (profiler-format-number): Use log, not log10.
5060
1493c2af
JB
50612013-06-20 Juanma Barranquero <lekktu@gmail.com>
5062
5063 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
5064
aff6371e
SM
50652013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5066
5067 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
5068 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
5069 yet available.
5070 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
5071 (AUTOGENEL): ... here.
5072 * emacs-lisp/cl-macs.el (cl--sublis): New function.
5073 (cl--defsubst-expand): Use it.
5074
89561f72
PE
50752013-06-20 Paul Eggert <eggert@cs.ucla.edu>
5076
5077 * subr.el (log10): Move here from C code, and declare as obsolete.
5078 All uses of (log10 X) replaced with (log X 10).
5079
47199123
JB
50802013-06-20 Juanma Barranquero <lekktu@gmail.com>
5081
5082 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
5083 Declare with `defvar-local'.
5084 (tabulated-list-use-header-line, tabulated-list-entries)
5085 (tabulated-list-padding, tabulated-list-printer)
5086 (tabulated-list-sort-key): Declare with `defvar-local'.
5087 (tabulated-list-init-header, tabulated-list-print-fake-header):
5088 Use `setq-local'.
5089
4a172eab
MA
50902013-06-20 Michael Albinus <michael.albinus@gmx.de>
5091
47199123
JB
5092 * arc-mode.el (archive-mode): Add `archive-write-file' to
5093 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 5094
5fc0acc0
JB
50952013-06-20 Juanma Barranquero <lekktu@gmail.com>
5096
d5b27848
JB
5097 * cus-edit.el (custom-commands): Fix typos.
5098 (custom-display): Fix tooltip text.
5099 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
5100 Fix typos in docstrings.
5101 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
5102 (custom-unlispify-menu-entry, custom-magic-value-create)
5103 (custom-add-see-also, custom-group-value-create): Use ?\s.
5104 (custom-guess-type, customize-apropos, editable-field)
5105 (custom-face-value-create): Use `string-match-p'.
5106 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
5107
5108 * custom.el (custom-load-symbol): Use `string-match-p'.
5109
a5c581d8
JB
5110 * ansi-color.el: Convert to lexical binding.
5111 (ansi-colors): Fix URL.
5112 (ansi-color-context, ansi-color-context-region): Use defvar-local.
5113 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
5114 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
5115
970ad972
G
51162013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5117
5118 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
5119
5120 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
5121
51222013-06-19 Tom Tromey <tromey@redhat.com>
5123
5124 * net/eww.el (eww-top-url): Remove.
5125 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
5126 (eww-render): Set new variables. Don't set eww-top-url.
5127 (eww-handle-link): Handle "prev", "home", and "contents".
5128 Downcase the rel text.
5129 (eww-top-url): Choose best top URL.
5130
51312013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5132
5133 * net/eww.el: Rewrite to implement form elements "by hand" instead of
5134 relying in widget.el. Using widget.el leads to too many
5135 user interface inconsistencies.
5136 (eww-self-insert): Implement entering commands in text fields.
5137 (eww-process-text-input): New function to make text input field editing
5138 work.
5139 (eww-submit): Rewrite to use the new-style form methods.
5140 (eww-select-display): Display the correct selected item.
5141 (eww-change-select): Implement changing the select value.
5142 (eww-toggle-checkbox): Implement radio/checkboxes.
5143 (eww-update-field): Fix compilation error.
5144 (eww-tag-textarea): Implement <textarea>.
5145
5146 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
5147 we don't shadow mode-specific bindings.
5148
5149 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
5150 nothing to push.
5151
5152 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
5153
4582a01c 51542013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
5155
5156 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
5157
15b263dc
MA
51582013-06-19 Michael Albinus <michael.albinus@gmx.de>
5159
5160 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
5161 not needed.
5162
5163 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
5164
8f5297f7
LMI
51652013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
5166
5167 * net/browse-url.el (browse-url-browser-function):
5168 `eww-browse-url' has the right calling signature, `eww' does not.
5169
011c4552
GM
51702013-06-19 Glenn Morris <rgm@gnu.org>
5171
2285bd27
GM
5172 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
5173 Only eval autoloaded macros.
5174 (byte-compile-autoload): Only give the macro warning for macros.
5175
1d653303
GM
5176 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
5177 (ps-underlined-faces): Declare.
5178
bdd779ec
GM
5179 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
5180 (speedbar-add-supported-extension): Declare.
5181
011c4552
GM
5182 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
5183 Don't include a date stamp in the header of the generated file;
5184 it leads to needless differences between output files.
5185
e59dfb0e
MA
51862013-06-19 Michael Albinus <michael.albinus@gmx.de>
5187
c763842b
SM
5188 * net/secrets.el (secrets-struct-secret-content-type):
5189 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 5190 Some servers do not offer introspection.
e59dfb0e 5191
102626e2
SM
51922013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
5193
5194 * electric.el (electric-pair-mode): Improve interaction with
5195 electric-layout-mode.
5196 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
5197 (electric-pair-syntax): Use text-mode-syntax-table in comments
5198 and strings.
5199 (electric-pair--insert): New function.
5200 (electric-pair-post-self-insert-function): Use it and
5201 electric--after-char-pos.
5202
ad528125
LL
52032013-06-19 Leo Liu <sdl.web@gmail.com>
5204
5205 * progmodes/octave.el (octave-help): Fix regexp.
5206
924d6997
G
52072013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5208
5209 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
5210 (shr-table-horizontal-line): Allow nil as a value, and change the
5211 default.
5212 (shr-insert-table-ruler): Respect the nil value.
5213
52142013-06-18 Tom Tromey <tromey@barimba>
5215
5216 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5217 New defvars.
5218 (eww-open-file): New defun.
5219 (eww-render): Initialize new variables.
5220 (eww-display-html): Handle "link" and "a".
5221 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
5222 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
5223 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
5224 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
5225 New defuns.
924d6997 5226
d1bbba4f
DG
52272013-06-18 Dmitry Gutov <dgutov@yandex.ru>
5228
5229 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
5230 Distinguish ternary operator tokens from slash symbol and slash
5231 char literal.
5232
14dd22d2
JB
52332013-06-18 Juanma Barranquero <lekktu@gmail.com>
5234
5235 Convert symbol prettification into minor mode and global minor mode.
5236
5237 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
5238 `prog-prettify-symbols', and make a local defvar instead of defcustom.
5239 (prettify-symbols--keywords): Rename from
5240 `prog-prettify-symbols-alist' and make a local defvar.
5241 (prettify-symbols--compose-symbol): Rename from
5242 `prog--prettify-font-lock-compose-symbol'.
5243 (prettify-symbols--make-keywords): Rename from
5244 `prog-prettify-font-lock-symbols-keywords' and simplify.
5245 (prog-prettify-install): Remove.
5246 (prettify-symbols-mode): New minor mode, based on
5247 `prog-prettify-install'.
5248 (turn-on-prettify-symbols-mode): New function.
5249 (global-prettify-symbols-mode): New globalized minor mode.
5250
5251 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5252 * progmodes/cfengine.el (cfengine3-mode):
5253 * progmodes/perl-mode.el (perl-mode): Don't call
5254 `prog-prettify-install'; set `prettify-symbols-alist' instead.
5255
292c880c
JL
52562013-06-18 Juri Linkov <juri@jurta.org>
5257
5258 * files-x.el (modify-file-local-variable-message): New function.
5259 (modify-file-local-variable)
5260 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
5261 and call `modify-file-local-variable-message' when it's non-nil.
5262 (add-file-local-variable, delete-file-local-variable)
5263 (add-file-local-variable-prop-line)
5264 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
5265 and use it. (Bug#9820)
5266
0950aa27
JL
52672013-06-18 Juri Linkov <juri@jurta.org>
5268
5269 * emulation/vi.el (vi-shell-op):
5270 * emulation/vip.el (vip-execute-com, ex-command):
5271 * emulation/viper-cmd.el (viper-exec-bang):
5272 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
5273 the call of `shell-command-on-region'. (Bug#14637)
5274
5275 * simple.el (shell-command-on-region): Doc fix.
5276
8fbcca16
SM
52772013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5278
5279 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
5280 (bug#14633).
5281
dd7426ea
GM
52822013-06-18 Glenn Morris <rgm@gnu.org>
5283
4ba54f7d
GM
5284 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
5285
dd7426ea
GM
5286 * newcomment.el (comment-search-forward, comment-search-backward):
5287 Doc fix. (Bug#14376)
5288
58aa805b
JB
52892013-06-18 Juanma Barranquero <lekktu@gmail.com>
5290
5291 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
5292 (buffer-face-mode-invoke): Doc fix.
5293
9a08a617
MM
52942013-06-18 Matthias Meulien <orontee@gmail.com>
5295
5296 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 5297 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 5298
f2f426ca
GM
52992013-06-18 Glenn Morris <rgm@gnu.org>
5300
9445f99b
GM
5301 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
5302 Replace obsolete function generic-make-keywords with its expansion.
5303
e0df2d14
GM
5304 * progmodes/python.el (ffap-alist): Declare.
5305
f2f426ca
GM
5306 * textmodes/reftex.el (bibtex-mode-map): Declare.
5307
f7f9a720
SM
53082013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
5309
5310 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
5311 (package-unpack, package-unpack-single): Return the pkg-dir.
5312 (package-download-transaction): Use it to update package-alist.
5313
57ff04e0
LMI
53142013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5315
5316 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
5317 possible choice.
5318
c048c022
JL
53192013-06-17 Juri Linkov <juri@jurta.org>
5320
5321 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
5322
b5bcaee5
DG
53232013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5324
a020afb9
JB
5325 * emacs-lisp/package.el (package-load-descriptor):
5326 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
5327 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
5328
551e07e5
JB
53292013-06-17 Juanma Barranquero <lekktu@gmail.com>
5330
5331 * startup.el (command-line): Expand package name returned by
5332 `package--description-file' (bug#14639).
5333
d363bffb
DG
53342013-06-17 Dmitry Gutov <dgutov@yandex.ru>
5335
5336 * emacs-lisp/package.el (package-load-descriptor): Do not call
5337 `emacs-lisp-mode', just use its syntax table.
5338
f612933b
JB
53392013-06-17 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
5342 `font-lock-extra-managed-props' if any prettifying keyword is added.
5343 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
5344 (prog-mode): Use `setq-local'.
5345
db3b7db5
SM
53462013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
5347
5348 * international/characters.el (standard-case-table): Set syntax of ?»
5349 and ?« to punctuation.
5350
f3d674df
JB
53512013-06-16 Juanma Barranquero <lekktu@gmail.com>
5352
5353 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
5354 Save relevant match data before calling `syntax-ppss' (bug#14595).
5355
31489a32
JL
53562013-06-15 Juri Linkov <juri@jurta.org>
5357
5358 * files-x.el (modify-file-local-variable-prop-line): Add local
5359 variables to the end of the existing comment on the first line.
5360 Use `file-auto-mode-skip' to skip interpreter magic line,
5361 and also skip XML declaration.
5362
66bd25ab
SM
53632013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
5364
5365 * startup.el (package--builtin-versions): New var.
5366 (package-subdirectory-regexp): Remove.
5367 (package--description-file): Hard code its value instead.
5368
5369 * emacs-lisp/package.el: Don't activate packages older than builtin.
5370 (package-obsolete-list): Rename from package-obsolete-alist, and make
5371 it into a simple list of package-desc.
5372 (package-strip-version): Remove.
5373 (package-built-in-p): Use package--builtin-versions.
5374 (package-mark-obsolete): Simplify.
5375 (package-process-define-package): Mark it obsolete if older than the
5376 builtin version.
5377 (package-handle-response): Use line-end-position.
5378 (package-read-archive-contents, package--download-one-archive):
5379 Simplify.
5380 (package--add-to-archive-contents): Skip if older than the builtin or
5381 installed version.
5382 (package-menu-describe-package): Fix last change.
5383 (package-list-unversioned): New var.
5384 (package-menu--generate): Use it.
5385
5386 * emacs-lisp/autoload.el: Manage package--builtin-versions.
5387 (autoload--insert-text, autoload--insert-cookie-text): New functions.
5388 (autoload-builtin-package-versions): New variable.
5389 (autoload-generate-file-autoloads): Use them.
5390 Remove the list of autoloaded functions/macros from the
5391 (autoload...) comments.
5392
5393 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
5394
9583ec36
EZ
53952013-06-15 Eli Zaretskii <eliz@gnu.org>
5396
5397 * simple.el (line-move-partial): Don't jump to the next screen
5398 line as soon as it becomes visible. Instead, continue enlarging
5399 the vscroll until the portion of a tall screen line that's left on
5400 display is about the height of the frame's default font.
5401 (Bug#14567)
5402
f0100d8a
GM
54032013-06-15 Glenn Morris <rgm@gnu.org>
5404
b86a85ca
GM
5405 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
5406 compilation-error-regexp-alist void, or local while let-bound.
5407
f0100d8a
GM
5408 * progmodes/make-mode.el (makefile-mode-syntax-table):
5409 Treat "=" as punctuation. (Bug#14614)
5410
05e7ce90
JB
54112013-06-15 Juanma Barranquero <lekktu@gmail.com>
5412
5413 * help-fns.el (describe-variable):
5414 Add extra line for permanent-local variables.
5415
12e5e86e
SH
54162013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
5417
5418 * progmodes/scheme.el (scheme-font-lock-keywords-2):
5419 Add export, import, library. (Bug#9164)
5420 (library): Set indent function.
5421
230dcbaf
GM
54222013-06-14 Glenn Morris <rgm@gnu.org>
5423
5424 * term/xterm.el (xterm--query):
5425 Stop after first matching handler. (Bug#14615)
5426
e36b2d20 54272013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
5428
5429 Add support for dired in saveplace.
5430 * dired.el (dired-initial-position-hook): New variable.
5431 (dired-initial-position): Call hook to place cursor position.
5432 * saveplace.el (save-place-to-alist): Add dired position.
5433 (save-place-dired-hook): New function.
5434
0b31660d
SM
54352013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
5436
bf1e6ae8
SM
5437 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
5438 through a symbol rather than letrec.
5439
1b8dff23
SM
5440 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
5441 (package-desc): Add `dir' field.
5442 (package-desc-full-name): New function.
5443 (package-load-descriptor): Combine the two arguments. Don't use `load'.
5444 (package-maybe-load-descriptor): Remove.
5445 (package-load-all-descriptors): Just call package-load-descriptor.
5446 (package--disabled-p): New function.
5447 (package-desc-vers, package-desc-doc): Remove aliases.
5448 (package--dir): Remove function.
5449 (package-activate): Check if a package is disabled.
5450 (package-process-define-package): New function, extracted from
5451 define-package.
5452 (define-package): Turn into a place holder.
5453 (package-unpack-single, package-tar-file-info):
5454 Use package--description-file.
5455 (package-compute-transaction): Use package--disabled-p.
5456 (package-download-transaction): Don't call
5457 package-maybe-load-descriptor since they're all loaded anyway.
5458 (package-install): Change argument to be a pkg-desc.
5459 (package-delete): Use a single pkg-desc argument.
5460 (describe-package-1): Use package-desc-dir instead of package--dir.
5461 Use package-desc property instead of package-symbol.
5462 (package-install-button-action): Adjust accordingly.
5463 (package--push): Rewrite.
5464 (package-menu--print-info): Adjust accordingly. Change the ID format
5465 to be a pkg-desc.
5466 (package-menu-describe-package, package-menu-get-status)
5467 (package-menu--find-upgrades, package-menu-mark-upgrades)
5468 (package-menu-execute, package-menu--name-predicate):
5469 Adjust accordingly.
5470 * startup.el (package--description-file): New function.
5471 (command-line): Use it.
5472 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5473 Use package-desc-version.
5474
0b31660d
SM
5475 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
5476 (byte-compile-preprocess): Use it.
5477 (byte-compile-file-form-defalias): Try a bit harder to use macros we
5478 can't quite recognize.
5479 (byte-compile-add-to-list): Remove.
5480 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
5481 (cconv-closure-convert): Add assertion.
5482
5483 * emacs-lisp/map-ynp.el: Use lexical-binding.
5484 (map-y-or-n-p): Remove unused vars `tail' and `object'.
5485 Factor out some repeated code.
5486
de0503df
SM
54872013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5488
5489 * subr.el (with-eval-after-load): New macro.
5490 (eval-after-load): Allow form to be a function.
5491 take advantage of lexical-binding.
5492 (do-after-load-evaluation): Use dolist and adjust to new format.
5493 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
5494
bc5c8c5a
JL
54952013-06-13 Juri Linkov <juri@jurta.org>
5496
5497 * replace.el (perform-replace): Display "symbol " and other search
5498 modes from `isearch-message-prefix' in the *Help* buffer.
5499
5500 * isearch.el (isearch-query-replace): Add " symbol" and other
5501 possible search modes from `isearch-message-prefix' to the prompt.
5502 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
5503 when reading a regexp to collect.
5504
a22289f7
JL
55052013-06-13 Juri Linkov <juri@jurta.org>
5506
5507 * isearch.el (word-search-regexp): Match whitespace if the search
5508 string begins or ends in whitespace. The LAX arg is applied to
5509 both ends of the search string. Use `regexp-quote' and explicit
5510 \< and \> instead of \b. Use \` and \' instead of ^ and $.
5511 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
5512 boundaries are replaced with symbol boundaries, and characters
5513 between symbols match non-word non-symbol syntax. (Bug#14602)
5514
cb89acab
JL
55152013-06-13 Juri Linkov <juri@jurta.org>
5516
5517 * isearch.el (isearch-del-char): Don't exceed the length of
5518 `isearch-string' by the prefix arg. (Bug#14563)
5519
6e8cfc81
JL
55202013-06-13 Juri Linkov <juri@jurta.org>
5521
5522 * isearch.el (isearch-yank-word, isearch-yank-line)
5523 (isearch-char-by-name, isearch-quote-char)
5524 (isearch-printing-char, isearch-process-search-char):
5525 Add optional count prefix arg. (Bug#14563)
5526
5527 * international/isearch-x.el
5528 (isearch-process-search-multibyte-characters):
5529 Add optional count prefix arg.
5530
c23d55f4
VS
55312013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
5532
5533 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
5534 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
5535 lexical-binding.
5536
55372013-06-13 Vitalie Spinu <spinuvit@gmail.com>
5538
5539 * subr.el (set-temporary-overlay-map): Add on-exit argument.
5540
ba947bc4
GM
55412013-06-13 Glenn Morris <rgm@gnu.org>
5542
8baeb37a
GM
5543 * startup.el (tty-handle-args):
5544 Don't just discard "--" and anything after. (Bug#14608)
5545
ba947bc4
GM
5546 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
5547
9abefce4
MA
55482013-06-13 Michael Albinus <michael.albinus@gmx.de>
5549
5550 Implement changes in Secret Service API. Make it backward compatible.
5551 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
5552 (secrets-create-item): Use it. Prefix properties with interface.
5553
5755011f
MH
55542013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
5555
5556 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
5557 (term-emulate-terminal): Respect term-suppress-hard-newline.
5558
1261d2da
S
55592013-06-13 E Sabof <esabof@gmail.com> (tiny change)
5560
5561 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5562 Only remove a `thumb-file' overlay. (Bug#14548)
5563
868490bb
GJ
55642013-06-12 Grégoire Jadi <daimrod@gmail.com>
5565
5566 * mail/reporter.el (reporter-submit-bug-report):
5567 Handle missing package-name. (Bug#14600)
5568
79d7167f
TH
55692013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5570
5571 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
5572 (reftex-citation-prompt, reftex-default-bibliography)
5573 (reftex-bib-or-thebib, reftex-get-bibfile-list)
5574 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
5575 (reftex-bib-sort-author, reftex-bib-sort-year)
5576 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
5577 (reftex-extract-bib-entries-from-thebibliography)
5578 (reftex-get-bibkey-default, reftex-get-bib-names)
5579 (reftex-parse-bibtex-entry, reftex-get-bib-field)
5580 (reftex-format-bib-entry, reftex-parse-bibitem)
5581 (reftex-format-bibitem, reftex-do-citation)
5582 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
5583 (reftex-restrict-bib-matches, reftex-extract-bib-file)
5584 (reftex-insert-bib-matches, reftex-format-citation)
5585 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
5586 (reftex-create-bibtex-file): Add docstrings, mostly by converting
5587 existing comments into docstrings.
5588
5f9dbd7a
XF
55892013-06-12 Xue Fuqiao <xfq.free@gmail.com>
5590
5591 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
5592
94df41ab
AS
55932013-06-12 Andreas Schwab <schwab@suse.de>
5594
5595 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
5596 for auto-save files.
5597
a7f3fecc
GM
55982013-06-12 Glenn Morris <rgm@gnu.org>
5599
001809f6
GM
5600 * ido.el (ido-delete-ignored-files): Remove.
5601 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
5602 Go back to calling ido-ignore-item-p directly.
a7f3fecc 5603
834b5ded
EL
56042013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
5605
08c73ed2
EL
5606 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
5607
834b5ded
EL
5608 * ido.el (ido-delete-ignored-files): New function,
5609 split from ido-make-file-list-1.
5610 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
5611 (ido-make-file-list-1): Use ido-delete-ignored-files.
5612
daabf15a
LL
56132013-06-12 Leo Liu <sdl.web@gmail.com>
5614
5615 * progmodes/octave.el (inferior-octave-startup)
5616 (inferior-octave-completion-table)
5617 (inferior-octave-track-window-width-change)
5618 (octave-eldoc-function-signatures, octave-help)
5619 (octave-find-definition): Use single quoted strings.
5620 (inferior-octave-startup-args): Change default value.
5621 (inferior-octave-startup): Do not hard code "-i" and
5622 "--no-line-editing".
5623 (inferior-octave-resync-dirs): Add optional arg NOERROR.
5624 (inferior-octave-directory-tracker): Use it.
5625 (octave-goto-function-definition): Robustify.
5626 (octave-help): Support highlighting operators in 'See also'.
5627 (octave-find-definition): Find subfunctions only in Octave mode.
5628
cf4e5178
SM
56292013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5630
5631 * help-fns.el (help-fns--compiler-macro): If the handler function is
5632 named, then put a link to it.
5633 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
5634 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
5635 (cl-typep): Use it.
5636 (cl-eval-when): Simplify debug spec.
5637 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
5638 compiler-macro function instead of setting `compiler-macro-file'.
5639
99c81280 56402013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
5641
5642 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
5643 * vc/vc-hooks.el (vc-stay-local): Doc fix.
5644
f56be016
SM
56452013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
5646 Daniel Hackney <dan@haxney.org>
5647
5648 First part of Daniel Hackney's patch to package.el.
5649 * emacs-lisp/package.el: Use defstruct.
5650 (package-desc): New, main struct.
5651 (package--bi-desc, package--ac-desc): New structs, used to describe the
5652 format in external files.
5653 (package-desc-vers): Replace with package-desc-version accessor.
5654 (package-desc-doc): Replace with package-desc-summary accessor.
5655 (package-activate-1): Remove `package' arg since the pkg-vec now
5656 includes the name.
5657 (define-package): Use package-desc-from-define.
5658 (package-unpack-single): Change file-name arg to be a symbol.
5659 (package--add-to-archive-contents): Use package-desc-create and new
5660 accessor functions to package--ac-desc.
5661 (package-buffer-info, package-tar-file-info): Return a package-desc.
5662 (package-install-from-buffer): Remove `type' argument. Change pkg-info
5663 arg to be a package-desc.
5664 (package-install-file): Adjust accordingly. Use \' to match EOS.
5665 (package--from-builtin): New function.
5666 (describe-package-1, package-menu--generate): Use it.
5667 (package--make-autoloads-and-compile): Change name arg to be a symbol.
5668 (package-generate-autoloads): Idem and return the name of the file.
5669 * emacs-lisp/package-x.el (package-upload-buffer-internal):
5670 Change pkg-info arg to be a package-desc.
5671 Use package-make-ac-desc.
5672 (package-upload-file): Use \' to match EOS.
5673 * finder.el (finder-compile-keywords): Use package-make-builtin.
5674
31119d63
SM
56752013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5676
931a2762
SM
5677 * vc/vc.el (vc-deduce-fileset): Change error message.
5678 (vc-read-backend): New function.
5679 (vc-next-action): Use it.
5680
5a3eb0c6
SM
5681 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
5682
e3eb1bb7
SM
5683 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
5684 (prolog-font-lock-keywords): Use regexp-opt instead.
5685 Don't manually highlight strings.
5686 (prolog-mode-variables): Simplify comment-start-skip.
5687 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
5688
31119d63
SM
5689 * emacs-lisp/generic.el (generic--normalise-comments)
5690 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
5691 (generic-mode-set-comments): Use them.
5692 (generic-bracket-support): Use setq-local.
5693 (generic-make-keywords-list): Declare obsolete.
5694
7de135d0
GM
56952013-06-11 Glenn Morris <rgm@gnu.org>
5696
5697 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5698 Prettify after setting font-lock-defaults. (Bug#14574)
5699
fa6bc6fd
JB
57002013-06-11 Juanma Barranquero <lekktu@gmail.com>
5701
5702 * replace.el (query-replace, occur-read-regexp-defaults-function)
5703 (replace-search):
5704 * subr.el (declare-function, number-sequence, local-set-key)
5705 (substitute-key-definition, locate-user-emacs-file)
5706 (with-silent-modifications, split-string, eval-after-load):
5707 Fix typos, remove unneeded backslashes and reflow some docstrings.
5708
cf1f9b9a
SM
57092013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
5710
5711 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
5712 default for Elisp files.
5713
56602a4b
GM
57142013-06-11 Glenn Morris <rgm@gnu.org>
5715
5716 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
5717 although define-derived-mode was doing this anyway. (Bug#14583)
5718
30ae0b2c
JB
57192013-06-10 Juanma Barranquero <lekktu@gmail.com>
5720
5721 * allout.el (allout-encryption-plaintext-sanitization-regexps):
5722 Fix make-variable-buffer-local call to refer to the correct variable.
5723
fa472906
AG
57242013-06-10 Aidan Gauland <aidalgol@amuri.net>
5725
5726 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
5727 (eshell-visual-subcommands, eshell-visual-options):
5728 Add summary line to docstrings. Add cross-references.
fa472906 5729
ff4871b9
GM
57302013-06-10 Glenn Morris <rgm@gnu.org>
5731
5732 * epa.el (epa-read-file-name): New function. (Bug#14510)
5733 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
5734
04fcf1b0
AG
57352013-06-09 Aidan Gauland <aidalgol@amuri.net>
5736
5737 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
5738 output redirection to be ignored with visual commands.
5739
88b00caa
AG
57402013-06-09 Aidan Gauland <aidalgol@amuri.net>
5741
5742 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
5743 (eshell-term-initialize): Move long lambda to separate function
5744 eshell-visual-command-p.
e7b41c4c
JB
5745 * eshell/em-dirs.el (eshell-dirs-initialise):
5746 * eshell/em-script.el (eshell-script-initialize):
5747 Add missing #' to lambda.
88b00caa 5748
fda74125
LL
57492013-06-08 Leo Liu <sdl.web@gmail.com>
5750
5751 * progmodes/octave.el (octave-add-log-current-defun): New function.
5752 (octave-mode): Set add-log-current-defun-function.
5753 (octave-goto-function-definition): Do not move point if not found.
5754 (octave-find-definition): Enhance to try subfunctions first.
5755
467f3b33
GM
57562013-06-08 Glenn Morris <rgm@gnu.org>
5757
5758 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5759 (byte-compile-backward-char, byte-compile-backward-word):
5760 Improve previous change, to handle non-explicit nil.
5761
544badc3
SM
57622013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
5765 (smie--opener/closer-at-point): New function.
5766 (smie--matching-block-data): Use it. Don't match from right after an
5767 opener or right before a closer. Obey smie-blink-matching-inners.
5768 Don't signal a mismatch for repeated inners like "switch..case..case".
5769
a175bf33
LL
57702013-06-07 Leo Liu <sdl.web@gmail.com>
5771
5772 * progmodes/octave.el (octave-mode): Set comment-use-global-state
5773 to t. (Bug#14303)
ce8209d4
LL
5774 (octave-function-header-regexp): Fix. (Bug#14570)
5775 (octave-help-mode-finish-hook, octave-help-mode-finish):
5776 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
5777
5778 * newcomment.el (comment-search-backward): Revert last change.
5779 (Bug#14434)
5780
5781 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
5782
a822acff
EZ
57832013-06-07 Eli Zaretskii <eliz@gnu.org>
5784
5785 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
5786 through xargs, to avoid failure due to MS-Windows limitations on
5787 command-line length.
5788
961166f5
GM
57892013-06-06 Glenn Morris <rgm@gnu.org>
5790
d0341459
GM
5791 * font-lock.el (lisp-font-lock-keywords-2):
5792 Treat user-error like error.
5793
961166f5
GM
5794 * emacs-lisp/bytecomp.el (byte-compile-char-before)
5795 (byte-compile-backward-char, byte-compile-backward-word):
5796 Handle explicit nil arguments. (Bug#14565)
5797
80fa505f
AM
57982013-06-05 Alan Mackenzie <acm@muc.de>
5799
5800 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 5801 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 5802 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 5803 (Bug#9706)
80fa505f 5804
fccdc796
SM
58052013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5806
5807 * autorevert.el (auto-revert-notify-handler): Use memq.
5808 Hide assertion failure.
5809
5810 * skeleton.el: Use cl-lib.
5811 (skeleton-further-elements): Use defvar-local.
5812 (skeleton-insert): Use cl-progv.
5813
9bfff84b
TZ
58142013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5815
5816 * progmodes/prog-mode.el (prog-prettify-symbols)
5817 (prog-prettify-install): Update docstrings.
5818
55577e7c
SM
58192013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * simple.el: Move all the prog-mode code to prog-mode.el.
5822 * progmodes/prog-mode.el: New file.
5823 * loadup.el: Add prog-mode.el.
5824
8fc57765
TZ
58252013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5826
5827 * simple.el (prog-prettify-symbols): Add version.
5828 (prog-prettify-install): Add convenience function to prettify symbols.
5829
5830 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
5831 (perl--augmented-font-lock-keywords-1)
5832 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
5833 variables and use it.
5834
5835 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
5836 (cfengine3-mode): Remove unneeded variable and use it.
5837
5838 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5839 (lisp--augmented-font-lock-keywords-1)
5840 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
5841 Remove unneeded variables and use it.
5842
650645d5 58432013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
5844
5845 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 5846 to point when opening the connection. (Bug#14380)
28f5da6d 5847
781b4af6
SM
58482013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * subr.el (load-history-regexp, load-history-filename-element)
5851 (eval-after-load, after-load-functions, do-after-load-evaluation)
5852 (eval-next-after-load, display-delayed-warnings)
5853 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
5854 definition of save-match-data.
5855 (overriding-local-map): Remove accidental obsolescence declaration.
5856
5857 * emacs-lisp/edebug.el (edebug-result): Move before first use.
5858
3ca0d0b4
TZ
58592013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
5860
5861 Generalize symbol prettify support to prog-mode and implement it
5862 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
5863 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
5864 (prog--prettify-font-lock-compose-symbol)
5865 (prog-prettify-font-lock-symbols-keywords): New variables and
5866 functions to support symbol prettification.
5867 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
5868 (lisp--augmented-font-lock-keywords-1)
5869 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
5870 (lisp--prettify-symbols-alist): Implement prettify of lambda.
5871 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
5872 (cfengine3--prettify-symbols-alist, cfengine3-mode):
5873 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
5874 * progmodes/perl-mode.el (perl-prettify-symbols)
5875 (perl--font-lock-compose-symbol)
5876 (perl--font-lock-symbols-keywords): Move to prog-mode.
5877 (perl--prettify-symbols-alist): Prettify -> => :: strings.
5878 (perl-font-lock-keywords-1)
5879 (perl-font-lock-keywords-2): Remove explicit prettify support.
5880 (perl--augmented-font-lock-keywords)
5881 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
5882 (perl--augmented-font-lock-keywords-2, perl-mode):
5883 Implement prettify support.
3ca0d0b4 5884
976cb066
LL
58852013-06-05 Leo Liu <sdl.web@gmail.com>
5886
5887 Re-implement smie matching block highlight using
5888 show-paren-data-function. (Bug#14395)
5889 * emacs-lisp/smie.el (smie-matching-block-highlight)
5890 (smie--highlight-matching-block-overlay)
5891 (smie--highlight-matching-block-lastpos)
5892 (smie-highlight-matching-block)
5893 (smie-highlight-matching-block-mode): Remove.
5894 (smie--matching-block-data-cache): New variable.
5895 (smie--matching-block-data): New function.
5896 (smie-setup): Use smie--matching-block-data for
5897 show-paren-data-function.
5898
5899 * progmodes/octave.el (octave-mode-menu): Fix.
5900 (octave-find-definition): Skip garbage lines.
5901
208d0342
SM
59022013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
5903
5904 Fix compilation error with simultaneous dynamic+lexical scoping.
5905 Add warning when a defvar appears after the first let-binding.
5906 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
5907 (byte-compile-close-variables): Initialize it.
5908 (byte-compile--declare-var): New function.
5909 (byte-compile-file-form-defvar)
5910 (byte-compile-file-form-define-abbrev-table)
5911 (byte-compile-file-form-custom-declare-variable): Use it.
5912 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
5913 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
5914 (byte-compile-bind): Handle dynamic bindings that shadow
5915 lexical bindings.
5916 (byte-compile-unbind): Make arg non-optional.
5917 (byte-compile-let): Simplify.
5918 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
5919 (cconv--analyse-function, cconv-analyse-form): Populate it.
5920 Protect byte-compile-bound-variables to limit the scope of defvars.
5921 (cconv-analyse-form): Add missing rule for (defvar <foo>).
5922 Remove unneeded rule for `declare'.
5923
5924 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
5925 so as to avoid depending on cl-adjoin at run-time.
5926 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
5927
5928 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
5929 (macroexp--warn-and-return): Use it.
5930
2587b005
LL
59312013-06-05 Leo Liu <sdl.web@gmail.com>
5932
5933 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
5934
f1da3c88
LL
59352013-06-04 Leo Liu <sdl.web@gmail.com>
5936
5937 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
5938 (compilation-auto-jump): Suppress the "Mark set" message to give
5939 way to exit message.
5940
3caa391f
AM
59412013-06-04 Alan Mackenzie <acm@muc.de>
5942
5943 Remove faulty optimisation from indentation calculation.
5944 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
5945 search limit based on 2000 characters back from indent-point.
5946
068922a2
TH
59472013-06-03 Tassilo Horn <tsdh@gnu.org>
5948
5949 * eshell/em-term.el (cl-lib): Require `cl-lib'.
5950
1f8fdd53
SM
59512013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
5952
bbcc4d97
SM
5953 * emacs-lisp/lisp.el: Use lexical-binding.
5954 (lisp--local-variables-1, lisp--local-variables): New functions.
5955 (lisp--local-variables-completion-table): New var.
208d0342 5956 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 5957
1f8fdd53
SM
5958 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
5959 eagerly (bug#14422).
5960
c9628c79
MA
59612013-06-03 Michael Albinus <michael.albinus@gmx.de>
5962
5963 * autorevert.el (auto-revert-notify-enabled)
5964 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5965 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
5966 (auto-revert-notify-handler): Handle also gfilenotify.
5967
e7b41c4c 5968 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 5969 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 5970 Remove.
c9628c79 5971
e5e4a942
JL
59722013-06-03 Juri Linkov <juri@jurta.org>
5973
5974 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
5975 `M-s h .'. (Bug#14427)
5976
5977 * hi-lock.el (highlight-symbol-at-point): New alias for the new
5978 command `hi-lock-face-symbol-at-point'.
5979 (hi-lock-face-symbol-at-point): New command.
5980 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
5981 (hi-lock-menu): Add `highlight-symbol-at-point'.
5982 (hi-lock-mode): Doc fix.
5983
5984 * isearch.el (isearch-forward-symbol-at-point): New command.
5985 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
5986 (isearch-highlight-regexp): Add a regexp which matches
5987 words/symbols for word/symbol mode.
5988
5989 * subr.el (find-tag-default-bounds): New function with the body
5990 mostly moved from `find-tag-default'.
5991 (find-tag-default): Move most code to `find-tag-default-bounds',
5992 call it and apply `buffer-substring-no-properties' afterwards.
5993
26b3353a
TH
59942013-06-03 Tassilo Horn <tsdh@gnu.org>
5995
781b4af6
SM
5996 * eshell/em-term.el (eshell-term-initialize):
5997 Use `cl-intersection' rather than `intersection'.
26b3353a 5998
51b60f53
XF
59992013-06-02 Xue Fuqiao <xfq.free@gmail.com>
6000
fe054b63 6001 * vc/log-view.el: Doc fix.
d3ffe17c 6002 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 6003
a0eb10b3 60042013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
6005
6006 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
6007 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
6008 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
6009 (eieio-unbound, eieio-default-superclass)
6010 (eieio--define-field-accessors, method-static, method-before)
6011 (method-primary, method-after, method-num-lists)
6012 (method-generic-before, method-generic-primary)
6013 (method-generic-after, method-num-slots)
6014 (eieio-specialized-key-to-generic-key)
6015 (eieio--check-type, class-v, class-p)
6016 (eieio-class-name, define-obsolete-function-alias)
6017 (eieio-class-parents-fast, eieio-class-children-fast)
6018 (same-class-fast-p, class-constructor, generic-p)
6019 (generic-primary-only-p, generic-primary-only-one-p)
6020 (class-option-assoc, class-option, eieio-object-p)
6021 (class-abstract-p, class-method-invocation-order)
6022 (eieio-defclass-autoload-map, eieio-defclass-autoload)
6023 (eieio-class-un-autoload, eieio-defclass)
6024 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
6025 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
6026 (eieio--defgeneric-init-form, eieio-defgeneric-form)
6027 (eieio-defgeneric-reset-generic-form)
6028 (eieio-defgeneric-form-primary-only)
6029 (eieio-defgeneric-reset-generic-form-primary-only)
6030 (eieio-defgeneric-form-primary-only-one)
6031 (eieio-defgeneric-reset-generic-form-primary-only-one)
6032 (eieio-unbind-method-implementations)
6033 (eieio--defmethod, eieio--typep)
6034 (eieio-perform-slot-validation, eieio-validate-slot-value)
6035 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
6036 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
6037 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
6038 (eieio-slot-name-index, eieio-class-slot-name-index)
6039 (eieio-set-defaults, eieio-initarg-to-attribute)
6040 (eieio-attribute-to-initarg, eieio-c3-candidate)
6041 (eieio-c3-merge-lists, eieio-class-precedence-c3)
6042 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
6043 (eieio-class-precedence-list, eieio-generic-call-methodname)
6044 (eieio-generic-call-arglst, eieio-generic-call-key)
6045 (eieio-generic-call-next-method-list)
6046 (eieio-pre-method-execution-functions, eieio-generic-call)
6047 (eieio-generic-call-primary-only, eieiomt-method-list)
6048 (eieiomt-optimizing-obarray, eieiomt-install)
6049 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
6050 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 6051 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
6052 (defclass): Remove `eval-and-compile' from macro.
6053 (call-next-method, shared-initialize): Instead of using
6054 `scoped-class' variable, use new eieio--scoped-class, and
6055 eieio--with-scoped-class.
6056 (initialize-instance): Rename local variable 'scoped-class' to
6057 'this-class' to remove ambiguitity from old global.
6058
6059 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
6060 eieio.el.
4f405069
JB
6061 (eieio--scoped-class-stack): New variable.
6062 (eieio--scoped-class): New fcn.
890f7890
DE
6063 (eieio--with-scoped-class): New scoping macro.
6064 (eieio-defclass): Use pushnew instead of add-to-list.
6065 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
6066 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
6067 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
6068 `scoped-class' variable, use new eieio--scoped-class, and
6069 eieio--with-scoped-class.
6070
6071 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
6072
d105b0e2
TH
60732013-06-02 Tassilo Horn <tsdh@gnu.org>
6074
6075 * eshell/esh-ext.el (eshell-external-command): Pass args to
6076 `eshell-find-interpreter'.
6077 (eshell-find-interpreter): Add new second parameter ARGS.
6078
6079 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 6080 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6081
6082 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 6083 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
6084
6085 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
6086 (eshell-visual-options): New defcustom.
6087 (eshell-escape-control-x): Adapt docstring.
6088 (eshell-term-initialize): Test `eshell-visual-subcommands' and
6089 `eshell-visual-options' in addition to `eshell-visual-commands'.
6090 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
6091
f46305c8 60922013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
6093
6094 * progmodes/python.el (python-indent-block-enders): Add break,
6095 continue and raise keywords.
6096
d870df21
GM
60972013-06-01 Glenn Morris <rgm@gnu.org>
6098
9133b82e
GM
6099 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
6100
02c992ec 6101 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
6102 * progmodes/cc-cmds.el (delete-forward-p):
6103 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
6104 * progmodes/cc-engine.el (buffer-syntactic-context):
6105 * progmodes/cc-fonts.el (face-property-instance):
6106 * progmodes/cc-mode.el (set-keymap-parents):
6107 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
6108 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
6109 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
6110 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
6111 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 6112
31e7b090
GM
6113 * progmodes/cc-vars.el (other): Emacs has this widget since
6114 at least 21.1, so don't (re)define it.
6115
d870df21
GM
6116 * eshell/em-cmpl.el (eshell-cmpl-initialize):
6117 Replace the obsolete alias pcomplete-arg-quote-list.
6118
c75c93c7
LL
61192013-06-01 Leo Liu <sdl.web@gmail.com>
6120
6121 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
6122 punctuation syntax.
6123 (inferior-octave-minimal-columns)
6124 (inferior-octave-last-column-width): New variables.
6125 (inferior-octave-track-window-width-change): New function.
6126 (inferior-octave-mode): Adjust column width so that Octave output,
6127 for example from 'ls', can fit into the window nicely.
6128
973d1e12
DG
61292013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6130
6131 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6132 Highlight expansions inside regexp literals.
6133
0888c286
GM
61342013-05-31 Glenn Morris <rgm@gnu.org>
6135
e26aac1f
GM
6136 * obsolete/sym-comp.el (symbol-complete):
6137 Replace obsolete completion-annotate-function.
6138
0888c286
GM
6139 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
6140
19bb8e62
DG
61412013-05-31 Dmitry Gutov <dgutov@yandex.ru>
6142
781b4af6
SM
6143 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
6144 New function, checks if point is inside a literal that allows
19bb8e62
DG
6145 expression expansion.
6146 (ruby-syntax-propertize-expansion): Use it.
6147 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
6148 around the body.
6149
01dea85f
JL
61502013-05-30 Juri Linkov <juri@jurta.org>
6151
6152 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
6153 to "\M-si".
6154 (isearch-invisible): New variable.
6155 (isearch-forward): Doc fix.
6156 (isearch-mode): Set `isearch-invisible'
6157 to the value of `search-invisible'.
6158 (isearch-toggle-case-fold): Doc fix.
6159 (isearch-toggle-invisible): New command.
6160 (isearch-query-replace): Let-bind `search-invisible'
6161 to the value of `isearch-invisible'.
6162 (isearch-search): Use `isearch-invisible' instead of
6163 `search-invisible'. Let-bind `search-invisible'
6164 to the value of `isearch-invisible'. (Bug#11378)
6165
ab1bdce5
JL
61662013-05-30 Juri Linkov <juri@jurta.org>
6167
6168 * replace.el (perform-replace): Avoid `isearch-range-invisible'
6169 call when `query-flag' is nil and `search-invisible' is non-nil.
6170 (Bug#11746)
6171
d6d236e2
GM
61722013-05-30 Glenn Morris <rgm@gnu.org>
6173
8accd027
GM
6174 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
6175
2a8bed1c
GM
6176 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
6177 (cc-require): Suppress spurious "noruntime" warnings.
6178 (cc-require-when-compile): Use fboundp, for sake of compiler.
6179
d6d236e2
GM
6180 * progmodes/cc-mode.el: Move load of cc-vars before that of
6181 cc-langs (which in turn loads cc-vars), to quieten compiler.
6182
9190b35b
SM
61832013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6184
6185 * paren.el: Simplify the code.
6186 (show-paren-mode): Always start the timer.
6187 (show-paren--idle-timer): Rename from show-paren-idle-timer.
6188 (show-paren--overlay, show-paren--overlay-1): Rename from
6189 show-paren-overlay and show-paren-overlay-1, and initialize to an
6190 overlay rather than to nil.
6191 (show-paren-function): Misc cleanup and simplifications.
6192
4f8d1cf6
SM
61932013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
6194
6195 * paren.el (show-paren-data-function): New hook.
6196 (show-paren--default): New function, extracted from show-paren-function.
6197 (show-paren-function): Use show-paren-data-function.
6198
02d844b5
GM
61992013-05-30 Glenn Morris <rgm@gnu.org>
6200
d209d4a9
GM
6201 * ielm.el (ielm-map, ielm-complete-symbol):
6202 Use completion-at-point rather than obsolete functions.
6203 (inferior-emacs-lisp-mode): Doc fix.
6204 Set completion-at-point-functions, rather than
6205 comint-dynamic-complete-functions.
6206
2082faa6
GM
6207 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
6208 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
6209 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
6210
dd8620de
GM
6211 * image.el (image-animated-p): Tweak definition.
6212
ceca95b1
GM
6213 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
6214 (rlogin-process-connection-type): Tweak default. Add set-after.
6215 (rlogin-host): Doc fix.
6216 (rlogin): Tweak prompt.
6217 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
6218
ee9f1acc
GM
6219 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
6220 * progmodes/tcl.el (inferior-tcl-mode-map):
6221 Use completion-at-point rather than obsolete alias.
6222
45ce222e
GM
6223 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
6224
02d844b5
GM
6225 * minibuffer.el (read-file-name-completion-ignore-case):
6226 Move before completion--in-region, for eager macro expansion.
6227
ac44d6c1
JL
62282013-05-29 Juri Linkov <juri@jurta.org>
6229
6230 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
6231 for total count of matching lines. Add `global-matches' for total
6232 count of matches. Rename `matches' to `lines' for count of
6233 matching lines. Add `matches' for count of matches.
6234 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
6235 to `prev-line' for line number of prev match endpt.
6236 Increment `matches' for every match. Print the number of
6237 matching lines in the header.
6238 (occur-context-lines): Rename `lines' to `curr-line'.
6239 Rename `prev-lines' to `prev-line'. (Bug#14017)
6240
3c9c9d38
JL
62412013-05-29 Juri Linkov <juri@jurta.org>
6242
6243 * replace.el (perform-replace): Add `skip-read-only-count',
6244 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
6245 Increment them for corresponding conditions and report the number
6246 of skipped occurrences in the final message. (Bug#11746)
6247 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6248 (replace-string, replace-regexp): Doc fix.
6249
33e249a2
SM
62502013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
6251
8e399682
SM
6252 * emacs-lisp/trace.el (trace--read-args): Provide a default.
6253
33e249a2 6254 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 6255 prog-mode-map (bug#14504).
33e249a2 6256
f236dd84
LL
62572013-05-29 Leo Liu <sdl.web@gmail.com>
6258
6259 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
6260 (octave-help): Small simplification.
6261
6262 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
6263 off the highlight first.
6264
3694d13f
GM
62652013-05-29 Glenn Morris <rgm@gnu.org>
6266
03983bdc
GM
6267 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
6268 Handle idlwave-last-system-routine-info-cons-cell being nil.
6269
bc74a74a
GM
6270 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6271 (idlwave-write-paths): Simplify via with-temp-buffer.
6272
8b394200
GM
6273 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
6274 * emulation/cua-rect.el: Also load cua-base at run time.
6275
3694d13f
GM
6276 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
6277 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
6278 (cperl-imenu-on-info): Require imenu.
6279
336d7284
AM
62802013-05-28 Alan Mackenzie <acm@muc.de>
6281
6282 Handle "capitalised keywords" correctly.
33e249a2 6283 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 6284
cb29c582
AG
62852013-05-28 Aidan Gauland <aidalgol@amuri.net>
6286
781b4af6 6287 * eshell/em-unix.el: Add -r option to cp.
cb29c582 6288
690e44b2
GM
62892013-05-28 Glenn Morris <rgm@gnu.org>
6290
e658d75c
GM
6291 * vc/vc-arch.el (vc-exec-after): Declare.
6292 (vc-switches): Autoload.
6293 * vc/vc-bzr.el: No need to require vc when compiling.
6294 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
6295 (vc-resynch-buffer, vc-dir-refresh): Declare.
6296 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
6297 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
6298 (vc-resynch-buffer): Declare.
6299 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 6300 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
6301 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
6302 (grep-read-regexp, grep-read-files, grep-expand-template)
6303 (vc-dir-refresh): Declare.
6304 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
6305 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
6306 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
6307 * vc/vc-mtn.el (vc-exec-after): Declare.
6308 (vc-switches): Autoload.
6309 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
6310 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
6311 (vc-file-tree-walk): Declare.
712b9732
GM
6312 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
6313 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
6314 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
6315 * vc/vc-svn.el (vc-exec-after): Declare.
6316 (vc-switches, vc-setup-buffer): Autoload.
6317 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
6318 Autoload.
6319 (vc-resynch-buffer): Declare.
6320
98e87fb3
GM
6321 * obsolete/fast-lock.el (byte-compile-warnings):
6322 Don't warn about obsolete features in this obsolete file.
6323
f5379553
GM
6324 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
6325 Move definition before use.
6326
7a20ef83
GM
6327 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
6328 (dun-unix-verbs): Remove dun-zippy.
6329 (dun-zippy): Remove function.
6330
690e44b2
GM
6331 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
6332
3a52ccf7
JL
63332013-05-27 Juri Linkov <juri@jurta.org>
6334
6335 * replace.el (replace-search): New function with code moved out
6336 from `perform-replace'.
6337 (replace-highlight, replace-dehighlight): Move function definitions
6338 up closer to `replace-search'. (Bug#11746)
6339
d289938a
JL
63402013-05-27 Juri Linkov <juri@jurta.org>
6341
6342 * replace.el (perform-replace): Ignore invisible matches.
6343 In addition to checking `query-replace-skip-read-only', also
6344 filter out matches by calling `run-hook-with-args-until-failure'
6345 on `isearch-filter-predicates', and also check `search-invisible'
6346 for t or call `isearch-range-invisible'.
6347 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
6348
66fc57e3
JL
63492013-05-27 Juri Linkov <juri@jurta.org>
6350
6351 * isearch.el (isearch-filter-predicates): Rename from
6352 `isearch-filter-predicate'. Doc fix. (Bug#11378)
6353 (isearch-message-prefix): Display text from the property
6354 `isearch-message-prefix' of the currently active filters.
6355 (isearch-search): Don't compare `isearch-filter-predicate' with
6356 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
6357 on `isearch-filter-predicates'. Also check `search-invisible' for t
6358 or call `isearch-range-invisible'.
6359 (isearch-filter-visible): Make obsolete.
6360 (isearch-lazy-highlight-search):
6361 Call `run-hook-with-args-until-failure' on
6362 `isearch-filter-predicates' and use `isearch-range-invisible'.
6363
6364 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
6365 `isearch-filter-predicates' instead of `funcall'ing
6366 `isearch-filter-predicate'.
6367 (Info-mode): Set `Info-isearch-filter' to
6368 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
6369
6370 * dired-aux.el (dired-isearch-filter-predicate-orig):
6371 Remove variable.
6372 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
6373 (dired-isearch-filenames-end): Add and remove
6374 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
6375 instead of changing the value of `isearch-filter-predicate'.
6376 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
6377 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
6378 Put property `isearch-message-prefix' to "filename " on
6379 `dired-isearch-filter-filenames'.
6380
6381 * wdired.el (wdired-change-to-wdired-mode):
6382 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
6383 locally instead of changing `isearch-filter-predicate'.
6384 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
6385
f1a60a0f
DG
63862013-05-27 Dmitry Gutov <dgutov@yandex.ru>
6387
6388 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
6389 return the commit hash (Bug#14459). Also set the
6390 `vc-git-detached' property.
6391 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
6392 (vc-git-mode-line-string): Use the same help-echo format whether
6393 in detached mode or not, because we know the actual revision now.
6394 When in detached mode, shorten the revision to 7 chars.
6395
7f17cc40
SM
63962013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * emacs-lisp/easy-mmode.el (define-minor-mode):
6399 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
6400 mode hook and provide a docstring.
6401
25c8401c
AM
64022013-05-27 Alan Mackenzie <acm@muc.de>
6403
6404 Remove spurious syntax-table text properties inserted by C-y.
6405 * progmodes/cc-mode.el (c-after-change): Also clear hard
6406 syntax-table property with value nil.
6407
dde84790
MA
64082013-05-27 Michael Albinus <michael.albinus@gmx.de>
6409
6410 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
6411 when reading the events; the buffer layout shall not be changed.
6412
837fd9af
LL
64132013-05-27 Leo Liu <sdl.web@gmail.com>
6414
6415 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
6416 New variable.
6417 (inferior-octave-directory-tracker): Automatically re-sync
6418 default-directory.
6419 (octave-help): Improve handling of 'See also'.
6420
4fd996b3
SM
64212013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
6422
416f1802
SM
6423 * doc-view.el: Minor naming convention tweaks.
6424 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
6425
4fd996b3
SM
6426 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
6427 even if there's no `display' property yet (bug#14435).
6428
a052ef3b
EZ
64292013-05-25 Eli Zaretskii <eliz@gnu.org>
6430
4fd996b3 6431 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
6432
6433 * Makefile.in (custom-deps, finder-data, autoloads)
6434 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6435 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6436 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
6437
c9023370
SM
64382013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
6441 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 6442 Don't burp at EOB.
c9023370 6443
24d699fa
LL
64442013-05-25 Leo Liu <sdl.web@gmail.com>
6445
6446 * comint.el (comint-previous-matching-input): Do not flood the
6447 *Messages* buffer with trivial messages.
6448
17e5c0cc
SM
64492013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * progmodes/flymake.el (flymake-nop): Don't return a string.
6452 (flymake-set-at): Fix typo.
6453
6454 * simple.el (read--expression): New function, extracted from
6455 eval-expression. Set completion-at-point-functions (bug#14465).
6456 (eval-expression, eval-minibuffer): Use it.
6457
5d028165
XF
64582013-05-25 Xue Fuqiao <xfq.free@gmail.com>
6459
6460 * progmodes/flymake.el (flymake-save-buffer-in-file)
6461 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
6462 (flymake-selected-frame, flymake-log, flymake-ins-after)
6463 (flymake-set-at, flymake-get-buildfile-from-cache)
6464 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
6465 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
6466 Refine the doc string.
6467 (flymake-get-file-name-mode-and-masks): Reformat.
6468 (flymake-get-real-file-name-function): Fix a minor bug.
6469
7a1d7ba7
JL
64702013-05-24 Juri Linkov <juri@jurta.org>
6471
6472 * progmodes/grep.el (grep-mode-font-lock-keywords):
6473 Support =linenumber= format used by git-grep for lines with
6474 function names. (Bug#13549)
6475
650cff3d
SM
64762013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * progmodes/octave.el (octave-smie-rules): Return nil rather than
6479 0 after a semi-colon; it works better for smie-auto-fill.
6480 (octave--indent-new-comment-line): New function.
6481 (octave-indent-new-comment-line): Use it (indirectly).
6482 (octave-mode): Don't disable smie-auto-fill. Use add-function to
6483 modify comment-line-break-function.
6484
6485 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
6486 (smie-setup): Use add-function to set it.
6487
9631677d
SS
64882013-05-24 Sam Steingold <sds@gnu.org>
6489
6490 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
6491 argument (before the `interactive' argument).
6492
50105835
SM
64932013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * image-mode.el (image-mode-winprops): Add winprops to
6496 image-mode-winprops-alist before running
6497 image-mode-new-window-functions.
6498 * doc-view.el (doc-view-new-window-function): Don't delay
6499 doc-view-goto-page via timers (bug#14435).
6500
57b9823e
TH
65012013-05-24 Tassilo Horn <tsdh@gnu.org>
6502
6503 * doc-view.el: Integrate with desktop.el. (Bug#14435)
6504 (doc-view-desktop-save-buffer): New function.
6505 (doc-view-restore-desktop-buffer): New function.
50105835
SM
6506 (desktop-buffer-mode-handlers):
6507 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
6508 handler.
6509 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
6510 `desktop-save-buffer' function.
6511
91aafa16
MA
65122013-05-24 Michael Albinus <michael.albinus@gmx.de>
6513
6514 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
6515 (tramp-gvfs-file-name-handler): Raise a user error when
6516 `tramp-gvfs-enabled' is nil.
6517 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
6518 Do not raise a user error when loading package. (Bug#14447)
6519
ec076379
MA
6520 * net/xesam.el: Move to obsolete/.
6521
db785726
GM
65222013-05-24 Glenn Morris <rgm@gnu.org>
6523
af5c7606
GM
6524 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
6525
e5d1916a
GM
6526 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
6527
ded62b08
GM
6528 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
6529 (Info-find-node, Man-getpage-in-background): Declare.
6530
9e614a3f
GM
6531 * mail/unrmail.el (unrmail):
6532 Replace obsolete detect-coding-with-priority.
6533
892f8ca3
GM
6534 * net/socks.el (socks-split-string): Use this rather than split-string.
6535 (socks-nslookup-host): Update for above change.
6536 (dynamic-choice, s5-dynamic-choice-match)
6537 (s5-dynamic-choice-match-inline, s5-widget-value-create):
6538 Comment out unused code.
6539
3c291973
GM
6540 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
6541 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
6542 (gud-tooltip-echo-area): Make obsolete.
6543 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
6544
43cc956b
GM
6545 * progmodes/js.el (js--optimize-arglist): Declare.
6546
dab49a3b
GM
6547 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
6548
36b9d085
GM
6549 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
6550 (ediff-window-C): Declare.
6551
e354ae76
GM
6552 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
6553 Tweak requires to silence compiler.
6554
b8e57bf4
GM
6555 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
6556 (he-search-string, he-tried-table, he-expand-list)
6557 (he-init-string, he-string-member, he-substitute-string)
6558 (he-reset-string): Declare.
6559
db785726
GM
6560 * obsolete/options.el (list-options): Use custom-variable-p,
6561 rather than obsolete alias.
6562
b3531901
SS
65632013-05-23 Sam Steingold <sds@gnu.org>
6564
6565 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 6566 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
6567 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
6568
bdda4c66
SM
65692013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * emacs-lisp/smie.el (smie-indent-forward-token)
6572 (smie-indent-backward-token): Handle string tokens (bug#14381).
6573
c43d45f9
TH
65742013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6575
fe1eb856
RS
6576 * ielm.el (ielm-menu): New menu.
6577 (inferior-emacs-lisp-mode): Set comment-start.
96172128 6578
fe1eb856
RS
65792013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6580
6581 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
6582 Fix deactivate action.
6583
6584 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
6585 Add cleveref macros.
074dd971 6586
c43d45f9
TH
6587 * lisp/textmodes/reftex-parse.el
6588 (reftex-locate-bibliography-files): Accept options for
6589 bibliography commands.
6590 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
6591 Add addbibresource. Basic Biblatex support.
6592
7764286e
MA
65932013-05-23 Michael Albinus <michael.albinus@gmx.de>
6594
6595 * net/tramp-gvfs.el (top):
6596 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
6597 when loading package. (Bug#14447)
6598
d361bc10
GM
65992013-05-23 Glenn Morris <rgm@gnu.org>
6600
8fa23984
GM
6601 * progmodes/js.el: No need to load comint when compiling.
6602 (ring-insert, comint-send-string, comint-send-input)
6603 (comint-last-input-end, ido-chop): Declare.
6604
a5c7df1a
GM
6605 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
6606 * vc/ediff-mult.el: Adjust requires.
6607 (ediff-directories-internal, ediff-directory-revisions-internal)
6608 (ediff-patch-file-internal): Declare.
6609 * vc/ediff-ptch.el: Adjust requires.
6610 (ediff-use-last-dir, ediff-buffers-internal): Declare.
6611 (ediff-find-file): Autoload.
6612 * vc/ediff-util.el: No need to load ediff when compiling.
6613 (ediff-regions-internal): Declare.
6614 * vc/ediff-wind.el: Adjust requires.
6615 (ediff-compute-toolbar-width): Define when compiling.
6616 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
6617 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
6618 (dired-get-filename, dired-get-marked-files)
6619 (ediff-last-dir-patch, ediff-patch-default-directory)
6620 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
6621 (ediff-patch-buffer-internal): Declare.
6622
e2aec513
GM
6623 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
6624 (ispell-process, ispell-buffer-local-words, lm-summary)
6625 (lm-section-start, lm-section-end): Declare.
6626 (checkdoc-ispell-init): Simplify.
6627
e68bbd7c
GM
6628 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
6629 (he-string-member, he-reset-string, he-substitute-string): Declare.
6630
7efe0991
GM
6631 * eshell/em-ls.el: Adjust requires.
6632 (eshell-glob-regexp): Declare.
f87b1284
GM
6633 * eshell/em-tramp.el: Adjust requires.
6634 (eshell-parse-command): Autoload.
6635 * eshell/em-xtra.el: Adjust requires.
6636 (eshell-parse-command): Autoload.
6637 * eshell/esh-ext.el: Adjust requires.
6638 (eshell-parse-command, eshell-close-handles): Autoload.
6639 * eshell/esh-io.el: Adjust requires.
6640 (eshell-output-filter): Autoload.
6641 * eshell/esh-util.el: No need to load tramp when compiling.
6642 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
6643 Declare.
6644 (eshell-parse-ange-ls): Require ange-ftp and tramp.
6645 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
6646 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
6647 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
6648 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
6649 * eshell/esh-opt.el, eshell/esh-proc.el:
6650 * eshell/esh-var.el: Adjust requires.
6651 * eshell/eshell.el: Do not require esh-util twice.
6652 (eshell-add-input-to-history): Declare.
6653 (eshell-command): Check history module is active before using it.
6654
d361bc10
GM
6655 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
6656
85d090a9
LL
66572013-05-22 Leo Liu <sdl.web@gmail.com>
6658
6659 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
6660
5d0acd9d
MA
66612013-05-22 Michael Albinus <michael.albinus@gmx.de>
6662
6663 * autorevert.el (auto-revert-notify-add-watch)
6664 (auto-revert-notify-handler): Add `attrib' for the inotify case,
6665 it indicates changes in file modification time.
6666
0cdffd7d
GM
66672013-05-22 Glenn Morris <rgm@gnu.org>
6668
ca5995ec
GM
6669 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6670 Always delete the autoloaded function from the noruntime and
6671 unresolved functions lists.
6672
6450907e
GM
6673 * allout.el: No need to load epa, epg, overlay when compiling.
6674 (epg-context-set-passphrase-callback, epg-list-keys)
6675 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
6676 (epg-key-user-id-list): Declare.
6677
9c6906f6
GM
6678 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6679 (viper-set-parsing-style-toggling-macro)
6680 (viper-set-emacs-state-searchstyle-macros):
6681 Use called-interactively-p on Emacs.
6682 (viper-looking-back): Make it an obsolete alias. Update callers.
6683 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
6684 Use looking-back rather than viper-looking-back.
6685 (viper-tmp-insert-at-eob, viper-enlarge-region)
6686 (viper-read-string-with-history, viper-register-to-point)
6687 (viper-append-to-register, viper-change-state-to-vi)
6688 (viper-backward-char-carefully, viper-forward-char-carefully)
6689 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
6690 (viper-change-state-to-emacs): Declare.
6691 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
6692 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
6693 * emulation/viper-mous.el: Do not load viper-cmd.
6694 (viper-backward-char-carefully, viper-forward-char-carefully)
6695 (viper-forward-word, viper-adjust-window): Declare.
6696
5f70c169
GM
6697 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
6698
b1b7f300
GM
6699 * progmodes/idlw-help.el (idlwave-help-fontify):
6700 Use called-interactively-p.
6701
f6ebbb46
GM
6702 * term/w32console.el (w32-get-console-codepage)
6703 (w32-get-console-output-codepage): Declare.
6704
0cdffd7d
GM
6705 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
6706 Remove unnecessary declarations.
6707 (dframe-message): Doc fix.
6708
6709 * info.el (dframe-select-attached-frame, dframe-current-frame):
6710 Declare.
6711
6712 * speedbar.el (speedbar-message): Make it an obsolete alias.
6713 Update all callers.
6714 (speedbar-with-attached-buffer)
6715 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
6716 (speedbar-with-writable): Use backquote.
6717 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
6718 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
6719 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
6720 rather than speedbar- aliases.
6721 * mail/rmail.el: Load dframe rather than speedbar when compiling.
6722 (speedbar-make-specialized-keymap, speedbar-insert-button)
6723 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
6724 (speedbar-do-function-pointer): Declare.
6725 (rmail-speedbar-button, rmail-speedbar-find-file)
6726 (rmail-speedbar-move-message):
6727 Use dframe-with-attached-buffer rather than speedbar- alias.
6728 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
6729 (dframe-message, speedbar-make-specialized-keymap)
6730 (speedbar-add-expansion-list, speedbar-mode-functions-list)
6731 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
6732 (speedbar-insert-button, dframe-select-attached-frame)
6733 (dframe-maybee-jump-to-attached-frame)
6734 (speedbar-change-initial-expansion-list)
6735 (speedbar-previously-used-expansion-list-name): Declare.
6736 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
6737 Use dframe-message, dframe-with-attached-buffer rather than
6738 speedbar- aliases.
6739 (gud-sentinel): Silence compiler.
6740 * progmodes/vhdl-mode.el (speedbar-refresh)
6741 (speedbar-do-function-pointer, speedbar-add-supported-extension)
6742 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
6743 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
6744 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
6745 (speedbar-file-lists, speedbar-make-tag-line)
6746 (speedbar-line-directory, speedbar-goto-this-file)
6747 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
6748 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
6749 (speedbar-make-button, speedbar-reset-scanners)
6750 (speedbar-files-item-info, speedbar-line-text)
6751 (speedbar-find-file-in-frame, speedbar-set-timer)
6752 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
6753 (speedbar-with-writable): Do not (re)define it.
6754 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
6755 rather than speedbar- alias.
6756
ee44b62a
LL
67572013-05-21 Leo Liu <sdl.web@gmail.com>
6758
6759 * progmodes/octave.el (octave-mode-menu): Update and re-organize
6760 menu items.
6761 (octave-mode): Tweak fill-nobreak-predicate.
6762 (inferior-octave-startup): Check process to avoid infinite loop.
6763 (inferior-octave): Pop to buffer first to show abornmal process
6764 exit information.
6765
640f050f
GM
67662013-05-21 Glenn Morris <rgm@gnu.org>
6767
79458038
GM
6768 * printing.el (pr-menu-bar): Define when compiling.
6769
9cc3e83f
LL
67702013-05-21 Leo Liu <sdl.web@gmail.com>
6771
6772 * progmodes/octave.el (octave-auto-fill): Remove.
6773 (octave-indent-new-comment-line): Improve.
6774 (octave-mode): Use auto fill mode through
4f405069 6775 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 6776 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 6777 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
6778 (octave-help): Show parent directory.
6779
f440830d
GM
67802013-05-21 Glenn Morris <rgm@gnu.org>
6781
6782 * files.el (dired-unmark):
6783 * progmodes/gud.el (gdb-input): Update declarations.
6784
6785 * calculator.el (electric, ehelp): No need to load when compiling.
6786 (Electric-command-loop, electric-describe-mode): Declare.
6787
6788 * doc-view.el (doc-view-current-converter-processes): Move before use.
6789
6790 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6791 Move MODE-set-explicitly definition before use.
6792
6793 * international/mule-diag.el (mule-diag):
6794 Don't use obsolete window-system-version.
6795
6796 * mail/feedmail.el (smtpmail): No need to load when compiling.
6797 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
6798
6799 * mail/mail-utils.el (rfc822): No need to load when compiling.
6800 (rfc822-addresses): Autoload it.
6801 (mail-strip-quoted-names): Trivial simplification.
6802
6803 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
6804 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
6805
6806 * net/snmp-mode.el (tempo): Don't duplicate requires.
6807
6808 * progmodes/prolog.el (info): No need to load when compiling.
6809 (comint): Require before shell requires it.
6810 (Info-goto-node): Autoload it.
6811 (Info-follow-nearest-node): Declare.
6812 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
6813
6814 * textmodes/artist.el (picture-mode-exit): Declare.
6815
6816 * textmodes/reftex-parse.el (reftex-parse-from-file):
6817 Trivial rewrite so the compiler can parse it better.
6818
b4da2cbb
LL
68192013-05-20 Leo Liu <sdl.web@gmail.com>
6820
6821 * progmodes/octave.el (octave-help-mode-map)
6822 (octave-help-mode-finish-hook): New variables.
6823 (octave-help-mode, octave-help-mode-finish): New functions.
6824 (octave-help): Use octave-help-mode.
6825
33c0f65b
GM
68262013-05-20 Glenn Morris <rgm@gnu.org>
6827
6828 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
6829
1a0a0a8a
DG
68302013-05-19 Dmitry Gutov <dgutov@yandex.ru>
6831
6832 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
6833 start at point, so that expansion starting right after opening
6834 slash in a regexp is recognized.
6835 (ruby-syntax-before-regexp-re): New defvar, extracted from
6836 ruby-syntax-propertize-function. Since the value of this regexp
6837 is looked up at runtime now, we should be able to turn
6838 `ruby-syntax-methods-before-regexp' into a defcustom later.
6839 (ruby-syntax-propertize-function): Split regexp matching into two
6840 parts, for opening and closing slashes. That allows us to skip
6841 over string interpolations and support multiline regexps.
6842 Don't call `ruby-syntax-propertize-expansions', instead use another rule
6843 for them, which calls `ruby-syntax-propertize-expansion'.
6844 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
6845 call to `ruby-syntax-propertize-function'.
6846 (ruby-syntax-propertize-expansion): Extracted from
6847 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
6848 (ruby-syntax-propertize-percent-literal): Leave point right after
6849 the percent symbol, so that the expression expansion rule can
6850 propertize the contents.
462388b6
DG
6851 (ruby-syntax-propertize-heredoc): Leave point at bol following the
6852 heredoc openers.
6853 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 6854
c1a6c0a4
JL
68552013-05-18 Juri Linkov <juri@jurta.org>
6856
6857 * man.el (Man-default-man-entry): Remove `-' from the end
6858 of the default value. (Bug#14400)
6859
8051fccd
GM
68602013-05-18 Glenn Morris <rgm@gnu.org>
6861
6862 * comint.el (comint-password-prompt-regexp):
6863 Allow "password for XXX" where XXX contains colons (eg https://...).
6864
5e80b74f
LL
68652013-05-18 Leo Liu <sdl.web@gmail.com>
6866
6867 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 6868 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
6869 (octave-source-directories): Don't check process.
6870 (octave-source-directories, octave-find-definition): Doc fix.
6871
521a54c5
GM
68722013-05-18 Glenn Morris <rgm@gnu.org>
6873
86a94b05
GM
6874 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
6875 Remove backspace/delete bindings. (Bug#14392)
6876
521a54c5
GM
6877 * cus-dep.el (custom-make-dependencies): Sort the output.
6878 (custom-versions-load-alist): Convert comment to doc.
6879
42caeb89
LL
68802013-05-17 Leo Liu <sdl.web@gmail.com>
6881
6882 * newcomment.el (comment-search-backward): Stricter in finding
6883 comment start. (Bug#14303)
6884
6885 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
6886 (octave-comment-start-skip): Properly anchored.
6887
e219dd97
LL
68882013-05-17 Leo Liu <sdl.web@gmail.com>
6889
fe1eb856
RS
6890 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
6891 Clean up when turned off. (Bug#14395)
e219dd97
LL
6892 (smie--highlight-matching-block-overlay): No longer buffer-local.
6893 (smie-highlight-matching-block): Adjust.
6894
dc5dcb4b
PE
68952013-05-17 Paul Eggert <eggert@cs.ucla.edu>
6896
6897 Doc string fix for "nanoseconds" (Bug#14406).
6898 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
6899 Fix doc string typo that had "nanoseconds" instead of "microseconds".
6900
1db165f0
JB
69012013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
6902
6903 * calc/calc-units.el (math-extract-units): Preserve powers
6904 of units.
6905
c7a8fcac
LL
69062013-05-17 Leo Liu <sdl.web@gmail.com>
6907
6908 * subr.el (delete-consecutive-dups): New function.
6909 * ido.el (ido-set-matches-1): Use it.
6910 * progmodes/octave.el (inferior-octave-completion-table): Use it.
6911 * ido.el (ido-remove-consecutive-dups): Remove.
6912
f678b18a
SM
69132013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
6914
6915 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
6916 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
6917 regexp-opt's `words'.
6918
ebfe68e8
LL
69192013-05-16 Leo Liu <sdl.web@gmail.com>
6920
6921 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
6922 (smie--highlight-matching-block-overlay)
6923 (smie--highlight-matching-block-lastpos)
6924 (smie--highlight-matching-block-timer): New variables.
6925 (smie-highlight-matching-block): New function.
6926 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
6927 (smie-setup): Conditionally enable smie-blink-matching-open.
6928
bc8bc17d
WS
69292013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
6930
6931 Sync with upstream verilog-mode r840.
6932 * progmodes/verilog-mode.el (verilog-mode-version)
6933 (verilog-mode-release-date): Update.
6934 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
6935 (verilog-sig-tieoff): Fix string error on
6936 AUTORESET with colon define, bug594. Reported by Andrew Hou.
6937 (verilog-read-decls): Fix parameters confusing
6938 AUTOINST interfaces, bug565. Reported by Leith Johnson.
6939
df065a0b
EZ
69402013-05-16 Eli Zaretskii <eliz@gnu.org>
6941
6942 * subr.el (reveal-filename): New function.
6943
6944 * loadup.el: Compute Emacs executable versions on MS-Windows,
6945 where executables have the .exe extension. Add a hard link
6946 emacs-XX.YY.ZZ.exe on MS-Windows.
6947
6948 * Makefile.in (XARGS_LIMIT): New variable.
6949 (custom-deps, finder-data, autoloads)
6950 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6951 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6952 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
6953 (compile-main): Limit xargs according to $(XARGS_LIMIT).
6954
2d4bf34b
LL
69552013-05-16 Leo Liu <sdl.web@gmail.com>
6956
6957 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
6958 (octave-mode-menu, octave-mode-map): Remove its uses.
6959
6b9c2d85
RZ
69602013-05-16 Reto Zimmermann <reto@gnu.org>
6961
6962 Sync with upstream vhdl mode v3.34.2.
6963 * progmodes/vhdl-mode.el: Use `push' throughout.
6964 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
6965 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
6966 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
6967 (vhdl-actual-generic-name): New option to derive actual generic name.
6968 (vhdl-port-paste-signals): Replace formal by actual generics.
6969 (vhdl-beautify): New name for old group vhdl-align. Update users.
6970 (vhdl-beautify-options): New option.
6971 (vhdl-last-input-event): New compat alias. Use throughout.
6972 (vhdl-goto-line): Replace user level function `goto-line'.
6973 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
6974 vhdl-fix-statement-buffer.
6975 (vhdl-create-mode-menu): Add some entries.
6976 (vhdl-align-region-groups): Respect vhdl-beautify-options.
6977 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
6978 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
6979 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
6980 to force statements on one line.
6981 (vhdl-remove-trailing-spaces-region):
6982 New, split from vhdl-remove-trailing-spaces.
6983 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
6984 Respect vhdl-beautify-options.
6985 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
6986 (vhdl-update-sensitivity-list): Not add with index if exists without.
6987 Not include array index with signal. Ignore keywords in comments.
6988 (vhdl-get-visible-signals): Regexp tweaks.
6989 (vhdl-template-component-inst): Handle empty library.
6990 (vhdl-template-type): Add template for 'enum' type.
6991 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
6992 Use vhdl-replace-string.
6993 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
6994 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
6995 (vhdl-speedbar-initialize): Update for above name change.
6996 (vhdl-compose-wire-components): Fix in handling of constants.
6997 (vhdl-error-regexp-emacs-alist): New variable.
6998 (vhdl-error-regexp-add-emacs): New function;
6999 adds support for new compile.el (Emacs 22+)
7000 (vhdl-generate-makefile-1): Change target order for single lib. units.
7001 Allow use of absolute file names.
7002
9df4ec5e
LL
70032013-05-16 Leo Liu <sdl.web@gmail.com>
7004
7005 * simple.el (prog-indent-sexp): Indent enclosing defun.
7006
f5ba00a6
GM
70072013-05-15 Glenn Morris <rgm@gnu.org>
7008
ed8be7ff
GM
7009 * cus-start.el (show-trailing-whitespace): Move to editing basics.
7010 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
7011 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
7012 (whitespace-highlight): Move to whitespace group.
7013
7014 * comint.el (comint-source):
7015 * pcmpl-linux.el (pcmpl-linux):
7016 * shell.el (shell-faces):
7017 * eshell/esh-opt.el (eshell-opt):
7018 * international/ccl.el (ccl): Remove empty custom groups.
7019
7020 * completion.el (dynamic-completion-mode):
7021 * jit-lock.el (jit-lock-debug-mode):
7022 * minibuffer.el (completion-in-region-mode):
7023 * type-break.el (type-break-mode-line-message-mode)
7024 (type-break-query-mode):
7025 * emulation/tpu-edt.el (tpu-edt-mode):
7026 * progmodes/subword.el (global-subword-mode, global-superword-mode):
7027 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
7028 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
7029
7030 * term/xterm.el (xterm): Change parent group to terminals.
7031
7032 * master.el (master): Remove empty custom group.
7033 (master-mode): Remove unused :group argument.
7034 * textmodes/refill.el (refill): Remove empty custom group.
7035 (refill-mode): Remove unused :group argument.
7036
7037 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
7038
82a7c41b
GM
7039 * cus-dep.el: Provide a feature.
7040 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
7041 Don't mistakenly ignore files whose basenames match a basename
7042 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 7043 Add a fallback method for getting :group.
f5ba00a6 7044
6d65486d
JL
70452013-05-15 Juri Linkov <juri@jurta.org>
7046
da547b32
JL
7047 * isearch.el (isearch-char-by-name): Rename from
7048 `isearch-insert-char-by-name'. Doc fix.
7049 (isearch-forward): Mention `isearch-char-by-name' in
7050 the docstring. (Bug#13348)
7051
6d65486d
JL
7052 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
7053 `exit-minibuffer' instead of
7054 `isearch-nonincremental-exit-minibuffer'.
7055 (isearch-edit-string): Remove mention of
7056 `isearch-nonincremental-exit-minibuffer' from docstring.
7057 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
7058 (isearch-forward-exit-minibuffer)
7059 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
7060
c9990474
SM
70612013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7062
6e911150
SM
7063 * loadup.el: Just use unversioned DOC.
7064
c9990474
SM
7065 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
7066 literals as extending to EOB.
7067 (nxml-last-fontify-end): Remove unused variable.
7068 (nxml-after-change1): Use with-silent-modifications.
7069 (nxml-extend-after-change-region): Simplify.
7070 (nxml-extend-after-change-region1): Remove function.
7071 (nxml-after-change1): Don't adjust for dependent regions.
7072 (nxml-fontify-matcher): Simplify.
7073 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
7074 (xmltok-add-dependent): Remove function.
7075 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
7076 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
7077 (xmltok-scan-prolog-after-processing-instruction-open): Treat
7078 unclosed <[[, <?, comment, and other literals as extending to EOB.
7079 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
7080 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
7081 Remove functions.
7082 (rng-do-some-validation-1): Don't mark dependent regions.
7083 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
7084 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
7085 (nxml-clear-dependent-regions): Remove functions.
7086 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
7087 (nxml-ensure-scan-up-to-date):
7088 Don't clear&mark dependent regions.
7089
e3772e98
LL
70902013-05-15 Leo Liu <sdl.web@gmail.com>
7091
c9990474
SM
7092 * progmodes/octave.el (octave-goto-function-definition):
7093 Improve and fix callers.
e3772e98 7094
5ac2eb34
SM
70952013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
7096
c46c57b0
SM
7097 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
7098 the setter (bug#14387).
7099
5ac2eb34
SM
7100 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
7101 surrounding group (bug#14402).
7102
180ed218
JL
71032013-05-14 Juri Linkov <juri@jurta.org>
7104
7105 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
7106 (Bug#14390)
7107
0ac0fecb
GM
71082013-05-14 Glenn Morris <rgm@gnu.org>
7109
7110 * progmodes/f90.el (f90-imenu-generic-expression):
7111 Fix typo in 2013-05-08 change. (Bug#14402)
7112
2e78e6a7
JPG
71132013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7114
5ac2eb34
SM
7115 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
7116 Remove signals for which replies are never received.
2e78e6a7 7117
53267cca
JPG
71182013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7119
7120 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
7121 (gdb-handler-alist, gdb-handler-number): Remove variables.
7122 (gdb-handler-list): New variable.
7123 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
7124 (gdb-pending-handler-p, gdb-handle-reply)
7125 (gdb-remove-all-pending-triggers): New functions.
7126 (gdb-discard-unordered-replies): New defcustom.
7127 (gdb-handler): New defstruct.
7128 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
7129 instead of gdb-pending-triggers. Update docstring.
7130 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
7131 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
7132 (gdb-var-update-handler, def-gdb-auto-update-trigger)
7133 (def-gdb-auto-update-handler, gdb-get-changed-registers)
7134 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
7135 (gdb-frame-handler): Pending triggers are now automatically managed.
7136 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
7137 Remove argument.
7138 (gdb-input): Automatically handles pending triggers. Update docstring.
7139 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
7140 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
7141 Update comments.
7142 (gdb-done-or-error): Now use gdb-handle-reply.
7143
d04ce803
JPG
71442013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
7145
7146 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
7147 gdb-debug-log.
7148
0114073a
GM
71492013-05-14 Glenn Morris <rgm@gnu.org>
7150
7151 * subr.el (user-emacs-directory-warning): New option.
7152 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
7153
4d25fd7e
LL
71542013-05-14 Leo Liu <sdl.web@gmail.com>
7155
7156 * progmodes/octave.el (octave-font-lock-keywords): Fix error
7157 during redisplay.
7158 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
7159 (octave-font-lock-texinfo-comment): Fix invalid search bound
7160 error: wrong side of point.
4d25fd7e 7161
27c8b6eb
GM
71622013-05-14 Glenn Morris <rgm@gnu.org>
7163
61aaeb01
GM
7164 * progmodes/flymake.el (flymake-xml-program): New option.
7165 (flymake-xml-init): Use it.
7166
5bf90bc5
GM
7167 * term/xterm.el: Provide a feature.
7168
7169 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 7170
f4c7dfd2
GM
71712013-05-13 Glenn Morris <rgm@gnu.org>
7172
7173 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
7174 Add compat aliases as a hack workaround. (Bug#14384)
7175
2aeb3a1d
LL
71762013-05-13 Leo Liu <sdl.web@gmail.com>
7177
b0e069c2
LL
7178 * progmodes/octave.el (octave-indent-comment): Fix indentation for
7179 ###, and %!.
f5a9432f
LL
7180 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
7181 C-M-q.
b0e069c2
LL
7182 (octave-comment-start-skip): Include %!.
7183 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 7184
30ea8374
LL
71852013-05-12 Leo Liu <sdl.web@gmail.com>
7186
7187 * progmodes/octave.el (inferior-octave-startup): Store the value
7188 of __octave_srcdir__ for octave-source-directories.
7189 (inferior-octave-check-process): New function refactored out of
7190 inferior-octave-send-list-and-digest.
7191 (octave-source-directories)
7192 (octave-find-definition-filename-function): New variables.
7193 (octave-source-directories)
7194 (octave-find-definition-default-filename): New functions.
7195 (octave-find-definition): Improve to find functions implemented in C++.
7196
472a3834
GM
71972013-05-12 Glenn Morris <rgm@gnu.org>
7198
7199 * calendar/diary-lib.el (diary-outlook-format-1):
7200 Don't include dayname in the output. (Bug#14349)
7201
3191b52f
GM
72022013-05-11 Glenn Morris <rgm@gnu.org>
7203
0060ac73
GM
7204 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
7205
3191b52f
GM
7206 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
7207 Treat cc-provide like provide.
7208
e065ba74
KR
72092013-05-11 Kevin Ryde <user42@zip.com.au>
7210
7211 * cus-dep.el (custom-make-dependencies):
7212 Use generated-autoload-load-name for the sake of files such
7213 such cedet/semantic/bovine/c.el, where the base file name
7214 is not in load-path. (Bug#5277)
7215
36f84c37
GM
72162013-05-11 Glenn Morris <rgm@gnu.org>
7217
7218 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
7219 Provide features.
7220
c8730c3a
LL
72212013-05-11 Leo Liu <sdl.web@gmail.com>
7222
7223 * progmodes/octave.el (octave-indent-comment): Improve.
7224 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
7225 (octave-eldoc-function-signatures, octave-eldoc-function):
7226 New functions.
c8730c3a
LL
7227 (octave-mode, inferior-octave-mode): Add eldoc support.
7228
212e29f2
RS
72292013-05-11 Richard Stallman <rms@gnu.org>
7230
7231 * epa.el (epa-decrypt-file): Take output file name as argument
7232 and read it using `interactive'.
7233
083fe0d7
LL
72342013-05-11 Leo Liu <sdl.web@gmail.com>
7235
7236 * progmodes/octave.el (octave-beginning-of-line)
7237 (octave-end-of-line): Check before using up-list because it jumps
7238 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
7239 (octave-indent-comment): New function.
7240 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
7241 (octave-begin-keywords, octave-end-keywords)
7242 (octave-reserved-words, octave-smie-bnf-table)
7243 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 7244
8582e4c4
GM
72452013-05-11 Glenn Morris <rgm@gnu.org>
7246
f20def1f
GM
7247 * faces.el (internal-face-x-get-resource):
7248 * frame.el (ns-display-monitor-attributes-list):
d78abe37 7249 * calc/calc-aent.el (math-to-radians-2):
f20def1f 7250 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 7251 Fix declarations.
f20def1f 7252
445f95e2
GM
7253 * calc/calc-menu.el: Make it loadable in isolation.
7254
7255 * net/eudcb-bbdb.el: Make it loadable without bbdb.
7256 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
7257 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
7258 (eudc-bbdb-query-internal): Require 'bbdb.
7259
99fb2756
GM
7260 * lpr.el (lpr-headers-switches):
7261 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
7262
7263 * progmodes/sql.el (sql-login-params): Fix and improve :type.
7264
0da7ad96
GM
7265 * emulation/edt-mapper.el: In batch mode, error rather than hang.
7266
8582e4c4
GM
7267 * term.el (term-set-escape-char): Make it idempotent.
7268
f71c50d0
LL
72692013-05-10 Leo Liu <sdl.web@gmail.com>
7270
5ac2eb34
SM
7271 * progmodes/octave.el (inferior-octave-completion-table):
7272 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
7273 completion due to bug#11906.
7274 (octave-beginning-of-defun): Re-write to be more general.
7275
d5837773
GM
72762013-05-10 Glenn Morris <rgm@gnu.org>
7277
7278 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
7279
027c0f75
SM
72802013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * comint.el (comint-redirect-send-command-to-process): Use :around
7283 rather than :override for comint-redirect-filter.
7284 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
7285 Call it instead of comint-redirect-original-filter-function (which
7286 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
7287
4465bfb4
JD
72882013-05-09 Jan Djärv <jan.h.d@swipnet.se>
7289
7290 * frame.el (display-monitor-attributes-list): Add NS case.
7291 (ns-display-monitor-attributes-list): Declare.
7292
2d809ffa 72932013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
7294
7295 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
7296
e54eeb9b
GM
72972013-05-09 Glenn Morris <rgm@gnu.org>
7298
56cd351d
GM
7299 * international/fontset.el (vertical-centering-font-regexp):
7300 Set standard-value.
7301
d84b6108
GM
7302 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
7303
a931698a
GM
7304 * bookmark.el (bookmark-search-delay):
7305 * cus-start.el (vertical-centering-font-regexp):
7306 * ps-mule.el (ps-mule-font-info-database-default):
7307 * ps-print.el (ps-default-fg, ps-default-bg):
7308 * type-break.el (type-break-good-break-interval):
7309 * whitespace.el (whitespace-indentation-regexp)
7310 (whitespace-space-after-tab-regexp):
7311 * emacs-lisp/testcover.el (testcover-1value-functions)
7312 (testcover-noreturn-functions, testcover-progn-functions)
7313 (testcover-prog1-functions):
7314 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7315 * eshell/em-glob.el (eshell-glob-translate-alist):
7316 * play/tetris.el (tetris-tty-colors):
7317 * progmodes/cpp.el (cpp-face-default-list):
7318 * progmodes/flymake.el (flymake-allowed-file-name-masks):
7319 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
7320 (idlwave-help-browser-generic-args):
7321 * progmodes/make-mode.el (makefile-special-targets-list):
7322 * progmodes/python.el (python-shell-virtualenv-path):
7323 * progmodes/verilog-mode.el (verilog-active-low-regexp)
7324 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
7325 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
7326 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
7327 * textmodes/reftex-vars.el (reftex-format-label-function):
7328 * textmodes/remember.el (remember-diary-file): Fix custom types.
7329
e54eeb9b
GM
7330 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
7331 Add :version.
7332
455851dd
LL
73332013-05-09 Leo Liu <sdl.web@gmail.com>
7334
7335 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 7336 Restore file completion. (Bug#14300)
455851dd
LL
7337 (inferior-octave-startup): Fix incorrect highlighting for the
7338 first prompt.
7339
a9e4425b
SM
73402013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * progmodes/ruby-mode.el: First cut at SMIE support.
7343 (ruby-use-smie): New var.
7344 (ruby-smie-grammar): New constant.
7345 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
7346 (ruby-smie--forward-token, ruby-smie--backward-token)
7347 (ruby-smie-rules): New functions.
7348 (ruby-mode-variables): Setup SMIE if applicable.
7349
060ca408
EZ
73502013-05-08 Eli Zaretskii <eliz@gnu.org>
7351
7352 * simple.el (line-move-visual): Signal beginning/end of buffer
7353 only if vertical-motion moved less than it was requested. Avoids
7354 silly incorrect error messages when there are display strings with
7355 multiple newlines at EOL.
7356
1d5963cc
SM
73572013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
7358
7359 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
7360 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
7361 (prolog-char-quote-workaround):
7362 * progmodes/cperl-mode.el (cperl-under-as-char):
7363 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
7364 Mark as obsolete.
7365 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
7366 their declaration.
7367 (vhdl-mode-syntax-table-init): Remove.
7368
c9990474
SM
7369 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
7370 last change.
1d5963cc
SM
7371
7372 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
7373 syntax for "_".
7374 (ld-script-font-lock-keywords):
7375 Change regexps to use things like \_< and \_>.
7376
7377 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
7378 Change all regexps to use things like \_< and \_>.
7379
7380 * progmodes/autoconf.el (autoconf-definition-regexp)
7381 (autoconf-font-lock-keywords, autoconf-current-defun-function):
7382 Handle a _ with symbol syntax.
7383 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
7384
c9990474
SM
7385 * progmodes/ada-mode.el (ada-mode-abbrev-table):
7386 Consolidate declaration.
1d5963cc
SM
7387 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
7388 the declaration.
7389 (ada-create-syntax-table): Remove.
7390 (ada-capitalize-word): Don't mess with the syntax of "_" since it
7391 already has the right syntax nowadays.
7392 (ada-goto-next-word): Don't change the syntax of "_".
7393
7394 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
7395 with-wrapper-hook.
7396
72d3cfca
SS
73972013-05-08 Sam Steingold <sds@gnu.org>
7398
7399 * thingatpt.el (thing-at-point): Accept optional second argument
7400 NO-PROPERTIES to strip the text properties from the return value.
7401 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
7402 to `thing-at-point' instead of stripping the properties ourselves.
7403 Also, when `thing-at-point' fails to find a url, prepend "http://"
7404 to the filename at point on the assumption that the user is
7405 pointing at something like gnu.org/gnu.
7406
5cb15713
JB
74072013-05-08 Juanma Barranquero <lekktu@gmail.com>
7408
7409 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
7410 * faces.el (crm-separator):
7411 Silence byte-compiler.
7412
7413 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
7414 (tool-bar-map): Remove unneeded defvars.
7415
ea78b95b
LL
74162013-05-08 Leo Liu <sdl.web@gmail.com>
7417
7418 Re-work a fix for bug#10994 based on Le Wang's patch.
7419 * ido.el (ido-remove-consecutive-dups): New helper.
7420 (ido-completing-read): Use it.
7421 (ido-chop): Revert fix for bug#10994.
7422
dc7466df
AS
74232013-05-08 Adam Spiers <emacs@adamspiers.org>
7424
7425 * cus-edit.el (custom-save-variables):
7426 Pretty-print long values. (Bug#14187)
7427
9ecf672a
GM
74282013-05-08 Glenn Morris <rgm@gnu.org>
7429
7430 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
7431 (m4-mode-syntax-table): Init in the defvar.
7432 (m4-mode-abbrev-table): Let define-derived-mode define it.
7433
3f555be8
TT
74342013-05-08 Tom Tromey <tromey@redhat.com>
7435
7436 * progmodes/m4-mode.el (m4-mode-syntax-table):
7437 Do not treat "_" as word constituent. (Bug#14167)
7438
7cc8ae06
GM
74392013-05-07 Glenn Morris <rgm@gnu.org>
7440
4f58bc06
GM
7441 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
7442 Remove explicit eshell-isearch-cancel-map.
7443
7cc8ae06
GM
7444 * progmodes/f90.el (f90-smart-end-names): New option.
7445 (f90-smart-end): Doc fix.
7446 (f90-end-block-optional-name): New constant.
7447 (f90-block-match): Respect f90-smart-end-names.
7448
ceb57e59
SM
74492013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * progmodes/octave.el (octave-smie-forward-token): Be more careful
7452 about implicit semi-colons (bug#14218).
7453
4e3f9230
YM
74542013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7455
7456 * frame.el (display-monitor-attributes-list)
7457 (frame-monitor-attributes): New functions.
7458
203a5572
LL
74592013-05-06 Leo Liu <sdl.web@gmail.com>
7460
7461 * progmodes/octave.el (octave-syntax-propertize-function): Change
7462 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
7463 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 7464 (octave-completion-at-point): Rename from
203a5572
LL
7465 octave-completion-at-point-function.
7466 (inferior-octave-directory-tracker): Robustify.
7467 (octave-text-functions): Remove and fix its uses. No such things
7468 any more.
7469
ee6cff99
SM
74702013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * emacs-lisp/trace.el (trace--display-buffer): New function.
7473 (trace-make-advice): Use it.
7474
32985194
JL
74752013-05-06 Juri Linkov <juri@jurta.org>
7476
7477 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
7478 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
7479 Doc fix.
7480 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
7481 in the help string. (Bug#12985)
7482
a1c700de
KD
74832013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
7484
7485 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
7486
c67c0839
SM
74872013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7488
323885fd
SM
7489 * progmodes/perl-mode.el: Add support for here documents.
7490 (perl-syntax-propertize-function): Match here-doc markers.
7491 (perl-syntax-propertize-special-constructs): Find their end.
7492 (perl-imenu-generic-expression): Use [:alnum:].
7493
c67c0839
SM
7494 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
7495 (advice--add-function): Refresh the advice if already present
7496 (bug#14317).
7497
d491e7a8
IA
74982013-05-06 Ivan Andrus <darthandrus@gmail.com>
7499
7500 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
7501
ddf9925e
GM
75022013-05-06 Glenn Morris <rgm@gnu.org>
7503
7cc3af27
GM
7504 * w32-fns.el (w32-charset-info-alist): Declare.
7505
16e343d6
GM
7506 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
7507 of its defcustom properties.
7508 (eshell-cmpl-initialize): No need to load pcomplete.
7509
7d889a47
GM
7510 * generic-x.el: No need to require comint when compiling.
7511
ddf9925e
GM
7512 * net/eudc-export.el: Make it loadable without bbdb.
7513 (top-level): Use require rather than load-library.
7514 (eudc-create-bbdb-record, eudc-bbdbify-phone)
7515 (eudc-batch-export-records-to-bbdb)
7516 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
7517 Require bbdb.
7518
1e2c18df
SM
75192013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
7522 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
7523 some tweaks, instead.
7524
02502a5f
LL
75252013-05-05 Leo Liu <sdl.web@gmail.com>
7526
7527 * progmodes/octave.el (octave-font-lock-keywords)
7528 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
7529 (inferior-octave-send-list-and-digest): Improve error message.
7530 (octave-mode, inferior-octave-mode): Use setq-local.
7531 (octave-help): Set info-lookup-mode.
7532
0dc04f42
RS
75332013-05-05 Richard Stallman <rms@gnu.org>
7534
6c54491c
RS
7535 * vc/compare-w.el (compare-windows-whitespace):
7536 Treat no-break space as whitespace.
7537
0dc04f42
RS
7538 * mail/rmailsum.el (rmail-summary-rmail-update):
7539 Detect empty summary and don't change selected message.
7540 (rmail-summary-goto-msg): Likewise.
7541
df8f35df
RS
7542 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
7543 Doc fixes, rename args.
7544
5356e1a3
AM
75452013-05-05 Alan Mackenzie <acm@muc.de>
7546
7547 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
7548
d44014cb
JL
75492013-05-05 Juri Linkov <juri@jurta.org>
7550
7551 * info.el (Info-read-subfile): Use (point-min) instead of (point)
7552 to not add the length of the summary segment to the return value.
7553 (Bug#14125)
7554
c129b51f
LL
75552013-05-05 Leo Liu <sdl.web@gmail.com>
7556
7557 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
7558 (inferior-octave-output-filter): Remove.
7559 (octave-send-region, inferior-octave-startup): Fix callers.
7560 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
7561 (octave-binary-file-extensions): New user variable.
7562 (octave-find-definition): Confirm if opening binary files.
7563 (octave-help-file): Use octave-find-definition to get the binary
7564 confirmation.
7565 (octave-help): Adjust for octave-help-file change.
7566
aa7dab97
SM
75672013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
7570 Merge the two entries that handle function definitions.
7571 (pascal--syntax-propertize): New const.
7572 (pascal-mode): Use it. Use setq-local.
7573
fd3a9a6b
GM
75742013-05-04 Glenn Morris <rgm@gnu.org>
7575
7576 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
7577 (diary-from-outlook): Respect diary-from-outlook-function.
7578
30c7e542
SM
75792013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
7580
7581 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
7582 Move the declaration from C.
7583 (read-minibuffer, eval-minibuffer): Move from C.
7584 (completion-setup-function): Avoid minibuffer-completion-contents.
7585
b54f978b
LL
75862013-05-03 Leo Liu <sdl.web@gmail.com>
7587
7588 * progmodes/octave.el (octave-font-lock-keywords): Do not
7589 dehighlight 'end' in comments or strings.
30c7e542
SM
7590 (octave-completing-read, octave-goto-function-definition):
7591 New helpers.
d4d0f9b3
LL
7592 (octave-help-buffer): New user variable.
7593 (octave-help-file, octave-help-function): New button types.
7594 (octave-help): New command and bind it to C-h ;.
7595 (octave-find-definition): New command and bind it to M-.
d74a1581 7596 (user-error): Alias to error if not defined.
b54f978b 7597
27135018
LL
75982013-05-02 Leo Liu <sdl.web@gmail.com>
7599
7600 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
7601 for \. (bug#14332)
7602 (octave-font-lock-keywords): Include [ and {.
7603
0d634d3a
LL
76042013-05-02 Leo Liu <sdl.web@gmail.com>
7605
7606 * progmodes/octave.el (inferior-octave-startup-file): Change default.
7607 (inferior-octave): Remove calling comint-mode and return the buffer.
7608 (inferior-octave-startup): Cosmetic changes.
7609
b4c8295e
LL
76102013-05-02 Leo Liu <sdl.web@gmail.com>
7611
30c7e542
SM
7612 * progmodes/octave.el (octave-syntax-propertize-function):
7613 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 7614
f12ad6ec
GM
76152013-05-02 Glenn Morris <rgm@gnu.org>
7616
7617 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
7618 * desktop.el (vc-dir-mode): Just autoload it here.
7619
30cac1e0
AM
76202013-05-02 Alan Mackenzie <acm@muc.de>
7621
7622 Eliminate variable c-standard-font-lock-fontify-region-function.
7623 * progmodes/cc-mode.el
7624 (c-standard-font-lock-fontify-region-function): Remove.
7625 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
7626
d8ef28b1
LL
76272013-05-01 Leo Liu <sdl.web@gmail.com>
7628
2640d52e 7629 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 7630 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 7631 variables were removed from Octave in 2007.
d8ef28b1
LL
7632 (inferior-octave-startup): Fix uses.
7633 (comint-line-beginning-position): Remove compatibility code for
7634 emacs 21.
7635
ac63ec89
JL
76362013-05-01 Juri Linkov <juri@jurta.org>
7637
7638 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
7639
9e9be37c
JL
76402013-05-01 Juri Linkov <juri@jurta.org>
7641
7642 * comint.el (comint-previous-matching-input): Don't print message
7643 "History item: %d" when `isearch-mode' is active.
7644 (comint-history-isearch-message): Print message "History item: %d"
7645 when `comint-input-ring-index' is not empty and this function is
7646 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
7647
9b92c13b
LL
76482013-05-01 Leo Liu <sdl.web@gmail.com>
7649
7650 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
7651 definitions. Use completion-at-point to insert keywords.
7652 (octave-abbrev-start): Remove.
7653 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
7654
b12d33d7
LL
76552013-04-30 Leo Liu <sdl.web@gmail.com>
7656
7657 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
7658 change.
7659
3d1c39fa
AM
76602013-04-30 Alan Mackenzie <acm@muc.de>
7661
7662 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
7663 * progmodes/cc-engine.el (c-back-over-member-initializers):
7664 new function.
3d1c39fa
AM
7665 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
7666 (most) member init lists.
7667
5147fc17
RS
76682013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7669
7670 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
7671 variable.
7672
5b78d7fc
LL
76732013-04-30 Leo Liu <sdl.web@gmail.com>
7674
7675 * progmodes/octave.el (octave-variables): Remove. No builtin
7676 variables any more. All converted to functions.
7677 (octave-font-lock-keywords, octave-completion-at-point-function):
7678 Fix uses.
7679 (octave-font-lock-texinfo-comment): New user variable.
7680 (octave-texinfo-font-lock-keywords): New variable for texinfo
7681 comment block.
7682 (octave-function-comment-block): New face.
7683 (octave-font-lock-texinfo-comment): New function.
7684 (octave-mode): Font lock texinfo comment block.
7685
38d8527b
LL
76862013-04-29 Leo Liu <sdl.web@gmail.com>
7687
7688 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
7689 indexing expression.
7690 (octave-continuation-string): Do not use \.
7691 (inferior-octave-complete-impossible): Remove.
7692 (inferior-octave-completion-table)
7693 (inferior-octave-completion-at-point): Remove its uses.
7694 (inferior-octave-startup): completion_matches was introduced to
7695 Octave in 1996 so safe to assume it.
7696 (octave-function-file-comment): Improve to follow how Octave does it.
7697 (octave-update-function-file-comment): Tweak.
7698
2ec12cb0
LL
76992013-04-29 Leo Liu <sdl.web@gmail.com>
7700
7701 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
7702 (inferior-octave-startup): Remove inferior-octave-startup-hook.
7703 (octave-function-file-comment): Fix typo.
7704 (octave-sync-function-file-names): Use read-char-choice.
7705
6eaed048
JB
77062013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
7707
7708 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
7709 to t for the less important warnings.
7710
3ffa2d4f
DH
77112013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
7712
7713 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
7714
685c9501
GM
77152013-04-27 Glenn Morris <rgm@gnu.org>
7716
7717 * vc/log-view.el (log-view-current-entry):
7718 Treat "---" separator lines as part of the following rev. (Bug#14169)
7719
0208ede7
JL
77202013-04-27 Juri Linkov <juri@jurta.org>
7721
7722 * subr.el (read-number): Doc fix about using it by interactive
7723 code letter `n'. (Bug#14254)
7724
5db9dace
JL
77252013-04-27 Juri Linkov <juri@jurta.org>
7726
7727 * desktop.el (desktop-auto-save-timeout): New option.
7728 (desktop-file-checksum): New variable.
7729 (desktop-save): Add optional arg `auto-save' and don't auto-save
7730 if nothing changed.
7731 (desktop-auto-save-timer): New variable.
7732 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
7733 (after-init-hook): Call `desktop-auto-save-set-timer'.
7734 Suggested by Reuben Thomas <rrt@sc3d.org> in
7735 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
7736
b7260dd4
LL
77372013-04-27 Leo Liu <sdl.web@gmail.com>
7738
7739 * progmodes/octave.el (octave-function-file-p)
7740 (octave-skip-comment-forward, octave-function-file-comment)
7741 (octave-update-function-file-comment): New functions.
7742 (octave-mode-map): Bind C-c ; to
7743 octave-update-function-file-comment.
7744 (octave-mode-menu): Add octave-update-function-file-comment.
7745 (octave-mode, inferior-octave-mode): Fix doc-string.
7746 (octave-insert-defun): Conform to Octave's coding convention.
7747 (Bug#14285)
7748
7749 * files.el (basic-save-buffer): Don't let errors in
7750 before-save-hook prevent saving buffer.
7751
c46da669
RW
77522013-04-20 Roland Winkler <winkler@gnu.org>
7753
7754 * faces.el (read-face-name): Use completing-read if arg multiple
7755 is nil.
7756
a81ee1eb
IL
77572013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
7758
7759 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
7760 displayed, move point to after the totals line.
7761 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
7762 for the details.
7763
4fac34ce
SM
77642013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
7765
7766 * emacs-lisp/package.el (package-autoload-ensure-default-file):
7767 Add current dir to the load-path.
7768 (package-generate-autoloads): Don't rely on
7769 autoload-ensure-default-file.
7770
f6bfc063
RT
77712013-04-26 Reuben Thomas <rrt@sc3d.org>
7772
d40ab5cf
BG
7773 * textmodes/remember.el (remember-store-in-files): Document that
7774 the file name format is passed to `format-time-string'.
f6bfc063 7775
e55d3b04
LL
77762013-04-26 Leo Liu <sdl.web@gmail.com>
7777
7778 * progmodes/octave.el (octave-sync-function-file-names): New function.
7779 (octave-mode): Use it in before-save-hook.
7780
e53052d3
SM
77812013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
7782
140ef50c
SM
7783 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
7784 (bug#14274).
7785
e53052d3
SM
7786 * progmodes/octave.el (octave-smie-forward-token): Properly skip
7787 \n and comment, even if it's not an implicit ; (bug#14218).
7788
af80458d 77892013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
7790
7791 * subr.el (read-number): Once more use `read' rather than
7792 `string-to-number', to trap non-numeric input. (Bug#14254)
7793
af80458d 77942013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
7795
7796 * emacs-lisp/syntax.el (syntax-propertize-multiline):
7797 Use `syntax-multiline' text property consistently instead of
8a621d53 7798 `font-lock-multiline'. (Bug#14237)
70203c2e 7799
e6ea1f6c
GM
78002013-04-26 Glenn Morris <rgm@gnu.org>
7801
7802 * emacs-lisp/shadow.el (list-load-path-shadows):
7803 No longer necessary to check for duplicate simple.el, since
7804 2012-07-07 change to init_lread to not include installation lisp
7805 directories in load-path when running uninstalled. (Bug#14270)
7806
070ccca4
LL
78072013-04-26 Leo Liu <sdl.web@gmail.com>
7808
7809 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
7810 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 7811 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
7812 octave-in-string-or-comment-p.
7813 (octave-in-comment-p, octave-in-string-p)
7814 (octave-in-string-or-comment-p): Replace defsubst with defun.
7815
9d1c5fb6
PE
78162013-04-25 Paul Eggert <eggert@cs.ucla.edu>
7817
7818 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
7819
c034abda
BG
78202013-04-25 Bastien Guerry <bzg@gnu.org>
7821
7822 * textmodes/remember.el (remember-data-directory)
7823 (remember-directory-file-name-format): Fix custom types.
7824
584ea277
LL
78252013-04-25 Leo Liu <sdl.web@gmail.com>
7826
e53052d3
SM
7827 * progmodes/octave.el (octave-completion-at-point-function):
7828 Make use of inferior octave process.
584ea277
LL
7829 (octave-initialize-completions): Remove.
7830 (inferior-octave-completion-table): New function.
7831 (inferior-octave-completion-at-point): Use it.
7832 (octave-completion-alist): Remove.
7833
1693b06a
SM
78342013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7835
7836 * progmodes/opascal.el: Use font-lock and syntax-propertize.
7837 (opascal-mode-syntax-table): New var.
7838 (opascal-literal-kind, opascal-is-literal-end)
7839 (opascal-literal-token-at): Rewrite.
7840 (opascal--literal-start-re, opascal-font-lock-keywords)
7841 (opascal--syntax-propertize): New constants.
7842 (opascal-font-lock-defaults): Adjust.
7843 (opascal-mode): Use them. Set comment-<foo> variables as well.
7844 (delphi-comment-face, opascal-comment-face, delphi-string-face)
7845 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
7846 (delphi-other-face, opascal-other-face): Remove face variables.
7847 (opascal-save-state): Remove macro.
7848 (opascal-fontifying-progress-step): Remove constant.
7849 (opascal--ignore-changes): Remove var.
7850 (opascal-set-token-property, opascal-parse-next-literal)
7851 (opascal-is-stable-literal, opascal-complete-literal)
7852 (opascal-is-literal-start, opascal-face-of)
7853 (opascal-parse-region, opascal-parse-region-until-stable)
7854 (opascal-fontify-region, opascal-after-change)
7855 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
7856 (opascal-debug-parse-region, opascal-debug-parse-window)
7857 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
7858 (opascal-debug-fontify-buffer): Remove.
7859 (opascal-debug-mode-map): Adjust accordingly.
7860
be64c05d
LL
78612013-04-25 Leo Liu <sdl.web@gmail.com>
7862
7863 Merge octave-mod.el and octave-inf.el into octave.el with some
7864 cleanups.
7865 * progmodes/octave.el: New file renamed from octave-mod.el.
7866 * progmodes/octave-inf.el: Merged into octave.el.
7867 * progmodes/octave-mod.el: Renamed to octave.el.
7868
d79d37bd
TH
78692013-04-25 Tassilo Horn <tsdh@gnu.org>
7870
7871 * textmodes/reftex-vars.el
7872 (reftex-label-ignored-macros-and-environments): New defcustom.
7873
7874 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
7875
ced3fc5d
SM
78762013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
7877
7878 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
7879 (smie-indent-keyword): Improve the check to ensure that the next
7880 comment is really on the same line.
7881 (smie-indent-comment): Don't align with a subsequent closer (or eob).
7882
7883 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
7884 semi-colons if the line is not otherwise empty (bug#14218).
7885
1c141dad
GM
78862013-04-25 Glenn Morris <rgm@gnu.org>
7887
7888 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
7889
5058062a
SM
78902013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
7891
7892 * progmodes/opascal.el (opascal-set-token-property): Rename from
7893 opascal-set-text-properties and only set `token' (bug#14134).
7894 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
7895 (opascal-literal-text-properties): Remove.
7896 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
7897 Adjust callers.
7898
5db9dace 78992013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
7900
7901 * textmodes/remember.el (remember-handler-functions): Add an
7902 option for a new handler `remember-store-in-files'.
7903 (remember-data-directory, remember-directory-file-name-format):
7904 New options.
7905 (remember-store-in-files): New function to store remember notes
7906 as separate files within a directory.
7907
4391916c
MH
79082013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
7909
7910 * progmodes/compile.el (compilation-next-error-function):
7911 Pass "formats" to compilation-find-file (bug#11777).
7912
bb7cdf58
GM
79132013-04-24 Glenn Morris <rgm@gnu.org>
7914
3b8fe752 7915 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
7916 * vc/vc-hg.el (vc-hg-print-log):
7917 * vc/vc-svn.el (vc-svn-print-log):
7918 Fix START-REVISION with LIMIT != 1. (Bug#14168)
7919
bb7cdf58
GM
7920 * vc/vc-bzr.el (vc-bzr-print-log):
7921 * vc/vc-cvs.el (vc-cvs-print-log):
7922 * vc/vc-git.el (vc-git-print-log):
7923 * vc/vc-hg.el (vc-hg-print-log):
7924 * vc/vc-mtn.el (vc-mtn-print-log):
7925 * vc/vc-rcs.el (vc-rcs-print-log):
7926 * vc/vc-sccs.el (vc-sccs-print-log):
7927 * vc/vc-svn.el (vc-svn-print-log):
7928 * vc/vc.el (vc-print-log-internal): Doc fixes.
7929
b46a056e
GM
79302013-04-23 Glenn Morris <rgm@gnu.org>
7931
7932 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
7933 Remove venerable code attempting to avoid substitute-command-keys.
7934
0aecf718
TH
79352013-04-23 Tassilo Horn <tsdh@gnu.org>
7936
4391916c
MH
7937 * textmodes/reftex-vars.el (reftex-label-regexps):
7938 Call `reftex-compile-variables' after changes to this variable.
0aecf718 7939
117f94cf
SM
79402013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
7941
4391916c 7942 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
7943 Use lexical-binding.
7944 (jit-lock-force-redisplay): Use markers, check buffer's continued
7945 existence and beware narrowed buffers.
7946 (jit-lock-fontify-now): Adjust call accordingly.
7947
1d829c64
SM
79482013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
7951 to avoid misleading the user.
7952
72d548a9
LL
79532013-04-22 Leo Liu <sdl.web@gmail.com>
7954
7955 * info-look.el: Prefer latex2e.info. (Bug#14240)
7956
d0853629
MA
79572013-04-22 Michael Albinus <michael.albinus@gmx.de>
7958
7959 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
7960
7961 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 7962 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
7963 (tramp-set-completion-function, tramp-parse-putty):
7964 * net/tramp-adb.el (tramp-adb-execute-adb-command):
7965 * net/tramp-gvfs.el (tramp-gvfs-send-command):
7966 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7967 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
7968 (tramp-call-local-coding-command): Use `tramp-call-process'
7969 instead of `tramp-compat-call-process'.
7970
7971 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
7972 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
7973 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 7974 (tramp-find-inline-compress): Improve traces.
d0853629
MA
7975 (tramp-maybe-send-script): Check for Perl binary.
7976 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
7977
38cc0210
DU
79782013-04-22 Daiki Ueno <ueno@gnu.org>
7979
7980 * epg.el (epg-context-pinentry-mode): New function.
7981 (epg-context-set-pinentry-mode): New function.
7982 (epg--start): Pass --pinentry-mode option to gpg command.
7983
cc641ee1
XF
79842013-04-21 Xue Fuqiao <xfq.free@gmail.com>
7985
02d844b5 7986 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 7987 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 7988 `completion-at-point'. (Bug#13774)
5d4e5c31 7989
cc641ee1
XF
7990 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
7991 default key binding for `describe-distribution' has been moved to
7992 `C-h C-o'. (Bug#13970)
7993
1b42ee43
GM
79942013-04-21 Glenn Morris <rgm@gnu.org>
7995
7996 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
7997 Add doc strings.
7998 (vc-print-log): Clarify interactive prompt.
7999
a6d63d97
GM
80002013-04-20 Glenn Morris <rgm@gnu.org>
8001
8002 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
8003 No longer include timestamp etc information.
8004
d7f5c16f
RW
80052013-04-20 Roland Winkler <winkler@gnu.org>
8006
8007 * faces.el (read-face-name): Bug fix, return just one face if arg
8008 multiple is nil. (Bug#14209)
8009
bcd7a0a4
SM
80102013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
8011
8012 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
8013 (remove-function): Autoload.
8014
8015 * comint.el (comint-redirect-original-filter-function): Remove.
8016 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
8017 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
8018 (vc-cvs-annotate-command):
bcd7a0a4
SM
8019 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
8020 * progmodes/prolog.el (prolog-consult-compile):
8021 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
8022 Use add/remove-function instead.
8023 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
8024 (gud-tooltip-process-output, gud-tooltip-tips):
8025 Use add/remove-function instead.
8026 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
8027 (scheme-interaction-mode, exit-scheme-interaction-mode):
8028 Use add/remove-function instead.
8029
8030 * vc/vc-dispatcher.el: Use lexical-binding.
8031 (vc--process-sentinel): Rename from vc-process-sentinel.
8032 Change last arg to be the code to run. Don't use vc-previous-sentinel
8033 and vc-sentinel-commands any more.
8034 (vc-exec-after): Allow code to be a function. Use add/remove-function.
8035 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
8036
e36b2d20 80372013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 8038
bcd7a0a4 8039 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 8040 Handle function names with a single character. (Bug#14111)
4d3268ba 8041
781b4af6 80422013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
8043
8044 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
8045 for subroutines defined in an eval (bug#14182).
8046
7d688336
TV
80472013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8048
8049 * bookmark.el (bookmark-completing-read): Improve handling of empty
8050 string (bug#14176).
8051
31dcede0
SM
80522013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
8053
8054 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
8055
adc31213
FEG
80562013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
8057
8058 New faster Imenu implementation (bug#14058).
8059 * progmodes/python.el:
8060 (python-imenu-prev-index-position):
8061 (python-imenu-format-item-label-function)
8062 (python-imenu-format-parent-item-label-function)
8063 (python-imenu-format-parent-item-jump-label-function):
8064 New vars.
8065 (python-imenu-format-item-label)
8066 (python-imenu-format-parent-item-label)
8067 (python-imenu-format-parent-item-jump-label)
8068 (python-imenu--put-parent, python-imenu--build-tree)
8069 (python-imenu-create-index, python-imenu-create-flat-index)
8070 (python-util-popn): New functions.
8071 (python-mode): Set imenu-create-index-function to
8072 python-imenu-create-index.
8073
cdca8255
SM
80742013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8075
8076 * winner.el (winner-active-region): Use region-active-p, activate-mark
8077 and deactivate-mark (bug#14225).
8078
8079 * simple.el (deactivate-mark): Don't inline it.
8080
beb42340
MA
80812013-04-18 Michael Albinus <michael.albinus@gmx.de>
8082
8083 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
8084
fc7f4d7e
TH
80852013-04-18 Tassilo Horn <tsdh@gnu.org>
8086
8087 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
8088 file extensions from the archive-mode entry in order to prefer
8089 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
8090
29f47822
LL
80912013-04-18 Leo Liu <sdl.web@gmail.com>
8092
8093 * bindings.el (help-event-list): Add ?\?.
8094
d36ed1c8
SM
80952013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * subr.el (with-wrapper-hook): Declare obsolete.
8098 * simple.el (filter-buffer-substring-function): New hook.
8099 (filter-buffer-substring): Use it.
8100 (filter-buffer-substring-functions): Mark obsolete.
8101 * minibuffer.el (completion-in-region-function): New hook.
8102 (completion-in-region): Use it.
8103 (completion-in-region-functions): Mark obsolete.
8104 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
8105 * abbrev.el (abbrev-expand-function): New hook.
8106 (expand-abbrev): Use it.
8107 (abbrev-expand-functions): Mark obsolete.
8108 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
8109 and :filter-return.
8110
04754d36
FEG
81112013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8112
8113 * progmodes/python.el (python-nav--syntactically): Fix cornercases
8114 and do not care about match data.
8115
dd8791e9
SM
81162013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8117
8118 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
8119 completion tables when completing error conditions and
8120 `declare' arguments.
8121 (lisp-complete-symbol, field-complete): Mark as obsolete.
8122 (check-parens): Unmatched parens are user errors.
8123 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
8124
ffe54a13
AM
81252013-04-17 Michal Nazarewicz <mina86@mina86.com>
8126
dd8791e9
SM
8127 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
8128 command changed buffer (ie. `flyspell-pre-buffer' is not current
8129 buffer), which prevents making decisions based on invalid value of
8130 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
8131 cause an error when `flyspell-pre-point' was nil after switching
8132 buffers.
8133 (flyspell-post-command-hook): No longer needs to change buffers when
8134 checking pre-word. While at it remove unnecessary progn.
ffe54a13 8135
ec7e39f2
AM
81362013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
8137
8138 * textmodes/ispell.el (ispell-add-per-file-word-list):
8139 Fix `flyspell-correct-word-before-point' error when accepting
8140 words and `coment-padding' is an integer by using
8141 `comment-normalize-vars' (Bug #14214).
8142
083850a6
FEG
81432013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8144
8145 New defun movement commands.
8146 * progmodes/python.el (python-nav--syntactically)
8147 (python-nav--forward-defun, python-nav-backward-defun)
8148 (python-nav-forward-defun): New functions.
8149
619ed6e1
FEG
81502013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
8151
8152 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
8153 (python-syntax-context): Use named compiler-macro for backwards
8154 compatibility with Emacs 24.x.
8155
7a1beb6c
LL
81562013-04-17 Leo Liu <sdl.web@gmail.com>
8157
8158 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
8159 octave-hide-process-buffer.
8160
2d3fa3e5
SM
81612013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
8164 (bug#14216).
8165
7ce5be54
JPG
81662013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
8167
8168 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
8169 Fix adjustment of offset when receiving incomplete responses from GDB
8170 (bug#14129).
8171
351edece
SM
81722013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
8175 python-mode-abbrev-table.
8176 (python-skeleton-define): Adjust accordingly.
8177 (python-mode-abbrev-table): New table that inherits from it so that
8178 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
8179
8180 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
8181 (abbrev-symbol): Use it.
8182 (abbrev--before-point): Use it since we already handle inheritance.
8183
613f9481
LL
81842013-04-16 Leo Liu <sdl.web@gmail.com>
8185
8186 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
8187 binding to info-lookup-symbol.
8188
51646b62
JB
81892013-04-16 Juanma Barranquero <lekktu@gmail.com>
8190
8191 * minibuffer.el (completion--twq-all):
8192 * term/ns-win.el (ns-initialize-window-system):
8193 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
8194
efb3f01d
SM
81952013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
8196
36c0a301
SM
8197 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
8198 global bindings.
8199
efb3f01d
SM
8200 * doc-view.el (doc-view-start-process): Handle url-handler directories.
8201
fb549d64
DG
82022013-04-15 Dmitry Gutov <dgutov@yandex.ru>
8203
8204 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
8205 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
8206 to nil.
8207 (ruby-end-of-defun): Remove the unused arg, change the docstring
8208 to reflect that this function is only used as the value of
8209 `end-of-defun-function'.
8210 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
8211 to reflect an earlier change that beginning/end-of-defun functions
8212 jump between methods in a class definition, as well as top-level
8213 functions.
8214
21e8fe2f
SM
82152013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8216
8217 * minibuffer.el (minibuffer-complete): Don't just scroll
8218 a *Completions* that's been iconified.
8219 (minibuffer-force-complete): Make sure repetitions do cycle when going
8220 through completion-in-region -> minibuffer-complete.
8221
20e527d0
AM
82222013-04-15 Alan Mackenzie <acm@muc.de>
8223
8224 Correct the placement of c-cpp-delimiters when there're #s not at
8225 col 0.
8226
8227 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
8228 place a submatch around the #.
21e8fe2f
SM
8229 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
8230 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
8231 on the #, not BOL.
8232
dabefae5
SM
82332013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
8234
8235 * emacs-lisp/nadvice.el: Properly test names when adding advice.
8236 (advice--member-p): New arg `name'.
8237 (advice--add-function, advice-member-p): Use it (bug#14202).
8238
85c9ab64
AM
82392013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
8240
8241 Reformulate java imenu-generic-expression.
8242 The old expression contained ill formed regexps.
8243
8244 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
8245 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
8246 (cc-imenu-java-method-arg-regexp): New defconsts.
8247 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 8248 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
8249 handling of spaces in the regexp.
8250
0f821d99
AM
82512013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
8252
8253 * textmodes/ispell.el (ispell-command-loop): Remove
8254 flyspell highlight of a word when ispell accepts it (bug #14178).
8255
eb922adf
MA
82562013-04-15 Michael Albinus <michael.albinus@gmx.de>
8257
8258 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
8259 uses code from the previous `ange-ftp-run-real-handler'.
8260 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
8261 only in case that function exist. This is needed for proper
8262 unloading of Tramp.
8263
4d9a0979
TH
82642013-04-15 Tassilo Horn <tsdh@gnu.org>
8265
8266 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
8267
8268 * textmodes/reftex.el (reftex-compile-variables): Use it.
8269
a829b0dc
SM
82702013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
8271
91e8293c
SM
8272 * files.el (normal-mode): Only use default major-mode if no other mode
8273 was specified.
8274
830aed4d
SM
8275 * emacs-lisp/trace.el (trace-values): New function.
8276
a829b0dc
SM
8277 * files.el: Allow : in local variables (bug#14089).
8278 (hack-local-variable-regexp): New var.
8279 (hack-local-variables-prop-line, hack-local-variables): Use it.
8280
7ae9f0fb
RW
82812013-04-13 Roland Winkler <winkler@gnu.org>
8282
8283 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
8284 data before it gets modified by bibtex-beginning-of-entry.
8285
6646e848
RW
82862013-04-13 Roland Winkler <winkler@gnu.org>
8287
8288 * textmodes/bibtex.el (bibtex-url): Doc fix.
8289
82902013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
8291
8292 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
8293 does not visit a BibTeX file, exclude it from the list of buffers
8294 returned by bibtex-initialize.
8295
0aa3616e
SB
82962013-04-13 Stephen Berman <stephen.berman@gmx.net>
8297
8298 * window.el (split-window): Remove interactive form, since as a
8299 command this function is a special case of split-window-below.
8300 Correct doc string.
8301
011cddd6
RW
83022013-04-12 Roland Winkler <winkler@gnu.org>
8303
8304 * faces.el (read-face-name): Do not override value of arg default.
8305 Allow single faces and strings as default values. Remove those
8306 elements from return value that are not faces.
8307 (describe-face): Simplify.
8308 (face-at-point): New optional args thing and multiple so that this
8309 function can provide the same functionality previously provided by
8310 read-face-name.
8311 (make-face-bold, make-face-unbold, make-face-italic)
8312 (make-face-unitalic, make-face-bold-italic, invert-face)
8313 (modify-face, read-face-and-attribute): Use face-at-point.
8314
8315 * cus-edit.el (customize-face, customize-face-other-window)
8316 * cus-theme.el (custom-theme-add-face)
8317 * face-remap.el (buffer-face-set)
8318 * facemenu.el (facemenu-set-face): Use face-at-point.
8319
f24e0036
MA
83202013-04-12 Michael Albinus <michael.albinus@gmx.de>
8321
8322 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
8323
da3cda2d
TH
83242013-04-10 Tassilo Horn <tsdh@gnu.org>
8325
8326 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
8327 off leading { and trailing } from field values.
8328
15e54145
SM
83292013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8330
78ce603d
SM
8331 * emacs-lisp/timer.el (timer--check): New function.
8332 (timer--time, timer-set-function, timer-event-handler): Use it.
8333 (timer-set-idle-time): Simplify.
8334 (timer--activate): CSE.
8335 (timer-event-handler): Give more info in error message.
8336 (internal-timer-start-idle): New function, moved from C.
8337
15e54145
SM
8338 * mpc.el (mpc-proc): Add `restart' argument.
8339 (mpc-proc-cmd): Use it.
8340 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
8341 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
8342 less often.
8343
7144c627
MY
83442013-04-10 Masatake YAMATO <yamato@redhat.com>
8345
8346 * progmodes/sh-script.el: Implement `sh-mode' own
8347 `add-log-current-defun-function' (bug#14112).
8348 (sh-current-defun-name): New function.
8349 (sh-mode): Use the function.
8350
b39792eb
BG
83512013-04-09 Bastien Guerry <bzg@gnu.org>
8352
8353 * simple.el (choose-completion-string): Fix docstring (bug#14163).
8354
8acdeb71
SM
83552013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
8356
6fcdab68
SM
8357 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
8358
8acdeb71
SM
8359 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
8360 timer (bug#14156).
8361
e3e7b504
NF
83622013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
8363
8364 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
8365 declaration.
8366
201bb296
LL
83672013-04-07 Leo Liu <sdl.web@gmail.com>
8368
8369 * pcmpl-x.el: New file.
8370
ebb19708
DA
83712013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
8372
8373 Do not set x-display-name until X connection is established.
8374 This is needed to prevent from weird situation described at
8375 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
8376 * frame.el (make-frame): Set x-display-name after call to
8377 window system initialization function, not before.
8378 * term/x-win.el (x-initialize-window-system): Add optional
8379 display argument and use it.
8380 * term/w32-win.el (w32-initialize-window-system):
8381 * term/ns-win.el (ns-initialize-window-system):
8382 * term/pc-win.el (msdos-initialize-window-system):
8383 Add compatible optional display argument.
8384
33bb237a
EZ
83852013-04-06 Eli Zaretskii <eliz@gnu.org>
8386
8387 * files.el (normal-backup-enable-predicate): On MS-Windows and
8388 MS-DOS compare truenames of temporary-file-directory and of the
8389 file, so that 8+3 aliases (usually found in $TEMP on Windows)
8390 don't fail comparison by compare-strings. Also, compare file
8391 names case-insensitively on MS-Windows and MS-DOS.
8392
134abf1f
SM
83932013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8394
8395 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
8396 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
8397
d695cb94
DG
83982013-04-05 Dmitry Gutov <dgutov@yandex.ru>
8399
e3e7b504
NF
8400 * whitespace.el (whitespace-color-on, whitespace-color-off):
8401 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 8402
f4ad7ea1 84032013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
8404
8405 * ispell.el (ispell-set-spellchecker-params):
8406 Really set `ispell-args' for all equivs.
8407
632556e4
SM
84082013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * ido.el (ido-completions): Use extra elements of ido-decorations
8411 (bug#14143).
8412 (ido-decorations): Update docstring.
8413
2a417372
MA
84142013-04-05 Michael Albinus <michael.albinus@gmx.de>
8415
8416 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
8417 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
8418 nil during initialization, in order not to miss changes since the
8419 file was opened. (Bug#14140)
8420
fc164b0c
LL
84212013-04-05 Leo Liu <sdl.web@gmail.com>
8422
8423 * kmacro.el (kmacro-call-macro): Fix bug#14135.
8424
0ccecc08
JB
84252013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
8426
8427 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
8428
51af1aa2
GM
84292013-04-04 Glenn Morris <rgm@gnu.org>
8430
8431 * electric.el (electric-pair-inhibit-predicate): Add :version.
8432
b208ebc6
SM
84332013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
8436 when a package is required several times (bug#14082).
8437
f3d3eaf0
RW
84382013-04-04 Roland Winkler <winkler@gnu.org>
8439
8440 * faces.el (read-face-name): Behave as promised by the docstring.
8441 Assume that arg default is a list of faces.
8442 (describe-face): Call read-face-name with list of default faces.
8443
2575da50
TV
84442013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8445
8446 * bookmark.el: Fix deletion of bookmarks (bug#13972).
8447 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
8448 (bookmark-bmenu-execute-deletions): Only skip first line if it's
8449 the header.
8450 (bookmark-exit-hook-internal): Save even if list is empty.
8451
397703b4
YH
84522013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
8453
8454 * emacs-lisp/package.el (package-pinned-packages): New var.
8455 (package--add-to-archive-contents): Obey it (bug#14118).
8456
691e26ae
AM
84572013-04-03 Alan Mackenzie <acm@muc.de>
8458
8a621d53
JB
8459 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
8460 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
8461
8462 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
8463 parameter `not-in-delimiter'. Handle being inside comment opener.
8464 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
8465 character in case we're typing a '*' after a '/'.
8466 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
8467 instead by passing the parameter to c-state-pp-to-literal.
8468
8469 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
8470 for elt. 7 of a parse state.
8471
4b725a70
PE
84722013-04-01 Paul Eggert <eggert@cs.ucla.edu>
8473
8474 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
8475 * international/latin1-disp.el, international/mule-util.el:
8476 * language/cyril-util.el, language/european.el, language/ind-util.el:
8477 * language/lao-util.el, language/thai.el, language/tibet-util.el:
8478 * language/tibetan.el, language/viet-util.el:
8479 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
8480
15c579f0
SM
84812013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8482
8483 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
8484 (electric-pair-post-self-insert-function): Use it.
8485 (electric-pair-default-inhibit): New function, extracted from
8486 electric-pair-post-self-insert-function.
8487
a77e2924
RW
84882013-03-31 Roland Winkler <winkler@gnu.org>
8489
8490 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
8491
2bd8a4a8
SM
84922013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
8495
8d3655be 84962013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
8497
8498 Un-indent after "pass" and "return" statements (Bug#13888)
8499 * progmodes/python.el (python-indent-block-enders): New var.
8500 (python-indent-calculate-indentation): Use it.
8501
8d3655be 85022013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
8503
8504 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
8505 defun. Defining it as defalias could introduce too eager
8506 byte-compiler optimization. (Bug#14030)
8507
8d3655be 85082013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
8509
8510 * iswitchb.el (iswitchb-read-buffer): Fix typo.
8511
0b1619da
LL
85122013-03-30 Leo Liu <sdl.web@gmail.com>
8513
8514 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
8515 (kmacro-execute-from-register): Pass the keyboard macro to
8516 kmacro-call-macro or repeating won't work correctly.
8517
0b938190
TZ
85182013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
8519
8520 * progmodes/subword.el: Back to using `forward-symbol'.
8521
8522 * subr.el (forward-whitespace, forward-symbol)
8523 (forward-same-syntax): Move from thingatpt.el.
8524
35710234
LL
85252013-03-29 Leo Liu <sdl.web@gmail.com>
8526
8527 * kmacro.el (kmacro-to-register): New command.
8528 (kmacro-execute-from-register): New function.
8529 (kmacro-keymap): Bind to 'x'. (Bug#14071)
8530
efc0bb73
SM
85312013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8532
8533 * mpc.el: Use defvar-local and setq-local.
8534 (mpc--proc-connect): Connection failures are not bugs.
8535 (mpc-mode-map): `follow-link' only applies to the buffer's content.
8536 (mpc-volume-map): Bind to the up-events.
8537
75a2f981
TZ
85382013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
8539
8540 * progmodes/subword.el (superword-mode): Use `forward-sexp'
8541 instead of `forward-symbol'.
8542
17c781d1
SM
85432013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
8546 (edebug--recursive-edit): Use it.
8547 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
8548 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
8549
f67bfbcf
LL
85502013-03-28 Leo Liu <sdl.web@gmail.com>
8551
8552 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
8553
b59f639d
EZ
85542013-03-27 Eli Zaretskii <eliz@gnu.org>
8555
8556 * facemenu.el (list-colors-callback): New defvar.
8557 (list-colors-redisplay): New function.
8558 (list-colors-display): Install list-colors-redisplay as the
8559 revert-buffer-function. (Bug#14063)
8560
f557c1b1
SM
85612013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8562
b1da2957
SM
8563 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
8564 and suffixes don't overlap (bug#14061).
8565
f557c1b1
SM
8566 * case-table.el: Use lexical-binding.
8567 (case-table-get-table): New function.
8568 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
8569
002668e1
TZ
85702013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
8571
8572 * progmodes/subword.el: Add `superword-mode' to do word motion
8573 over symbol_words (parallels and leverages `subword-mode' which
8574 does word motion inside MixedCaseWords).
8575
73572c72
AG
85762013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
8577
78b8f320 8578 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 8579 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 8580
69b2c07e
SM
85812013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8582
8583 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
8584 Change return value to be a sexp. Delay `get-buffer' to after
8585 restoring the desktop (bug#13951).
8586
08bb5ee2
LL
85872013-03-26 Leo Liu <sdl.web@gmail.com>
8588
8589 * register.el: Move semantic tag handling back to
8590 cedet/semantic/senator.el. (Bug#14052)
8591
8d4c974e
SM
85922013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8593
8594 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
8595 into the prompt either (bug#13963).
8596
b234d92c
SM
85972013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8598
8599 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
8600 part of "(error-foo)".
8601
ddfa3cb4
JL
86022013-03-24 Juri Linkov <juri@jurta.org>
8603
8604 * replace.el (list-matching-lines-prefix-face): New defcustom.
8605 (occur-1): Pass `list-matching-lines-prefix-face' to the function
8606 `occur-engine' if `face-differs-from-default-p' returns t.
8607 (occur-engine): Add `,' inside backquote construct to evaluate
8608 `prefix-face'. Propertize the prefix with the `prefix-face' face.
8609 Pass `prefix-face' to the functions `occur-context-lines' and
8610 `occur-engine-add-prefix'.
8611 (occur-engine-add-prefix, occur-context-lines): Add optional arg
8612 `prefix-face' and propertize the prefix with `prefix-face'.
8613 (Bug#14017)
8614
7b0e2f85
LL
86152013-03-24 Leo Liu <sdl.web@gmail.com>
8616
8617 * nxml/rng-valid.el (rng-validate-while-idle)
8618 (rng-validate-quick-while-idle): Guard against deleted buffer.
8619 (Bug#13999)
8620
8621 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
8622 is the last entry in kill-buffer-hook.
8623
8624 * files.el (kill-buffer-hook): Doc fix.
8625
b3082f49
DG
86262013-03-23 Dmitry Gutov <dgutov@yandex.ru>
8627
b234d92c
SM
8628 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
8629 Make it safe-local.
bde73d27 8630
b3082f49
DG
8631 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
8632
a320a2db
LL
86332013-03-23 Leo Liu <sdl.web@gmail.com>
8634
7e74b0fb
LL
8635 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
8636 Remove.
8637
8638 * nxml/rng-valid.el (rng-validate-mode)
8639 (rng-after-change-function, rng-do-some-validation):
8640 * nxml/rng-maint.el (rng-validate-buffer):
8641 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
8642 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
8643 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
8644 (nxml-extend-after-change-region): Use with-silent-modifications.
8645
a320a2db
LL
8646 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
8647 timer-idle-list.
8648
8649 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
8650 (rng-next-error-1, rng-previous-error-1): Do not let-bind
8651 timer-idle-list. (Bug#13999)
8652
e38e6780
JL
86532013-03-23 Juri Linkov <juri@jurta.org>
8654
8655 * info.el (info-index-match): New face.
8656 (Info-index, Info-apropos-matches): Add a nested subgroup to the
8657 main pattern and add text properties with the new face to matches
8658 in index entries relative to the beginning of the index entry.
8659 (Bug#14015)
8660
e8cc7880
DE
86612013-03-21 Eric Ludlam <zappo@gnu.org>
8662
8663 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
8664 Inhibit read only while inserting objects.
8665
9bb0d822
TZ
86662013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
8667
8668 * progmodes/cfengine.el: Update docs to mention
8669 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
8670 symbol motion. Remove "_" from the word syntax.
8671
aa703640
TZ
86722013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
8673
8674 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
8675 syntax for both `cfengine2-mode' and `cfengine3-mode'.
8676
afff09d0
JL
86772013-03-20 Juri Linkov <juri@jurta.org>
8678
8679 * info.el (Info-next-reference-or-link)
8680 (Info-prev-reference-or-link): New functions.
8681 (Info-next-reference, Info-prev-reference): Use them.
8682 (Info-try-follow-nearest-node): Handle footnote navigation.
8683 (Info-fontify-node): Fontify footnotes. (Bug#13989)
8684
9a1ff164
SM
86852013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
8688 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
8689
2667d15d
PE
86902013-03-20 Paul Eggert <eggert@cs.ucla.edu>
8691
8692 Suppress unnecessary non-ASCII chatter during build process.
8693 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
8694 (batch-skkdic-convert): Suppress most of the chatter.
8695 It's not needed so much now that machines are faster,
8696 and its non-ASCII component was confusing; see Dmitry Gutov in
8697 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
8698
438b0579
LL
86992013-03-20 Leo Liu <sdl.web@gmail.com>
8700
8701 * ido.el (ido-chop): Fix bug#10994.
8702
c128ab07
DG
87032013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8704
8705 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
8706 Remove vars.
9a1ff164
SM
8707 (whitespace-color-on, whitespace-color-off):
8708 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 8709
0e6008c5
SM
87102013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
8711
8712 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
8713 remapping in mode-line.
8714 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
8715
627b52b0
DG
87162013-03-19 Dmitry Gutov <dgutov@yandex.ru>
8717
8718 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
8719 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
8720 (whitespace-font-lock-keywords): Change description.
8721 (whitespace-color-on): Don't save `font-lock-keywords' value, save
8722 the constructed keywords instead.
8723 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 8724
50c3a20b
LL
87252013-03-19 Leo Liu <sdl.web@gmail.com>
8726
8727 * progmodes/compile.el (compilation-display-error): New command.
8728 (compilation-mode-map, compilation-minor-mode-map): Bind it to
8729 C-o. (Bug#13992)
8730
2aa2157b
PE
87312013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8732
8733 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
8734
e477dbfa
JD
87352013-03-18 Jan Djärv <jan.h.d@swipnet.se>
8736
8737 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
8738
64ab82d1
MA
87392013-03-18 Michael Albinus <michael.albinus@gmx.de>
8740
8741 * net/tramp-compat.el (tramp-compat-user-error): New defun.
8742
8743 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8744 * net/tramp-gvfs.el (top):
8745 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
8746 (tramp-handle-shell-command): Use it.
8747 (tramp-dissect-file-name): Raise an error when hostname is a
8748 method name, and neither method nor user is specified.
8749
8750 * net/trampver.el: Update release number.
8751
33cef733
LL
87522013-03-18 Leo Liu <sdl.web@gmail.com>
8753
8754 Make sure eldoc can be turned off properly.
8755 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
8756 eldoc-mode.
8757 (eldoc-display-message-p): Revert last change.
8758 (eldoc-display-message-no-interference-p)
8759 (eldoc-print-current-symbol-info): Tweak.
8760
2167b7b2
TH
87612013-03-18 Tassilo Horn <tsdh@gnu.org>
8762
8763 * doc-view.el (doc-view-new-window-function): Check the new window
8764 overlay's display property instead the char property of the
8765 buffer's first char. Use `with-selected-window' instead of
8766 `save-window-excursion' with `select-window'.
8767 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 8768 display property instead the char property of the buffer's first char.
2167b7b2 8769
982efbcd
PE
87702013-03-18 Paul Eggert <eggert@cs.ucla.edu>
8771
8772 Automate the build of ja-dic.el (Bug#13984).
8773 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
8774 from the input, rather than assume that it's been done for us by the
8775 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
8776 the current date into a ja-dic.el comment, as that complicates
8777 regression testing.
8778
2fcc7665
SM
87792013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
8780
8781 * whitespace.el: Fix double evaluation.
8782 (whitespace-space, whitespace-hspace, whitespace-tab)
8783 (whitespace-newline, whitespace-trailing, whitespace-line)
8784 (whitespace-space-before-tab, whitespace-indentation)
8785 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
8786 obsolete defvars.
8787 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
8788 (whitespace-color-on): Use a single font-lock-add-keywords call.
8789 Fix double-evaluation of face variables.
8790
67c0a6e6
MA
87912013-03-17 Michael Albinus <michael.albinus@gmx.de>
8792
2fcc7665
SM
8793 * net/tramp-adb.el (tramp-adb-parse-device-names):
8794 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 8795 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 8796
69489f1d
LL
87972013-03-17 Leo Liu <sdl.web@gmail.com>
8798
8799 Extend eldoc to display info in the mode-line. (Bug#13978)
8800 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
8801 (eldoc-mode-line-string): New variable.
8802 (eldoc-minibuffer-message): New function.
8803 (eldoc-message-function): New variable.
8804 (eldoc-message): Use it.
8805 (eldoc-display-message-p)
2fcc7665
SM
8806 (eldoc-display-message-no-interference-p):
8807 Support eldoc-post-insert-mode.
69489f1d
LL
8808
8809 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
8810 (eval-expression): Run it.
8811
9c44569e
RW
88122013-03-17 Roland Winkler <winkler@gnu.org>
8813
8814 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
8815 strings in the list of return values.
8816
327f1f6f
JB
88172013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
8818
8819 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
8820 radix before checking for HMS forms.
8821
67ed8fcd
LL
88222013-03-16 Leo Liu <sdl.web@gmail.com>
8823
8824 * progmodes/scheme.el: Add indentation and font-locking for λ.
8825 (Bug#13975)
8826
78be8b64 88272013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
8828
8829 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
8830 token before point (bug#13942).
8831
78be8b64 88322013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 8833
95b43468 8834 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 8835
98e775e6
EZ
88362013-03-16 Eli Zaretskii <eliz@gnu.org>
8837
8838 * startup.el (command-line-normalize-file-name): Fix handling of
8839 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
8840 <xfq.free@gmail.com> in
8841 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
8842
2edd6029
MA
88432013-03-15 Michael Albinus <michael.albinus@gmx.de>
8844
8845 Sync with Tramp 2.2.7.
8846
8847 * net/trampver.el: Update release number.
8848
d35f5864
TH
88492013-03-14 Tassilo Horn <tsdh@gnu.org>
8850
e903c210 8851 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
8852 (doc-view-insert-image): Don't modify overlay associated to
8853 non-live windows, and implement horizontal centering of image in
8854 case it's smaller than the window.
8855 (doc-view-new-window-function): Force redisplay of new windows on
8856 doc-view buffers.
d35f5864 8857
1c4a85ed
KF
88582013-03-13 Karl Fogel <kfogel@red-bean.com>
8859
8860 * saveplace.el (save-place-alist-to-file): Don't sort
8861 `save-place-alist', just pretty-print it (bug#13882).
8862
85b66a21
MA
88632013-03-13 Michael Albinus <michael.albinus@gmx.de>
8864
a020afb9
JB
8865 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8866 Check whether `default-file-name-coding-system' is bound.
8867 It isn't in XEmacs.
85b66a21 8868
175600da
SM
88692013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8870
e7f7cb1a
SM
8871 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
8872 backquotes for `obsolete' (bug#13929).
8873
175600da
SM
8874 * international/mule.el (find-auto-coding): Include file name in
8875 obsolescence warning (bug#13922).
8876
ca68a22e
TZ
88772013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
8878
8879 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
8880 for CFEngine 3-specific indentation.
8881 (cfengine3-indent-line): Use it. Fix up category regex.
8882 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
8883
940e5099
SM
88842013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * type-break.el (type-break-file-name):
8887 * textmodes/remember.el (remember-data-file):
8888 * strokes.el (strokes-file):
8889 * shadowfile.el (shadow-initialize):
8890 * saveplace.el (save-place-file):
8891 * ps-bdf.el (bdf-cache-file):
8892 * progmodes/idlwave.el (idlwave-config-directory):
8893 * net/quickurl.el (quickurl-url-file):
8894 * international/kkc.el (kkc-init-file-name):
8895 * ido.el (ido-save-directory-list-file):
8896 * emulation/viper.el (viper-custom-file-name):
8897 * emulation/vip.el (vip-startup-file):
8898 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
8899 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
8900
cc725808
PE
89012013-03-12 Paul Eggert <eggert@cs.ucla.edu>
8902
8903 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
8904 * language/thai-word.el: Switch to UTF-8.
8905
a020afb9 8906See ChangeLog.16 for earlier changes.
e3d51b27
MR
8907
8908;; Local Variables:
8909;; coding: utf-8
e3d51b27
MR
8910;; End:
8911
ab422c4d 8912 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
8913
8914 This file is part of GNU Emacs.
8915
8916 GNU Emacs is free software: you can redistribute it and/or modify
8917 it under the terms of the GNU General Public License as published by
8918 the Free Software Foundation, either version 3 of the License, or
8919 (at your option) any later version.
8920
8921 GNU Emacs is distributed in the hope that it will be useful,
8922 but WITHOUT ANY WARRANTY; without even the implied warranty of
8923 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8924 GNU General Public License for more details.
8925
8926 You should have received a copy of the GNU General Public License
8927 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.