* cus-edit.el (custom-magic-alist): Fix "themed" description.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
50ff2e06
CY
12013-12-18 Chong Yidong <cyd@gnu.org>
2
0081bc84
CY
3 * cus-edit.el (custom-magic-alist): Fix "themed" description
4 (Bug#14348).
5
a7ee9424
CY
6 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
7 is non-nil, do not create a new entry in the symbol's theme-value
8 or theme-face property; update theme-settings only (Bug#14664).
9
8f942537
CY
10 * cus-theme.el (custom-new-theme-mode-map): Add bindings
11 (Bug#15674).
12
50ff2e06
CY
13 * replace.el (occur-engine): Avoid infloop (Bug#7593).
14
83c60f60
KI
152013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
16
17 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
18 (Bug#13914).
19
ba874b64
SF
202013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
21
22 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
23
1f41ee56
GM
242013-12-18 Glenn Morris <rgm@gnu.org>
25
26 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
123d0143 27 * cus-start.el (load-prefer-newer): New option.
1f41ee56 28
e82134b1
LW
292013-12-18 Le Wang <l26wang@gmail.com>
30
31 * comint.el (comint-previous-matching-input-from-input): Retain
32 point (Bug#13404).
33
33f5d4c1
CY
342013-12-18 Chong Yidong <cyd@gnu.org>
35
36 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
37
ccc9f6dc
GM
382013-12-18 Glenn Morris <rgm@gnu.org>
39
40 * mail/emacsbug.el (report-emacs-bug):
41 Only mention enable-multibyte-characters if non-standard.
42
33dd8e95
JL
432013-12-17 Juri Linkov <juri@jurta.org>
44
45 * arc-mode.el (archive-extract-by-file): Check if directory exists
46 before deletion to not show irrelevant errors if it doesn't exist.
47
7a409b30
JL
482013-12-17 Juri Linkov <juri@jurta.org>
49
50 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
51 (Bug#14751)
52
53 * net/eww.el (browse-web): Add alias to `eww'.
54 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
55 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
56
57 * net/browse-url.el (browse-url-browser-function): Move `eww'
58 closer to similar functions.
59
60 * startup.el (fancy-startup-screen, fancy-about-screen):
61 Set browse-url-browser-function to eww-browse-url locally.
62 (Bug#14751)
63
2d6b6005
SM
642013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * window.el (window--pixel-to-total): Remove unused `mini' var.
67 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
68 (split-window): Remove unused `new' var.
69 (window--display-buffer): Remove unused `frame' and `delta' vars.
70 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
71 and display-width'.
72
cf2b7efc
MR
732013-12-17 Martin Rudalics <rudalics@gmx.at>
74
75 * dired.el (dired-mark-pop-up):
76 * register.el (register-preview): Don't bind
77 split-height-threshold here since it's now done in
78 display-buffer-below-selected.
79
ed3af8a7 802013-12-17 oblique <psyberbits@gmail.com> (tiny change)
81
82 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
83 xterm-rgb-convert-to-16bit.
84 (rxvt-register-default-colors): Standardize with
85 xterm-register-default-colors (Bug#14078).
86
76da3455
DK
872013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
88
89 * simple.el (kill-region): Pass mark first, then point, so that
90 kill-append works right (Bug#12819).
91 (copy-region-as-kill, kill-ring-save): Likewise.
92
2b84d763
LL
932013-12-17 Leo Liu <sdl.web@gmail.com>
94
95 * net/rcirc.el (rcirc-add-face):
96 * eshell/em-prompt.el (eshell-emit-prompt):
97 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
98 (Bug#16167)
99
e2f6a0bc
CY
1002013-12-17 Chong Yidong <cyd@gnu.org>
101
102 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
103 Suggested by Xue Fuqiao.
104
35b249a6
DG
1052013-12-17 Dmitry Gutov <dgutov@yandex.ru>
106
107 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
108
e9145444
SM
1092013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * net/shr.el (shr-insert-document): Remove unused var
112 `shr-preliminary-table-render'.
113 (shr-rescale-image): Remove unused arg `force'.
114 (shr-put-image): Update calls accordingly.
115 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
116
5556c0ce
DG
1172013-12-17 Dmitry Gutov <dgutov@yandex.ru>
118
119 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
120 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
121 :close-all, to see which indentation method to use (Bug#16116).
122 (smie-rules-function): Document the method :close-all.
123
11bade0a
LMI
1242013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
125
1c4b1e61
LMI
126 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
127
11bade0a
LMI
128 * net/eww.el (eww-display-html): If we can't find the anchor we're
129 looking for, then go to point-min.
130
8fb8c4f3
PE
1312013-12-16 Paul Eggert <eggert@cs.ucla.edu>
132
133 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
134 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
135 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
136 Expand dir too, in case it's relative.
137
6c8e0ae6
JL
1382013-12-16 Juri Linkov <juri@jurta.org>
139
140 * desktop.el (desktop-auto-save-timeout): Change default to
141 `auto-save-timeout'. Doc fix.
142 (desktop-save): Skip the timestamp in desktop-saved-frameset
143 when checking for auto-save changes.
144 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
145 `desktop-auto-save' is called repeatedly by the idle timer.
146 (desktop-auto-save-set-timer): Replace `run-with-timer' with
147 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
148 (Bug#15331)
149
2178e858
JL
1502013-12-16 Juri Linkov <juri@jurta.org>
151
152 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
153 (Bug#16035)
154 (isearch-pre-command-hook): Check `this-command' for symbolp.
155
39cb42c6
SM
1562013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
159
5b9b750a
TZ
1602013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
161
162 * progmodes/cfengine.el (cfengine3--current-word): Remove.
163 (cfengine3--current-function): Bring in the current-function
164 functionality from `cfengine3--current-word'.
165 (cfengine3-completion-function): Bring in the
166 bounds-of-current-word functionality from
167 `cfengine3--current-word'.
168
d144ef06
MR
1692013-12-16 Martin Rudalics <rudalics@gmx.at>
170
39cb42c6
SM
171 * window.el (display-buffer-below-selected):
172 Bind split-height-threshold to 0 as suggested by Juri Linkov.
d144ef06 173
a8bbe298
LL
1742013-12-16 Leo Liu <sdl.web@gmail.com>
175
176 * progmodes/compile.el (compile-goto-error): Do not push-mark.
177 Remove NOMSG arg and all uses changed.
178
2013a2f9
SM
1792013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
182 (cua--deactivate-rectangle): Don't deactivate the mark.
183 (cua-set-rectangle-mark): Don't set mark-active since
184 cua--activate-rectangle already does it for us.
185 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
186 non-rectangular region.
187
188 * emulation/cua-base.el (cua-repeat-replace-region):
189 Use with-current-buffer.
190
191 * net/gnutls.el: Use cl-lib.
192 (gnutls-negotiate): `mapcan' -> cl-mapcan.
193
5ae811dd
TZ
1942013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
195
196 * emacs-lisp/package.el (package-built-in-p): Support both
197 built-in and the package.el converted package descriptions.
198 (package-show-package-list): Allow keywords.
199 (package-keyword-button-action): Use it instead of
200 `finder-list-matches'.
201 (package-menu-filter-interactive): Interactive filtering (by
202 keyword) function.
203 (package-menu--generate): Support keywords and change keymappings
204 and headers when they are given.
205 (package--has-keyword-p): Helper function.
206 (package-menu--refresh): Use it.
207 (package--mapc): Helper function.
208 (package-all-keywords): Use it.
209 (package-menu-mode-map): Set up menu items and keybindings to
210 provide a filtering UI.
211
31b4827e
TZ
2122013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
213
214 * net/gnutls.el (gnutls-verify-error): New defcustom to control
215 the behavior when a certificate fails validation. Defaults to
216 old behavior: never abort, just warn.
217 (gnutls-negotiate): Use it.
218
f93cc74f
MR
2192013-12-14 Martin Rudalics <rudalics@gmx.at>
220
221 * window.el (display-buffer-below-selected): Never split window
222 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
223
f77d7d17
TW
2242013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
225
226 * emacs-lisp/package.el (package--prepare-dependencies): New function.
227 (package-buffer-info): Use it (bug#15108).
aa2bddd7
SM
228
229 * icomplete.el (icomplete-completions): Make sure the prefix is already
230 displayed elsewhere before hiding it.
231
276bc333
DG
2322013-12-14 Dmitry Gutov <dgutov@yandex.ru>
233
234 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
235 open-paren tokens when preceded by a open-paren, too.
236 (ruby-smie-rules): Handle virtual indentation after open-paren
237 tokens specially. If there is code between it and eol, return the
238 column where is starts (Bug#16118).
239
d43957f3
TZ
2402013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
241
a5c1ac0c 242 * progmodes/cfengine.el: Fix `add-hook' doc.
aa2bddd7 243 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
d43957f3
TZ
244 (cfengine3--current-word): Fix parameters.
245 (cfengine3-make-syntax-cache): Simplify further.
aa2bddd7
SM
246 (cfengine3-completion-function, cfengine3--current-function):
247 Use `assq' for symbols.
d43957f3
TZ
248 (cfengine3--current-function): Fix `cfengine3--current-word' call.
249
06a4f110
GM
2502013-12-13 Glenn Morris <rgm@gnu.org>
251
252 * loadup.el (load-path): Warn if site-load or site-init changes it.
253 No more need to reset it when bootstrapping.
254
978a5fda
TZ
2552013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
256
257 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
258 locations for cf-promises.
259 (cfengine-mode-syntax-functions-regex): New caching variable.
260 (cfengine3-fallback-syntax): Fallback syntax for cases where
261 cf-promises doesn't run.
262 (cfengine3--current-word): Reimplement using
263 `cfengine-mode-syntax-functions-regex'.
aa2bddd7
SM
264 (cfengine3-completion-function, cfengine3--current-function):
265 Use `cfengine3-make-syntax-cache' directly.
978a5fda
TZ
266 (cfengine3-clear-syntax-cache): New function.
267 (cfengine3-make-syntax-cache): Simplify and create
268 `cfengine-mode-syntax-functions-regex' on demand.
269 (cfengine3-format-function-docstring): Don't call
270 `cfengine3-make-syntax-cache' explicitly.
271
71e6691e
MR
2722013-12-13 Martin Rudalics <rudalics@gmx.at>
273
274 Fix windmove-find-other-window broken after pixelwise resizing
275 (Bug#16017).
276 * windmove.el (windmove-other-window-loc): Revert change from
277 2013-12-04.
278 (windmove-find-other-window): Call window-in-direction.
279 * window.el (window-in-direction): New arguments SIGN, WRAP and
280 MINI to emulate original windmove-find-other-window behavior.
281
84c73ba0
DG
2822013-12-13 Dmitry Gutov <dgutov@yandex.ru>
283
284 * simple.el (blink-matching--overlay): New variable.
285 (blink-matching-open): Instead of moving point, highlight the
286 matching paren with an overlay
287 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
288
289 * faces.el (paren-showing-faces, show-paren-match)
290 (show-paren-mismatch): Move from paren.el.
291
b9e20952
LL
2922013-12-13 Leo Liu <sdl.web@gmail.com>
293
294 * indent.el (indent-region): Disable progress reporter in
295 minibuffer. (Bug#16108)
296
297 * bindings.el (visual-order-cursor-movement): Fix version.
298
ce030451
FEG
2992013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
300
301 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
302 Also match after beginning of line.
303 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
304 files. Thanks to Russell Sim. (Bug#15378)
305
4a9c6865
JL
3062013-12-13 Juri Linkov <juri@jurta.org>
307
308 * simple.el <Keypad support>: Remove key bindings duplicated
309 with bindings.el. (Bug#14397)
310
2bc170c3
JL
3112013-12-13 Juri Linkov <juri@jurta.org>
312
313 * comint.el (comint-mode-map): Replace `delete-char' with
314 `delete-forward-char'. (Bug#16109)
315
bc9222c9
FEG
3162013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
317
aa2bddd7
SM
318 * progmodes/python.el (python-indent-calculate-indentation):
319 Fix de-denters cornercase. (Bug#15731)
bc9222c9 320
cb3a1380
SM
3212013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
324 (advice--make): Pay attention to `depth'.
325 (advice--make-1): Don't autoload commands eagerly.
326 * emacs-lisp/elp.el (elp-instrument-function):
327 * emacs-lisp/trace.el (trace-function-internal):
328 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
329
330 * iswitchb.el (iswitchb-mode): Don't belittle ido.
331
01633a17
EZ
3322013-12-12 Eli Zaretskii <eliz@gnu.org>
333
334 * term/w32-win.el (w32-handle-dropped-file):
335 * startup.el (normal-top-level):
336 * net/browse-url.el (browse-url-file-url):
337 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
338 decode file names using 'utf-8' rather than
339 file-name-coding-system.
340
09faee72
FEG
3412013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
342
343 * progmodes/python.el (python-indent-context)
344 (python-indent-calculate-indentation): Fix auto-identation
345 behavior for comment blocks. (Bug#15916)
346
f4f84024 3472013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
f54de22e 348
cb3a1380
SM
349 * progmodes/python.el (python-indent-calculate-indentation):
350 When determining indentation, don't treat "return", "pass", etc., as
f54de22e
NT
351 operators when they are just string constituents. (Bug#15812)
352
d5ccb7be
JL
3532013-12-12 Juri Linkov <juri@jurta.org>
354
355 * uniquify.el (uniquify-buffer-name-style): Change default to
356 `post-forward-angle-brackets'.
357
358 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
359 `uniquify'. Change default to `post-forward-angle-brackets'.
360
7b3f5679
GM
3612013-12-11 Glenn Morris <rgm@gnu.org>
362
363 * emacs-lisp/package.el (finder-list-matches):
364 Autoload rather than falsely declaring.
365
f4fe8fdd
TZ
3662013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
367
368 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
369 (eww-mode-map): Use them.
370
3c29190f
MR
3712013-12-11 Martin Rudalics <rudalics@gmx.at>
372
373 * window.el (display-buffer-in-side-window): Fix doc-string
374 (Bug#16115).
375
0cd616a2
JB
3762013-12-11 Juanma Barranquero <lekktu@gmail.com>
377
378 * vc/vc-git.el: Silence byte-compiler warnings.
379 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
380 (log-edit-set-header): Declare.
381
3ef8e0d1
EZ
3822013-12-11 Eli Zaretskii <eliz@gnu.org>
383
384 * Makefile.in (custom-deps, finder-data): Run output file names
385 through unmsys--file-name. (Bug#16099)
386
afdadaf7
SM
3872013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
388
7ae3ae39 389 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
cb3a1380 390 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7ae3ae39 391
5b4f37ab
SM
392 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
393 instead of deleting the selection "by hand" (bug#16098).
394 Rely on insert-for-yank to yank rectangles.
395 (cua-highlight-region-shift-only): Mark obsolete.
396 (cua-mode): Don't enable/disable transient-mark-mode,
397 shift-select-mode (cua-mode works both with and without them), and
398 pc-selection-mode (obsolete).
399 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
400 (cua--deactivate-rectangle): Deactivate it.
401
4b72c12b
SM
402 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
403 (delete-selection-helper): Make sure yank starts at the top of the
404 deleted region.
405 (minibuffer-keyboard-quit): Use region-active-p.
406
e82af72d
SM
407 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
408
afdadaf7
SM
409 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
410 to `delete' (bug#16109).
411
ed4bc201
RS
4122013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
413
414 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
415 info manual and show keybindings and set `:group' keyword.
416
bb8097b9
JL
4172013-12-11 Juri Linkov <juri@jurta.org>
418
419 * delsel.el (delete-active-region): Let-bind `this-command'
420 to prevent `kill-region' from changing its original value.
421 (delete-selection-helper): Handle `overwrite-mode' for the type
422 `kill' exactly the same way as for the type `t'.
423 (insert-char, quoted-insert, reindent-then-newline-and-indent):
424 Support more commands. (Bug#13312)
425
c1916ff5
JL
4262013-12-11 Juri Linkov <juri@jurta.org>
427
428 * bindings.el: Map kp keys to non-kp keys systematically
429 with basic modifiers control, meta and shift. (Bug#14397)
430
b68cf43c
KN
4312013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com> (tiny change)
432
433 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
434 "Close browser" menu items. Fix wrong function of "List
435 bookmarks".
436
4cc51eaf
JL
4372013-12-11 Juri Linkov <juri@jurta.org>
438
439 * misearch.el (multi-isearch-buffers): Set the value of
440 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
441 arg of isearch-forward to t.
442 (multi-isearch-buffers-regexp): Set the value of
443 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
444 arg of isearch-forward-regexp to t.
445 (multi-isearch-files): Set the value of
446 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
447 arg of isearch-forward to t.
448 (multi-isearch-files-regexp): Set the value of
449 `multi-isearch-file-list globally. Set NO-RECURSIVE-EDIT
450 arg of isearch-forward-regexp to t. (Bug#16035)
451
452 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
453 arg of isearch-forward to t.
454 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
455 arg of isearch-forward-regexp to t.
456 (dired-isearch-filter-filenames): Remove unnecessary check for
457 `dired-isearch-filenames'.
458
459 * comint.el (comint-history-isearch-backward):
460 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
461 (comint-history-isearch-backward-regexp):
462 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
463
ceac12b7
EZ
4642013-12-10 Eli Zaretskii <eliz@gnu.org>
465
466 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
467 unmsys--file-name. (Bug#16099)
468
5a565782
TZ
4692013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
470
cb3a1380
SM
471 * emacs-lisp/package.el (package-keyword-button-action):
472 Remove finder.el require dependency.
5a565782 473
a81fc7ba
TZ
4742013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
475
476 * emacs-lisp/package.el: Require finder.el.
477 (describe-package-1): Add keyword buttons.
478 (package-make-button): New convenience function.
479 (package-keyword-button-action): Keyword button action using
480 `finder-list-matches'
481
6aaca951
EZ
4822013-12-09 Eli Zaretskii <eliz@gnu.org>
483
484 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
485 last commit.
486
a1099a91
MA
4872013-12-09 Michael Albinus <michael.albinus@gmx.de>
488
489 * autorevert.el (auto-revert-notify-add-watch): Do not handle
490 symlinked files.
491
8212d9c0
DG
4922013-12-09 Dmitry Gutov <dgutov@yandex.ru>
493
494 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
495 after the end of a percent literal.
496
8f48d131
CD
4972013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
498
cb3a1380
SM
499 * progmodes/ruby-mode.el (ruby-forward-string): Document.
500 Handle caret-delimited strings (Bug#16079).
8f48d131 501
ff8c9764
DG
5022013-12-09 Dmitry Gutov <dgutov@yandex.ru>
503
cb3a1380
SM
504 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
505 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
ff8c9764
DG
506 `ruby-parse-partial' (Bug#16078).
507
d64643b4
LL
5082013-12-09 Leo Liu <sdl.web@gmail.com>
509
510 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
511
47e59c66
DG
5122013-12-08 Dmitry Gutov <dgutov@yandex.ru>
513
514 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
515 (js-switch-indent-offset): New option.
516 (js--proper-indentation): Use it. And handle the case when
517 "default" is actually a key in an object literal.
518 (js--same-line): New function.
519 (js--multi-line-declaration-indentation): Use it.
cb3a1380
SM
520 (js--indent-in-array-comp, js--array-comp-indentation):
521 New functions.
47e59c66
DG
522 (js--proper-indentation): Use them, to handle array comprehension
523 continuations.
524
974ebc9c
LL
5252013-12-08 Leo Liu <sdl.web@gmail.com>
526
527 * progmodes/flymake.el (flymake-highlight-line): Re-write.
528 (flymake-make-overlay): Remove arg MOUSE-FACE.
529 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
530
27262e39
SM
5312013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
534 New function.
535 (redisplay-highlight-region-function): Use it.
536
537 * emulation/cua-base.el (cua--explicit-region-start)
538 (cua--last-region-shifted): Remove.
539 (cua--deactivate): Use deactivate-mark.
540 (cua--pre-command-handler-1): Don't handle shift-selection.
541 (cua--post-command-handler-1): Don't change transient-mark-mode.
542 (cua--select-keymaps): Use region-active-p rather than
543 cua--explicit-region-start or cua--last-region-shifted.
544 (cua-mode): Enable shift-select-mode.
545
6407822c
LL
5462013-12-08 Leo Liu <sdl.web@gmail.com>
547
27262e39
SM
548 * progmodes/flymake.el (flymake-popup-current-error-menu):
549 Rename from flymake-display-err-menu-for-current-line. Reimplement.
6407822c
LL
550 (flymake-posn-at-point-as-event, flymake-popup-menu)
551 (flymake-make-emacs-menu): Remove. (Bug#16077)
552
00a2b823
SM
5532013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
554
02033d49
SM
555 * rect.el (rectangle-mark-mode): Activate mark even if
556 transient-mark-mode is off (bug#16066).
557 (rectangle--highlight-for-redisplay): Fix boundary condition when point
558 is > mark and at bolp.
559
6f8dfccf
SM
560 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
561 (region-extract-function): Use it.
562 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
563 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
564 Delete functions.
565 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
566 kill-ring-save, kill-region, delete-char, delete-forward-char.
567 Ignore self-insert-iso.
568
569 * emulation/cua-gmrk.el (cua--init-global-mark):
570 Ignore `self-insert-iso'.
571
572 * emulation/cua-base.el (cua--prefix-copy-handler)
573 (cua--prefix-cut-handler): Rely on region-extract-function rather than
574 checking cua--rectangle.
575 (cua-delete-region): Use region-extract-function.
576 (cua-replace-region): Delete function.
577 (cua-copy-region, cua-cut-region): Obey region-extract-function.
578 (cua--pre-command-handler-1): Don't do the delete-selection thing.
579 (cua--self-insert-char-p): Ignore `self-insert-iso'.
580 (cua--init-keymaps): Don't remap delete-selection commands.
581 (cua-mode): Use delete-selection-mode instead of rolling our own
582 (bug#16085).
583
584 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
585 Obey region-extract-function.
586
00a2b823
SM
587 Make registers and delete-selection-mode work on rectangles.
588 * register.el (describe-register-1): Don't modify the register's value.
589 (copy-to-register): Obey region-extract-function.
590 * delsel.el (delete-active-region): Obey region-extract-function.
591
a92fa5f1
LL
5922013-12-08 Leo Liu <sdl.web@gmail.com>
593
594 * progmodes/flymake.el (flymake, flymake-error-bitmap)
595 (flymake-warning-bitmap, flymake-fringe-indicator-position)
596 (flymake-compilation-prevents-syntax-check)
597 (flymake-start-syntax-check-on-newline)
598 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
599 (flymake-start-syntax-check-on-find-file, flymake-log-level)
600 (flymake-xml-program, flymake-master-file-dirs)
601 (flymake-master-file-count-limit)
602 (flymake-allowed-file-name-masks): Relocate.
603 (flymake-makehash, flymake-float-time)
604 (flymake-replace-regexp-in-string, flymake-split-string)
605 (flymake-get-temp-dir): Remove.
606 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
607 (flymake-current-row, flymake-selected-frame)
608 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
609 related functions. (Bug#16077)
610
73c8ceea
BB
6112013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
612
613 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
614
faec28d9
TH
6152013-12-07 Tassilo Horn <tsdh@gnu.org>
616
617 * help-fns.el (describe-function-1): Use new advice-* functions
618 rather than old ad-* functions. Fix function type description and
619 source links for advised functions and subrs.
620
e330b646
LMI
6212013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
622
00a2b823 623 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
e330b646 624
4803595d
MA
6252013-12-06 Michael Albinus <michael.albinus@gmx.de>
626
627 * progmodes/compile.el (compilation-start):
628 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
629
630 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
631 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
632
fa834a93
DG
6332013-12-06 Dmitry Gutov <dgutov@yandex.ru>
634
00a2b823
SM
635 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
636 Touch up the last change.
fa834a93 637
b2856a6f
LL
6382013-12-06 Leo Liu <sdl.web@gmail.com>
639
640 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
641 (inferior-octave-startup): Always use "octave> " for prompt.
642 (octave-goto-function-definition)
643 (octave-sync-function-file-names)
644 (octave-find-definition-default-filename): Remove redundant backquotes.
645
af67e79a
DG
6462013-12-06 Dmitry Gutov <dgutov@yandex.ru>
647
648 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
649 syntax for `?'.
650 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
651 where appropriate already.
652 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
653 end of method names (Bug#15874).
654
bf093209
JL
6552013-12-06 Juri Linkov <juri@jurta.org>
656
657 * isearch.el (isearch--saved-overriding-local-map):
658 New internal variable.
659 (isearch-mode): Set it to the initial value of
660 `overriding-terminal-local-map'.
661 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
662 with `isearch--saved-overriding-local-map'. (Bug#16035)
663
16588fad
DG
6642013-12-06 Dmitry Gutov <dgutov@yandex.ru>
665
00a2b823
SM
666 * progmodes/octave.el (inferior-octave-completion-table):
667 Turn back into function, use `completion-table-with-cache'
16588fad
DG
668 (Bug#11906). Update all references.
669
670 * minibuffer.el (completion-table-with-cache): New function.
671
bf4906d7
CD
6722013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
673
674 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
675
ff69c18f
TZ
6762013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
677
678 * net/eww.el (eww-current-source): New variable to store page
679 source.
680 (eww-display-html, eww-mode, eww-save-history)
681 (eww-restore-history): Use it.
682 (eww-view-source): New command to view page source.
683 Opportunistically uses `html-mode' to highlight the buffer.
684 (eww-mode-map): Install it.
685
b85eff45
MA
6862013-12-05 Michael Albinus <michael.albinus@gmx.de>
687
688 * net/dbus.el (dbus-unregister-service)
689 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
690 Fix docstring.
691 (dbus-unregister-service): Skip :serial entries in
692 `dbus-registered-objects-table'.
693 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
694
39eb0899
TZ
6952013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
696
697 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
698 around keywords with extra `split-string' argument.
699
456760a5
MR
7002013-12-04 Martin Rudalics <rudalics@gmx.at>
701
702 * windmove.el (windmove-other-window-loc): Handle navigation
703 between windows (excluding the minibuffer window - Bug#16017).
704
81961e4c
MA
7052013-12-04 Michael Albinus <michael.albinus@gmx.de>
706
707 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
708 in D-Bus type syntax.
709 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
710 preserve unibyte strings. (Bug#16048)
711
8497f938
SM
7122013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
713
714 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
715 Call force-mode-line-update is the proper buffer (bug#16042).
716
dda61916
DG
7172013-12-04 Dmitry Gutov <dgutov@yandex.ru>
718
719 * vc/log-edit.el (log-edit-add-new-comment): Rename to
720 `log-edit-remember-comment', make argument optional. Adjust all
721 callers.
722 (log-edit-mode): Add `log-edit-remember-comment' to
723 `kill-buffer-hook' locally.
724 (log-edit-kill-buffer): Don't remember comment explicitly since
725 the buffer is killed anyway.
726
c085e5b9
JL
7272013-12-04 Juri Linkov <juri@jurta.org>
728
729 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
730 add-hook and remove-hook for multi-buffer search. (Bug#16035)
731
d6f2380e
TR
7322013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
733
734 * notifications.el (notifications-close-notification): Call the
81961e4c 735 D-Bus method with ID being a `:uint32'. (Bug#16030)
d6f2380e 736
39fa32d6
KY
7372013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
738
739 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
740
9139632a
JL
7412013-12-03 Juri Linkov <juri@jurta.org>
742
743 * progmodes/compile.el (compilation-start): Rename window alist
744 entry `no-display-ok' to `allow-no-window'.
745
746 * simple.el (shell-command): Add window alist entry
747 `allow-no-window' to `display-buffer'.
748 (async-shell-command): Doc fix.
749
750 * window.el (display-buffer-no-window): New action function.
751 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
752
0f457a37
DG
7532013-12-02 Dmitry Gutov <dgutov@yandex.ru>
754
755 * vc/log-edit.el (log-edit-set-header): Extract from
756 `log-edit-toggle-header'.
757 (log-edit-extract-headers): Separate the summary, when extracted
758 from header, from the rest of the message with an empty line.
759
760 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
761 line, if present, to the Summary header.
762
0962f376
SM
7632013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
766 in current-buffer (bug#16029).
767
f345395c
HE
7682013-12-02 Helmut Eller <eller.helmut@gmail.com>
769
770 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
771 (debugger-mode-map): Bind it.
772 (debugger--backtrace-base): New function.
773 (debugger-eval-expression): Use it.
774 (debugger-frame-number): Skip local vars when present.
775 (debugger--locals-visible-p, debugger--insert-locals)
776 (debugger--show-locals, debugger--hide-locals): New functions.
777
a8a15d9d
MA
7782013-12-02 Michael Albinus <michael.albinus@gmx.de>
779
780 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
781 "LC_ALL".
782 (tramp-get-remote-locale): New defun.
783 (tramp-open-connection-setup-interactive-shell): Use it.
784
0518b057
LL
7852013-12-02 Leo Liu <sdl.web@gmail.com>
786
787 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
788
789 * progmodes/sh-script.el (sh-shell-process):
790 * progmodes/octave.el (inferior-octave-process-live-p):
791 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
792 (gdb-inferior-io-sentinel):
793 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
794
3adc9c6d
DG
7952013-12-02 Dmitry Gutov <dgutov@yandex.ru>
796
797 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
798 `save-selected-window' to `log-edit-hide-buf'. This makes
799 `log-edit-show-files' idempotent.
800 (log-edit-show-files): Mark the new window as dedicated.
801
47e8b74e
DG
8022013-12-02 Dmitry Gutov <dgutov@yandex.ru>
803
804 * vc/log-edit.el (log-edit-mode-map): Add binding for
805 `log-edit-kill-biffer'.
806 (log-edit-hide-buf): Add a FIXME comment.
807 (log-edit-add-new-comment): New function, extracted from
808 `log-edit-done'.
809 (log-edit-done, log-edit-add-to-changelog): Use it.
810 (log-edit-kill-buffer): New command.
811
1f6e1bb0
LMI
8122013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
813
814 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
815 instead of killing the buffer.
816
fb651d15
SM
8172013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
820
8feacce0
RS
8212013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
822
fb651d15 823 * net/eww.el (eww-form-checkbox-selected-symbol)
4570dd16 824 (eww-form-checkbox-symbol): New customizable variable.
fb651d15
SM
825 (eww-form-checkbox, eww-toggle-checkbox):
826 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
827
828 * net/shr.el (shr-prefer-media-type-alist): : New customizable variable.
829 (shr--get-media-pref, shr--extract-best-source): New function.
ad9a773c
RS
830 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
831 no :src tag was specified.
832
fb651d15 833 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
b2afb3ea
RS
834 (eww-render): Handle `eww-use-external-browser-for-content-type'.
835 Use \\` to match beginning of string instead of ^.
836 (eww-browse-with-external-browser): Provide optional URL parameter.
450c7b35 837 (eww-render): Set `eww-current-title' back to "".
b2afb3ea 838
177948a5
RS
839 * net/shr.el (shr-tag-video): Display content for video if no
840 poster is available.
eb2dd24d 841 (shr-tag-audio): Add support for <audio> tag.
177948a5
RS
842
843 * net/eww.el (eww-text-input-types): : New const.
844 (eww-process-text-input): Treat input types in
845 `eww-text-input-types' as text.
846
8feacce0
RS
847 * net/shr.el (shr-tag-table): Fix comment typo.
848
513562a1
LMI
8492013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
850
851 * net/eww.el (eww-follow-link): New command to avoid reloading
852 pages when we follow #target links (bug#15243).
de8a5633 853 (eww-quit): Special mode buffers shouldn't query before exiting.
513562a1 854
9dd99753
KN
8552013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
856
857 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
858 forms.
859
3e9876de
LMI
8602013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
861
862 * net/eww.el (eww-restore-history): Update the window title after
863 moving in the history.
ab6dea82 864 (eww-current-dom): New variable used to save the current DOM.
3e9876de 865
52789f7f
DG
8662013-12-01 Dmitry Gutov <dgutov@yandex.ru>
867
868 * vc/log-edit.el (log-edit-mode-map): Add binding for
869 `log-edit-beginning-of-line'.
870 (log-edit-setup-add-author): New user option.
871 (log-edit-beginning-of-line): New command.
872 (log-edit): Move major mode call above the contents setup so that
873 the local variable values are already applied.
874 (log-edit): Only insert "Author: " when
875 `log-edit-setup-add-author' is non-nil.
876 (log-edit): When SETUP is non-nil, position point after ": "
877 instead of point-min.
878
2e6710c3
GM
8792013-12-01 Glenn Morris <rgm@gnu.org>
880
881 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
882
fadec31f
EZ
8832013-11-30 Eli Zaretskii <eliz@gnu.org>
884
885 * startup.el (fancy-splash-frame): On MS-Windows, trigger
0449d6cd 886 redisplay to make sure the initial frame gets a chance to become
fadec31f
EZ
887 visible. (Bug#16014)
888
10634b40 8892013-11-30 Martin Rudalics <rudalics@gmx.at>
880e6158
MR
890
891 Support resizing frames and windows pixelwise.
892 * cus-start.el (frame-resize-pixelwise)
893 (window-resize-pixelwise): New entries.
894 * emacs-lisp/debug.el (debug): Use window-total-height instead
895 of window-total-size.
896 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
897 * help.el (describe-bindings-internal): Call help-buffer
898 (temp-buffer-max-width): New option.
899 (resize-temp-buffer-window, help-window-setup)
900 (with-help-window): Rewrite.
901 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
902 dragging dividers.
903 * window.el (frame-char-size, window-min-pixel-height)
904 (window-safe-min-pixel-height, window-safe-min-pixel-width)
905 (window-min-pixel-width, window-safe-min-pixel-size)
906 (window-combination-p, window-safe-min-size)
907 (window-resizable-p, window--size-to-pixel)
908 (window--pixel-to-size, window--resize-apply-p): New functions.
909 (window-safe-min-height): Fix doc-string.
910 (window-size, window-min-size, window--min-size-1)
911 (window-sizable, window-sizable-p, window--min-delta-1)
912 (window-min-delta, window--max-delta-1, window-max-delta)
913 (window--resizable, window--resizable-p, window-resizable)
914 (window-full-height-p, window-full-width-p, window-at-side-p)
915 (window--in-direction-2, window-in-direction)
916 (window--resize-reset-1, window--resize-mini-window)
917 (window-resize, window-resize-no-error)
918 (window--resize-child-windows-normal)
919 (window--resize-child-windows, window--resize-siblings)
920 (window--resize-this-window, window--resize-root-window)
921 (window--resize-root-window-vertically)
922 (adjust-window-trailing-edge, enlarge-window, shrink-window)
923 (maximize-window, minimize-window, delete-window)
924 (quit-restore-window, window-split-min-size, split-window)
925 (balance-windows-2, balance-windows)
926 (balance-windows-area-adjust, balance-windows-area)
927 (window--state-get-1, window-state-get, window--state-put-1)
928 (window--state-put-2, window-state-put)
fb651d15
SM
929 (display-buffer-record-window, window--display-buffer):
930 Make functions handle pixelwise sizing of windows.
880e6158 931 (display-buffer--action-function-custom-type)
fb651d15
SM
932 (display-buffer-fallback-action):
933 Add display-buffer-in-previous-window.
880e6158
MR
934 (display-buffer-use-some-window): Resize window to height it had
935 before.
936 (fit-window-to-buffer-horizontally): New option.
937 (fit-frame-to-buffer): Describe new values.
938 (fit-frame-to-buffer-bottom-margin): Replace with
939 fit-frame-to-buffer-margins.
940 (window--sanitize-margin): New function.
941 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
942 using window-text-pixel-size.
943
f9b697dd
GM
9442013-11-30 Glenn Morris <rgm@gnu.org>
945
3e2fb4db
GM
946 * emacs-lisp/bytecomp.el (byte-compile-form):
947 Make the `interactive-only' warning like the `obsolete' one.
948 * comint.el (comint-run):
949 * files.el (insert-file-literally, insert-file):
950 * replace.el (replace-string, replace-regexp):
951 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
952 (goto-line, insert-buffer, next-line, previous-line):
953 Tweak `interactive-only' spec.
954
f9b697dd
GM
955 Stop keeping (most) generated cedet grammar files in the repository.
956 * Makefile.in (semantic): New.
957 (compile-main): Depend on semantic.
958
da048127
SM
9592013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
960
7784b779
SM
961 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
962 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
963
4e36a6a6
SM
964 * uniquify.el (uniquify-buffer-name-style): Change default.
965
966 * loadup.el: Preload "uniquify".
967
e0ba1308
SM
968 * time.el (display-time-update): Update all mode lines (bug#15999).
969
da048127
SM
970 * electric.el (electric-indent-mode): Enable by default.
971 * loadup.el: Preload "electric".
972
015b3b3e
BB
9732013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
974
975 * emacs-lisp/helpers.el (string-empty-p): New function.
976 (string-blank-p): New function.
977
7efb806d
AP
9782013-11-29 Andreas Politz <politza@hochschule-trier.de>
979
980 * imenu.el (imenu--index-alist): Add missing dot to the docstring
981 (Bug#14029).
982
c8f0efc2
AP
9832013-11-29 Andreas Politz <politza@fh-trier.de>
984 * imenu.el (imenu--subalist-p): Don't error on non-conses and
985 allow non-lambda lists as functions.
986 (imenu--in-alist): Don't recurse into non-subalists.
987 (imenu): Don't pass function itself as an argument (Bug#14029).
988
bd15d9d1
SM
9892013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
990
991 * progmodes/python.el (python-mode-map): Remove binding for ":".
992 (python-indent-electric-colon): Remove command.
993 (python-indent-post-self-insert-function): Integrate the previous code
994 of python-indent-electric-colon. Make it conditional on
995 electric-indent-mode.
996 (python-mode): Add ?: to electric-indent-chars.
997 Move python-indent-post-self-insert-function to the end of
998 post-self-insert-hook.
999
1b10adb6
SM
10002013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
1001
655ab9a3
SM
1002 * doc-view.el (doc-view-goto-page): Update mode-line.
1003
1b10adb6
SM
1004 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
1005
7e3bf78c
GM
10062013-11-27 Glenn Morris <rgm@gnu.org>
1007
1008 * international/charprop.el, international/uni-bidi.el:
1009 * international/uni-category.el, international/uni-combining.el:
1010 * international/uni-comment.el, international/uni-decimal.el:
1011 * international/uni-decomposition.el, international/uni-digit.el:
1012 * international/uni-lowercase.el, international/uni-mirrored.el:
1013 * international/uni-name.el, international/uni-numeric.el:
1014 * international/uni-old-name.el, international/uni-titlecase.el:
1015 * international/uni-uppercase.el:
1016 Remove generated files from VCS repository.
1017
fb6a5d68
EZ
10182013-11-27 Eli Zaretskii <eliz@gnu.org>
1019
1020 * filenotify.el (file-notify-add-watch): Don't special-case
1021 w32notify when computing the directory to watch.
1022
cb6c95a3
GM
10232013-11-27 Glenn Morris <rgm@gnu.org>
1024
20372d0c
GM
1025 Make bootstrap without generated uni-*.el files possible again.
1026 * loadup.el: Update command-line-args checking for unidata-gen.
1027 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
1028 * composite.el, international/characters.el:
1029 Handle unicode tables being undefined.
1030
52d6635f 1031 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
cb6c95a3
GM
1032 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
1033 (compile-main): Depend on leim rule.
1034 (leim): New rule.
1035 * loadup.el: Move leim-list.el to leim/ subdirectory.
1036 * startup.el (normal-top-level): No more leim directory.
1037 * international/ja-dic-cnv.el (skkdic-convert):
1038 Disable version-control and autoloads in output files.
1039 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
1040 Disable version-control and autoloads in output files.
1041 * leim/quail: Move here from ../leim.
1042 * leim/quail/hangul.el (hangul-input-method-activate):
1043 Add autoload cookie.
1044 (generated-autoload-load-name): Set file-local value.
1045 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
1046 (generated-autoload-load-name): Set file-local value.
1047
0449d6cd 10482013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com> (tiny change)
e47112ee
TZ
1049
1050 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
1051 (eww-add-bookmark): ask confirmation when add to bookmarks
1052 (eww-quit): ask confirmation before quitting eww
1053
0e2c793f
EZ
10542013-11-26 Eli Zaretskii <eliz@gnu.org>
1055
1056 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
1057 reading output from Diff on MS-Windows and MS-DOS.
1058
447bdcb8
BB
10592013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
1060
1061 * emacs-lisp/helpers.el (string-reverse): New function.
1062
5fbf6856
MA
10632013-11-26 Michael Albinus <michael.albinus@gmx.de>
1064
1065 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
1066 names on MS Windows, like "/[::1]:".
1067
1068 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
1069 SWITCHES.
1070
624780f0
GM
10712013-11-26 Glenn Morris <rgm@gnu.org>
1072
0bf3f0fa
GM
1073 * progmodes/python.el (python-indent-guess-indent-offset):
1074 Avoid corner-case error. (Bug#15975)
1075
624780f0
GM
1076 Preload leim-list.el. (Bug#4789)
1077 * loadup.el: Load leim-list.el when found.
1078 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
1079
4301875e 10802013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
d694737a
BB
1081
1082 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
1083
4301875e
BB
1084 * emacs-lisp/helpers.el (string-join): New function.
1085
1633a815 10862013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
2bb3a748
BB
1087
1088 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1089 Mark as obsolete and replace it with a symbol property.
1090 (byte-compile-form): Use new 'interactive-only property.
1091 * comint.el, files.el, replace.el, simple.el:
1092 Apply new 'interactive-only properly.
1093
00139435
MR
10942013-11-25 Martin Rudalics <rudalics@gmx.at>
1095
1096 * window.el (display-buffer-at-bottom): Make sure that
1097 split-window-sensibly creates the new window on bottom
1098 (Bug#15961).
1099
5f5b128d
DK
11002013-11-23 David Kastrup <dak@gnu.org>
1101
1102 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
1103 on the conflict markers when available.
1104 (smerge--get-marker): New function.
1105 (smerge-end-re, smerge-base-re): Add subgroup.
1106
623891e5
SM
11072013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * frame.el (handle-focus-in, handle-focus-out): Add missing
1110 interactive spec.
1111
05ca27d8
MA
11122013-11-25 Michael Albinus <michael.albinus@gmx.de>
1113
1114 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1115 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
1116
511fa0d3
SM
11172013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
1118
e82ad66c
SM
1119 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
1120 (gomoku--last-pos): New var.
1121 (gomoku--intangible-chars): New const.
1122 (gomoku--intangible): New function.
1123 (gomoku-mode): Use it. Derive from special-mode.
1124 (gomoku-move-up): Adjust line count.
1125 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
1126 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
1127 Simplify accordingly.
1128
511fa0d3
SM
1129 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
1130 Remove blink-cursor code.
1131 (blink-cursor-timer-function, blink-cursor-suspend):
1132 Don't special-case GUIs.
1133 (blink-cursor-mode): Use focus-in/out-hook.
1134
6f20dd03
DG
11352013-11-25 Dmitry Gutov <dgutov@yandex.ru>
1136
1137 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
1138 work when annotation is invisible (Bug#13886).
1139
431dec31 11402013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7c1bf12e
SS
1141
1142 * json.el (json-alist-p): Only return non-nil if the alist has
1143 simple keys (Bug#13518).
1144
431dec31 11452013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
64e41529
MR
1146
1147 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
1148 when control-statement is the first statement in a buffer (Bug#15956).
1149
ee4f0261
DG
11502013-11-24 Dmitry Gutov <dgutov@yandex.ru>
1151
1152 * imenu.el (imenu-generic-skip-comments-and-strings):
1153 New option (Bug#15560).
1154 (imenu--generic-function): Use it.
1155
c484f866
JS
11562013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
1157
1158 * minibuffer.el (completion--in-region-1): Scroll the correct
1159 window. (Bug#13898)
1160
41ce6f70
BB
11612013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
1162
b55aea38
BB
1163 * emacs-lisp/helpers.el: Add some string helpers.
1164 (string-trim-left): Removes leading whitespace.
1165 (string-trim-right): Removes trailing whitespace.
1166 (string-trim): Removes leading and trailing whitespace.
1167
41ce6f70
BB
1168 * subr.el (string-suffix-p): New function.
1169
3cfb6af3
GM
11702013-11-23 Glenn Morris <rgm@gnu.org>
1171
1172 * progmodes/python.el (python-shell-send-file):
1173 Add option to delete file when done. (Bug#15647)
1174 (python-shell-send-string, python-shell-send-region): Use it.
1175
c27924b7
IS
11762013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
1177
e1b01c7f
IS
1178 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
1179 to set buffer-read-only to t, never to nil. (Bug#15938)
1180
c27924b7
IS
1181 * textmodes/tex-mode.el (latex-noindent-environments):
1182 Add safe-local-variable property. (Bug#15936)
1183
17e0445b
GM
11842013-11-23 Glenn Morris <rgm@gnu.org>
1185
92f78ea3
GM
1186 * textmodes/enriched.el (enriched-mode): Doc fix.
1187 * emacs-lisp/authors.el (authors-renamed-files-alist):
1188 Add enriched.doc -> enriched.txt.
1189
17e0445b
GM
1190 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
1191
965bb23a
LL
11922013-11-22 Leo Liu <sdl.web@gmail.com>
1193
1194 * progmodes/octave.el (inferior-octave-startup): Spit out error
1195 message.
1196
d19ffd64
BB
11972013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
1198
1199 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1200 Improve docstring.
15ba2182
BB
1201 Add :version.
1202 (ruby-encoding-magic-comment-style): Add :version.
d19ffd64 1203
7a7567d2
LL
12042013-11-22 Leo Liu <sdl.web@gmail.com>
1205
1206 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
1207 (Bug#15076)
8c09f64b
LL
1208 (octave-help-mode): Adapt to change to help-mode-finish to use
1209 derived-mode-p on 2013-09-17.
1210 (inferior-octave-prompt): Also match octave-gui.
2cc18f93 1211 (octave-kill-process): Don't ask twice. (Bug#10564)
7a7567d2 1212
724bc265
LL
12132013-11-22 Leo Liu <sdl.web@gmail.com>
1214
1215 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
1216 (inferior-octave-startup, inferior-octave-check-process)
1217 (inferior-octave-track-window-width-change)
1218 (octave-completion-at-point, octave-eldoc-function): Use it.
1219 (octave-kill-process): Provide confirmation. (Bug#10564)
1220
38637cca
LL
12212013-11-21 Leo Liu <sdl.web@gmail.com>
1222
511fa0d3
SM
1223 * progmodes/octave.el (octave-mode, inferior-octave-mode):
1224 Fix obsolete variable comment-use-global-state.
38637cca 1225
06e752b4
RS
12262013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1227
511fa0d3
SM
1228 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
1229 Add `octave-source-file'.
06e752b4
RS
1230 (octave-source-file): New function. (Bug#15935)
1231
0449d6cd 12322013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)
604ede6c
TZ
1233
1234 * net/eww.el (eww-local-regex): New variable.
1235 (eww): Use it to detect localhost and similar.
1236
b6ffa04a
LL
12372013-11-21 Leo Liu <sdl.web@gmail.com>
1238
1239 Add completion for command `ag'.
2021a200
LL
1240 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
1241 (pcomplete/ag): New function.
1242 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
b6ffa04a 1243
d1a6bccc
SM
12442013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
1247 (bug#14646).
1248 (make-obsolete): Remove interactive spec.
1249
2df10228
GM
12502013-11-21 Glenn Morris <rgm@gnu.org>
1251
1252 * startup.el (command-line-1): Use path-separator with -L.
1253
86fd16b6
TZ
12542013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
1255
1256 * emacs-lisp/package.el (describe-package-1): Add package archive
1257 to shown fields.
1258
0449d6cd 12592013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7a12a42b
BB
1260
1261 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
1262 Change default to "# encoding: %s" to differentiate it from the
1263 default Ruby encoding comment template.
1264
dc7e8c17 12652013-11-20 era eriksson <era+emacsbugs@iki.fi>
1266
1267 * ses.el (ses-mode): Doc fix. (Bug#14748)
1268
f0cfa5fe
LL
12692013-11-20 Leo Liu <sdl.web@gmail.com>
1270
1271 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
1272
826dc7b6
DN
12732013-11-19 Dan Nicolaescu <dann@gnu.org>
1274
1275 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
1276 when rebase or bisect are in progress.
1277
a6e3a5d5
XF
12782013-11-19 Xue Fuqiao <xfq.free@gmail.com>
1279
1280 * filenotify.el (file-notify-add-watch): Doc fix.
1281
f130cb76
LL
12822013-11-19 Leo Liu <sdl.web@gmail.com>
1283
e0855d7d
LL
1284 * obsolete/rcompile.el: Mark obsolete.
1285
f130cb76 1286 * progmodes/compile.el (compilation-start)
d1a6bccc
SM
1287 (compilation-goto-locus, compilation-find-file):
1288 Pass no-display-ok and handle nil value from display-buffer.
f130cb76
LL
1289 (Bug#13594)
1290
1291 * window.el (display-buffer-alist, display-buffer): Document the
9139632a
JL
1292 new parameter no-display-ok. Return either a window or nil
1293 but never a non-window value.
f130cb76 1294
1f35d401
SM
12952013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1296
25158c76
SM
1297 * electric.el (electric-indent-mode-map): Remove.
1298 (electric-indent-mode): Change the global-map instead (bug#15915).
1299
1300 * textmodes/text-mode.el (paragraph-indent-minor-mode):
1301 Use add-function.
1f35d401 1302
9bc67baa
SM
13032013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1304
986545b5
SM
1305 * emacs-lisp/nadvice.el (remove-function): Align with
1306 add-function's behavior.
1307
9bc67baa
SM
1308 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
1309 (gdb--string-regexp): New constant.
1310 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
1311 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
1312 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
1313 submatch 1.
1314 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
1315 Adjust use accordingly.
1316 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
1317
56cd894e
AS
13182013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
1319
1320 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
1321 interpolation curlies (Bug#15914).
1322
014690de
JB
13232013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
1324
1325 * calc/calc.el (calc-context-sensitive-enter): New variable.
1326 (calc-enter): Use `calc-context-sensitive-enter'.
1327
7e26a6c3
TZ
13282013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
1329
1330 * progmodes/cfengine.el: Version bump.
1331 (cfengine-cf-promises): New defcustom to locate cf-promises.
1332 (cfengine3-vartypes): Add new "data" type.
1333 (cfengine3--current-word): New function to get current name-like
1334 word or its bounds.
1335 (cfengine3--current-function): New function to look up a CFEngine
1336 function's definition.
1337 (cfengine3-format-function-docstring): New function.
1338 (cfengine3-make-syntax-cache): New function.
1339 (cfengine3-documentation-function): New function: ElDoc glue.
1340 (cfengine3-completion-function): New function: completion glue.
1341 (cfengine3-mode): Set `compile-command',
1342 `eldoc-documentation-function', and add to
1343 `completion-at-point-functions'.
1344
355204dd
MA
13452013-11-16 Michael Albinus <michael.albinus@gmx.de>
1346
1347 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
1348 `tramp-current-connection'.
1349
43cebc23
DG
13502013-11-15 Dmitry Gutov <dgutov@yandex.ru>
1351
1352 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
1353 nil/self/true/false with "end of symbol".
1354
a3fed6ff
BB
13552013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
1356
1357 * subr.el (version-regexp-alist): Fix a typo.
1358
e675b3e4
MA
13592013-11-15 Michael Albinus <michael.albinus@gmx.de>
1360
1361 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
1362 "en_US.utf8" and "LC_CTYPE" to "".
1363 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
1364 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
1365
a1f03e89
LL
13662013-11-15 Leo Liu <sdl.web@gmail.com>
1367
1368 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
1369
5d9d9451
SM
13702013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1371
58362662
CS
1372 * progmodes/gud.el (ctl-x-map):
1373 Remove C-x SPC binding. (Bug#12342)
5d9d9451
SM
1374 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
1375
6c1bf086
BB
13762013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
1377
0d5363c4
BB
1378 * subr.el (version-regexp-alist):
1379 Recognize hg, svn and darcs versions as snapshot versions.
1380
4e9fc48c
BB
1381 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
1382 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
1383 (ruby--encoding-comment-required-p): Extract from
1384 `ruby-mode-set-encoding'.
1385 (ruby-mode-set-encoding): Add the ability to always insert an
1386 utf-8 encoding comment. Fix and simplify coding comment update
1387 logic.
6c1bf086 1388
2f7e72f8
MA
13892013-11-14 Michael Albinus <michael.albinus@gmx.de>
1390
1391 * net/tramp-gvfs.el (top): Run init code only when
1392 `tramp-gvfs-enabled' is not nil.
1393 (tramp-gvfs-enabled): Check also :system bus.
1394
0f137a73
SM
13952013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 Sync with upstream verilog-mode revision 78e66ba.
1398 * progmodes/verilog-mode.el (verilog-end-of-defun)
1399 (verilog-type-completion, verilog-get-list): Remove unused funcs.
1400 (verilog-get-end-of-defun): Remove unused argument.
1401 (verilog-comment-depth): Remove unused local `e'.
1402 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
1403 Don't pass arg to verilog-get-end-of-defun.
1404
1c276bdd
GM
14052013-11-14 Glenn Morris <rgm@gnu.org>
1406
1407 * obsolete/assoc.el (aget): Prefix dynamic variable.
1408
1409 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
1410
ff6ec81d
SM
14112013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * widget.el, hfy-cmap.el: Remove bogus package version number.
1414
75f777b6
GM
14152013-11-13 Glenn Morris <rgm@gnu.org>
1416
1d43dba1
GM
1417 * replace.el (replace-eval-replacement):
1418 Try to give more helpful error message. (Bug#15836)
1419
ff4b7bd5
GM
1420 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
1421 (archive-7z-update): Avoid custom type mismatches.
1422
75f777b6
GM
1423 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
1424
11151a06
MA
14252013-11-13 Michael Albinus <michael.albinus@gmx.de>
1426
e675b3e4 1427 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
11151a06
MA
1428 address can be empty.
1429
1430 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
1431 Accept nil SWITCHES.
1432 (tramp-gvfs-handle-write-region): Implement APPEND.
1433
7b08f97e
DG
14342013-11-12 Dmitry Gutov <dgutov@yandex.ru>
1435
1436 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
ff6ec81d
SM
1437 binary "|" operator and closing block args delimiter.
1438 Remove FIXME comment referring to Ruby 1.8-only syntax.
7b08f97e
DG
1439 (ruby-smie--implicit-semi-p): Not after "|" operator.
1440 (ruby-smie--closing-pipe-p): New function.
1441 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
1442 (ruby-smie-rules): Indent after "|".
1443
f201cf3a
GM
14442013-11-12 Glenn Morris <rgm@gnu.org>
1445
1446 * ps-print.el (ps-face-attribute-list):
1447 Handle anonymous faces. (Bug#15827)
1448
e6f759f9
MR
14492013-11-12 Martin Rudalics <rudalics@gmx.at>
1450
1451 * window.el (display-buffer-other-frame): Fix doc-string.
1452 (Bug#15868)
1453
ecda65d4
SM
14542013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * subr.el (force-mode-line-update): Delete, move to buffer.c.
1457
7ce8fcc3
MA
14582013-11-11 Michael Albinus <michael.albinus@gmx.de>
1459
1460 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
1461 (tramp-sh-handle-file-local-copy): Don't write a message when
1462 saving temporary files.
1463
1464 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
1465 both directories are remote.
1466 (tramp-smb-handle-directory-files): Do not return double entries.
1467 Do not expand full file names.
1468 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
1469 (tramp-smb-handle-write-region): Implement APPEND.
1470 (tramp-smb-get-stat-capability): Fix a stupid bug.
1471
7818df11
SM
14722013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
1475
608c2085
NT
14762013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1477
1478 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
1479 throwing error over malformed let/let* (bug#15814).
1480
122a7e46
SM
14812013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
1482
1483 * iswitchb.el (iswitchb-mode): Mark obsolete.
1484
766284d9
GM
14852013-11-11 Glenn Morris <rgm@gnu.org>
1486
1487 * international/uni-bidi.el, international/uni-category.el:
1488 * international/uni-name.el, international/uni-numeric.el:
1489 Regenerate for Unicode 6.3.0.
1490
7072a4e9
MA
14912013-11-10 Michael Albinus <michael.albinus@gmx.de>
1492
1493 * net/tramp.el (tramp-methods):
1494 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
1495 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
1496
c9df215b
AS
14972013-11-09 Andreas Schwab <schwab@linux-m68k.org>
1498
608c2085
NT
1499 * progmodes/sh-script.el (sh-font-lock-keywords-var):
1500 Force highlighting text after Summary keyword in doc face for rpm.
c9df215b 1501
fa47d796
DG
15022013-11-09 Dmitry Gutov <dgutov@yandex.ru>
1503
1504 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
608c2085 1505 available and the word has no wildcards, append one to the grep pattern.
fa47d796
DG
1506 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
1507 (ispell-complete-word): Call `ispell-lookup-words' with the value
1508 independent of `ispell-look-p'.
1509
1629a329
DG
15102013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1511
1512 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
1513 Not after "||".
1514 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
1515 their parent.
1516
ad16897c
SM
15172013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1518
1519 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
1520 (ruby-font-lock-keywords): Use backquote.
1521
ffa2df72
DG
15222013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1523
1524 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1525 (ruby-smie--backward-token): Only consider full-string matches.
1526
5b97b4c0
JD
15272013-11-08 Jan Djärv <jan.h.d@swipnet.se>
1528
1529 * faces.el (describe-face): Add distant-foreground.
1530
71731c03
BB
15312013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
1532
4e9fc48c
BB
1533 * progmodes/ruby-mode.el: Improve encoding comment handling.
1534 (ruby-encoding-magic-comment-style): New option.
1535 (ruby-custom-encoding-magic-comment-template): New option.
655ab9a3
SM
1536 (ruby--insert-coding-comment, ruby--detect-encoding):
1537 New functions extracted from `ruby-mode-set-encoding'.
4e9fc48c
BB
1538 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
1539 to control the style of the auto-inserted encoding comment.
71731c03 1540
da3b328d
DG
15412013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1542
ad16897c
SM
1543 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
1544 Use `smie-backward-sexp' with token argument.
da3b328d 1545
1606c2d3
MA
15462013-11-08 Michael Albinus <michael.albinus@gmx.de>
1547
1548 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1549 Remove instrumentation code.
1550
b0f4c320
GM
15512013-11-08 Glenn Morris <rgm@gnu.org>
1552
1553 * progmodes/autoconf.el (autoconf-mode):
1554 Tweak comment-start-skip. (Bug#15822)
1555
43668fb1
SM
15562013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
1557
1558 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
1559 at bobp (bug#15826).
1560 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
1561
daddb3fd
DH
15622013-11-08 Darren Hoo <darren.hoo@gmail.com>
1563
1564 * man.el (Man-start-calling): New macro, extracted from
1565 Man-getpage-in-background.
1566 (Man-getpage-in-background): Use it.
1567 (Man-update-manpage): New command.
1568 (Man-mode-map): Bind it.
1569
1f923923
DG
15702013-11-08 Dmitry Gutov <dgutov@yandex.ru>
1571
1572 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
1573 of "and", "or", "&&" and "||".
1574 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
1575 argument. Prohibit opening curly brace because it could only be a
1576 block opener in that position.
daddb3fd
DH
1577 (ruby-smie--forward-token, ruby-smie--backward-token):
1578 Separate "|" from "&" or "*" going after it. That can happen in block
1f923923
DG
1579 arguments.
1580 (ruby-smie--indent-to-stmt): New function, seeks the end of
1581 previous statement or beginning of buffer.
1582 (ruby-smie-rules): Use it.
1583 (ruby-smie-rules): Check if there's a ":" before a curly block
1584 opener candidate; if there is, it's a hash.
1585
3220d527
SM
15862013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
1589 (cl--block-wrapper): Fix last accidental change.
1590
1eb1f9e0
MA
15912013-11-07 Michael Albinus <michael.albinus@gmx.de>
1592
1593 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
1594 Instrument, in order to hunt failure on hydra.
1595
e6e4db3c
NT
15962013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1597
1598 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
1599 malformed bindings form (bug#15814).
1600
b420ccfc
DG
16012013-11-07 Dmitry Gutov <dgutov@yandex.ru>
1602
1603 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
1d1c86da
DG
1604 "." compared to " @ ". This incidentally fixes some indentation
1605 examples with "do".
e6e4db3c 1606 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
1d1c86da
DG
1607 (ruby-smie-grammar): New tokens: "and" and "or".
1608 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
1609 Exclude "and" and "or". Remove "do" in order to work around token
1610 priorities.
1611 (ruby-smie-rules): Add all infix tokens. Handle the case of
1612 beginning-of-buffer.
b420ccfc 1613
6b4ac03e
GM
16142013-11-06 Glenn Morris <rgm@gnu.org>
1615
1616 * Makefile.in (setwins_almost, setwins_for_subdirs):
1617 Avoid accidental matches.
1618
5ca114d1
SM
16192013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1620
1621 * menu-bar.el (popup-menu): Use key-binding.
1622
f72552bd
EZ
16232013-11-06 Eli Zaretskii <eliz@gnu.org>
1624
1625 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
1626 menus, support also the menus produced by minor modes.
1627 (Bug#15817)
1628
5d5c701e
LL
16292013-11-06 Leo Liu <sdl.web@gmail.com>
1630
1631 * thingatpt.el (thing-at-point-looking-at): Add optional arg
1632 DISTANCE to bound the search. All uses changed. (Bug#15808)
1633
0a8b75e2
GM
16342013-11-06 Glenn Morris <rgm@gnu.org>
1635
1636 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
65de43ad
GM
1637 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
1638 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
0a8b75e2 1639
a35287ea
SM
16402013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
1641
feca4e2d
SM
1642 * electric.el (electric-indent-just-newline): New command.
1643 (electric-indent-mode-map): New keymap.
1644 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
1645 Re-add :group which weren't redundant.
1646
a35287ea
SM
1647 * electric.el (electric-indent-local-mode): New minor mode.
1648 (electric-indent-functions-without-reindent): New var.
1649 (electric-indent-post-self-insert-function): Use it.
1650 * emacs-lisp/gv.el (buffer-local-value): Add setter.
1651
375761b2
EZ
16522013-11-05 Eli Zaretskii <eliz@gnu.org>
1653
9a6ad735
EZ
1654 * international/quail.el (quail-help): Be more explicit about the
1655 meaning of the labels shown on the keys. (Bug#15800)
1656
375761b2
EZ
1657 * startup.el (normal-top-level): Load the subdirs.el files before
1658 setting the locale environment. (Bug#15805)
1659
520a6e4a
SM
16602013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
1661
0acfafef
SM
1662 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
1663 via arguments so as to get the right ones (bug#15418).
1664
520a6e4a
SM
1665 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
1666
15826261
MA
16672013-11-05 Michael Albinus <michael.albinus@gmx.de>
1668
1669 Fix problems found while writing a test suite.
1670
1671 * net/tramp-compat.el (tramp-compat-load): New defun.
1672 * net/tramp.el (tramp-handle-load): Use it.
1673
1674 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
1675 "(numberp ok-if-already-exists)" correctly.
1676
d35f31a4
XF
16772013-11-05 Xue Fuqiao <xfq.free@gmail.com>
1678
1679 * international/characters.el (glyphless-char-display-control):
1680 Add usage note.
1681
ae93bc74
BB
16822013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
1683
520a6e4a
SM
1684 * progmodes/python.el (python-mode):
1685 * progmodes/scheme.el (scheme-mode):
1686 * progmodes/prolog.el (prolog-mode):
1687 * progmodes/ruby-mode.el (ruby-mode):
1688 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
1689 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
ae93bc74 1690
0ade65b5
SM
16912013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1692
a0d5f7a4
SM
1693 * rect.el (rectangle--highlight-for-redisplay):
1694 * emacs-lisp/smie.el (smie--next-indent-change):
1695 Use buffer-chars-modified-tick.
1696
c93f3f5c
SM
1697 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
1698
0ade65b5
SM
1699 * electric.el (electric-indent-post-self-insert-function):
1700 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
1701
ef9dd188
HE
17022013-11-04 Helmut Eller <eller.helmut@gmail.com>
1703
1704 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
1705
306e7308
NT
17062013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
1707
1708 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
1709 (bug#15786).
1710
e5afbcac
SM
17112013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1d01ad41
SM
1713 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
1714
e5afbcac
SM
1715 * progmodes/python.el: Fix up last change.
1716 (python-shell--save-temp-file): New function.
1717 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
1718 `string' comes from the current buffer.
1719 (python-shell-send-string-no-output): Remove `msg' arg.
1720 (python--use-fake-loc): New var.
1721 (python-shell-buffer-substring): Obey it. Try to compensate for the
1722 extra coding line added by python-shell--save-temp-file.
1723 (python-shell-send-region): Use python-shell--save-temp-file and
1724 python-shell-send-file directly. Add `nomain' argument.
1725 (python-shell-send-buffer): Use python-shell-send-region.
1726 (python-electric-pair-string-delimiter): New function.
1727 (python-mode): Use it.
1728
d0065ff1
EZ
17292013-11-04 Eli Zaretskii <eliz@gnu.org>
1730
1731 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
1732 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
1733 environment and decoding all of the default-directory's to here
1734 from command-line.
1735 (command-line): Decode also argv[0].
1736
1737 * loadup.el: Error out if default-directory is a multibyte string
1738 when we are dumping.
1739
1740 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
1741
7397c587
TZ
17422013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
1743
1744 * emacs-lisp/package.el (package-menu-mode)
e5afbcac
SM
1745 (package-menu--print-info, package-menu--archive-predicate):
1746 Add Archive column to package list.
7397c587 1747
b27cc9fc
MA
17482013-11-04 Michael Albinus <michael.albinus@gmx.de>
1749
1750 Fix problems found while writing a test suite.
1751
1752 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
1753 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
1754 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
1755 to nil when running original file name handler. Otherwise,
1756 there are problems with constructs like "$$FOO".
1757
1758 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
1759 for `localname'.
1760
d8c4f18a
BB
17612013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
1762
7b530552
BB
1763 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
1764
1765 * subr.el (version<, version<=, version=):
1766 Update docstrings with information for snapshot versions.
1767
d8c4f18a
BB
1768 * helpers.el: New library for misc helper functions.
1769 (hash-table-keys): New function returning a list of hash keys.
1770 (hash-table-values): New function returning a list of hash values.
1771
dca01b09
DG
17722013-11-04 Dmitry Gutov <dgutov@yandex.ru>
1773
1774 * progmodes/ruby-mode.el (ruby-smie--forward-token)
1775 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
1776
0a749fa0
MN
17772013-11-04 Michal Nazarewicz <mina86@mina86.com>
1778
1779 * textmodes/fill.el (fill-single-char-nobreak-p): New function
1780 checking whether point is after a 1-letter word.
1781
17822013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
ec79b92b
NT
1783
1784 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
1785 Don't infloop when expanding region over `multiline' syntax-type that
1786 begins a line (bug#15778).
1787
4aca7145
SM
17882013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1789
1790 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
1791 Make it into a proper minor mode.
1792 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
1793 (rectangle-mark-mode-map): New keymap.
1794 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
1795
a0833f62
GM
17962013-11-04 Glenn Morris <rgm@gnu.org>
1797
1798 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
1799
e61845c1
SM
18002013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
1803 (ruby-smie-rules): Use smie-rule-parent instead.
1804
1805 * emacs-lisp/smie.el (smie-rule-parent): Always call
1806 smie-indent-virtual rather than only for hanging tokens.
1807 (smie--next-indent-change): New helper command.
1808
62942f89
GM
18092013-11-03 Glenn Morris <rgm@gnu.org>
1810
1811 * Makefile.in (abs_srcdir): Remove.
1812 (emacs): Unset EMACSLOADPATH.
1813
b0b9e592
GM
18142013-11-02 Glenn Morris <rgm@gnu.org>
1815
18ba6a33 1816 * Makefile.in (EMACS): Use a relative filename.
8061810d 1817 (abs_top_builddir): Remove.
18ba6a33
GM
1818 (custom-deps, finder-data, autoloads): Use --chdir.
1819
6a8b929e
GM
1820 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
1821
c617f3d0
GM
1822 Use relative filenames in TAGS files.
1823 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1824 (lisptagsfiles4, TAGS): Use relative file names.
1825 (TAGS-LISP): Remove.
1826 (maintainer-clean): No more TAGS-LISP file.
1827
b0b9e592
GM
1828 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
1829 (lisptagsfiles4): Use absolute filenames again.
1830 (TAGS, TAGS-LISP): Not everything needs to run in one line.
1831 Remove all *loaddefs files, not just the first. Remove esh-groups.
1832 (maintainer-clean): Delete TAGS, TAGS-LISP.
1833
d1c0ea6a
BB
18342013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1835
e61845c1
SM
1836 * emacs-lisp/package.el (package-version-join):
1837 Recognize snapshot versions.
d1c0ea6a 1838
684d71c6
BB
18392013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1840
1841 * subr.el (version-regexp-alist): Add support for snapshot versions.
1842
3d42b968
DG
18432013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1844
e61845c1
SM
1845 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
1846 New function, replacement for `smie-rule-parent' for when we want to
3d42b968
DG
1847 skip over our direct parent if it's an assignment token..
1848 (ruby-smie-rules): Use it.
1849
7ffd3721
DG
18502013-11-02 Dmitry Gutov <dgutov@yandex.ru>
1851
1852 * progmodes/ruby-mode.el Use `syntax-propertize-function'
1853 unconditionally. Remove now unnecessary forward declarations.
1854 Remove XEmacs-specific setup.
1855 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
1856 (ruby-font-lock-syntactic-keywords)
1857 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
1858 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
1859 (ruby-here-doc-end-syntax): Remove.
1860 (ruby-mode): Don't check whether `syntax-propertize-rules' is
1861 defined as function.
1862
a3996a2e
BB
18632013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
1864
1865 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
1866
6f9260e8
BB
18672013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1868
1869 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
1870 table and abbrev table, `define-derived-mode' does that for us
1871 anyway.
1872
6014de84
GM
18732013-11-01 Glenn Morris <rgm@gnu.org>
1874
1875 * Makefile.in: Remove manual mh-e dependencies (writing .elc
1876 files is atomic for some time, so no parallel compilation issues).
1877
3c334c14
JD
18782013-11-01 Jan Djärv <jan.h.d@swipnet.se>
1879
1880 * faces.el (face-x-resources): Add :distant-foreground.
1881 (region): Use :distant-foreground for gtk and ns.
1882
9bc236c8
TH
18832013-11-01 Tassilo Horn <tsdh@gnu.org>
1884
5246583b 1885 Allow multiple bibliographies when BibLaTeX is used rather than
9bc236c8
TH
1886 BibTeX.
1887 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
1888 (reftex-locate-bibliography-files): Us it.
1889
d14c81ee
CB
18902013-11-01 Claudio Bley <claudio.bley@googlemail.com>
1891
0e7690de
CB
1892 * image.el (image-type-header-regexps): Fix the 'pbm' part to
1893 allow comments in pbm files.
1894
d14c81ee
CB
1895 * term/w32-win.el (dynamic-library-alist): Support newer versions
1896 of libjpeg starting with v7: look only for the DLL from the
1897 version against which Emacs was built.
ac1bf374 1898 Support versions of libpng beyond 1.4.x.
019c8218 1899 Support libtiff v4.x.
d14c81ee 1900
983d0df5
BB
19012013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
1902
1903 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
1904 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
1905 Add property :safe.
1906 (ruby-deep-arglist): Add property :type.
1907
47f58d85
GM
19082013-10-31 Glenn Morris <rgm@gnu.org>
1909
1910 * Makefile.in (custom-deps, finder-data): No need to setq the target
1911 variables, we are in the right directory and the defaults work fine.
1912
4f85b479
GM
19132013-10-30 Glenn Morris <rgm@gnu.org>
1914
ca7dd4cd
GM
1915 * Makefile.in (autoloads): Do not use abs_lisp.
1916
4f85b479
GM
1917 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
1918 `newline' does not respect `standard-output', so use `princ'.
1919
cf59e41c
AA
19202013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
1921
1922 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
1923 * buff-menu.el (Buffer-menu--unmark): New function.
1924 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
1925
74cf04fb
GM
19262013-10-30 Glenn Morris <rgm@gnu.org>
1927
b040b60e
GM
1928 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
1929
f53d3815
GM
1930 * emacs-lisp/package.el (lm-homepage): Declare.
1931
5413d873
GM
1932 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
1933 Fix doc typos.
1934
cecedb36
GM
1935 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
1936
74cf04fb
GM
1937 * Makefile.in (finder-data, autoloads, update-subdirs)
1938 (compile-main, compile-clean, compile-always, bootstrap-clean):
1939 Check return value of cd.
1940 (compile-calc): Remove.
1941
195ee2f0
SM
19422013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
1943
ae4002ce
SM
1944 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
1945
1946 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
1947 (byte-compile-and-folded): New function.
1948 (=, <, >, <=, >=): Use it.
1949
1950 * dos-w32.el (minibuffer-history-case-insensitive-variables)
1951 (path-separator, null-device, buffer-file-coding-system)
1952 (lpr-headers-switches): Check system-type before modifying them.
1953 (find-buffer-file-type-coding-system): Mark obsolete.
1954 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
1955 find-file-not-found-set-buffer-file-coding-system.
1956 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name):
1957 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
1958 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p):
1959 (w32-direct-print-region-helper, w32-direct-print-region-function)
1960 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
1961 * startup.el (normal-top-level-add-subdirs-to-load-path):
1962 * ps-print.el (ps-print-region-function):
1963 * lpr.el (print-region-function): Use new name.
1964
53b39e89
SM
1965 * subr.el (custom-declare-variable-early): Remove function.
1966 (custom-declare-variable-list): Remove var.
1967 (error, user-error): Remove `while' loop.
1968 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
1969 (user-emacs-directory-warning, locate-user-emacs-file):
1970 Move to files.el.
1971 * simple.el (read-quoted-char-radix, read-quoted-char):
1972 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
1973 Move from subr.el.
1974 * custom.el (custom-declare-variable-list): Don't process
1975 custom-declare-variable-list.
1976
195ee2f0
SM
1977 * progmodes/python.el (python-shell-get-buffer): New function.
1978 (python-shell-get-process): Use it.
1979 (python-shell-send-string): Always use utf-8 and add a cookie to tell
1980 Python which encoding was used. Don't split-string since we only care
1981 about the first line. Return the temp-file, if applicable.
1982 (python-shell-send-region): Tell compile.el how to turn locations in
1983 the temp-file into locations in the source buffer.
1984
7e3561ee
SM
19852013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1986
4c9797cb
SM
1987 * subr.el (undefined): Add missing behavior from the C code for
1988 unbound keys.
1989
3472b6c6
SM
1990 * rect.el: Use lexical-binding. Add new rectangular region support.
1991 (rectangle-mark): New command.
1992 (rectangle--region): New var.
1993 (deactivate-mark-hook): Reset rectangle--region.
1994 (rectangle--extract-region, rectangle--insert-for-yank)
1995 (rectangle--highlight-for-redisplay)
1996 (rectangle--unhighlight-for-redisplay): New functions.
1997 (region-extract-function, redisplay-unhighlight-region-function)
1998 (redisplay-highlight-region-function): Use them to handle
1999 rectangular region.
2000 * simple.el (region-extract-function): New var.
2001 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
2002 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
2003 (kill-region): Replace obsolete `yank-handler' arg with `region'.
2004 (copy-region-as-kill, kill-ring-save): Add `region' argument.
2005 (redisplay-unhighlight-region-function)
2006 (redisplay-highlight-region-function): New vars.
2007 (redisplay--update-region-highlight): New function.
2008 (pre-redisplay-function): Use it.
2009 (exchange-point-and-mark): Don't deactivate the mark before
2010 reactivate-it anyway.
2011 * comint.el (comint-kill-region): Remove yank-handler argument.
2012 * delsel.el (delete-backward-char, backward-delete-char-untabify)
2013 (delete-char): Remove property, since it's now part of their
2014 default behavior.
2015 (self-insert-iso): Remove property since this command doesn't exist.
2016
7e3561ee
SM
2017 * emacs-lisp/package.el (package--download-one-archive)
2018 (describe-package-1): Don't query the user about final newline.
2019
b9bef71f
DC
20202013-10-29 Daniel Colascione <dancol@dancol.org>
2021
2022 * net/tramp.el (tramp-methods): Document new functionality.
2023 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
2024 tramp-hostname-checker if method provides one instead of scanning
2025 argument list for "%h" to decide hostname acceptability.
2026
4efc33f0
MA
20272013-10-28 Michael Albinus <michael.albinus@gmx.de>
2028
2029 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
2030 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2031 Handle COPY-CONTENTS. (Bug#15737)
2032
ed42a877
DU
20332013-10-28 Daiki Ueno <ueno@gnu.org>
2034
2035 * epa-file.el
7e3561ee
SM
2036 (epa-file-cache-passphrase-for-symmetric-encryption):
2037 Document that this option has no effect with GnuPG 2.0 (bug#15552).
ed42a877 2038
18c9f8a2
XF
20392013-10-27 Xue Fuqiao <xfq.free@gmail.com>
2040
7a4bc7be
XF
2041 * image.el (defimage):
2042 (image-load-path): Doc fixes.
18c9f8a2 2043
b1e8e010
AM
20442013-10-27 Alan Mackenzie <acm@muc.de>
2045
2046 Indent statements in macros following "##" correctly.
7e3561ee
SM
2047 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
2048 Modify the "#" arm of a cond form to handle "#" and "##" operators.
b1e8e010 2049
73d40d1e 20502013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
fdab3d0b
NT
2051
2052 * linum.el (linum-update-window): Fix boundary test (bug#13446).
2053
c8c605ac
DG
20542013-10-27 Dmitry Gutov <dgutov@yandex.ru>
2055
2056 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
2057 after `=' is probably a new expression.
2058
ca7e59d4
RS
20592013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2060
2061 * man.el (man-imenu-title): New option.
2062 (Man-mode-map): Add menu. (Bug#15722)
2063 (Man-mode): Add imenu to menu.
2064
bae91342
DG
20652013-10-26 Dmitry Gutov <dgutov@yandex.ru>
2066
2067 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
2068 specific in what the first arg can be: a non-keyword word,
2069 string/regexp/percent literal opener, opening paren, or unary
2070 operator followed directly by word.
2071
eb89dc14
SM
20722013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
2075 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
2076 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
2077 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
2078 Remove vars, they do not apply any more.
2079 (prolog-mode-abbrev-table): Remove redundant declaration.
2080 (prolog-upper-case-string, prolog-lower-case-string): Remove.
2081 (prolog-use-smie): Remove.
2082 (prolog-smie-rules): Add indentation rule for the if-then-else layout
2083 supported by prolog-electric-if-then-else-flag.
2084 (prolog-mode-variables, prolog-menu): Use setq-local.
2085 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
2086 Remove binding to `Backspace' since this key doesn't exist anyway.
2087 Remove bindings for electric self-inserting keys.
2088 (prog-mode): Assume it's defined.
2089 (prolog-post-self-insert): New function.
2090 (prolog-mode): Use it.
2091 (prolog-indent-line, prolog-indent-level)
2092 (prolog-find-indent-of-matching-paren)
2093 (prolog-indentation-level-of-line, prolog-goto-comment-column)
2094 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
2095 (prolog-goto-next-paren, prolog-in-string-or-comment)
2096 (prolog-tokenize, prolog-inside-mline-comment)
2097 (prolog-find-start-of-mline-comment): Remove functions.
2098 (prolog-find-unmatched-paren, prolog-clause-end)
2099 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
2100 (prolog-electric--if-then-else): Rename from
2101 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
2102 (prolog-tokenize-searchkey): Remove const.
2103 (prolog-clause-info): Use forward-sexp.
2104 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
2105 (prolog-electric-if-then-else): Remove commands.
2106 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
2107 for use in post-self-insert-hook.
2108 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
2109 for use in post-self-insert-hook.
2110 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
2111 for use in post-self-insert-hook.
2112 (prolog-electric--underscore): Rename from prolog-electric--underscore;
2113 adapt it for use in post-self-insert-hook.
2114
3dab0a83
MA
21152013-10-25 Michael Albinus <michael.albinus@gmx.de>
2116
2117 * emacs-lisp/ert.el (ert-run-tests-interactively):
2118 Use `completing-read'. (Bug#9756)
2119
fbfd0e1d
EZ
21202013-10-25 Eli Zaretskii <eliz@gnu.org>
2121
2122 * simple.el (line-move): Call line-move-1 instead of
2123 line-move-visual when the current window hscroll is zero, but
2124 temporary-goal-column indicates we will need to hscroll as result
2125 of the movement. (Bug#15712)
2126
963ce636
DG
21272013-10-25 Dmitry Gutov <dgutov@yandex.ru>
2128
2129 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
eb89dc14
SM
2130 capitalization. Use :visible instead of :active.
2131 Fix `ruby-indent-exp' reference. Add menu items for the generic
963ce636
DG
2132 commands that are used with SMIE.
2133 (ruby-do-end-to-brace): Insert space after `{'.
2134
a0be396a
JA
21352013-10-25 John Anthony <john@jo.hnanthony.com>
2136
f73754c9
JA
2137 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
2138
2139 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
a0be396a 2140
f5bf77df
GM
21412013-10-25 Glenn Morris <rgm@gnu.org>
2142
2143 * vc/vc.el (vc-print-log): Don't use a working revision unless
2144 one was explicitly specified. (Bug#15322)
2145
37241f62
SM
21462013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * subr.el (add-to-list): Preserve return value in compiler-macro
2149 (bug#15692).
2150
6408a65d
RS
21512013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2152
2153 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
2154 result. Ask user to retry using '-all' flag. (Bug#15701)
2155
71e3276b
SM
21562013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2157
2158 * emacs-lisp/smie.el: New smie-config system.
2159 (smie-config): New defcustom.
2160 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
2161 (smie-config-guess, smie-config-save): New commands.
2162 (smie-config--mode-local, smie-config--buffer-local)
2163 (smie-config--trace, smie-config--modefuns): New vars.
2164 (smie-config--advice, smie-config--mode-hook)
2165 (smie-config--setter, smie-config-local, smie-config--get-trace)
2166 (smie-config--guess-value, smie-config--guess): New functions.
2167 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
2168 text properties. Treat "string fence" syntax like string syntax.
2169
2170 * progmodes/sh-script.el (sh-use-smie): Change default.
2171 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
2172 (sh-var-value): Simplify by CSE.
2173 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
2174 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
2175 is used.
2176 (sh-guess-basic-offset): Use cl-incf.
2177 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
2178
60db713e
HE
21792013-10-24 Helmut Eller <eller.helmut@gmail.com>
2180
2181 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
2182 (bug#15699).
2183
8b251df6
GM
21842013-10-24 Glenn Morris <rgm@gnu.org>
2185
2186 * Makefile.in (abs_top_srcdir): Remove.
2187 (update-subdirs): Use relative path to update-subdirs.
2188
6be0e22b
EZ
21892013-10-24 Eli Zaretskii <eliz@gnu.org>
2190
2191 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2192 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
60db713e
HE
2193 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2194 Call unmsys--file-name before expand-file-name, not after it.
6be0e22b 2195
50b5b857
MA
21962013-10-24 Michael Albinus <michael.albinus@gmx.de>
2197
2198 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
2199 (ert-test-skipped): New error.
2200 (ert-skip, ert-stats-skipped): New defuns.
2201 (ert--skip-unless): New macro.
2202 (ert-test-skipped): New struct.
2203 (ert--run-test-debugger, ert-test-result-type-p)
2204 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
2205 (ert--stats-set-test-and-result, ert-char-for-test-result)
2206 (ert-string-for-test-result, ert-run-tests-batch)
60db713e 2207 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
3dab0a83 2208 Handle skipped tests. (Bug#9803)
50b5b857 2209
6f317c2f
GM
22102013-10-24 Glenn Morris <rgm@gnu.org>
2211
e43817c1
GM
2212 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
2213
6f317c2f
GM
2214 * Makefile.in (abs_top_srcdir): New, set by configure.
2215 (update-subdirs): Correct build-aux location.
2216
369bbf71
DG
22172013-10-24 Dmitry Gutov <dgutov@yandex.ru>
2218
8297b2cf
DG
2219 * vc/vc.el (vc-print-root-log): Always set `default-directory'
2220 value, whether we could auto-deduce `backend', or not.
2221
369bbf71
DG
2222 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
2223 with parameters" example. Simplify the "is it block or is it
2224 hash" check, but also make it more thorough.
2225
d5f1282f
MF
22262013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
2227
2228 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
2229
bc4aaa31
SM
22302013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2231
03d44565
SM
2232 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
2233 { if it is hanging.
2234
bc4aaa31
SM
2235 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
2236 :before ";".
2237
f493ff19
JB
22382013-10-23 Jed Brown <jed@59A2.org> (tiny change)
2239
2240 * progmodes/compile.el (compilation-directory-matcher)
2241 (compilation-page-delimiter):
2242 Support GNU Make-4.0 directory quoting. (Bug#15678)
2243
c744a3b9
LL
22442013-10-23 Leo Liu <sdl.web@gmail.com>
2245
2246 * ido.el (ido-tidy): Handle read-only text.
2247
b8e3b0a9
GM
22482013-10-23 Glenn Morris <rgm@gnu.org>
2249
2250 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
2251 (emacs, compile, compile-always):
2252 Quote entities that might contain whitespace.
2253 (custom-deps, finder-data, autoloads): Use abs_lisp.
2254 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
2255 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
2256 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
2257
ee4282cd
DG
22582013-10-23 Dmitry Gutov <dgutov@yandex.ru>
2259
bc4aaa31
SM
2260 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
2261 Use `following-char'.
7790a270 2262
ee4282cd 22632013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7790a270
SM
2264
2265 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
2266 * progmodes/ruby-mode.el (ruby-smie-rules):
2267 Remove corresponding workaround. Fix indentation rule of ";" so it
2268 also applies when ";" is the parent.
2269
d40a46d7
XF
22702013-10-22 Xue Fuqiao <xfq.free@gmail.com>
2271
2272 * frame.el (display-screens, display-pixel-height)
2273 (display-pixel-width, display-mm-width, display-backing-store)
2274 (display-save-under, display-planes, display-color-cells)
7790a270
SM
2275 (display-visual-class, display-monitor-attributes-list):
2276 Mention the optional ‘display’ argument in doc strings.
d40a46d7 2277
a0f143c9
MG
22782013-10-22 Michael Gauland <mikelygee@amuri.net>
2279
2280 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
2281 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
2282
18cacc39
DG
22832013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2284
2285 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
2286 TODO. Add "." after " @ ".
2287 (ruby-smie--at-dot-call): New function. Checks if point at method
2288 call with explicit target.
2289 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
2290 to the method name tokens when it precedes them.
2291 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
2292 (ruby-smie-rules): Add rule for indentation before and after "."
2293 token.
2294
df74c4be
SM
22952013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2296
c6dab55f
SM
2297 * textmodes/remember.el (remember-diary-extract-entries):
2298 Avoid add-to-list.
2299
df74c4be
SM
2300 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
2301 an instruction.
2302
8c1ae481
DG
23032013-10-21 Dmitry Gutov <dgutov@yandex.ru>
2304
cfef16c0
DG
2305 * progmodes/ruby-mode.el (ruby-smie-grammar): Add (almost) all infix operators.
2306 (ruby-smie--implicit-semi-p): Add new operator chars.
2307
8c1ae481
DG
2308 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
2309 `smie-down-list'.
2310 (ruby-smie--args-separator-p): Check that there's no newline
2311 between method call and its arguments.
2312
87756ca9
AM
23132013-10-20 Alan Mackenzie <acm@muc.de>
2314
2315 Allow comma separated lists after Java "implements".
2316
df74c4be
SM
2317 * progmodes/cc-engine.el (c-backward-over-enum-header):
2318 Parse commas.
87756ca9
AM
2319 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
2320 from a "disallowed" list in enum fontification.
2321
c25f8957
JB
23222013-10-20 Johan Bockgård <bojohan@gnu.org>
2323
df74c4be 2324 * startup.el (default-frame-background-mode): Remove unused defvar.
4a5da22b 2325
c25f8957
JB
2326 * progmodes/verilog-mode.el (verilog-mode): Don't set
2327 comment-indent-function globally.
2328
aca5fcdc
JD
23292013-10-20 Jan Djärv <jan.h.d@swipnet.se>
2330
5f161884
JD
2331 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
2332 Move Info menu item creation to ns-win.el.
2333
2334 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
2335 in menu bar.
2336
aca5fcdc
JD
2337 * menu-bar.el: Move GNUStep specific menus...
2338
2339 * term/ns-win.el (ns-initialize-window-system): ... to here.
2340
914b7f98
SM
23412013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * simple.el (newline): Only run post-self-insert-hook when
2344 called interactively.
2345
846ffe77
JB
23462013-10-19 Johan Bockgård <bojohan@gnu.org>
2347
2348 * icomplete.el (icomplete-with-completion-tables): Add :version.
2349
033f22dd
AM
23502013-10-19 Alan Mackenzie <acm@muc.de>
2351
2352 Fix fontification bugs with constructors and const.
2353
2354 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
2355 CASE 2) Remove the check for the absence of a suffix construct
2356 after a function declaration with only types (no identifiers) in
2357 the parentheses. Also, accept a function declaration with just a
2358 type inside the parentheses, if this type can be positively
2359 recognised as such, or if a prefix keyword like "explicit" nails
2360 down the construct as a declaration.
2361
58ce0cfc
EZ
23622013-10-19 Eli Zaretskii <eliz@gnu.org>
2363
2364 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
2365 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
2366 the problem whereby selecting a menu item that leads to a
2367 minibuffer prompt moves the cursor out of the minibuffer window,
2368 making it hard to type at the prompt. Suggested by Stefan Monnier
2369 <monnier@iro.umontreal.ca>.
2370
50e28e7d
JD
23712013-10-19 Jan Djärv <jan.h.d@swipnet.se>
2372
2373 * menu-bar.el: Don't make Services menu.
2374
7deed4bf
RS
23752013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2376
2377 * ffap.el: Handle "/usr/include/c++/<version>" directories.
2378 (ffap-alist): Use ffap-c++-mode for c++-mode.
2379 (ffap-c++-path): New variable.
2380 (ffap-c++-mode): New function.
2381
7bcb455b
JVJ
23822013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
2383
2384 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
2385
f0ff1cd5
MA
23862013-10-18 Michael Albinus <michael.albinus@gmx.de>
2387
2388 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
2389 introduced on 2013-09-08, which results in an infinite loop
2390 requesting a password.
2391
d64da4b7
GM
23922013-10-18 Glenn Morris <rgm@gnu.org>
2393
2394 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
2395
ea89ff08
WS
23962013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
2397
2398 Sync with upstream verilog-mode revision 1a6ecec7.
2399 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2400 (verilog-mode-release-date): Remove.
2401 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
2402 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
2403 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
2404 (verilog-auto-tieoff-ignore-regexp)
2405 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
2406 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
2407 (verilog-signals-with, verilog-dir-cache-preserving)
2408 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
2409 Doc fixes.
2410 (verilog-case-fold): New option, to control case folding in
2411 regexp searches, bug597.
2412 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
2413 (verilog-string-match-fold, verilog-in-paren-count)
2414 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
2415 (verilog-at-close-struct-p): New functions.
2416 (verilog-beg-block-re-ordered, verilog-extended-case-re)
2417 (verilog-forward-sexp, verilog-set-auto-endcomments):
2418 (verilog-leap-to-case-head): Handle "unique0" case.
2419 (verilog-in-constraint-re): New constant.
2420 (verilog-keywords, verilog-type-font-keywords):
2421 Add some SystemVerilog 1800-2012 keywords.
2422 (verilog-label-be): Remove unimplemented argument, bug669.
2423 (verilog-batch-execute-func): When batch expanding clear
2424 create-lockfiles to prevent spurious user locks when a file ends
2425 up not changing.
2426 (verilog-calculate-indent, verilog-calc-1)
2427 (verilog-at-close-constraint-p, verilog-at-constraint-p)
2428 (verilog-do-indent): Fix indentation of nested constraints
2429 and structures.
2430 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
2431 (verilog-auto-inst-param): Use verilog-string-match-fold.
2432 (verilog-read-inst-module-matcher):
2433 Fix AUTOINST on gate primitives with #1.
2434 (verilog-read-decls): Fix double-declaring user-defined typed signals.
2435 Reads all user-defined typed variables.
2436 (verilog-read-defines): Fix reading definitions inside comments, bug647.
2437 (verilog-signals-matching-regexp)
2438 (verilog-signals-not-matching-regexp, verilog-auto):
2439 Respect verilog-case-fold.
2440 (verilog-diff-report): Fix line count.
2441 (verilog-auto-assign-modport): Remove unused local `modi'.
2442 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
2443 better handle multidimensional arrays.
2444 Fix packed array ports misadding bit index in AUTOINST, bug637.
2445 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
2446 to not double-declare existing outputs and inputs, respectively.
2447 (verilog-template-map): Bind U to verilog-sk-uvm-component.
2448 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
2449 (verilog-sk-uvm-component): New skeleton.
2450 (verilog-submit-bug-report): Add verilog-case-fold,
2451 remove verilog-mode-release-date.
2452
ef566920
BR
24532013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
2454
2455 * lisp/subr.el (sit-for): Call (input-pending-p t) so as to behave
2456 as before.
2457
29df8a0b
RT
24582013-10-18 Reuben Thomas <rrt@sc3d.org>
2459
2460 * textmodes/remember.el (remember): set buffer-offer-save in
2461 remember buffers (bug#13566).
2462
04a19a79
DC
24632013-10-18 Daniel Colascione <dancol@dancol.org>
2464
2465 When evaluating forms in ielm, direct standard output to ielm
2466 buffer. Add new ielm-return-for-effect command. Remove trailing
2467 whitespace throughout.
2468
2469 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
2470 (ielm-return-for-effect): New command.
2471 (ielm-send-input): Accept optional `for-effect' parameter.
df74c4be
SM
2472 (ielm-eval-input): Accept optional `for-effect' parameter.
2473 Bind `standard-output' to stream we create using
04a19a79
DC
2474 `ielm-standard-output-impl'. Suppress printing result when
2475 `for-effect'.
2476 (ielm-standard-output-impl): New function.
2477 (inferior-emacs-lisp-mode): Explain new features in documentation.
2478
4c1f03ef
MA
24792013-10-17 Michael Albinus <michael.albinus@gmx.de>
2480
2481 Code cleanup.
2482
2483 * net/tramp.el (tramp-debug-message): Do not check for connection
2484 buffer.
2485 (tramp-message): Use "vector" connection property.
2486
2487 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
2488 (tramp-equal-remote, tramp-eshell-directory-change)
2489 * net/tramp-adb.el (tramp-adb-handle-copy-file)
2490 (tramp-adb-handle-rename-file)
2491 * net/tramp-cmds.el (tramp-list-remote-buffers)
2492 (tramp-cleanup-connection, tramp-cleanup-this-connection)
2493 * net/tramp-compat.el (tramp-compat-process-running-p)
2494 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
2495 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
2496 (tramp-gvfs-handle-rename-file)
2497 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2498 (tramp-set-file-uid-gid)
2499 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2500 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
2501 of `file-remote-p'.
2502
2503 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
2504 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
2505 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
2506 (tramp-gw-open-network-stream): Suppress unrelated traces.
2507
2508 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
2509 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
2510 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
2511 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
2512 connection property.
2513
2514 * net/tramp-cache.el (top): Suppress traces when reading
f0ff1cd5 2515 persistency file.
4c1f03ef
MA
2516
2517 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
2518 Refactor common code. Improve debug message.
2519 (tramp-maybe-open-connection)
2520 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
2521 connection buffer too early.
2522
2523 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
2524 from `tramp-smb-actions-with-acl'.
2525 (tramp-smb-actions-set-acl): New defconst.
2526 (tramp-smb-handle-copy-directory)
2527 (tramp-smb-action-get-acl): New defun, renamed from
2528 `tramp-smb-action-with-acl'.
2529 (tramp-smb-action-set-acl): New defun.
2530 (tramp-smb-handle-set-file-acl): Rewrite.
2531
642eb8b6
GM
25322013-10-17 Glenn Morris <rgm@gnu.org>
2533
2534 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
2535
85527ff3
SM
25362013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2537
921c1d62
SM
2538 * skeleton.el (skeleton-newline): Remove.
2539 (skeleton-internal-1): Use (insert "\n") instead.
2540
e333fb10
SM
2541 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
2542 let-bindings.
2543
85527ff3
SM
2544 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
2545 forward-sexp-function while we redo its job (bug#15613).
2546
c8722a97
JB
25472013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
2548
2549 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
2550 represented by lists.
2551
7a550bbb
GM
25522013-10-16 Glenn Morris <rgm@gnu.org>
2553
2554 * tmm.el (tmm--history): New dynamic variable.
2555 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
2556
f19da8ad
MA
25572013-10-16 Michael Albinus <michael.albinus@gmx.de>
2558
2559 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
2560 (tramp-smb-errors): Add error messages.
2561 (tramp-smb-actions-with-acl): New defconst.
2562 (tramp-smb-file-name-handler-alist) [set-file-acl]: Add handler.
2563 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
2564 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
2565 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
2566 (tramp-smb-get-stat-capability): Fix tests.
2567
a24b9961
DK
25682013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
2569
2570 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
2571 (bug#15580).
2572
62ad85e6
GM
25732013-10-16 Glenn Morris <rgm@gnu.org>
2574
0283d6b0
GM
2575 * ansi-color.el (ansi-color-drop-regexp):
2576 Add 1J, 1K, 2K. (Bug#15617)
2577
012e2f9f
GM
2578 * files.el (hack-local-variables--warned-lexical): New.
2579 (hack-local-variables):
2580 Warn about misplaced lexical-binding. (Bug#15616)
2581
62ad85e6
GM
2582 * net/eww.el (eww-render): Always set eww-current-url,
2583 and update header line. (Bug#15622)
2584 (eww-display-html): ... Rather than just doing it here.
2585
6456c0ea
EZ
25862013-10-15 Eli Zaretskii <eliz@gnu.org>
2587
2588 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
2589 menu navigations commands.
2590
c2de5588
DK
25912013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
2592
2593 * progmodes/subword.el (subword-capitalize): Be careful when
2594 the search for [[:alpha:]] fails (bug#15580).
2595
ccd4a783
EZ
25962013-10-14 Eli Zaretskii <eliz@gnu.org>
2597
2598 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
2599 to commands that scroll the menu.
2600
1eda1d8d
DG
26012013-10-14 Dmitry Gutov <dgutov@yandex.ru>
2602
c2de5588
DK
2603 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
2604 Handle methods ending with `?' and `!'.
1eda1d8d 2605
e70181b8
AM
26062013-10-14 Akinori MUSHA <knu@iDaemons.org>
2607
2608 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
2609 `japanese-cp932' to `cp932' to fix the problem where saving a
2610 source file written in Shift_JIS twice would end up having
2611 `coding: japanese-cp932' which Ruby could not recognize.
2612 (ruby-mode-set-encoding): Add support for encodings mapped to nil
2613 in `ruby-encoding-map'.
2614 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
2615 doesn't need to be explicitly declared in magic comment.
2616 (ruby-encoding-map): Add type declaration for better customize UI.
2617
9148ee92
GM
26182013-10-13 Glenn Morris <rgm@gnu.org>
2619
a5d38e34
GM
2620 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
2621 Occur buffers are read-only. http://bugs.debian.org/720775
2622
9148ee92
GM
2623 * emacs-lisp/authors.el (authors-fixed-entries):
2624 Comment out old alpha stuff.
2625
a9ba094b
DG
26262013-10-13 Dmitry Gutov <dgutov@yandex.ru>
2627
2628 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
2629 to `after-save-hook' instead of `before-save-hook'.
2630 (ruby-mode-set-encoding): Use the value of coding system used to
2631 write the file. Call `basic-save-buffer-1' after modifying the
2632 buffer.
2633
7a068717
AM
26342013-10-13 Alan Mackenzie <acm@muc.de>
2635
2636 Fix indentation/fontification of Java enum with
2637 "implements"/generic.
2638
c2de5588
DK
2639 * progmodes/cc-engine.el (c-backward-over-enum-header):
2640 Extracted from the three other places and enhanced to handle generics.
7a068717
AM
2641 (c-inside-bracelist-p): Uses new function above.
2642 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
2643 function above.
2644 (c-font-lock-enum-tail): Uses new function above.
2645
85b64f02
KH
26462013-10-13 Kenichi Handa <handa@gnu.org>
2647
2648 * international/mule-cmds.el (select-safe-coding-system): Remove a
2649 superfluous condition in chekcing whether a coding system is safe
2650 or not.
2651
fc7f501b
OK
26522013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
2653
2654 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
2655
fdcb2049
AP
26562013-10-13 Andreas Politz <politza@hochschule-trier.de>
2657
2658 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
2659
8c106d17
GM
26602013-10-13 Glenn Morris <rgm@gnu.org>
2661
feab892d
GM
2662 * menu-bar.el (menu-bar-update-buffers):
2663 Unify Buffers menu prompt string. (Bug#15576)
2664
b22d0686
GM
2665 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
2666
8c106d17
GM
2667 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
2668 Add some entries.
2669 (authors-fixed-entries): Use accented form of name.
2670
1b12c797
SM
26712013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2672
650fa7bf 2673 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
e70181b8 2674 method calls (bug#15594).
650fa7bf
SM
2675 (ruby-smie--args-separator-p): New function.
2676 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
2677 recognize paren-free method calls.
2678
1b12c797
SM
2679 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
2680 internals of universal-argument.
2681
029619c8
EZ
26822013-10-11 Eli Zaretskii <eliz@gnu.org>
2683
2684 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
f747170f
EZ
2685 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
2686 dropped menu on second mouse click on the menu bar.
029619c8 2687
dd070019
SM
26882013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
2691 (explicit-shell-file-name): Declare.
2692 (sh--vars-before-point, sh--cmd-completion-table): New functions.
2693 (sh-completion-at-point-function): New function.
2694 (sh-mode): Use it.
2695 (sh-smie--keyword-p): Remove unused argument.
2696 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
2697 vars.
2698 (sh-set-shell): Always setup SMIE, even if we use the
2699 old indentation code.
2700
0922b826
DG
27012013-10-11 Dmitry Gutov <dgutov@yandex.ru>
2702
b68e2926
DG
2703 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
2704 cases of ? and =.
2705 (ruby-smie-rules): Simplify the "do" rule. The cases when the
2706 predicate would return nil are almost non-existent.
2707 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
2708
0922b826
DG
2709 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
2710 cache also after commands that modify the buffer but don't move
2711 point.
2712
ee041f2d
SM
27132013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * env.el (substitute-env-in-file-name): New function.
2716 (substitute-env-vars): Extend the meaning of the optional arg.
2717
a5dab159
EZ
27182013-10-10 Eli Zaretskii <eliz@gnu.org>
2719
2720 * term/w32-win.el (dynamic-library-alist): Define separate lists
2721 of GIF DLLs for versions before and after 5.0.0 of giflib.
2722 (Bug#15531)
2723
0449d6cd 27242013-10-10 João Távora <joaotavora@gmail.com>
db138698
JT
2725
2726 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
2727 not locked, use last revision and current source as
2728 defaults. (Bug#15569)
2729
2f6e161e
MY
27302013-10-10 Masatake YAMATO <yamato@redhat.com>
2731
2732 * menu-bar.el (menu-bar-open): Don't use popup-menu if
2733 menu-bar is hidden.
2734
6c8413fc
MR
27352013-10-10 Martin Rudalics <rudalics@gmx.at>
2736
2737 * window.el (pop-to-buffer-same-window): Fix doc-string.
2738 (Bug#15492)
2739
20832de0
SM
27402013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
2743
c6e8ae77
AC
27442013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
2745
2746 * calendar/icalendar.el (icalendar-import-file):
2747 Fix interactive spec. (Bug#15482)
2748
9db13baf
GM
27492013-10-10 Glenn Morris <rgm@gnu.org>
2750
9271e90e
GM
2751 * desktop.el (desktop-save): Default to saving in .emacs.d,
2752 since PWD is no longer in desktop-path by default. (Bug#15319)
2753
9db13baf
GM
2754 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
2755 now that text mode has a menu with the same entry.
2756 (menu-bar-text-mode-auto-fill): Remove now unused func.
2757 * textmodes/text-mode.el (text-mode-map):
2758 Use auto-fill help text from menu-bar.el.
2759
a0be396a 27602013-10-10 John Anthony <john@jo.hnanthony.com>
a066720c
JA
2761
2762 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
2763
2edcd3c7
JL
27642013-10-09 Juri Linkov <juri@jurta.org>
2765
2766 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
2767 instead of this-command-keys. Add universal-argument-more and
2768 universal-argument-minus to the list of prefix commands. (Bug#15568)
2769
574411d0
GM
27702013-10-09 Glenn Morris <rgm@gnu.org>
2771
14afa541
GM
2772 * vc/vc-svn.el (vc-svn-create-repo):
2773 Expand paths in file://... url. (Bug#15446)
2774
574411d0
GM
2775 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2776 Add some entries.
2777 (authors): Remove unused local variables.
2778
79804536
SM
27792013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * profiler.el: Create a more coherent calltree from partial backtraces.
2782 (profiler-format): Hide the tail with `invisible' so that C-s can still
2783 find the hidden elements.
2784 (profiler-calltree-depth): Don't recurse so enthusiastically.
2785 (profiler-function-equal): New hash-table-test.
2786 (profiler-calltree-build-unified): New function.
2787 (profiler-calltree-build): Use it.
2788 (profiler-report-make-name-part): Indent the calltree less.
2789 (profiler-report-mode): Add visibility specs for profiler-format.
2790 (profiler-report-expand-entry, profiler-report-toggle-entry):
2791 Expand the whole subtree when provided with a prefix arg.
2792
238150c8
DG
27932013-10-09 Dmitry Gutov <dgutov@yandex.ru>
2794
2795 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
2796 iuwu-mod token.
2797 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
2798 hanging iuwu-mod token.
2799 (ruby-smie--forward-token): Do not include a dot after a token in
2800 that token.
2801 (ruby-smie--backward-token): Likewise.
2802
b0949cc4
JL
28032013-10-08 Juri Linkov <juri@jurta.org>
2804
2805 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
2806 to isearch-other-control-char.
2807 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
2808 and isearch-post-command-hook to post-command-hook.
2809 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
2810 and isearch-post-command-hook from post-command-hook.
2811 (isearch-unread-key-sequence)
2812 (isearch-reread-key-sequence-naturally)
2813 (isearch-lookup-scroll-key, isearch-other-control-char)
2814 (isearch-other-meta-char): Remove functions.
2815 (isearch-pre-command-hook, isearch-post-command-hook):
2816 New functions based on isearch-other-meta-char rewritten
2817 relying on the new behavior of overriding-terminal-local-map
2818 that does not replace the local keymaps any more. (Bug#15200)
2819
4ed77415
EZ
28202013-10-08 Eli Zaretskii <eliz@gnu.org>
2821
2822 Support menus on text-mode terminals.
2823 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
2824 functionality.
2825
2826 * tooltip.el (tooltip-mode): Don't error out on TTYs.
2827
c2de5588
DK
2828 * menu-bar.el (popup-menu, popup-menu-normalize-position):
2829 Move here from mouse.el.
4ed77415
EZ
2830 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
2831 and arrow keys.
2832 (tty-menu-navigation-map): New map for TTY menu navigation.
2833
2834 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
2835
2836 * frame.el (display-mouse-p): Report text-mode mouse as available
2837 on w32.
2838 (display-popup-menus-p): Report availability if mouse is
2839 available; don't condition on window-system.
2840
2841 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
2842 (tty-menu-selected-face): New faces.
2843
b7d5bd82
TL
28442013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2845
06286513
SM
2846 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
2847 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
2848 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
2849 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
2850 New constants.
2851 (lisp-mode-variables): New `elisp' argument.
2852 (emacs-lisp-mode): Use it.
2853 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
2854 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
2855
b7d5bd82
TL
2856 * indent.el: Use lexical-binding.
2857 (indent-region): Add progress reporter.
2858 (tab-stop-list): Make it implicitly extend to infinity by repeating the
2859 last step.
2860 (indent--next-tab-stop): New function to implement this behavior.
2861 (tab-to-tab-stop, move-to-tab-stop): Use it.
2862
28632013-10-08 Teemu Likonen <tlikonen@iki.fi>
2864
2865 * indent.el (indent-rigidly--current-indentation): New function.
2866 (indent-rigidly-map): New var.
2867 (indent-rigidly): Use it to provide interactive mode (bug#8196).
2868
5ea75d23
BG
28692013-10-08 Bastien Guerry <bzg@gnu.org>
2870
2871 * register.el (insert-register): Fix 2013-10-07T01:28:34Z!sdl.web@gmail.com.
2872
cc5da1ec
SM
28732013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
2874
8ffa1a0b
SM
2875 * progmodes/perl-mode.el: Use lexical-binding.
2876 Remove redundant :group args.
2877 (perl-nochange): Change default to be closer to other major modes's
2878 standard behavior.
2879 (perl-indent-line): Don't consider text on current line as a
2880 valid beginning of function from which to indent.
2881
f2223371
SM
2882 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
2883 with more than one argument (bug#15538).
2884
44256060
SM
2885 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
2886
cc5da1ec
SM
2887 * vc/pcvs.el: Use lexical-binding.
2888 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
2889 environment of `eval'.
2890 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
2891 than a list of expressions. Adjust callers.
2892 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
2893
0ea1599d
DG
28942013-10-07 Dmitry Gutov <dgutov@yandex.ru>
2895
2896 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
cc5da1ec 2897 case of the dot in a chained method call being on the following line.
0ea1599d 2898
da3e5ebb
SM
28992013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2abb4e65
SM
2901 * electric.el (electric-indent-inhibit): New var.
2902 (electric-indent-post-self-insert-function): Use it.
2903 * progmodes/python.el (python-mode): Set it.
2904
d2e0e795
SM
2905 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
2906 open braces.
2907
2908 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
2909
bdc6b4c8
SM
2910 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
2911 (css-mode): Use electric-indent-chars.
2912
da3e5ebb
SM
2913 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
2914 (font-lock-beg, font-lock-end): Move before first use.
2915 (nxml-mode): Use syntax-propertize-function.
2916 (nxml-after-change, nxml-after-change1): Adjust accordingly.
2917 (nxml-extend-after-change-region): Remove.
2918 * nxml/xmltok.el: Use lexical-binding.
2919 (xmltok-save): Use `declare'.
2920 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
2921 * nxml/nxml-util.el: Use lexical-binding.
2922 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
2923 Use `declare'.
2924 * nxml/nxml-ns.el: Use lexical-binding.
2925 (nxml-ns-save): Use `declare'.
2926 (nxml-ns-prefixes-for): Avoid add-to-list.
2927 * nxml/rng-match.el: Use lexical-binding.
2928 (rng--ipattern): Use cl-defstruct.
2929 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
2930 (rng-cons-group-after, rng-subst-group-after)
2931 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
2932 Use closures instead of `(lambda...).
2933
f8f91d5d
MA
29342013-10-07 Michael Albinus <michael.albinus@gmx.de>
2935
2936 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
2937 of BEG and END.
2938
da3e5ebb
SM
2939 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2940 Use `tramp-handle-insert-file-contents'.
f8f91d5d
MA
2941 (tramp-gvfs-handle-insert-file-contents): Remove function.
2942
da3e5ebb
SM
2943 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2944 Use `save-restriction' in order to keep markers.
f8f91d5d
MA
2945
2946 * net/trampver.el: Update release number.
2947
7ccae3b1
SM
29482013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2949
55ca2c0d
SM
2950 * progmodes/compile.el (compilation-parse-errors):
2951 Use compilation--put-prop.
2952 (compilation--ensure-parse): Check compilation-multiline.
2953
731fc3ae
SM
2954 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
2955
da3e5ebb
SM
2956 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
2957 lexical-binding.
a5833280 2958
2e7ba2c2
SM
2959 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
2960
7ccae3b1
SM
2961 * progmodes/ruby-mode.el: Fix recently added tests.
2962 (ruby-smie-grammar): Add - and +.
2963 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
2964 (ruby-smie--backward-id): New functions.
2965 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
2966 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
2967 any more.
2968
85698d63
LL
29692013-10-07 Leo Liu <sdl.web@gmail.com>
2970
2971 * register.el (register-preview-delay)
2972 (register-preview-functions): New variables.
2973 (register-read-with-preview, register-preview)
2974 (register-describe-oneline): New functions.
2975 (point-to-register, window-configuration-to-register)
2976 (frame-configuration-to-register, jump-to-register)
2977 (number-to-register, view-register, insert-register)
2978 (copy-to-register, append-to-register, prepend-to-register)
2979 (copy-rectangle-to-register): Use register-read-with-preview to
2980 read register. (Bug#15525)
2981
3986af6c
DS
29822013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
2983
2984 * net/network-stream.el (network-stream-open-starttls): Don't add
2985 --insecure if it's already present, because that gnutls-cli
2986 rejects getting that parameter twice.
2987
5cd9cda9
DG
29882013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2989
2990 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
2991 keyword, too.
2992
da9ea6d9
DG
29932013-10-05 Dmitry Gutov <dgutov@yandex.ru>
2994
2995 * newcomment.el (comment-use-global-state): Change default value
2996 to t, mark obsolete (Bug#15251).
2997 (comment-beginning): In addition to `comment-to-syntax', check the
2998 value of `comment-use-global-state'.
2999
34d1a133
SM
30002013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3001
3002 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
3003 (ruby-comment-column): Follow the global default, by default.
3004 (ruby-smie-grammar): Add assignment syntax.
3005 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
3006 open-paren, a comma, or a \.
3007 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
3008 and line continuations.
3009 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
3010 followed by implicit semi-colons. Add rule for string concatenation
3011 and for indentation at BOB.
3012 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when smie is in use.
3013
3014 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
3015 calling next-sexp, since next-token may have skipped chars which
3016 next-sexp doesn't know should be skipped!
3017
6f6ab820
LL
30182013-10-05 Leo Liu <sdl.web@gmail.com>
3019
34d1a133
SM
3020 * progmodes/octave.el (octave-send-region):
3021 Call compilation-forget-errors.
6f6ab820 3022
34ca0f4c
XF
30232013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3024
3025 * vc/vc-svn.el (vc-svn-find-admin-dir):
3026 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
3027 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
3028 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
3029 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
3030
a27c1b72
SM
30312013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3032
3033 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
3034
258ab3bc
SM
30352013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3036
3037 * subr.el (read-passwd): Hide chars even when called within a context
3038 where after-change-functions is disabled (bug#15501).
3039 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
3040 until we removed ourself from overriding-terminal-local-map.
3041
939fb29c
LL
30422013-10-04 Leo Liu <sdl.web@gmail.com>
3043
258ab3bc
SM
3044 * progmodes/octave.el (inferior-octave-mode):
3045 Call compilation-forget-errors.
939fb29c 3046
63bd7f35
XF
30472013-10-04 Xue Fuqiao <xfq.free@gmail.com>
3048
3049 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
3050
9e6229fa
MA
30512013-10-04 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/secrets.el (secrets-create-collection): Add optional
3054 argument ALIAS. Use proper Label keyword. Append ALIAS as
3055 dbus-call-method argument. (Bug#15516)
3056
1dab32a3
LL
30572013-10-04 Leo Liu <sdl.web@gmail.com>
3058
3059 * progmodes/octave.el (inferior-octave-error-regexp-alist)
3060 (inferior-octave-compilation-font-lock-keywords): New variables.
3061 (compilation-error-regexp-alist)
3062 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
3063 (inferior-octave-mode): Use compilation-shell-minor-mode.
3064
6cad7ba3
JS
30652013-10-04 Jorgen Schaefer <forcer@forcix.cx>
3066
3067 * minibuffer.el (completion--replace): Be careful that `end' might be
3068 a marker.
3069
acbadd00
DU
30702013-10-03 Daiki Ueno <ueno@gnu.org>
3071
3072 Add support for package signature checking.
3073 * emacs-lisp/package.el (url-http-file-exists-p)
3074 (epg-make-context, epg-context-set-home-directory)
3075 (epg-verify-string, epg-context-result-for)
3076 (epg-signature-status, epg-signature-to-string)
3077 (epg-check-configuration, epg-configuration)
3078 (epg-import-keys-from-file): Declare.
3079 (package-check-signature): New user option.
3080 (package-unsigned-archives): New user option.
3081 (package-desc): Add `signed' field.
3082 (package-load-descriptor): Set `signed' field if .signed file exists.
3083 (package--archive-file-exists-p): New function.
3084 (package--check-signature): New function.
3085 (package-install-from-archive): Check package signature.
3086 (package--download-one-archive): Check archive signature.
3087 (package-delete): Remove .signed file.
3088 (package-import-keyring): New command.
3089 (package-refresh-contents): Import default keyring.
3090 (package-desc-status): Add "unsigned" status.
3091 (describe-package-1, package-menu--print-info)
3092 (package-menu-mark-delete, package-menu--find-upgrades)
3093 (package-menu--status-predicate): Support "unsigned" status.
3094
adf2aa61
SM
30952013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
3098 the new compilation scheme using the new byte-codes.
3099
3100 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
3101 (byte-pophandler): New byte codes.
3102 (byte-goto-ops): Adjust accordingly.
3103 (byte-compile--use-old-handlers): New var.
3104 (byte-compile-catch): Use new byte codes depending on
3105 byte-compile--use-old-handlers.
3106 (byte-compile-condition-case--old): Rename from
3107 byte-compile-condition-case.
3108 (byte-compile-condition-case--new): New function.
3109 (byte-compile-condition-case): New function that dispatches depending
3110 on byte-compile--use-old-handlers.
3111 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
3112 when we can.
3113
3114 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3115 Optimize under `condition-case' and `catch' if
3116 byte-compile--use-old-handlers is nil.
3117 (disassemble-offset): Handle new bytecodes.
3118
328a8179
SM
31192013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * subr.el (error): Use `declare'.
3122 (decode-char, encode-char): Use advertised-calling-convention instead
3123 of the docstring to discourage use of the `restriction' arg.
3124
15a1e936
DU
31252013-10-03 Daiki Ueno <ueno@gnu.org>
3126
3127 * epg.el (epg-verify-file): Add a comment saying that it does not
3128 notify verification error as a return value nor a signal.
3129 (epg-verify-string): Ditto.
3130
376f862a
KR
31312013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
3132
3133 * progmodes/compile.el (compilation-start): Try globbing the arg to
3134 `cd' (bug#15417).
3135
a2f93a5f
MA
31362013-10-02 Michael Albinus <michael.albinus@gmx.de>
3137
3138 Sync with Tramp 2.2.8.
3139
3140 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
3141 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
3142 * net/trampver.el: Update release number.
3143
0daa0804
JD
31442013-10-01 Jan Djärv <jan.h.d@swipnet.se>
3145
3146 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3147 and default-process-coding-system for darwin only.
3148
abd1ae34
SM
31492013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
3150
3151 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
3152
be4e325d
MH
31532013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
3154
3155 * vc/vc-git.el (vc-git-grep): Disable pager.
3156
e9155c4a
DG
31572013-10-01 Dmitry Gutov <dgutov@yandex.ru>
3158
494e898b
DG
3159 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
3160 Use :url instead of :homepage, as per
3161 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
3162
e9155c4a
DG
3163 * newcomment.el (comment-beginning): When `comment-use-syntax' is
3164 non-nil, use `syntax-ppss' (Bug#15251).
3165
481a8e0f
RS
31662013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3167
be4e325d
MH
3168 * progmodes/octave.el (inferior-octave-startup-file):
3169 Prefer ~/.emacs.d/init_octave.m.
481a8e0f 3170
056453c6
DG
31712013-09-29 Dmitry Gutov <dgutov@yandex.ru>
3172
be4e325d
MH
3173 * emacs-lisp/package.el (package-desc-from-define):
3174 Accept additional arguments as plist, convert them to an alist and store
3175 them in the `extras' slot.
056453c6
DG
3176 (package-generate-description-file): Convert extras alist back to
3177 plist and append to the `define-package' form arguments.
3178 (package--alist-to-plist): New function.
3179 (package--ac-desc): Add `extras' slot.
3180 (package--add-to-archive-contents): Check if the archive-contents
3181 vector is long enough, and if it is, pass its `extras' slot value
3182 to `package-desc-create'.
3183 (package-buffer-info): Call `lm-homepage', pass the returned value
3184 to `package-desc-from-define'.
3185 (describe-package-1): Render the homepage button (Bug#13291).
3186
be4e325d
MH
3187 * emacs-lisp/package-x.el (package-upload-buffer-internal):
3188 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
056453c6 3189
832966e5
JD
31902013-09-29 Jan Djärv <jan.h.d@swipnet.se>
3191
3192 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
3193 and default-process-coding-system to utf-8-unix (Bug#15402).
3194
6cfe977d
XF
31952013-09-29 Xue Fuqiao <xfq.free@gmail.com>
3196
3197 * subr.el (looking-back): Do not recommend using looking-back.
3198
38de11bd
AM
31992013-09-28 Alan Mackenzie <acm@muc.de>
3200
3201 Fix indentation/fontification of Java enum with "implements".
3202
3203 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
3204 regexp which matches "implements", etc., in Java.
3205 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
3206 specifier clauses coming after "enum".
3207 * progmodes/cc-fonts.el (c-font-lock-declarations)
3208 (c-font-lock-enum-tail): Check for extra specifier clauses coming
3209 after "enum".
3210
1610938f
JD
32112013-09-28 Jan Djärv <jan.h.d@swipnet.se>
3212
3213 * faces.el (region): Change ns_selection_color to
3214 ns_selection_fg_color, add ns_selection_bg_color.
3215
e090f499
LL
32162013-09-28 Leo Liu <sdl.web@gmail.com>
3217
4d2e94d1
LL
3218 * progmodes/octave.el (inferior-octave-completion-table)
3219 (inferior-octave-completion-at-point): Minor tweaks.
3220
e090f499
LL
3221 * textmodes/ispell.el (ispell-lookup-words): Rename from
3222 lookup-words. (Bug#15460)
3223 (lookup-words): Obsolete.
3224 (ispell-complete-word, ispell-command-loop): All uses changed.
3225
7e138a62
RS
32262013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3227
3228 * lisp/progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
3229 (octave-mode-menu): Add octave-send-buffer.
3230 (octave-send-buffer): New function.
3231
5af5ed08
RS
32322013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3233
3234 * lisp/progmodes/octave.el (octave-mode-map): Add key binding for
3235 octave-lookfor.
3236 (octave-mode-menu): Add octave-lookfor.
3237 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
3238 octave-lookfor.
3239 (octave-lookfor): New function.
3240
3b7b2692
SM
32412013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * emacs-lisp/cl-macs.el:
3244 (cl--loop-destr-temps): Remove.
3245 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
3246 its convention.
3247 (cl--loop-set-iterator-function): New function.
3248 (cl-loop): Adjust accordingly, so as not to use cl-subst.
3249 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
3250 Bind `it' with `let' instead of substituting it with `cl-subst'.
3251 (cl--unused-var-p): New function.
3252 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
3253 Eliminate some unused variable warnings (bug#15326).
3254
529fb53f
TH
32552013-09-27 Tassilo Horn <tsdh@gnu.org>
3256
3257 * doc-view.el (doc-view-scale-reset): Rename from
3258 `doc-view-reset-zoom-level'.
3259 (doc-view-scale-adjust): New command.
3260 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
3261 `doc-view-scale-adjust'.
3262
0550c95a
TH
32632013-09-26 Tassilo Horn <tsdh@gnu.org>
3264
3265 * doc-view.el (doc-view-reset-zoom-level): New command.
3266 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
3267 zoom commands (bug#15466).
3268
6950f152
KH
32692013-09-26 Kenichi Handa <handa@gnu.org>
3270
3271 * international/quail.el (quail-help): Make it not a command.
3272
39587580
LL
32732013-09-26 Leo Liu <sdl.web@gmail.com>
3274
3275 * minibuffer.el (completion-all-sorted-completions): Make args
3276 optional as they are.
3277
00578659
DC
32782013-09-25 Daniel Colascione <dancol@dancol.org>
3279
3280 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
3281 specs are and that they're not evaluated.
3282
0c173878
SS
32832013-09-24 Sam Steingold <sds@gnu.org>
3284
3285 * midnight.el (clean-buffer-list-kill-regexps)
3286 (clean-buffer-list-kill-buffer-names): Update for the new Man
3287 buffer naming which includes the object name.
3288
84998447
SM
32892013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * eshell/esh-cmd.el (eshell--sep-terms): New var.
3292 (eshell-parse-command, eshell-parse-pipeline): Use it since
3293 eshell-separate-commands requires a dynamic scoped var.
3294 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
3295
33215353
LL
32962013-09-23 Leo Liu <sdl.web@gmail.com>
3297
3298 * autoinsert.el (auto-insert-alist): Make the value of
3299 lexical-binding match its file setting.
3300
57b16162
JB
33012013-09-23 Juanma Barranquero <lekktu@gmail.com>
3302
c8af4e67
JB
3303 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
3304
57b16162
JB
3305 * autoarg.el (autoarg-kp-digit-argument):
3306 * electric.el (Electric-command-loop):
3307 * kmacro.el (kmacro-step-edit-insert):
3308 Do not set universal-argument-num-events.
3309
7186ba60
LL
33102013-09-22 Leo Liu <sdl.web@gmail.com>
3311
3312 * files.el (interpreter-mode-alist): Add octave.
3313
ece15004
AM
33142013-09-21 Alan Mackenzie <acm@muc.de>
3315
3316 C++: fontify identifier in declaration following "public:" correctly.
3317 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
3318 to match "public", etc.
3319 (c-decl-prefix-re): Add ":" into the C++ value.
3320 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
3321 bit. Add a check for a ":" preceded by "public", etc.
3322
75d83e22
EZ
33232013-09-21 Eli Zaretskii <eliz@gnu.org>
3324
3325 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
3326 recognized by GDB 7.5 and later.
3327
d052d3bd
XF
33282013-09-21 Xue Fuqiao <xfq.free@gmail.com>
3329
3330 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
3331
31dca772
R
33322013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
3333
3334 * subr.el (internal--call-interactively): New const.
3335 (called-interactively-p): Use it (bug#3984).
3336
98ccf24e
XF
33372013-09-20 Xue Fuqiao <xfq.free@gmail.com>
3338
3339 * vc/pcvs.el (cvs-mode-ignore):
be4e325d
MH
3340 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
3341 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
98ccf24e 3342
c39cc7d1
SM
33432013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3344
3345 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
3346 (eshell-ls-orig-insert-directory): Remove.
3347 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
3348 (eshell-ls-use-in-dired): Use advice-add/remove.
3349 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
3350 Add `orig-fun' arg for use in :around advice.
3351 Make it check (redundantly) eshell-ls-use-in-dired.
3352
9a0289a2
GM
33532013-09-19 Glenn Morris <rgm@gnu.org>
3354
a2c501b8
GM
3355 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
3356
c440407a
GM
3357 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
3358
9a0289a2
GM
3359 * emacs-lisp/eieio.el (class-parent): Undo previous change.
3360
85e05915
MA
33612013-09-19 Michael Albinus <michael.albinus@gmx.de>
3362
3363 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
3364 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
3365 (tramp-get-remote-python): New defuns.
3366 (tramp-get-remote-uid-with-perl)
3367 (tramp-get-remote-gid-with-perl): New defuns. Perl code
3368 contributed by yary <not.com@gmail.com> (tiny change).
3369 (tramp-get-remote-uid-with-python)
3370 (tramp-get-remote-gid-with-python): New defuns. Python code
3371 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
3372 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
3373
ce503312
GM
33742013-09-19 Glenn Morris <rgm@gnu.org>
3375
f7544773
GM
3376 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
3377
72fd2877
GM
3378 * eshell/em-unix.el (eshell-remove-entries):
3379 Rename argument to avoid name-clash with global `top-level'.
3380
336b5a56
GM
3381 * eshell/esh-proc.el (eshell-kill-process-function):
3382 Remove eshell-reset-after-proc from eshell-kill-hook if present.
3383 (eshell-reset-after-proc): Remove unused arg `proc'.
3384
57a3a53d
GM
3385 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
3386 (directory-files-and-attributes): Mark unused arg.
3387
3261d4af
GM
3388 * eshell/em-unix.el (eshell-remove-entries):
3389 Remove unused arg `path'. Update callers.
3390
8e51b5d0
GM
3391 * eshell/em-hist.el (eshell-hist-parse-arguments):
3392 Remove unused arg `silent'. Update callers.
3393
ce503312
GM
3394 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
3395 Fix (f)boundp mix-up.
3396
3397 * eshell/em-smart.el (eshell-smart-scroll-window)
3398 (eshell-disable-after-change):
336b5a56 3399 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
ce503312 3400
ee3ce8a7
AM
34012013-09-18 Alan Mackenzie <acm@muc.de>
3402
3403 Fix fontification of type when followed by "const".
3404 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
3405 "known" types from fontification.
3406
ec9177ba
GM
34072013-09-18 Glenn Morris <rgm@gnu.org>
3408
7bb3e768
GM
3409 * emacs-lisp/chart.el (x-display-color-cells): Declare.
3410 (chart-face-list): Drop Emacsen without display-color-p.
3411
5148da15
GM
3412 * net/eww.el (libxml-parse-html-region): Declare.
3413 (eww-display-html): Explicit error if no libxml2 support.
3414
2f68e157
GM
3415 * doc-view.el (doc-view-mode): Silence --without-x compilation.
3416
9019d095
GM
3417 * image.el (image-type-from-buffer, image-multi-frame-p):
3418 Remove --without-x warning/error.
67645389 3419
5f30349b 3420 * mouse.el (mouse-yank-primary):
45069b2e 3421 * term.el (term-mouse-paste):
5f30349b
GM
3422 Reorder to silence --without-x compilation.
3423
cd8edbbe
GM
3424 * mpc.el (doc-view-mode): Silence --without-x compilation.
3425
8a78544e
GM
3426 * mail/rmailmm.el (rmail-mime-set-bulk-data):
3427 Silence --without-x compilation.
3428
12679bfd
GM
3429 * progmodes/gud.el (gud-find-file, gud-mode):
3430 Silence --without-x compilation.
3431 (tooltip-mode): Declare.
30810a05 3432
f0047cb9
GM
3433 * wdired.el (dired-backup-overwrite): Remove declaration.
3434 (wdired-mode-map): Add doc string.
3435
e740f9d2
GM
3436 * custom.el (x-get-resource): Declare.
3437
92d77c89
GM
3438 * eshell/em-glob.el (ange-cache):
3439 * eshell/em-unix.el (ange-cache): Declare.
3440
76e69577
GM
3441 * faces.el (x-display-list, x-open-connection, x-get-resource):
3442 Declare.
7e58af4b
GM
3443
3444 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
3445 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
3446 Declare.
76e69577 3447
4bd4c0af 3448 * frame.el (x-display-grayscale-p, x-display-name): Declare.
e740f9d2 3449
ffb82dbd
GM
3450 * net/gnutls.el (gnutls-log-level): Declare.
3451
986ed135
GM
3452 * net/shr.el (image-size, image-animate): Declare.
3453
e740f9d2
GM
3454 * simple.el (font-info): Declare.
3455
d2f3e9f8
GM
3456 * subr.el (x-popup-dialog): Declare.
3457
047a1a4c
GM
3458 * term/common-win.el (x-select-enable-primary)
3459 (x-last-selected-text-primary, x-last-selected-text-clipboard):
3460 Declare.
3461
f4a1d572
GM
3462 * term/ns-win.el (x-handle-args): Declare.
3463
e843de77
GM
3464 * term/x-win.el (x-select-enable-clipboard): Declare.
3465
5fa89513
GM
3466 * term/w32-win.el (create-default-fontset): Declare.
3467
38702b5b
GM
3468 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
3469 Declare.
3470
e740f9d2
GM
3471 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
3472 (fit-frame-to-buffer): Explicit error if --without-x.
3473 (mouse-autoselect-window-select): Silence compiler.
3474
49a053fc
GM
3475 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
3476
3477 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
3478 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
3479 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
91c837fe 3480 * eshell/esh-util.el (eshell-sublist):
49a053fc
GM
3481 Remove unused local variables.
3482
3483 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
3484
ec9177ba
GM
3485 * textmodes/two-column.el: Make 2C-split work for --without-x.
3486 (scroll-bar-columns): Autoload.
3487 (top-level): Require fringe when compiling.
3488
9f25cb77
LL
34892013-09-18 Leo Liu <sdl.web@gmail.com>
3490
3491 * subr.el (add-hook): Robustify to handle closure as well.
3492
2b42da98
GM
34932013-09-17 Glenn Morris <rgm@gnu.org>
3494
3495 * simple.el (messages-buffer-mode-map): Unbind "g".
3496
e8b66a6a
SM
34972013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
3498
9c0ad4f7
SM
3499 * help-mode.el (help-mode-finish): Use derived-mode-p.
3500 Remove obsolete highlighting.
3501
7a806dfb
SM
3502 * play/life.el (life-mode): Use define-derived-mode. Derive from
3503 special-mode.
3504 (life): Let-bind inhibit-read-only.
3505 (life-setup): Avoid `setq'. Use `life-mode'.
3506
96dbf5a8
SM
3507 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
3508 which should not be needed any more.
3509 (package-menu-refresh, package-menu-describe-package): Use user-error.
3510
e8b66a6a
SM
3511 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
3512 (eshell-post-rewrite-command-hook): Make obsolete.
3513 (eshell-parse-command): Simplify.
3514 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
3515 (eshell--cmd): Declare.
3516 (eshell-parse-pipeline): Remove unused var `final-p'.
3517 Pass a dynvar to eshell-post-rewrite-command-hook.
3518 Implement the new eshell-post-rewrite-command-function.
3519 (eshell-invoke-directly): Remove unused arg `input'.
3520 * eshell/esh-io.el (eshell-io-initialize):
3521 Use eshell-post-rewrite-command-function (bug#15399).
3522 (eshell--apply-redirections): Rename from eshell-apply-redirections;
3523 adjust to new calling convention.
3524 (eshell-create-handles): Rename args to avoid clashing with dynvar
3525 `standard-output'.
3526
90582f05
GM
35272013-09-17 Glenn Morris <rgm@gnu.org>
3528
3529 * simple.el (messages-buffer-mode): New major mode.
3530 (messages-buffer): New function.
3531 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
3532 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
f804aa63 3533 (ert-run-test): Use `messages-buffer' function.
90582f05 3534 (ert--force-message-log-buffer-truncation): Ignore read-only.
f804aa63
GM
3535 * help.el (view-echo-area-messages): Use `messages-buffer' function.
3536 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
90582f05 3537
39eb0cb5 35382013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
1809eef8
SM
3539
3540 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
3541
1f1e06e2
SM
3542 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15329).
3543
70568a90
SM
35442013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
3545
504a0381
SM
3546 * icomplete.el (icomplete-in-buffer): New var.
3547 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
3548 vars and replace them with functions.
3549 (icomplete-minibuffer-setup): Adjust accordingly.
3550 (icomplete--completion-table, icomplete--completion-predicate)
3551 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
3552 New functions.
3553 (icomplete-forward-completions, icomplete-backward-completions)
3554 (icomplete-simple-completing-p, icomplete-exhibit)
3555 (icomplete-completions): Use them.
3556 (icomplete--in-region-buffer): New var.
3557 (icomplete--in-region-setup): New function.
3558 (icomplete-mode): Use it.
3559
70568a90
SM
3560 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
3561 (bug#15379).
3562 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
3563 return args and options.
3564 (eshell-eval-using-options): Use the new return value of
3565 eshell--do-opts to set the options's vars in their scope.
3566 (eshell--set-option): Rename from eshell-set-option.
3567 Add arg `opt-vals'.
3568 (eshell--process-option): Rename from eshell-process-option.
3569 Add arg `opt-vals'.
3570 (eshell--process-args): Use an `opt-vals' alist to store the options's
3571 values during their processing and return them additionally to the
3572 remaining args.
3573
578c21bc
DG
35742013-09-15 Dmitry Gutov <dgutov@yandex.ru>
3575
3576 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
3577 continuation character an operator, as far as indentation is
3578 concerned (Bug#15369).
3579
c089653d
MR
35802013-09-15 Martin Rudalics <rudalics@gmx.at>
3581
3582 * window.el (window--state-put-2): Don't process buffer state
3583 when buffer doesn't exist any more (Bug#15382).
3584
1e53bb4b
GM
35852013-09-15 Glenn Morris <rgm@gnu.org>
3586
30753242
GM
3587 * eshell/em-unix.el (eshell/rm):
3588 Make -f ignore missing files. (Bug#15373)
3589
1e53bb4b
GM
3590 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
3591 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
3592 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
3593
0d8863b3
GM
35942013-09-14 Glenn Morris <rgm@gnu.org>
3595
3596 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
3597
d3fc6549
GM
35982013-09-13 Glenn Morris <rgm@gnu.org>
3599
3600 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
3601 (dired-guess-default): Make `file' available in the env. (Bug#15363)
3602
fcd42c11
DA
36032013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
3604
3605 * frame.el (x-focus-frame): Mark as declared in frame.c.
3606
7830899f
SM
36072013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * ls-lisp.el: Use advice-add.
3610 (original-insert-directory): Remove.
3611 (ls-lisp--insert-directory): Rename from insert-directory; add
3612 `orig-fun' argument.
3613 (insert-directory): Advise.
3614
84387cd2
EZ
36152013-09-13 Eli Zaretskii <eliz@gnu.org>
3616
3617 * term.el (term-emulate-terminal): Decode the command string
3618 before passing it to term-command-hook. (Bug#15337)
3619
35ffc6ba
GM
36202013-09-13 Glenn Morris <rgm@gnu.org>
3621
5c3f9bcc
GM
3622 * eshell/esh-util.el (ange-cache): Move declaration earlier.
3623
2ada368a
GM
3624 * eshell/esh-ext.el (eshell-search-path): Declare.
3625
fcef2e13
GM
3626 * eshell/em-prompt.el (eshell/pwd): Autoload it.
3627 Otherwise an error occurs if eshell-dirs module not loaded.
3628
35ffc6ba
GM
3629 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
3630
35c3d36e
MA
36312013-09-13 Michael Albinus <michael.albinus@gmx.de>
3632
3633 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
3634 `tramp-check-proper-host'. Check for a valid method name.
3635
3636 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3637 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
3638 * net/tramp-sh.el (tramp-maybe-open-connection):
3639 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
3640
3641 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
3642 also for hash values.
3643
ae5e4c48
SM
36442013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3645
379add74
SM
3646 * term/ns-win.el (parameters): Don't declare as dynamic.
3647 (before-make-frame-hook): Don't add ineffective function.
3648
ae5e4c48
SM
3649 * eshell/*.el: Use lexical-binding (bug#15231).
3650
b5623270
KH
36512013-09-12 Kenichi Handa <handa@gnu.org>
3652
ae5e4c48 3653 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
b5623270 3654
30213927
GM
36552013-09-12 Glenn Morris <rgm@gnu.org>
3656
be94d713 3657 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
aa30fa6f 3658 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
be94d713 3659
44915370
GM
3660 * subr.el (do-after-load-evaluation): Also give compiler warnings
3661 when obsolete files are used (except by obsolete files).
3662
a6ae021f
GM
3663 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
3664 in the status output, assume `filename' is the first. (Bug#15322)
3665
40e64f0c
GM
3666 * vc/vc.el (vc-deduce-fileset): Doc fix.
3667
16d9f896
GM
3668 * calc/calc-help.el (Info-goto-node):
3669 * progmodes/cperl-mode.el (Info-find-node):
3670 * vc/ediff.el (Info-goto-node): Update declarations.
3671
dea01c6e
GM
3672 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
3673
759880bf 3674 * vc/vc-bzr.el (vc-compilation-mode): Declare.
96b3f75a
GM
3675 (vc-bzr-pull): Require vc-dispatcher.
3676 * vc/vc-git.el (vc-compilation-mode): Declare.
3677 (vc-git-pull): Require vc-dispatcher.
3678
08d66420
GM
3679 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
3680
30b626e9
GM
3681 * progmodes/octave.el (help-button-action): Declare.
3682
8c05cb10
GM
3683 * shell.el (shell-directory-tracker): Output error as a message
3684 rather than just returning it as a string.
3685 (shell-process-pushd): Remove useless use of message.
3686
30213927
GM
3687 * dframe.el (dframe-timer-fn):
3688 * files.el (dir-locals-read-from-file):
3689 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
3690 (mpc-format):
3691 * reveal.el (reveal-post-command):
3692 * saveplace.el (load-save-place-alist-from-file):
3693 * shell.el (shell-resync-dirs):
3694 * w32-common-fns.el (x-get-selection-value):
3695 * emacs-lisp/copyright.el (copyright-find-copyright):
3696 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3697 * emulation/tpu-edt.el (tpu-copy-keyfile):
3698 * play/bubbles.el (bubbles--mark-neighbourhood):
3699 * progmodes/executable.el
3700 (executable-make-buffer-file-executable-if-script-p):
3701 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
3702
d3b049e6
SM
37032013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3704
170266d0
SM
3705 Cleanup Eshell to rely less on dynamic scoping.
3706 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
3707 last-value, and ext-command here. Bind `args' closer to `body'.
3708 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
3709 (eshell--args): Declare new dynamic var.
3710 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
3711 last-value, and ext-command. Pass `args' to `body'.
3712 (eshell-process-args): Bind eshell--args.
3713 (eshell-set-option): Use eshell--args.
3714 * eshell/eshell.el (eshell): Use derived-mode-p.
3715 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
3716 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
3717 (eshell-glob-function): Declare.
3718 * eshell/esh-util.el: Require cl-lib.
3719 (eshell-read-hosts-file): Avoid add-to-list.
3720 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
3721 `err'.
3722 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
3723 Declare.
3724 (eshell/diff): Remove unused var `err'.
3725 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
3726 `killflag'.
3727 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
3728 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
3729 first use.
3730 * eshell/em-glob.el (eshell-glob-matches, message-shown):
3731 Move declaration before first use.
3732 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
d3b049e6
SM
3733 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
3734 rely on cl-return.
3735
56834f3b
GM
37362013-09-12 Glenn Morris <rgm@gnu.org>
3737
3738 * term/ns-win.el (global-map): Remove binding for ispell-next,
3739 deleted 1999-05-29. (Bug#15357)
3740
5c91a2b8
GM
37412013-09-11 Glenn Morris <rgm@gnu.org>
3742
da712f22
GM
3743 * echistory.el (electric-command-history): Remove call to deleted func.
3744
512e4cdc
GM
3745 * play/landmark.el (landmark-mode): Fix typos.
3746
d3506ca5
GM
3747 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
3748 Check cvs-sort-ignore-file is bound.
3749
5c91a2b8
GM
3750 * savehist.el: No need for cl when compiling on Emacs.
3751
feeff482
SM
37522013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3753
656bd483
SM
3754 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
3755 (bug#15338).
d3b049e6
SM
3756 (eshell-self-insert-command, eshell-send-invisible):
3757 Remove unused argument.
656bd483
SM
3758 (eshell-handle-control-codes): Remove unused var `orig'.
3759 Avoid delete-backward-char.
3760
feeff482
SM
3761 * files.el (set-auto-mode): Simplify a bit further.
3762
2a08047a
GM
37632013-09-11 Glenn Morris <rgm@gnu.org>
3764
3765 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
3766 (set-auto-mode): Don't regexp-quote elements.
3767 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
3768 * progmodes/cc-mode.el (interpreter-mode-alist):
3769 * progmodes/ruby-mode.el (interpreter-mode-alist):
3770 Revert previous change.
3771
34675540
SM
37722013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
3773
1b3b87df
SM
3774 * play/snake.el (snake-mode):
3775 * play/mpuz.el (mpuz-mode):
3776 * play/landmark.el (lm-mode):
3777 * play/blackbox.el (blackbox-mode):
3778 * play/5x5.el (5x5-mode):
3779 * obsolete/options.el (Edit-options-mode):
3780 * net/quickurl.el (quickurl-list-mode):
3781 * net/newst-treeview.el (newsticker-treeview-mode):
3782 * mail/rmailsum.el (rmail-summary-mode):
3783 * mail/mspools.el (mspools-mode):
3784 * locate.el (locate-mode):
3785 * ibuffer.el (ibuffer-mode):
3786 * emulation/ws-mode.el (wordstar-mode):
3787 * emacs-lisp/debug.el (debugger-mode):
3788 * array.el (array-mode):
3789 * net/eudc.el (eudc-mode): Use define-derived-mode.
3790 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
3791 Move initialization into declaration.
3792 (mairix-searches-mode): Use define-derived-mode.
3793 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
3794 (eudc-edit-hotlist): Use dolist.
3795 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
3796 (Man-mode): Use define-derived-mode.
3797 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
3798 (Info-edit-mode): Use define-derived-mode.
3799 (Info-cease-edit): Use Info-mode.
3800 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
3801 into declaration.
3802 (eshell-mode): Use define-derived-mode.
3803 * chistory.el (command-history-mode-map): Rename from
3804 command-history-map.
3805 (command-history-mode): Use define-derived-mode.
da712f22 3806 (Command-history-setup): Remove function.
1b3b87df
SM
3807 * calc/calc.el (calc-trail-mode-map): New var.
3808 (calc-trail-mode): Use define-derived-mode.
3809 (calc-trail-buffer): Set calc-main-buffer manually.
3810 * bookmark.el (bookmark-insert-annotation): New function.
3811 (bookmark-edit-annotation): Use it.
3812 (bookmark-edit-annotation-mode): Make it a proper major mode.
3813 (bookmark-send-edited-annotation): Use derived-mode-p.
3814 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
3815 closer to its ideal place. Use \' to match EOS.
3816
34675540
SM
3817 * profiler.el (profiler-calltree-find): Use function-equal.
3818
6a5c15d9
GM
38192013-09-10 Glenn Morris <rgm@gnu.org>
3820
1af4c220
GM
3821 * files.el (interpreter-mode-alist): Convert to regexps.
3822 (set-auto-mode): Adapt for this. (Bug#15306)
3823 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
3824 Comment out unused variable.
3825 * progmodes/cc-mode.el (interpreter-mode-alist):
3826 * progmodes/python.el (interpreter-mode-alist):
3827 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
3828 * progmodes/sh-script.el (sh-set-shell):
3829 No longer use interpreter-mode-alist to get list of shells.
3830
6a5c15d9
GM
3831 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
3832
8c27f5ff
SM
38332013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
3834
02ef6c1a 3835 * simple.el: Use set-temporary-overlay-map for universal-argument.
656bd483 3836 (universal-argument-map): Don't use default-bindings (bug#15317).
02ef6c1a
SM
3837 Bind switch-frame explicitly. Replace universal-argument-minus with
3838 a conditional binding.
3839 (universal-argument-num-events, saved-overriding-map): Remove.
3840 (restore-overriding-map): Remove.
3841 (universal-argument--mode): Rename from save&set-overriding-map,
3842 and rewrite.
3843 (universal-argument, universal-argument-more, negative-argument)
3844 (digit-argument): Adjust accordingly.
3845 (universal-argument-minus): Remove.
3846 (universal-argument-other-key): Remove.
3847
8c27f5ff
SM
3848 * subr.el (with-demoted-errors): Add `format' argument.
3849
6480194c
MA
38502013-09-10 Michael Albinus <michael.albinus@gmx.de>
3851
3852 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
3853 `tramp-cleanup-connection'.
3854
3855 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
3856 parameters KEEP-DEBUG and KEEP-PASSWORD.
3857
3858 * net/tramp.el (tramp-file-name-handler):
3859 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
3860 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
3861 (tramp-maybe-open-connection):
8c27f5ff
SM
3862 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
3863 Use `tramp-cleanup-connection'.
6480194c 3864
8c27f5ff
SM
3865 * net/tramp-sh.el (tramp-maybe-open-connection):
3866 Catch 'uname-changed inside the progress reporter.
6480194c 3867
e5e916d8
GM
38682013-09-10 Glenn Morris <rgm@gnu.org>
3869
9a2c9b47
GM
3870 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
3871
e5e916d8
GM
3872 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
3873 returns "alternate access method" in mode (eg "-rw-r--r--.").
3874
144e38fe
GM
38752013-09-08 Glenn Morris <rgm@gnu.org>
3876
3877 * saveplace.el (load-save-place-alist-from-file):
3878 Demote errors. (Bug#15305)
3879
af9ff9e8
MA
38802013-09-08 Michael Albinus <michael.albinus@gmx.de>
3881
3882 Improve compatibility with older Emacsen, and XEmacs.
3883
3884 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
3885 only if it is bound. It isn't for XEmacs.
8c27f5ff
SM
3886 (with-tramp-progress-reporter): Do not let-bind `result'.
3887 This yields to scoping errors in XEmacs.
af9ff9e8
MA
3888 (tramp-handle-make-auto-save-file-name): New function, moved from
3889 tramp-sh.el.
3890
3891 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
3892 for `make-auto-save-file-name'.
8c27f5ff
SM
3893 (tramp-adb--gnu-switches-to-ash):
3894 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
3895
3896 * net/tramp-cache.el (tramp-cache-print): Call
3897 `substring-no-properties' only if it is bound. It isn't for XEmacs.
3898
3899 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
3900 bound. It isn't for XEmacs.
3901
8c27f5ff
SM
3902 * net/tramp-compat.el (tramp-compat-copy-file):
3903 Catch `wrong-number-of-arguments' error.
af9ff9e8
MA
3904 (tramp-compat-replace-regexp-in-string): New defun.
3905
3906 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
3907 for `make-auto-save-file-name'.
3908 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
3909 `copy-file'.
3910 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
3911 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
3912 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
3913
8c27f5ff
SM
3914 * net/tramp-gw.el (tramp-gw-open-network-stream):
3915 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8 3916
8c27f5ff
SM
3917 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
3918 Call `tramp-handle-make-auto-save-file-name'.
af9ff9e8
MA
3919 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
3920 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8c27f5ff
SM
3921 (tramp-sh-file-inotifywait-process-filter):
3922 Use `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
3923 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
3924
3925 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
3926 for `make-auto-save-file-name'.
8c27f5ff
SM
3927 (tramp-smb-handle-copy-directory):
3928 Call `tramp-compat-replace-regexp-in-string'.
af9ff9e8
MA
3929 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
3930 (tramp-smb-handle-copy-file): Improve error message.
3931 (tramp-smb-handle-rename-file): Rename directly only in case
3932 `newname' does not exist yet. This is a restriction of smbclient.
3933 (tramp-smb-maybe-open-connection): Rerun the function only when
3934 `auth-sources' is non-nil.
3935
0ca754d0
KH
39362013-09-08 Kenichi Handa <handa@gnu.org>
3937
3938 * international/characters.el: Set category "^" (Combining) for
3939 more characters.
3940
e8dd0787
AM
39412013-09-07 Alan Mackenzie <acm@muc.de>
3942
3943 Correctly fontify Java class constructors.
3944 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
3945 in Java Mode.
3946 (c-recognize-typeless-decls): Set the Java value to t.
8c27f5ff
SM
3947 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
3948 While handling a "(", add a check for, effectively, Java, and handle a
e8dd0787
AM
3949 "typeless" declaration there.
3950
f2f248e7
RW
39512013-09-07 Roland Winkler <winkler@gnu.org>
3952
3953 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
3954 field subtitle for entry type book.
3955
67982e2b
SM
39562013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * minibuffer.el: Make minibuffer-complete call completion-in-region
3959 rather than other way around.
3960 (completion--some, completion-pcm--find-all-completions):
3961 Don't delay signals when debugging.
3962 (minibuffer-completion-contents): Beware fields within the
3963 minibuffer contents.
3964 (completion-all-sorted-completions): Use defvar-local.
3965 (completion--do-completion, completion--cache-all-sorted-completions)
3966 (completion-all-sorted-completions, minibuffer-force-complete):
3967 Add args `beg' and `end'.
3968 (completion--in-region-1): New fun, extracted from minibuffer-complete.
3969 (minibuffer-complete): Use completion-in-region.
3970 (completion-complete-and-exit): New fun, extracted from
3971 minibuffer-complete-and-exit.
3972 (minibuffer-complete-and-exit): Use it.
3973 (completion--complete-and-exit): Rename from
3974 minibuffer--complete-and-exit.
3975 (completion-in-region--single-word): New function, extracted from
3976 minibuffer-complete-word.
3977 (minibuffer-complete-word): Use it.
3978 (display-completion-list): Make `common-substring' argument obsolete.
3979 (completion--in-region): Call completion--in-region-1 instead of
3980 minibuffer-complete.
3981 (completion-help-at-point): Pass boundaries to
3982 minibuffer-completion-help as args rather than via an overlay.
3983 (completion-pcm--string->pattern): Use `any-delim'.
3984 (completion-pcm--optimize-pattern): New function.
3985 (completion-pcm--pattern->regex): Handle `any-delim'.
3986 * icomplete.el (icomplete-forward-completions)
3987 (icomplete-backward-completions, icomplete-completions):
3988 Adjust calls to completion-all-sorted-completions and
3989 completion--cache-all-sorted-completions.
3990 (icomplete-with-completion-tables): Default to t.
3991 * emacs-lisp/crm.el (crm--current-element): Rename from
3992 crm--select-current-element. Don't put an overlay but return the
3993 boundaries instead.
3994 (crm--completion-command): Take two new args to bind to the boundaries.
3995 (crm-completion-help): Adjust accordingly.
3996 (crm-complete): Use completion-in-region.
3997 (crm-complete-word): Use completion-in-region--single-word.
3998 (crm-complete-and-exit): Use completion-complete-and-exit.
3999
e17d94a5
SM
40002013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
4003 than dynamically.
4004
96727100
JL
40052013-09-06 Juri Linkov <juri@jurta.org>
4006
4007 * info.el (Info-display-images-node): When image file doesn't exist
4008 display text version of the image if it's provided in the Info file.
4009 Otherwise, display the location of missing image from SRC attribute.
4010 Add help-echo text property from ALT attribute. (Bug#15279)
4011
86cf7329
SM
40122013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
4015 (edit-abbrevs-mode): Use define-derived-mode.
4016
4017 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
4018 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
4019 that it's defined.
4020 (epa-key-list-mode, epa-key-mode, epa-info-mode):
4021 Use define-derived-mode.
4022
4023 * epg.el (epg-start-encrypt): Minor CSE simplification.
4024
816244a2
WX
40252013-09-06 William Xu <william.xwl@gmail.com>
4026
4027 * arc-mode.el: Add support for 7za (bug#15264).
4028 (archive-7z-program): New var.
4029 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
4030 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
4031 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
4032
1486fa31
MA
40332013-09-06 Michael Albinus <michael.albinus@gmx.de>
4034
4035 Remove URL syntax.
4036
4037 * net/tramp.el (tramp-syntax, tramp-prefix-format)
4038 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
4039 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
4040 (tramp-postfix-host-format, tramp-file-name-regexp)
4041 (tramp-completion-file-name-regexp)
4042 (tramp-completion-dissect-file-name)
4043 (tramp-handle-substitute-in-file-name): Remove 'url case.
4044 (tramp-file-name-regexp-url)
4045 (tramp-completion-file-name-regexp-url): Remove constants.
4046
39785324
GM
40472013-09-06 Glenn Morris <rgm@gnu.org>
4048
4049 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
4050
1f896cb7
DG
40512013-09-05 Dmitry Gutov <dgutov@yandex.ru>
4052
4053 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
4054 keywords" below "here-doc beginnings" (Bug#15270).
4055
c0458e0b
SM
40562013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4057
4058 * subr.el (pop): Use `car-safe'.
4059 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
4060 to detect unused `pop' return value.
4061
4062 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
4063 var `block-regexp'.
4064 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
4065 (python-fill-string): Remove unused var `marker'.
4066 (python-skeleton-add-menu-items): Remove unused var `items'.
4067
4068 * international/mule-cmds.el: Require CL.
4069 (find-coding-systems-for-charsets): Avoid add-to-list.
4070 (sanitize-coding-system-list): New function, extracted from
4071 select-safe-coding-system-interactively.
4072 (select-safe-coding-system-interactively): Use it.
4073 (read-input-method-name): Accept symbols for `default'.
4074
4075 * emacs-lisp/advice.el (defadvice): Add indent rule.
4076
6c42fc3e
DH
40772013-09-05 Daniel Hackney <dan@haxney.org>
4078
4079 * dired-x.el:
4080 * net/ange-ftp.el:
4081 * net/browse-url.el:
4082 * net/dbus.el:
4083 * net/eudc.el:
4084 * net/eudcb-ldap.el:
4085 * net/eww.el:
4086 * net/imap.el:
4087 * printing.el:
4088 * vc/ediff-diff.el:
4089 * vc/ediff-init.el:
4090 * vc/ediff-merg.el:
4091 * vc/ediff-mult.el:
4092 * vc/ediff-util.el:
4093 * vc/ediff-wind.el:
4094 * vc/ediff.el:
4095 * vc/emerge.el:
4096 * vc/pcvs.el:
4097 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
4098 byte compiler. Remove some unused let-bound variables.
4099
4c528aab
SM
41002013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
4103 a "ref-cell", since it gets better optimized (bug#14883).
4104
bd15c390
GM
41052013-09-05 Glenn Morris <rgm@gnu.org>
4106
4107 * progmodes/cc-awk.el (c-forward-sws): Declare.
4108
1c3ac2e5
GM
41092013-09-04 Glenn Morris <rgm@gnu.org>
4110
4111 * generic-x.el [rul-generic-mode]: Require cc-mode.
4112 (c++-mode-syntax-table): Declare.
4113 (rul-generic-mode-syntax-table): Init in the defvar.
4114
52b1cc79
SM
41152013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
4116
c828af56
SM
4117 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
4118 (vc-do-command, vc-set-async-update):
4119 * vc/vc-mtn.el (vc-mtn-dir-status):
4120 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
4121 (vc-hg-pull, vc-hg-merge-branch):
4122 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
4123 (vc-git-merge-branch):
4124 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
4125 (vc-cvs-dir-status-files):
4126 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
4127 (vc-bzr-dir-status-files):
4128 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
4129 * vc/vc-annotate.el: Use lexical-binding.
4130 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
4131 (vc-sentinel-movepoint): Declare.
4132 (vc-annotate): Don't use `goto-line'.
4133 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
4134 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
4135 (vc-sentinel-movepoint): Declare.
4136 * vc/vc-svn.el: Use lexical-binding.
4137 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
4138 * vc/vc-sccs.el:
4139 * vc/vc-rcs.el: Use lexical-binding.
4140
abae272c
SM
4141 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
4142 `deleted'. Don't drop errors silently.
4143
52b1cc79
SM
4144 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
4145
63191d9f
XF
41462013-09-04 Xue Fuqiao <xfq.free@gmail.com>
4147
4148 * vc/vc.el (vc-ignore): Rewrite.
4149 (vc-default-ignore): New function.
4150 (vc-default-ignore-completion-table): Use find-ignore-file.
4151
4152 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
4153 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
4154 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
4155 Remove. Most code moved to vc.el.
4156
9d3f707c
SM
41572013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
4158
abae272c 4159 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
38726039
SM
4160 * net/tramp-smb.el (tramp-smb-get-file-entries):
4161 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
4162 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
4163
fde38d49
SM
4164 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
4165 Update call to it.
4166 (eww-change-select): Remove unused var `properties'.
4167 (eww-make-unique-file-name): Remove unused var `base'.
4168
4169 * finder.el (finder-compile-keywords): Don't mess with windows.
4170
84032db7
SM
4171 * calculator.el (calculator-funcall): Fix typo in last change.
4172
724f5e41
SM
4173 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
4174
14b511d4
SM
4175 * emacs-lisp/package.el (package-activate-1): Don't let a missing
4176 <pkg>-autoloads.el file stop us.
4177
9d3f707c 4178 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
14b511d4 4179 warnings, and factor out common code.
9d3f707c 4180
88527bc0
DG
41812013-09-03 Dmitry Gutov <dgutov@yandex.ru>
4182
4183 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
4184 two-character operators and whether the character preceding them
4185 changes their meaning (Bug#15208).
4186
96edb677
FEG
41872013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4188
4189 Format code sent to Python shell for robustness.
9d3f707c
SM
4190 * progmodes/python.el (python-shell-buffer-substring):
4191 New function.
96edb677
FEG
4192 (python-shell-send-region, python-shell-send-buffer): Use it.
4193
95beaef3
MA
41942013-09-02 Michael Albinus <michael.albinus@gmx.de>
4195
4196 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
4197 * net/tramp.el (tramp-user-error): ... here.
4198 (tramp-find-method, tramp-check-proper-host)
4199 (tramp-dissect-file-name, tramp-debug-message)
4200 (tramp-handle-shell-command):
4201 * net/tramp-adb.el (tramp-adb-handle-shell-command):
4202 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
4203
4204 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
4205
f167c27b
MR
42062013-09-02 Martin Rudalics <rudalics@gmx.at>
4207
4208 * avoid.el (mouse-avoidance-point-position)
4209 (mouse-avoidance-too-close-p): Handle case where posn-at-point
4210 returns nil.
4211
cd16c5f1
FEG
42122013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
4213
4214 * progmodes/python.el (python-shell-completion-get-completions):
4215 Drop use of deleted `comint-last-prompt-overlay'.
e5c144d6 4216 (python-nav-if-name-main): New command.
cd16c5f1 4217
e73c3a0d
GM
42182013-09-01 Glenn Morris <rgm@gnu.org>
4219
f8ccce03
GM
4220 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
4221 Avoid leading space in $wins. Otherwise the sed command used by
4222 eg compile-main ends up containing "/*.el". (Bug#15170)
4223
e73c3a0d
GM
4224 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
4225
415f808e
GM
42262013-08-30 Glenn Morris <rgm@gnu.org>
4227
4228 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4229 Fix is-this-a-directory logic. (Bug#15220)
4230
f069bba8
SM
42312013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4232
112798c1
SM
4233 * textmodes/css-mode.el: Use SMIE.
4234 (css-smie-grammar): New var.
4235 (css-smie--forward-token, css-smie--backward-token)
4236 (css-smie-rules): New functions.
4237 (css-mode): Use them.
4238 (css-navigation-syntax-table): Remove var.
4239 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
4240 (css-indent-calculate, css-indent-line): Remove functions.
4241
4242 Misc changes to reduce use of `(lambda...); and other cleanups.
4243 * cus-edit.el: Use lexical-binding.
4244 (customize-push-and-save, customize-apropos)
4245 (custom-buffer-create-internal): Use closures.
4246 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
4247 * progmodes/ada-xref.el: Use setq.
4248 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
4249 * dframe.el: Use lexical-binding.
4250 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
4251 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
4252 * descr-text.el: Use lexical-binding.
4253 (describe-text-widget, describe-text-sexp, describe-property-list):
4254 Use closures.
4255 * comint.el (comint-history-isearch-push-state): Use a closure.
4256 * calculator.el: Use lexical-binding.
4257 (calculator-number-to-string): Make it work with lexical-binding.
4258 (calculator-funcall): Same and use cl-letf.
4259
2da4c3ab
SM
4260 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
4261 (lisp--company-doc-string, lisp--company-location): New functions.
4262 (lisp-completion-at-point): Use them to improve Company support.
4263
f069bba8
SM
4264 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
4265 params of lambda expressions.
4266 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
4267 (ruby-smie--opening-pipe-p): New function.
4268 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
4269 symbols and matched |...| for formal params.
4270 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
4271 from being treated as hanging. Handle "rescue".
4272
6758b6a8
GM
42732013-08-29 Glenn Morris <rgm@gnu.org>
4274
4275 * progmodes/cc-engine.el (c-pull-open-brace):
4276 Move definition before use.
4277
e8dfd197
SM
42782013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4279
4280 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
4281 are immutable. Don't use `unsafe' any more.
4282 (cl--defsubst-expand): Don't substitute at the same time as keeping
4283 a residual unused let-binding. Don't use `unsafe' any more.
4284
cc585c96
GM
42852013-08-29 Glenn Morris <rgm@gnu.org>
4286
ba579ea6
GM
4287 * calendar/cal-china.el (calendar-chinese-year-cache):
4288 Recenter on 2015.
4289
8201a87e
GM
4290 * nxml/nxml-util.el (nxml-debug-clear-inside):
4291 Use cl-loop rather than loop.
4292
6ee877c7
GM
4293 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
4294
cc585c96
GM
4295 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
4296
27be8d39
GM
42972013-08-28 Glenn Morris <rgm@gnu.org>
4298
397440a1
GM
4299 * progmodes/antlr-mode.el: No need to require cc-mode twice.
4300
2bb762d4
GM
4301 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
4302
27be8d39
GM
4303 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
4304
2d69b99e
SM
43052013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4306
f663baa7
SM
4307 * simple.el (repeat-complex-command--called-interactively-skip):
4308 New function.
4309 (repeat-complex-command): Use it (bug#14136).
4310
dd4f8b74
SM
4311 * progmodes/cc-mode.el: Minor cleanup of var declarations.
4312 (c-define-abbrev-table): Add `doc' argument.
4313 (c-mode-abbrev-table, c++-mode-abbrev-table)
4314 (objc-mode-abbrev-table, java-mode-abbrev-table)
4315 (idl-mode-abbrev-table, pike-mode-abbrev-table)
4316 (awk-mode-abbrev-table): Use it.
4317 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
4318 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
4319 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
4320 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
4321 Move initialization into the declaration; and remove any
4322 autoload cookie.
4323
b58969f7
SM
4324 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
4325 and dynamic let binding.
4326
4021d6a6
SM
4327 * vc/smerge-mode.el: Remove redundant :group args.
4328
2d69b99e
SM
4329 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
4330 to load-path.
4331
274919fd
JL
43322013-08-28 Juri Linkov <juri@jurta.org>
4333
4334 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
4335 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
4336 (isearch-other-meta-char): Handle an undefined shifted printing
4337 character by downshifting it. (Bug#15200)
4338
121f8c95
JL
43392013-08-28 Juri Linkov <juri@jurta.org>
4340
4341 * isearch.el (isearch-search): Change regexp error message for
4342 non-regexp searches. (Bug#15166)
4343
50b13cde
PE
43442013-08-28 Paul Eggert <eggert@cs.ucla.edu>
4345
4346 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4347 for portability to hosts where /bin/sh has problems.
4348
95888bca
SM
43492013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4350
4351 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
4352
bbe558f1
JL
43532013-08-27 Juri Linkov <juri@jurta.org>
4354
4355 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
4356 in the keyboard macro. (Bug#15126)
4357
26f98a7d
JL
43582013-08-27 Juri Linkov <juri@jurta.org>
4359
4360 * isearch.el (isearch-quote-char): Comment out converting unibyte
4361 to multibyte, thus syncing with its `quoted-insert' counterpart.
4362 (Bug#15166)
4363
7c97d35e
MR
43642013-08-27 Martin Rudalics <rudalics@gmx.at>
4365
4366 * window.el (display-buffer-use-some-window): Add missing
95888bca
SM
4367 argument in call of get-largest-window (Bug#15185).
4368 Reported by Stephen Leake.
7c97d35e 4369
a0b5606e 43702013-08-27 Glenn Morris <rgm@gnu.org>
d96ad422
GM
4371
4372 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
4373
9e89d835
SM
43742013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4375
4376 * progmodes/python.el (python-font-lock-keywords): Don't return nil
4377 from a matcher-function unless there's no more matches (bug#15161).
4378
78fc2530
MA
43792013-08-26 Michael Albinus <michael.albinus@gmx.de>
4380
4381 * minibuffer.el: Revert change from 2013-08-20.
4382
4383 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
4384 with text property `tramp-default', if appropriate.
4385 (tramp-check-proper-host): New defun.
4386 (tramp-dissect-file-name): Do not check hostname. Revert change
4387 of 2013-03-18.
4388 (tramp-backtrace): Make VEC-OR-PROC optional.
4389
4390 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
4391 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
4392 * net/tramp-sh.el (tramp-maybe-open-connection):
95888bca
SM
4393 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
4394 Apply `tramp-check-proper-host'.
78fc2530 4395
edca97cd
TH
43962013-08-26 Tassilo Horn <tsdh@gnu.org>
4397
4398 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
4399 lambda expression in order to have `describe-variable' display it.
4400
df54bcbd
MA
44012013-08-26 Michael Albinus <michael.albinus@gmx.de>
4402
4403 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
4404 BUF can be optional. (Bug#15186)
4405
eed99101
XF
44062013-08-25 Xue Fuqiao <xfq.free@gmail.com>
4407
4408 * progmodes/flymake.el (flymake-get-real-file-name-function):
4409 Fix broken customization. (Bug#15184)
4410
b5eb9035
AM
44112013-08-25 Alan Mackenzie <acm@muc.de>
4412
8a51e842
AM
4413 Improve indentation of bracelists defined by macros (without "=").
4414
4415 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
4416 expansion begins with "{", regard it as bracelist when it doesn't
4417 contain a ";".
4418
869455d4
AM
4419 Parse C++ inher-intro when there's a template split over 2 lines.
4420
4421 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
4422 rigorously the search for "class" etc. followed by ":".
4423
4424 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
4425 random languages a regexp which never matches rather than nil.
4426
b5eb9035
AM
4427 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
4428
4429 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
4430 (c-awk-regexp-one-line-possibly-open-char-list-re)
4431 (c-awk-one-line-possibly-open-regexp-re)
4432 (c-awk-one-line-non-syn-ws*-re): Remove.
4433 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
4434 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
4435 (c-awk-space*-unclosed-regexp-/-re): New constants.
4436 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
4437 aren't regexp delimiters.
4438
4439 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
4440 handling for a rare situation in AWK Mode involving unterminated
4441 strings/regexps.
4442
61611d54
GM
44432013-08-23 Glenn Morris <rgm@gnu.org>
4444
2d85dc34
GM
4445 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
4446
cb8d2612
GM
4447 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
4448
bb35f42f
GM
4449 * files.el (create-file-buffer): If the result would begin with
4450 spaces, prepend a "|" instead of removing them. (Bug#15162)
61611d54 4451
b9808e77
SM
44522013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
4453
e3a66363
SM
4454 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
4455 text-properties (bug#15155).
4456
b9808e77
SM
4457 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
4458 exist any more.
4459 (calc-keypad-redraw): Remove unused var `pad'.
4460 (calc-keypad-press): Remove unused var `menu'.
4461
7fd5f65e
MR
44622013-08-23 Martin Rudalics <rudalics@gmx.at>
4463
b9808e77
SM
4464 * window.el (display-buffer-pop-up-frame):
4465 Call pop-up-frame-function with BUFFER current so `make-frame' will
7fd5f65e
MR
4466 use it as the new frame's buffer (Bug#15133).
4467
8352b530
SM
44682013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * calendar/timeclock.el: Minor cleanups.
4471 (timeclock-ask-before-exiting, timeclock-use-display-time):
4472 Use `symbol'.
4473 (timeclock-modeline-display): Define as alias before the
4474 actual definition.
4475 (timeclock-mode-line-display): Use define-minor-mode.
4476 (timeclock-day-list-template): Make it a function, add an argument.
4477 (timeclock-day-list-required, timeclock-day-list-length)
4478 (timeclock-day-list-debt, timeclock-day-list-span)
4479 (timeclock-day-list-break): Adjust calls accordingly.
4480
9f7b1925
SM
44812013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
4484 Use read--expression so that completion works again.
4485
6e50e983
SS
44862013-08-21 Sam Steingold <sds@gnu.org>
4487
4488 Add rudimentary inferior shell interaction
4489 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
4490 (sh-set-shell): Reset it.
9f7b1925
SM
4491 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
4492 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
6e50e983 4493
dbb0d350
SM
44942013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
4495
4496 * align.el: Use lexical-binding.
4497 (align-region): Simplify accordingly.
4498
c88586a9
MA
44992013-08-20 Michael Albinus <michael.albinus@gmx.de>
4500
4501 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
4502
4503 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
4504 `non-essential' up.
4505
f95527c8
MA
45062013-08-17 Michael Albinus <michael.albinus@gmx.de>
4507
4508 * net/tramp.el:
4509 * net/tramp-adb.el:
4510 * net/tramp-cmds.el:
4511 * net/tramp-ftp.el:
4512 * net/tramp-gvfs.el:
4513 * net/tramp-gw.el:
4514 * net/tramp-sh.el: Don't wrap external variable declarations by
4515 `eval-when-compile'.
4516
4b5fe4ee
LMI
45172013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4518
4519 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
4520 now that Emacs supports ImageMagick animations.
4521
13c366c9
MA
45222013-08-16 Michael Albinus <michael.albinus@gmx.de>
4523
4524 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
4525 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
4526
3dfc5cd6
MR
45272013-08-16 Martin Rudalics <rudalics@gmx.at>
4528
4529 * window.el (mouse-autoselect-window-select): Do autoselect when
4530 mouse pointer is on margin.
4531
4bbb4381
WP
45322013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
4533
4534 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
4535
3a2ddc2d
GM
45362013-08-16 Glenn Morris <rgm@gnu.org>
4537
e8bedf5a
GM
4538 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
4539 Handle "Remote Directory" response of some clients. (Bug#15058)
4540
58c4682f
GM
4541 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
4542 Tweak warning. (Bug#14926)
4543
57953f49
GM
4544 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
4545 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
4546
3a2ddc2d
GM
4547 * image-mode.el (image-mode-map): Add menu items to reverse,
4548 increase, decrease, reset animation speed.
4549 (image--set-speed, image-increase-speed, image-decrease-speed)
4550 (image-reverse-speed, image-reset-speed): New functions.
4551 (image-mode-map): Add bindings for speed commands.
4552
4553 * image.el (image-animate-get-speed, image-animate-set-speed):
4554 New functions.
4555 (image-animate-timeout): Respect image :speed property.
4556
10fa0ed3
SM
45572013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
4558
4559 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4560 previous line (bug#15101).
4561 (debugger-eval-expression, debugger-record-expression):
4562 Use read--expression (bug#15102).
4563
5d89d9d2
MA
45642013-08-15 Michael Albinus <michael.albinus@gmx.de>
4565
4566 Remove byte compiler warnings, visible when compiling with
4567 `byte-compile-force-lexical-warnings' set to t.
4568
4569 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
4570 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
4571 (tramp-handle-unhandled-file-name-directory)
4572 (tramp-handle-file-notify-add-watch, tramp-action-login)
4573 (tramp-action-succeed, tramp-action-permission-denied)
4574 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
4575 arguments with "_".
4576
4577 * net/tramp-adb.el (tramp-adb-parse-device-names)
4578 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
4579 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
4580 (tramp-adb-handle-file-truename): Remove unused arguments.
4581
4582 * net/tramp-cache.el (tramp-flush-directory-property)
4583 (tramp-flush-connection-property, tramp-list-connections)
4584 (tramp-parse-connection-properties): Prefix unused arguments with "_".
4585
10fa0ed3
SM
4586 * net/tramp-compat.el (tramp-compat-make-temp-file):
4587 Rename FILENAME to F.
5d89d9d2
MA
4588
4589 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
4590 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
4591 (tramp-zeroconf-parse-workstation-device-names)
4592 (tramp-zeroconf-parse-webdav-device-names)
4593 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
4594
4595 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
4596 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
4597
4598 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
4599 arguments.
4600 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
4601 (tramp-sh-handle-insert-file-contents-literally)
4602 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
4603 with "_".
4604 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
4605 Remove unused variables.
4606
4607 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4608 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
4609 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
4610
4611 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
4612 Make them a defconst.
4613 (tramp-uuencode-region): Remove unused variable.
4614
62f33bae
JB
46152013-08-14 Juanma Barranquero <lekktu@gmail.com>
4616
4617 * frameset.el (frameset--prop-setter): New function.
4618 (frameset-prop): Add gv-setter declaration.
14d1e463
JB
4619 (frameset-filter-minibuffer): Deal with the case that the minibuffer
4620 parameter was already set in FILTERED. Doc fix.
4621 (frameset--record-minibuffer-relationships): Allow saving a
4622 minibufferless frame without its corresponding minibuffer frame.
4623 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
4624 frame, if the frame id matches.
4625 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
4626 frames before orphaned ones.
4627 (frameset-restore): Warn about orphaned windows, instead of error out.
62f33bae 4628
c660a885
MR
46292013-08-14 Martin Rudalics <rudalics@gmx.at>
4630
4631 * window.el (window-make-atom): Don't overwrite parameter
4632 already present.
4633 (display-buffer-in-atom-window): Handle special case where we
4634 split an already atomic window.
4635 (window--major-non-side-window, display-buffer-in-side-window)
4636 (window--side-check): Ignore minibuffer window when walking
4637 window tree.
4638 (window-deletable-p): Return 'frame only if no other frame uses
4639 our minibuffer window.
4640 (record-window-buffer): Run buffer-list-update-hook.
4641 (split-window): Make sure window--check-frame won't destroy an
4642 existing atomic window in case the new window gets nested
4643 inside.
4644 (display-buffer-at-bottom): Ignore minibuffer window when
4645 walking window tree. Don't split a side window.
4646 (pop-to-buffer): Don't set-buffer here, the select-window call
4647 should do that.
4648 (mouse-autoselect-window-select): Autoselect only if we are in the
4649 text portion of the window.
4650
8259030d
LMI
46512013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4652
21c58ae2
LMI
4653 * net/shr.el (shr-parse-image-data): New function to grab both the
4654 data itself and the Content-Type.
4655 (shr-put-image): Use it.
4656
4657 * net/eww.el (eww-display-image): Ditto.
4658
8259030d
LMI
4659 * image.el (image-content-type-suffixes): New variable.
4660
ad756449
FEG
46612013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4662
4663 * progmodes/python.el (python-imenu--build-tree)
4664 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
4665
f73f4ce6
XF
46662013-08-13 Xue Fuqiao <xfq.free@gmail.com>
4667
4668 * simple.el (backward-word): Mention the optional argument.
4669
1f585e65
SM
46702013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4671
4672 * frameset.el (frameset--make): Rename constructor from make-frameset.
4673 (frameset-p, frameset-valid-p): Don't autoload.
4674 (frameset-valid-p): Use normal accessors.
4675
af1c6c84
GM
46762013-08-13 Glenn Morris <rgm@gnu.org>
4677
55e47f95
GM
4678 * progmodes/compile.el (compile-command): Tweak example in doc.
4679 * obsolete/scribe.el (scribe-mode):
4680 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
4681
f0024d8c
GM
4682 * mail/feedmail.el (feedmail-confirm-outgoing)
4683 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
4684
4685 * cus-start.el (truncate-partial-width-windows): Fix type.
4686
4687 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
4688
af1c6c84
GM
4689 * net/shr.el (shr-table-horizontal-line): Fix custom type.
4690
5514cc4c
SM
46912013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * emacs-lisp/timer.el (timer--time-setter): New function.
4694 (timer--time): Use it as gv-setter.
4695
4696 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
4697 setter is not a symbol.
4698
7997a2f1
GJ
46992013-08-12 Grégoire Jadi <daimrod@gmail.com>
4700
4701 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
4702 if sending fails. This makes debugging easier.
4703
01f1a9ab
JB
47042013-08-12 Juanma Barranquero <lekktu@gmail.com>
4705
4706 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
4707 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
4708 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
4709
594a4307
EZ
47102013-08-12 Eli Zaretskii <eliz@gnu.org>
4711
4712 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
4713
7a22490f 47142013-08-12 Glenn Morris <rgm@gnu.org>
f26afdb0
GM
4715
4716 * format.el (format-annotate-function):
4717 Handle read-only text properties in the source. (Bug#14887)
4718
3e41a054
LMI
47192013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4720
5514cc4c
SM
4721 * net/eww.el (eww-display-html): Ignore coding system errors.
4722 One web site uses "utf-8lias" as the coding system.
3e41a054 4723
7ec326db
JB
47242013-08-11 Juanma Barranquero <lekktu@gmail.com>
4725
4726 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
4727
5660113b
JB
47282013-08-10 Juanma Barranquero <lekktu@gmail.com>
4729
9a4ebc74
JB
4730 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
4731 (tutorial--detailed-help): Remove unused local variables.
4732 (tutorial--save-tutorial-to): Use ignore-errors.
4733 (help-with-tutorial): Use looking-at-p.
4734
4735 * view.el (view-buffer-other-window, view-buffer-other-frame):
4736 Mark unused arguments.
4737
4738 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
4739 (woman-select-symbol-fonts, woman, woman-find-file)
4740 (woman-insert-file-contents, woman-non-underline-faces):
4741 Use string-match-p.
4742 (woman1-unquote): Move declaration.
4743
4744 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
4745 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
4746 argument. Remove unused local variable.
4747 (xml-parse-elem-type): Use string-match-p.
4748 (xml-substitute-numeric-entities): Use ignore-errors.
4749
45fdb482
JB
4750 * calculator.el (calculator): Mark unused argument.
4751 (calculator-paste, calculator-quit, calculator-integer-p):
4752 Use ignore-errors.
4753 (calculator-string-to-number, calculator-decimal, calculator-exp)
4754 (calculator-op-or-exp): Use string-match-p.
4755
4756 * dired.el (dired-buffer-more-recently-used-p): Declare.
4757 (dired-insert-set-properties, dired-insert-old-subdirs):
4758 Use ignore-errors.
4759
4760 * dired-aux.el (dired-compress): Use ignore-errors.
4761 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
4762 (dired-do-async-shell-command, dired-do-shell-command)
4763 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
4764 (dired-insert-subdir-validate): Use string-match-p.
4765 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
4766 (dired-add-entry): Use string-match-p, looking-at-p.
4767 (dired-insert-subdir-newpos): Remove unused local variable.
4768
4769 * filenotify.el (file-notify-callback): Remove unused local variable.
4770
4771 * filesets.el (filesets-error): Mark unused argument.
4772 (filesets-which-command-p, filesets-filter-dir-names)
4773 (filesets-directory-files, filesets-get-external-viewer)
4774 (filesets-ingroup-get-data): Use string-match-p.
4775
4776 * find-file.el (ff-other-file-name, ff-other-file-name)
4777 (ff-find-the-other-file, ff-cc-hh-converter):
4778 Remove unused local variables.
4779 (ff-get-file-name): Use string-match-p.
4780 (ff-all-dirs-under): Use ignore-errors.
4781
4782 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
4783 (follow-select-if-visible): Remove unused local variable.
4784
4785 * forms.el (read-file-filter): Move declaration.
4786 (forms--make-format, forms--make-parser, forms-insert-record):
4787 Quote function with #'.
4788 (forms--update): Use string-match-p. Quote function with #'.
4789
4790 * help-mode.el (help-dir-local-var-def): Mark unused argument.
4791 (help-make-xrefs): Use looking-at-p.
4792 (help-xref-on-pp): Use looking-at-p, ignore-errors.
4793
4794 * ibuffer.el (ibuffer-ext-visible-p): Declare.
4795 (ibuffer-confirm-operation-on): Use string-match-p.
4796
4797 * msb.el (msb-item-handler, msb-dired-item-handler):
4798 Mark unused arguments.
4799
4800 * ses.el (ses-decode-cell-symbol)
4801 (ses-kill-override): Remove unused local variable.
4802 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
4803 (ses-load): Use ignore-errors, looking-at-p.
4804 (ses-jump-safe): Use ignore-errors.
4805 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
4806
4807 * tabify.el (untabify, tabify): Mark unused arguments.
4808
4809 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
4810 Mark unused argument.
4811 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
4812 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
4813
c880af52
JB
4814 * emacs-lisp/timer.el (timer--time): Define setter with
4815 gv-define-setter to avoid deprecation warning.
4816
5660113b 4817 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
c880af52 4818 (*record-cmpl-statistics-p*): Remove (was commented out).
5660113b
JB
4819 (cmpl-statistics-block): Remove (body was commented out).
4820 All callers changed.
4821 (add-completions-from-buffer, load-completions-from-file):
4822 Remove unused variables.
4823
156aab80
JB
48242013-08-09 Juanma Barranquero <lekktu@gmail.com>
4825
5c5dee78
JB
4826 * filecache.el (file-cache-delete-file-list):
4827 Print message only when told so.
4828 (file-cache-files-matching): Use #' in mapconcat argument.
4829
156aab80
JB
4830 * ffap.el (ffap-url-at-point): Fix reference to variable
4831 thing-at-point-default-mail-uri-scheme.
4832
ad9dcd70
SM
48332013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
4834
54bd972f
SM
4835 * subr.el (define-error): New function.
4836 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
4837 error-file-not-found and define with define-error.
4838 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
4839 and define with define-error.
4840 * userlock.el (file-locked, file-supersession):
4841 * simple.el (mark-inactive):
4842 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
4843 * progmodes/ada-mode.el (ada-mode-errors):
4844 * play/life.el (life-extinct):
4845 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
4846 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
4847 * nxml/rng-util.el (rng-error):
4848 * nxml/rng-uri.el (rng-uri-error):
4849 * nxml/rng-match.el (rng-compile-error):
4850 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
4851 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
4852 * nxml/nxml-rap.el (nxml-scan-error):
4853 * nxml/nxml-outln.el (nxml-outline-error):
4854 * net/soap-client.el (soap-error):
4855 * net/gnutls.el (gnutls-error):
4856 * net/ange-ftp.el (ftp-error):
4857 * mpc.el (mpc-proc-error):
4858 * json.el (json-error, json-readtable-error, json-unknown-keyword)
4859 (json-number-format, json-string-escape, json-string-format)
4860 (json-key-format, json-object-format):
4861 * jka-compr.el (compression-error):
4862 * international/quail.el (quail-error):
4863 * international/kkc.el (kkc-error):
4864 * emacs-lisp/ert.el (ert-test-failed):
4865 * calc/calc.el (calc-error, inexact-result, math-overflow)
4866 (math-underflow):
4867 * bookmark.el (bookmark-error-no-filename):
4868 * epg.el (epg-error): Define with define-error.
4869
0ea9e53a
SM
4870 * time.el (display-time-event-handler)
4871 (display-time-next-load-average): Don't call sit-for since it seems
4872 unnecessary (bug#15045).
4873
b0429158
SM
4874 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
4875 Use #' instead of ' to quote functions.
4876 (checkdoc-output-mode): Use setq-local.
4877 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
4878 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
4879 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
4880 (checkdoc-ispell, checkdoc-ispell-current-buffer)
4881 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
4882 (checkdoc-ispell-message-text, checkdoc-ispell-start)
4883 (checkdoc-ispell-continue, checkdoc-ispell-comments)
4884 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
4885
ad9dcd70
SM
4886 * ido.el (ido-completion-help): Fix up compiler warning.
4887
77187e6f
JB
48882013-08-09 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * frameset.el (frameset-p): Add autoload cookie.
4891 (frameset--jump-to-register): New function, based on code moved from
4892 register.el.
4893 (frameset-to-register): Move from register.el. Adapt to `registerv'.
4894
4895 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
4896 (frameset-restore, frameset-save, frameset-session-filter-alist):
4897 Remove declarations.
4898 (register-alist): Doc fix.
4899 (frameset-to-register): Move to frameset.el.
4900 (jump-to-register, describe-register-1): Remove frameset-specific code.
4901
9d3aa82c
JB
49022013-08-08 Juanma Barranquero <lekktu@gmail.com>
4903
4904 * allout-widgets.el (allout-widgets-pre-command-business)
4905 (allout-widgets-post-command-business)
4906 (allout-widgets-after-change-handler)
4907 (allout-decorate-item-and-context, allout-set-boundary-marker)
4908 (allout-body-modification-handler)
4909 (allout-graphics-modification-handler): Mark ignored arguments.
4910 (allout-widgets-post-command-business)
4911 (allout-widgets-exposure-change-processor)
4912 (allout-widgets-exposure-undo-processor)
4913 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
4914 (allout-parse-item-at-point, allout-decorate-item-guides)
4915 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
4916 * allout.el (epa-passphrase-callback-function): Declare.
4917 (allout-overlay-insert-in-front-handler)
4918 (allout-overlay-interior-modification-handler)
4919 (allout-isearch-end-handler, allout-chart-siblings)
4920 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
4921 (allout-yank-processing, allout-process-exposed)
4922 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
5514cc4c 4923 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9d3aa82c
JB
4924 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
4925 (lisp-indent-defform): Mark ignored arguments.
4926 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
4927 (calculate-lisp-indent): Remove unused variables.
4928 * international/characters.el (indian-2-column, arabic-2-column)
4929 (tibetan): Mark ignored arguments.
4930 (use-cjk-char-width-table): Mark ignored arguments.
4931 Remove unused variables.
4932 * international/fontset.el (build-default-fontset-data)
4933 (x-compose-font-name, create-fontset-from-fontset-spec):
4934 Mark ignored arguments.
4935 (fontset-plain-name): Remove unused variables.
4936 * international/mule.el (charset-id, charset-bytes, generic-char-p)
4937 (keyboard-coding-system): Mark ignored arguments.
4938 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
4939 * help.el (resize-temp-buffer-window):
4940 * window.el (display-buffer-in-major-side-window)
4941 (display-buffer-in-side-window, display-buffer-in-previous-window):
4942 Remove unused variables.
4943 * isearch.el (isearch-forward-symbol):
4944 * version.el (emacs-bzr-version-bzr):
4945 * international/mule-cmds.el (current-language-environment):
4946 * term/common-win.el (x-handle-iconic, x-handle-geometry)
4947 (x-handle-display):
4948 * term/pc-win.el (x-list-fonts, x-display-planes)
4949 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
4950 (x-server-version, x-display-screens, x-display-mm-height)
4951 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
4952 (x-selection-owner-p, x-own-selection-internal)
4953 (x-disown-selection-internal, x-get-selection-internal)
4954 (msdos-initialize-window-system):
4955 * term/tty-colors.el (tty-color-alist, tty-color-clear):
4956 * term/x-win.el (x-handle-no-bitmap-icon):
4957 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
4958 (vc-default-find-file-hook, vc-default-extra-menu):
4959 Mark ignored arguments.
4960
0ca3f70e
SM
49612013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
4964 break-condition in the context of the debugged code (bug#12685).
4965
74c5d24c
CS
49662013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
4967
4968 * comint.el:
4969 Do not use an overlay to highlight the last prompt. (Bug#14744)
4970 (comint-mode): Make comint-last-prompt buffer local.
4971 (comint-last-prompt): New variable.
4972 (comint-last-prompt-overlay): Remove. Superseded by
4973 comint-last-prompt.
0ca3f70e
SM
4974 (comint-snapshot-last-prompt, comint-output-filter):
4975 Use comint-last-prompt.
74c5d24c 4976
c03c02ee
JB
49772013-08-08 Juanma Barranquero <lekktu@gmail.com>
4978
a3738d20 4979 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
c03c02ee
JB
4980 (frameset-save): Check validity of the resulting frameset.
4981
04263d23
XF
49822013-08-08 Xue Fuqiao <xfq.free@gmail.com>
4983
4984 * ido.el (ido-record-command): Add doc string.
4985
76c5e5ab
JB
49862013-08-08 Juanma Barranquero <lekktu@gmail.com>
4987
4988 * frameset.el (frameset): Do not disable creation of the default
4989 frameset-p predicate. Doc fix.
4990 (frameset-valid-p): New function, copied from the old predicate-p.
4991 Add additional checks.
4992 (frameset-restore): Check with frameset-valid-p.
4993 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
4994 (frameset-name, frameset-description, frameset-properties)
4995 (frameset-states): Add docstring.
f9dbf1cb
JB
4996 (frameset-session-filter-alist, frameset-persistent-filter-alist)
4997 (frameset-filter-alist): Doc fixes.
76c5e5ab 4998
bd0c3c0b
JB
49992013-08-08 Juanma Barranquero <lekktu@gmail.com>
5000
5001 * frameset.el (frameset-p, frameset-prop): Doc fixes.
5002
c735544c
SM
50032013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
5006 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
5007 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
5008 (byte-compile-normal-call): Remove obsolescence check.
5009
2805a651
JB
50102013-08-08 Juanma Barranquero <lekktu@gmail.com>
5011
3677ffeb
JB
5012 * frameset.el (frameset-restore): Doc fix.
5013
2805a651
JB
5014 * register.el (frameset-frame-id, frameset-frame-with-id)
5015 (frameset-p, frameset-restore, frameset-save): Declare.
5016 (register-alist): Document framesets.
5017 (frameset-session-filter-alist): Declare.
5018 (frameset-to-register): New function.
5019 (jump-to-register): Implement jumping to framesets. Doc fix.
5020 (describe-register-1): Describe framesets.
5021
5022 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
5023
a912c016
JB
50242013-08-07 Juanma Barranquero <lekktu@gmail.com>
5025
5026 * desktop.el (desktop-save-frameset): Use new frameset-save args.
5027 Use lexical-binding.
5028
5029 * frameset.el (frameset): Use type vector, not list (incompatible
5030 change). Do not declare a new constructor, use the default one.
5031 Upgrade suggested properties `app', `name' and `desc' to slots `app',
5032 `name' and `description', respectively, and add read-only slot
5033 `timestamp'. Doc fixes.
5034 (frameset-copy, frameset-persistent-filter-alist)
5035 (frameset-filter-alist, frameset-switch-to-gui-p)
5036 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
5037 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
5038 (frameset-filter-iconified, frameset-keep-original-display-p):
5039 Doc fixes.
5040 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
5041 Rename from frameset-filter-(save|restore)-param. All callers changed.
5042 Doc fix.
5043 (frameset-p): Adapt to change to vector and be more thorough.
5044 Change arg name to OBJECT. Doc fix.
5045 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
5046 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
5047 All callers changed.
5048 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
5049 All callers changed.
5050 (frameset--record-minibuffer-relationships): Rename from
5051 frameset--process-minibuffer-frames. All callers changed.
5052 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
5053 Use new default constructor (again). Doc fix.
5054 (frameset--find-frame-if): Rename from `frameset--find-frame.
5055 All callers changed.
5056 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
5057 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
5058 Doc fix.
5059 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
5060 PARAMETERS and WINDOW-STATE, respectively.
5061 (frameset-restore): Add new keyword argument PREDICATE.
5062 Reset frameset--target-display to nil. Doc fix.
5063
bb41480a
SM
50642013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5065
f001e98e
SM
5066 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
5067 (bat-mode): Use it.
5068 (bat-mode-syntax-table): Mark \n as end-of-comment.
5069 (bat-font-lock-keywords): Remove comment rule.
5070
7679edb1
SM
5071 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
5072 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
5073
bb41480a
SM
5074 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
5075 (byte-compile-callargs-warn): Use `push'.
5076 (byte-compile-arglist-warn): Ignore higher-order "calls".
5077 (byte-compile-file-form-autoload): Use `pcase'.
5078 (byte-compile-function-form): If quoting a symbol, check that it exists.
5079
cdc1ebb9
EZ
50802013-08-07 Eli Zaretskii <eliz@gnu.org>
5081
5082 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
5083 and add a few popular commands found in batch files.
5084 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
5085 (dos-mode): Doc fixes.
5086
312b1740
SM
50872013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
5090 (dos-mode): Use setq-local. Add space after "rem".
5091 (dos-mode-syntax-table): Don't use "w" for symbol chars.
5092 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
5093
400a3178
AM
50942013-08-07 Arni Magnusson <arnima@hafro.is>
5095
5096 * progmodes/dos.el: New file.
5097 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
5098 dos-mode.
5099
3b5c03d3
GM
51002013-08-06 Glenn Morris <rgm@gnu.org>
5101
5102 * calendar/calendar.el: Add new faces, and day-header-array.
5103 (calendar-weekday-header, calendar-weekend-header)
5104 (calendar-month-header): New faces.
5105 (calendar-day-header-construct): New function.
5106 (calendar-day-header-width): Also :set calendar-day-header-array.
5107 (calendar-american-month-header, calendar-european-month-header)
5108 (calendar-iso-month-header): Use calendar- faces.
5109 (calendar-generate-month):
5110 Use calendar-day-header-array for day headers; apply faces to them.
5111 (calendar-mode): Check calendar-font-lock-keywords non-nil.
5112 (calendar-abbrev-construct): Add optional maxlen argument.
5113 (calendar-day-name-array): Doc fix.
5114 (calendar-day-name-array, calendar-abbrev-length)
5115 (calendar-day-abbrev-array):
5116 Also :set calendar-day-header-array, and maybe redraw.
5117 (calendar-day-header-array): New option. (Bug#15007)
8a806f04 5118 (calendar-font-lock-keywords): Set to nil and make obsolete.
3b5c03d3
GM
5119 (calendar-day-name): Add option to use header array.
5120
ec6a2d7a
LMI
51212013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
5122
5123 * net/shr.el (shr-render-td): Remove debugging.
5124 (shr-render-td): Make width computation consistent by defaulting
5125 all zero-width columns to 10 characters. This may not be optimal,
5126 but it's at least consistent.
2122cb6d
LMI
5127 (shr-make-table-1): Redo last change to fix the real problem in
5128 colspan handling.
ec6a2d7a 5129
ed4fd9c5
DA
51302013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5131
0ca3f70e
SM
5132 * files.el (cache-long-line-scans):
5133 Make obsolete alias to `cache-long-scans'.
ed4fd9c5 5134
64e22afe
JB
51352013-08-06 Juanma Barranquero <lekktu@gmail.com>
5136
024b38fc
JB
5137 * frameset.el (frameset, frameset-filter-alist)
5138 (frameset-filter-params, frameset-save, frameset--reuse-frame)
5139 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
5140 (frameset-compute-pos): Rename from frameset--compute-pos,
5141 and add docstring.
5142 (frameset-move-onscreen): Use frameset-compute-pos.
5143 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5144
64e22afe
JB
5145 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
5146 Fix typos in docstrings.
5147
c8c2aca8
DA
51482013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
5149
5150 * frame.el (get-other-frame): Tiny cleanup.
5151
1d237bba
JB
51522013-08-06 Juanma Barranquero <lekktu@gmail.com>
5153
8951efef
JB
5154 * vc/vc.el (vc-default-ignore-completion-table):
5155 Silence byte-compiler warning.
5156
307764cc
JB
5157 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
5158 slot , which can indeed be nil.
5159 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5160 Move entry for `left' from persistent to live filter alist.
5161 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
5162 Doc fixes.
5163 (frameset-filter-params): When restoring a frame, copy items added to
5164 `filtered', to avoid unwittingly modifying the original parameters.
5165 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
5166 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
5167
1d237bba
JB
5168 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
5169 to use looking-at-p instead of looking-at. (Bug#15028)
5170
dc6c0eda
SM
51712013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
5172
5173 Revert introduction of isearch-filter-predicates (bug#14714).
5174 Rely on add-function instead.
5175 * isearch.el (isearch-filter-predicates): Rename it back to
5176 isearch-filter-predicate.
5177 (isearch-message-prefix): Use advice-function-mapc and advice
5178 properties to get the isearch-message-prefix.
5179 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
5180 instead of run-hook-with-args-until-failure.
5181 (isearch-filter-visible): Not obsolete any more.
5182 * loadup.el: Preload nadvice.
5183 * replace.el (perform-replace): Revert to funcall
5184 instead of run-hook-with-args-until-failure.
5185 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
5186 * dired-aux.el (dired-isearch-filenames-mode): Rename from
5187 dired-isearch-filenames-toggle; make it into a proper minor mode.
5188 Use add/remove-function.
5189 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
5190 Call the minor-mode rather than add/remove-hook.
5191 (dired-isearch-filter-filenames):
5192 Remove isearch-message-prefix property.
5193 * info.el (Info--search-loop): New function, extracted from Info-search.
5194 Funcall isearch-filter-predicate instead of
5195 run-hook-with-args-until-failure isearch-filter-predicates.
5196 (Info-search): Use it.
5197 (Info-mode): Use isearch-filter-predicate instead of
5198 isearch-filter-predicates.
5199
290d5b58
DA
52002013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5201
5202 Do not call to `selected-window' where it is assumed by default.
5203 Affected functions are `window-minibuffer-p', `window-dedicated-p',
5204 `window-hscroll', `window-width', `window-height', `window-buffer',
5205 `window-frame', `window-start', `window-point', `next-window'
5206 and `window-display-table'.
5207 * abbrev.el (abbrev--default-expand):
5208 * bs.el (bs--show-with-configuration):
5209 * buff-menu.el (Buffer-menu-mouse-select):
5210 * calc/calc.el (calc):
5211 * calendar/calendar.el (calendar-generate-window):
5212 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
5213 (diary-make-entry):
5214 * comint.el (send-invisible, comint-dynamic-complete-filename)
5215 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
5216 * completion.el (complete):
5217 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
5218 * disp-table.el (describe-current-display-table):
5219 * doc-view.el (doc-view-insert-image):
5220 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
5221 * ehelp.el (with-electric-help):
5222 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5223 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
5224 * emacs-lisp/helper.el (Helper-help-scroller):
5225 * emulation/cua-base.el (cua--post-command-handler-1):
5226 * eshell/esh-mode.el (eshell-output-filter):
5227 * ffap.el (ffap-gnus-wrapper):
5228 * help-macro.el (make-help-screen):
5229 * hilit-chg.el (highlight-compare-buffers):
5230 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
5231 * hl-line.el (global-hl-line-highlight):
5232 * icomplete.el (icomplete-simple-completing-p):
5233 * isearch.el (isearch-done):
5234 * jit-lock.el (jit-lock-stealth-fontify):
5235 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
5236 * lisp/mouse-drag.el (mouse-drag-should-do-col-scrolling):
5237 * mpc.el (mpc-tagbrowser, mpc):
5238 * net/rcirc.el (rcirc-any-buffer):
5239 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
5240 * play/landmark.el (landmark-max-width, landmark-max-height):
5241 * play/zone.el (zone):
5242 * progmodes/compile.el (compilation-goto-locus):
5243 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
5244 * progmodes/etags.el (find-tag-other-window):
5245 * progmodes/fortran.el (fortran-column-ruler):
5246 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5247 * progmodes/verilog-mode.el (verilog-point-text):
5248 * reposition.el (reposition-window):
5249 * rot13.el (toggle-rot13-mode):
5250 * server.el (server-switch-buffer):
5251 * shell.el (shell-dynamic-complete-command)
5252 (shell-dynamic-complete-environment-variable):
5253 * simple.el (insert-buffer, set-selective-display)
5254 (delete-completion-window):
5255 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
5256 (speedbar-recenter):
5257 * startup.el (fancy-splash-head):
5258 * textmodes/ispell.el (ispell-command-loop):
5259 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
5260 * tutorial.el (help-with-tutorial):
5261 * vc/add-log.el (add-change-log-entry):
5262 * vc/compare-w.el (compare-windows):
5263 * vc/ediff-help.el (ediff-indent-help-message):
5264 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
5265 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
5266 (ediff-setup-control-frame):
5267 * vc/emerge.el (emerge-position-region):
5268 * vc/pcvs-util.el (cvs-bury-buffer):
5269 * window.el (walk-windows, mouse-autoselect-window-select):
5270 * winner.el (winner-set-conf, winner-undo): Related users changed.
5271
38276e01
JB
52722013-08-05 Juanma Barranquero <lekktu@gmail.com>
5273
5274 * frameset.el (frameset--set-id): Doc fix.
5275 (frameset-frame-id, frameset-frame-id-equal-p)
5276 (frameset-locate-frame-id): New functions.
5277 (frameset--process-minibuffer-frames, frameset--reuse-frame)
5278 (frameset-restore): Use them.
5279
12b4c0ea
DA
52802013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
5281
5282 Do not call to `selected-frame' where it is assumed by default.
5283 Affected functions are `raise-frame', `redraw-frame',
5284 `frame-first-window', `frame-terminal' and `delete-frame'.
5285 * calendar/appt.el (appt-disp-window):
5286 * epg.el (epg-wait-for-completion):
5287 * follow.el (follow-delete-other-windows-and-split)
5288 (follow-avoid-tail-recenter):
5289 * international/mule.el (set-terminal-coding-system):
5290 * mail/rmail.el (rmail-mail-return):
5291 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5292 * progmodes/f90.el (f90-add-imenu-menu):
5293 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
5294 * server.el (server-switch-buffer):
5295 * simple.el (delete-completion-window):
5296 * talk.el (talk):
5297 * term/xterm.el (terminal-init-xterm-modify-other-keys)
5298 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
5299 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
5300 * vc/ediff.el (ediff-documentation): Related users changed.
5301 * frame.el (selected-terminal): Remove the leftover.
5302
17f25e76
GM
53032013-08-05 Glenn Morris <rgm@gnu.org>
5304
5305 * calendar/calendar.el (calendar-generate-month):
5306 Fix for calendar-column-width != 1 + calendar-day-digit-width.
09e6d547
GM
5307 (calendar-generate-month, calendar-font-lock-keywords):
5308 Fix for calendar-day-header-width > length of any day name.
17f25e76 5309
063233c3
JB
53102013-08-05 Juanma Barranquero <lekktu@gmail.com>
5311
5312 * desktop.el (desktop-clear): Use new name of sort predicate.
5313
5314 * frameset.el (frameset): Add docstring. Move :version property to its
5315 own `version' slot.
5316 (frameset-copy): Rename from copy-frameset.
5317 (frameset-p): Check more thoroughly.
5318 (frameset-prop): Do not check for :version, which is no longer a prop.
5319 (frameset-live-filter-alist, frameset-persistent-filter-alist):
5320 Use new :never value instead of t.
5321 (frameset-filter-alist): Expand and clarify docstring.
5322 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
5323 (frameset-filter-minibuffer, frameset-filter-save-param)
5324 (frameset-filter-restore-param, frameset-filter-iconified):
5325 Add pointer to docstring of frameset-filter-alist.
5326 (frameset-filter-params): Rename filter values to be more meaningful:
5327 :never instead of t, and reverse the meanings of :save and :restore.
5328 (frameset--process-minibuffer-frames): Clarify error message.
5329 (frameset-save): Avoid unnecessary and confusing call to framep.
5330 Use new BOA constructor for framesets.
5331 (frameset--reuse-list): Doc fix.
5332 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
5333 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
5334 (frameset-minibufferless-first-p): Doc fix.
5335 Rename from frameset-sort-frames-for-deletion.
5336 (frameset-restore): Doc fixes. Use new function names.
5337 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
5338
d5671a82
JB
53392013-08-04 Juanma Barranquero <lekktu@gmail.com>
5340
5341 * desktop.el (desktop-restore-forces-onscreen)
5342 (desktop-restore-reuses-frames): Document :keyword constant values.
5343 (desktop-filter-parameters-alist): Remove, now identical to
5344 frameset-filter-alist.
5345 (desktop--filter-tty*): Remove, moved to frameset.el.
5346 (desktop-save-frameset, desktop-restore-frameset):
5347 Do not pass :filters argument.
5348
5349 * frameset.el (frameset-live-filter-alist)
5350 (frameset-persistent-filter-alist): New variables.
5351 (frameset-filter-alist): Use them. Add autoload cookie.
5352 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
5353 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
5354 `frameset--id' (it's supposed to be internal to frameset.el).
5355 (frameset--process-minibuffer-frames): Ditto. Doc fix.
5356 (frameset--initial-params): New function.
5357 (frameset--get-frame): Use it. Doc fix.
5358 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
5359 Accept :all, not 'all.
5360 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
5361 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
5362 with fbound symbols. Fix frame id matching, and remove matching ids if
5363 the frame being restored is deleted. Obey :delete.
5364
671d5c16
SM
53652013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * subr.el (macrop): New function.
5368 (text-clone--maintaining): New var.
5369 (text-clone--maintain): Rename from text-clone-maintain. Use it
5370 instead of inhibit-modification-hooks.
5371
5372 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
5373 a proxy, so as handle autoloads and redefinitions of the target.
5374 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
5375
5376 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
5377 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
5378 (pcase--mutually-exclusive-p): New function.
5379 (pcase--split-consp): Use it.
5380 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
5381 mutually exclusive with the current predicate.
5382
5383 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
5384 (edebug-macrop): Remove. Use `macrop' instead.
5385 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
5386 (ad-macro-p):
5387 * eshell/esh-cmd.el (eshell-macrop):
5388 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
5389
1d44e9dc
SM
53902013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
5391
5392 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
5393 (advice-mapc): New function, using it.
5394 (advice-function-member-p): New function.
5395 (advice--normalize): Store the cdr in advice--saved-rewrite since
5396 that's the part that will be changed.
5397 (advice--symbol-function): New function.
5398 (advice-remove): Handle removal before the function is defined.
5399 Adjust to new advice--saved-rewrite.
5400 (advice-member-p): Use advice-function-member-p and
5401 advice--symbol-function.
5402
5414a283
JB
54032013-08-04 Juanma Barranquero <lekktu@gmail.com>
5404
51d30f2c
JB
5405 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
5406 (frameset-filter-minibuffer): Doc fix.
5407 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
a04d36a0
JB
5408 (frameset--set-id, frameset--process-minibuffer-frames)
5409 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
5410 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
51d30f2c 5411
5414a283
JB
5412 * desktop.el (desktop-clear): Only delete frames when called
5413 interactively and desktop-restore-frames is non-nil. Doc fix.
5414 (desktop-read): Set desktop-saved-frameset to nil.
5415
ab419665
XF
54162013-08-04 Xue Fuqiao <xfq.free@gmail.com>
5417
5418 * vc/vc.el (vc-ignore): Rewrite.
5419 (vc-default-ignore-completion-table):
5420 (vc--read-lines):
5421 (vc--add-line, vc--remove-regexp): New functions.
5422
5423 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
5424 (vc-svn-ignore-completion-table): New function.
5425
5426 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
5427 (vc-hg-ignore-completion-table):
5428 (vc-hg-find-ignore-file): New functions.
5429
5430 * vc/vc-git.el (vc-git-ignore): Rewrite.
5431 (vc-git-ignore-completion-table):
5432 (vc-git-find-ignore-file): New functions.
5433
5434 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
5435
5436 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
5437 (vc-bzr-ignore-completion-table):
5438 (vc-bzr-find-ignore-file): New functions.
5439
2613dea2
JB
54402013-08-03 Juanma Barranquero <lekktu@gmail.com>
5441
5442 * frameset.el (frameset-prop): New function and setter.
5443 (frameset-save): Do not modify frame list passed by the caller.
5444
9c959872
SM
54452013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
5448
a104f656
SM
54492013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
5450
70122acf
SM
5451 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
5452 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
5453
a104f656
SM
5454 * custom.el (custom-initialize-default, custom-initialize-set)
5455 (custom-initialize-reset, custom-initialize-changed): Affect the
5456 toplevel-default-value (bug#6275, bug#14586).
5457 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
5458 for bug#6275.
5459
f078d570
JB
54602013-08-02 Juanma Barranquero <lekktu@gmail.com>
5461
185e3b5a
JB
5462 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5463 Add cl-def* expressions.
5464
f078d570
JB
5465 * frameset.el (frameset-filter-params): Fix order of arguments.
5466
9421876d
JB
54672013-08-02 Juanma Barranquero <lekktu@gmail.com>
5468
5469 Move code related to saving frames to frameset.el.
5470 * desktop.el: Require frameset.
5471 (desktop-restore-frames): Doc fix.
5472 (desktop-restore-reuses-frames): Rename from
5473 desktop-restoring-reuses-frames.
5474 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
5475 (desktop-clear): Clear frames too.
5476 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
5477 (desktop--filter-tty*, desktop-save, desktop-read):
5478 Use frameset functions.
5479 (desktop-before-saving-frames-functions, desktop--filter-*-color)
5480 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
5481 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
5482 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
5483 (desktop--process-minibuffer-frames, desktop-save-frames)
5484 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
5485 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
5486 (desktop--sort-states, desktop-restoring-frames-p)
5487 (desktop-restore-frames): Remove. Most code moved to frameset.el.
5488 (desktop-restoring-frameset-p, desktop-restore-frameset)
5489 (desktop--check-dont-save, desktop-save-frameset): New functions.
5490 (desktop--app-id): New constant.
5491 (desktop-first-buffer, desktop-buffer-ok-count)
5492 (desktop-buffer-fail-count): Move before first use.
5493 * frameset.el: New file.
5494
76dc5996
SM
54952013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
5496
5497 * files.el: Use lexical-binding.
5498 (dir-locals-read-from-file): Remove unused `err' variable.
5499 (hack-dir-local-variables--warned-coding): New var.
5500 (hack-dir-local-variables): Use it to avoid repeated warnings.
5501 (make-backup-file-name--default-function): New function.
5502 (make-backup-file-name-function): Use it as default.
5503 (buffer-stale--default-function): New function.
5504 (buffer-stale-function): Use it as default.
5505 (revert-buffer-insert-file-contents--default-function): New function.
5506 (revert-buffer-insert-file-contents-function): Use it as default.
5507 (insert-directory): Avoid add-to-list.
5508
5509 * autorevert.el (auto-revert-handler): Simplify.
5510 Use buffer-stale--default-function.
5511
06d36e2b
TH
55122013-08-01 Tassilo Horn <tsdh@gnu.org>
5513
5f648ab4
TH
5514 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
5515
06d36e2b
TH
5516 * whitespace.el (whitespace-ensure-local-variables): New function.
5517 (whitespace-cleanup-region): Call it.
5518 (whitespace-turn-on): Call it.
5519
a43dc424
MA
55202013-08-01 Michael Albinus <michael.albinus@gmx.de>
5521
5522 Complete file name handlers.
5523
5524 * net/tramp.el (tramp-handle-set-visited-file-modtime)
5525 (tramp-handle-verify-visited-file-modtime)
5526 (tramp-handle-file-notify-rm-watch): New functions.
5527 (tramp-call-process): Do not bind `default-directory'.
5528
44e18199
JB
5529 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5530 Order alphabetically.
a43dc424
MA
5531 [access-file, add-name-to-file, dired-call-process]:
5532 [dired-compress-file, file-acl, file-notify-rm-watch]:
5533 [file-ownership-preserved-p, file-selinux-context]:
5534 [make-directory-internal, make-symbolic-link, set-file-acl]:
5535 [set-file-selinux-context, set-visited-file-modtime]:
5536 [verify-visited-file-modtime]: Add handler.
5537 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
5538
5539 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5540 [file-notify-add-watch, file-notify-rm-watch]:
5541 [set-file-times, set-visited-file-modtime]:
5542 [verify-visited-file-modtime]: Add handler.
5543 (with-tramp-gvfs-error-message)
5544 (tramp-gvfs-handle-set-visited-file-modtime)
5545 (tramp-gvfs-fuse-file-name): Remove.
5546 (tramp-gvfs-handle-file-notify-add-watch)
5547 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
5548 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
5549
44e18199
JB
5550 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5551 Order alphabetically.
a43dc424
MA
5552 [file-notify-rm-watch ]: Use default Tramp handler.
5553 [executable-find]: Remove private handler.
5554 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
5555 `default-directory'.
5556 (tramp-sh-handle-executable-find)
5557 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
5558 (tramp-sh-file-gvfs-monitor-dir-process-filter)
5559 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
5560 Do not use `format' in `tramp-message'.
5561
5562 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
5563 [file-notify-rm-watch, set-visited-file-modtime]:
5564 [verify-visited-file-modtime]: Add handler.
5565 (tramp-smb-call-winexe): Do not bind `default-directory'.
5566
7188b515
XF
55672013-08-01 Xue Fuqiao <xfq.free@gmail.com>
5568
5569 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
5570
2412ee1a
DG
55712013-07-31 Dmitry Gutov <dgutov@yandex.ru>
5572
5573 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
5574 use it.
5575 (log-view-diff-changeset): Same.
5576 (log-view-diff-common): Call backend command `previous-revision'
5577 to find out the previous revision, in both cases. Swap the
5578 variables `to' and `fr', so that `fr' usually refers to the
5579 earlier revision (Bug#14989).
5580
5002a754
KRC
55812013-07-31 Kan-Ru Chen <kanru@kanru.info>
5582
5583 * ibuf-ext.el (ibuffer-filter-by-filename):
5584 Make it work with dired buffers too.
5585
44e18199 55862013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
3b734d1c
DA
5587
5588 * emacs-lisp/re-builder.el (reb-color-display-p):
5589 * files.el (save-buffers-kill-terminal):
5590 * net/browse-url.el (browse-url):
5591 * server.el (server-save-buffers-kill-terminal):
5592 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
5593 Prefer nil to selected-frame for the first arg of frame-parameter.
5594
aeca3fbb
XF
55952013-07-31 Xue Fuqiao <xfq.free@gmail.com>
5596
5597 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
5598
158bc55c
SB
55992013-07-30 Stephen Berman <stephen.berman@gmx.net>
5600
5601 * minibuffer.el (completion--twq-all): Try and preserve each
5602 completion's case choice (bug#14907).
5603
d50fceab
LMI
56042013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5605
ac38e731
LMI
5606 * net/network-stream.el (open-network-stream): Mention the new
5607 :nogreeting parameter.
5608 (network-stream-open-starttls): Use the :nogreeting parameter
5609 (bug#14938).
5610
1211de50
LMI
5611 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
5612
997798bf
LMI
5613 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
5614 more natural than popping.
5615
d50fceab 5616 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
5a2a7735 5617 (shr-urlify): Highlight under mouse.
d50fceab 5618
5c09de04
XF
56192013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5620
207d1d04
XF
5621 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
5622
5623 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
5624
5c09de04
XF
5625 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
5626 buffer for output.
5627
3cd51eaa
XF
5628 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
5629 point-min==1. Fix search string. Fix parentheses missing.
5c09de04 5630
44e18199 5631 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
3cd51eaa 5632 assume point-min==1. Fix search string. Fix parentheses missing.
5c09de04
XF
5633
5634 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
5635
5636 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
5637 buffer for output.
5638
35a89bdd
EZ
56392013-07-29 Eli Zaretskii <eliz@gnu.org>
5640
5641 * frame.el (frame-notice-user-settings): Avoid inflooping when the
5642 initial frame is minibuffer-less. (Bug#14841)
5643
78822e94
MA
56442013-07-29 Michael Albinus <michael.albinus@gmx.de>
5645
5646 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
5647 option.
5648
5649 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
5650 (tramp-maybe-open-connection): Use it.
5651
9503c190
JB
56522013-07-28 Juanma Barranquero <lekktu@gmail.com>
5653
5654 * desktop.el (desktop--make-frame): Include `minibuffer' in the
5655 minimal set of parameters passed when creating a frame, because
5656 the minibuffer status of a frame cannot be changed later.
5657
d5a845b4
SB
56582013-07-28 Stephen Berman <stephen.berman@gmx.net>
5659
5660 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
5661 replace-regexp-in-string and inadvertent omissions in previous change.
5662 (todo-filter-items): Ensure only file names are comma-separated in
42ee6f55 5663 name of filtered items buffer.
d5a845b4 5664
ddeffb17
JB
56652013-07-28 Juanma Barranquero <lekktu@gmail.com>
5666
5667 * desktop.el: Optionally force offscreen frames back onscreen.
5668 (desktop-restoring-reuses-frames): New option.
5669 (desktop--compute-pos, desktop--move-onscreen): New functions.
5670 (desktop--make-frame): Use desktop--move-onscreen.
5671
f5950f7a
AM
56722013-07-27 Alan Mackenzie <acm@muc.de>
5673
5674 Fontify a Java generic method as a function.
5675 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
5676 value to t.
5677
ae43b66a
SB
56782013-07-27 Stephen Berman <stephen.berman@gmx.net>
5679
5680 * calendar/todo-mode.el: Add command to rename todo files.
5681 (todo-rename-file): New command.
5682 (todo-key-bindings-t): Add key binding for it. Change the
5683 bindings of todo-filter-regexp-items(-multifile) to use `x'
5684 instead of `r', since the latter is better suited to the new
5685 renaming command.
5686
5ab78d3d
AM
56872013-07-27 Alan Mackenzie <acm@muc.de>
5688
5689 Make Java try-with-resources statement parse properly.
5690 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
5691 (c-block-stmt-1-2-key): New language constants/variables.
5692 * progmodes/cc-engine.el (c-beginning-of-statement-1)
5693 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
5694 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
44e18199 5695 with c-block-stmt-1-2-key.
5ab78d3d 5696
d85c4d50
JB
56972013-07-27 Juanma Barranquero <lekktu@gmail.com>
5698
5699 * desktop.el (desktop--make-frame): Apply most frame parameters after
5700 creating the frame to force (partially or totally) offscreen frames to
5701 be restored as such.
5702
e4c467f9
XF
57032013-07-26 Xue Fuqiao <xfq.free@gmail.com>
5704
5705 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
742a3501 5706 (Bug#14948)
e4c467f9 5707
7ced0d04
SM
57082013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
5711 `base' arg of backtrace-frame.
5712
fec92060
EZ
57132013-07-26 Eli Zaretskii <eliz@gnu.org>
5714
5715 * simple.el (list-processes): Doc fix.
5716
d58d31fb
JB
57172013-07-26 Juanma Barranquero <lekktu@gmail.com>
5718
5719 * desktop.el (desktop--select-frame):
d85c4d50 5720 Try harder to reuse existing frames.
d58d31fb 5721
53ff3e77
SM
57222013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
5725 (edebug-eval): Use backtrace-eval.
5726 (edebug--display, edebug--recursive-edit): Don't let-bind the
5727 edebug-outer-* vars that keep track of variables we locally let-bind.
5728 (edebug-outside-excursion): Don't restore outside values of locally
5729 let-bound vars.
5730 (edebug--display): Use user-error.
5731 (cl-lexical-debug, cl-debug-env): Remove.
5732
045f7a53
JB
57332013-07-26 Juanma Barranquero <lekktu@gmail.com>
5734
5735 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
5736 are restored to be sure that they are visible before deleting any
5737 remaining ones.
5738
59070b32
MM
57392013-07-26 Matthias Meulien <orontee@gmail.com>
5740
742a3501
XF
5741 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
5742 vc-print-root-log. (Bug#14948)
59070b32 5743
b1fb3596
RS
57442013-07-26 Richard Stallman <rms@gnu.org>
5745
5746 Add aliases for encrypting mail.
5747 * epa.el (epa-mail-aliases): New option.
5748 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
5749 Bind inhibit-read-only so read-only text doesn't ruin everything.
5750 (epa-mail-default-recipients): New subroutine broken out.
5751 Handle epa-mail-aliases.
5752
56ea7291
SM
57532013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
5754
5755 Add support for lexical variables to the debugger's `e' command.
5756 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
5757 vars, except for debugger-outer-match-data.
5758 (debugger-frame-number): Move check for "on a function call" from
5759 callers into it. Add `skip-base' argument.
5760 (debugger-frame, debugger-frame-clear): Simplify accordingly.
5761 (debugger-env-macro): Only reset the state stored in non-variables,
5762 i.e. current-buffer and match-data.
5763 (debugger-eval-expression): Rewrite using backtrace-eval.
5764 * subr.el (internal--called-interactively-p--get-frame): Remove.
5765 (called-interactively-p):
5766 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
5767 `base' arg of backtrace-frame instead.
5768
15ac32d5
GM
57692013-07-26 Glenn Morris <rgm@gnu.org>
5770
8358a09d
GM
5771 * align.el (align-regexp): Doc fix. (Bug#14857)
5772 (align-region): Explicit error if subexpression missing/does not match.
5773
15ac32d5
GM
5774 * simple.el (global-visual-line-mode):
5775 Do not duplicate the mode lighter. (Bug#14858)
5776
f47ad11b
MR
57772013-07-25 Martin Rudalics <rudalics@gmx.at>
5778
5779 * window.el (display-buffer): In display-buffer bind
5780 split-window-keep-point to t, bug#14829.
5781
02530987
JB
57822013-07-25 Juanma Barranquero <lekktu@gmail.com>
5783
5784 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
5785 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
5786 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
5787 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5788 Change accordingly.
f63ebeb5
JB
5789 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
5790 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
02530987 5791
6ccb9cab 57922013-07-25 Glenn Morris <rgm@gnu.org>
29bbcfa7 5793
6ccb9cab 5794 * dired-x.el (dired-mark-extension): Convert comment to doc string.
ce887515 5795
cb3a56d2
JB
57962013-07-25 Juanma Barranquero <lekktu@gmail.com>
5797
5798 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
5799 parameter to modify-frame-parameters if the value has not changed;
5800 this is a workaround for bug#14949.
5801 (desktop--make-frame): On cl-delete-if call, check parameter name,
5802 not full parameter.
5803
7aa7fff0
XF
58042013-07-30 Xue Fuqiao <xfq.free@gmail.com>
5805
5806 * vc/vc.el (vc-ignore): New function.
5807
5808 * vc/vc-svn.el (vc-svn-ignore): New function.
5809
5810 * vc/vc-hg.el (vc-hg-ignore): New function.
5811
5812 * vc/vc-git.el (vc-git-ignore): New function.
5813
5814 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
5815 (vc-dir-ignore): New function.
5816
5817 * vc/vc-cvs.el (vc-cvs-ignore): New function.
1e6c6007 5818 (cvs-append-to-ignore): Move here from pcvs.el.
7aa7fff0
XF
5819
5820 * vc/vc-bzr.el (vc-bzr-ignore): New function.
5821
5822 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
5823
889acc5c
JB
58242013-07-24 Juanma Barranquero <lekktu@gmail.com>
5825
5826 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
5827 (desktop-restore-frames): Warn when deleting an existing frame failed.
5828
86c40970
GM
58292013-07-24 Glenn Morris <rgm@gnu.org>
5830
5831 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
5832
d5d3c58a
MA
58332013-07-24 Michael Albinus <michael.albinus@gmx.de>
5834
5835 * filenotify.el (file-notify-supported-p):
5836 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
5837 Remove functions.
5838
5839 * autorevert.el (auto-revert-use-notify):
5840 (auto-revert-notify-add-watch):
5841 * net/tramp.el (tramp-file-name-for-operation):
5842 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5843 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5844 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5845 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5846 Remove `file-notify-supported-p' entry.
5847
d100084b
GM
58482013-07-24 Glenn Morris <rgm@gnu.org>
5849
5850 * printing.el: Replace all uses of deleted ps-windows-system,
ff65ca0d 5851 ps-lp-system, ps-flatten-list with lpr- versions.
d100084b 5852
ac93e56b
SM
58532013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5854
249eea30
SM
5855 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
5856 checked with memq (bug#14935).
5857
ac93e56b
SM
5858 * files.el (revert-buffer-function): Use a non-nil default.
5859 (revert-buffer-preserve-modes): Declare var to
5860 provide access to the `preserve-modes' argument.
5861 (revert-buffer): Let-bind it.
5862 (revert-buffer--default): New function, extracted from revert-buffer.
5863
2cdeb903
SM
58642013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
5865
5866 * lpr.el: Signal print errors more prominently.
5867 (print-region-function): Don't default to nil.
5868 (lpr-print-region): New function, extracted from print-region-1.
5869 Check lpr's return value and signal an error in case of problem.
5870 (print-region-1): Use it.
5871 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
5872 versions instead.
5873 (ps-printer-name): Default to nil.
5874 (ps-printer-name-option): Default to lpr-printer-switch.
5875 (ps-print-region-function): Don't default to nil.
5876 (ps-postscript-code-directory): Simplify default.
5877 (ps-do-despool): Use lpr-print-region to properly check the outcome.
5878 (ps-string-list, ps-eval-switch, ps-flatten-list)
5879 (ps-flatten-list-1): Remove.
5880 (ps-multibyte-buffer): Avoid setq.
5881 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
5882 (print-region-function, ps-print-region-function): Don't set them here.
5883
73600831
XF
58842013-07-24 Xue Fuqiao <xfq.free@gmail.com>
5885
0e55c076
XF
5886 * ido.el (ido-fractionp):
5887 (ido-cache-ftp-work-directory-time, ido-max-prospects, ido-mode)
5888 (ido-max-file-prompt-width, ido-unc-hosts-cache)
5889 (ido-max-directory-size, ido-max-dir-file-cache)
5890 (ido-decorations): Doc fix.
5891
73600831
XF
5892 * ansi-color.el: Fix old URL.
5893
3d012865
MM
58942013-07-23 Michael R. Mauger <michael@mauger.com>
5895
e903c210 5896 * progmodes/sql.el: Version 3.3
3d012865
MM
5897 (sql-product-alist): Improve oracle :prompt-cont-regexp.
5898 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
5899 (sql-interactive-remove-continuation-prompt): Rewrite, use
5900 functions above. Fix continuation prompt and complete output line
5901 handling.
5902 (sql-redirect-one, sql-execute): Use `read-only-mode' on
5903 redirected output buffer.
5904 (sql-mode): Restore deleted code (Bug#13591).
5905
da77a2e2
JB
59062013-07-23 Juanma Barranquero <lekktu@gmail.com>
5907
5908 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
5909
80ff0c71
MA
59102013-07-23 Michael Albinus <michael.albinus@gmx.de>
5911
5912 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
5913
5914 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5915 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5916 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
5917
b61d71e4
JB
59182013-07-23 Juanma Barranquero <lekktu@gmail.com>
5919
5920 * desktop.el (desktop-clear): Simplify; remove useless checks
5921 against invalid buffer names.
5922 (desktop-list*): Use cl-list*.
5923 (desktop-buffer-info, desktop-create-buffer): Simplify.
5924
c3512092
LL
59252013-07-23 Leo Liu <sdl.web@gmail.com>
5926
5927 * bookmark.el (bookmark-make-record): Restore NAME as a default
5928 value. (Bug#14933)
5929
0ac26976
SM
59302013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
5931
7d22ce18
SM
5932 * emacs-lisp/autoload.el (autoload--setup-output): New function,
5933 extracted from autoload--insert-text.
5934 (autoload--insert-text): Remove.
5935 (autoload--print-cookie-text): New function, extracted from
5936 autoload--insert-cookie-text.
5937 (autoload--insert-cookie-text): Remove.
5938 (autoload-generate-file-autoloads): Adjust calls accordingly.
5939
9b2607e8
SM
5940 * winner.el (winner-hook-installed-p): Remove.
5941 (winner-mode): Simplify accordingly.
5942
c43a8618
SM
5943 * subr.el (add-to-list): Fix compiler-macro when `append' is
5944 not constant. Don't use `cl-member' for the base case.
5945
0ac26976
SM
5946 * progmodes/subword.el: Fix boundary case (bug#13758).
5947 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
5948 own group.
5949 (subword-backward-regexp): Make it a constant.
5950 (subword-forward-internal): Don't treat a trailing capital as the
5951 beginning of a word.
5952
6874724a
AR
59532013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
5954
5955 * emacs-lisp/package.el (package-menu-mode): Don't modify the
5956 global value of tabulated-list-revert-hook (bug#14930).
5957
70f1b5e8
JB
59582013-07-22 Juanma Barranquero <lekktu@gmail.com>
5959
a1c80d9d
JB
5960 * desktop.el: Require 'cl-lib.
5961 (desktop-before-saving-frames-functions): New hook.
5962 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
5963 for frames being saved. Rename from desktop--save-minibuffer-frames.
5964 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
0ac26976
SM
5965 Do not save frames with non-nil `desktop-dont-save' parameter.
5966 Filter out deleted frames.
a1c80d9d
JB
5967 (desktop--find-frame): Use cl-find-if.
5968 (desktop--select-frame): Use cl-(first|second|third) to access values
5969 of desktop-mini.
5970 (desktop--make-frame): Use cl-delete-if.
5971 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
5972 (desktop-restore-frames): Use cl-(first|second|third) to access values
5973 of desktop-mini. Look for visible frame at the end, not while
5974 restoring frames.
5975
70f1b5e8
JB
5976 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
5977 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
5978 Use string-match-p, looking-at-p (bug#14927).
5979
728dc3cc
JB
59802013-07-21 Juanma Barranquero <lekktu@gmail.com>
5981
56bc453c
JB
5982 * desktop.el (desktop-saved-frame-states):
5983 Rename from desktop--saved-states; all users changed.
5984 (desktop-save-frames): Rename from desktop--save-frames.
5985 Do not save state to desktop file.
5986 (desktop-save): Save desktop-saved-frame-states to desktop file
5987 and reset to nil.
5988 (desktop-restoring-frames-p): New function.
5989 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
5990 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
5991 buffer-lists when restoring frames. Suggested by Martin Rudalics.
5992
728dc3cc
JB
5993 * desktop.el: Correctly restore iconified frames.
5994 (desktop--filter-iconified-position): New function.
5995 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
5996
862f1c9c
GM
59972013-07-20 Glenn Morris <rgm@gnu.org>
5998
c4074c9f
GM
5999 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
6000 Let `message' do the formatting.
6001 (def-gdb-preempt-display-buffer): Add explicit format.
6002
d828e5f9
GM
6003 * image-dired.el (image-dired-track-original-file):
6004 Use with-current-buffer.
6005 (image-dired-track-thumbnail): Use with-current-buffer.
6006 Avoid changing point of wrong window.
6007
862f1c9c
GM
6008 * image-dired.el (image-dired-track-original-file):
6009 Avoid changing point of wrong window. (Bug#14909)
6010
f0398ec1 60112013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
188c1ae6
RC
6012
6013 * progmodes/gdb-mi.el (gdb-done-or-error):
6014 Guard against "%" in gdb output. (Bug#14127)
6015
1451928f
AS
60162013-07-20 Andreas Schwab <schwab@linux-m68k.org>
6017
763a086d
JB
6018 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
6019 (Bug#14826)
f7a03897 6020
1451928f
AS
6021 * international/mule.el (coding-system-iso-2022-flags): Fix last
6022 change.
6023
99107004
KH
60242013-07-20 Kenichi Handa <handa@gnu.org>
6025
763a086d
JB
6026 * international/mule.el (coding-system-iso-2022-flags):
6027 Add `8-bit-level-4'. (Bug#8522)
99107004 6028
48494e06
LMI
60292013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
6030
8ba8eec5
LMI
6031 * net/shr.el (shr-mouse-browse-url): New command and keystroke
6032 (bug#14815).
6033
dfbc66e3
LMI
6034 * net/eww.el (eww-process-text-input): Allow inputting when the
6035 point is at the start of the line, as the properties aren't
6036 front-sticky.
6037
48494e06
LMI
6038 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
6039 degenerate widths.
6040
77c92cb9
RS
60412013-07-19 Richard Stallman <rms@gnu.org>
6042
aec7da77
RS
6043 * epa.el (epa-popup-info-window): Doc fix.
6044
77c92cb9
RS
6045 * subr.el (split-string): New arg TRIM.
6046
945c5bb1
JB
60472013-07-18 Juanma Barranquero <lekktu@gmail.com>
6048
6049 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
6050 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
6051
e06ec67f
MA
60522013-07-18 Michael Albinus <michael.albinus@gmx.de>
6053
c7064f05 6054 * filenotify.el (file-notify--library): Rename from
e06ec67f
MA
6055 `file-notify-support'. Do not autoload. Adapt all uses.
6056 (file-notify-supported-p): New defun.
6057
c7064f05
JB
6058 * autorevert.el (auto-revert-use-notify):
6059 Use `file-notify-supported-p' instead of `file-notify-support'.
6060 Adapt docstring.
e06ec67f
MA
6061 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
6062
6063 * net/tramp.el (tramp-file-name-for-operation):
6064 Add `file-notify-supported-p'.
6065
6066 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
6067 New defun.
6068 (tramp-sh-file-name-handler-alist): Add it as handler for
6069 `file-notify-supported-p '.
6070
6071 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
6072 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6073 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6074 Add `ignore' as handler for `file-notify-*' functions.
6075
5dc8a629
EZ
60762013-07-17 Eli Zaretskii <eliz@gnu.org>
6077
6078 * simple.el (line-move-partial, line-move): Don't start vscroll or
6079 scroll-up if the current line is not taller than the window.
6080 (Bug#14881)
6081
77aea2fb
DG
60822013-07-16 Dmitry Gutov <dgutov@yandex.ru>
6083
6084 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
6085 highlight question marks in the method names as strings.
ac72c08d
DG
6086 (ruby-block-beg-keywords): Inline.
6087 (ruby-font-lock-keyword-beg-re): Extract from
6088 `ruby-font-lock-keywords'.
77aea2fb 6089
18c26d81
JD
60902013-07-16 Jan Djärv <jan.h.d@swipnet.se>
6091
6092 * frame.el (blink-cursor-blinks): New defcustom.
6093 (blink-cursor-blinks-done): New defvar.
6094 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
6095 (blink-cursor-timer-function): Check if number of blinks has been
6096 done on X and NS.
6097 (blink-cursor-suspend, blink-cursor-check): New defuns.
6098
da48522e
GM
60992013-07-15 Glenn Morris <rgm@gnu.org>
6100
6101 * edmacro.el (edmacro-format-keys): Fix previous change.
6102
0463c1ef
PE
61032013-07-15 Paul Eggert <eggert@cs.ucla.edu>
6104
6105 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
6106 The hack didn't work outside English locales anyway.
6107
b43f6451
JB
61082013-07-15 Juanma Barranquero <lekktu@gmail.com>
6109
6110 * simple.el (define-alternatives): Rename from alternatives-define,
6111 per RMS' suggestion.
6112
b958c0ad
JB
61132013-07-14 Juanma Barranquero <lekktu@gmail.com>
6114
6115 * desktop.el (desktop-restore-frames): Change default to t.
6116 (desktop-restore-in-current-display): Now offer more options.
6117 (desktop-restoring-reuses-frames): New customization option.
6118 (desktop--saved-states): Doc fix.
6119 (desktop-filter-parameters-alist): New variable, renamed and expanded
6120 from desktop--excluded-frame-parameters.
6121 (desktop--target-display): New variable.
6122 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
6123 (desktop--filter-tty*, desktop--filter-*-color)
6124 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
6125 (desktop--filter-save-desktop-parm)
6126 (desktop-restore-in-original-display-p): New functions.
6127 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
6128 (desktop--save-minibuffer-frames): New function, inspired by a similar
6129 function from Martin Rudalics.
6130 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
6131 (desktop--restore-in-this-display-p): Remove.
6132 (desktop--find-frame): Rename from desktop--find-frame-in-display
6133 and add predicate argument.
6134 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
6135 (desktop--reuse-list): New variable.
6136 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
6137 New functions.
6138 (desktop--restore-frames): Add support for "minibuffer-special" frames.
6139
f6dd8b36
MA
61402013-07-14 Michael Albinus <michael.albinus@gmx.de>
6141
6142 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
6143
2ce3c565
DG
61442013-07-13 Dmitry Gutov <dgutov@yandex.ru>
6145
763a086d
JB
6146 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6147 Highlight conversion methods on Kernel.
2ce3c565 6148
2cdb7698
AM
61492013-07-13 Alan Mackenzie <acm@muc.de>
6150
6151 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
6152 and comment it out. This out-commenting enables certain C++
6153 declarations to be parsed correctly.
6154
1a67b811
EZ
61552013-07-13 Eli Zaretskii <eliz@gnu.org>
6156
1b796d6b
EZ
6157 * international/mule.el (define-coding-system): Doc fix.
6158
1a67b811
EZ
6159 * simple.el (default-font-height): Don't call font-info if the
6160 frame's default font didn't change since the frame was created.
6161 (Bug#14838)
6162
58fbe886
LL
61632013-07-13 Leo Liu <sdl.web@gmail.com>
6164
6165 * ido.el (ido-read-file-name): Guard against non-symbol value.
6166
1f0480d4
FEG
61672013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6168
6169 * progmodes/python.el (python-imenu--build-tree): Fix corner case
6170 in nested defuns.
6171
97ead0e5
LL
61722013-07-13 Leo Liu <sdl.web@gmail.com>
6173
6174 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
6175 ido-set-matches call. (Bug#6852)
6176
0880a952
DG
61772013-07-12 Dmitry Gutov <dgutov@yandex.ru>
6178
6179 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re):
6180 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
6181 Ruby 2.0.
6182 (ruby-font-lock-keywords): Distinguish calls to functions with
6183 module-like names from module references. Highlight character
6184 literals.
6185
a7d8babb
SDJ
61862013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
6187
6188 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
6741ad6c 6189 (gdb-send): Handle continued commands. (Bug#14847)
a7d8babb 6190
acfcc8c5
JB
61912013-07-12 Juanma Barranquero <lekktu@gmail.com>
6192
6193 * desktop.el (desktop--v2s): Remove unused local variable.
6194 (desktop-save-buffer): Make defvar-local; adjust docstring.
6195 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
6196 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
6197
051f2775
AS
61982013-07-12 Andreas Schwab <schwab@linux-m68k.org>
6199
6200 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
6201
f24e7572
GM
62022013-07-12 Eli Zaretskii <eliz@gnu.org>
6203
6204 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
6205 (Bug#14842)
6206
539a920c
GM
62072013-07-12 Glenn Morris <rgm@gnu.org>
6208
6209 * doc-view.el: Require cl-lib at runtime too.
6210 (doc-view-remove-if): Remove.
6211 (doc-view-search-next-match, doc-view-search-previous-match):
6212 Use cl-remove-if.
6213
6214 * edmacro.el: Require cl-lib at runtime too.
6215 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
6216 (edmacro-mismatch, edmacro-subseq): Remove.
6217
6218 * shadowfile.el: Require cl-lib.
6219 (shadow-remove-if): Remove.
6220 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
6221 Use cl-remove-if.
6222
6223 * wid-edit.el: Require cl-lib.
6224 (widget-choose): Use cl-remove-if.
6225 (widget-remove-if): Remove.
6226
6227 * progmodes/ebrowse.el: Require cl-lib at runtime too.
6228 (ebrowse-delete-if-not): Remove.
6229 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
6230 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
6231 Use cl-delete-if-not.
6232
1048af7c
JB
62332013-07-12 Juanma Barranquero <lekktu@gmail.com>
6234
6235 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
6236 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
6237
6c0674ee
LL
62382013-07-12 Leo Liu <sdl.web@gmail.com>
6239
6240 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
6241
a19b3c2d
GM
62422013-07-11 Glenn Morris <rgm@gnu.org>
6243
4582a01c
GM
6244 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
6245 (edebug-gensym-index, edebug-gensym):
6246 Remove reimplementation of cl-gensym.
6247 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
6248
6249 * thumbs.el: Require cl-lib at run-time too.
6250 (thumbs-gensym-counter, thumbs-gensym):
6251 Remove reimplementation of cl-gensym.
6252 (thumbs-temp-file): Use cl-gensym.
6253
a19b3c2d
GM
6254 * emacs-lisp/ert.el: Require cl-lib at runtime too.
6255 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
6256 (ert--intersection, ert--set-difference, ert--set-difference-eq)
6257 (ert--union, ert--gensym-counter, ert--gensym-counter)
6258 (ert--coerce-to-vector, ert--remove*, ert--string-position)
6259 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
6260 (ert-make-test-unbound, ert--expand-should-1)
6261 (ert--expand-should, ert--should-error-handle-error)
6262 (should-error, ert--explain-equal-rec)
6263 (ert--plist-difference-explanation, ert-select-tests)
6264 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
6265 Use cl-lib functions rather than reimplementations.
6266
88f6a933
MA
62672013-07-11 Michael Albinus <michael.albinus@gmx.de>
6268
6269 * net/tramp.el (tramp-methods): Extend docstring.
6270 (tramp-connection-timeout): New defcustom.
6271 (tramp-error-with-buffer): Reset timestamp only when appropriate.
6272 (with-tramp-progress-reporter): Simplify.
6273 (tramp-process-actions): Improve messages.
6274
6275 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
6276 * net/tramp-sh.el (tramp-maybe-open-connection):
6277 Use `tramp-connection-timeout'.
6278 (tramp-methods) [su, sudo, ksu]: Add method specific timeouts.
6279 (Bug#14808)
6280
a43d577e
LL
62812013-07-11 Leo Liu <sdl.web@gmail.com>
6282
6283 * ido.el (ido-read-file-name): Conform to the requirements of
6284 read-file-name. (Bug#11861)
6285 (ido-read-directory-name): Conform to the requirements of
6286 read-directory-name.
6287
d77974bf
JB
62882013-07-11 Juanma Barranquero <lekktu@gmail.com>
6289
6290 * subr.el (delay-warning): New function.
6291
35cb8a3e
EZ
62922013-07-10 Eli Zaretskii <eliz@gnu.org>
6293
6294 * simple.el (default-line-height): New function.
6295 (line-move-partial, line-move): Use it instead of computing the
6296 line height inline.
6297 (line-move-partial): Always compute ROWH. If the last line is
6298 partially-visible, but its text is completely visible, allow
6299 cursor to enter such a partially-visible line.
6300
525c5c77
MA
63012013-07-10 Michael Albinus <michael.albinus@gmx.de>
6302
6303 Improve error messages. (Bug#14808)
6304
6305 * net/tramp.el (tramp-current-connection): New defvar, moved from
6306 tramp-sh.el.
0ac26976 6307 (tramp-message-show-progress-reporter-message): Remove, not
525c5c77 6308 needed anymore.
0ac26976
SM
6309 (tramp-error-with-buffer): Show message in minibuffer.
6310 Discard input before waiting. Reset connection timestamp.
525c5c77
MA
6311 (with-tramp-progress-reporter): Improve messages.
6312 (tramp-process-actions): Use progress reporter. Delete process in
6313 case of error. Improve messages.
6314
763a086d
JB
6315 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
6316 Call `tramp-error-with-buffer' with vector and buffer.
0ac26976 6317 (tramp-current-connection): Remove.
525c5c77
MA
6318 (tramp-maybe-open-connection): The car of
6319 `tramp-current-connection' are the first 3 slots of the vector.
6320
c7a4d368
TZ
63212013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
6322
6323 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
6324 inside continued strings.
6325
954b166e
PE
63262013-07-10 Paul Eggert <eggert@cs.ucla.edu>
6327
6328 Timestamp fixes for undo (Bug#14824).
6329 * files.el (clear-visited-file-modtime): Move here from fileio.c.
6330
56973319
LL
63312013-07-10 Leo Liu <sdl.web@gmail.com>
6332
6333 * files.el (require-final-newline): Allow safe local value.
6334 (Bug#14834)
6335
5550a72c
LL
63362013-07-09 Leo Liu <sdl.web@gmail.com>
6337
6338 * ido.el (ido-read-directory-name): Handle fallback.
6339 (ido-read-file-name): Update DIR to ido-current-directory.
6340 (Bug#1516)
c28b9050 6341 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
5550a72c 6342
70c46b28
DG
63432013-07-09 Dmitry Gutov <dgutov@yandex.ru>
6344
6345 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
6346 "autoload". Remove "warn lower camel case" section, previously
6347 commented out. Highlight negation char. Do not highlight the
6348 target in singleton method definitions.
6349
0b64b838
SM
63502013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
6351
7fd72e2c
SM
6352 * faces.el (tty-setup-hook): Declare the hook.
6353
0b64b838
SM
6354 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
6355 and detect when a guard/pred depends on local vars (bug#14773).
6356 (pcase--u1): Adjust caller.
6357
ab49d60b
EZ
63582013-07-08 Eli Zaretskii <eliz@gnu.org>
6359
6360 * simple.el (line-move-partial, line-move): Account for
6361 line-spacing.
701d79aa
EZ
6362 (line-move-partial): Avoid setting vscroll when the last
6363 partially-visible line in window is of default height.
ab49d60b 6364
2d756ae0
LMI
63652013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
6366
6367 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
6368 been used a while.
6369
ed095bd7
JB
63702013-07-07 Juanma Barranquero <lekktu@gmail.com>
6371
6372 * subr.el (read-quoted-char): Remove unused local variable `char'.
6373
f1e6674b
MK
63742013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
6375
584ee3fc
GM
6376 * ediff.el (ediff-version): Version update.
6377 (ediff-files-command, ediff3-files-command, ediff-merge-command)
6378 (ediff-merge-with-ancestor-command, ediff-directories-command)
6379 (ediff-directories3-command, ediff-merge-directories-command)
6380 (ediff-merge-directories-with-ancestor-command): New functions.
6381 All are command-line interfaces to ediff: to facilitate calling
6382 Emacs with the appropriate ediff functions invoked.
5165d44a
JB
6383
6384 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
6385 (viper-save-kill-buffer): Check if buffer is modified.
5165d44a 6386
584ee3fc
GM
6387 * viper.el (viper-version): Version update.
6388 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
5165d44a 6389
584ee3fc
GM
63902013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
6391
6392 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
6393 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
6394 (viper-intercept-ESC-key): Simplify.
6395 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
6396 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
6397 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
6398 (viper-setup-ESC-to-escape): New functions.
6399 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
6400 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
ed095bd7 6401
9aff9b38
EZ
64022013-07-07 Eli Zaretskii <eliz@gnu.org>
6403
5165d44a
JB
6404 * simple.el (default-font-height, window-screen-lines):
6405 New functions.
9aff9b38
EZ
6406 (line-move, line-move-partial): Use them instead of
6407 frame-char-height and window-text-height. This makes scrolling
6408 text smoother when the buffer's default face uses a font that is
6409 different from the frame's default font.
6410
1afb1d07
JD
64112013-07-06 Jan Djärv <jan.h.d@swipnet.se>
6412
6413 * files.el (write-file): Do not display confirm dialog for NS,
6414 it does its own dialog, which can't be cancelled (Bug#14578).
6415
23de972a
EZ
64162013-07-06 Eli Zaretskii <eliz@gnu.org>
6417
6418 * simple.el (line-move-partial): Adjust the row returned by
6419 posn-at-point for the current window-vscroll. (Bug#14567)
6420
54a42486
MA
64212013-07-06 Michael Albinus <michael.albinus@gmx.de>
6422
6423 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter):
6424 (tramp-sh-file-inotifywait-process-filter): Handle file names with
6425 spaces.
6426
34ada5f4
MR
64272013-07-06 Martin Rudalics <rudalics@gmx.at>
6428
6429 * window.el (window-state-put-stale-windows): New variable.
6430 (window--state-put-2): Save list of windows without matching buffer.
6431 (window-state-put): Remove "bufferless" windows if possible.
6432
11e03d89
JB
64332013-07-06 Juanma Barranquero <lekktu@gmail.com>
6434
6435 * simple.el (alternatives-define): Remove leftover :group keyword.
6436 Tweak docstring.
6437
3504a4be
LL
64382013-07-06 Leo Liu <sdl.web@gmail.com>
6439
6440 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
6441 (ido-enable-virtual-buffers): New variable.
6442 (ido-buffer-internal, ido-toggle-virtual-buffers)
6443 (ido-make-buffer-list): Use it.
6444 (ido-exhibit): Support turning on and off virtual buffers
6445 automatically.
6446
61e56e2c
JB
64472013-07-06 Juanma Barranquero <lekktu@gmail.com>
6448
6449 * simple.el (alternatives-define): New macro.
6450
321e1a9c
SM
64512013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * subr.el (read-quoted-char): Use read-key.
6454 (sit-for): Let read-event decode tty input (bug#14782).
6455
d610f6dd
SB
64562013-07-05 Stephen Berman <stephen.berman@gmx.net>
6457
6458 * calendar/todo-mode.el: Add handling of file deletion, both by
321e1a9c
SM
6459 mode command and externally. Fix various related bugs.
6460 Clarify Commentary and improve some documentation strings and code.
d610f6dd
SB
6461 (todo-delete-file): New command.
6462 (todo-check-file): New function.
6463 (todo-show): Handle external deletion of the file we're trying to
6464 show (bug#14688). Replace called-interactively-p by an optional
6465 prefix argument to avoid problematic interaction with catch form
6466 when byte compiled (bug#14702).
6467 (todo-quit): Handle external deletion of the archive's todo file.
6468 Make sure the buffer that was visiting the archive file is still
6469 live before trying to bury it.
6470 (todo-category-completions): Handle external deletion of any
6471 category completion files.
6472 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
6473 of todo files, in case of external deletion.
6474 (todo-add-file): Replace unnecessary setq by let-binding.
6475 (todo-find-archive): Check whether there are any archives.
6476 Replace unnecessary setq by let-binding.
6477 (todo-archive-done-item): Use find-file-noselect to get the
321e1a9c
SM
6478 archive buffer whether or not the archive already exists.
6479 Remove superfluous code. Use file size instead of buffer-file-name to
d610f6dd
SB
6480 check if the archive is new; if it is, update list of archives.
6481 (todo-default-todo-file): Allow nil to be a valid value for when
6482 there are no todo files.
6483 (todo-reevaluate-default-file-defcustom): Use corrected definition
6484 of todo-default-todo-file.
6485 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
6486 (todo-delete-category, todo-show-categories-table)
6487 (todo-category-number): Clarify comment.
6488 (todo-filter-items): Clarify documentation string.
6489 (todo-show-current-file, todo-display-as-todo-file)
6490 (todo-reset-and-enable-done-separator): Tweak documentation string.
6491 (todo-done-separator): Make separator length window-width, since
6492 bug#2749 is now fixed.
6493
ddbdfd6f
MA
64942013-07-05 Michael Albinus <michael.albinus@gmx.de>
6495
321e1a9c
SM
6496 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6497 Support both "gvfs-monitor-dir" and "inotifywait".
6498 (tramp-sh-file-inotifywait-process-filter): Rename from
ddbdfd6f
MA
6499 `tramp-sh-file-notify-process-filter'.
6500 (tramp-sh-file-gvfs-monitor-dir-process-filter)
6501 (tramp-get-remote-gvfs-monitor-dir): New defuns.
6502
96eb829a
LL
65032013-07-05 Leo Liu <sdl.web@gmail.com>
6504
6505 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
6506
cf13177e
YM
65072013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6508
6509 * frame.el (display-pixel-height, display-pixel-width)
6510 (display-mm-height, display-mm-width): Mention behavior on
6511 multi-monitor setups in docstrings.
6512 (w32-display-monitor-attributes-list): Declare function.
6513 (display-monitor-attributes-list): Use it.
6514
864c58ca
MA
65152013-07-04 Michael Albinus <michael.albinus@gmx.de>
6516
6517 * filenotify.el: New package.
6518
6519 * autorevert.el (top): Require filenotify.el.
6520 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
6521 instead.
6522 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
6523 (auto-revert-notify-handler): Use `file-notify-*' functions.
6524
6525 * subr.el (file-notify-handle-event): Move function to filenotify.el.
6526
321e1a9c
SM
6527 * net/tramp.el (tramp-file-name-for-operation):
6528 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
864c58ca
MA
6529
6530 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
6531 for `file-notify-add-watch' and `file-notify-rm-watch'.
6532 (tramp-process-sentinel): Improve trace.
6533 (tramp-sh-handle-file-notify-add-watch)
6534 (tramp-sh-file-notify-process-filter)
6535 (tramp-sh-handle-file-notify-rm-watch)
6536 (tramp-get-remote-inotifywait): New defuns.
6537
96673afe
JL
65382013-07-03 Juri Linkov <juri@jurta.org>
6539
6540 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
6541 call of `occur-read-primary-args' to interactive spec.
6542
6543 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
6544 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
6545
924494f4
MM
65462013-07-03 Matthias Meulien <orontee@gmail.com>
6547
6548 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
6549 `Buffer-menu-multi-occur'. Add it to the menu.
6550 (Buffer-menu-mode): Document it in docstring.
6551 (Buffer-menu-multi-occur): New command. (Bug#14673)
6552
56f75efc
DG
65532013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6554
6555 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
6556 keywords and built-ins.
6557
9b057d61
GM
65582013-07-03 Glenn Morris <rgm@gnu.org>
6559
208dee4d
GM
6560 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
6561
9b057d61
GM
6562 Make info-xref checks case-sensitive by default
6563 * info.el (Info-find-node, Info-find-in-tag-table)
6564 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
6565 Add option for exact case matching of nodes.
6566 * info-xref.el (info-xref): New custom group.
6567 (info-xref-case-fold): New option.
6568 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
6569
e01aa29c
LL
65702013-07-03 Leo Liu <sdl.web@gmail.com>
6571
6572 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
6573
3086ca2e
DG
65742013-07-03 Dmitry Gutov <dgutov@yandex.ru>
6575
6576 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
6577 middle of block statement initially, lower the depth. Remove
6578 FIXME comment, not longer valid. Remove middle of block statement
6579 detection, no need to do that anymore since we've been using
6580 `ruby-parse-region' here.
6581
a3b49114
JD
65822013-07-02 Jan Djärv <jan.h.d@swipnet.se>
6583
6584 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
6585
08e5c823 65862013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
c737dcb1
KY
6587
6588 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
6589
2addf922
JB
65902013-07-01 Juanma Barranquero <lekktu@gmail.com>
6591
6592 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
6593 (desktop-restore-in-current-display): New customization option.
6594 (desktop--excluded-frame-parameters): Add `font'.
6595 (desktop--save-frames): Rename from desktop--save-windows.
6596 (desktop--restore-in-this-display-p): New function.
6597 (desktop--make-full-frame): Remove unwanted width/height from
6598 full(width|height) frames.
6599 (desktop--restore-frames): Rename from desktop--restore-windows.
6600 Obey desktop-restore-current-display. Do not delete old frames or
6601 select a new frame unless we were able to restore at least one frame.
6602
ef099a94
MN
66032013-06-30 Michal Nazarewicz <mina86@mina86.com>
6604
6605 * files.el (find-file-noselect): Simplify conditional expression.
6606
6607 * remember.el (remember-append-to-file):
6608 Don't mix `find-buffer-visiting' and `get-file-buffer'.
6609
6610 Add `remember-notes' function to store random notes across Emacs
6611 restarts.
6612 * remember.el (remember-data-file): Add :set callback to affect
6613 notes buffer (if any).
6614 (remember-notes): New command.
6615 (remember-notes-buffer-name, bury-remember-notes-on-kill):
6616 New defcustoms for the `remember-notes' function.
6617 (remember-notes-save-and-bury-buffer): New command.
6618 (remember-notes-mode-map): New variable.
6619 (remember-mode): New minor mode.
6620 (remember-notes--kill-buffer-query): New function.
6621 * startup.el (initial-buffer-choice): Add notes to custom type.
6622
0865d506
EZ
66232013-06-30 Eli Zaretskii <eliz@gnu.org>
6624
0ba54312
EZ
6625 * bindings.el (right-char, left-char): Don't call sit-for, this is
6626 no longer needed. Use arithmetic comparison only for numerical
6627 arguments.
6628
ef099a94
MN
6629 * international/mule-cmds.el (select-safe-coding-system):
6630 Handle the case of FROM being a string correctly. (Bug#14755)
0865d506 6631
2fae38e5
LMI
66322013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6633
6634 * net/shr.el (shr-make-table-1): Add a sanity check that allows
6635 progression on degenerate tables.
ef099a94 6636 (shr-rescale-image): ImageMagick animated images currently don't work.
2fae38e5 6637
a47cbd64
JB
66382013-06-30 Juanma Barranquero <lekktu@gmail.com>
6639
6640 Some fixes and improvements for desktop frame restoration.
6641 It is still experimental and disabled by default.
6642 * desktop.el (desktop--save-windows): Put the selected frame at
6643 the head of the list.
6644 (desktop--make-full-frame): New function.
6645 (desktop--restore-windows): Try to re-select the frame that was
6646 selected upon saving. Do not abort if some frames fail to restore,
7a3518fa
JB
6647 just show an error message and continue. Set up maximized frames
6648 so they have default non-maximized dimensions.
a47cbd64 6649
6dbafa30
DG
66502013-06-30 Dmitry Gutov <dgutov@yandex.ru>
6651
ef099a94
MN
6652 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6653 Don't start heredoc inside a string or comment.
6dbafa30 6654
4c672a0f
EZ
66552013-06-29 Eli Zaretskii <eliz@gnu.org>
6656
6657 * bindings.el (visual-order-cursor-movement): New defcustom.
6658 (right-char, left-char): Provide visual-order cursor motion by
6659 calling move-point-visually. Update the doc strings.
6660
50960f36
KH
66612013-06-28 Kenichi Handa <handa@gnu.org>
6662
6663 * international/mule.el (define-coding-system): New coding system
6664 properties :inhibit-null-byte-detection,
6665 :inhibit-iso-escape-detection, and :prefer-utf-8.
6666 (set-buffer-file-coding-system): If :charset-list property of
6667 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
6668 appropriate for setting.
6669
c1ea3abf
JB
6670 * international/mule-cmds.el (select-safe-coding-system):
6671 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
6672 multibyte characters, return utf-8 (or one of its siblings).
50960f36
KH
6673
6674 * international/mule-conf.el (prefer-utf-8): New coding system.
6675 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
6676 files.
6677
75dbaf9d
IK
66782013-06-28 Ivan Kanis <ivan@kanis.fr>
6679
eadb6068
IK
6680 * net/shr.el (shr-render-region): New function.
6681
75dbaf9d
IK
6682 * net/eww.el: Autoload `eww-browse-url'.
6683
9ea5cf9f
DG
66842013-06-27 Dmitry Gutov <dgutov@yandex.ru>
6685
c1ea3abf
JB
6686 * emacs-lisp/package-x.el (package-upload-buffer-internal):
6687 Adapt to `package-desc-version' being a list.
6688 Use `package--ac-desc-version' to retrieve version from a package
9ea5cf9f
DG
6689 archive element.
6690
39c0e36f
JB
66912013-06-27 Juanma Barranquero <lekktu@gmail.com>
6692
6693 New experimental feature to save&restore window and frame setup.
6694 * desktop.el (desktop-save-windows): New defcustom.
6695 (desktop--saved-states): New var.
6696 (desktop--excluded-frame-parameters): New defconst.
6697 (desktop--filter-frame-parms, desktop--find-frame-in-display)
6698 (desktop--restore-windows, desktop--save-windows): New functions.
6699 (desktop-save): Call `desktop--save-windows'.
6700 (desktop-read): Call `desktop--restore-windows'.
6701
7f13406b
LMI
67022013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6703
ef099a94 6704 * net/shr.el (add-face-text-property): Remove compat definition.
7f13406b 6705
1e072639
SB
67062013-06-27 Stephen Berman <stephen.berman@gmx.net>
6707
6708 * info.el (Info-try-follow-nearest-node): Move search for footnote
6709 above search for node name to prevent missing a footnote (bug#14717).
6710
f3e2cbde
SB
67112013-06-27 Stephen Berman <stephen.berman@gmx.net>
6712
6713 * obsolete/otodo-mode.el: Add obsolescence info to file header.
6714
99906aa0
LL
67152013-06-27 Leo Liu <sdl.web@gmail.com>
6716
6717 * net/eww.el (eww-read-bookmarks): Check file size.
6718
539f75f4
SM
67192013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6720
6721 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
6722 advice--pending if newdef is nil or an autoload (bug#13820).
6723 (advice-mapc): New function.
6724
843571cb
LMI
67252013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6726
6727 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
6728 probably.
23a75d7f 6729 (eww-mode-map): Add a menu bar.
2b4f0506
LMI
6730 (eww-add-bookmark): New command.
6731 (eww-bookmark-mode): New mode and commands.
a285ce99 6732 (eww-add-bookmark): Remove newlines from the title.
47fd571b 6733 (eww-bookmark-browse): Don't bug out if it's the only window.
843571cb 6734
f2136e1e
GM
67352013-06-26 Glenn Morris <rgm@gnu.org>
6736
eab35f39
GM
6737 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
6738 (hfy-size): Handle ttys. (Bug#14668)
6739
f2136e1e
GM
6740 * info-xref.el: Update for Texinfo 5 change in *note format.
6741 (info-xref-node-re, info-xref-note-re): New constants.
6742 (info-xref-check-buffer): Use info-xref-note-re.
6743
a49ff80c
SM
67442013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
6745
a343d218
SM
6746 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
6747
a49ff80c
SM
6748 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
6749 nil terminate the loop (bug#14718).
6750
8308f184
LMI
67512013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6752
6753 * net/eww.el: Rework history traversal. When going forward/back,
6754 put these actions into the history, too, so that they can be
6755 replayed.
26bf2b82 6756 (eww-render): Move the history reset to the correct buffer.
8308f184 6757
ec64c273
JL
67582013-06-25 Juri Linkov <juri@jurta.org>
6759
6760 * files-x.el (modify-dir-local-variable): Change the header comment
6761 in the file with directory local variables. (Bug#14692)
6762
e080a9d7
JL
6763 * files-x.el (read-file-local-variable-value): Add `default'.
6764 (Bug#14710)
6765
bfbc93a1
IK
67662013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6767
6768 * net/eww.el (eww-make-unique-file-name): Create a unique file
6769 name before saving to entering `y' accidentally asynchronously.
6770
67712013-06-25 Ivan Kanis <ivan@kanis.fr>
6772
6773 * net/eww.el (eww-download): New command and keystroke.
6774
16f74f10
LMI
67752013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6776
a49ff80c 6777 * net/eww.el (eww-copy-page-url): Change name of command.
16f74f10
LMI
6778
6779 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
6780 be more consistent with Info and dired.
6781
6782 * net/eww.el (eww-mode-map): Ditto.
6783
12059709
SM
67842013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
6787 packages from archives.
6788 (package-archive-contents): Change format; include obsolete packages.
6789 (package-desc): Use `dir' to mark builtin packages.
6790 (package--from-builtin): Set the `dir' field to `builtin'.
6791 (generated-autoload-file, version-control): Declare.
6792 (package-compute-transaction): Change first arg and return value to be
6793 lists of package-descs. Adjust to new package-archive-contents format.
6794 (package--add-to-archive-contents): Adjust to new
6795 package-archive-contents format.
6796 (package-download-transaction): Arg is now a list of package-descs.
6797 (package-install): If `pkg' is a package name, pass it as
6798 a requirement, so it is subject to the usual (e.g. disabled) checks.
6799 (describe-package): Accept package-desc as well.
6800 (describe-package-1): Describe a specific package-desc. Add links to
6801 other package-descs for the same package name.
6802 (package-menu-describe-package): Pass the actual package-desc.
6803 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
6804 works correctly.
6805 (package-desc-status): New function.
6806 (package-menu--refresh): New function, extracted
6807 from package-menu--generate.
6808 (package-menu--generate): Use it.
6809 (package-delete): Update package-alist.
6810 (package-menu-execute): Don't call package-initialize.
6811
6812 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
6813 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
6814 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
6815 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
6816 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
6817 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
6818
8bbdea0f
MR
68192013-06-25 Martin Rudalics <rudalics@gmx.at>
6820
6821 * window.el (window--state-get-1): Workaround for bug#14527.
6822 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
6823
e82b0991
LMI
68242013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6825
6826 * net/eww.el (eww-back-url): Implement the history by stashing all
6827 the data into a list.
d3f0f918 6828 (eww-forward-url): Allow going forward in the history, too.
e82b0991 6829
c763842b
SM
68302013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
6831
6832 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
6833 for values and use read--expression for expressions (bug#14710).
6834 (read-file-local-variable): Avoid setq.
6835 (read-file-local-variable-mode): Use minor-mode-list.
6836
bceff189
RW
68372013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6838
864c58ca 6839 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
bceff189
RW
6840 for DOI URLs.
6841
45f431c6
RW
68422013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6843
864c58ca 6844 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
45f431c6
RW
6845 Update imenu-support when dialect changes.
6846
f42d8237
LL
68472013-06-25 Leo Liu <sdl.web@gmail.com>
6848
6849 * ido.el (ido-read-internal): Allow forward slash on windows.
6850
be549ce6
LMI
68512013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6852
6853 * net/eww.el (eww): Start of strings is \\`, not ^.
6854
71d4c19d
IK
68552013-06-24 Ivan Kanis <ivan@kanis.fr>
6856
5196f88a
IK
6857 * net/shr.el (shr-browse-url): Fix interactive spec.
6858
71d4c19d
IK
6859 * net/eww.el (eww): Add a trailing slash to domain names.
6860
ae36ca55
JB
68612013-06-24 Juanma Barranquero <lekktu@gmail.com>
6862
6863 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
6864
0ebd92a3
LMI
68652013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6866
bdaa086b
LMI
6867 * net/shr.el (shr-browse-url): Use an external browser if given a
6868 prefix.
6869
c763842b 6870 * net/eww.el (eww-external-browser): Move to shr.
0ebd92a3 6871
b89fc156
IK
68722013-06-24 Ivan Kanis <ivan@kanis.fr>
6873
6874 * net/eww.el (eww): Work more correctly for file: URLs.
6875 (eww-detect-charset): Allow quoted charsets.
6876 (eww-yank-page-url): New command and keystroke.
6877
18eb4bca
DU
68782013-06-24 Daiki Ueno <ueno@gnu.org>
6879
6880 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
6881 file name of gpg executable.
6882 (epg-context-program): New function.
6883 (epg-context-home-directory): New function.
6884 (epg-context-set-program): New function.
6885 (epg-context-set-home-directory): New function.
6886 (epg--start): Use `epg-context-program' instead of
6887 'epg-gpg-program'.
6888 (epg--list-keys-1): Likewise.
6889
6c6268c8
LL
68902013-06-24 Leo Liu <sdl.web@gmail.com>
6891
6892 * ido.el (ido-read-internal): Fix bug#14620.
6893
5e400cb3
JB
68942013-06-23 Juanma Barranquero <lekktu@gmail.com>
6895
6896 * faces.el (face-documentation): Simplify.
6897 (read-face-attribute, tty-find-type, x-resolve-font-name):
6898 Use `string-match-p'.
6899 (list-faces-display): Use `string-match-p'. Simplify.
6900 (face-spec-recalc): Check face to avoid face alias loops.
6901 (read-color): Use `string-match-p' and non-capturing parenthesis.
6902
f3f9606c
LMI
69032013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6904
6905 * net/shr.el (shr-rescale-image): Use the new
6906 :max-width/:max-height functionality.
6907
a3ca09b9
IK
69082013-06-23 Ivan Kanis <ivan@kanis.fr>
6909
6910 * net/eww.el (eww-search-prefix): New variable.
6911 (eww): Use it.
f865b474
IK
6912 (eww-external-browser): New variable.
6913 (eww-mode-map): New keystroke.
6914 (eww-browse-with-external-browser): New command.
a3ca09b9 6915
e854cfc7
IK
6916 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
6917
18bb9e21
JB
69182013-06-23 Juanma Barranquero <lekktu@gmail.com>
6919
6920 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
6921 Don't skip aligning the next header field when padding is 0;
6922 otherwise, field width is not respected unless the title is as
6923 wide as the field.
6924
5b165ade
SM
69252013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * emacs-lisp/package.el (package-el-version): Remove.
6928 (package-process-define-package): Fix inf-loop.
6929 (package-install): Allow symbols as arguments again.
6930
12adebe9
DG
69312013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6932
6933 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
6934 add some more keyword-like methods.
6935 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
6936
388573ee
JB
69372013-06-22 Juanma Barranquero <lekktu@gmail.com>
6938
6939 * bs.el (bs-buffer-show-mark): Make defvar-local.
6940 (bs-mode): Use setq-local.
6941
6942 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
6943 (emacs-lock--try-unlocking): Make defvar-local.
6944
4582a01c 69452013-06-22 Glenn Morris <rgm@gnu.org>
3d94f3ad 6946
2663dd23
GM
6947 * play/cookie1.el (cookie-apropos): Minor simplification.
6948
3d94f3ad
GM
6949 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
6950
f72e2fdb
DG
69512013-06-22 Dmitry Gutov <dgutov@yandex.ru>
6952
6953 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
6954 `regexp-opt', it breaks the build during dumping.
6955
73eab938
DG
69562013-06-21 Dmitry Gutov <dgutov@yandex.ru>
6957
c763842b
SM
6958 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
6959 Highlight keyword-like methods on Kernel and Module with
73eab938 6960 font-lock-builtin-face.
5cf8176d
DG
6961 (auto-mode-alist): Consolidate different entries into one regexp
6962 and add more *file-s.
73eab938 6963
d26255f6
SB
69642013-06-21 Stephen Berman <stephen.berman@gmx.net>
6965
6966 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
6967
6968 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
6969 (diary-entry): Use it in the action of this button type instead of
6970 diary-goto-entry.
6971
6972 * calendar/todo-mode.el: New version.
6973 (todo-add-category): Append new category to end of file and give
6974 it the highest number, instead of putting it at the beginning and
6975 giving it 0. Incorporate noninteractive functionality.
6976 (todo-forward-category): Adapt to 1-based category numbering.
6977 Allow skipping over archived categories.
6978 (todo-backward-category): Derive from todo-forward-category.
6979 (todo-backward-item, todo-forward-item): Make noninteractive and
6980 delegate interactive part to new commands. Make sensitive to done items.
6981 (todo-categories): Make value an alist of category names and
6982 vectors of item counts.
6983 (todo-category-beg): Make a defconst.
6984 (todo-category-number): Use 1 instead of 0 as initial value.
6985 (todo-category-select): Make sensitive to overlays, optional item
6986 highlighting and done items.
6987 (todo-delete-item): Make sensitive to overlays and marked and done items.
6988 (todo-edit-item): Make sensitive to overlays and editing of
6989 date/time header optional. Add format checks.
6990 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
6991 no-op if point is not on an item. Advertise using todo-edit-quit.
6992 (todo-edit-mode): Make sensitive to new format, font-locking, and
6993 multiple todo files.
6994 (todo-insert-item, todo-insert-item-here): Derive from
6995 todo-basic-insert-item and extend functionality.
6996 (todo-item-end, todo-item-start): Make sensitive to done items.
6997 (todo-item-string): Don't return text properties. Restore point.
6998 (todo-jump-to-category): Make sensitive to multiple todo files and
6999 todo archives. Use extended category completion.
7000 (todo-lower-item, todo-raise-item): Rename to *-priority and
7001 derive from todo-set-item-priority.
7002 (todo-mode): Derive from special-mode. Make sensitive to new
7003 format, font-locking and multiple todo files. Make read-only.
7004 (todo-mode-map): Don't suppress digit keys, so they can supply
7005 prefix arguments. Add many new key bindings.
7006 (todo-prefix): Insert as an overlay instead of file text.
7007 Change semantics from diary date expression to purely visual mark.
7008 (todo-print): Rename to todo-print-buffer. Make buffer display
7009 features printable. Remove option to restrict number of items
7010 printed. Add option to print to file.
7011 (todo-print-function): Rename to todo-print-buffer-function.
7012 (todo-quit): Extend to handle exiting new todo modes.
7013 (todo-remove-item): Make sensitive to overlays.
7014 (todo-save): Extend to buffers of filtered items.
7015 (todo-show): Make sensitive to done items, multiple todo files and
7016 new todo modes. Offer to convert legacy todo file before creating
7017 first new todo file.
7018 (todo-show-priorities): Rename to todo-top-priorities.
7019 Change semantics of value 0.
7020 (todo-top-priorities): Rename to todo-filter-top-priorities,
7021 derive from todo-filter-items and extend functionality.
7022 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
7023 and extend functionality to other types of filtered items.
7024 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
7025 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
7026 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
7027 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
7028 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
7029 (todo-edit-mode-hook, todo-entry-prefix-function)
7030 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
7031 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
7032 (todo-initials, todo-insert-threshold, todo-item-string-start)
7033 (todo-line-string, todo-menu, todo-mode-hook)
7034 (todo-more-important-p, todo-previous-answer, todo-previous-line)
7035 (todo-print-priorities, todo-remove-separator)
7036 (todo-save-top-priorities-too, todo-string-count-lines)
7037 (todo-string-multiline-p, todo-time-string-format)
7038 (todo-tmp-buffer-name): Remove.
7039 (todo-add-file, todo-archive-done-item, todo-choose-archive)
7040 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
7041 (todo-edit-category-diary-inclusion)
7042 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
7043 (todo-edit-file, todo-edit-item-date-day)
7044 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
7045 (todo-edit-item-date-month, todo-edit-item-date-to-today)
7046 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
7047 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
7048 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
7049 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
7050 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
7051 (todo-filter-top-priorities-multifile, todo-find-archive)
7052 (todo-find-filtered-items-file, todo-go-to-source-item)
7053 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
7054 (todo-jump-to-archive-category, todo-lower-category)
7055 (todo-mark-category, todo-marked-item-p, todo-merge-category)
7056 (todo-move-category, todo-move-item, todo-next-button)
7057 (todo-next-item, todo-padded-string, todo-powerset)
7058 (todo-previous-button, todo-previous-item)
7059 (todo-print-buffer-to-file, todo-raise-category)
7060 (todo-rename-category, todo-repair-categories-sexp, todo-search)
7061 (todo-set-category-number, todo-set-item-priority)
7062 (todo-set-top-priorities-in-category)
7063 (todo-set-top-priorities-in-file, todo-show-categories-table)
7064 (todo-sort-categories-alphabetically-or-numerically)
7065 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
7066 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
7067 (todo-toggle-item-header, todo-toggle-item-highlighting)
7068 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
7069 (todo-toggle-view-done-items, todo-toggle-view-done-only)
7070 (todo-unarchive-items, todo-unmark-category): New commands.
7071 (todo-absolute-file-name, todo-add-to-buffer-list)
7072 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
7073 (todo-basic-insert-item, todo-category-completions)
7074 (todo-category-number, todo-category-string-matcher-1)
7075 (todo-category-string-matcher-2, todo-check-filtered-items-file)
7076 (todo-check-format, todo-clear-matches)
7077 (todo-comment-string-matcher, todo-convert-legacy-date-time)
7078 (todo-current-category, todo-date-string-matcher)
7079 (todo-define-insertion-command, todo-diary-expired-matcher)
7080 (todo-diary-goto-entry, todo-diary-item-p)
7081 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
7082 (todo-display-categories, todo-display-sorted, todo-done-item-p)
7083 (todo-done-item-section-p, todo-done-separator)
7084 (todo-done-string-matcher, todo-files, todo-filter-items)
7085 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
7086 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
7087 (todo-insert-category-line, todo-insert-item-from-calendar)
7088 (todo-insert-sort-button, todo-insert-with-overlays)
7089 (todo-insertion-command-name, todo-insertion-key-bindings)
7090 (todo-label-to-key, todo-longest-category-name-length)
7091 (todo-make-categories-list, todo-mode-external-set)
7092 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
7093 (todo-modes-set-3, todo-multiple-filter-files)
7094 (todo-nondiary-marker-matcher, todo-prefix-overlays)
7095 (todo-read-category, todo-read-date, todo-read-dayname)
7096 (todo-read-file-name, todo-read-time)
7097 (todo-reevaluate-category-completions-files-defcustom)
7098 (todo-reevaluate-default-file-defcustom)
7099 (todo-reevaluate-filelist-defcustoms)
7100 (todo-reevaluate-filter-files-defcustom)
7101 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
7102 (todo-reset-done-separator, todo-reset-done-separator-string)
7103 (todo-reset-done-string, todo-reset-global-current-todo-file)
7104 (todo-reset-highlight-item, todo-reset-nondiary-marker)
7105 (todo-reset-prefix, todo-set-categories)
7106 (todo-set-date-from-calendar, todo-set-show-current-file)
7107 (todo-set-top-priorities, todo-short-file-name)
7108 (todo-show-current-file, todo-sort, todo-time-string-matcher)
7109 (todo-total-item-counts, todo-update-buffer-list)
7110 (todo-update-categories-display, todo-update-categories-sexp)
7111 (todo-update-count, todo-validate-name, todo-y-or-n-p):
7112 New functions.
7113 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
7114 New major modes.
7115 (todo-categories, todo-display, todo-edit, todo-faces)
7116 (todo-filtered): New defgroups.
7117 (todo-archived-only, todo-button, todo-category-string, todo-date)
7118 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
7119 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
7120 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
7121 (todo-add-item-if-new-category, todo-always-add-time-string)
7122 (todo-categories-align, todo-categories-archived-label)
7123 (todo-categories-category-label, todo-categories-diary-label)
7124 (todo-categories-done-label, todo-categories-number-separator)
7125 (todo-categories-todo-label, todo-categories-totals-label)
7126 (todo-category-completions-files, todo-completion-ignore-case)
7127 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
7128 (todo-done-separator-string, todo-done-string)
7129 (todo-files-function, todo-filter-done-items, todo-filter-files)
7130 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
7131 (todo-initial-category, todo-initial-file, todo-item-mark)
7132 (todo-legacy-date-time-regexp, todo-mode-line-function)
7133 (todo-nondiary-marker, todo-number-prefix)
7134 (todo-print-buffer-function, todo-show-current-file)
7135 (todo-show-done-only, todo-show-first, todo-show-with-done)
7136 (todo-skip-archived-categories, todo-top-priorities-overrides)
7137 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
7138 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
7139 New defcustoms.
7140 (todo-category-done, todo-date-pattern, todo-date-string-start)
7141 (todo-diary-items-buffer, todo-done-string-start)
7142 (todo-filtered-items-buffer, todo-item-start)
7143 (todo-month-abbrev-array, todo-month-name-array)
7144 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
7145 (todo-top-priorities-buffer): New defconsts.
7146 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
7147 (todo-categories-with-marks, todo-category-string-face)
7148 (todo-comment-face, todo-comment-string, todo-current-todo-file)
7149 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
7150 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
7151 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
7152 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
7153 (todo-font-lock-keywords, todo-global-current-todo-file)
7154 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
7155 (todo-insertion-commands-args)
7156 (todo-insertion-commands-args-genlist)
7157 (todo-insertion-commands-names, todo-insertion-map)
7158 (todo-key-bindings-t, todo-key-bindings-t+a)
7159 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
7160 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
7161 (todo-nondiary-face, todo-print-buffer, todo-time-face)
7162 (todo-visited): New variables.
7163
cad5d1cb
GM
71642013-06-21 Glenn Morris <rgm@gnu.org>
7165
7166 * play/cookie1.el (cookie-apropos): Add optional display argument.
7167 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
7168 (psychoanalyze-pinhead): Use cookie-doctor.
7169
9e277302
JB
71702013-06-21 Juanma Barranquero <lekktu@gmail.com>
7171
7172 * emacs-lisp/package.el (tar-get-file-descriptor)
7173 (tar--extract): Declare.
7174
c5b0993e
EW
71752013-06-21 Eduard Wiebe <usenet@pusto.de>
7176
7177 Extend flymake's warning predicate to be a function (bug#14217).
7178 * progmodes/flymake.el (flymake-warning-predicate): New.
7179 (flymake-parse-line): Use it.
7180 (flymake-warning-re): Make obsolete alias to
7181 `flymake-warning-predicate'.
7182
a7d2d465
SM
71832013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7184
7185 * emacs-lisp/package.el (package-alist): Include obsolete packages.
7186 (package-obsolete-list): Remove.
7187 (package-activate): Remove min-version argument. Add `force' argument.
7188 Adjust to new package-alist format.
7189 (package-mark-obsolete): Remove.
7190 (package-unpack): Force reload of the package's autoloads.
7191 (package-installed-p): Check builtins if the installed package is not
7192 recent enough.
7193 (package-initialize): Don't reset package-obsolete-list.
7194 Don't specify which package version to activate.
7195 (package-process-define-package, describe-package-1)
7196 (package-menu--generate): Adjust to new package-alist format.
7197
cedf5c9d
JB
71982013-06-21 Juanma Barranquero <lekktu@gmail.com>
7199
7200 * allout-widgets.el (allout-widgets-mode-off)
7201 (allout-widgets-mode-on, allout-widgets-pre-command-business)
7202 (allout-widgets-post-command-business)
7203 (allout-widgets-after-copy-or-kill-function)
7204 (allout-widgets-after-undo-function, allout-test-range-overlaps)
7205 (allout-decorate-item-and-context)
7206 (allout-graphics-modification-handler): Fix typos in docstrings.
7207 (allout-get-or-create-parent-widget): Use `looking-at-p'.
7208
7209 * cmuscheme.el (scheme-start-file): Doc fix.
7210 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
7211 (scheme-input-filter): Use `string-match-p'.
7212
7213 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
7214
7215 * dired-x.el: Use Dired consistently in docstrings.
7216
7217 * dired.el: Use Dired consistently in docstrings.
7218 (dired-readin, dired-mode): Use `setq-local'.
7219 (dired-switches-alist): Make defvar-local.
7220 (dired-buffers-for-dir): Use `zerop'.
7221 (dired-safe-switches-p, dired-switches-escape-p)
7222 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
7223 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
7224 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check):
7225 (dired-goto-next-nontrivial-file): Use `string-match-p'.
7226 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
7227 (dired-toggle-marks, dired-mark-files-containing-regexp)
7228 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
7229 (dired-flag-auto-save-files, dired-flag-backup-files):
7230 Use `looking-at-p'.
7231 (dired-mark-files-regexp, dired-build-subdir-alist):
7232 Use `string-match-p', `looking-at-p'.
7233
7234 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
7235 (direct-print-region-helper): Use `string-match-p'.
7236
aed838b5
LL
72372013-06-21 Leo Liu <sdl.web@gmail.com>
7238
cedf5c9d
JB
7239 * comint.el (comint-redirect-results-list-from-process):
7240 Fix infinite loop.
aed838b5 7241
d80a808f
LMI
72422013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7243
7244 * net/eww.el (eww-update-header-line-format): Quote % characters.
7245
e7a526e3
GM
72462013-06-21 Glenn Morris <rgm@gnu.org>
7247
7248 * play/cookie1.el (cookie): New custom group.
7249 (cookie-file): New option.
7250 (cookie-check-file): New function.
7251 (cookie): Make it interactive. Make start and end messages optional.
7252 Interactively, display the result. Default to cookie-file.
7253 (cookie-insert): Default to cookie-file.
7254 (cookie-snarf): Make start and end messages optional.
7255 Default to cookie-file. Use with-temp-buffer.
7256 (cookie-read): Rename from read-cookie.
7257 Make start and end messages optional. Default to cookie-file.
7258 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
7f8e3b22 7259 Do not autoload it.
e7a526e3
GM
7260 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
7261 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
7262
62efb35e
LL
72632013-06-21 Leo Liu <sdl.web@gmail.com>
7264
7265 * progmodes/octave.el (octave-mode): Backward compatibility fix.
7266
21e3f963
GM
72672013-06-21 Glenn Morris <rgm@gnu.org>
7268
7269 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
7270
fd846ab4
SM
72712013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
7272 Daniel Hackney <dan@haxney.org>
7273
7274 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
7275 Consolidate the single-file vs tarball code.
7276 (package-desc-suffix): New function.
7277 (package-desc-full-name): Don't bother inlining it.
7278 (package-load-descriptor): Return the new package-desc.
7279 (package-mark-obsolete): Remove unused arg `package'.
7280 (package-unpack): Make it work for single files as well.
7281 Make it update package-alist.
7282 (package--make-autoloads-and-stuff): Rename from
7283 package--make-autoloads-and-compile. Don't compile any more.
7284 (package--compile): New function.
7285 (package-generate-description-file): New function, extracted from
7286 package-unpack-single.
7287 (package-unpack-single): Remove.
7288 (package--with-work-buffer): Add indentation and debugging info.
7289 (package-download-single): Remove.
7290 (package-install-from-archive): Rename from package-download-tar, make
7291 it take a pkg-desc, and make it work for single files as well.
7292 (package-download-transaction): Simplify.
7293 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
7294 external tar program.
7295 (package-install-from-buffer): Remove `pkg-desc' argument.
7296 Use package-tar-file-info for tar-mode buffers.
7297 (package-install-file): Simplify accordingly.
7298 (package-archive-base): Change to take a pkg-desc.
7299 * tar-mode.el (tar--check-descriptor): New function, extracted from
7300 tar-get-descriptor.
7301 (tar-get-descriptor): Use it.
7302 (tar-get-file-descriptor): New function.
7303 (tar--extract): New function, extracted from tar-extract.
7304 (tar--extract): Use it.
7305 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
7306 case the summary uses non-ascii. Adjust to new calling convention of
7307 package-tar-file-info.
7308
b7deae5e
LL
73092013-06-21 Leo Liu <sdl.web@gmail.com>
7310
fd846ab4
SM
7311 * comint.el (comint-redirect-results-list-from-process):
7312 Fix random delay. (Bug#14681)
b7deae5e 7313
7a65a0b2
JB
73142013-06-21 Juanma Barranquero <lekktu@gmail.com>
7315
7316 * profiler.el (profiler-format-number): Use log, not log10.
7317
1493c2af
JB
73182013-06-20 Juanma Barranquero <lekktu@gmail.com>
7319
7320 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
7321
aff6371e
SM
73222013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
7325 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
7326 yet available.
7327 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
7328 (AUTOGENEL): ... here.
7329 * emacs-lisp/cl-macs.el (cl--sublis): New function.
7330 (cl--defsubst-expand): Use it.
7331
89561f72
PE
73322013-06-20 Paul Eggert <eggert@cs.ucla.edu>
7333
7334 * subr.el (log10): Move here from C code, and declare as obsolete.
7335 All uses of (log10 X) replaced with (log X 10).
7336
47199123
JB
73372013-06-20 Juanma Barranquero <lekktu@gmail.com>
7338
7339 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
7340 Declare with `defvar-local'.
7341 (tabulated-list-use-header-line, tabulated-list-entries)
7342 (tabulated-list-padding, tabulated-list-printer)
7343 (tabulated-list-sort-key): Declare with `defvar-local'.
7344 (tabulated-list-init-header, tabulated-list-print-fake-header):
7345 Use `setq-local'.
7346
4a172eab
MA
73472013-06-20 Michael Albinus <michael.albinus@gmx.de>
7348
47199123
JB
7349 * arc-mode.el (archive-mode): Add `archive-write-file' to
7350 `write-contents-functions' also for remote files. (Bug#14652)
4a172eab 7351
5fc0acc0
JB
73522013-06-20 Juanma Barranquero <lekktu@gmail.com>
7353
d5b27848
JB
7354 * cus-edit.el (custom-commands): Fix typos.
7355 (custom-display): Fix tooltip text.
7356 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
7357 Fix typos in docstrings.
7358 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
7359 (custom-unlispify-menu-entry, custom-magic-value-create)
7360 (custom-add-see-also, custom-group-value-create): Use ?\s.
7361 (custom-guess-type, customize-apropos, editable-field)
7362 (custom-face-value-create): Use `string-match-p'.
7363 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
7364
7365 * custom.el (custom-load-symbol): Use `string-match-p'.
7366
a5c581d8
JB
7367 * ansi-color.el: Convert to lexical binding.
7368 (ansi-colors): Fix URL.
7369 (ansi-color-context, ansi-color-context-region): Use defvar-local.
7370 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
7371 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
7372
970ad972
G
73732013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7374
7375 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
7376
7377 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
7378
73792013-06-19 Tom Tromey <tromey@redhat.com>
7380
7381 * net/eww.el (eww-top-url): Remove.
7382 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
7383 (eww-render): Set new variables. Don't set eww-top-url.
7384 (eww-handle-link): Handle "prev", "home", and "contents".
7385 Downcase the rel text.
7386 (eww-top-url): Choose best top URL.
7387
73882013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7389
7390 * net/eww.el: Rewrite to implement form elements "by hand" instead of
7391 relying in widget.el. Using widget.el leads to too many
7392 user interface inconsistencies.
7393 (eww-self-insert): Implement entering commands in text fields.
7394 (eww-process-text-input): New function to make text input field editing
7395 work.
7396 (eww-submit): Rewrite to use the new-style form methods.
7397 (eww-select-display): Display the correct selected item.
7398 (eww-change-select): Implement changing the select value.
7399 (eww-toggle-checkbox): Implement radio/checkboxes.
7400 (eww-update-field): Fix compilation error.
7401 (eww-tag-textarea): Implement <textarea>.
7402
7403 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
7404 we don't shadow mode-specific bindings.
7405
7406 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
7407 nothing to push.
7408
7409 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
7410
4582a01c 74112013-06-19 Glenn Morris <rgm@gnu.org>
3db52056
GM
7412
7413 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
7414
15b263dc
MA
74152013-06-19 Michael Albinus <michael.albinus@gmx.de>
7416
7417 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
7418 not needed.
7419
7420 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
7421
8f5297f7
LMI
74222013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7423
7424 * net/browse-url.el (browse-url-browser-function):
7425 `eww-browse-url' has the right calling signature, `eww' does not.
7426
011c4552
GM
74272013-06-19 Glenn Morris <rgm@gnu.org>
7428
2285bd27
GM
7429 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7430 Only eval autoloaded macros.
7431 (byte-compile-autoload): Only give the macro warning for macros.
7432
1d653303
GM
7433 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
7434 (ps-underlined-faces): Declare.
7435
bdd779ec
GM
7436 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
7437 (speedbar-add-supported-extension): Declare.
7438
011c4552
GM
7439 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
7440 Don't include a date stamp in the header of the generated file;
7441 it leads to needless differences between output files.
7442
e59dfb0e
MA
74432013-06-19 Michael Albinus <michael.albinus@gmx.de>
7444
c763842b
SM
7445 * net/secrets.el (secrets-struct-secret-content-type):
7446 Replace check of introspection data by a test call of "CreateItem".
fd846ab4 7447 Some servers do not offer introspection.
e59dfb0e 7448
102626e2
SM
74492013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
7450
7451 * electric.el (electric-pair-mode): Improve interaction with
7452 electric-layout-mode.
7453 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
7454 (electric-pair-syntax): Use text-mode-syntax-table in comments
7455 and strings.
7456 (electric-pair--insert): New function.
7457 (electric-pair-post-self-insert-function): Use it and
7458 electric--after-char-pos.
7459
ad528125
LL
74602013-06-19 Leo Liu <sdl.web@gmail.com>
7461
7462 * progmodes/octave.el (octave-help): Fix regexp.
7463
924d6997
G
74642013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7465
7466 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
7467 (shr-table-horizontal-line): Allow nil as a value, and change the
7468 default.
7469 (shr-insert-table-ruler): Respect the nil value.
7470
74712013-06-18 Tom Tromey <tromey@barimba>
7472
7473 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7474 New defvars.
7475 (eww-open-file): New defun.
7476 (eww-render): Initialize new variables.
7477 (eww-display-html): Handle "link" and "a".
7478 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
7479 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
7480 (eww-back-url): Rename from eww-previous-url.
102626e2
SM
7481 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
7482 New defuns.
924d6997 7483
d1bbba4f
DG
74842013-06-18 Dmitry Gutov <dgutov@yandex.ru>
7485
7486 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
7487 Distinguish ternary operator tokens from slash symbol and slash
7488 char literal.
7489
14dd22d2
JB
74902013-06-18 Juanma Barranquero <lekktu@gmail.com>
7491
7492 Convert symbol prettification into minor mode and global minor mode.
7493
7494 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
7495 `prog-prettify-symbols', and make a local defvar instead of defcustom.
7496 (prettify-symbols--keywords): Rename from
7497 `prog-prettify-symbols-alist' and make a local defvar.
7498 (prettify-symbols--compose-symbol): Rename from
7499 `prog--prettify-font-lock-compose-symbol'.
7500 (prettify-symbols--make-keywords): Rename from
7501 `prog-prettify-font-lock-symbols-keywords' and simplify.
7502 (prog-prettify-install): Remove.
7503 (prettify-symbols-mode): New minor mode, based on
7504 `prog-prettify-install'.
7505 (turn-on-prettify-symbols-mode): New function.
7506 (global-prettify-symbols-mode): New globalized minor mode.
7507
7508 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7509 * progmodes/cfengine.el (cfengine3-mode):
7510 * progmodes/perl-mode.el (perl-mode): Don't call
7511 `prog-prettify-install'; set `prettify-symbols-alist' instead.
7512
292c880c
JL
75132013-06-18 Juri Linkov <juri@jurta.org>
7514
7515 * files-x.el (modify-file-local-variable-message): New function.
7516 (modify-file-local-variable)
7517 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
7518 and call `modify-file-local-variable-message' when it's non-nil.
7519 (add-file-local-variable, delete-file-local-variable)
7520 (add-file-local-variable-prop-line)
7521 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
7522 and use it. (Bug#9820)
7523
0950aa27
JL
75242013-06-18 Juri Linkov <juri@jurta.org>
7525
7526 * emulation/vi.el (vi-shell-op):
7527 * emulation/vip.el (vip-execute-com, ex-command):
7528 * emulation/viper-cmd.el (viper-exec-bang):
7529 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
7530 the call of `shell-command-on-region'. (Bug#14637)
7531
7532 * simple.el (shell-command-on-region): Doc fix.
7533
8fbcca16
SM
75342013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
7537 (bug#14633).
7538
dd7426ea
GM
75392013-06-18 Glenn Morris <rgm@gnu.org>
7540
4ba54f7d
GM
7541 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
7542
dd7426ea
GM
7543 * newcomment.el (comment-search-forward, comment-search-backward):
7544 Doc fix. (Bug#14376)
7545
58aa805b
JB
75462013-06-18 Juanma Barranquero <lekktu@gmail.com>
7547
7548 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
7549 (buffer-face-mode-invoke): Doc fix.
7550
9a08a617
MM
75512013-06-18 Matthias Meulien <orontee@gmail.com>
7552
7553 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
924494f4 7554 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
9a08a617 7555
f2f426ca
GM
75562013-06-18 Glenn Morris <rgm@gnu.org>
7557
9445f99b
GM
7558 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
7559 Replace obsolete function generic-make-keywords with its expansion.
7560
e0df2d14
GM
7561 * progmodes/python.el (ffap-alist): Declare.
7562
f2f426ca
GM
7563 * textmodes/reftex.el (bibtex-mode-map): Declare.
7564
f7f9a720
SM
75652013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
7568 (package-unpack, package-unpack-single): Return the pkg-dir.
7569 (package-download-transaction): Use it to update package-alist.
7570
57ff04e0
LMI
75712013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7572
7573 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
7574 possible choice.
7575
c048c022
JL
75762013-06-17 Juri Linkov <juri@jurta.org>
7577
7578 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
7579
b5bcaee5
DG
75802013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7581
a020afb9
JB
7582 * emacs-lisp/package.el (package-load-descriptor):
7583 Remove `with-syntax-table' call, `read' doesn't need it.
b5bcaee5
DG
7584 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
7585
551e07e5
JB
75862013-06-17 Juanma Barranquero <lekktu@gmail.com>
7587
7588 * startup.el (command-line): Expand package name returned by
7589 `package--description-file' (bug#14639).
7590
d363bffb
DG
75912013-06-17 Dmitry Gutov <dgutov@yandex.ru>
7592
7593 * emacs-lisp/package.el (package-load-descriptor): Do not call
7594 `emacs-lisp-mode', just use its syntax table.
7595
f612933b
JB
75962013-06-17 Juanma Barranquero <lekktu@gmail.com>
7597
7598 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
7599 `font-lock-extra-managed-props' if any prettifying keyword is added.
7600 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
7601 (prog-mode): Use `setq-local'.
7602
db3b7db5
SM
76032013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * international/characters.el (standard-case-table): Set syntax of ?»
7606 and ?« to punctuation.
7607
f3d674df
JB
76082013-06-16 Juanma Barranquero <lekktu@gmail.com>
7609
7610 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
7611 Save relevant match data before calling `syntax-ppss' (bug#14595).
7612
31489a32
JL
76132013-06-15 Juri Linkov <juri@jurta.org>
7614
7615 * files-x.el (modify-file-local-variable-prop-line): Add local
7616 variables to the end of the existing comment on the first line.
7617 Use `file-auto-mode-skip' to skip interpreter magic line,
7618 and also skip XML declaration.
7619
66bd25ab
SM
76202013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * startup.el (package--builtin-versions): New var.
7623 (package-subdirectory-regexp): Remove.
7624 (package--description-file): Hard code its value instead.
7625
7626 * emacs-lisp/package.el: Don't activate packages older than builtin.
7627 (package-obsolete-list): Rename from package-obsolete-alist, and make
7628 it into a simple list of package-desc.
7629 (package-strip-version): Remove.
7630 (package-built-in-p): Use package--builtin-versions.
7631 (package-mark-obsolete): Simplify.
7632 (package-process-define-package): Mark it obsolete if older than the
7633 builtin version.
7634 (package-handle-response): Use line-end-position.
7635 (package-read-archive-contents, package--download-one-archive):
7636 Simplify.
7637 (package--add-to-archive-contents): Skip if older than the builtin or
7638 installed version.
7639 (package-menu-describe-package): Fix last change.
7640 (package-list-unversioned): New var.
7641 (package-menu--generate): Use it.
7642
7643 * emacs-lisp/autoload.el: Manage package--builtin-versions.
7644 (autoload--insert-text, autoload--insert-cookie-text): New functions.
7645 (autoload-builtin-package-versions): New variable.
7646 (autoload-generate-file-autoloads): Use them.
7647 Remove the list of autoloaded functions/macros from the
7648 (autoload...) comments.
7649
7650 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
7651
9583ec36
EZ
76522013-06-15 Eli Zaretskii <eliz@gnu.org>
7653
7654 * simple.el (line-move-partial): Don't jump to the next screen
7655 line as soon as it becomes visible. Instead, continue enlarging
7656 the vscroll until the portion of a tall screen line that's left on
7657 display is about the height of the frame's default font.
7658 (Bug#14567)
7659
f0100d8a
GM
76602013-06-15 Glenn Morris <rgm@gnu.org>
7661
b86a85ca
GM
7662 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
7663 compilation-error-regexp-alist void, or local while let-bound.
7664
f0100d8a
GM
7665 * progmodes/make-mode.el (makefile-mode-syntax-table):
7666 Treat "=" as punctuation. (Bug#14614)
7667
05e7ce90
JB
76682013-06-15 Juanma Barranquero <lekktu@gmail.com>
7669
7670 * help-fns.el (describe-variable):
7671 Add extra line for permanent-local variables.
7672
12e5e86e
SH
76732013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
7674
7675 * progmodes/scheme.el (scheme-font-lock-keywords-2):
7676 Add export, import, library. (Bug#9164)
7677 (library): Set indent function.
7678
230dcbaf
GM
76792013-06-14 Glenn Morris <rgm@gnu.org>
7680
7681 * term/xterm.el (xterm--query):
7682 Stop after first matching handler. (Bug#14615)
7683
e36b2d20 76842013-06-14 Ivan Kanis <ivan@kanis.fr>
d4466a91
IK
7685
7686 Add support for dired in saveplace.
7687 * dired.el (dired-initial-position-hook): New variable.
7688 (dired-initial-position): Call hook to place cursor position.
7689 * saveplace.el (save-place-to-alist): Add dired position.
7690 (save-place-dired-hook): New function.
7691
0b31660d
SM
76922013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7693
bf1e6ae8
SM
7694 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
7695 through a symbol rather than letrec.
7696
1b8dff23
SM
7697 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
7698 (package-desc): Add `dir' field.
7699 (package-desc-full-name): New function.
7700 (package-load-descriptor): Combine the two arguments. Don't use `load'.
7701 (package-maybe-load-descriptor): Remove.
7702 (package-load-all-descriptors): Just call package-load-descriptor.
7703 (package--disabled-p): New function.
7704 (package-desc-vers, package-desc-doc): Remove aliases.
7705 (package--dir): Remove function.
7706 (package-activate): Check if a package is disabled.
7707 (package-process-define-package): New function, extracted from
7708 define-package.
7709 (define-package): Turn into a place holder.
7710 (package-unpack-single, package-tar-file-info):
7711 Use package--description-file.
7712 (package-compute-transaction): Use package--disabled-p.
7713 (package-download-transaction): Don't call
7714 package-maybe-load-descriptor since they're all loaded anyway.
7715 (package-install): Change argument to be a pkg-desc.
7716 (package-delete): Use a single pkg-desc argument.
7717 (describe-package-1): Use package-desc-dir instead of package--dir.
7718 Use package-desc property instead of package-symbol.
7719 (package-install-button-action): Adjust accordingly.
7720 (package--push): Rewrite.
7721 (package-menu--print-info): Adjust accordingly. Change the ID format
7722 to be a pkg-desc.
7723 (package-menu-describe-package, package-menu-get-status)
7724 (package-menu--find-upgrades, package-menu-mark-upgrades)
7725 (package-menu-execute, package-menu--name-predicate):
7726 Adjust accordingly.
7727 * startup.el (package--description-file): New function.
7728 (command-line): Use it.
7729 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7730 Use package-desc-version.
7731
0b31660d
SM
7732 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
7733 (byte-compile-preprocess): Use it.
7734 (byte-compile-file-form-defalias): Try a bit harder to use macros we
7735 can't quite recognize.
7736 (byte-compile-add-to-list): Remove.
7737 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
7738 (cconv-closure-convert): Add assertion.
7739
7740 * emacs-lisp/map-ynp.el: Use lexical-binding.
7741 (map-y-or-n-p): Remove unused vars `tail' and `object'.
7742 Factor out some repeated code.
7743
de0503df
SM
77442013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * subr.el (with-eval-after-load): New macro.
7747 (eval-after-load): Allow form to be a function.
7748 take advantage of lexical-binding.
7749 (do-after-load-evaluation): Use dolist and adjust to new format.
7750 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
7751
bc5c8c5a
JL
77522013-06-13 Juri Linkov <juri@jurta.org>
7753
7754 * replace.el (perform-replace): Display "symbol " and other search
7755 modes from `isearch-message-prefix' in the *Help* buffer.
7756
7757 * isearch.el (isearch-query-replace): Add " symbol" and other
7758 possible search modes from `isearch-message-prefix' to the prompt.
7759 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
7760 when reading a regexp to collect.
7761
a22289f7
JL
77622013-06-13 Juri Linkov <juri@jurta.org>
7763
7764 * isearch.el (word-search-regexp): Match whitespace if the search
7765 string begins or ends in whitespace. The LAX arg is applied to
7766 both ends of the search string. Use `regexp-quote' and explicit
7767 \< and \> instead of \b. Use \` and \' instead of ^ and $.
7768 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
7769 boundaries are replaced with symbol boundaries, and characters
7770 between symbols match non-word non-symbol syntax. (Bug#14602)
7771
cb89acab
JL
77722013-06-13 Juri Linkov <juri@jurta.org>
7773
7774 * isearch.el (isearch-del-char): Don't exceed the length of
7775 `isearch-string' by the prefix arg. (Bug#14563)
7776
6e8cfc81
JL
77772013-06-13 Juri Linkov <juri@jurta.org>
7778
7779 * isearch.el (isearch-yank-word, isearch-yank-line)
7780 (isearch-char-by-name, isearch-quote-char)
7781 (isearch-printing-char, isearch-process-search-char):
7782 Add optional count prefix arg. (Bug#14563)
7783
7784 * international/isearch-x.el
7785 (isearch-process-search-multibyte-characters):
7786 Add optional count prefix arg.
7787
c23d55f4
VS
77882013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
7789
7790 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
7791 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
7792 lexical-binding.
7793
77942013-06-13 Vitalie Spinu <spinuvit@gmail.com>
7795
7796 * subr.el (set-temporary-overlay-map): Add on-exit argument.
7797
ba947bc4
GM
77982013-06-13 Glenn Morris <rgm@gnu.org>
7799
8baeb37a
GM
7800 * startup.el (tty-handle-args):
7801 Don't just discard "--" and anything after. (Bug#14608)
7802
ba947bc4
GM
7803 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
7804
9abefce4
MA
78052013-06-13 Michael Albinus <michael.albinus@gmx.de>
7806
7807 Implement changes in Secret Service API. Make it backward compatible.
7808 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
7809 (secrets-create-item): Use it. Prefix properties with interface.
7810
5755011f
MH
78112013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
7812
7813 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
7814 (term-emulate-terminal): Respect term-suppress-hard-newline.
7815
1261d2da
S
78162013-06-13 E Sabof <esabof@gmail.com> (tiny change)
7817
7818 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
7819 Only remove a `thumb-file' overlay. (Bug#14548)
7820
868490bb
GJ
78212013-06-12 Grégoire Jadi <daimrod@gmail.com>
7822
7823 * mail/reporter.el (reporter-submit-bug-report):
7824 Handle missing package-name. (Bug#14600)
7825
79d7167f
TH
78262013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7827
7828 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
7829 (reftex-citation-prompt, reftex-default-bibliography)
7830 (reftex-bib-or-thebib, reftex-get-bibfile-list)
7831 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
7832 (reftex-bib-sort-author, reftex-bib-sort-year)
7833 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
7834 (reftex-extract-bib-entries-from-thebibliography)
7835 (reftex-get-bibkey-default, reftex-get-bib-names)
7836 (reftex-parse-bibtex-entry, reftex-get-bib-field)
7837 (reftex-format-bib-entry, reftex-parse-bibitem)
7838 (reftex-format-bibitem, reftex-do-citation)
7839 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
7840 (reftex-restrict-bib-matches, reftex-extract-bib-file)
7841 (reftex-insert-bib-matches, reftex-format-citation)
7842 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
7843 (reftex-create-bibtex-file): Add docstrings, mostly by converting
7844 existing comments into docstrings.
7845
5f9dbd7a
XF
78462013-06-12 Xue Fuqiao <xfq.free@gmail.com>
7847
7848 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
7849
94df41ab
AS
78502013-06-12 Andreas Schwab <schwab@suse.de>
7851
7852 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
7853 for auto-save files.
7854
a7f3fecc
GM
78552013-06-12 Glenn Morris <rgm@gnu.org>
7856
001809f6
GM
7857 * ido.el (ido-delete-ignored-files): Remove.
7858 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
7859 Go back to calling ido-ignore-item-p directly.
a7f3fecc 7860
834b5ded
EL
78612013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
7862
08c73ed2
EL
7863 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
7864
834b5ded
EL
7865 * ido.el (ido-delete-ignored-files): New function,
7866 split from ido-make-file-list-1.
7867 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
7868 (ido-make-file-list-1): Use ido-delete-ignored-files.
7869
daabf15a
LL
78702013-06-12 Leo Liu <sdl.web@gmail.com>
7871
7872 * progmodes/octave.el (inferior-octave-startup)
7873 (inferior-octave-completion-table)
7874 (inferior-octave-track-window-width-change)
7875 (octave-eldoc-function-signatures, octave-help)
7876 (octave-find-definition): Use single quoted strings.
7877 (inferior-octave-startup-args): Change default value.
7878 (inferior-octave-startup): Do not hard code "-i" and
7879 "--no-line-editing".
7880 (inferior-octave-resync-dirs): Add optional arg NOERROR.
7881 (inferior-octave-directory-tracker): Use it.
7882 (octave-goto-function-definition): Robustify.
7883 (octave-help): Support highlighting operators in 'See also'.
7884 (octave-find-definition): Find subfunctions only in Octave mode.
7885
cf4e5178
SM
78862013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * help-fns.el (help-fns--compiler-macro): If the handler function is
7889 named, then put a link to it.
7890 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
7891 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
7892 (cl-typep): Use it.
7893 (cl-eval-when): Simplify debug spec.
7894 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
7895 compiler-macro function instead of setting `compiler-macro-file'.
7896
99c81280 78972013-06-12 Xue Fuqiao <xfq.free@gmail.com>
cd0527a4
XF
7898
7899 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
7900 * vc/vc-hooks.el (vc-stay-local): Doc fix.
7901
f56be016
SM
79022013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
7903 Daniel Hackney <dan@haxney.org>
7904
7905 First part of Daniel Hackney's patch to package.el.
7906 * emacs-lisp/package.el: Use defstruct.
7907 (package-desc): New, main struct.
7908 (package--bi-desc, package--ac-desc): New structs, used to describe the
7909 format in external files.
7910 (package-desc-vers): Replace with package-desc-version accessor.
7911 (package-desc-doc): Replace with package-desc-summary accessor.
7912 (package-activate-1): Remove `package' arg since the pkg-vec now
7913 includes the name.
7914 (define-package): Use package-desc-from-define.
7915 (package-unpack-single): Change file-name arg to be a symbol.
7916 (package--add-to-archive-contents): Use package-desc-create and new
7917 accessor functions to package--ac-desc.
7918 (package-buffer-info, package-tar-file-info): Return a package-desc.
7919 (package-install-from-buffer): Remove `type' argument. Change pkg-info
7920 arg to be a package-desc.
7921 (package-install-file): Adjust accordingly. Use \' to match EOS.
7922 (package--from-builtin): New function.
7923 (describe-package-1, package-menu--generate): Use it.
7924 (package--make-autoloads-and-compile): Change name arg to be a symbol.
7925 (package-generate-autoloads): Idem and return the name of the file.
7926 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7927 Change pkg-info arg to be a package-desc.
7928 Use package-make-ac-desc.
7929 (package-upload-file): Use \' to match EOS.
7930 * finder.el (finder-compile-keywords): Use package-make-builtin.
7931
31119d63
SM
79322013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7933
931a2762
SM
7934 * vc/vc.el (vc-deduce-fileset): Change error message.
7935 (vc-read-backend): New function.
7936 (vc-next-action): Use it.
7937
5a3eb0c6
SM
7938 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
7939
e3eb1bb7
SM
7940 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
7941 (prolog-font-lock-keywords): Use regexp-opt instead.
7942 Don't manually highlight strings.
7943 (prolog-mode-variables): Simplify comment-start-skip.
7944 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
7945
31119d63
SM
7946 * emacs-lisp/generic.el (generic--normalise-comments)
7947 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
7948 (generic-mode-set-comments): Use them.
7949 (generic-bracket-support): Use setq-local.
7950 (generic-make-keywords-list): Declare obsolete.
7951
7de135d0
GM
79522013-06-11 Glenn Morris <rgm@gnu.org>
7953
7954 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7955 Prettify after setting font-lock-defaults. (Bug#14574)
7956
fa6bc6fd
JB
79572013-06-11 Juanma Barranquero <lekktu@gmail.com>
7958
7959 * replace.el (query-replace, occur-read-regexp-defaults-function)
7960 (replace-search):
7961 * subr.el (declare-function, number-sequence, local-set-key)
7962 (substitute-key-definition, locate-user-emacs-file)
7963 (with-silent-modifications, split-string, eval-after-load):
7964 Fix typos, remove unneeded backslashes and reflow some docstrings.
7965
cf1f9b9a
SM
79662013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
7967
7968 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
7969 default for Elisp files.
7970
56602a4b
GM
79712013-06-11 Glenn Morris <rgm@gnu.org>
7972
7973 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
7974 although define-derived-mode was doing this anyway. (Bug#14583)
7975
30ae0b2c
JB
79762013-06-10 Juanma Barranquero <lekktu@gmail.com>
7977
7978 * allout.el (allout-encryption-plaintext-sanitization-regexps):
7979 Fix make-variable-buffer-local call to refer to the correct variable.
7980
fa472906
AG
79812013-06-10 Aidan Gauland <aidalgol@amuri.net>
7982
7983 * eshell/em-term.el (eshell-visual-commands)
e7b41c4c
JB
7984 (eshell-visual-subcommands, eshell-visual-options):
7985 Add summary line to docstrings. Add cross-references.
fa472906 7986
ff4871b9
GM
79872013-06-10 Glenn Morris <rgm@gnu.org>
7988
7989 * epa.el (epa-read-file-name): New function. (Bug#14510)
7990 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
7991
04fcf1b0
AG
79922013-06-09 Aidan Gauland <aidalgol@amuri.net>
7993
7994 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
7995 output redirection to be ignored with visual commands.
7996
88b00caa
AG
79972013-06-09 Aidan Gauland <aidalgol@amuri.net>
7998
7999 * eshell/em-term.el (eshell-visual-command-p): New function.
f71b3317
AG
8000 (eshell-term-initialize): Move long lambda to separate function
8001 eshell-visual-command-p.
e7b41c4c
JB
8002 * eshell/em-dirs.el (eshell-dirs-initialise):
8003 * eshell/em-script.el (eshell-script-initialize):
8004 Add missing #' to lambda.
88b00caa 8005
fda74125
LL
80062013-06-08 Leo Liu <sdl.web@gmail.com>
8007
8008 * progmodes/octave.el (octave-add-log-current-defun): New function.
8009 (octave-mode): Set add-log-current-defun-function.
8010 (octave-goto-function-definition): Do not move point if not found.
8011 (octave-find-definition): Enhance to try subfunctions first.
8012
467f3b33
GM
80132013-06-08 Glenn Morris <rgm@gnu.org>
8014
8015 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8016 (byte-compile-backward-char, byte-compile-backward-word):
8017 Improve previous change, to handle non-explicit nil.
8018
544badc3
SM
80192013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
8020
8021 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
8022 (smie--opener/closer-at-point): New function.
8023 (smie--matching-block-data): Use it. Don't match from right after an
8024 opener or right before a closer. Obey smie-blink-matching-inners.
8025 Don't signal a mismatch for repeated inners like "switch..case..case".
8026
a175bf33
LL
80272013-06-07 Leo Liu <sdl.web@gmail.com>
8028
8029 * progmodes/octave.el (octave-mode): Set comment-use-global-state
8030 to t. (Bug#14303)
ce8209d4
LL
8031 (octave-function-header-regexp): Fix. (Bug#14570)
8032 (octave-help-mode-finish-hook, octave-help-mode-finish):
8033 Remove. Just use temp-buffer-show-hook.
a175bf33
LL
8034
8035 * newcomment.el (comment-search-backward): Revert last change.
8036 (Bug#14434)
8037
8038 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
8039
a822acff
EZ
80402013-06-07 Eli Zaretskii <eliz@gnu.org>
8041
8042 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
8043 through xargs, to avoid failure due to MS-Windows limitations on
8044 command-line length.
8045
961166f5
GM
80462013-06-06 Glenn Morris <rgm@gnu.org>
8047
d0341459
GM
8048 * font-lock.el (lisp-font-lock-keywords-2):
8049 Treat user-error like error.
8050
961166f5
GM
8051 * emacs-lisp/bytecomp.el (byte-compile-char-before)
8052 (byte-compile-backward-char, byte-compile-backward-word):
8053 Handle explicit nil arguments. (Bug#14565)
8054
80fa505f
AM
80552013-06-05 Alan Mackenzie <acm@muc.de>
8056
8057 * isearch.el (isearch-allow-prefix): New user option.
d2bf7a98 8058 (isearch-other-meta-char): Don't exit isearch when a prefix
80fa505f 8059 argument is typed whilst `isearch-allow-prefix' is non-nil.
d2bf7a98 8060 (Bug#9706)
80fa505f 8061
fccdc796
SM
80622013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8063
8064 * autorevert.el (auto-revert-notify-handler): Use memq.
8065 Hide assertion failure.
8066
8067 * skeleton.el: Use cl-lib.
8068 (skeleton-further-elements): Use defvar-local.
8069 (skeleton-insert): Use cl-progv.
8070
9bfff84b
TZ
80712013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8072
8073 * progmodes/prog-mode.el (prog-prettify-symbols)
8074 (prog-prettify-install): Update docstrings.
8075
55577e7c
SM
80762013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * simple.el: Move all the prog-mode code to prog-mode.el.
8079 * progmodes/prog-mode.el: New file.
8080 * loadup.el: Add prog-mode.el.
8081
8fc57765
TZ
80822013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8083
8084 * simple.el (prog-prettify-symbols): Add version.
8085 (prog-prettify-install): Add convenience function to prettify symbols.
8086
8087 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
8088 (perl--augmented-font-lock-keywords-1)
8089 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
8090 variables and use it.
8091
8092 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
8093 (cfengine3-mode): Remove unneeded variable and use it.
8094
8095 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8096 (lisp--augmented-font-lock-keywords-1)
8097 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
8098 Remove unneeded variables and use it.
8099
650645d5 81002013-06-05 João Távora <joaotavora@gmail.com>
28f5da6d
TZ
8101
8102 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
650645d5 8103 to point when opening the connection. (Bug#14380)
28f5da6d 8104
781b4af6
SM
81052013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * subr.el (load-history-regexp, load-history-filename-element)
8108 (eval-after-load, after-load-functions, do-after-load-evaluation)
8109 (eval-next-after-load, display-delayed-warnings)
8110 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
8111 definition of save-match-data.
8112 (overriding-local-map): Remove accidental obsolescence declaration.
8113
8114 * emacs-lisp/edebug.el (edebug-result): Move before first use.
8115
3ca0d0b4
TZ
81162013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
8117
8118 Generalize symbol prettify support to prog-mode and implement it
8119 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
8120 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
8121 (prog--prettify-font-lock-compose-symbol)
8122 (prog-prettify-font-lock-symbols-keywords): New variables and
8123 functions to support symbol prettification.
8124 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
8125 (lisp--augmented-font-lock-keywords-1)
8126 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
8127 (lisp--prettify-symbols-alist): Implement prettify of lambda.
8128 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
781b4af6
SM
8129 (cfengine3--prettify-symbols-alist, cfengine3-mode):
8130 Implement prettify of -> => :: strings.
3ca0d0b4
TZ
8131 * progmodes/perl-mode.el (perl-prettify-symbols)
8132 (perl--font-lock-compose-symbol)
8133 (perl--font-lock-symbols-keywords): Move to prog-mode.
8134 (perl--prettify-symbols-alist): Prettify -> => :: strings.
8135 (perl-font-lock-keywords-1)
8136 (perl-font-lock-keywords-2): Remove explicit prettify support.
8137 (perl--augmented-font-lock-keywords)
8138 (perl--augmented-font-lock-keywords-1)
781b4af6
SM
8139 (perl--augmented-font-lock-keywords-2, perl-mode):
8140 Implement prettify support.
3ca0d0b4 8141
976cb066
LL
81422013-06-05 Leo Liu <sdl.web@gmail.com>
8143
8144 Re-implement smie matching block highlight using
8145 show-paren-data-function. (Bug#14395)
8146 * emacs-lisp/smie.el (smie-matching-block-highlight)
8147 (smie--highlight-matching-block-overlay)
8148 (smie--highlight-matching-block-lastpos)
8149 (smie-highlight-matching-block)
8150 (smie-highlight-matching-block-mode): Remove.
8151 (smie--matching-block-data-cache): New variable.
8152 (smie--matching-block-data): New function.
8153 (smie-setup): Use smie--matching-block-data for
8154 show-paren-data-function.
8155
8156 * progmodes/octave.el (octave-mode-menu): Fix.
8157 (octave-find-definition): Skip garbage lines.
8158
208d0342
SM
81592013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 Fix compilation error with simultaneous dynamic+lexical scoping.
8162 Add warning when a defvar appears after the first let-binding.
8163 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
8164 (byte-compile-close-variables): Initialize it.
8165 (byte-compile--declare-var): New function.
8166 (byte-compile-file-form-defvar)
8167 (byte-compile-file-form-define-abbrev-table)
8168 (byte-compile-file-form-custom-declare-variable): Use it.
8169 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
8170 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
8171 (byte-compile-bind): Handle dynamic bindings that shadow
8172 lexical bindings.
8173 (byte-compile-unbind): Make arg non-optional.
8174 (byte-compile-let): Simplify.
8175 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
8176 (cconv--analyse-function, cconv-analyse-form): Populate it.
8177 Protect byte-compile-bound-variables to limit the scope of defvars.
8178 (cconv-analyse-form): Add missing rule for (defvar <foo>).
8179 Remove unneeded rule for `declare'.
8180
8181 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
8182 so as to avoid depending on cl-adjoin at run-time.
8183 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
8184
8185 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
8186 (macroexp--warn-and-return): Use it.
8187
1ac2891e
GM
81882013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * lisp/subr.el: Convert to lexical binding.
8191 (overriding-local-map): Make obsolete.
8192 (add-to-list): Doc fix. Add compiler macro.
8193 (read-key): Swap values of local maps.
8194
2587b005
LL
81952013-06-05 Leo Liu <sdl.web@gmail.com>
8196
8197 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
8198
f1da3c88
LL
81992013-06-04 Leo Liu <sdl.web@gmail.com>
8200
8201 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
8202 (compilation-auto-jump): Suppress the "Mark set" message to give
8203 way to exit message.
8204
3caa391f
AM
82052013-06-04 Alan Mackenzie <acm@muc.de>
8206
8207 Remove faulty optimisation from indentation calculation.
8208 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
8209 search limit based on 2000 characters back from indent-point.
8210
068922a2
TH
82112013-06-03 Tassilo Horn <tsdh@gnu.org>
8212
8213 * eshell/em-term.el (cl-lib): Require `cl-lib'.
8214
1f8fdd53
SM
82152013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8216
bbcc4d97
SM
8217 * emacs-lisp/lisp.el: Use lexical-binding.
8218 (lisp--local-variables-1, lisp--local-variables): New functions.
8219 (lisp--local-variables-completion-table): New var.
208d0342 8220 (lisp-completion-at-point): Use it complete let-bound vars.
bbcc4d97 8221
1f8fdd53
SM
8222 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
8223 eagerly (bug#14422).
8224
c9628c79
MA
82252013-06-03 Michael Albinus <michael.albinus@gmx.de>
8226
8227 * autorevert.el (auto-revert-notify-enabled)
8228 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
8229 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
8230 (auto-revert-notify-handler): Handle also gfilenotify.
8231
e7b41c4c 8232 * subr.el (file-notify-handle-event): New defun. Replacing ...
c9628c79 8233 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
781b4af6 8234 Remove.
c9628c79 8235
e5e4a942
JL
82362013-06-03 Juri Linkov <juri@jurta.org>
8237
8238 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
8239 `M-s h .'. (Bug#14427)
8240
8241 * hi-lock.el (highlight-symbol-at-point): New alias for the new
8242 command `hi-lock-face-symbol-at-point'.
8243 (hi-lock-face-symbol-at-point): New command.
8244 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
8245 (hi-lock-menu): Add `highlight-symbol-at-point'.
8246 (hi-lock-mode): Doc fix.
8247
8248 * isearch.el (isearch-forward-symbol-at-point): New command.
8249 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
8250 (isearch-highlight-regexp): Add a regexp which matches
8251 words/symbols for word/symbol mode.
8252
8253 * subr.el (find-tag-default-bounds): New function with the body
8254 mostly moved from `find-tag-default'.
8255 (find-tag-default): Move most code to `find-tag-default-bounds',
8256 call it and apply `buffer-substring-no-properties' afterwards.
8257
26b3353a
TH
82582013-06-03 Tassilo Horn <tsdh@gnu.org>
8259
781b4af6
SM
8260 * eshell/em-term.el (eshell-term-initialize):
8261 Use `cl-intersection' rather than `intersection'.
26b3353a 8262
51b60f53
XF
82632013-06-02 Xue Fuqiao <xfq.free@gmail.com>
8264
fe054b63 8265 * vc/log-view.el: Doc fix.
d3ffe17c 8266 (log-view-mode-map): Copy keymap from `special-mode-map'.
51b60f53 8267
a0eb10b3 82682013-06-02 Eric Ludlam <zappo@gnu.org>
890f7890
DE
8269
8270 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
8271 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
8272 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
8273 (eieio-unbound, eieio-default-superclass)
8274 (eieio--define-field-accessors, method-static, method-before)
8275 (method-primary, method-after, method-num-lists)
8276 (method-generic-before, method-generic-primary)
8277 (method-generic-after, method-num-slots)
8278 (eieio-specialized-key-to-generic-key)
8279 (eieio--check-type, class-v, class-p)
8280 (eieio-class-name, define-obsolete-function-alias)
8281 (eieio-class-parents-fast, eieio-class-children-fast)
8282 (same-class-fast-p, class-constructor, generic-p)
8283 (generic-primary-only-p, generic-primary-only-one-p)
8284 (class-option-assoc, class-option, eieio-object-p)
8285 (class-abstract-p, class-method-invocation-order)
8286 (eieio-defclass-autoload-map, eieio-defclass-autoload)
8287 (eieio-class-un-autoload, eieio-defclass)
8288 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
8289 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
8290 (eieio--defgeneric-init-form, eieio-defgeneric-form)
8291 (eieio-defgeneric-reset-generic-form)
8292 (eieio-defgeneric-form-primary-only)
8293 (eieio-defgeneric-reset-generic-form-primary-only)
8294 (eieio-defgeneric-form-primary-only-one)
8295 (eieio-defgeneric-reset-generic-form-primary-only-one)
8296 (eieio-unbind-method-implementations)
8297 (eieio--defmethod, eieio--typep)
8298 (eieio-perform-slot-validation, eieio-validate-slot-value)
8299 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
8300 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
8301 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
8302 (eieio-slot-name-index, eieio-class-slot-name-index)
8303 (eieio-set-defaults, eieio-initarg-to-attribute)
8304 (eieio-attribute-to-initarg, eieio-c3-candidate)
8305 (eieio-c3-merge-lists, eieio-class-precedence-c3)
8306 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
8307 (eieio-class-precedence-list, eieio-generic-call-methodname)
8308 (eieio-generic-call-arglst, eieio-generic-call-key)
8309 (eieio-generic-call-next-method-list)
8310 (eieio-pre-method-execution-functions, eieio-generic-call)
8311 (eieio-generic-call-primary-only, eieiomt-method-list)
8312 (eieiomt-optimizing-obarray, eieiomt-install)
8313 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
8314 (eieio-generic-form, eieio-defmethod, make-obsolete)
4f405069 8315 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
890f7890
DE
8316 (defclass): Remove `eval-and-compile' from macro.
8317 (call-next-method, shared-initialize): Instead of using
8318 `scoped-class' variable, use new eieio--scoped-class, and
8319 eieio--with-scoped-class.
8320 (initialize-instance): Rename local variable 'scoped-class' to
8321 'this-class' to remove ambiguitity from old global.
8322
8323 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
8324 eieio.el.
4f405069
JB
8325 (eieio--scoped-class-stack): New variable.
8326 (eieio--scoped-class): New fcn.
890f7890
DE
8327 (eieio--with-scoped-class): New scoping macro.
8328 (eieio-defclass): Use pushnew instead of add-to-list.
8329 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
8330 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
8331 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
8332 `scoped-class' variable, use new eieio--scoped-class, and
8333 eieio--with-scoped-class.
8334
8335 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
8336
d105b0e2
TH
83372013-06-02 Tassilo Horn <tsdh@gnu.org>
8338
8339 * eshell/esh-ext.el (eshell-external-command): Pass args to
8340 `eshell-find-interpreter'.
8341 (eshell-find-interpreter): Add new second parameter ARGS.
8342
8343 * eshell/em-script.el (eshell-script-initialize): Add second arg
e7b41c4c 8344 to the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
8345
8346 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
e7b41c4c 8347 the function added as MATCH to `eshell-interpreter-alist'.
d105b0e2
TH
8348
8349 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
8350 (eshell-visual-options): New defcustom.
8351 (eshell-escape-control-x): Adapt docstring.
8352 (eshell-term-initialize): Test `eshell-visual-subcommands' and
8353 `eshell-visual-options' in addition to `eshell-visual-commands'.
8354 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
8355
f46305c8 83562013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
f782d531
FEG
8357
8358 * progmodes/python.el (python-indent-block-enders): Add break,
8359 continue and raise keywords.
8360
d870df21
GM
83612013-06-01 Glenn Morris <rgm@gnu.org>
8362
9133b82e
GM
8363 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
8364
02c992ec 8365 Plain (f)boundp silences compilation warnings since Emacs 22.1.
683853b9
GM
8366 * progmodes/cc-cmds.el (delete-forward-p):
8367 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
8368 * progmodes/cc-engine.el (buffer-syntactic-context):
8369 * progmodes/cc-fonts.el (face-property-instance):
8370 * progmodes/cc-mode.el (set-keymap-parents):
8371 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
8372 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
8373 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
02c992ec
GM
8374 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
8375 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
683853b9 8376
31e7b090
GM
8377 * progmodes/cc-vars.el (other): Emacs has this widget since
8378 at least 21.1, so don't (re)define it.
8379
d870df21
GM
8380 * eshell/em-cmpl.el (eshell-cmpl-initialize):
8381 Replace the obsolete alias pcomplete-arg-quote-list.
8382
c75c93c7
LL
83832013-06-01 Leo Liu <sdl.web@gmail.com>
8384
8385 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
8386 punctuation syntax.
8387 (inferior-octave-minimal-columns)
8388 (inferior-octave-last-column-width): New variables.
8389 (inferior-octave-track-window-width-change): New function.
8390 (inferior-octave-mode): Adjust column width so that Octave output,
8391 for example from 'ls', can fit into the window nicely.
8392
973d1e12
DG
83932013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8394
8395 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8396 Highlight expansions inside regexp literals.
8397
0888c286
GM
83982013-05-31 Glenn Morris <rgm@gnu.org>
8399
e26aac1f
GM
8400 * obsolete/sym-comp.el (symbol-complete):
8401 Replace obsolete completion-annotate-function.
8402
0888c286
GM
8403 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
8404
19bb8e62
DG
84052013-05-31 Dmitry Gutov <dgutov@yandex.ru>
8406
781b4af6
SM
8407 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
8408 New function, checks if point is inside a literal that allows
19bb8e62
DG
8409 expression expansion.
8410 (ruby-syntax-propertize-expansion): Use it.
8411 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
8412 around the body.
8413
01dea85f
JL
84142013-05-30 Juri Linkov <juri@jurta.org>
8415
8416 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
8417 to "\M-si".
8418 (isearch-invisible): New variable.
8419 (isearch-forward): Doc fix.
8420 (isearch-mode): Set `isearch-invisible'
8421 to the value of `search-invisible'.
8422 (isearch-toggle-case-fold): Doc fix.
8423 (isearch-toggle-invisible): New command.
8424 (isearch-query-replace): Let-bind `search-invisible'
8425 to the value of `isearch-invisible'.
8426 (isearch-search): Use `isearch-invisible' instead of
8427 `search-invisible'. Let-bind `search-invisible'
8428 to the value of `isearch-invisible'. (Bug#11378)
8429
ab1bdce5
JL
84302013-05-30 Juri Linkov <juri@jurta.org>
8431
8432 * replace.el (perform-replace): Avoid `isearch-range-invisible'
8433 call when `query-flag' is nil and `search-invisible' is non-nil.
8434 (Bug#11746)
8435
d6d236e2
GM
84362013-05-30 Glenn Morris <rgm@gnu.org>
8437
8accd027
GM
8438 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
8439
2a8bed1c
GM
8440 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
8441 (cc-require): Suppress spurious "noruntime" warnings.
8442 (cc-require-when-compile): Use fboundp, for sake of compiler.
8443
d6d236e2
GM
8444 * progmodes/cc-mode.el: Move load of cc-vars before that of
8445 cc-langs (which in turn loads cc-vars), to quieten compiler.
8446
9190b35b
SM
84472013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * paren.el: Simplify the code.
8450 (show-paren-mode): Always start the timer.
8451 (show-paren--idle-timer): Rename from show-paren-idle-timer.
8452 (show-paren--overlay, show-paren--overlay-1): Rename from
8453 show-paren-overlay and show-paren-overlay-1, and initialize to an
8454 overlay rather than to nil.
8455 (show-paren-function): Misc cleanup and simplifications.
8456
4f8d1cf6
SM
84572013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
8458
8459 * paren.el (show-paren-data-function): New hook.
8460 (show-paren--default): New function, extracted from show-paren-function.
8461 (show-paren-function): Use show-paren-data-function.
8462
02d844b5
GM
84632013-05-30 Glenn Morris <rgm@gnu.org>
8464
d209d4a9
GM
8465 * ielm.el (ielm-map, ielm-complete-symbol):
8466 Use completion-at-point rather than obsolete functions.
8467 (inferior-emacs-lisp-mode): Doc fix.
8468 Set completion-at-point-functions, rather than
8469 comint-dynamic-complete-functions.
8470
2082faa6
GM
8471 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
8472 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
8473 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
8474
dd8620de
GM
8475 * image.el (image-animated-p): Tweak definition.
8476
ceca95b1
GM
8477 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
8478 (rlogin-process-connection-type): Tweak default. Add set-after.
8479 (rlogin-host): Doc fix.
8480 (rlogin): Tweak prompt.
8481 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
8482
ee9f1acc
GM
8483 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
8484 * progmodes/tcl.el (inferior-tcl-mode-map):
8485 Use completion-at-point rather than obsolete alias.
8486
45ce222e
GM
8487 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
8488
02d844b5
GM
8489 * minibuffer.el (read-file-name-completion-ignore-case):
8490 Move before completion--in-region, for eager macro expansion.
8491
ac44d6c1
JL
84922013-05-29 Juri Linkov <juri@jurta.org>
8493
8494 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
8495 for total count of matching lines. Add `global-matches' for total
8496 count of matches. Rename `matches' to `lines' for count of
8497 matching lines. Add `matches' for count of matches.
8498 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
8499 to `prev-line' for line number of prev match endpt.
8500 Increment `matches' for every match. Print the number of
8501 matching lines in the header.
8502 (occur-context-lines): Rename `lines' to `curr-line'.
8503 Rename `prev-lines' to `prev-line'. (Bug#14017)
8504
3c9c9d38
JL
85052013-05-29 Juri Linkov <juri@jurta.org>
8506
8507 * replace.el (perform-replace): Add `skip-read-only-count',
8508 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
8509 Increment them for corresponding conditions and report the number
8510 of skipped occurrences in the final message. (Bug#11746)
8511 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8512 (replace-string, replace-regexp): Doc fix.
8513
33e249a2
SM
85142013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8515
8e399682
SM
8516 * emacs-lisp/trace.el (trace--read-args): Provide a default.
8517
33e249a2 8518 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
781b4af6 8519 prog-mode-map (bug#14504).
33e249a2 8520
f236dd84
LL
85212013-05-29 Leo Liu <sdl.web@gmail.com>
8522
8523 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
8524 (octave-help): Small simplification.
8525
8526 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
8527 off the highlight first.
8528
3694d13f
GM
85292013-05-29 Glenn Morris <rgm@gnu.org>
8530
03983bdc
GM
8531 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
8532 Handle idlwave-last-system-routine-info-cons-cell being nil.
8533
bc74a74a
GM
8534 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
8535 (idlwave-write-paths): Simplify via with-temp-buffer.
8536
8b394200
GM
8537 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
8538 * emulation/cua-rect.el: Also load cua-base at run time.
8539
3694d13f
GM
8540 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
8541 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
8542 (cperl-imenu-on-info): Require imenu.
8543
336d7284
AM
85442013-05-28 Alan Mackenzie <acm@muc.de>
8545
8546 Handle "capitalised keywords" correctly.
33e249a2 8547 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
336d7284 8548
cb29c582
AG
85492013-05-28 Aidan Gauland <aidalgol@amuri.net>
8550
781b4af6 8551 * eshell/em-unix.el: Add -r option to cp.
cb29c582 8552
690e44b2
GM
85532013-05-28 Glenn Morris <rgm@gnu.org>
8554
e658d75c
GM
8555 * vc/vc-arch.el (vc-exec-after): Declare.
8556 (vc-switches): Autoload.
8557 * vc/vc-bzr.el: No need to require vc when compiling.
8558 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
8559 (vc-resynch-buffer, vc-dir-refresh): Declare.
8560 (vc-setup-buffer, vc-switches): Autoload.
712b9732
GM
8561 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
8562 (vc-resynch-buffer): Declare.
8563 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
e658d75c 8564 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
712b9732
GM
8565 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
8566 (grep-read-regexp, grep-read-files, grep-expand-template)
8567 (vc-dir-refresh): Declare.
8568 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
8569 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
8570 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
e658d75c
GM
8571 * vc/vc-mtn.el (vc-exec-after): Declare.
8572 (vc-switches): Autoload.
8573 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
8574 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
8575 (vc-file-tree-walk): Declare.
712b9732
GM
8576 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
8577 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
8578 (vc-tag-precondition, vc-rename-master): Autoload.
e658d75c
GM
8579 * vc/vc-svn.el (vc-exec-after): Declare.
8580 (vc-switches, vc-setup-buffer): Autoload.
8581 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
8582 Autoload.
8583 (vc-resynch-buffer): Declare.
8584
98e87fb3
GM
8585 * obsolete/fast-lock.el (byte-compile-warnings):
8586 Don't warn about obsolete features in this obsolete file.
8587
f5379553
GM
8588 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
8589 Move definition before use.
8590
7a20ef83
GM
8591 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
8592 (dun-unix-verbs): Remove dun-zippy.
8593 (dun-zippy): Remove function.
8594
690e44b2
GM
8595 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
8596
3a52ccf7
JL
85972013-05-27 Juri Linkov <juri@jurta.org>
8598
8599 * replace.el (replace-search): New function with code moved out
8600 from `perform-replace'.
8601 (replace-highlight, replace-dehighlight): Move function definitions
8602 up closer to `replace-search'. (Bug#11746)
8603
d289938a
JL
86042013-05-27 Juri Linkov <juri@jurta.org>
8605
8606 * replace.el (perform-replace): Ignore invisible matches.
8607 In addition to checking `query-replace-skip-read-only', also
8608 filter out matches by calling `run-hook-with-args-until-failure'
8609 on `isearch-filter-predicates', and also check `search-invisible'
8610 for t or call `isearch-range-invisible'.
8611 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
8612
66fc57e3
JL
86132013-05-27 Juri Linkov <juri@jurta.org>
8614
8615 * isearch.el (isearch-filter-predicates): Rename from
8616 `isearch-filter-predicate'. Doc fix. (Bug#11378)
8617 (isearch-message-prefix): Display text from the property
8618 `isearch-message-prefix' of the currently active filters.
8619 (isearch-search): Don't compare `isearch-filter-predicate' with
8620 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
8621 on `isearch-filter-predicates'. Also check `search-invisible' for t
8622 or call `isearch-range-invisible'.
8623 (isearch-filter-visible): Make obsolete.
8624 (isearch-lazy-highlight-search):
8625 Call `run-hook-with-args-until-failure' on
8626 `isearch-filter-predicates' and use `isearch-range-invisible'.
8627
8628 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
8629 `isearch-filter-predicates' instead of `funcall'ing
8630 `isearch-filter-predicate'.
8631 (Info-mode): Set `Info-isearch-filter' to
8632 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
8633
8634 * dired-aux.el (dired-isearch-filter-predicate-orig):
8635 Remove variable.
8636 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
8637 (dired-isearch-filenames-end): Add and remove
8638 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
8639 instead of changing the value of `isearch-filter-predicate'.
8640 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
8641 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
8642 Put property `isearch-message-prefix' to "filename " on
8643 `dired-isearch-filter-filenames'.
8644
8645 * wdired.el (wdired-change-to-wdired-mode):
8646 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
8647 locally instead of changing `isearch-filter-predicate'.
8648 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
8649
f1a60a0f
DG
86502013-05-27 Dmitry Gutov <dgutov@yandex.ru>
8651
8652 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
8653 return the commit hash (Bug#14459). Also set the
8654 `vc-git-detached' property.
8655 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
8656 (vc-git-mode-line-string): Use the same help-echo format whether
8657 in detached mode or not, because we know the actual revision now.
8658 When in detached mode, shorten the revision to 7 chars.
8659
7f17cc40
SM
86602013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8661
8662 * emacs-lisp/easy-mmode.el (define-minor-mode):
8663 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
8664 mode hook and provide a docstring.
8665
25c8401c
AM
86662013-05-27 Alan Mackenzie <acm@muc.de>
8667
8668 Remove spurious syntax-table text properties inserted by C-y.
8669 * progmodes/cc-mode.el (c-after-change): Also clear hard
8670 syntax-table property with value nil.
8671
dde84790
MA
86722013-05-27 Michael Albinus <michael.albinus@gmx.de>
8673
8674 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
8675 when reading the events; the buffer layout shall not be changed.
8676
837fd9af
LL
86772013-05-27 Leo Liu <sdl.web@gmail.com>
8678
8679 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
8680 New variable.
8681 (inferior-octave-directory-tracker): Automatically re-sync
8682 default-directory.
8683 (octave-help): Improve handling of 'See also'.
8684
4fd996b3
SM
86852013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
8686
416f1802
SM
8687 * doc-view.el: Minor naming convention tweaks.
8688 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
8689
4fd996b3
SM
8690 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
8691 even if there's no `display' property yet (bug#14435).
8692
a052ef3b
EZ
86932013-05-25 Eli Zaretskii <eliz@gnu.org>
8694
4fd996b3 8695 * subr.el (unmsys--file-name): Rename from reveal-filename.
a052ef3b
EZ
8696
8697 * Makefile.in (custom-deps, finder-data, autoloads)
8698 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8699 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8700 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
8701
c9023370
SM
87022013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8703
8704 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
8705 error-completion on the first 2 args of condition-case (bug#14446).
df76dacb 8706 Don't burp at EOB.
c9023370 8707
24d699fa
LL
87082013-05-25 Leo Liu <sdl.web@gmail.com>
8709
8710 * comint.el (comint-previous-matching-input): Do not flood the
8711 *Messages* buffer with trivial messages.
8712
17e5c0cc
SM
87132013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8714
8715 * progmodes/flymake.el (flymake-nop): Don't return a string.
8716 (flymake-set-at): Fix typo.
8717
8718 * simple.el (read--expression): New function, extracted from
8719 eval-expression. Set completion-at-point-functions (bug#14465).
8720 (eval-expression, eval-minibuffer): Use it.
8721
5d028165
XF
87222013-05-25 Xue Fuqiao <xfq.free@gmail.com>
8723
8724 * progmodes/flymake.el (flymake-save-buffer-in-file)
8725 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
8726 (flymake-selected-frame, flymake-log, flymake-ins-after)
8727 (flymake-set-at, flymake-get-buildfile-from-cache)
8728 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
8729 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
8730 Refine the doc string.
8731 (flymake-get-file-name-mode-and-masks): Reformat.
8732 (flymake-get-real-file-name-function): Fix a minor bug.
8733
7a1d7ba7
JL
87342013-05-24 Juri Linkov <juri@jurta.org>
8735
8736 * progmodes/grep.el (grep-mode-font-lock-keywords):
8737 Support =linenumber= format used by git-grep for lines with
8738 function names. (Bug#13549)
8739
650cff3d
SM
87402013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8741
8742 * progmodes/octave.el (octave-smie-rules): Return nil rather than
8743 0 after a semi-colon; it works better for smie-auto-fill.
8744 (octave--indent-new-comment-line): New function.
8745 (octave-indent-new-comment-line): Use it (indirectly).
8746 (octave-mode): Don't disable smie-auto-fill. Use add-function to
8747 modify comment-line-break-function.
8748
8749 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
8750 (smie-setup): Use add-function to set it.
8751
9631677d
SS
87522013-05-24 Sam Steingold <sds@gnu.org>
8753
8754 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
8755 argument (before the `interactive' argument).
8756
50105835
SM
87572013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
8758
8759 * image-mode.el (image-mode-winprops): Add winprops to
8760 image-mode-winprops-alist before running
8761 image-mode-new-window-functions.
8762 * doc-view.el (doc-view-new-window-function): Don't delay
8763 doc-view-goto-page via timers (bug#14435).
8764
57b9823e
TH
87652013-05-24 Tassilo Horn <tsdh@gnu.org>
8766
8767 * doc-view.el: Integrate with desktop.el. (Bug#14435)
8768 (doc-view-desktop-save-buffer): New function.
8769 (doc-view-restore-desktop-buffer): New function.
50105835
SM
8770 (desktop-buffer-mode-handlers):
8771 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
57b9823e
TH
8772 handler.
8773 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
8774 `desktop-save-buffer' function.
8775
91aafa16
MA
87762013-05-24 Michael Albinus <michael.albinus@gmx.de>
8777
8778 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
8779 (tramp-gvfs-file-name-handler): Raise a user error when
8780 `tramp-gvfs-enabled' is nil.
8781 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
8782 Do not raise a user error when loading package. (Bug#14447)
8783
ec076379
MA
8784 * net/xesam.el: Move to obsolete/.
8785
db785726
GM
87862013-05-24 Glenn Morris <rgm@gnu.org>
8787
af5c7606
GM
8788 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
8789
e5d1916a
GM
8790 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
8791
ded62b08
GM
8792 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
8793 (Info-find-node, Man-getpage-in-background): Declare.
8794
9e614a3f
GM
8795 * mail/unrmail.el (unrmail):
8796 Replace obsolete detect-coding-with-priority.
8797
892f8ca3
GM
8798 * net/socks.el (socks-split-string): Use this rather than split-string.
8799 (socks-nslookup-host): Update for above change.
8800 (dynamic-choice, s5-dynamic-choice-match)
8801 (s5-dynamic-choice-match-inline, s5-widget-value-create):
8802 Comment out unused code.
8803
3c291973
GM
8804 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
8805 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
8806 (gud-tooltip-echo-area): Make obsolete.
8807 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
8808
43cc956b
GM
8809 * progmodes/js.el (js--optimize-arglist): Declare.
8810
dab49a3b
GM
8811 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
8812
36b9d085
GM
8813 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
8814 (ediff-window-C): Declare.
8815
e354ae76
GM
8816 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
8817 Tweak requires to silence compiler.
8818
b8e57bf4
GM
8819 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
8820 (he-search-string, he-tried-table, he-expand-list)
8821 (he-init-string, he-string-member, he-substitute-string)
8822 (he-reset-string): Declare.
8823
db785726
GM
8824 * obsolete/options.el (list-options): Use custom-variable-p,
8825 rather than obsolete alias.
8826
b3531901
SS
88272013-05-23 Sam Steingold <sds@gnu.org>
8828
8829 * simple.el (shell-command-on-region): Pass the `replace' argument
db785726 8830 down to `call-process-region' to comply with the doc as reported on
b3531901
SS
8831 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
8832
bdda4c66
SM
88332013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * emacs-lisp/smie.el (smie-indent-forward-token)
8836 (smie-indent-backward-token): Handle string tokens (bug#14381).
8837
c43d45f9
TH
88382013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8839
fe1eb856
RS
8840 * ielm.el (ielm-menu): New menu.
8841 (inferior-emacs-lisp-mode): Set comment-start.
96172128 8842
fe1eb856
RS
88432013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8844
8845 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
8846 Fix deactivate action.
8847
8848 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
8849 Add cleveref macros.
074dd971 8850
c43d45f9
TH
8851 * lisp/textmodes/reftex-parse.el
8852 (reftex-locate-bibliography-files): Accept options for
8853 bibliography commands.
8854 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
8855 Add addbibresource. Basic Biblatex support.
8856
7764286e
MA
88572013-05-23 Michael Albinus <michael.albinus@gmx.de>
8858
8859 * net/tramp-gvfs.el (top):
8860 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
8861 when loading package. (Bug#14447)
8862
d361bc10
GM
88632013-05-23 Glenn Morris <rgm@gnu.org>
8864
8fa23984
GM
8865 * progmodes/js.el: No need to load comint when compiling.
8866 (ring-insert, comint-send-string, comint-send-input)
8867 (comint-last-input-end, ido-chop): Declare.
8868
a5c7df1a
GM
8869 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
8870 * vc/ediff-mult.el: Adjust requires.
8871 (ediff-directories-internal, ediff-directory-revisions-internal)
8872 (ediff-patch-file-internal): Declare.
8873 * vc/ediff-ptch.el: Adjust requires.
8874 (ediff-use-last-dir, ediff-buffers-internal): Declare.
8875 (ediff-find-file): Autoload.
8876 * vc/ediff-util.el: No need to load ediff when compiling.
8877 (ediff-regions-internal): Declare.
8878 * vc/ediff-wind.el: Adjust requires.
8879 (ediff-compute-toolbar-width): Define when compiling.
8880 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
8881 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
8882 (dired-get-filename, dired-get-marked-files)
8883 (ediff-last-dir-patch, ediff-patch-default-directory)
8884 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
8885 (ediff-patch-buffer-internal): Declare.
8886
e2aec513
GM
8887 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
8888 (ispell-process, ispell-buffer-local-words, lm-summary)
8889 (lm-section-start, lm-section-end): Declare.
8890 (checkdoc-ispell-init): Simplify.
8891
e68bbd7c
GM
8892 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
8893 (he-string-member, he-reset-string, he-substitute-string): Declare.
8894
7efe0991
GM
8895 * eshell/em-ls.el: Adjust requires.
8896 (eshell-glob-regexp): Declare.
f87b1284
GM
8897 * eshell/em-tramp.el: Adjust requires.
8898 (eshell-parse-command): Autoload.
8899 * eshell/em-xtra.el: Adjust requires.
8900 (eshell-parse-command): Autoload.
8901 * eshell/esh-ext.el: Adjust requires.
8902 (eshell-parse-command, eshell-close-handles): Autoload.
8903 * eshell/esh-io.el: Adjust requires.
8904 (eshell-output-filter): Autoload.
8905 * eshell/esh-util.el: No need to load tramp when compiling.
8906 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
8907 Declare.
8908 (eshell-parse-ange-ls): Require ange-ftp and tramp.
8909 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
8910 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
8911 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
8912 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
8913 * eshell/esh-opt.el, eshell/esh-proc.el:
8914 * eshell/esh-var.el: Adjust requires.
8915 * eshell/eshell.el: Do not require esh-util twice.
8916 (eshell-add-input-to-history): Declare.
8917 (eshell-command): Check history module is active before using it.
8918
d361bc10
GM
8919 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
8920
85d090a9
LL
89212013-05-22 Leo Liu <sdl.web@gmail.com>
8922
8923 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
8924
5d0acd9d
MA
89252013-05-22 Michael Albinus <michael.albinus@gmx.de>
8926
8927 * autorevert.el (auto-revert-notify-add-watch)
8928 (auto-revert-notify-handler): Add `attrib' for the inotify case,
8929 it indicates changes in file modification time.
8930
0cdffd7d
GM
89312013-05-22 Glenn Morris <rgm@gnu.org>
8932
ca5995ec
GM
8933 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8934 Always delete the autoloaded function from the noruntime and
8935 unresolved functions lists.
8936
6450907e
GM
8937 * allout.el: No need to load epa, epg, overlay when compiling.
8938 (epg-context-set-passphrase-callback, epg-list-keys)
8939 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
8940 (epg-key-user-id-list): Declare.
8941
9c6906f6
GM
8942 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8943 (viper-set-parsing-style-toggling-macro)
8944 (viper-set-emacs-state-searchstyle-macros):
8945 Use called-interactively-p on Emacs.
8946 (viper-looking-back): Make it an obsolete alias. Update callers.
8947 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
8948 Use looking-back rather than viper-looking-back.
8949 (viper-tmp-insert-at-eob, viper-enlarge-region)
8950 (viper-read-string-with-history, viper-register-to-point)
8951 (viper-append-to-register, viper-change-state-to-vi)
8952 (viper-backward-char-carefully, viper-forward-char-carefully)
8953 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
8954 (viper-change-state-to-emacs): Declare.
8955 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
8956 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
8957 * emulation/viper-mous.el: Do not load viper-cmd.
8958 (viper-backward-char-carefully, viper-forward-char-carefully)
8959 (viper-forward-word, viper-adjust-window): Declare.
8960
5f70c169
GM
8961 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
8962
b1b7f300
GM
8963 * progmodes/idlw-help.el (idlwave-help-fontify):
8964 Use called-interactively-p.
8965
f6ebbb46
GM
8966 * term/w32console.el (w32-get-console-codepage)
8967 (w32-get-console-output-codepage): Declare.
8968
0cdffd7d
GM
8969 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
8970 Remove unnecessary declarations.
8971 (dframe-message): Doc fix.
8972
8973 * info.el (dframe-select-attached-frame, dframe-current-frame):
8974 Declare.
8975
8976 * speedbar.el (speedbar-message): Make it an obsolete alias.
8977 Update all callers.
8978 (speedbar-with-attached-buffer)
8979 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
8980 (speedbar-with-writable): Use backquote.
8981 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
8982 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8983 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
8984 rather than speedbar- aliases.
8985 * mail/rmail.el: Load dframe rather than speedbar when compiling.
8986 (speedbar-make-specialized-keymap, speedbar-insert-button)
8987 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
8988 (speedbar-do-function-pointer): Declare.
8989 (rmail-speedbar-button, rmail-speedbar-find-file)
8990 (rmail-speedbar-move-message):
8991 Use dframe-with-attached-buffer rather than speedbar- alias.
8992 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
8993 (dframe-message, speedbar-make-specialized-keymap)
8994 (speedbar-add-expansion-list, speedbar-mode-functions-list)
8995 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
8996 (speedbar-insert-button, dframe-select-attached-frame)
8997 (dframe-maybee-jump-to-attached-frame)
8998 (speedbar-change-initial-expansion-list)
8999 (speedbar-previously-used-expansion-list-name): Declare.
9000 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
9001 Use dframe-message, dframe-with-attached-buffer rather than
9002 speedbar- aliases.
9003 (gud-sentinel): Silence compiler.
9004 * progmodes/vhdl-mode.el (speedbar-refresh)
9005 (speedbar-do-function-pointer, speedbar-add-supported-extension)
9006 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
9007 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
9008 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
9009 (speedbar-file-lists, speedbar-make-tag-line)
9010 (speedbar-line-directory, speedbar-goto-this-file)
9011 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
9012 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
9013 (speedbar-make-button, speedbar-reset-scanners)
9014 (speedbar-files-item-info, speedbar-line-text)
9015 (speedbar-find-file-in-frame, speedbar-set-timer)
9016 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
9017 (speedbar-with-writable): Do not (re)define it.
9018 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
9019 rather than speedbar- alias.
9020
ee44b62a
LL
90212013-05-21 Leo Liu <sdl.web@gmail.com>
9022
9023 * progmodes/octave.el (octave-mode-menu): Update and re-organize
9024 menu items.
9025 (octave-mode): Tweak fill-nobreak-predicate.
9026 (inferior-octave-startup): Check process to avoid infinite loop.
9027 (inferior-octave): Pop to buffer first to show abornmal process
9028 exit information.
9029
640f050f
GM
90302013-05-21 Glenn Morris <rgm@gnu.org>
9031
79458038
GM
9032 * printing.el (pr-menu-bar): Define when compiling.
9033
9cc3e83f
LL
90342013-05-21 Leo Liu <sdl.web@gmail.com>
9035
9036 * progmodes/octave.el (octave-auto-fill): Remove.
9037 (octave-indent-new-comment-line): Improve.
9038 (octave-mode): Use auto fill mode through
4f405069 9039 comment-line-break-function and fill-nobreak-predicate.
9cc3e83f 9040 (octave-goto-function-definition): Support DEFUN_DLD.
4f405069 9041 (octave-beginning-of-defun): Small tweak.
9cc3e83f
LL
9042 (octave-help): Show parent directory.
9043
f440830d
GM
90442013-05-21 Glenn Morris <rgm@gnu.org>
9045
9046 * files.el (dired-unmark):
9047 * progmodes/gud.el (gdb-input): Update declarations.
9048
9049 * calculator.el (electric, ehelp): No need to load when compiling.
9050 (Electric-command-loop, electric-describe-mode): Declare.
9051
9052 * doc-view.el (doc-view-current-converter-processes): Move before use.
9053
9054 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9055 Move MODE-set-explicitly definition before use.
9056
9057 * international/mule-diag.el (mule-diag):
9058 Don't use obsolete window-system-version.
9059
9060 * mail/feedmail.el (smtpmail): No need to load when compiling.
9061 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
9062
9063 * mail/mail-utils.el (rfc822): No need to load when compiling.
9064 (rfc822-addresses): Autoload it.
9065 (mail-strip-quoted-names): Trivial simplification.
9066
9067 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
9068 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
9069
9070 * net/snmp-mode.el (tempo): Don't duplicate requires.
9071
9072 * progmodes/prolog.el (info): No need to load when compiling.
9073 (comint): Require before shell requires it.
9074 (Info-goto-node): Autoload it.
9075 (Info-follow-nearest-node): Declare.
9076 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
9077
9078 * textmodes/artist.el (picture-mode-exit): Declare.
9079
9080 * textmodes/reftex-parse.el (reftex-parse-from-file):
9081 Trivial rewrite so the compiler can parse it better.
9082
b4da2cbb
LL
90832013-05-20 Leo Liu <sdl.web@gmail.com>
9084
9085 * progmodes/octave.el (octave-help-mode-map)
9086 (octave-help-mode-finish-hook): New variables.
9087 (octave-help-mode, octave-help-mode-finish): New functions.
9088 (octave-help): Use octave-help-mode.
9089
33c0f65b
GM
90902013-05-20 Glenn Morris <rgm@gnu.org>
9091
9092 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
9093
1a0a0a8a
DG
90942013-05-19 Dmitry Gutov <dgutov@yandex.ru>
9095
9096 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
9097 start at point, so that expansion starting right after opening
9098 slash in a regexp is recognized.
9099 (ruby-syntax-before-regexp-re): New defvar, extracted from
9100 ruby-syntax-propertize-function. Since the value of this regexp
9101 is looked up at runtime now, we should be able to turn
9102 `ruby-syntax-methods-before-regexp' into a defcustom later.
9103 (ruby-syntax-propertize-function): Split regexp matching into two
9104 parts, for opening and closing slashes. That allows us to skip
9105 over string interpolations and support multiline regexps.
9106 Don't call `ruby-syntax-propertize-expansions', instead use another rule
9107 for them, which calls `ruby-syntax-propertize-expansion'.
9108 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
9109 call to `ruby-syntax-propertize-function'.
9110 (ruby-syntax-propertize-expansion): Extracted from
9111 `ruby-syntax-propertize-expansions'. Handles one expansion.
1a0a0a8a
DG
9112 (ruby-syntax-propertize-percent-literal): Leave point right after
9113 the percent symbol, so that the expression expansion rule can
9114 propertize the contents.
462388b6
DG
9115 (ruby-syntax-propertize-heredoc): Leave point at bol following the
9116 heredoc openers.
9117 (ruby-syntax-propertize-expansions): Remove.
1a0a0a8a 9118
c1a6c0a4
JL
91192013-05-18 Juri Linkov <juri@jurta.org>
9120
9121 * man.el (Man-default-man-entry): Remove `-' from the end
9122 of the default value. (Bug#14400)
9123
8051fccd
GM
91242013-05-18 Glenn Morris <rgm@gnu.org>
9125
9126 * comint.el (comint-password-prompt-regexp):
9127 Allow "password for XXX" where XXX contains colons (eg https://...).
9128
5e80b74f
LL
91292013-05-18 Leo Liu <sdl.web@gmail.com>
9130
9131 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
f6f87d33 9132 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
5e80b74f
LL
9133 (octave-source-directories): Don't check process.
9134 (octave-source-directories, octave-find-definition): Doc fix.
9135
521a54c5
GM
91362013-05-18 Glenn Morris <rgm@gnu.org>
9137
86a94b05
GM
9138 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
9139 Remove backspace/delete bindings. (Bug#14392)
9140
521a54c5
GM
9141 * cus-dep.el (custom-make-dependencies): Sort the output.
9142 (custom-versions-load-alist): Convert comment to doc.
9143
42caeb89
LL
91442013-05-17 Leo Liu <sdl.web@gmail.com>
9145
9146 * newcomment.el (comment-search-backward): Stricter in finding
9147 comment start. (Bug#14303)
9148
9149 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
9150 (octave-comment-start-skip): Properly anchored.
9151
e219dd97
LL
91522013-05-17 Leo Liu <sdl.web@gmail.com>
9153
fe1eb856
RS
9154 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
9155 Clean up when turned off. (Bug#14395)
e219dd97
LL
9156 (smie--highlight-matching-block-overlay): No longer buffer-local.
9157 (smie-highlight-matching-block): Adjust.
9158
dc5dcb4b
PE
91592013-05-17 Paul Eggert <eggert@cs.ucla.edu>
9160
9161 Doc string fix for "nanoseconds" (Bug#14406).
9162 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
9163 Fix doc string typo that had "nanoseconds" instead of "microseconds".
9164
1db165f0
JB
91652013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
9166
9167 * calc/calc-units.el (math-extract-units): Preserve powers
9168 of units.
9169
c7a8fcac
LL
91702013-05-17 Leo Liu <sdl.web@gmail.com>
9171
9172 * subr.el (delete-consecutive-dups): New function.
9173 * ido.el (ido-set-matches-1): Use it.
9174 * progmodes/octave.el (inferior-octave-completion-table): Use it.
9175 * ido.el (ido-remove-consecutive-dups): Remove.
9176
f678b18a
SM
91772013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
9180 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
9181 regexp-opt's `words'.
9182
ebfe68e8
LL
91832013-05-16 Leo Liu <sdl.web@gmail.com>
9184
9185 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
9186 (smie--highlight-matching-block-overlay)
9187 (smie--highlight-matching-block-lastpos)
9188 (smie--highlight-matching-block-timer): New variables.
9189 (smie-highlight-matching-block): New function.
9190 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
9191 (smie-setup): Conditionally enable smie-blink-matching-open.
9192
bc8bc17d
WS
91932013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
9194
9195 Sync with upstream verilog-mode r840.
9196 * progmodes/verilog-mode.el (verilog-mode-version)
9197 (verilog-mode-release-date): Update.
9198 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
9199 (verilog-sig-tieoff): Fix string error on
9200 AUTORESET with colon define, bug594. Reported by Andrew Hou.
9201 (verilog-read-decls): Fix parameters confusing
9202 AUTOINST interfaces, bug565. Reported by Leith Johnson.
9203
df065a0b
EZ
92042013-05-16 Eli Zaretskii <eliz@gnu.org>
9205
9206 * subr.el (reveal-filename): New function.
9207
9208 * loadup.el: Compute Emacs executable versions on MS-Windows,
9209 where executables have the .exe extension. Add a hard link
9210 emacs-XX.YY.ZZ.exe on MS-Windows.
9211
9212 * Makefile.in (XARGS_LIMIT): New variable.
9213 (custom-deps, finder-data, autoloads)
9214 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9215 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9216 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
9217 (compile-main): Limit xargs according to $(XARGS_LIMIT).
9218
2d4bf34b
LL
92192013-05-16 Leo Liu <sdl.web@gmail.com>
9220
9221 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
9222 (octave-mode-menu, octave-mode-map): Remove its uses.
9223
6b9c2d85
RZ
92242013-05-16 Reto Zimmermann <reto@gnu.org>
9225
9226 Sync with upstream vhdl mode v3.34.2.
9227 * progmodes/vhdl-mode.el: Use `push' throughout.
9228 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
9229 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
9230 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
9231 (vhdl-actual-generic-name): New option to derive actual generic name.
9232 (vhdl-port-paste-signals): Replace formal by actual generics.
9233 (vhdl-beautify): New name for old group vhdl-align. Update users.
9234 (vhdl-beautify-options): New option.
9235 (vhdl-last-input-event): New compat alias. Use throughout.
9236 (vhdl-goto-line): Replace user level function `goto-line'.
9237 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
9238 vhdl-fix-statement-buffer.
9239 (vhdl-create-mode-menu): Add some entries.
9240 (vhdl-align-region-groups): Respect vhdl-beautify-options.
9241 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
9242 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
9243 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
9244 to force statements on one line.
9245 (vhdl-remove-trailing-spaces-region):
9246 New, split from vhdl-remove-trailing-spaces.
9247 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
9248 Respect vhdl-beautify-options.
9249 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
9250 (vhdl-update-sensitivity-list): Not add with index if exists without.
9251 Not include array index with signal. Ignore keywords in comments.
9252 (vhdl-get-visible-signals): Regexp tweaks.
9253 (vhdl-template-component-inst): Handle empty library.
9254 (vhdl-template-type): Add template for 'enum' type.
9255 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
9256 Use vhdl-replace-string.
9257 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
9258 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
9259 (vhdl-speedbar-initialize): Update for above name change.
9260 (vhdl-compose-wire-components): Fix in handling of constants.
9261 (vhdl-error-regexp-emacs-alist): New variable.
9262 (vhdl-error-regexp-add-emacs): New function;
9263 adds support for new compile.el (Emacs 22+)
9264 (vhdl-generate-makefile-1): Change target order for single lib. units.
9265 Allow use of absolute file names.
9266
9df4ec5e
LL
92672013-05-16 Leo Liu <sdl.web@gmail.com>
9268
9269 * simple.el (prog-indent-sexp): Indent enclosing defun.
9270
f5ba00a6
GM
92712013-05-15 Glenn Morris <rgm@gnu.org>
9272
ed8be7ff
GM
9273 * cus-start.el (show-trailing-whitespace): Move to editing basics.
9274 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
9275 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
9276 (whitespace-highlight): Move to whitespace group.
9277
9278 * comint.el (comint-source):
9279 * pcmpl-linux.el (pcmpl-linux):
9280 * shell.el (shell-faces):
9281 * eshell/esh-opt.el (eshell-opt):
9282 * international/ccl.el (ccl): Remove empty custom groups.
9283
9284 * completion.el (dynamic-completion-mode):
9285 * jit-lock.el (jit-lock-debug-mode):
9286 * minibuffer.el (completion-in-region-mode):
9287 * type-break.el (type-break-mode-line-message-mode)
9288 (type-break-query-mode):
9289 * emulation/tpu-edt.el (tpu-edt-mode):
9290 * progmodes/subword.el (global-subword-mode, global-superword-mode):
9291 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
9292 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
9293
9294 * term/xterm.el (xterm): Change parent group to terminals.
9295
9296 * master.el (master): Remove empty custom group.
9297 (master-mode): Remove unused :group argument.
9298 * textmodes/refill.el (refill): Remove empty custom group.
9299 (refill-mode): Remove unused :group argument.
9300
9301 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
9302
82a7c41b
GM
9303 * cus-dep.el: Provide a feature.
9304 (custom-make-dependencies): Ignore dotfiles (dir-locals).
f5ba00a6
GM
9305 Don't mistakenly ignore files whose basenames match a basename
9306 from preloaded-file-list (eg cedet/ede/simple.el).
82a7c41b 9307 Add a fallback method for getting :group.
f5ba00a6 9308
6d65486d
JL
93092013-05-15 Juri Linkov <juri@jurta.org>
9310
da547b32
JL
9311 * isearch.el (isearch-char-by-name): Rename from
9312 `isearch-insert-char-by-name'. Doc fix.
9313 (isearch-forward): Mention `isearch-char-by-name' in
9314 the docstring. (Bug#13348)
9315
6d65486d
JL
9316 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
9317 `exit-minibuffer' instead of
9318 `isearch-nonincremental-exit-minibuffer'.
9319 (isearch-edit-string): Remove mention of
9320 `isearch-nonincremental-exit-minibuffer' from docstring.
9321 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
9322 (isearch-forward-exit-minibuffer)
9323 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
9324
c9990474
SM
93252013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9326
6e911150
SM
9327 * loadup.el: Just use unversioned DOC.
9328
c9990474
SM
9329 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
9330 literals as extending to EOB.
9331 (nxml-last-fontify-end): Remove unused variable.
9332 (nxml-after-change1): Use with-silent-modifications.
9333 (nxml-extend-after-change-region): Simplify.
9334 (nxml-extend-after-change-region1): Remove function.
9335 (nxml-after-change1): Don't adjust for dependent regions.
9336 (nxml-fontify-matcher): Simplify.
9337 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
9338 (xmltok-add-dependent): Remove function.
9339 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
9340 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
9341 (xmltok-scan-prolog-after-processing-instruction-open): Treat
9342 unclosed <[[, <?, comment, and other literals as extending to EOB.
9343 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
9344 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
9345 Remove functions.
9346 (rng-do-some-validation-1): Don't mark dependent regions.
9347 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
9348 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
9349 (nxml-clear-dependent-regions): Remove functions.
9350 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
9351 (nxml-ensure-scan-up-to-date):
9352 Don't clear&mark dependent regions.
9353
e3772e98
LL
93542013-05-15 Leo Liu <sdl.web@gmail.com>
9355
c9990474
SM
9356 * progmodes/octave.el (octave-goto-function-definition):
9357 Improve and fix callers.
e3772e98 9358
5ac2eb34
SM
93592013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9360
c46c57b0
SM
9361 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
9362 the setter (bug#14387).
9363
5ac2eb34
SM
9364 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
9365 surrounding group (bug#14402).
9366
180ed218
JL
93672013-05-14 Juri Linkov <juri@jurta.org>
9368
9369 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
9370 (Bug#14390)
9371
0ac0fecb
GM
93722013-05-14 Glenn Morris <rgm@gnu.org>
9373
9374 * progmodes/f90.el (f90-imenu-generic-expression):
9375 Fix typo in 2013-05-08 change. (Bug#14402)
9376
2e78e6a7
JPG
93772013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9378
5ac2eb34
SM
9379 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
9380 Remove signals for which replies are never received.
2e78e6a7 9381
53267cca
JPG
93822013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9383
9384 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
9385 (gdb-handler-alist, gdb-handler-number): Remove variables.
9386 (gdb-handler-list): New variable.
9387 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
9388 (gdb-pending-handler-p, gdb-handle-reply)
9389 (gdb-remove-all-pending-triggers): New functions.
9390 (gdb-discard-unordered-replies): New defcustom.
9391 (gdb-handler): New defstruct.
9392 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
9393 instead of gdb-pending-triggers. Update docstring.
9394 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
9395 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
9396 (gdb-var-update-handler, def-gdb-auto-update-trigger)
9397 (def-gdb-auto-update-handler, gdb-get-changed-registers)
9398 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
9399 (gdb-frame-handler): Pending triggers are now automatically managed.
9400 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
9401 Remove argument.
9402 (gdb-input): Automatically handles pending triggers. Update docstring.
9403 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
9404 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
9405 Update comments.
9406 (gdb-done-or-error): Now use gdb-handle-reply.
9407
d04ce803
JPG
94082013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
9409
9410 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
9411 gdb-debug-log.
9412
0114073a
GM
94132013-05-14 Glenn Morris <rgm@gnu.org>
9414
9415 * subr.el (user-emacs-directory-warning): New option.
9416 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
9417
4d25fd7e
LL
94182013-05-14 Leo Liu <sdl.web@gmail.com>
9419
9420 * progmodes/octave.el (octave-font-lock-keywords): Fix error
9421 during redisplay.
9422 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
6073d8f4
LL
9423 (octave-font-lock-texinfo-comment): Fix invalid search bound
9424 error: wrong side of point.
4d25fd7e 9425
27c8b6eb
GM
94262013-05-14 Glenn Morris <rgm@gnu.org>
9427
61aaeb01
GM
9428 * progmodes/flymake.el (flymake-xml-program): New option.
9429 (flymake-xml-init): Use it.
9430
5bf90bc5
GM
9431 * term/xterm.el: Provide a feature.
9432
9433 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
27c8b6eb 9434
f4c7dfd2
GM
94352013-05-13 Glenn Morris <rgm@gnu.org>
9436
9437 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
9438 Add compat aliases as a hack workaround. (Bug#14384)
9439
2aeb3a1d
LL
94402013-05-13 Leo Liu <sdl.web@gmail.com>
9441
b0e069c2
LL
9442 * progmodes/octave.el (octave-indent-comment): Fix indentation for
9443 ###, and %!.
f5a9432f
LL
9444 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
9445 C-M-q.
b0e069c2
LL
9446 (octave-comment-start-skip): Include %!.
9447 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
2aeb3a1d 9448
30ea8374
LL
94492013-05-12 Leo Liu <sdl.web@gmail.com>
9450
9451 * progmodes/octave.el (inferior-octave-startup): Store the value
9452 of __octave_srcdir__ for octave-source-directories.
9453 (inferior-octave-check-process): New function refactored out of
9454 inferior-octave-send-list-and-digest.
9455 (octave-source-directories)
9456 (octave-find-definition-filename-function): New variables.
9457 (octave-source-directories)
9458 (octave-find-definition-default-filename): New functions.
9459 (octave-find-definition): Improve to find functions implemented in C++.
9460
472a3834
GM
94612013-05-12 Glenn Morris <rgm@gnu.org>
9462
9463 * calendar/diary-lib.el (diary-outlook-format-1):
9464 Don't include dayname in the output. (Bug#14349)
9465
3191b52f
GM
94662013-05-11 Glenn Morris <rgm@gnu.org>
9467
0060ac73
GM
9468 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
9469
3191b52f
GM
9470 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
9471 Treat cc-provide like provide.
9472
e065ba74
KR
94732013-05-11 Kevin Ryde <user42@zip.com.au>
9474
9475 * cus-dep.el (custom-make-dependencies):
9476 Use generated-autoload-load-name for the sake of files such
9477 such cedet/semantic/bovine/c.el, where the base file name
9478 is not in load-path. (Bug#5277)
9479
36f84c37
GM
94802013-05-11 Glenn Morris <rgm@gnu.org>
9481
9482 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
9483 Provide features.
9484
c8730c3a
LL
94852013-05-11 Leo Liu <sdl.web@gmail.com>
9486
9487 * progmodes/octave.el (octave-indent-comment): Improve.
9488 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
5ac2eb34
SM
9489 (octave-eldoc-function-signatures, octave-eldoc-function):
9490 New functions.
c8730c3a
LL
9491 (octave-mode, inferior-octave-mode): Add eldoc support.
9492
212e29f2
RS
94932013-05-11 Richard Stallman <rms@gnu.org>
9494
9495 * epa.el (epa-decrypt-file): Take output file name as argument
9496 and read it using `interactive'.
9497
083fe0d7
LL
94982013-05-11 Leo Liu <sdl.web@gmail.com>
9499
9500 * progmodes/octave.el (octave-beginning-of-line)
9501 (octave-end-of-line): Check before using up-list because it jumps
9502 out of more syntactic contructs since moving to smie.
9dbdb67e
LL
9503 (octave-indent-comment): New function.
9504 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
6980b0ca
LL
9505 (octave-begin-keywords, octave-end-keywords)
9506 (octave-reserved-words, octave-smie-bnf-table)
9507 (octave-smie-rules): Add new keywords from Octave 3.6.4.
083fe0d7 9508
8582e4c4
GM
95092013-05-11 Glenn Morris <rgm@gnu.org>
9510
f20def1f
GM
9511 * faces.el (internal-face-x-get-resource):
9512 * frame.el (ns-display-monitor-attributes-list):
d78abe37 9513 * calc/calc-aent.el (math-to-radians-2):
f20def1f 9514 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
d78abe37 9515 Fix declarations.
f20def1f 9516
445f95e2
GM
9517 * calc/calc-menu.el: Make it loadable in isolation.
9518
9519 * net/eudcb-bbdb.el: Make it loadable without bbdb.
9520 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
9521 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
9522 (eudc-bbdb-query-internal): Require 'bbdb.
9523
99fb2756
GM
9524 * lpr.el (lpr-headers-switches):
9525 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
9526
9527 * progmodes/sql.el (sql-login-params): Fix and improve :type.
9528
0da7ad96
GM
9529 * emulation/edt-mapper.el: In batch mode, error rather than hang.
9530
8582e4c4
GM
9531 * term.el (term-set-escape-char): Make it idempotent.
9532
f71c50d0
LL
95332013-05-10 Leo Liu <sdl.web@gmail.com>
9534
5ac2eb34
SM
9535 * progmodes/octave.el (inferior-octave-completion-table):
9536 No longer a function and all uses changed. Use cache to speed up
f71c50d0
LL
9537 completion due to bug#11906.
9538 (octave-beginning-of-defun): Re-write to be more general.
9539
d5837773
GM
95402013-05-10 Glenn Morris <rgm@gnu.org>
9541
9542 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
9543
027c0f75
SM
95442013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
9545
9546 * comint.el (comint-redirect-send-command-to-process): Use :around
9547 rather than :override for comint-redirect-filter.
9548 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
9549 Call it instead of comint-redirect-original-filter-function (which
9550 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
9551
4465bfb4
JD
95522013-05-09 Jan Djärv <jan.h.d@swipnet.se>
9553
9554 * frame.el (display-monitor-attributes-list): Add NS case.
9555 (ns-display-monitor-attributes-list): Declare.
9556
2d809ffa 95572013-05-09 Ulrich Mueller <ulm@gentoo.org>
b01682fb
UM
9558
9559 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
9560
e54eeb9b
GM
95612013-05-09 Glenn Morris <rgm@gnu.org>
9562
56cd351d
GM
9563 * international/fontset.el (vertical-centering-font-regexp):
9564 Set standard-value.
9565
d84b6108
GM
9566 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
9567
a931698a
GM
9568 * bookmark.el (bookmark-search-delay):
9569 * cus-start.el (vertical-centering-font-regexp):
9570 * ps-mule.el (ps-mule-font-info-database-default):
9571 * ps-print.el (ps-default-fg, ps-default-bg):
9572 * type-break.el (type-break-good-break-interval):
9573 * whitespace.el (whitespace-indentation-regexp)
9574 (whitespace-space-after-tab-regexp):
9575 * emacs-lisp/testcover.el (testcover-1value-functions)
9576 (testcover-noreturn-functions, testcover-progn-functions)
9577 (testcover-prog1-functions):
9578 * emulation/viper-init.el (viper-emacs-state-cursor-color):
9579 * eshell/em-glob.el (eshell-glob-translate-alist):
9580 * play/tetris.el (tetris-tty-colors):
9581 * progmodes/cpp.el (cpp-face-default-list):
9582 * progmodes/flymake.el (flymake-allowed-file-name-masks):
9583 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
9584 (idlwave-help-browser-generic-args):
9585 * progmodes/make-mode.el (makefile-special-targets-list):
9586 * progmodes/python.el (python-shell-virtualenv-path):
9587 * progmodes/verilog-mode.el (verilog-active-low-regexp)
9588 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
9589 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
9590 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
9591 * textmodes/reftex-vars.el (reftex-format-label-function):
9592 * textmodes/remember.el (remember-diary-file): Fix custom types.
9593
e54eeb9b
GM
9594 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
9595 Add :version.
9596
455851dd
LL
95972013-05-09 Leo Liu <sdl.web@gmail.com>
9598
9599 * progmodes/octave.el (inferior-octave-completion-at-point):
083fe0d7 9600 Restore file completion. (Bug#14300)
455851dd
LL
9601 (inferior-octave-startup): Fix incorrect highlighting for the
9602 first prompt.
9603
a9e4425b
SM
96042013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9605
9606 * progmodes/ruby-mode.el: First cut at SMIE support.
9607 (ruby-use-smie): New var.
9608 (ruby-smie-grammar): New constant.
9609 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
9610 (ruby-smie--forward-token, ruby-smie--backward-token)
9611 (ruby-smie-rules): New functions.
9612 (ruby-mode-variables): Setup SMIE if applicable.
9613
060ca408
EZ
96142013-05-08 Eli Zaretskii <eliz@gnu.org>
9615
9616 * simple.el (line-move-visual): Signal beginning/end of buffer
9617 only if vertical-motion moved less than it was requested. Avoids
9618 silly incorrect error messages when there are display strings with
9619 multiple newlines at EOL.
9620
1d5963cc
SM
96212013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9622
9623 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
9624 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
9625 (prolog-char-quote-workaround):
9626 * progmodes/cperl-mode.el (cperl-under-as-char):
9627 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
c7064f05
JB
9628 Mark as obsolete.
9629 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1d5963cc
SM
9630 their declaration.
9631 (vhdl-mode-syntax-table-init): Remove.
9632
c9990474
SM
9633 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
9634 last change.
1d5963cc
SM
9635
9636 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
9637 syntax for "_".
9638 (ld-script-font-lock-keywords):
9639 Change regexps to use things like \_< and \_>.
9640
9641 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
9642 Change all regexps to use things like \_< and \_>.
9643
9644 * progmodes/autoconf.el (autoconf-definition-regexp)
9645 (autoconf-font-lock-keywords, autoconf-current-defun-function):
9646 Handle a _ with symbol syntax.
9647 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
9648
c9990474
SM
9649 * progmodes/ada-mode.el (ada-mode-abbrev-table):
9650 Consolidate declaration.
1d5963cc
SM
9651 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
9652 the declaration.
9653 (ada-create-syntax-table): Remove.
9654 (ada-capitalize-word): Don't mess with the syntax of "_" since it
9655 already has the right syntax nowadays.
9656 (ada-goto-next-word): Don't change the syntax of "_".
9657
9658 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
9659 with-wrapper-hook.
9660
72d3cfca
SS
96612013-05-08 Sam Steingold <sds@gnu.org>
9662
9663 * thingatpt.el (thing-at-point): Accept optional second argument
9664 NO-PROPERTIES to strip the text properties from the return value.
9665 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
9666 to `thing-at-point' instead of stripping the properties ourselves.
9667 Also, when `thing-at-point' fails to find a url, prepend "http://"
9668 to the filename at point on the assumption that the user is
9669 pointing at something like gnu.org/gnu.
9670
5cb15713
JB
96712013-05-08 Juanma Barranquero <lekktu@gmail.com>
9672
9673 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
9674 * faces.el (crm-separator):
9675 Silence byte-compiler.
9676
9677 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
9678 (tool-bar-map): Remove unneeded defvars.
9679
ea78b95b
LL
96802013-05-08 Leo Liu <sdl.web@gmail.com>
9681
9682 Re-work a fix for bug#10994 based on Le Wang's patch.
9683 * ido.el (ido-remove-consecutive-dups): New helper.
9684 (ido-completing-read): Use it.
9685 (ido-chop): Revert fix for bug#10994.
9686
dc7466df
AS
96872013-05-08 Adam Spiers <emacs@adamspiers.org>
9688
9689 * cus-edit.el (custom-save-variables):
9690 Pretty-print long values. (Bug#14187)
9691
9ecf672a
GM
96922013-05-08 Glenn Morris <rgm@gnu.org>
9693
9694 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
9695 (m4-mode-syntax-table): Init in the defvar.
9696 (m4-mode-abbrev-table): Let define-derived-mode define it.
9697
3f555be8
TT
96982013-05-08 Tom Tromey <tromey@redhat.com>
9699
9700 * progmodes/m4-mode.el (m4-mode-syntax-table):
9701 Do not treat "_" as word constituent. (Bug#14167)
9702
7cc8ae06
GM
97032013-05-07 Glenn Morris <rgm@gnu.org>
9704
4f58bc06
GM
9705 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
9706 Remove explicit eshell-isearch-cancel-map.
9707
7cc8ae06
GM
9708 * progmodes/f90.el (f90-smart-end-names): New option.
9709 (f90-smart-end): Doc fix.
9710 (f90-end-block-optional-name): New constant.
9711 (f90-block-match): Respect f90-smart-end-names.
9712
ceb57e59
SM
97132013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * progmodes/octave.el (octave-smie-forward-token): Be more careful
9716 about implicit semi-colons (bug#14218).
9717
4e3f9230
YM
97182013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9719
9720 * frame.el (display-monitor-attributes-list)
9721 (frame-monitor-attributes): New functions.
9722
203a5572
LL
97232013-05-06 Leo Liu <sdl.web@gmail.com>
9724
9725 * progmodes/octave.el (octave-syntax-propertize-function): Change
9726 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
9727 (octave-font-lock-keywords): Use octave-operator-regexp.
5ac2eb34 9728 (octave-completion-at-point): Rename from
203a5572
LL
9729 octave-completion-at-point-function.
9730 (inferior-octave-directory-tracker): Robustify.
9731 (octave-text-functions): Remove and fix its uses. No such things
9732 any more.
9733
ee6cff99
SM
97342013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * emacs-lisp/trace.el (trace--display-buffer): New function.
9737 (trace-make-advice): Use it.
9738
32985194
JL
97392013-05-06 Juri Linkov <juri@jurta.org>
9740
9741 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
9742 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
9743 Doc fix.
9744 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
9745 in the help string. (Bug#12985)
9746
a1c700de
KD
97472013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
9748
9749 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
9750
c67c0839
SM
97512013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9752
323885fd
SM
9753 * progmodes/perl-mode.el: Add support for here documents.
9754 (perl-syntax-propertize-function): Match here-doc markers.
9755 (perl-syntax-propertize-special-constructs): Find their end.
9756 (perl-imenu-generic-expression): Use [:alnum:].
9757
c67c0839
SM
9758 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
9759 (advice--add-function): Refresh the advice if already present
9760 (bug#14317).
9761
d491e7a8
IA
97622013-05-06 Ivan Andrus <darthandrus@gmail.com>
9763
9764 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
9765
ddf9925e
GM
97662013-05-06 Glenn Morris <rgm@gnu.org>
9767
7cc3af27
GM
9768 * w32-fns.el (w32-charset-info-alist): Declare.
9769
16e343d6
GM
9770 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
9771 of its defcustom properties.
9772 (eshell-cmpl-initialize): No need to load pcomplete.
9773
7d889a47
GM
9774 * generic-x.el: No need to require comint when compiling.
9775
ddf9925e
GM
9776 * net/eudc-export.el: Make it loadable without bbdb.
9777 (top-level): Use require rather than load-library.
9778 (eudc-create-bbdb-record, eudc-bbdbify-phone)
9779 (eudc-batch-export-records-to-bbdb)
9780 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
9781 Require bbdb.
9782
1e2c18df
SM
97832013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
9786 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
9787 some tweaks, instead.
9788
02502a5f
LL
97892013-05-05 Leo Liu <sdl.web@gmail.com>
9790
9791 * progmodes/octave.el (octave-font-lock-keywords)
9792 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
9793 (inferior-octave-send-list-and-digest): Improve error message.
9794 (octave-mode, inferior-octave-mode): Use setq-local.
9795 (octave-help): Set info-lookup-mode.
9796
0dc04f42
RS
97972013-05-05 Richard Stallman <rms@gnu.org>
9798
6c54491c
RS
9799 * vc/compare-w.el (compare-windows-whitespace):
9800 Treat no-break space as whitespace.
9801
0dc04f42
RS
9802 * mail/rmailsum.el (rmail-summary-rmail-update):
9803 Detect empty summary and don't change selected message.
9804 (rmail-summary-goto-msg): Likewise.
9805
df8f35df
RS
9806 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
9807 Doc fixes, rename args.
9808
5356e1a3
AM
98092013-05-05 Alan Mackenzie <acm@muc.de>
9810
9811 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
9812
d44014cb
JL
98132013-05-05 Juri Linkov <juri@jurta.org>
9814
9815 * info.el (Info-read-subfile): Use (point-min) instead of (point)
9816 to not add the length of the summary segment to the return value.
9817 (Bug#14125)
9818
c129b51f
LL
98192013-05-05 Leo Liu <sdl.web@gmail.com>
9820
9821 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
9822 (inferior-octave-output-filter): Remove.
9823 (octave-send-region, inferior-octave-startup): Fix callers.
9824 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
9825 (octave-binary-file-extensions): New user variable.
9826 (octave-find-definition): Confirm if opening binary files.
9827 (octave-help-file): Use octave-find-definition to get the binary
9828 confirmation.
9829 (octave-help): Adjust for octave-help-file change.
9830
aa7dab97
SM
98312013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9832
9833 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
9834 Merge the two entries that handle function definitions.
9835 (pascal--syntax-propertize): New const.
9836 (pascal-mode): Use it. Use setq-local.
9837
fd3a9a6b
GM
98382013-05-04 Glenn Morris <rgm@gnu.org>
9839
9840 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
9841 (diary-from-outlook): Respect diary-from-outlook-function.
9842
30c7e542
SM
98432013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
9844
9845 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
9846 Move the declaration from C.
9847 (read-minibuffer, eval-minibuffer): Move from C.
9848 (completion-setup-function): Avoid minibuffer-completion-contents.
9849
b54f978b
LL
98502013-05-03 Leo Liu <sdl.web@gmail.com>
9851
9852 * progmodes/octave.el (octave-font-lock-keywords): Do not
9853 dehighlight 'end' in comments or strings.
30c7e542
SM
9854 (octave-completing-read, octave-goto-function-definition):
9855 New helpers.
d4d0f9b3
LL
9856 (octave-help-buffer): New user variable.
9857 (octave-help-file, octave-help-function): New button types.
9858 (octave-help): New command and bind it to C-h ;.
9859 (octave-find-definition): New command and bind it to M-.
d74a1581 9860 (user-error): Alias to error if not defined.
b54f978b 9861
27135018
LL
98622013-05-02 Leo Liu <sdl.web@gmail.com>
9863
9864 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
9865 for \. (bug#14332)
9866 (octave-font-lock-keywords): Include [ and {.
9867
0d634d3a
LL
98682013-05-02 Leo Liu <sdl.web@gmail.com>
9869
9870 * progmodes/octave.el (inferior-octave-startup-file): Change default.
9871 (inferior-octave): Remove calling comint-mode and return the buffer.
9872 (inferior-octave-startup): Cosmetic changes.
9873
b4c8295e
LL
98742013-05-02 Leo Liu <sdl.web@gmail.com>
9875
30c7e542
SM
9876 * progmodes/octave.el (octave-syntax-propertize-function):
9877 Include the case when ' is at line beginning. (Bug#14336)
b4c8295e 9878
f12ad6ec
GM
98792013-05-02 Glenn Morris <rgm@gnu.org>
9880
9881 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
9882 * desktop.el (vc-dir-mode): Just autoload it here.
9883
30cac1e0
AM
98842013-05-02 Alan Mackenzie <acm@muc.de>
9885
9886 Eliminate variable c-standard-font-lock-fontify-region-function.
9887 * progmodes/cc-mode.el
9888 (c-standard-font-lock-fontify-region-function): Remove.
9889 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
9890
d8ef28b1
LL
98912013-05-01 Leo Liu <sdl.web@gmail.com>
9892
2640d52e 9893 * progmodes/octave.el: Compatible with older emacs-24 releases.
27135018 9894 (inferior-octave-has-built-in-variables): Remove. Built-in
2640d52e 9895 variables were removed from Octave in 2007.
d8ef28b1
LL
9896 (inferior-octave-startup): Fix uses.
9897 (comint-line-beginning-position): Remove compatibility code for
9898 emacs 21.
9899
ac63ec89
JL
99002013-05-01 Juri Linkov <juri@jurta.org>
9901
9902 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
9903
9e9be37c
JL
99042013-05-01 Juri Linkov <juri@jurta.org>
9905
9906 * comint.el (comint-previous-matching-input): Don't print message
9907 "History item: %d" when `isearch-mode' is active.
9908 (comint-history-isearch-message): Print message "History item: %d"
9909 when `comint-input-ring-index' is not empty and this function is
9910 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
9911
9b92c13b
LL
99122013-05-01 Leo Liu <sdl.web@gmail.com>
9913
9914 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
9915 definitions. Use completion-at-point to insert keywords.
9916 (octave-abbrev-start): Remove.
9917 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
9918
b12d33d7
LL
99192013-04-30 Leo Liu <sdl.web@gmail.com>
9920
9921 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
9922 change.
9923
3d1c39fa
AM
99242013-04-30 Alan Mackenzie <acm@muc.de>
9925
9926 Handle arbitrarily long C++ member initialisation lists.
30c7e542
SM
9927 * progmodes/cc-engine.el (c-back-over-member-initializers):
9928 new function.
3d1c39fa
AM
9929 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
9930 (most) member init lists.
9931
5147fc17
RS
99322013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9933
9934 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
9935 variable.
9936
5b78d7fc
LL
99372013-04-30 Leo Liu <sdl.web@gmail.com>
9938
9939 * progmodes/octave.el (octave-variables): Remove. No builtin
9940 variables any more. All converted to functions.
9941 (octave-font-lock-keywords, octave-completion-at-point-function):
9942 Fix uses.
9943 (octave-font-lock-texinfo-comment): New user variable.
9944 (octave-texinfo-font-lock-keywords): New variable for texinfo
9945 comment block.
9946 (octave-function-comment-block): New face.
9947 (octave-font-lock-texinfo-comment): New function.
9948 (octave-mode): Font lock texinfo comment block.
9949
38d8527b
LL
99502013-04-29 Leo Liu <sdl.web@gmail.com>
9951
9952 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
9953 indexing expression.
9954 (octave-continuation-string): Do not use \.
9955 (inferior-octave-complete-impossible): Remove.
9956 (inferior-octave-completion-table)
9957 (inferior-octave-completion-at-point): Remove its uses.
9958 (inferior-octave-startup): completion_matches was introduced to
9959 Octave in 1996 so safe to assume it.
9960 (octave-function-file-comment): Improve to follow how Octave does it.
9961 (octave-update-function-file-comment): Tweak.
9962
2ec12cb0
LL
99632013-04-29 Leo Liu <sdl.web@gmail.com>
9964
9965 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
9966 (inferior-octave-startup): Remove inferior-octave-startup-hook.
9967 (octave-function-file-comment): Fix typo.
9968 (octave-sync-function-file-names): Use read-char-choice.
9969
6eaed048
JB
99702013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
9971
9972 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
9973 to t for the less important warnings.
9974
3ffa2d4f
DH
99752013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
9976
9977 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
9978
685c9501
GM
99792013-04-27 Glenn Morris <rgm@gnu.org>
9980
9981 * vc/log-view.el (log-view-current-entry):
9982 Treat "---" separator lines as part of the following rev. (Bug#14169)
9983
0208ede7
JL
99842013-04-27 Juri Linkov <juri@jurta.org>
9985
9986 * subr.el (read-number): Doc fix about using it by interactive
9987 code letter `n'. (Bug#14254)
9988
5db9dace
JL
99892013-04-27 Juri Linkov <juri@jurta.org>
9990
9991 * desktop.el (desktop-auto-save-timeout): New option.
9992 (desktop-file-checksum): New variable.
9993 (desktop-save): Add optional arg `auto-save' and don't auto-save
9994 if nothing changed.
9995 (desktop-auto-save-timer): New variable.
9996 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
9997 (after-init-hook): Call `desktop-auto-save-set-timer'.
9998 Suggested by Reuben Thomas <rrt@sc3d.org> in
9999 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
10000
b7260dd4
LL
100012013-04-27 Leo Liu <sdl.web@gmail.com>
10002
10003 * progmodes/octave.el (octave-function-file-p)
10004 (octave-skip-comment-forward, octave-function-file-comment)
10005 (octave-update-function-file-comment): New functions.
10006 (octave-mode-map): Bind C-c ; to
10007 octave-update-function-file-comment.
10008 (octave-mode-menu): Add octave-update-function-file-comment.
10009 (octave-mode, inferior-octave-mode): Fix doc-string.
10010 (octave-insert-defun): Conform to Octave's coding convention.
10011 (Bug#14285)
10012
10013 * files.el (basic-save-buffer): Don't let errors in
10014 before-save-hook prevent saving buffer.
10015
c46da669
RW
100162013-04-20 Roland Winkler <winkler@gnu.org>
10017
10018 * faces.el (read-face-name): Use completing-read if arg multiple
10019 is nil.
10020
a81ee1eb
IL
100212013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
10022
10023 * ls-lisp.el (ls-lisp-insert-directory): If no files are
30c7e542
SM
10024 displayed, move point to after the totals line.
10025 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
a81ee1eb
IL
10026 for the details.
10027
4fac34ce
SM
100282013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * emacs-lisp/package.el (package-autoload-ensure-default-file):
10031 Add current dir to the load-path.
10032 (package-generate-autoloads): Don't rely on
10033 autoload-ensure-default-file.
10034
f6bfc063
RT
100352013-04-26 Reuben Thomas <rrt@sc3d.org>
10036
d40ab5cf
BG
10037 * textmodes/remember.el (remember-store-in-files): Document that
10038 the file name format is passed to `format-time-string'.
f6bfc063 10039
e55d3b04
LL
100402013-04-26 Leo Liu <sdl.web@gmail.com>
10041
10042 * progmodes/octave.el (octave-sync-function-file-names): New function.
10043 (octave-mode): Use it in before-save-hook.
10044
e53052d3
SM
100452013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10046
140ef50c
SM
10047 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
10048 (bug#14274).
10049
e53052d3
SM
10050 * progmodes/octave.el (octave-smie-forward-token): Properly skip
10051 \n and comment, even if it's not an implicit ; (bug#14218).
10052
af80458d 100532013-04-26 Glenn Morris <rgm@gnu.org>
e5271cf2
GM
10054
10055 * subr.el (read-number): Once more use `read' rather than
10056 `string-to-number', to trap non-numeric input. (Bug#14254)
10057
af80458d 100582013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
70203c2e
EC
10059
10060 * emacs-lisp/syntax.el (syntax-propertize-multiline):
10061 Use `syntax-multiline' text property consistently instead of
8a621d53 10062 `font-lock-multiline'. (Bug#14237)
70203c2e 10063
e6ea1f6c
GM
100642013-04-26 Glenn Morris <rgm@gnu.org>
10065
10066 * emacs-lisp/shadow.el (list-load-path-shadows):
10067 No longer necessary to check for duplicate simple.el, since
10068 2012-07-07 change to init_lread to not include installation lisp
10069 directories in load-path when running uninstalled. (Bug#14270)
10070
070ccca4
LL
100712013-04-26 Leo Liu <sdl.web@gmail.com>
10072
10073 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
10074 (octave-mode, inferior-octave-mode): Use setq-local.
e53052d3 10075 (octave-not-in-string-or-comment-p): Rename to
070ccca4
LL
10076 octave-in-string-or-comment-p.
10077 (octave-in-comment-p, octave-in-string-p)
10078 (octave-in-string-or-comment-p): Replace defsubst with defun.
10079
9d1c5fb6
PE
100802013-04-25 Paul Eggert <eggert@cs.ucla.edu>
10081
10082 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
10083
c034abda
BG
100842013-04-25 Bastien Guerry <bzg@gnu.org>
10085
10086 * textmodes/remember.el (remember-data-directory)
10087 (remember-directory-file-name-format): Fix custom types.
10088
584ea277
LL
100892013-04-25 Leo Liu <sdl.web@gmail.com>
10090
e53052d3
SM
10091 * progmodes/octave.el (octave-completion-at-point-function):
10092 Make use of inferior octave process.
584ea277
LL
10093 (octave-initialize-completions): Remove.
10094 (inferior-octave-completion-table): New function.
10095 (inferior-octave-completion-at-point): Use it.
10096 (octave-completion-alist): Remove.
10097
1693b06a
SM
100982013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * progmodes/opascal.el: Use font-lock and syntax-propertize.
10101 (opascal-mode-syntax-table): New var.
10102 (opascal-literal-kind, opascal-is-literal-end)
10103 (opascal-literal-token-at): Rewrite.
10104 (opascal--literal-start-re, opascal-font-lock-keywords)
10105 (opascal--syntax-propertize): New constants.
10106 (opascal-font-lock-defaults): Adjust.
10107 (opascal-mode): Use them. Set comment-<foo> variables as well.
10108 (delphi-comment-face, opascal-comment-face, delphi-string-face)
10109 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
10110 (delphi-other-face, opascal-other-face): Remove face variables.
10111 (opascal-save-state): Remove macro.
10112 (opascal-fontifying-progress-step): Remove constant.
10113 (opascal--ignore-changes): Remove var.
10114 (opascal-set-token-property, opascal-parse-next-literal)
10115 (opascal-is-stable-literal, opascal-complete-literal)
10116 (opascal-is-literal-start, opascal-face-of)
10117 (opascal-parse-region, opascal-parse-region-until-stable)
10118 (opascal-fontify-region, opascal-after-change)
10119 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
10120 (opascal-debug-parse-region, opascal-debug-parse-window)
10121 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
10122 (opascal-debug-fontify-buffer): Remove.
10123 (opascal-debug-mode-map): Adjust accordingly.
10124
be64c05d
LL
101252013-04-25 Leo Liu <sdl.web@gmail.com>
10126
10127 Merge octave-mod.el and octave-inf.el into octave.el with some
10128 cleanups.
10129 * progmodes/octave.el: New file renamed from octave-mod.el.
10130 * progmodes/octave-inf.el: Merged into octave.el.
10131 * progmodes/octave-mod.el: Renamed to octave.el.
10132
d79d37bd
TH
101332013-04-25 Tassilo Horn <tsdh@gnu.org>
10134
10135 * textmodes/reftex-vars.el
10136 (reftex-label-ignored-macros-and-environments): New defcustom.
10137
10138 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
10139
ced3fc5d
SM
101402013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
10143 (smie-indent-keyword): Improve the check to ensure that the next
10144 comment is really on the same line.
10145 (smie-indent-comment): Don't align with a subsequent closer (or eob).
10146
10147 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
10148 semi-colons if the line is not otherwise empty (bug#14218).
10149
1c141dad
GM
101502013-04-25 Glenn Morris <rgm@gnu.org>
10151
10152 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
10153
5058062a
SM
101542013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10155
10156 * progmodes/opascal.el (opascal-set-token-property): Rename from
10157 opascal-set-text-properties and only set `token' (bug#14134).
10158 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
10159 (opascal-literal-text-properties): Remove.
10160 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
10161 Adjust callers.
10162
5db9dace 101632013-04-24 Reuben Thomas <rrt@sc3d.org>
1ffefcf9
BG
10164
10165 * textmodes/remember.el (remember-handler-functions): Add an
10166 option for a new handler `remember-store-in-files'.
10167 (remember-data-directory, remember-directory-file-name-format):
10168 New options.
10169 (remember-store-in-files): New function to store remember notes
10170 as separate files within a directory.
10171
4391916c
MH
101722013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
10173
10174 * progmodes/compile.el (compilation-next-error-function):
10175 Pass "formats" to compilation-find-file (bug#11777).
10176
bb7cdf58
GM
101772013-04-24 Glenn Morris <rgm@gnu.org>
10178
3b8fe752 10179 * vc/vc-bzr.el (vc-bzr-print-log):
90b4237a
GM
10180 * vc/vc-hg.el (vc-hg-print-log):
10181 * vc/vc-svn.el (vc-svn-print-log):
10182 Fix START-REVISION with LIMIT != 1. (Bug#14168)
10183
bb7cdf58
GM
10184 * vc/vc-bzr.el (vc-bzr-print-log):
10185 * vc/vc-cvs.el (vc-cvs-print-log):
10186 * vc/vc-git.el (vc-git-print-log):
10187 * vc/vc-hg.el (vc-hg-print-log):
10188 * vc/vc-mtn.el (vc-mtn-print-log):
10189 * vc/vc-rcs.el (vc-rcs-print-log):
10190 * vc/vc-sccs.el (vc-sccs-print-log):
10191 * vc/vc-svn.el (vc-svn-print-log):
10192 * vc/vc.el (vc-print-log-internal): Doc fixes.
10193
b46a056e
GM
101942013-04-23 Glenn Morris <rgm@gnu.org>
10195
10196 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
10197 Remove venerable code attempting to avoid substitute-command-keys.
10198
0aecf718
TH
101992013-04-23 Tassilo Horn <tsdh@gnu.org>
10200
4391916c
MH
10201 * textmodes/reftex-vars.el (reftex-label-regexps):
10202 Call `reftex-compile-variables' after changes to this variable.
0aecf718 10203
117f94cf
SM
102042013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10205
4391916c 10206 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
117f94cf
SM
10207 Use lexical-binding.
10208 (jit-lock-force-redisplay): Use markers, check buffer's continued
10209 existence and beware narrowed buffers.
10210 (jit-lock-fontify-now): Adjust call accordingly.
10211
1d829c64
SM
102122013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
10215 to avoid misleading the user.
10216
72d548a9
LL
102172013-04-22 Leo Liu <sdl.web@gmail.com>
10218
10219 * info-look.el: Prefer latex2e.info. (Bug#14240)
10220
d0853629
MA
102212013-04-22 Michael Albinus <michael.albinus@gmx.de>
10222
10223 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
10224
10225 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
4f405069 10226 * net/tramp.el (tramp-call-process): ... here.
d0853629
MA
10227 (tramp-set-completion-function, tramp-parse-putty):
10228 * net/tramp-adb.el (tramp-adb-execute-adb-command):
10229 * net/tramp-gvfs.el (tramp-gvfs-send-command):
10230 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
10231 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
10232 (tramp-call-local-coding-command): Use `tramp-call-process'
10233 instead of `tramp-compat-call-process'.
10234
10235 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
10236 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
10237 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
7764286e 10238 (tramp-find-inline-compress): Improve traces.
d0853629
MA
10239 (tramp-maybe-send-script): Check for Perl binary.
10240 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
10241
38cc0210
DU
102422013-04-22 Daiki Ueno <ueno@gnu.org>
10243
10244 * epg.el (epg-context-pinentry-mode): New function.
10245 (epg-context-set-pinentry-mode): New function.
10246 (epg--start): Pass --pinentry-mode option to gpg command.
10247
cc641ee1
XF
102482013-04-21 Xue Fuqiao <xfq.free@gmail.com>
10249
02d844b5 10250 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
5d4e5c31 10251 `comint-dynamic-complete' is obsolete since 24.1, replaced by
e7b41c4c 10252 `completion-at-point'. (Bug#13774)
5d4e5c31 10253
cc641ee1
XF
10254 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
10255 default key binding for `describe-distribution' has been moved to
10256 `C-h C-o'. (Bug#13970)
10257
1b42ee43
GM
102582013-04-21 Glenn Morris <rgm@gnu.org>
10259
10260 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
10261 Add doc strings.
10262 (vc-print-log): Clarify interactive prompt.
10263
a6d63d97
GM
102642013-04-20 Glenn Morris <rgm@gnu.org>
10265
10266 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
10267 No longer include timestamp etc information.
10268
d7f5c16f
RW
102692013-04-20 Roland Winkler <winkler@gnu.org>
10270
10271 * faces.el (read-face-name): Bug fix, return just one face if arg
10272 multiple is nil. (Bug#14209)
10273
bcd7a0a4
SM
102742013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10275
10276 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
10277 (remove-function): Autoload.
10278
10279 * comint.el (comint-redirect-original-filter-function): Remove.
10280 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
e7b41c4c
JB
10281 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
10282 (vc-cvs-annotate-command):
bcd7a0a4
SM
10283 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
10284 * progmodes/prolog.el (prolog-consult-compile):
10285 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
10286 Use add/remove-function instead.
10287 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
10288 (gud-tooltip-process-output, gud-tooltip-tips):
10289 Use add/remove-function instead.
10290 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
10291 (scheme-interaction-mode, exit-scheme-interaction-mode):
10292 Use add/remove-function instead.
10293
10294 * vc/vc-dispatcher.el: Use lexical-binding.
10295 (vc--process-sentinel): Rename from vc-process-sentinel.
10296 Change last arg to be the code to run. Don't use vc-previous-sentinel
10297 and vc-sentinel-commands any more.
10298 (vc-exec-after): Allow code to be a function. Use add/remove-function.
10299 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
10300
e36b2d20 103012013-04-19 Masatake YAMATO <yamato@redhat.com>
4d3268ba 10302
bcd7a0a4 10303 * progmodes/sh-script.el (sh-imenu-generic-expression):
781b4af6 10304 Handle function names with a single character. (Bug#14111)
4d3268ba 10305
781b4af6 103062013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
863beb27
DK
10307
10308 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
10309 for subroutines defined in an eval (bug#14182).
10310
7d688336
TV
103112013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10312
10313 * bookmark.el (bookmark-completing-read): Improve handling of empty
10314 string (bug#14176).
10315
31dcede0
SM
103162013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
10319
adc31213
FEG
103202013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
10321
10322 New faster Imenu implementation (bug#14058).
10323 * progmodes/python.el:
10324 (python-imenu-prev-index-position):
10325 (python-imenu-format-item-label-function)
10326 (python-imenu-format-parent-item-label-function)
10327 (python-imenu-format-parent-item-jump-label-function):
10328 New vars.
10329 (python-imenu-format-item-label)
10330 (python-imenu-format-parent-item-label)
10331 (python-imenu-format-parent-item-jump-label)
10332 (python-imenu--put-parent, python-imenu--build-tree)
10333 (python-imenu-create-index, python-imenu-create-flat-index)
10334 (python-util-popn): New functions.
10335 (python-mode): Set imenu-create-index-function to
10336 python-imenu-create-index.
10337
cdca8255
SM
103382013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10339
10340 * winner.el (winner-active-region): Use region-active-p, activate-mark
10341 and deactivate-mark (bug#14225).
10342
10343 * simple.el (deactivate-mark): Don't inline it.
10344
beb42340
MA
103452013-04-18 Michael Albinus <michael.albinus@gmx.de>
10346
10347 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
10348
fc7f4d7e
TH
103492013-04-18 Tassilo Horn <tsdh@gnu.org>
10350
10351 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
10352 file extensions from the archive-mode entry in order to prefer
10353 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
10354
29f47822
LL
103552013-04-18 Leo Liu <sdl.web@gmail.com>
10356
10357 * bindings.el (help-event-list): Add ?\?.
10358
d36ed1c8
SM
103592013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * subr.el (with-wrapper-hook): Declare obsolete.
10362 * simple.el (filter-buffer-substring-function): New hook.
10363 (filter-buffer-substring): Use it.
10364 (filter-buffer-substring-functions): Mark obsolete.
10365 * minibuffer.el (completion-in-region-function): New hook.
10366 (completion-in-region): Use it.
10367 (completion-in-region-functions): Mark obsolete.
10368 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
10369 * abbrev.el (abbrev-expand-function): New hook.
10370 (expand-abbrev): Use it.
10371 (abbrev-expand-functions): Mark obsolete.
10372 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
10373 and :filter-return.
10374
04754d36
FEG
103752013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10376
10377 * progmodes/python.el (python-nav--syntactically): Fix cornercases
10378 and do not care about match data.
10379
dd8791e9
SM
103802013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10381
10382 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
10383 completion tables when completing error conditions and
10384 `declare' arguments.
10385 (lisp-complete-symbol, field-complete): Mark as obsolete.
10386 (check-parens): Unmatched parens are user errors.
10387 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
10388
ffe54a13
AM
103892013-04-17 Michal Nazarewicz <mina86@mina86.com>
10390
dd8791e9
SM
10391 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
10392 command changed buffer (ie. `flyspell-pre-buffer' is not current
10393 buffer), which prevents making decisions based on invalid value of
10394 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
10395 cause an error when `flyspell-pre-point' was nil after switching
10396 buffers.
10397 (flyspell-post-command-hook): No longer needs to change buffers when
10398 checking pre-word. While at it remove unnecessary progn.
ffe54a13 10399
ec7e39f2
AM
104002013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
10401
10402 * textmodes/ispell.el (ispell-add-per-file-word-list):
10403 Fix `flyspell-correct-word-before-point' error when accepting
10404 words and `coment-padding' is an integer by using
10405 `comment-normalize-vars' (Bug #14214).
10406
083850a6
FEG
104072013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10408
10409 New defun movement commands.
10410 * progmodes/python.el (python-nav--syntactically)
10411 (python-nav--forward-defun, python-nav-backward-defun)
10412 (python-nav-forward-defun): New functions.
10413
619ed6e1
FEG
104142013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
10415
10416 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
10417 (python-syntax-context): Use named compiler-macro for backwards
10418 compatibility with Emacs 24.x.
10419
7a1beb6c
LL
104202013-04-17 Leo Liu <sdl.web@gmail.com>
10421
10422 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
10423 octave-hide-process-buffer.
10424
2d3fa3e5
SM
104252013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10426
10427 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
10428 (bug#14216).
10429
7ce5be54
JPG
104302013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
10431
10432 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
10433 Fix adjustment of offset when receiving incomplete responses from GDB
10434 (bug#14129).
10435
351edece
SM
104362013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10437
10438 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
10439 python-mode-abbrev-table.
10440 (python-skeleton-define): Adjust accordingly.
10441 (python-mode-abbrev-table): New table that inherits from it so that
10442 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
10443
10444 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
10445 (abbrev-symbol): Use it.
10446 (abbrev--before-point): Use it since we already handle inheritance.
10447
613f9481
LL
104482013-04-16 Leo Liu <sdl.web@gmail.com>
10449
10450 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
10451 binding to info-lookup-symbol.
10452
51646b62
JB
104532013-04-16 Juanma Barranquero <lekktu@gmail.com>
10454
10455 * minibuffer.el (completion--twq-all):
10456 * term/ns-win.el (ns-initialize-window-system):
10457 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
10458
efb3f01d
SM
104592013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10460
36c0a301
SM
10461 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
10462 global bindings.
10463
efb3f01d
SM
10464 * doc-view.el (doc-view-start-process): Handle url-handler directories.
10465
fb549d64
DG
104662013-04-15 Dmitry Gutov <dgutov@yandex.ru>
10467
10468 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
10469 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
10470 to nil.
10471 (ruby-end-of-defun): Remove the unused arg, change the docstring
10472 to reflect that this function is only used as the value of
10473 `end-of-defun-function'.
10474 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
10475 to reflect an earlier change that beginning/end-of-defun functions
10476 jump between methods in a class definition, as well as top-level
10477 functions.
10478
21e8fe2f
SM
104792013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * minibuffer.el (minibuffer-complete): Don't just scroll
10482 a *Completions* that's been iconified.
10483 (minibuffer-force-complete): Make sure repetitions do cycle when going
10484 through completion-in-region -> minibuffer-complete.
10485
20e527d0
AM
104862013-04-15 Alan Mackenzie <acm@muc.de>
10487
10488 Correct the placement of c-cpp-delimiters when there're #s not at
10489 col 0.
10490
10491 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
10492 place a submatch around the #.
21e8fe2f
SM
10493 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
10494 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
20e527d0
AM
10495 on the #, not BOL.
10496
dabefae5
SM
104972013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10498
10499 * emacs-lisp/nadvice.el: Properly test names when adding advice.
10500 (advice--member-p): New arg `name'.
10501 (advice--add-function, advice-member-p): Use it (bug#14202).
10502
85c9ab64
AM
105032013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
10504
10505 Reformulate java imenu-generic-expression.
10506 The old expression contained ill formed regexps.
10507
10508 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
10509 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
10510 (cc-imenu-java-method-arg-regexp): New defconsts.
10511 (cc-imenu-java-build-type-args-regex): New defun.
dabefae5 10512 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
85c9ab64
AM
10513 handling of spaces in the regexp.
10514
0f821d99
AM
105152013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
10516
10517 * textmodes/ispell.el (ispell-command-loop): Remove
10518 flyspell highlight of a word when ispell accepts it (bug #14178).
10519
eb922adf
MA
105202013-04-15 Michael Albinus <michael.albinus@gmx.de>
10521
10522 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
10523 uses code from the previous `ange-ftp-run-real-handler'.
10524 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
10525 only in case that function exist. This is needed for proper
10526 unloading of Tramp.
10527
4d9a0979
TH
105282013-04-15 Tassilo Horn <tsdh@gnu.org>
10529
10530 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
10531
10532 * textmodes/reftex.el (reftex-compile-variables): Use it.
10533
a829b0dc
SM
105342013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10535
91e8293c
SM
10536 * files.el (normal-mode): Only use default major-mode if no other mode
10537 was specified.
10538
830aed4d
SM
10539 * emacs-lisp/trace.el (trace-values): New function.
10540
a829b0dc
SM
10541 * files.el: Allow : in local variables (bug#14089).
10542 (hack-local-variable-regexp): New var.
10543 (hack-local-variables-prop-line, hack-local-variables): Use it.
10544
7ae9f0fb
RW
105452013-04-13 Roland Winkler <winkler@gnu.org>
10546
10547 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
10548 data before it gets modified by bibtex-beginning-of-entry.
10549
6646e848
RW
105502013-04-13 Roland Winkler <winkler@gnu.org>
10551
10552 * textmodes/bibtex.el (bibtex-url): Doc fix.
10553
105542013-04-13 Roland Winkler <winkler@gnu.org>
23a0e159
RW
10555
10556 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
10557 does not visit a BibTeX file, exclude it from the list of buffers
10558 returned by bibtex-initialize.
10559
0aa3616e
SB
105602013-04-13 Stephen Berman <stephen.berman@gmx.net>
10561
10562 * window.el (split-window): Remove interactive form, since as a
10563 command this function is a special case of split-window-below.
10564 Correct doc string.
10565
011cddd6
RW
105662013-04-12 Roland Winkler <winkler@gnu.org>
10567
10568 * faces.el (read-face-name): Do not override value of arg default.
10569 Allow single faces and strings as default values. Remove those
10570 elements from return value that are not faces.
10571 (describe-face): Simplify.
10572 (face-at-point): New optional args thing and multiple so that this
10573 function can provide the same functionality previously provided by
10574 read-face-name.
10575 (make-face-bold, make-face-unbold, make-face-italic)
10576 (make-face-unitalic, make-face-bold-italic, invert-face)
10577 (modify-face, read-face-and-attribute): Use face-at-point.
10578
10579 * cus-edit.el (customize-face, customize-face-other-window)
10580 * cus-theme.el (custom-theme-add-face)
10581 * face-remap.el (buffer-face-set)
10582 * facemenu.el (facemenu-set-face): Use face-at-point.
10583
f24e0036
MA
105842013-04-12 Michael Albinus <michael.albinus@gmx.de>
10585
10586 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
10587
da3cda2d
TH
105882013-04-10 Tassilo Horn <tsdh@gnu.org>
10589
10590 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
10591 off leading { and trailing } from field values.
10592
15e54145
SM
105932013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10594
78ce603d
SM
10595 * emacs-lisp/timer.el (timer--check): New function.
10596 (timer--time, timer-set-function, timer-event-handler): Use it.
10597 (timer-set-idle-time): Simplify.
10598 (timer--activate): CSE.
10599 (timer-event-handler): Give more info in error message.
10600 (internal-timer-start-idle): New function, moved from C.
10601
15e54145
SM
10602 * mpc.el (mpc-proc): Add `restart' argument.
10603 (mpc-proc-cmd): Use it.
10604 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
10605 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
10606 less often.
10607
7144c627
MY
106082013-04-10 Masatake YAMATO <yamato@redhat.com>
10609
10610 * progmodes/sh-script.el: Implement `sh-mode' own
10611 `add-log-current-defun-function' (bug#14112).
10612 (sh-current-defun-name): New function.
10613 (sh-mode): Use the function.
10614
b39792eb
BG
106152013-04-09 Bastien Guerry <bzg@gnu.org>
10616
10617 * simple.el (choose-completion-string): Fix docstring (bug#14163).
10618
8acdeb71
SM
106192013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10620
6fcdab68
SM
10621 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
10622
8acdeb71
SM
10623 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
10624 timer (bug#14156).
10625
e3e7b504
NF
106262013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
10627
10628 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
10629 declaration.
10630
201bb296
LL
106312013-04-07 Leo Liu <sdl.web@gmail.com>
10632
10633 * pcmpl-x.el: New file.
10634
ebb19708
DA
106352013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
10636
10637 Do not set x-display-name until X connection is established.
10638 This is needed to prevent from weird situation described at
10639 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
10640 * frame.el (make-frame): Set x-display-name after call to
10641 window system initialization function, not before.
10642 * term/x-win.el (x-initialize-window-system): Add optional
10643 display argument and use it.
10644 * term/w32-win.el (w32-initialize-window-system):
10645 * term/ns-win.el (ns-initialize-window-system):
10646 * term/pc-win.el (msdos-initialize-window-system):
10647 Add compatible optional display argument.
10648
33bb237a
EZ
106492013-04-06 Eli Zaretskii <eliz@gnu.org>
10650
10651 * files.el (normal-backup-enable-predicate): On MS-Windows and
10652 MS-DOS compare truenames of temporary-file-directory and of the
10653 file, so that 8+3 aliases (usually found in $TEMP on Windows)
10654 don't fail comparison by compare-strings. Also, compare file
10655 names case-insensitively on MS-Windows and MS-DOS.
10656
134abf1f
SM
106572013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10658
10659 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
10660 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
10661
d695cb94
DG
106622013-04-05 Dmitry Gutov <dgutov@yandex.ru>
10663
e3e7b504
NF
10664 * whitespace.el (whitespace-color-on, whitespace-color-off):
10665 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
d695cb94 10666
f4ad7ea1 106672013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
7e268e90
AM
10668
10669 * ispell.el (ispell-set-spellchecker-params):
10670 Really set `ispell-args' for all equivs.
10671
632556e4
SM
106722013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * ido.el (ido-completions): Use extra elements of ido-decorations
10675 (bug#14143).
10676 (ido-decorations): Update docstring.
10677
2a417372
MA
106782013-04-05 Michael Albinus <michael.albinus@gmx.de>
10679
10680 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
10681 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
10682 nil during initialization, in order not to miss changes since the
10683 file was opened. (Bug#14140)
10684
fc164b0c
LL
106852013-04-05 Leo Liu <sdl.web@gmail.com>
10686
10687 * kmacro.el (kmacro-call-macro): Fix bug#14135.
10688
0ccecc08
JB
106892013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
10690
10691 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
10692
51af1aa2
GM
106932013-04-04 Glenn Morris <rgm@gnu.org>
10694
10695 * electric.el (electric-pair-inhibit-predicate): Add :version.
10696
b208ebc6
SM
106972013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10698
10699 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
10700 when a package is required several times (bug#14082).
10701
f3d3eaf0
RW
107022013-04-04 Roland Winkler <winkler@gnu.org>
10703
10704 * faces.el (read-face-name): Behave as promised by the docstring.
10705 Assume that arg default is a list of faces.
10706 (describe-face): Call read-face-name with list of default faces.
10707
2575da50
TV
107082013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10709
10710 * bookmark.el: Fix deletion of bookmarks (bug#13972).
10711 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
10712 (bookmark-bmenu-execute-deletions): Only skip first line if it's
10713 the header.
10714 (bookmark-exit-hook-internal): Save even if list is empty.
10715
397703b4
YH
107162013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
10717
10718 * emacs-lisp/package.el (package-pinned-packages): New var.
10719 (package--add-to-archive-contents): Obey it (bug#14118).
10720
691e26ae
AM
107212013-04-03 Alan Mackenzie <acm@muc.de>
10722
8a621d53
JB
10723 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
10724 Also adapt to the new values of element 7 of a parse state.
691e26ae
AM
10725
10726 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
10727 parameter `not-in-delimiter'. Handle being inside comment opener.
10728 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
10729 character in case we're typing a '*' after a '/'.
10730 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
10731 instead by passing the parameter to c-state-pp-to-literal.
10732
10733 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
10734 for elt. 7 of a parse state.
10735
4b725a70
PE
107362013-04-01 Paul Eggert <eggert@cs.ucla.edu>
10737
10738 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
10739 * international/latin1-disp.el, international/mule-util.el:
10740 * language/cyril-util.el, language/european.el, language/ind-util.el:
10741 * language/lao-util.el, language/thai.el, language/tibet-util.el:
10742 * language/tibetan.el, language/viet-util.el:
10743 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
10744
15c579f0
SM
107452013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
10748 (electric-pair-post-self-insert-function): Use it.
10749 (electric-pair-default-inhibit): New function, extracted from
10750 electric-pair-post-self-insert-function.
10751
a77e2924
RW
107522013-03-31 Roland Winkler <winkler@gnu.org>
10753
10754 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
10755
2bd8a4a8
SM
107562013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10757
10758 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
10759
8d3655be 107602013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
c9886b39
FEG
10761
10762 Un-indent after "pass" and "return" statements (Bug#13888)
10763 * progmodes/python.el (python-indent-block-enders): New var.
10764 (python-indent-calculate-indentation): Use it.
10765
8d3655be 107662013-03-30 Michael Albinus <michael.albinus@gmx.de>
4430bd53
MA
10767
10768 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
10769 defun. Defining it as defalias could introduce too eager
10770 byte-compiler optimization. (Bug#14030)
10771
8d3655be 107722013-03-30 Chong Yidong <cyd@gnu.org>
89468837
CY
10773
10774 * iswitchb.el (iswitchb-read-buffer): Fix typo.
10775
0b1619da
LL
107762013-03-30 Leo Liu <sdl.web@gmail.com>
10777
10778 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
10779 (kmacro-execute-from-register): Pass the keyboard macro to
10780 kmacro-call-macro or repeating won't work correctly.
10781
0b938190
TZ
107822013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
10783
10784 * progmodes/subword.el: Back to using `forward-symbol'.
10785
10786 * subr.el (forward-whitespace, forward-symbol)
10787 (forward-same-syntax): Move from thingatpt.el.
10788
35710234
LL
107892013-03-29 Leo Liu <sdl.web@gmail.com>
10790
10791 * kmacro.el (kmacro-to-register): New command.
10792 (kmacro-execute-from-register): New function.
10793 (kmacro-keymap): Bind to 'x'. (Bug#14071)
10794
efc0bb73
SM
107952013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * mpc.el: Use defvar-local and setq-local.
10798 (mpc--proc-connect): Connection failures are not bugs.
10799 (mpc-mode-map): `follow-link' only applies to the buffer's content.
10800 (mpc-volume-map): Bind to the up-events.
10801
75a2f981
TZ
108022013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10803
10804 * progmodes/subword.el (superword-mode): Use `forward-sexp'
10805 instead of `forward-symbol'.
10806
17c781d1
SM
108072013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10808
10809 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
10810 (edebug--recursive-edit): Use it.
10811 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
10812 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
10813
f67bfbcf
LL
108142013-03-28 Leo Liu <sdl.web@gmail.com>
10815
10816 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
10817
b59f639d
EZ
108182013-03-27 Eli Zaretskii <eliz@gnu.org>
10819
10820 * facemenu.el (list-colors-callback): New defvar.
10821 (list-colors-redisplay): New function.
10822 (list-colors-display): Install list-colors-redisplay as the
10823 revert-buffer-function. (Bug#14063)
10824
f557c1b1
SM
108252013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
10826
b1da2957
SM
10827 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
10828 and suffixes don't overlap (bug#14061).
10829
f557c1b1
SM
10830 * case-table.el: Use lexical-binding.
10831 (case-table-get-table): New function.
10832 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
10833
002668e1
TZ
108342013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10835
10836 * progmodes/subword.el: Add `superword-mode' to do word motion
10837 over symbol_words (parallels and leverages `subword-mode' which
10838 does word motion inside MixedCaseWords).
10839
73572c72
AG
108402013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
10841
78b8f320 10842 * eshell/em-unix.el: Move su and sudo to...
f4ad7ea1 10843 * eshell/em-tramp.el: ...Eshell tramp module.
73572c72 10844
69b2c07e
SM
108452013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
10848 Change return value to be a sexp. Delay `get-buffer' to after
10849 restoring the desktop (bug#13951).
10850
08bb5ee2
LL
108512013-03-26 Leo Liu <sdl.web@gmail.com>
10852
10853 * register.el: Move semantic tag handling back to
10854 cedet/semantic/senator.el. (Bug#14052)
10855
8d4c974e
SM
108562013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10857
10858 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
10859 into the prompt either (bug#13963).
10860
b234d92c
SM
108612013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
10864 part of "(error-foo)".
10865
ddfa3cb4
JL
108662013-03-24 Juri Linkov <juri@jurta.org>
10867
10868 * replace.el (list-matching-lines-prefix-face): New defcustom.
10869 (occur-1): Pass `list-matching-lines-prefix-face' to the function
10870 `occur-engine' if `face-differs-from-default-p' returns t.
10871 (occur-engine): Add `,' inside backquote construct to evaluate
10872 `prefix-face'. Propertize the prefix with the `prefix-face' face.
10873 Pass `prefix-face' to the functions `occur-context-lines' and
10874 `occur-engine-add-prefix'.
10875 (occur-engine-add-prefix, occur-context-lines): Add optional arg
10876 `prefix-face' and propertize the prefix with `prefix-face'.
10877 (Bug#14017)
10878
7b0e2f85
LL
108792013-03-24 Leo Liu <sdl.web@gmail.com>
10880
10881 * nxml/rng-valid.el (rng-validate-while-idle)
10882 (rng-validate-quick-while-idle): Guard against deleted buffer.
10883 (Bug#13999)
10884
10885 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
10886 is the last entry in kill-buffer-hook.
10887
10888 * files.el (kill-buffer-hook): Doc fix.
10889
b3082f49
DG
108902013-03-23 Dmitry Gutov <dgutov@yandex.ru>
10891
b234d92c
SM
10892 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
10893 Make it safe-local.
bde73d27 10894
b3082f49
DG
10895 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
10896
a320a2db
LL
108972013-03-23 Leo Liu <sdl.web@gmail.com>
10898
7e74b0fb
LL
10899 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
10900 Remove.
10901
10902 * nxml/rng-valid.el (rng-validate-mode)
10903 (rng-after-change-function, rng-do-some-validation):
10904 * nxml/rng-maint.el (rng-validate-buffer):
10905 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
10906 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
10907 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
10908 (nxml-extend-after-change-region): Use with-silent-modifications.
10909
a320a2db
LL
10910 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
10911 timer-idle-list.
10912
10913 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
10914 (rng-next-error-1, rng-previous-error-1): Do not let-bind
10915 timer-idle-list. (Bug#13999)
10916
e38e6780
JL
109172013-03-23 Juri Linkov <juri@jurta.org>
10918
10919 * info.el (info-index-match): New face.
10920 (Info-index, Info-apropos-matches): Add a nested subgroup to the
10921 main pattern and add text properties with the new face to matches
10922 in index entries relative to the beginning of the index entry.
10923 (Bug#14015)
10924
e8cc7880
DE
109252013-03-21 Eric Ludlam <zappo@gnu.org>
10926
10927 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
10928 Inhibit read only while inserting objects.
10929
9bb0d822
TZ
109302013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
10931
10932 * progmodes/cfengine.el: Update docs to mention
10933 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
10934 symbol motion. Remove "_" from the word syntax.
10935
aa703640
TZ
109362013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
10937
10938 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
10939 syntax for both `cfengine2-mode' and `cfengine3-mode'.
10940
afff09d0
JL
109412013-03-20 Juri Linkov <juri@jurta.org>
10942
10943 * info.el (Info-next-reference-or-link)
10944 (Info-prev-reference-or-link): New functions.
10945 (Info-next-reference, Info-prev-reference): Use them.
10946 (Info-try-follow-nearest-node): Handle footnote navigation.
10947 (Info-fontify-node): Fontify footnotes. (Bug#13989)
10948
9a1ff164
SM
109492013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10950
10951 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
10952 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
10953
2667d15d
PE
109542013-03-20 Paul Eggert <eggert@cs.ucla.edu>
10955
10956 Suppress unnecessary non-ASCII chatter during build process.
10957 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
10958 (batch-skkdic-convert): Suppress most of the chatter.
10959 It's not needed so much now that machines are faster,
10960 and its non-ASCII component was confusing; see Dmitry Gutov in
10961 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
10962
438b0579
LL
109632013-03-20 Leo Liu <sdl.web@gmail.com>
10964
10965 * ido.el (ido-chop): Fix bug#10994.
10966
c128ab07
DG
109672013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10968
10969 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
10970 Remove vars.
9a1ff164
SM
10971 (whitespace-color-on, whitespace-color-off):
10972 Use `font-lock-fontify-buffer' (Bug#13817).
c128ab07 10973
0e6008c5
SM
109742013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
10975
10976 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
10977 remapping in mode-line.
10978 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
10979
627b52b0
DG
109802013-03-19 Dmitry Gutov <dgutov@yandex.ru>
10981
10982 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
10983 value for `whitespace-line' face (Bug#13875).
7ec31b02
DG
10984 (whitespace-font-lock-keywords): Change description.
10985 (whitespace-color-on): Don't save `font-lock-keywords' value, save
10986 the constructed keywords instead.
10987 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
627b52b0 10988
50c3a20b
LL
109892013-03-19 Leo Liu <sdl.web@gmail.com>
10990
10991 * progmodes/compile.el (compilation-display-error): New command.
10992 (compilation-mode-map, compilation-minor-mode-map): Bind it to
10993 C-o. (Bug#13992)
10994
2aa2157b
PE
109952013-03-18 Paul Eggert <eggert@cs.ucla.edu>
10996
10997 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
10998
e477dbfa
JD
109992013-03-18 Jan Djärv <jan.h.d@swipnet.se>
11000
11001 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
11002
64ab82d1
MA
110032013-03-18 Michael Albinus <michael.albinus@gmx.de>
11004
11005 * net/tramp-compat.el (tramp-compat-user-error): New defun.
11006
11007 * net/tramp-adb.el (tramp-adb-handle-shell-command):
11008 * net/tramp-gvfs.el (top):
11009 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
11010 (tramp-handle-shell-command): Use it.
11011 (tramp-dissect-file-name): Raise an error when hostname is a
11012 method name, and neither method nor user is specified.
11013
11014 * net/trampver.el: Update release number.
11015
33cef733
LL
110162013-03-18 Leo Liu <sdl.web@gmail.com>
11017
11018 Make sure eldoc can be turned off properly.
11019 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
11020 eldoc-mode.
11021 (eldoc-display-message-p): Revert last change.
11022 (eldoc-display-message-no-interference-p)
11023 (eldoc-print-current-symbol-info): Tweak.
11024
2167b7b2
TH
110252013-03-18 Tassilo Horn <tsdh@gnu.org>
11026
11027 * doc-view.el (doc-view-new-window-function): Check the new window
11028 overlay's display property instead the char property of the
11029 buffer's first char. Use `with-selected-window' instead of
11030 `save-window-excursion' with `select-window'.
11031 (doc-view-document->bitmap): Check the current doc-view overlay's
9a1ff164 11032 display property instead the char property of the buffer's first char.
2167b7b2 11033
982efbcd
PE
110342013-03-18 Paul Eggert <eggert@cs.ucla.edu>
11035
11036 Automate the build of ja-dic.el (Bug#13984).
11037 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
11038 from the input, rather than assume that it's been done for us by the
11039 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
11040 the current date into a ja-dic.el comment, as that complicates
11041 regression testing.
11042
2fcc7665
SM
110432013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11044
11045 * whitespace.el: Fix double evaluation.
11046 (whitespace-space, whitespace-hspace, whitespace-tab)
11047 (whitespace-newline, whitespace-trailing, whitespace-line)
11048 (whitespace-space-before-tab, whitespace-indentation)
11049 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
11050 obsolete defvars.
11051 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
11052 (whitespace-color-on): Use a single font-lock-add-keywords call.
11053 Fix double-evaluation of face variables.
11054
67c0a6e6
MA
110552013-03-17 Michael Albinus <michael.albinus@gmx.de>
11056
2fcc7665
SM
11057 * net/tramp-adb.el (tramp-adb-parse-device-names):
11058 Use `start-process' instead of `call-process'. Otherwise, the
8194a705 11059 function might be blocked under MS Windows. (Bug#13299)
67c0a6e6 11060
69489f1d
LL
110612013-03-17 Leo Liu <sdl.web@gmail.com>
11062
11063 Extend eldoc to display info in the mode-line. (Bug#13978)
11064 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
11065 (eldoc-mode-line-string): New variable.
11066 (eldoc-minibuffer-message): New function.
11067 (eldoc-message-function): New variable.
11068 (eldoc-message): Use it.
11069 (eldoc-display-message-p)
2fcc7665
SM
11070 (eldoc-display-message-no-interference-p):
11071 Support eldoc-post-insert-mode.
69489f1d
LL
11072
11073 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
11074 (eval-expression): Run it.
11075
9c44569e
RW
110762013-03-17 Roland Winkler <winkler@gnu.org>
11077
11078 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
11079 strings in the list of return values.
11080
327f1f6f
JB
110812013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
11082
11083 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
11084 radix before checking for HMS forms.
11085
67ed8fcd
LL
110862013-03-16 Leo Liu <sdl.web@gmail.com>
11087
11088 * progmodes/scheme.el: Add indentation and font-locking for λ.
11089 (Bug#13975)
11090
78be8b64 110912013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
efe8bf5d
SM
11092
11093 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
11094 token before point (bug#13942).
11095
78be8b64 110962013-03-16 Leo Liu <sdl.web@gmail.com>
00094c26 11097
95b43468 11098 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
00094c26 11099
98e775e6
EZ
111002013-03-16 Eli Zaretskii <eliz@gnu.org>
11101
11102 * startup.el (command-line-normalize-file-name): Fix handling of
11103 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
11104 <xfq.free@gmail.com> in
11105 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
11106
2edd6029
MA
111072013-03-15 Michael Albinus <michael.albinus@gmx.de>
11108
11109 Sync with Tramp 2.2.7.
11110
11111 * net/trampver.el: Update release number.
11112
d35f5864
TH
111132013-03-14 Tassilo Horn <tsdh@gnu.org>
11114
e903c210 11115 * doc-view.el: Fix bug#13887.
f35ffe5e
TH
11116 (doc-view-insert-image): Don't modify overlay associated to
11117 non-live windows, and implement horizontal centering of image in
11118 case it's smaller than the window.
11119 (doc-view-new-window-function): Force redisplay of new windows on
11120 doc-view buffers.
d35f5864 11121
1c4a85ed
KF
111222013-03-13 Karl Fogel <kfogel@red-bean.com>
11123
11124 * saveplace.el (save-place-alist-to-file): Don't sort
11125 `save-place-alist', just pretty-print it (bug#13882).
11126
85b66a21
MA
111272013-03-13 Michael Albinus <michael.albinus@gmx.de>
11128
a020afb9
JB
11129 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
11130 Check whether `default-file-name-coding-system' is bound.
11131 It isn't in XEmacs.
85b66a21 11132
175600da
SM
111332013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11134
e7f7cb1a
SM
11135 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
11136 backquotes for `obsolete' (bug#13929).
11137
175600da
SM
11138 * international/mule.el (find-auto-coding): Include file name in
11139 obsolescence warning (bug#13922).
11140
ca68a22e
TZ
111412013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
11142
11143 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
11144 for CFEngine 3-specific indentation.
11145 (cfengine3-indent-line): Use it. Fix up category regex.
11146 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
11147
940e5099
SM
111482013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
11149
11150 * type-break.el (type-break-file-name):
11151 * textmodes/remember.el (remember-data-file):
11152 * strokes.el (strokes-file):
11153 * shadowfile.el (shadow-initialize):
11154 * saveplace.el (save-place-file):
11155 * ps-bdf.el (bdf-cache-file):
11156 * progmodes/idlwave.el (idlwave-config-directory):
11157 * net/quickurl.el (quickurl-url-file):
11158 * international/kkc.el (kkc-init-file-name):
11159 * ido.el (ido-save-directory-list-file):
11160 * emulation/viper.el (viper-custom-file-name):
11161 * emulation/vip.el (vip-startup-file):
11162 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
11163 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
11164
cc725808
PE
111652013-03-12 Paul Eggert <eggert@cs.ucla.edu>
11166
11167 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
11168 * language/thai-word.el: Switch to UTF-8.
11169
a020afb9 11170See ChangeLog.16 for earlier changes.
e3d51b27
MR
11171
11172;; Local Variables:
11173;; coding: utf-8
e3d51b27
MR
11174;; End:
11175
ab422c4d 11176 Copyright (C) 2011-2013 Free Software Foundation, Inc.
e3d51b27
MR
11177
11178 This file is part of GNU Emacs.
11179
11180 GNU Emacs is free software: you can redistribute it and/or modify
11181 it under the terms of the GNU General Public License as published by
11182 the Free Software Foundation, either version 3 of the License, or
11183 (at your option) any later version.
11184
11185 GNU Emacs is distributed in the hope that it will be useful,
11186 but WITHOUT ANY WARRANTY; without even the implied warranty of
11187 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11188 GNU General Public License for more details.
11189
11190 You should have received a copy of the GNU General Public License
11191 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.