]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* lisp/progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
[gnu-emacs] / lisp / ChangeLog
1 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
4 buffer-local setting of which-func-mode.
5 (which-func-mode): Use defvar-local.
6 (which-function-mode): Don't reset which-func-mode in each buffer since
7 it might have been set by someone else.
8 (which-func-update-ediff-windows): Check which-function-mode.
9
10 2014-09-03 Martin Rudalics <rudalics@gmx.at>
11
12 * frame.el (frame-initialize): Remove horizontal-scroll-bars
13 from frame-initial-frame-alist.
14 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
15 (horizontal-scroll-bar-mode-explicit)
16 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
17 (toggle-horizontal-scroll-bar): Remove.
18 (horizontal-scroll-bar-mode): Remove defcustom.
19 (horizontal-scroll-bar-mode): Fix doc-string.
20 (scroll-bar-toolkit-scroll)
21 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
22
23 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * emacs-lisp/package.el (package-generate-description-file):
26 Properly quote the arguments (bug#18332). Change second arg.
27 (package--alist-to-plist-args): Rename from package--alist-to-plist and
28 quote the elements.
29 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
30 the *-pkg.el file. Adjust to new calling convention of
31 package-generate-description-file.
32
33 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
34 (gud-gdb-completions): Remove obsolete workaround.
35
36 2014-09-03 Eli Zaretskii <eliz@gnu.org>
37
38 * subr.el (posn-col-row): Revert the change from commit
39 2010-11-13T21:07:58Z!eliz@gnu.org, which
40 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
41 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
42 introduced an off-by-one error in the reported row when there is a
43 header line. (Bug#18384)
44
45 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
46
47 * progmodes/python.el (python-indent-post-self-insert-function):
48 Avoid electric colon at beginning-of-defun. (Bug#18228)
49
50 2014-09-03 Glenn Morris <rgm@gnu.org>
51
52 * tutorial.el (tutorial--display-changes):
53 Fix 2014-08-01 change. (Bug#18382)
54
55 2014-09-03 Ken Brown <kbrown@cornell.edu>
56
57 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
58 the Cygwin-w32 build. (Bug#18347)
59
60 2014-09-03 Glenn Morris <rgm@gnu.org>
61
62 * tar-mode.el (tar--extract, tar-extract):
63 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
64
65 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
68 handle multiline elements (bug#18380).
69
70 2014-09-01 Eli Zaretskii <eliz@gnu.org>
71
72 * ls-lisp.el (ls-lisp-use-string-collate)
73 (ls-lisp-UCA-like-collation): New defcustoms.
74 (ls-lisp-string-lessp): Use them to control sorting by file
75 names. (Bug#18051)
76 (ls-lisp-version-lessp): New function.
77 (ls-lisp-handle-switches): Use it to implement the -v switch of
78 GNU ls.
79 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
80
81 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
82
83 * ibuffer.el: Replace mode-specific quit function with
84 `quit-window' via `special-mode'.
85 (ibuffer-mode-map): Use keybindings from special-mode-map instead
86 of local overrides.
87 (ibuffer): Don't store previous windows configuration.
88 Let `quit-window' handle restoring.
89 (ibuffer-quit): Remove function. Use `quit-window' instead.
90 (ibuffer-restore-window-config-on-quit): Remove variable.
91 (ibuffer-prev-window-config): Remove variable.
92
93 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
94
95 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
96 name instead of variable name in hook docstring. (Bug#18349)
97
98 2014-08-29 Martin Rudalics <rudalics@gmx.at>
99
100 * window.el (display-buffer-at-bottom): Prefer bottom-left
101 window to other bottom windows. Reuse a bottom window if it
102 shows the buffer already. Suggested by Juri Linkov
103 <juri@jurta.org> in discussion of (Bug#18181).
104
105 2014-08-29 Leo Liu <sdl.web@gmail.com>
106
107 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
108 append to minibuffer-setup-hook. (Bug#18341)
109
110 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
111
112 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
113 byte-compiler.
114 (lookup-syntax-properties): Silence byte-compiler.
115 (c-lang-defconst): Quote the code with `lambda' rather than with
116 `quote'.
117 (c-lang-const): Avoid unneeded setq.
118 (c-lang-constants-under-evaluation): Add docstring.
119 (c-lang--novalue): New constant.
120 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
121 (c-get-lang-constant): Same here.
122 Get the mode's value using `funcall' now that the code is quoted
123 with `lambda'.
124
125 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
126
127 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
128 (Bug#18326)
129
130 2014-08-28 Martin Rudalics <rudalics@gmx.at>
131
132 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
133 interpretation of `portion-whole'.
134
135 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
136
137 * net/tramp-adb.el: Spell author name correctly.
138
139 2014-08-28 João Távora <joaotavora@gmail.com>
140
141 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
142 use url-expand-file-name. (Bug#18310)
143
144 2014-08-28 Glenn Morris <rgm@gnu.org>
145
146 * emulation/cua-rect.el (cua--highlight-rectangle):
147 Avoid error at point-min. (Bug#18309)
148
149 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
152 executable-find (bug#18244).
153
154 * simple.el (self-insert-uses-region-functions): Defvar.
155
156 2014-08-28 Glenn Morris <rgm@gnu.org>
157
158 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
159
160 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
161
162 * startup.el (normal-top-level): Now use internal--top-level-message.
163
164 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
165
166 * startup.el (normal-top-level): Use top-level-message.
167
168 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
169
170 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
171 URLs containing spaces and the like.
172
173 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
174
175 * subr.el (remq): Fix docstring (Bug#18253).
176
177 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
178
179 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
180
181 2014-08-24 Alan Mackenzie <acm@muc.de>
182
183 Handle C++11's "auto" and "decltype" constructions.
184 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
185 and return 'decltype.
186 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
187 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
188 keyword.
189 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
190 "decltype" keyword.
191 (c-font-lock-c++-new): Handle "decltype" constructions.
192 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
193 New c-lang-defconsts/defvars.
194 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
195 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
196 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
197 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
198
199 Make ">>" act as double template ender in C++ Mode.
200 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
201 off from c->-op-cont-re.
202 (c->-op-cont-tokens): Change to use the above.
203 (c->-op-without->-cont-regexp): New lang-const.
204 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
205 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
206
207
208 2014-08-23 Alan Mackenzie <acm@muc.de>
209
210 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
211 loop, bug #18306. The bug was introduced on 2014-08-02.
212
213 2014-08-21 Eli Zaretskii <eliz@gnu.org>
214
215 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
216 Don't recognize a Top node if there are other sectioning commands
217 earlier in the Texinfo file. This fixes a bug in
218 texinfo-make-menu and avoids inflooping in
219 texinfo-all-menus-update when they are invoked on texinfo.texi.
220
221 2014-08-21 Martin Rudalics <rudalics@gmx.at>
222
223 * window.el (window--side-window-p): New function.
224 (split-window, window-splittable-p): Use window--side-window-p to
225 determine whether WINDOW can be split (Bug#18304).
226 * calendar/calendar.el (calendar-basic-setup): Fix one call of
227 `window-splittable-p' and add another (Bug#18304).
228
229 2014-08-20 Sam Steingold <sds@gnu.org>
230
231 * progmodes/python.el (python-new-pythonpath): Extract from
232 `python-shell-calculate-process-environment'.
233
234 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
235
236 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
237 for &key args (bug#18048).
238
239 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
242 (eldoc-function-argstring-format): Remove.
243 (eldoc-function-argstring): Always return upcase args.
244 Use help-make-usage. Don't add parens.
245 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
246 it's too late to do it right (bug#18048).
247
248 2014-08-18 Eli Zaretskii <eliz@gnu.org>
249
250 * scroll-bar.el (scroll-bar-horizontal-drag-1)
251 (scroll-bar-toolkit-horizontal-scroll): When determining the
252 paragraph direction, use the buffer of the window designated in
253 the event.
254
255 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
256
257 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
258 context of unified diff.
259
260 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
261
262 Add dependencies to fix loaddefs race during parallel builds.
263 Without this, for example, 'make -j bootstrap' can fail and report
264 "Opening input file: no such file or directory,
265 .../lisp/calendar/diary-loaddefs.el ... recipe for target
266 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
267 got confused because diary-loaddefs.el was being built in parallel.
268 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
269 Depend on $(CAL_DIR)/cal-loaddefs.el.
270 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
271
272 2014-08-16 Martin Rudalics <rudalics@gmx.at>
273
274 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
275 portion-whole for scrolling right-to-left text.
276
277 2014-08-15 Leo Liu <sdl.web@gmail.com>
278
279 * speedbar.el (speedbar-generic-list-tag-p): Allow special
280 elements from imenu.
281
282 2014-08-15 Glenn Morris <rgm@gnu.org>
283
284 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
285
286 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
287
288 * progmodes/compile.el (compilation-error-regexp-alist-alist):
289 Add Guile regexpses.
290
291 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
292
293 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
294 add Guile debugger support for GUD.
295
296 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
299 (mouse-sel--ignore): New function.
300 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
301 (mouse-sel-original-interprogram-cut-function)
302 (mouse-sel-original-interprogram-paste-function): Remove.
303
304 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
305
306 * vc/vc-git.el (vc-git-resolve-when-done): New function.
307 Call "git add" when there are no longer conflict markers.
308
309 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
310
311 * vc/vc-git.el (vc-git-find-file-hook): New function.
312 Adds support for calling smerge (and resolve) on a conflicted file.
313 (vc-git-conflicted-files): New function.
314 Useful in itself and a step towards better smerge support.
315
316 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
317
318 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
319 to the first part if they're the same as the selection.
320
321 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
322
323 * image-mode.el (image-transform-reset): New command and menu item.
324 (image-mode-map): Rearrange the menu items to put presumably more
325 obscure items at the end.
326
327 2014-08-12 Juri Linkov <juri@jurta.org>
328
329 * vc/vc-annotate.el (vc-annotate-background-mode):
330 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
331
332 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
333
334 * files.el (out-of-memory-warning-percentage): Turn it off by default.
335
336 2014-08-11 Sam Steingold <sds@gnu.org>
337
338 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
339 the presence of known validators (tidy, (o)nsgmls).
340
341 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
342
343 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
344
345 * net/newst-treeview.el (newsticker-treeview-date-format): New.
346 (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
347
348 2014-08-11 Glenn Morris <rgm@gnu.org>
349
350 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
351 chose coding system for writing before backing up, since it causes
352 a more serious problem than the one it solves. (Closes Bug#18141,
353 reopens Bug#13522.)
354
355 2014-08-11 Martin Rudalics <rudalics@gmx.at>
356
357 * window.el (window-total-size): Make doc-string more self-contained.
358
359 * window.el (display-buffer-below-selected): Restore original
360 behavior if buffer is already displayed in the window below the
361 selected one (Bug#18181).
362
363 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
366 event (bug#18212).
367
368 2014-08-11 Eli Zaretskii <eliz@gnu.org>
369
370 * info.el (info): Doc fix.
371
372 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * info.el (Info-mode-map): Override a global down-mouse-2 binding
375 (bug#18212).
376
377 2014-08-11 Eli Zaretskii <eliz@gnu.org>
378
379 * simple.el (default-line-height): A floating-point value of
380 line-spacing means a fraction of the default frame font's height,
381 not of the font currently used by the 'default' face.
382 Truncate the pixel value, like the display engine does.
383 (window-screen-lines): Use window-inside-pixel-edges for
384 determining the window height in pixels. (Bug#18195)
385
386 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
387
388 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
389
390 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
391
392 Enumerate evaluated sexp diary entries (Bug#7911).
393 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
394 (icalendar-export-sexp-enumeration-days): New.
395 (icalendar-export-region): Now `icalendar--convert-to-ical'
396 returns a cons cell or a list of cons cells.
397 (icalendar--convert-to-ical): Take care of
398 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
399 (icalendar--convert-ordinary-to-ical)
400 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
401 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
402 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
403 (icalendar--convert-anniversary-to-ical): Return cons cell.
404 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
405 entries. Return (list of) cons cells.
406
407 2014-08-09 Juri Linkov <juri@jurta.org>
408
409 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
410 to reevaluate `vc-annotate-color-map'. (Bug#18189)
411
412 2014-08-09 Alan Mackenzie <acm@muc.de>
413
414 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
415 for top-level that can cause unacceptable slow-down in scrolling.
416 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
417 Antipov from 2013-10-14 in emacs-devel.
418
419 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
420
421 * ibuffer.el (ibuffer-mode-map): Use toggle button for
422 `ibuffer-auto-mode' menu entry.
423 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
424
425 2014-08-08 Matthias Meulien <orontee@gmail.com>
426
427 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
428 (Bug#16394)
429
430 2014-08-07 Martin Rudalics <rudalics@gmx.at>
431
432 * window.el (window--min-size-1): Explicitly set WINDOW arg in
433 calls of window-min-pixel-height and window-min-pixel-width.
434
435 2014-08-07 Reuben Thomas <rrt@sc3d.org>
436
437 * progmodes/ada-mode.el:
438 * net/tramp.el (tramp-handle-file-symlink-p):
439 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
440 about VMS, which we no longer support.
441 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
442 and fix a FIXME, using convert-standard-filename in place of
443 removed ada-convert-file-name.
444
445 2014-08-07 Eli Zaretskii <eliz@gnu.org>
446
447 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
448
449 2014-08-07 Reuben Thomas <rrt@sc3d.org>
450
451 Refer to MS-DOS using the same name everywhere.
452 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
453 ``msdog'' become ``MS-DOS''.
454
455 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
456
457 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
458 Use cached "remote-copy-args" value, if available. (Bug#18199)
459
460 2014-08-07 Leo Liu <sdl.web@gmail.com>
461
462 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
463 Revert change on 2014-03-22.
464
465 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
466
467 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
468 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
469 (Bug#13750).
470
471
472 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
473
474 * image-mode.el (image-toggle-display-image): Always rescale images
475 to not be bigger than the current window.
476
477 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
478
479 * net/eww.el (eww-bookmarks-directory): New variable.
480 (eww-write-bookmarks): Use it.
481 (eww-read-bookmarks): Ditto.
482
483 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
484
485 * net/shr.el (shr-copy-url): Also copy the image URL.
486
487 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
488
489 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
490 also for Tramp working buffers.
491
492 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
493
494 * progmodes/python.el: Fix completions inside (i)pdb.
495 (python-shell-completion-pdb-string-code): Make obsolete.
496 (python-shell-completion-get-completions):
497 Use python-shell-completion-string-code resending setup code
498 continuously for (i)pdb.
499
500 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
501
502 * rect.el (rectangle--default-line-number-format): Rename
503 from misspelled rectange--default-line-number-format (Bug#18045).
504 All uses changed.
505
506 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
507
508 Don't mishandle year-9999 dates (Bug#18176).
509 * calendar/parse-time.el (parse-time-rules):
510 Allow years up to most-positive-fixnum.
511 * calendar/time-date.el (date-to-time):
512 Pass "Specified time is not representable" errors through.
513
514 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
515
516 * progmodes/python.el: Completion code cleanups.
517 (python-shell-completion-get-completions): Detect and send import
518 statements directly to completion function.
519 (python-shell-completion-at-point): Simplify prompt calculation
520 and import vs input completion logic.
521
522 2014-08-02 Alan Mackenzie <acm@muc.de>
523
524 Fix confusion in C++ file caused by comma in "= {1,2},".
525 Bug #17756.
526 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
527 for a statement boundary marked by "}", check there's no "="
528 before the "{".
529 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
530 non-nil `comma-delim' argument.
531 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
532 initializer expression more accurately.
533
534 Correct loop termination condition in c-syntactic-skip-backward.
535 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
536 the situation where, after moving back out of a literal,
537 skip-chars-backward doesn't move further, yet checks have still to
538 be done.
539
540 2014-08-01 Eli Zaretskii <eliz@gnu.org>
541
542 * tutorial.el (tutorial--display-changes): Accept punctuation
543 characters before the key binding. (Bug#18146)
544
545 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
546
547 * progmodes/python.el: Shell output capture enhancements.
548 (python-shell-accept-process-output): New function.
549 (inferior-python-mode)
550 (python-shell-send-setup-code): Use it.
551
552 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
553
554 * calendar/icalendar.el (icalendar--decode-isodatetime):
555 Use actual current-time-zone when converting to local time. (Bug#15408)
556
557 2014-07-29 Martin Rudalics <rudalics@gmx.at>
558
559 * window.el (window--state-put-2): Handle horizontal scroll
560 bars, if present.
561
562 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
563
564 * menu-bar.el (menu-bar-update-buffers): Update item list format
565 in `buffers-menu' to confirm with changes to `get_keyelt'
566 (r117463). (Bug#18016)
567
568 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
569
570 * progmodes/python.el (inferior-python-mode): Make input prompts
571 read-only.
572
573 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
574
575 * net/tramp-sh.el (tramp-get-remote-python): Also search for
576 executables named "python2" or "python3".
577 (tramp-get-remote-uid-with-python): Use parentheses around
578 arguments to `print' to make it compatible with Python 3.
579 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
580
581 2014-07-28 Eli Zaretskii <eliz@gnu.org>
582
583 * window.el (window--pixel-to-total): Use FRAME's root window, not
584 that of the selected frame. (Bug#18112, Bug#16674)
585
586 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
587
588 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
589 (Bug#18117)
590
591 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
592
593 * progmodes/python.el (inferior-python-mode): Doc fix.
594
595 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
596
597 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
598 not a character, ignore it instead of raising an error.
599
600 * calendar/todo-mode.el: Fix handling of marked items and make
601 minor code improvements.
602 (todo-edit-item): If there are marked items, ensure user can only
603 invoke editing commands that work with marked items.
604 (todo-edit-item--text): When there are marked items, make it a
605 noop if invoked with point not on an item; otherwise, ensure it
606 applies only to item at point.
607 (todo-item-undone): If there are marked not-done items, return
608 point to its original position before signaling user error.
609 (todo--user-error-if-marked-done-item): New function.
610 (todo-edit-item--header, todo-edit-item--diary-inclusion)
611 (todo-item-done): Use it.
612
613 2014-07-28 Glenn Morris <rgm@gnu.org>
614
615 * files.el (toggle-read-only): Re-add basic doc-string.
616 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
617
618 * progmodes/prolog.el (prolog-mode-keybindings-edit):
619 Replace missing `switch-to-prolog' with `run-prolog'.
620 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
621
622 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
623
624 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
625 of file-wide setting when changing category-wide setting.
626
627 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
628
629 * doc-view.el (doc-view-open-text): Don't require that the
630 document is saved in a file (e.g., email attachment).
631
632 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
633
634 Parse completion input in a iPython friendly way. (Bug#18084)
635 * progmodes/python.el
636 (python-shell-completion-at-point): Rename from
637 python-shell-completion-complete-at-point.
638 (inferior-python-mode): Use it.
639 (python-completion-at-point): Rename from
640 python-completion-complete-at-point. Parse input up to first
641 backward occurrence of whitespace, open-paren, close-paren or
642 string delimiter.
643 (python-mode): Use it.
644
645 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
646
647 Prevent Python process shell buffer to pop twice.
648 * progmodes/python.el (python-shell-switch-to-shell): Do not call
649 pop-to-buffer.
650
651 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
652
653 * progmodes/python.el
654 (python-shell-with-shell-buffer): New macro.
655 (python-shell-font-lock-get-or-create-buffer)
656 (python-shell-font-lock-kill-buffer)
657 (python-shell-font-lock-with-font-lock-buffer)
658 (python-shell-font-lock-cleanup-buffer)
659 (python-shell-font-lock-toggle): Use it.
660 (python-shell-font-lock-turn-on)
661 (python-shell-font-lock-turn-off): Use it. Make command.
662
663 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
664
665 Grab all Python process output before inferior-python-mode hooks.
666 * progmodes/python.el (inferior-python-mode):
667 Call accept-process-output and sit-for to ensure all output for process
668 has been received before running hooks.
669 (python-shell-internal-get-or-create-process):
670 Cleanup accept-process-output and sit-for calls.
671
672 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
673
674 More robust shell startup and code setup.
675 * progmodes/python.el (python-shell-make-comint):
676 Remove accept-process-output call.
677 (python-shell-get-buffer): Return current buffer if major-mode is
678 inferior-python-mode.
679 (python-shell-get-or-create-process): Use it.
680 (python-shell-send-setup-code): Send all setup code in one string,
681 output success message and accept-process-output.
682
683 2014-07-27 Eli Zaretskii <eliz@gnu.org>
684
685 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
686 Add rudimentary support for bidirectional text.
687
688 2014-07-27 Martin Rudalics <rudalics@gmx.at>
689
690 * frame.el (frame-notice-user-settings): Rewrite using
691 frame-initial-frame-tool-bar-height.
692 * menu-bar.el (menu-bar-horizontal-scroll-bar)
693 (menu-bar-no-horizontal-scroll-bar): New functions.
694 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
695 scroll bars.
696 * scroll-bar.el (scroll-bar-lines)
697 (set-horizontal-scroll-bar-mode)
698 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
699 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
700 (scroll-bar-toolkit-horizontal-scroll): New functions.
701 (horizontal-scroll-bar-mode)
702 (previous-horizontal-scroll-bar-mode)
703 (horizontal-scroll-bar-mode-explicit): New variables.
704 (horizontal-scroll-bar-mode): New option.
705 (toggle-horizontal-scroll-bar): Do something.
706 (top-level): Bind horizontal-scroll-bar mouse-1.
707 * startup.el (tool-bar-originally-present): Remove variable.
708 (command-line): Don't set tool-bar-originally-present.
709 * window.el (window-min-height): Update doc-string.
710 (window--dump-frame): Dump horizontal scroll bar values.
711 (window--min-size-1): Handle minibuffer window separately.
712 Count in margins and horizontal scroll bar. Return safe value
713 iff IGNORE equals 'safe.
714 (frame-windows-min-size): New function (used by frame resizing
715 routines).
716 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
717 scroll bars.
718 (window--sanitize-window-sizes): New function.
719 (window-split-min-size): Remove.
720 (split-window): Count divider-width. Don't use
721 `window-split-min-size' any more. Reword error messages.
722 Sanitize windows sizes after splitting.
723
724 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
725
726 Use `defvar-local' more.
727 * progmodes/hideshow.el
728 (hs-c-start-regexp, hs-block-start-regexp)
729 (hs-block-start-mdata-select, hs-block-end-regexp)
730 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
731 remove corresponding `make-variable-buffer-local' top-level calls.
732
733 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
734
735 Cleanup error signals. (Bug#18067)
736 * progmodes/python.el
737 (python-indent-shift-left): Use user-error instead.
738 (python-shell-prompt-detect): Use lwarn with python group.
739 (python-completion-complete-at-point)
740 (python-eldoc--get-doc-at-point): Don't signal error.
741
742 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
743
744 Support for packages in Python shell. (Bug#13570)
745 * progmodes/python.el (python-shell--package-depth): New var.
746 (python-shell-package-enable): New command.
747 (python-util-list-directories, python-util-list-files)
748 (python-util-list-packages): New functions.
749
750 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
751
752 Faster comint output. (Bug#16875)
753 * progmodes/python.el:
754 (python-comint-output-filter-function): Make obsolete.
755 (python-comint-postoutput-scroll-to-bottom): New function.
756 (inferior-python-mode): Set comint-output-filter-functions to a
757 minimum.
758
759 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
760
761 * progmodes/python.el (python-shell-font-lock-post-command-hook):
762 Safeguard current point and undo history.
763
764 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
765
766 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
767 * progmodes/python.el:
768 (python-shell-prompt-input-regexps): Add iPython block prompt.
769 (python-shell-output-syntax-table): Delete var.
770 (python-shell-font-lock-with-font-lock-buffer): New macro.
771 (python-shell-font-lock-get-or-create-buffer)
772 (python-shell-font-lock-kill-buffer)
773 (python-shell-font-lock-cleanup-buffer)
774 (python-shell-font-lock-post-command-hook)
775 (python-shell-font-lock-turn-off): New functions.
776 (python-shell-font-lock-turn-on): New function.
777 (inferior-python-mode): Use it.
778 (python-shell-font-lock-toggle): New command.
779 (python-shell-font-lock-enable): Rename from
780 python-shell-enable-font-lock.
781 (run-python-internal): Use it.
782 (python-shell-font-lock-comint-output-filter-function): New function.
783 (python-shell-comint-end-of-output-p): New function.
784 (python-shell-output-filter): Use it.
785 (python-util-comint-last-prompt): New function.
786 (python-util-text-properties-replace-name): New function.
787
788 2014-07-25 Glenn Morris <rgm@gnu.org>
789
790 * vc/ediff-init.el (ediff-toggle-read-only-function):
791 * vc/ediff-util.el (ediff-toggle-read-only):
792 Replace obsolete toggle-read-only with read-only-mode.
793
794 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
795
796 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
797 with `save-match-data'. (Bug#18095)
798
799 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
800
801 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
802 order to ensure that row and col are lexically bound inside the
803 evaluated sexp.
804
805 2014-07-21 Glenn Morris <rgm@gnu.org>
806
807 * progmodes/hideif.el (hide-ifdef-mode-submap):
808 Also substitute read-only-mode.
809 * bindings.el (mode-line-toggle-read-only):
810 * bs.el (bs-toggle-readonly):
811 * buff-menu.el (Buffer-menu-toggle-read-only):
812 * dired.el (dired-toggle-read-only):
813 * files.el (view-read-only, find-file-read-only)
814 (find-file-read-only-other-window)
815 (find-file-read-only-other-frame):
816 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
817 Doc fixes re toggle-read-only.
818
819 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
820
821 * progmodes/python.el: Add comment about pipe buffering and
822 solutions for missing/delayed output in inferior Python shells.
823 (Bug#17304)
824
825 * progmodes/python.el (python-mode): Don't set
826 mode-require-final-newline. (Bug#17990)
827
828 Make python.el work with IPython automatically. (Bug#15510)
829 * progmodes/python.el:
830 (python-shell-completion-setup-code): New value supporting iPython.
831 (python-shell-completion-string-code): New value supporting iPython.
832 (python-shell-completion-get-completions): Use them.
833 (python-shell-completion-module-string-code): Make obsolete.
834 (python-shell-prompt-input-regexps)
835 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
836 (python-shell-output-filter): Fix comment typo.
837
838 Fix Python shell prompts detection for remote hosts.
839 * progmodes/python.el (python-shell-prompt-detect):
840 Replace call-process with process-file and make it more robust.
841
842 Autodetect Python shell prompts. (Bug#17370)
843 * progmodes/python.el:
844 (python-shell-interpreter-interactive-arg)
845 (python-shell-prompt-detect-enabled)
846 (python-shell-prompt-detect-failure-warning)
847 (python-shell-prompt-input-regexps)
848 (python-shell-prompt-output-regexps): New vars.
849 (python-shell-prompt-calculated-input-regexp)
850 (python-shell-prompt-calculated-output-regexp): New vars.
851 (python-shell-get-process-name)
852 (python-shell-internal-get-process-name)
853 (python-shell-output-filter)
854 (python-shell-completion-get-completions): Use them.
855 (python-shell-prompt-detect)
856 (python-shell-prompt-validate-regexps): New functions.
857 (python-shell-prompt-set-calculated-regexps): New function.
858 (inferior-python-mode): Use it. Also honor overriden
859 python-shell-interpreter and python-shell-interpreter-args.
860 (python-shell-make-comint): Honor overriden
861 python-shell-interpreter and python-shell-interpreter-args.
862 (python-shell-get-or-create-process): Make it testable by allowing
863 to call run-python non-interactively.
864 (python-util-valid-regexp-p): New function.
865 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
866 (python-shell-prompt-output-regexp)
867 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
868
869 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * emacs-lisp/smie.el (smie-config--guess-1): Split from
872 smie-config--guess.
873 (smie-config--guess): Use it.
874
875 * emacs-lisp/edebug.el: Use nadvice.
876 (edebug-original-read): Remove.
877 (edebug--read): Rename from edebug-read and add `orig' arg.
878 (edebug-uninstall-read-eval-functions)
879 (edebug-install-read-eval-functions): Use nadvice.
880 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
881 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
882 (edebug-read-string, edebug-read-function): Use just `read'.
883 (edebug-original-debug-on-entry): Remove.
884 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
885 `orig' arg.
886 (debug-on-entry): Override with nadvice.
887
888 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
889 it also makes sense to bind it to a non-mouse event.
890
891 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
892
893 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
894
895 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
896 (bug#18015).
897
898 * rect.el (rectangle--string-preview): Don't assume there
899 a non-nil default (bug#17984).
900
901 2014-07-16 Glenn Morris <rgm@gnu.org>
902
903 * desktop.el (after-init-hook): Disable startup frame restoration
904 in non-graphical situations. (Bug#17693)
905
906 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
907 if it was "empty", or used for a different set of files. (Bug#17884)
908
909 2014-07-16 Eli Zaretskii <eliz@gnu.org>
910
911 * bindings.el (mode-line-remote): If default-directory is not a
912 string, don't call file-remote-p on it; instead state in the
913 help-echo that it is nil. (Bug#17986)
914
915 2014-07-14 Daniel Colascione <dancol@dancol.org>
916
917 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
918 to `macroexpand-all'
919
920 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
921 Use `macroexpand-all' instead of `cl-macroexpand-all'.
922
923 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
924
925 Fix bug: C-x v v discarded existing log message (Bug#17884).
926 * vc/vc-dispatcher.el (vc-log-edit):
927 Don't clobber an already-existing log message.
928
929 2014-07-12 Glenn Morris <rgm@gnu.org>
930
931 * vc/log-edit.el (log-edit-changelog-entries):
932 Check for a visited-but-never-saved ChangeLog.
933
934 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
937 a non-existing file (bug#17970).
938
939 * faces.el (face-name): Undo last change.
940 (x-resolve-font-name): Don't call face-name (bug#17956).
941
942 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
943
944 Fix dedenters and electric colon handling. (Bug#15163)
945 * progmodes/python.el
946 (python-rx-constituents): Add dedenter and block-ender.
947 (python-indent-dedenters, python-indent-block-enders): Delete.
948 (python-indent-context): Return new case for dedenter-statement.
949 (python-indent-calculate-indentation): Handle new case.
950 (python-indent-calculate-levels): Fix levels calculation for
951 dedenter statements.
952 (python-indent-post-self-insert-function): Fix colon handling.
953 (python-info-dedenter-opening-block-message): New function.
954 (python-indent-line): Use it.
955 (python-info-closing-block)
956 (python-info-closing-block-message): Remove.
957 (python-info-dedenter-opening-block-position)
958 (python-info-dedenter-opening-block-positions)
959 (python-info-dedenter-statement-p): New functions.
960
961 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
962
963 * files.el (out-of-memory-warning-percentage): New defcustom.
964 (warn-maybe-out-of-memory): Use it.
965
966 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
967
968 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
969 when calling `read-string'. (Bug#17839)
970
971 2014-07-10 Eli Zaretskii <eliz@gnu.org>
972
973 * files.el (warn-maybe-out-of-memory): Fix the wording of the
974 warning.
975
976 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
977
978 * files.el (warn-maybe-out-of-memory): New function.
979 (find-file-noselect): Use it.
980
981 2014-07-09 Sam Steingold <sds@gnu.org>
982
983 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
984 `constant' like `bless', `return' &c
985
986 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
987
988 * rect.el (apply-on-rectangle): Check forward-line really moved to the
989 next line.
990
991 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
992
993 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
994 the middle of a line (bug#17896).
995
996 2014-07-09 Juri Linkov <juri@jurta.org>
997
998 * startup.el (command-line): Append displaying the warning about
999 the errors in the init file to the end of `after-init-hook'.
1000 (Bug#17927)
1001
1002 * faces.el (face-name): Return input arg `face' as-is
1003 when it's not a symbol.
1004 (x-resolve-font-name): Don't check if the face is a symbol.
1005 (Bug#17956)
1006
1007 * facemenu.el (list-colors-print): In help-echo format use %.2f
1008 instead of %d because now HSV values are floating-point components
1009 between 0.0 and 1.0.
1010
1011 2014-07-09 Glenn Morris <rgm@gnu.org>
1012
1013 * emulation/cua-rect.el (cua--activate-rectangle):
1014 Avoid setting cua--rectangle to nil. (Bug#17877)
1015
1016 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
1017
1018 * calendar/todo-mode.el: Fix wrong-type-argument error when
1019 marking multiple consecutive items.
1020 (todo-toggle-mark-item): Don't try to mark the empty lines at the
1021 end of the todo and done items sections. Note in doc string that
1022 items marked by passing a numeric prefix argument can include the
1023 last todo and first done items.
1024 (todo-mark-category): Don't try to mark the empty line between the
1025 todo and done items sections.
1026
1027 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
1030 proper Lisp quoting (bug#17934).
1031
1032 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
1033 require-final-newline since prog-mode already took care of it (bug#17947).
1034
1035 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
1036
1037 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
1038 refer to the Todo mode Info manual. Update the comment on
1039 requiring cl-lib.
1040 (todo-find-filtered-items-file): Add todo-prefix overlays.
1041 (todo-filter-items): Reorder a let-bound variable to avoid a
1042 wrong-type-argument error on canceling the file choice dialog.
1043
1044 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * progmodes/octave.el (inferior-octave-mode):
1047 Set comint-input-ring-size to a number (bug#17912).
1048
1049 2014-07-09 Juri Linkov <juri@jurta.org>
1050
1051 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
1052 and `isearch-mode' associated with nil. (Bug#17849)
1053
1054 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * linum.el (linum--face-height): New function (bug#17813).
1057 (linum-update-window): Use it to adjust margin to linum's width.
1058
1059 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
1060 * eshell/em-smart.el (eshell-smart-scroll-window):
1061 Use with-selected-window.
1062
1063 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
1064 Remove also pointless window&mark manipulation.
1065
1066 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
1067 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
1068 (perl-continuation-line-p): Don't skip over anything else than labels.
1069 Return the previous char.
1070 (perl-calculate-indent): Use syntax-ppss instead of parse-start
1071 and update callers accordingly. For continuation lines, check the
1072 the case of array hashes.
1073 (perl-backward-to-noncomment): Make it non-interactive.
1074 (perl-backward-to-start-of-continued-exp): Rewrite.
1075
1076 2014-07-08 Sam Steingold <sds@gnu.org>
1077
1078 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
1079 New user commands.
1080
1081 2014-07-08 Juri Linkov <juri@jurta.org>
1082
1083 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
1084 (vc-annotate-color-map): Use less saturated colors (20%) for
1085 background-mode.
1086 (vc-annotate-very-old-color): Add default value for background-mode.
1087 (vc-annotate-background): Set default value to nil since now text on
1088 the default backgrounds should be legible in light and dark modes.
1089 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
1090 (Bug#17808)
1091
1092 2014-07-08 Juri Linkov <juri@jurta.org>
1093
1094 * simple.el (transpose-chars): Don't move point into read-only area.
1095 (Bug#17829)
1096
1097 2014-07-08 Juri Linkov <juri@jurta.org>
1098
1099 * window.el (with-displayed-buffer-window): New macro.
1100 (with-temp-buffer-window, with-current-buffer-window):
1101 Use `macroexp-let2' to evaluate and bind variables
1102 in the same order as macro arguments.
1103 (display-buffer--action-function-custom-type):
1104 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
1105
1106 * minibuffer.el (minibuffer-completion-help): Replace
1107 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
1108 with actions that display *Completions* at-bottom when called
1109 from the minibuffer, or below-selected in a normal buffer.
1110 Associate `window-height' with `fit-window-to-buffer'.
1111 Let-bind `pop-up-windows' to nil.
1112
1113 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
1114 instead of `with-current-buffer-window'. (Bug#17809)
1115
1116 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
1117
1118 * progmodes/hideif.el (hide-ifdef-env): Change to global.
1119 (hide-ifdef-env-backup): New variable.
1120 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
1121 New customizable variables.
1122 (hif-clear-all-ifdef-defined): New defun.
1123 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
1124 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
1125 (hif-tokenize): Fix for MS-DOS/Win EOL style.
1126 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
1127 Fix bug to hide the correct #elif region(s).
1128 (hif-range-elif): New defun.
1129 (hif-recurse-level): New var.
1130 (hif-evaluate-region, hif-evaluate-macro): New defun.
1131 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
1132 fully hidden.
1133 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
1134 Better interaction.
1135
1136 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
1137
1138 * net/dbus.el (dbus-peer-handler): New defun.
1139 (dbus-register-service): Register it. (Bug#17858)
1140 (dbus-managed-objects-handler): Fix docstring.
1141
1142 2014-07-04 Phil Sainty <psainty@orcon.net.nz> (tiny change)
1143
1144 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
1145 (narrow-to-defun): New arg include-comments, defaulting to it
1146 (bug#16328).
1147
1148 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
1149
1150 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
1151 different calling convention to rectangle--unhighlight-for-redisplay.
1152
1153 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
1154
1155 * net/tramp.el (tramp-call-process): Handle error strings.
1156
1157 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
1158
1159 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
1160 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
1161
1162 * net/trampver.el: Update release number.
1163
1164 2014-07-03 Juri Linkov <juri@jurta.org>
1165
1166 * desktop.el (desktop-save): Rename arg `auto-save' to
1167 `only-if-changed'. Doc fix. (Bug#17873)
1168
1169 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1172 Use insert-for-yank (bug#17271).
1173
1174 2014-07-03 Leo Liu <sdl.web@gmail.com>
1175
1176 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
1177 Support lexical-binding.
1178
1179 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
1180
1181 * vc/log-edit.el (log-edit-goto-eoh): New function.
1182 (log-edit--match-first-line): Use it (bug#17861).
1183
1184 2014-07-03 Glenn Morris <rgm@gnu.org>
1185
1186 * vc/log-edit.el (log-edit-hook): Add missing :version.
1187
1188 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
1189
1190 * progmodes/python.el (python-indent-post-self-insert-function):
1191 Enhancements to electric indentation behavior inside
1192 parens. (Bug#17658)
1193
1194 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
1195
1196 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
1197 buffer-invisibility-spec (bug#17867).
1198
1199 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
1200
1201 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
1202 pass "-a".
1203
1204 2014-07-03 Glenn Morris <rgm@gnu.org>
1205
1206 * cus-edit.el (help):
1207 * finder.el (finder-known-keywords):
1208 * help.el (help-for-help-internal):
1209 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
1210 (ediff-redraw-registry-buffer):
1211 * vc/ediff-ptch.el (ediff-patch-file-internal):
1212 Doc fixes re "online" help. (Bug#17803)
1213
1214 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
1215 (idlwave-mode): Doc URL update.
1216
1217 2014-07-01 Juri Linkov <juri@jurta.org>
1218
1219 * man.el: Display man pages immediately and use process-filter
1220 to format them asynchronously.
1221 (Man-width): Doc fix.
1222 (man): Doc fix.
1223 (Man-start-calling): Use `with-selected-window' to get
1224 `frame-width' and `window-width'.
1225 (Man-getpage-in-background): Call `Man-notify-when-ready'
1226 immediately after creating a new buffer. Call `Man-mode' and set
1227 `mode-line-process' in the created buffer. Set process-filter to
1228 `Man-bgproc-filter' in start-process branch. In call-process branch
1229 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
1230 Use `Man-start-calling' inside `with-current-buffer'.
1231 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
1232 (Man-cleanup-manpage): Don't print messages.
1233 (Man-bgproc-filter): New function.
1234 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
1235 user moved it during asynchronous formatting. Move calls of
1236 `Man-fontify-manpage' and `Man-cleanup-manpage' to
1237 `Man-bgproc-filter'. Move the call of `Man-mode' to
1238 `Man-getpage-in-background'. Use `quit-restore-window'
1239 instead of `kill-buffer'. Use `message' instead of `error'
1240 because errors are caught by process sentinel.
1241 (Man-mode): Move calls of `Man-build-page-list',
1242 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
1243 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
1244
1245 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
1246 for the message about the man page cleaned up.
1247
1248 2014-07-01 Mario Lang <mlang@delysid.org>
1249
1250 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
1251 cosutomization option `gnutls-verify-error'.
1252
1253 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
1254
1255 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
1256 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
1257
1258 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1259 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
1260 is suspended (bug#17857).
1261
1262 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
1263
1264 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1265 Prefer utf-8 coding. (Bug#17859)
1266
1267 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
1268
1269 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
1270 for `reverse'.
1271
1272 2014-06-30 Glenn Morris <rgm@gnu.org>
1273
1274 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
1275 (autoload-ensure-default-file): Maybe make existing output writable.
1276 * Makefile.in (AUTOGEN_VCS): Remove.
1277 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
1278
1279 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
1280
1281 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
1282
1283 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
1284
1285 New if-let, when-let, thread-first and thread-last macros.
1286
1287 * emacs-lisp/subr-x.el
1288 (internal--listify, internal--check-binding)
1289 (internal--build-binding-value-form, internal--build-binding)
1290 (internal--build-bindings): New functions.
1291 (internal--thread-argument, thread-first, thread-last)
1292 (if-let, when-let): New macros.
1293
1294 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
1295
1296 * net/rcirc.el (rcirc-buffer-process): Restore previous
1297 behaviour. (Bug#17772)
1298
1299 2014-06-29 Alan Mackenzie <acm@muc.de>
1300
1301 Don't call c-parse-state when c++-template-syntax-table is active.
1302 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
1303 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
1304 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
1305
1306 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
1307
1308 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
1309 account for file-wide setting of todo-top-priorities-overrides.
1310 Make code a bit cleaner.
1311
1312 2014-06-28 Glenn Morris <rgm@gnu.org>
1313
1314 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
1315
1316 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
1317
1318 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
1319 category-wide setting of todo-top-priorities-overrides, check for
1320 a file-wide setting and fontify accordingly.
1321
1322 2014-06-28 Glenn Morris <rgm@gnu.org>
1323
1324 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
1325
1326 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
1329
1330 2014-06-28 K. Handa <handa@gnu.org>
1331
1332 Fix Bug#17739.
1333
1334 * composite.el: Setup composition-function-table for dotted circle.
1335 (compose-gstring-for-dotted-circle): New function.
1336
1337 * international/characters.el: Add category "^" to all
1338 non-spacing characters.
1339
1340 2014-06-28 Glenn Morris <rgm@gnu.org>
1341
1342 * Makefile.in (doit): Remove force rule.
1343 (custom-deps, finder-data, autoloads, update-subdirs)
1344 (compile-one-process): PHONY targets do not need force rules.
1345
1346 * Makefile.in (compile-main, compile, compile-always):
1347 No need to explicitly pass variables to ourself in recursive calls.
1348
1349 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1350
1351 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
1352
1353 2014-06-26 Glenn Morris <rgm@gnu.org>
1354
1355 * Makefile.in (update-authors): Update for moved authors.el.
1356
1357 2014-06-26 Leo Liu <sdl.web@gmail.com>
1358
1359 * skeleton.el (skeleton-end-hook): Default to nil and move the
1360 work to skeleton-insert. (Bug#17850)
1361
1362 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
1363
1364 * calc/calc-alg.el (math-beforep):
1365 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
1366 Simplify because string-lessp can accept symbols as args.
1367
1368 2014-06-26 Daiki Ueno <ueno@gnu.org>
1369
1370 * emacs-lisp/package.el (package--check-signature):
1371 If package-check-signature is allow-unsigned, don't signal error when
1372 we can't verify signature because of missing public key
1373 (bug#17625).
1374
1375 2014-06-26 Glenn Morris <rgm@gnu.org>
1376
1377 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
1378 Remove outdated declaration.
1379
1380 * emacs-lisp/authors.el (authors-valid-file-names)
1381 (authors-renamed-files-alist): Additions.
1382
1383 2014-06-26 Leo Liu <sdl.web@gmail.com>
1384
1385 * textmodes/picture.el (picture-set-tab-stops):
1386 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
1387 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
1388
1389 * progmodes/asm-mode.el (asm-calculate-indentation):
1390 Use indent-next-tab-stop.
1391
1392 * indent.el (indent-accumulate-tab-stops): New function.
1393
1394 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1395
1396 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
1397 (package-desc-status): Obey it.
1398
1399 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
1400
1401 * calendar/todo-mode.el: Fix two bugs.
1402 (todo-insert-item--basic): If user cancels item insertion to
1403 another category before setting priority, show original category
1404 whether it is in the same or a different file.
1405 (todo-set-item-priority): After selecting category, instead of
1406 moving point to top, which extends an active region, restore it.
1407
1408 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * help-fns.el (describe-function-1): Check file-name is a string before
1411 calling help-fns--autoloaded-p (bug#17564).
1412
1413 2014-06-26 Juri Linkov <juri@jurta.org>
1414
1415 * desktop.el (desktop-auto-save-enable)
1416 (desktop-auto-save-disable): New functions.
1417 (desktop-save-mode, desktop-auto-save-timeout): Use them.
1418 (desktop-read): Disable the autosave before loading the desktop,
1419 and enable afterwards. (Bug#17351)
1420
1421 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 Fix some indentation problem with \; and pipes (bug#17842).
1424 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
1425 (sh-smie--default-forward-token, sh-smie--default-backward-token):
1426 New functions.
1427 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
1428 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
1429 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
1430
1431 2014-06-26 Glenn Morris <rgm@gnu.org>
1432
1433 * emacs-lisp/find-func.el (find-function-C-source-directory):
1434 Use file-accessible-directory-p.
1435
1436 * ps-samp.el: Make it slightly less awful.
1437 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
1438 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
1439 Only set local values.
1440 (ps-article-subject, ps-article-author): Use standard functions
1441 like mail-fetch-field.
1442 (ps-info-file, ps-info-node): Use match-string.
1443 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
1444 (ps-samp-ps-setup): ... new function.
1445
1446 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
1447 Optimize away code unneeded on any modern Emacs.
1448
1449 * emacs-lisp/authors.el: Move to ../admin.
1450
1451 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
1452
1453 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
1454
1455 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
1456 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
1457 performance enhancements.
1458 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
1459 expansion.
1460 (hif-factor, hif-string-concatenation, intern-safe): Support string
1461 concatenation and argumented macro expansion.
1462 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
1463 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
1464 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
1465 (hif-canonicalize-tokens, hif-place-macro-invocation)
1466 (hif-parse-macro-arglist): Mostly new functions for supporting
1467 argumented macro expansion.
1468 (hif-string-concatenation, hif-stringify, hif-token-concat)
1469 (hif-token-stringification, hif-token-concatenation):
1470 Stringification and concatenation.
1471 (hif-find-next-relevant): Fix comments.
1472 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
1473 some cases involving #elif.
1474 (hif-find-define, hif-add-new-defines): New functions for automatically
1475 scanning of defined symbols.
1476 (hide-ifdef-guts): Fix for defined symbol auto scanning.
1477 (hide-ifdef-undef): Fix behavior to match CPP.
1478
1479 2014-06-25 Glenn Morris <rgm@gnu.org>
1480
1481 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
1482 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1483 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
1484 files. They are not relevant to the original issue (bug#1004),
1485 and cause unnecessary recompilation (bug#2151).
1486
1487 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1488
1489 * play/landmark.el: Use lexical-binding and avoid `intangible'.
1490 (landmark--last-pos): New var.
1491 (landmark--intangible-chars): New const.
1492 (landmark--intangible): New function.
1493 (landmark-mode, landmark-move): Use it.
1494 (landmark-mode): Remove properties.
1495 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
1496 (landmark-cross-qtuple):
1497 Don't worry about `intangible' any more.
1498 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
1499 (landmark-init-display): Don't set `intangible' and `point-entered'.
1500 (square): Remove. Inline it instead.
1501 (landmark--distance): Rename from `distance'.
1502 (landmark-calc-distance-of-robot-from): Rename from
1503 calc-distance-of-robot-from.
1504 (landmark-calc-smell-internal): Rename from calc-smell-internal.
1505
1506 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1507
1508 * files.el (dir-locals-find-file, file-relative-name):
1509 * info.el (Info-complete-menu-item):
1510 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
1511 to compare-strings to avoid out-of-range errors.
1512 * subr.el (string-prefix-p): Adjust to match strict range
1513 checking in compare-strings.
1514
1515 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
1516
1517 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
1518 for comment lines non-greedy and stopping at newlines to fix stack
1519 overflows with large files.
1520
1521 2014-06-24 Eli Barzilay <eli@barzilay.org>
1522
1523 * calculator.el (calculator-last-input): Drop 'ascii-character property
1524 lookup.
1525
1526 2014-06-24 Leo Liu <sdl.web@gmail.com>
1527
1528 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
1529 tab-stop-list to nil. (Bug#16381)
1530
1531 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
1532 (indent-rigidly-left-to-tab-stop)
1533 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
1534 (move-to-tab-stop): Change callers.
1535
1536 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1537
1538 * skeleton.el (skeleton-insert): Yet another fix of the doc string
1539 wrt behavior of \n as the first/last element of a skeleton.
1540
1541 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
1542
1543 * net/tramp-adb.el (tramp-adb-handle-process-file):
1544 * net/tramp-sh.el (tramp-sh-handle-process-file):
1545 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1546 the output buffer when DISPLAY is non-nil. (Bug#17815)
1547
1548 2014-06-24 Glenn Morris <rgm@gnu.org>
1549
1550 * play/landmark.el (landmark-move-down, landmark-move-up):
1551 Fix 2007-10-20 change - preserve horizontal position.
1552
1553 2014-06-23 Sam Steingold <sds@gnu.org>
1554
1555 * simple.el (kill-append): Remove undo boundary depending on ...
1556 (kill-append-merge-undo): New user option.
1557
1558 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * simple.el (handle-shift-selection, exchange-point-and-mark)
1561 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
1562 (transient-mark-mode): Use&set the global value.
1563 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
1564 * emulation/edt.el (edt-emulation-off): Save&restore the global
1565 transient-mark-mode setting.
1566 * obsolete/pc-select.el (pc-selection-mode): Use the
1567 transient-mark-mode function.
1568
1569 2014-06-23 Eli Zaretskii <eliz@gnu.org>
1570
1571 * international/fontset.el (script-representative-chars):
1572 Add representative characters for scripts added in Unicode 7.0.
1573 (otf-script-alist): Synchronize with the latest registry of OTF
1574 script tags.
1575
1576 * international/characters.el (char-script-table): Update for
1577 scripts added and codepoint ranges changed in Unicode 7.0.
1578
1579 2014-06-23 Eli Barzilay <eli@barzilay.org>
1580
1581 * calculator.el (calculator-standard-displayer): Fix bug in use of
1582 `calculator-groupize-number'.
1583 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
1584 `eval' code, so it works in v24.3.1 too.
1585 (calculator-last-input): Comment to clarify purpose.
1586
1587 2014-06-22 Mario Lang <mlang@delysid.org>
1588
1589 * textmodes/rst.el (rst-comment-region): From from -> from.
1590
1591 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
1592
1593 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
1594
1595 * electric.el (electric-layout-post-self-insert-function):
1596 * emacs-lisp/ert.el (ert--insert-infos):
1597 * obsolete/vi.el (vi-set-mark):
1598 * term.el (term-handle-scroll):
1599 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
1600 * wid-edit.el (widget-editable-list-value-create):
1601 Prefer point-marker to copy-marker of point.
1602
1603 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1604
1605 Fix completion retrieval parsing (bug#17209).
1606 * progmodes/python.el (python-mode):
1607 (python-util-strip-string): New function.
1608 (python-shell-completion-get-completions): Use it.
1609
1610 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1611
1612 * skeleton.el (skeleton-insert): Fix last change.
1613
1614 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1615
1616 Enhancements for outline integration (bug#17796).
1617 * progmodes/python.el (python-mode): Properly set
1618 outline-heading-end-regexp so that comments after colons for
1619 defuns are supported.
1620
1621 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1622
1623 * skeleton.el (skeleton-insert): Doc fix.
1624
1625 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1628 (smie-config-guess): Use smie-config-local so the rules are obeyed
1629 (bug#17818).
1630
1631 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1632 since it's already done inside the loop (bug#17819).
1633
1634 2014-06-21 Martin Rudalics <rudalics@gmx.at>
1635
1636 * mouse.el (mouse-drag-line): Re-remove code initially removed
1637 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1638 (Bug#17819).
1639
1640 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1643 align with the surrounding parent (bug#17721).
1644
1645 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1646
1647 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1648 locally to nil.
1649 (texinfo-insert-block, texinfo-insert-@end)
1650 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1651 local setting of skeleton-end-newline by adding an explicit \n to
1652 the skeletons where appropriate. (Bug#17801)
1653
1654 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1655
1656 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1657 (smie-indent--hanging-p): Use it.
1658 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1659
1660 2014-06-21 Leo Liu <sdl.web@gmail.com>
1661
1662 * simple.el (read-quoted-char): Don't let help chars pop up help
1663 buffer. (Bug#16617)
1664
1665 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1666
1667 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1668 for | (bug#17621).
1669
1670 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
1671 Drop unknown events instead of burping.
1672
1673 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1674
1675 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1676 and later. (Bug#17790)
1677
1678 2014-06-21 Juri Linkov <juri@jurta.org>
1679
1680 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1681 to `soft'. (Bug#17554)
1682
1683 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1686 (bug#17737).
1687
1688 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
1689
1690 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1691 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
1692
1693 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
1694
1695 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1696 `unread-command-events'.
1697
1698 2014-06-19 William Xu <william.xwl@gmail.com>
1699
1700 * progmodes/hideif.el (hif-string-to-number): Don't return float for
1701 hex integer constants (bug#17807).
1702
1703 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * international/mule-util.el (truncate-string-ellipsis): New var.
1706 (truncate-string-to-width): Use it.
1707
1708 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
1709
1710 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
1711 (lisp-string-in-doc-position-p): New function, extracted from
1712 lisp-font-lock-syntactic-face-function.
1713 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
1714
1715 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
1716
1717 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
1718
1719 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
1722 (bubbles--game-over): Don't add `intangible' properties since they
1723 didn't work anyway.
1724
1725 2014-06-18 Juri Linkov <juri@jurta.org>
1726
1727 * vc/ediff-init.el (ediff-current-diff-Ancestor)
1728 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1729 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1730 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1731 Add `min-colors 88' version with removed black/white foregrounds.
1732 (Bug#10181)
1733
1734 2014-06-18 Juri Linkov <juri@jurta.org>
1735
1736 * vc/diff-mode.el (diff-changed): Empty face definition to use
1737 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
1738 (diff-context): Use darker color on light background and
1739 lighter color on dark background.
1740
1741 2014-06-18 Juri Linkov <juri@jurta.org>
1742
1743 * vc/diff-mode.el (diff-refine-changed): Rename from
1744 `diff-refine-change' for consistency with `diff-changed'.
1745 (diff-refine-change): Add obsolete face alias. (Bug#10181)
1746
1747 * vc/smerge-mode.el (smerge-refined-changed): Rename from
1748 `smerge-refined-change'.
1749 (smerge-refined-change): Add obsolete face alias.
1750
1751 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1752
1753 * rect.el (rectangle-preview): New custom.
1754 (rectangle): New group.
1755 (rectangle--pos-cols): Add `window' argument.
1756 (rectangle--string-preview-state, rectangle--string-preview-window):
1757 New vars.
1758 (rectangle--string-flush-preview, rectangle--string-erase-preview)
1759 (rectangle--space-to, rectangle--string-preview): New functions.
1760 (string-rectangle): Use them.
1761 (rectangle--inhibit-region-highlight): New var.
1762 (rectangle--highlight-for-redisplay): Obey it. Make sure
1763 `apply-on-region' uses the point-crutches of the right window.
1764 Use :align-to rather than multiple spaces.
1765
1766 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
1767
1768 * ruler-mode.el (ruler-mode-window-col)
1769 (ruler-mode-mouse-set-left-margin)
1770 (ruler-mode-mouse-set-right-margin): Fix calculation of column
1771 from mouse position (Bug#17768).
1772
1773 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
1774
1775 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
1776 without varname or rhs causes crash.
1777 (dun-ftp): Fix bug where blank ftp password is allowed, making it
1778 impossible to win endgame.
1779 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
1780 rlogin is anymore.
1781 (dun-help): Bump version number; update contact info.
1782
1783 2014-06-15 Eli Barzilay <eli@barzilay.org>
1784
1785 * calculator.el (calculator-prompt, calculator-remove-zeros)
1786 (calculator-mode-hook, calculator-operators, calculator-stack)
1787 (calculator-mode): Tweak docstring.
1788 (calculator-user-operators): Tweak docstring, fix a bug in the last
1789 example.
1790 (calculator-displayer): `std' case has an optional boolean.
1791 (calculator-displayers): Use the new boolean to group in decimal mode.
1792 (calculator-mode-map, calculator, calculator-message)
1793 (calculator-op-arity, calculator-add-operators)
1794 (calculator-string-to-number, calculator-displayer-prev)
1795 (calculator-displayer-next, calculator-remove-zeros)
1796 (calculator-eng-display, calculator-number-to-string)
1797 (calculator-update-display, calculator-last-input)
1798 (calculator-clear-fragile, calculator-digit, calculator-decimal)
1799 (calculator-exp, calculator-saved-move, calculator-clear)
1800 (calculator-copy, calculator-put-value, calculator-help)
1801 (calculator-expt, calculator-truncate): Minor code improvements.
1802 (calculator-need-3-lines): New function pulling out code from
1803 `calculator'.
1804 (calculator-get-display): Rename from `calculator-get-prompt', and
1805 improved.
1806 (calculator-push-curnum): Rename from `calculator-curnum-value', and
1807 extended for all uses of it. All callers changed.
1808 (calculator-groupize-number): New utility for splitting a number into
1809 groups.
1810 (calculator-standard-displayer): Improve code, new optional argument to
1811 use comma-split groups, make second argument optional too to use with
1812 'left/'right inputs. All callers changed.
1813 (calculator-reduce-stack-once): New utility, doing the meat of what
1814 `calculator-reduce-stack' used to do, much improved (mostly using
1815 `pcase' for conciseness and clarity).
1816 (calculator-reduce-stack): Now doing just the reduction loop using
1817 `calculator-reduce-stack-once'.
1818 (calculator-funcall): Improve code, make it work in v24.3.1 too.
1819 (calculator-last-input): Improve code, remove some old cruft.
1820 (calculator-quit): Kill `calculator-buffer' in electric mode too.
1821 (calculator-integer-p): Remove.
1822 (calculator-fact): Improve code, make it work on non-integer values
1823 too (using truncated numbers).
1824
1825 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
1826
1827 Sync with Tramp 2.2.10.
1828
1829 * net/tramp.el (tramp-methods): Tweak docstring.
1830 (tramp-handle-file-accessible-directory-p): Check for
1831 `file-readable-p' instead of `file-executable-p'.
1832 (tramp-check-cached-permissions):
1833 Use `tramp-compat-file-attributes'.
1834 (tramp-call-process): Add new argument VEC. Adapt callees in all
1835 tramp*.el files.
1836
1837 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
1838 (tramp-adb-maybe-open-connection): Don't set
1839 `tramp-current-*' variables.
1840
1841 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
1842 file properties of temporary buffers.
1843
1844 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
1845
1846 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
1847 (tramp-gvfs-handle-delete-file): Flush file
1848 properties, not directory properties.
1849 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
1850 reading "unix::mode".
1851 (tramp-gvfs-handle-file-name-all-completions):
1852 Use "-h" option for "gvfs-ls".
1853 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
1854 (tramp-gvfs-send-command): Simplify traces.
1855
1856 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
1857 (vc-git-program, vc-hg-program): Declare.
1858 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
1859 (tramp-methods) <nc>: Add new method.
1860 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
1861 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
1862 `tramp-login-args'.
1863 (tramp-default-user-alist): Add "nc".
1864 (top): Remove completion function for "sftp". Add completion
1865 functions for "nc" and "psftp".
1866 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
1867 Implement support for "nc" method.
1868 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
1869 (tramp-remote-coding-commands, tramp-call-local-coding-command):
1870 Tweak docstring.
1871 (tramp-sh-handle-write-region): Tweak error message.
1872 (tramp-sh-handle-vc-registered): Remove backends when the remote
1873 binary does not exist.
1874 (tramp-find-inline-encoding): Do not raise an error.
1875 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
1876 the "nc" case. Quote result also locally.
1877
1878 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1879 (tramp-smb-handle-set-file-acl): Use `start-process'.
1880 (tramp-smb-handle-insert-directory): Use progress reporter.
1881 (tramp-smb-handle-rename-file): Flush also file properties of
1882 FILENAME.
1883
1884 * net/trampver.el: Update release number.
1885
1886 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1887
1888 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
1889 add-to-list.
1890 (ses-localvars): Remove ses--local-printer-list, unused.
1891 (ses--metaprogramming): New macro. Use it to defvar variables.
1892 (ses-set-localvars): Simplify.
1893 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
1894 property-list into an alist.
1895 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1896 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
1897 Remove; use defstruct accessors/setters instead.
1898 (ses-cell-formula-aset, ses-cell-printer-aset)
1899 (ses-cell-references-aset): Remove, use setf instead.
1900 (ses--alist-get): New function.
1901 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
1902 Use an alist instead of a plist and don't do move-to-front since the
1903 list is always short.
1904 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
1905 (ses-cell-property-set-fun, ses-cell-property-set)
1906 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
1907 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
1908 (ses--letref): New macro.
1909 (ses-cell-property-pop): Rewrite.
1910 (ses--cell): Rename from ses-cell and make it into a function.
1911 Make `formula' fallback on `value' if nil.
1912 (ses--local-printer): Rename from ses-local-printer and make it into
1913 a function.
1914 (ses-set-cell): Turn it into a macro so finding the accessor from the
1915 field name is done at compile time.
1916 (ses-repair-cell-reference-all): Test presence of `sym' rather than
1917 `ref' before adding `sym' to :ses-repair-reference.
1918 (ses-calculate-cell): Use ses--letref rather than
1919 ses-cell-property-get-handle.
1920 (ses-write-cells): Use a single prin1-to-string.
1921 (ses-setter-with-undo): New function.
1922 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
1923 (ses-unset-with-undo): Remove.
1924 (ses-load): Prefer apply' over `eval'.
1925 (ses-read-printer, ses-set-column-width): Use standard "(default
1926 foo)" format.
1927
1928 2014-06-15 Glenn Morris <rgm@gnu.org>
1929
1930 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
1931
1932 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
1933 Replace delete-duplicates and mapcan by cl- versions throughout.
1934 And cl-macroexpand-all by macroexpand-all.
1935 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1936
1937 2014-06-15 Eli Zaretskii <eliz@gnu.org>
1938
1939 * subr.el (posn-col-row): Doc fix. (Bug#17768)
1940
1941 2014-06-15 Juri Linkov <juri@jurta.org>
1942
1943 * bindings.el: Put `ascii-character' property on keypad keys
1944 mapped to characters. (Bug#17759)
1945
1946 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1947
1948 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1949 bumping forward into a closing paren (bug#17761).
1950
1951 * term/xterm.el (xterm--version-handler): Work around for OSX
1952 Terminal.app (bug#17607).
1953
1954 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
1955
1956 * play/dunnet.el (dun-describe-room, dun-mode):
1957 If a lamp is in the room, you won't be eaten by a grue.
1958
1959 2014-06-13 Glenn Morris <rgm@gnu.org>
1960
1961 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
1962 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
1963 (compile-always): GNU make automatically passes
1964 command-line arguments to sub-makes.
1965
1966 * calendar/calendar.el (calendar-generate-window):
1967 Remove pointless call to font-lock-fontify-buffer.
1968
1969 2014-06-13 Matthias Meulien <orontee@gmail.com>
1970
1971 * simple.el (completion-list-mode-map): Navigate with tab and backtab
1972 (bug#17767).
1973
1974 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1975
1976 * simple.el (set-mark-command): Simplify a bit.
1977
1978 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1979
1980 * help.el (help--key-binding-keymap): New function.
1981 (help--binding-locus): New function.
1982 (describe-key): Mention the keymap in which the binding was
1983 found. (bug#13948)
1984
1985 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1986
1987 * hippie-exp.el (he--all-buffers): New function.
1988 (try-expand-line-all-buffers, try-expand-list-all-buffers)
1989 (try-expand-dabbrev-all-buffers): Use it.
1990
1991 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
1992
1993 * hippie-exp.el (try-expand-line-all-buffers)
1994 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
1995 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
1996 original buffer, in case they're buffer-local.
1997
1998 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
1999
2000 * ses.el (ses-initial-global-parameters-re): New defconst, a
2001 specific regexp is needed now that ses.el can handle both
2002 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
2003 local printers.
2004 (ses-localvars): Add local variables needed for local printer handling.
2005 (ses-set-localvars): Handle hashmap initialisation.
2006 (ses-paramlines-plist): Add param-line for number of local printers.
2007 (ses-paramfmt-plist): New defconst, needed for code factorization
2008 between functions `ses-set-parameter' and
2009 `ses-file-format-extend-paramter-list'
2010 (ses-make-local-printer-info): New defsubst.
2011 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
2012 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
2013 (ses-cell-printer-aset): New defmacro.
2014 (ses-local-printer-compile): New defun.
2015 (ses-local-printer): New defmacro.
2016 (ses-printer-validate, ses-call-printer): Add support for local
2017 printer functions.
2018 (ses-file-format-extend-paramter-list): New defun.
2019 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
2020 factorization.
2021 (ses-load): Add support for local printer functions.
2022 (ses-read-printer): Update docstring and add support for local printer
2023 functions.
2024 (ses-refresh-local-printer, ses-define-local-printer): New defun.
2025 (ses-safe-printer): Add support for local printer functions.
2026
2027 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
2028
2029 * ffap.el (ffap-lax-url): New var (bug#17723).
2030 (ffap-url-at-point): Use it.
2031 (ffap-file-at-point): Avoid returning just "/".
2032
2033 2014-06-12 Matthias Meulien <orontee@gmail.com>
2034
2035 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
2036 (python-mode-map): Bind it.
2037
2038 * progmodes/python.el (class skeleton): Don't erase last char of class
2039 name (bug#17683).
2040
2041 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
2042
2043 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
2044
2045 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
2046
2047 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
2048 (bug#17745).
2049
2050 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * international/mule-cmds.el: Use lexical-binding.
2053 (ucs-names): Simplify.
2054
2055 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
2056
2057 * progmodes/python.el (run-python): Use read-shell-command.
2058
2059 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2060
2061 * rect.el: Make it possible to move bounds past EOL or into TABs.
2062 (operate-on-rectangle): Use apply-on-rectangle.
2063 (rectangle--mark-crutches): New var.
2064 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
2065 (rectangle--crutches, rectangle--reset-crutches): New functions.
2066 (apply-on-rectangle): Obey crutches. Avoid setq.
2067 Fix missing final iteration if end is at EOB&BOL.
2068 (rectangle-mark-mode-map): Add remap bindings for
2069 exchange-point-and-mark and char/line movements.
2070 (rectangle--*-char): New function.
2071 (rectangle-exchange-point-and-mark, rectangle-right-char)
2072 (rectangle-left-char, rectangle-forward-char)
2073 (rectangle-backward-char, rectangle-next-line)
2074 (rectangle-previous-line): New commands.
2075 (rectangle--place-cursor): New function.
2076 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
2077
2078 2014-06-08 Glenn Morris <rgm@gnu.org>
2079
2080 * startup.el (initial-buffer-choice): Doc fix.
2081 Reset :version (adding an option does not merit a :version bump).
2082
2083 * bookmark.el (bookmark-load):
2084 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
2085
2086 2014-06-08 Juri Linkov <juri@jurta.org>
2087
2088 * desktop.el: Activate auto-saving on window configuration changes.
2089 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
2090 `desktop-auto-save-set-timer' to/from
2091 `window-configuration-change-hook'.
2092 (desktop-auto-save-set-timer): Change REPEAT arg of
2093 `run-with-idle-timer' from t to nil.
2094 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
2095
2096 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
2097
2098 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
2099 vc-hg-command (bug#17570).
2100
2101 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2102
2103 * international/mule-cmds.el (ucs-names): Add special entry for BEL
2104 (bug#17702).
2105
2106 2014-06-08 Glenn Morris <rgm@gnu.org>
2107
2108 * startup.el (window-setup-hook): Doc fix.
2109
2110 * emacs-lisp/package.el (package-check-signature)
2111 (package-unsigned-archives): Doc fixes.
2112
2113 2014-06-08 Martin Rudalics <rudalics@gmx.at>
2114
2115 * window.el (display-buffer-use-some-window): Don't make window
2116 used smaller than it was before (Bug#17671).
2117
2118 2014-06-08 Eli Zaretskii <eliz@gnu.org>
2119
2120 * menu-bar.el (menu-bar-open): Fix last change: use the PC
2121 'redisplay' instead of '(sit-for 0)'.
2122
2123 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
2124
2125 * net/tramp.el (tramp-ssh-controlmaster-options):
2126 Improve search regexp. (Bug#17653)
2127
2128 2014-06-08 Glenn Morris <rgm@gnu.org>
2129
2130 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
2131
2132 2014-06-08 Eli Zaretskii <eliz@gnu.org>
2133
2134 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
2135
2136 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
2137
2138 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
2139 (bug#17586).
2140
2141 * vc/vc-hg.el (vc-hg-log-graph): New var.
2142 (vc-hg-print-log): Use it.
2143 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
2144 graph output (bug#17515).
2145
2146 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * mouse.el (mouse-posn-property): Ignore buffer position info when the
2149 even happened elsewhere.
2150
2151 2014-06-06 Mario Lang <mlang@delysid.org>
2152
2153 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
2154 `recenter' if `current-buffer' is equal to `window-buffer'.
2155
2156 2014-06-05 Leo Liu <sdl.web@gmail.com>
2157
2158 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
2159
2160 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
2161
2162 * textmodes/tildify.el (tildify-foreach-region-outside-env):
2163 New function which calls a callback on portions of the buffer that are
2164 outside of ignored environments.
2165 (tildify-build-regexp): Remove function since it is now
2166 incorporated in `tildify-foreach-region-outside-env' where it is
2167 optimised and simplified by the use of `mapconcat'.
2168 (tildify-tildify): Return number of substitutions made so that…
2169 (tildify-count): …can be removed.
2170 (tildify-find-env): Accept a new PAIRS argument which was
2171 previously looked up in `tildify-ignored-environments-alist' each
2172 time the function was called. With this change, the lookup is
2173 performed only once in `tildify-foreach-region-outside-env'.
2174 (tildify-region): Greatly simplify the function since now most of
2175 the work is done by `tildify-foreach-region-outside-env'.
2176 (tildify-mode-alist): Simplify slightly by avoiding if and setq
2177 and instead using or.
2178
2179 * textmodes/tildify.el (tildify-ignored-environments-alist):
2180 Optimise environments regexes
2181
2182 Each time beginning of an environment to ignore is found,
2183 `tildify-find-env' needs to identify regexp for the ending
2184 of the environment. This is done by trying all the opening
2185 regexes on matched text in a loop, so to speed that up, this
2186 loop should have fewer things to match, which can be done by
2187 using alternatives in the opening regexes.
2188
2189 Coincidentally, this should make matching of the opening
2190 regexp faster as well thanks to the use of `regexp-opt' and
2191 having common prefix pulled from many regexes.
2192
2193 * textmodes/tildify.el (tildify-string-alist)
2194 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
2195 of supported modes since `xml-mode' is no longer a thing but just
2196 an alias to the former. Also include comments and insides of tags
2197 in `tildify-ignored-environments-alist' for XML modes. Finally,
2198 since XML does not define “&nbsp;”[1], use a numeric reference for
2199 a no-break space (namely “&#160;”)
2200
2201 [1] XML specification defines only a handful of predefined entities.
2202 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
2203 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
2204 >, &, ' and " respectively). This is in contrast to HTML and even
2205 XHTML which defined a whole bunch of entities including “&nbsp;”.
2206
2207 * textmodes/tildify.el (tildify-pattern-alist)
2208 (tildify-string-alist, tildify-ignored-environments-alist):
2209 Improve defcustom's types by adding more tags explaining what each
2210 value means and replace “sexp” used in
2211 `tildify-ignored-environments-alist' with a full type declaration.
2212
2213 * textmodes/tildify.el (tildify-find-env): Fix matched group
2214 indexes in end-regex building
2215
2216 When looking for a start of an ignore-environment, the regex is built
2217 by concatenating regexes of all the environments configured in
2218 `tildify-ignored-environments-alist'. So for example, the following
2219 list could be used to match TeX's \verb and \verb* commands:
2220
2221 (("\\\\verb\\(.\\)" . (1))
2222 ("\\\\verb\\*\\(.\\)" . (1)))
2223
2224 This would result in the following regex being used to find the start
2225 of any of the variants of the \verb command:
2226
2227 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
2228
2229 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
2230 won't match anything, and thus (match-string 1) will be nil, which
2231 will cause building of the end-matching regex to fail.
2232
2233 Fix this by using capture groups from the time when the opening
2234 regexes are matched individually.
2235
2236 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
2237 in `tildify-find-env'
2238
2239 The `tildify-ignored-environments-alist' allows the end-regex to
2240 be provided not as a static string but mix of strings and indexes
2241 of groups matched the begin-regex. For example, the “\verb!…!”
2242 TeX-command (where “!” is an arbitrary character) is handled
2243 using:
2244
2245 ("\\\\verb\\*?\\(.\\)" . (1))
2246
2247 In the same way, the following should be supported as well:
2248
2249 ("open-\\(.\\)" . ("end-" 1))
2250
2251 However the tildify-find-env function fails at
2252
2253 (concat result
2254 (if (stringp (setq aux (car expression)))
2255 expression ; BUG: expression is a list
2256 (regexp-quote (match-string aux))))
2257
2258 where the string part is handled incorrectly.
2259
2260 The most trivial fix would be to replace `expression' in the
2261 true-part of the if-statement with `aux', but instead, this commit
2262 optimises `tildify-find-env' by changing it to use `mapconcat'
2263 rather than open-coded while-loop.
2264
2265 2014-06-05 Mario Lang <mlang@delysid.org>
2266
2267 * woman.el (woman-mapcan): Remove.
2268 (woman-parse-colon-path): Use cl-mapcan instead.
2269
2270 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2271
2272 * register.el: Add link to Emacs manual in Commentary.
2273
2274 2014-06-02 Sam Steingold <sds@gnu.org>
2275
2276 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
2277 (popup-menu): ...here.
2278 (menu-bar-open): Use it to avoid an error when `lookup-key'
2279 returns a number.
2280
2281 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
2282
2283 * net/tramp.el (tramp-call-process): Add traces.
2284 (tramp-handle-unhandled-file-name-directory): Return "/".
2285
2286 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
2287
2288 Sync with upstream verilog-mode revision 3cd8144.
2289 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
2290 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
2291 (verilog-type-font-keywords): Add nor.
2292 (verilog-batch-execute-func): Force reading of Local Variables.
2293 Fix printing "no changes to be saved" with verilog-batch.
2294 (verilog-auto-arg-ports): Doc fix.
2295 Add verilog-auto-arg-format to support newlines in AUTOARG.
2296 (verilog-auto-arg): Doc fix.
2297
2298 2014-06-02 Glenn Morris <rgm@gnu.org>
2299
2300 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
2301 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
2302 * emulation/ws-mode.el: Move to obsolete/.
2303 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
2304
2305 2014-06-02 Eli Zaretskii <eliz@gnu.org>
2306
2307 * simple.el (keyboard-quit): Force update of mode lines, to remove
2308 the "Def" indicator, if we were defining a macro. (Bug#17615)
2309
2310 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * minibuffer.el (minibuffer-force-complete-and-exit):
2313 Obey minibuffer-default (bug#17545).
2314
2315 * progmodes/js.el (js-indent-line): Don't mix columns and chars
2316 (bug#17619).
2317
2318 * subr.el (set-transient-map): Don't wait for some "nested"
2319 transient-map to finish if we're only supposed to be active for
2320 the next command (bug#17642).
2321
2322 2014-06-02 Leo Liu <sdl.web@gmail.com>
2323
2324 * emacs-lisp/gv.el (window-buffer, window-display-table)
2325 (window-dedicated-p, window-hscroll, window-point, window-start):
2326 Fix gv-expander. (Bug#17630)
2327
2328 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2329
2330 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
2331 clicks (bug#17633).
2332
2333 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
2334 for the single comma, since ", " is *very* common in normal French text
2335 (bug#17643).
2336
2337 2014-06-02 Glenn Morris <rgm@gnu.org>
2338
2339 * emacs-lisp/package.el (package-check-signature)
2340 (package-unsigned-archives): Fix :version.
2341
2342 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2343
2344 * subr.el (sit-for): Don't run input-methods (bug#15614).
2345
2346 2014-06-02 Glenn Morris <rgm@gnu.org>
2347
2348 * cus-start.el: Fix some :version numbers.
2349
2350 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2351
2352 * simple.el (deactivate-mark): Set mark-active to nil even if
2353 deactivation is done via setting transient-mark-mode to nil,
2354 since one is buffer-local and the other is global.
2355
2356 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
2357 there can't be more than 2 arguments (bug#17584).
2358
2359 2014-06-02 Glenn Morris <rgm@gnu.org>
2360
2361 * simple.el (filter-buffer-substring-functions)
2362 (filter-buffer-substring-function, buffer-substring-filters)
2363 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
2364
2365 * minibuffer.el (completion-in-region-functions, completion-in-region)
2366 (completion--in-region): Doc fixes.
2367
2368 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
2369 (expand-abbrev, abbrev--default-expand): Doc fixes.
2370
2371 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
2372
2373 Include sources used to create macuvs.h.
2374 * international/README: Refer to the Unicode Terms of Use rather
2375 than copying it bodily here, as that simplifies maintenance.
2376
2377 2014-06-01 Glenn Morris <rgm@gnu.org>
2378
2379 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
2380
2381 2014-05-31 Glenn Morris <rgm@gnu.org>
2382
2383 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
2384
2385 2014-05-30 Glenn Morris <rgm@gnu.org>
2386
2387 * loadup.el: Treat `command-line-args' more flexibly.
2388
2389 2014-05-30 Alan Mackenzie <acm@muc.de>
2390
2391 Guard (looking-at "\\s!") from XEmacs.
2392 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
2393
2394 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
2395
2396 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
2397 The argument COUNT is now optional, to be more backward-compatible.
2398 Doc fix. (Bug#17560)
2399
2400 2014-05-29 Reuben Thomas <rrt@sc3d.org>
2401
2402 * whitespace.el (whitespace-report-region):
2403 Simplify documentation.
2404 (whitespace-report-region): Allow report-if-bogus to take the
2405 value `never', for non-interactive use.
2406 (whitespace-report): Refer to whitespace-report-region's
2407 documentation.
2408
2409 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2410
2411 * whitespace.el: Use font-lock-flush. Minimize refontifications.
2412 Side benefit: it works without jit-lock.
2413 (whitespace-point--used): New buffer-local var.
2414 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
2415 (whitespace-color-off): Use font-lock-flush.
2416 (whitespace-point--used, whitespace-point--flush-used): New functions.
2417 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2418 (whitespace-empty-at-eob-regexp): Use them.
2419 (whitespace-post-command-hook): Rewrite.
2420
2421 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
2422 (font-lock-fontify-buffer): Mark interactive-only.
2423 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
2424 Make buffer-local.
2425 (font-lock-specified-p): Remove redundant boundp check.
2426 (font-lock-flush-function, font-lock-ensure-function): New vars.
2427 (font-lock-turn-on-thing-lock): Set them.
2428 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
2429 (font-lock-after-change-function): Make `old-len' optional.
2430 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
2431 Call font-lock-flush, just in case.
2432 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
2433 recent Emacsen.
2434 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
2435 (vera-mode-map, vera-mode-menu): Remove bindings to it.
2436 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
2437 and with-syntax-table.
2438 * textmodes/conf-mode.el (conf-quote-normal):
2439 * progmodes/sh-script.el (sh-set-shell):
2440 * progmodes/prog-mode.el (prettify-symbols-mode):
2441 * progmodes/f90.el (f90-font-lock-n):
2442 * progmodes/cwarn.el (cwarn-mode):
2443 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
2444 * progmodes/compile.el (compilation-setup, compilation--unsetup):
2445 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
2446 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
2447 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
2448 font-lock-fontify-buffer-function and
2449 font-lock-unfontify-buffer-function.
2450 (rmail-unfontify-buffer-function, rmail-fontify-message):
2451 Use with-silent-modifications.
2452 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
2453 and font-lock-ensure.
2454 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
2455
2456 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
2457
2458 * emacs-lisp/package.el (package-generate-autoloads):
2459 Inhibit backup files.
2460
2461 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
2464 (bug#17608).
2465
2466 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
2467
2468 * textmodes/tildify.el (tildify-buffer, tildify-region):
2469 Add dont-ask option.
2470
2471 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
2474 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
2475
2476 * subr.el (internal--funcall-interactively): New.
2477 (internal--call-interactively): Remove.
2478 (called-interactively-p): Detect funcall-interactively instead of
2479 call-interactively.
2480 * simple.el (repeat-complex-command): Use funcall-interactively.
2481 (repeat-complex-command--called-interactively-skip): Remove.
2482
2483 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2484
2485 * register.el (register-read-with-preview): Don't burp on
2486 frame switches (e.g. due to the frame we just popped).
2487
2488 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
2489 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
2490
2491 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
2492
2493 * cus-face.el (custom-face-attributes): Add :distant-foreground.
2494
2495 2014-05-26 Martin Rudalics <rudalics@gmx.at>
2496
2497 * window.el (window--dump-frame): Remove interactive specification.
2498
2499 2014-05-26 Glenn Morris <rgm@gnu.org>
2500
2501 * hippie-exp.el (he-line-search-regexp):
2502 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
2503
2504 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
2505
2506 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
2507 to avoid errors when trying to create or visit a file foo.todo
2508 located outside to todo-directory, and to allow having such files
2509 without them being tied to Todo mode (bug#17482).
2510 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
2511 (todo-archive-done-item, todo-find-filtered-items-file)
2512 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
2513 (todo-category-completions, todo-read-category): When visiting a
2514 Todo file, make sure we're in the right mode and the buffer local
2515 variables are set.
2516 (todo-make-categories-list, todo-reset-nondiary-marker)
2517 (todo-reset-done-string, todo-reset-comment-string):
2518 After processing all Todo files, kill the buffers of those files that
2519 weren't being visited before the processing.
2520 (todo-display-as-todo-file, todo-add-to-buffer-list)
2521 (todo-visit-files-commands): Comment out.
2522 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
2523 (auto-mode-alist): Remove add-to-list calls making Todo file
2524 extensions unrestrictedly tied to Todo modes.
2525
2526 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
2529 (advice-function-member-p): Tell it to check both names and functions
2530 (bug#17531).
2531 (advice--add-function): Adjust call accordingly.
2532
2533 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
2534
2535 * calendar/todo-mode.el: Miscellaneous bug fixes.
2536 (todo-delete-file): When deleting an archive but not its todo
2537 file, make sure to update the todo file's category sexp.
2538 (todo-move-category): Keep the moved category's name unless the
2539 file moved to already has a category with that name. If the
2540 numerically last category of the source file was moved, make the
2541 first category current to avoid selecting a nonexisting category.
2542 (todo-merge-category): Fix implementation to make merging to a
2543 category in another file work as documented. Eliminate now
2544 insufficient and unnecessary renaming of archive category, correct
2545 document string accordingly, and clarify it. If the numerically
2546 last category of the source file was merged, make the first
2547 category current to avoid selecting a nonexisting category.
2548 (todo-archive-done-item): When there are marked items and point
2549 happens to be on an unmarked item, ignore the latter. Don't leave
2550 point below last item after archiving marked items.
2551 (todo-unarchive-items): Fix logic to ensure unarchiving an item
2552 from an archive with only one category deletes the archive only
2553 when the category is empty after unarchiving. Make sure the todo
2554 file's category sexp is updated.
2555 (todo-read-file-name): Allow an existing file name even when it is
2556 not required (todo-move-category needs this to work as documented).
2557 (todo-add-file): Call todo-validate-name to reject the name of an
2558 existing todo file (needed due to fix in todo-read-file-name).
2559 (todo-reset-nondiary-marker): Also reset in filtered items files.
2560 (todo-reset-done-string, todo-reset-comment-string): Also reset in
2561 regexp filtered items files.
2562 (todo-reset-highlight-item): Also reset in filtered items files.
2563 Fix incorrect variable reference in document string.
2564
2565 2014-05-26 Glenn Morris <rgm@gnu.org>
2566
2567 * window.el (window--dump-frame): Avoid error in --without-x builds.
2568
2569 2014-05-26 Glenn Morris <rgm@gnu.org>
2570
2571 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
2572
2573 2014-05-26 Eli Zaretskii <eliz@gnu.org>
2574
2575 * frame.el (set-frame-font): Doc fix.
2576
2577 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
2578
2579 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
2580
2581 * emacs-lisp/package.el (package--download-one-archive):
2582 Use `write-region' instead of `save-buffer' to avoid running various
2583 hooks. (Bug#17155)
2584 (describe-package-1): Same. Insert newline at the end of the
2585 buffer if appropriate.
2586
2587 2014-05-26 Juri Linkov <juri@jurta.org>
2588
2589 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
2590 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
2591 Add more modifiers: meta, control, shift, hyper, super, alt.
2592 (Bug#17439)
2593
2594 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
2595 to allow changing its value with `set-variable'.
2596
2597 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2598
2599 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
2600 #; comments.
2601 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
2602 New functions.
2603 (scheme-mode-variables): Set syntax-propertize-function instead of
2604 font-lock-syntactic-face-function.
2605 (scheme-font-lock-syntactic-face-function): Delete.
2606
2607 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
2608
2609 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
2610 (bug#17392).
2611
2612 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
2613
2614 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
2615 for a temporary file name.
2616
2617 2014-05-26 Eli Zaretskii <eliz@gnu.org>
2618
2619 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
2620
2621 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
2622
2623 * net/dbus.el (dbus-init-bus, dbus-call-method)
2624 (dbus-call-method-asynchronously, dbus-send-signal)
2625 (dbus-method-return-internal, dbus-method-error-internal):
2626 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
2627
2628 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2629
2630 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
2631 methods which do not have a doc string. (Bug#17490)
2632
2633 2014-05-25 Tassilo Horn <tsdh@gnu.org>
2634
2635 * textmodes/reftex-ref.el (reftex-format-special): Make it work
2636 also for AMS Math's \eqref macro.
2637
2638 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2639
2640 Arrange to never byte-compile the generated -pkg.el file.
2641
2642 * emacs-lisp/package.el (package-generate-description-file):
2643 Output first-line comment to set buffer-local var `no-byte-compile'.
2644 Suggested by Dmitry Gutov:
2645 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
2646
2647 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2648
2649 Fix bug: Properly quote args to generated -pkg.el `define-package'.
2650
2651 * emacs-lisp/package.el (package-generate-description-file):
2652 Inline `package--alist-to-plist'; rewrite to selectively
2653 quote alist values that are not self-quoting.
2654 (package--alist-to-plist): Delete func.
2655
2656 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
2657
2658 * term/xterm.el (xterm-function-map): Add mapping for shifted
2659 keypad keys.
2660
2661 2014-05-24 Daniel Colascione <dancol@dancol.org>
2662
2663 * progmodes/subword.el (subword-find-word-boundary): Move point to
2664 correct spot before search. (Bug#17580)
2665
2666 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
2667 breaking the build.
2668
2669 2014-05-24 Leo Liu <sdl.web@gmail.com>
2670
2671 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
2672
2673 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * minibuffer.el (completion--sreverse): Remove.
2676 (completion--common-suffix): Use `reverse' instead.
2677 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
2678
2679 2014-05-22 Glenn Morris <rgm@gnu.org>
2680
2681 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
2682
2683 2014-05-21 Daniel Colascione <dancol@dancol.org>
2684
2685 * files.el (interpreter-mode-alist): Add mksh.
2686
2687 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
2688 derivative.
2689 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
2690 mksh. Improve custom spec; allow regular expressions.
2691 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
2692 (sh-after-hack-local-variables): New function.
2693 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
2694 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
2695 the normalization.
2696 (sh-canonicalize-shell): Rewrite to support regexes.
2697
2698 2014-05-21 Leo Liu <sdl.web@gmail.com>
2699
2700 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
2701
2702 2014-05-19 Leo Liu <sdl.web@gmail.com>
2703
2704 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
2705
2706 2014-05-18 Glenn Morris <rgm@gnu.org>
2707
2708 * loadup.el:
2709 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
2710
2711 2014-05-14 Sam Steingold <sds@gnu.org>
2712
2713 * progmodes/python.el (python-shell-get-or-create-process):
2714 Do not bind `current-prefix-arg' so that C-c C-z does not talk
2715 back unless requested.
2716
2717 2014-05-14 Glenn Morris <rgm@gnu.org>
2718
2719 * subr.el (with-file-modes): New macro.
2720 * printing.el (pr-save-file-modes): Make obsolete.
2721 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
2722 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2723 Add with-file-modes.
2724 * doc-view.el (doc-view-make-safe-dir):
2725 * epg.el (epg--start):
2726 * files.el (locate-user-emacs-file, make-temp-file)
2727 (backup-buffer-copy, move-file-to-trash):
2728 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
2729 * eshell/esh-util.el (eshell-with-private-file-modes)
2730 (eshell-make-private-directory):
2731 * net/browse-url.el (browse-url-mosaic):
2732 * obsolete/mailpost.el (post-mail-send-it):
2733 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
2734 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
2735 Use with-file-modes.
2736
2737 * vc/emerge.el (emerge-make-temp-file): Simplify.
2738
2739 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
2740 Stefan Monnier <monnier@iro.umontreal.ca>
2741
2742 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
2743 suffix (bug#15419).
2744
2745 2014-05-14 Glenn Morris <rgm@gnu.org>
2746
2747 * vc/emerge.el (emerge-temp-file-prefix):
2748 Make pointless option obsolete.
2749 (emerge-temp-file-mode): Make non-functional option obsolete.
2750
2751 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
2752
2753 * net/browse-url.el (browse-url):
2754 Use `unhandled-file-name-directory' when setting `default-directory',
2755 in order to circumvent stalled remote connections. (Bug#17425)
2756
2757 2014-05-14 Glenn Morris <rgm@gnu.org>
2758
2759 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
2760 Optimize on Emacs, which has the relevant functions for ages.
2761
2762 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2763
2764 * simple.el (undo-make-selective-list): Obey undo-no-redo.
2765
2766 2014-05-12 Sam Steingold <sds@gnu.org>
2767
2768 * calendar/time-date.el (seconds-to-string): New function to
2769 pretty print time delay in seconds.
2770
2771 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * mpc.el (mpc-format): Trim Date to the year.
2774 (mpc-songs-hashcons): Shorten the Date field.
2775
2776 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
2777 into autoloading just because of a silly indirection.
2778
2779 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
2780
2781 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
2782
2783 2014-05-12 Glenn Morris <rgm@gnu.org>
2784
2785 * emacs-lisp/find-gc.el: Move to ../admin.
2786
2787 * printing.el (pr-version):
2788 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
2789
2790 * net/browse-url.el (browse-url-mosaic):
2791 Create /tmp/Mosaic.PID as a private file.
2792
2793 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
2796 (advice--member-p): If name is given, only compare the name.
2797 (advice--remove-function): Don't stop at the first match.
2798 (advice--normalize-place): New function.
2799 (add-function, remove-function): Use it.
2800 (advice--add-function): Pass the name, if any, to
2801 advice--remove-function.
2802
2803 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
2804
2805 * electric.el (electric-indent-post-self-insert-function): Don't use
2806 `pos' after modifying the buffer (bug#17449).
2807
2808 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
2809
2810 * calendar/todo-mode.el (todo-insert-item-from-calendar):
2811 Correct argument list to conform to todo-insert-item--basic.
2812
2813 2014-05-12 Glenn Morris <rgm@gnu.org>
2814
2815 * files.el (cd-absolute): Test if directory is accessible
2816 rather than executable. (Bug#17330)
2817
2818 * progmodes/compile.el (recompile):
2819 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
2820
2821 * net/browse-url.el (browse-url-mosaic):
2822 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
2823 This is CVE-2014-3423.
2824
2825 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2826
2827 * mouse.el: Use the normal toplevel loop while dragging.
2828 (mouse-set-point): Handle multi-clicks.
2829 (mouse-set-region): Handle multi-clicks for drags.
2830 (mouse-drag-region): Update call accordingly.
2831 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
2832 Use the normal event loop instead of a local while/read-event loop.
2833 (global-map): Remove redundant bindings for double/triple-mouse-1.
2834 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
2835 Generate synthetic down events when the protocol only sends up events.
2836 (xterm-mouse-last): Remove.
2837 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
2838 terminal parameter instead.
2839 (xterm-mouse--set-click-count): New function.
2840 (xterm-mouse-event): Detect/generate double/triple clicks.
2841 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
2842
2843 * info.el (Info-quoted): New face.
2844 (Info-mode-font-lock-keywords): New var.
2845 (Info-mode): Use it.
2846
2847 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
2848 are a hindrance for C-x C-e.
2849
2850 2014-05-11 Leo Liu <sdl.web@gmail.com>
2851
2852 * net/rcirc.el (rcirc-sentinel): Fix last change.
2853
2854 2014-05-08 Sam Steingold <sds@gnu.org>
2855
2856 * net/rcirc.el (rcirc-reconnect-delay): New user option.
2857 (rcirc-sentinel): Auto-reconnect to the server if
2858 `rcirc-reconnect-delay' is non-0 (but not more often than its
2859 value in case the host is off-line).
2860
2861 2014-05-09 Eli Zaretskii <eliz@gnu.org>
2862
2863 * progmodes/grep.el (lgrep): Fix a typo in last commit.
2864
2865 2014-05-09 Glenn Morris <rgm@gnu.org>
2866
2867 * files.el (file-expand-wildcards):
2868 * man.el (Man-support-local-filenames):
2869 * printing.el (pr-i-directory, pr-interface-directory):
2870 * progmodes/grep.el (lgrep, rgrep):
2871 * textmodes/ispell.el (ispell-call-process)
2872 (ispell-call-process-region, ispell-start-process)
2873 (ispell-init-process): Use file-accessible-directory-p.
2874
2875 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
2878 (xterm-mouse--read-event-sequence-1000): Return nil if something
2879 looks fishy.
2880 (xterm-mouse-event): Propagate it.
2881 (xterm-mouse-translate-1): Handle it.
2882
2883 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
2884
2885 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
2886 four slots of the parameter list are filled, make sure to pass it
2887 to the argument list of todo-insert-item--basic.
2888
2889 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
2892 Add optional `seen' argument to detect and break infinite loops.
2893
2894 2014-05-08 Eli Zaretskii <eliz@gnu.org>
2895
2896 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
2897 (trace-unsafe, trace-use-tree): Make parentheses style be
2898 according to Emacs style.
2899
2900 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
2901
2902 * net/tramp-sh.el (tramp-remote-process-environment):
2903 Remove HISTFILE and HISTSIZE; it's too late to set them here.
2904 Add :version entry.
2905 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
2906 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
2907 extra "PSx=..." commands.
2908 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
2909 (Bug#17295)
2910
2911 (tramp-uudecode): Replace the hard-coded temporary file name by a
2912 format specifier.
2913 (tramp-remote-coding-commands): Enhance docstring.
2914 (tramp-find-inline-encoding): Replace "%t" by a temporary file
2915 name. (Bug#17415)
2916 This is CVE-2014-3424.
2917
2918 2014-05-08 Glenn Morris <rgm@gnu.org>
2919
2920 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
2921 (find-gc-source-files): Update some names.
2922 (trace-call-tree): Simplify and update.
2923 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
2924 This is CVE-2014-3422.
2925
2926 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * minibuffer.el (completion--try-word-completion): Revert fix for
2929 Bug#15980 (bug#17375).
2930
2931 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
2932 Always store button numbers in the same way in xterm-mouse-last;
2933 Don't burp is xterm-mouse-last is not set as expected.
2934 Never return negative indices.
2935
2936 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
2937
2938 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2939 Backtrack one char if the global/char-literal var matcher hits
2940 inside a string. The next char could be the beginning of an
2941 expression expansion.
2942
2943 2014-05-08 Glenn Morris <rgm@gnu.org>
2944
2945 * help-fns.el (describe-function-1): Test for an autoload before a
2946 macro, since `macrop' works on autoloads. (Bug#17410)
2947
2948 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2949
2950 * electric.el (electric-indent-functions-without-reindent): Add yaml.
2951
2952 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
2953 Make sure the new point we return is within the new string (bug#17239).
2954
2955 2014-05-05 Daniel Colascione <dancol@dancol.org>
2956
2957 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2958 Port `gnu' pattern to rx.
2959
2960 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
2961
2962 Remove unneeded prompt when closing a buffer with active
2963 emacsclient ("Buffer ... still has clients"), #16548.
2964 * server.el (server-start): Remove the only call to:
2965 (server-kill-buffer-query-function): Remove.
2966
2967 2014-05-04 Leo Liu <sdl.web@gmail.com>
2968
2969 * calendar/diary-lib.el (calendar-chinese-month-name-array):
2970 Defvar to pacify compiler.
2971
2972 2014-05-04 Eli Zaretskii <eliz@gnu.org>
2973
2974 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
2975
2976 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2979 Use nil rather than `default' for the "default" appearance (bug#17388).
2980 * vc/ediff-util.el (ediff-inferior-compare-regions)
2981 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
2982 a misleading `default' value when it's really a boolean.
2983 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
2984 overlay is not visible.
2985
2986 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
2987
2988 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
2989 (todo-menu): Uncomment and update.
2990
2991 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
2992
2993 * calendar/todo-mode.el: Reimplement item editing to have the same
2994 basic user interface as item insertion, and make small UI and
2995 larger internal improvements to the latter.
2996 (todo-insert-item): Add reference to the Todo mode user manual to
2997 the documentation string.
2998 (todo-insert-item--basic): Rename from todo-basic-insert-item and
2999 adjust all callers. Change signature to combine diary and
3000 nonmarking arguments. Incorporate functionality of deleted item
3001 copying command and add error checking. Remove detailed
3002 descriptions of the arguments from the documentation string, since
3003 this is treated in the Todo mode user manual.
3004 (todo-copy-item, todo-edit-multiline-item)
3005 (todo-edit-done-item-comment, todo-edit-item-header)
3006 (todo-edit-item-time, todo-edit-item-date-from-calendar)
3007 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
3008 (todo-edit-item-date-year, todo-edit-item-date-month)
3009 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
3010 Remove.
3011 (todo-edit-item): Reimplement as wrapper command for
3012 todo-edit-item--next-key and make it distinguish done and not done
3013 todo items.
3014 (todo-edit-item--text): New function, replacing old command
3015 todo-edit-item and incorporating deleted commands
3016 todo-edit-multiline-item and todo-edit-done-item-comment.
3017 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
3018 Use only numeric value of prefix argument. Remove detailed
3019 descriptions of the arguments from the documentation string, since
3020 this is treated in the Todo mode user manual.
3021 (todo-edit-item--diary-inclusion): New function, replacing old
3022 command todo-edit-item-diary-inclusion and incorporating and fixing
3023 functionality of deleted command todo-edit-item-diary-nonmarking,
3024 making sure to remove todo-nondiary-marker when adding
3025 diary-nonmarking-symbol.
3026 (todo-edit-category-diary-inclusion): Make sure to delete
3027 diary-nonmarking-symbol when adding todo-nondiary-marker.
3028 (todo-edit-category-diary-nonmarking): Fix indentation.
3029 (todo-insert-item--parameters): Group diary and nonmarking
3030 parameters together.
3031 (todo-insert-item--apply-args): Adjust to signature of
3032 todo-insert-item--basic and incorporate copy parameter.
3033 Make small code improvements.
3034 (todo-insert-item--next-param): Improve prompt and adjust it to
3035 new parameter grouping. Remove obsolete code.
3036 (todo-edit-item--param-key-alist)
3037 (todo-edit-item--date-param-key-alist)
3038 (todo-edit-done-item--param-key-alist): New defconsts.
3039 (todo-edit-item--prompt): New variable.
3040 (todo-edit-item--next-key): New function.
3041 (todo-key-bindings-t): Bind "e" to todo-edit-item.
3042 Remove bindings of deleted commands.
3043
3044 2014-05-04 Leo Liu <sdl.web@gmail.com>
3045
3046 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
3047
3048 2014-05-04 Glenn Morris <rgm@gnu.org>
3049
3050 * allout-widgets.el (allout-widgets-tally)
3051 (allout-decorate-item-guides):
3052 * menu-bar.el (menu-bar-positive-p):
3053 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
3054 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
3055 * progmodes/js.el (js--inside-param-list-p)
3056 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
3057 * progmodes/prolog.el (region-exists-p):
3058 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
3059 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
3060 Doc fixes (replace `iff').
3061
3062 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
3065
3066 2014-05-04 Leo Liu <sdl.web@gmail.com>
3067
3068 Support Chinese diary entries in calendar and diary. (Bug#17393)
3069 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
3070 (calendar-chinese-from-absolute-for-diary)
3071 (calendar-chinese-to-absolute-for-diary)
3072 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
3073 (diary-chinese-list-entries): New functions to list and mark
3074 Chinese diary entries in the calendar window.
3075 (diary-chinese-anniversary)
3076 (diary-chinese-insert-anniversary-entry)
3077 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
3078 (diary-chinese-insert-yearly-entry): New commands to insert
3079 Chinese diary entries.
3080
3081 * calendar/diary-lib.el (diary-font-lock-keywords):
3082 Support font-locking Chinese dates.
3083
3084 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
3085 inserting Chinese diary entries.
3086
3087 * calendar/calendar.el (diary-chinese-entry-symbol):
3088 New customizable variable.
3089 (calendar-mode-map): Add bindings for inserting Chinese diary
3090 entries.
3091
3092 2014-05-03 Juri Linkov <juri@jurta.org>
3093
3094 * dired.el (dired-check-switches, dired-switches-recursive-p):
3095 New functions. (Bug#17218)
3096 (dired-switches-escape-p, dired-move-to-end-of-filename):
3097 Use `dired-check-switches'.
3098 (dired-insert-old-subdirs, dired-build-subdir-alist)
3099 (dired-sort-R-check): Use `dired-switches-recursive-p'.
3100
3101 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
3102
3103 * simple.el (undo-make-selective-list): New algorithm fixes
3104 incorrectness of position adjustments when undoing in region.
3105 (Bug#17235)
3106 (undo-elt-crosses-region): Make obsolete.
3107 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
3108 New functions to adjust positions using undo-deltas.
3109
3110 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3111
3112 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
3113 the last consecutive closing paren (bug#17345).
3114
3115 2014-04-30 Reuben Thomas <rrt@sc3d.org>
3116
3117 * dired.el (dired-mode): make terminology for eXpunge command
3118 consistent. (Bug#17276)
3119
3120 2014-04-30 Eli Zaretskii <eliz@gnu.org>
3121
3122 * dired.el (dired-initial-position-hook, dired-initial-position):
3123 Doc string fixes.
3124
3125 2014-04-30 Glenn Morris <rgm@gnu.org>
3126
3127 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
3128
3129 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
3130
3131 * faces.el (face-spec-recalc): Apply X resources only after the
3132 defface spec has been applied. Thus, X resources are no longer
3133 overriden by the defface spec which also fixes issues on win32 where
3134 the toolbar coloring was wrong because it is set through X resources
3135 and was (wrongfully) overriden. (Bug#16694)
3136
3137 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3138
3139 * textmodes/rst.el (electric-pair-pairs): Declare.
3140 (rst-mode): Set it (bug#17131).
3141
3142 2014-04-30 Juri Linkov <juri@jurta.org>
3143
3144 * desktop.el (desktop-value-to-string): Let-bind `print-length'
3145 and `print-level' to nil. (Bug#17351)
3146
3147 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3148
3149 * battery.el (battery-update): Handle the case where battery
3150 status is "N/A" (bug#17319).
3151
3152 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
3155 to syntax-propertize.
3156 (ps-mode-auto-indent): Mark as obsolete.
3157 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
3158 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
3159 word regexp operators.
3160 (ps-mode-map): Move initialization into declaration. Remove binding
3161 for TAB, RET, >, ], and }.
3162 (ps-mode-syntax-table): Move initialization into declaration.
3163 Don't give word syntax to non-word chars.
3164 (ps-run-mode-map): Move initialization into declaration.
3165 (ps-mode-menu-main): Remove auto-indent entry.
3166 (ps-mode-smie-rules): New function.
3167 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
3168 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
3169 (ps-mode--string-syntax-table): New const.
3170 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
3171 New functions.
3172 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
3173 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
3174
3175 2014-04-27 Daniel Colascione <dancol@dancol.org>
3176
3177 * term/xterm.el (xterm-paste): Use large finite timeout when
3178 reading event to avoid putting keys in this-command-keys.
3179
3180 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3181
3182 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
3183 (perl-syntax-propertize-function): Use it. Extend handling of
3184 here-docs to the unquoted case.
3185
3186 2014-04-25 Eli Zaretskii <eliz@gnu.org>
3187
3188 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
3189 Use equal-including-properties to compare help-echo strings (bug#17331).
3190
3191 2014-04-25 Leo Liu <sdl.web@gmail.com>
3192
3193 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3194 Fix syntax for @. (Bug#17325)
3195
3196 2014-04-25 Daniel Colascione <dancol@dancol.org>
3197
3198 * emacs-lisp/cl.el (gv): Require gv early to break eager
3199 macro-expansion cycles.
3200
3201 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
3202
3203 * simple.el (region-active-p): Check there's a mark (bug#17324).
3204
3205 * simple.el (completion-list-mode-map): Use choose-completion for the
3206 mouse binding as well (bug#17302).
3207 (completion-list-mode, completion-setup-function): Adjust docstring and
3208 echo area message accordingly.
3209 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
3210 calling convention of choose-completion.
3211 * comint.el (comint-dynamic-list-completions):
3212 * term.el (term-dynamic-list-completions): Accept choose-completion.
3213
3214 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
3215 &, |, +, - and * can't be a division (bug#17317).
3216
3217 * term/xterm.el (xterm--version-handler): Don't use modern xterm
3218 features on gnome-terminal (bug#16988).
3219
3220 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
3221
3222 Improve Scheme font-locking for (define ((foo ...) ...) ...).
3223
3224 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
3225 the declared object, ignore zero or more parens, not zero or one.
3226
3227 2014-04-24 Leo Liu <sdl.web@gmail.com>
3228
3229 * progmodes/xscheme.el (xscheme-expressions-ring)
3230 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
3231 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
3232 (xscheme-allow-output-p, xscheme-prompt)
3233 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
3234
3235 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
3236 Comment out unused functions.
3237
3238 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * info.el: Use lexical-binding and cl-lib.
3241 Use defvar-local and setq-local instead of make-local-variable.
3242 (Info-apropos-matches): Avoid add-to-list.
3243 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
3244
3245 2014-04-24 Daniel Colascione <dancol@dancol.org>
3246
3247 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
3248
3249 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
3252
3253 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
3254
3255 * dired.el (dired-insert-set-properties): Do not consider
3256 subdirectory headings and empty lines to be information that
3257 `dired-hide-details-mode' should hide. (Bug#17228)
3258
3259 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
3260
3261 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3262 Remove test messages.
3263 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
3264 and `target' twice.
3265
3266 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
3269 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
3270
3271 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
3272
3273 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
3274
3275 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
3276 Set "IFS=" when using read builtin, in order to preserve spaces in
3277 the file name. Add test messages for hunting a bug on hydra.
3278 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
3279
3280 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3281
3282 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
3283 Don't prettify a word within a symbol.
3284
3285 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
3286
3287 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
3288 possible.
3289
3290 2014-04-22 Daniel Colascione <dancol@dancol.org>
3291
3292 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
3293 use defun to define `function-put'.
3294
3295 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
3298 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
3299 (lisp-mode-variables): Set font-lock-extra-managed-props.
3300
3301 * emacs-lisp/byte-run.el (function-put): New function.
3302 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
3303 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
3304 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
3305 Use them.
3306
3307 2014-04-22 Daniel Colascione <dancol@dancol.org>
3308
3309 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
3310 Add `full-p' parameter; when nil, call `macroexpand' instead of
3311 `macroexpand-all'.
3312
3313 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3314 Improve docstrings.
3315
3316 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3317 Use lambda function values, not quoted lambdas.
3318 (byte-compile-recurse-toplevel): Remove extraneous &optional.
3319
3320 * emacs-lisp/cl-macs.el
3321 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
3322 (cl-struct-slot-value): Conditionally use aref or nth so that the
3323 compiler produces optimal code.
3324
3325 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3326
3327 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
3328 (inline): Don't inline cl--set-elt.
3329 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
3330 Define as inlinable instead.
3331 (cl-struct-set-slot-value): Remove.
3332
3333 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
3334 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
3335 Use setf instead.
3336
3337 2014-04-21 Daniel Colascione <dancol@dancol.org>
3338
3339 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
3340 last two parameters after all.
3341 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
3342 (cl--compiler-macro-assoc,cl-struct-slot-value)
3343 (cl-struct-set-slot-value): Stop using them.
3344
3345 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3346
3347 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
3348 entry in image-mode-winprops-alist.
3349
3350 2014-04-21 Daniel Colascione <dancol@dancol.org>
3351
3352 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
3353 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
3354 (byte-compile-toplevel-file-form): Use it.
3355
3356 * emacs-lisp/cl-macs.el:
3357 (cl--loop-let): Properly destructure `while' clauses.
3358
3359 2014-04-20 Daniel Colascione <dancol@dancol.org>
3360
3361 * vc/vc.el (vc-root-dir): New public autoloaded function for
3362 generically finding the current VC root.
3363 * vc/vc-hooks.el (vc-not-supported): New error.
3364 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
3365
3366 2014-04-20 Daniel Colascione <dancol@dancol.org>
3367
3368 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
3369 argument.
3370 (cl--const-expr-val): cl--const-expr-val should macroexpand its
3371 argument in case we're inside a symbol-macrolet.
3372 (cl--do-arglist, cl--compiler-macro-typep)
3373 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
3374 environment to `cl--const-expr-val'.
3375 (cl-struct-sequence-type,cl-struct-slot-info)
3376 (cl-struct-slot-offset, cl-struct-slot-value)
3377 (cl-struct-set-slot-value): New functions.
3378
3379 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
3382 assignments such as "case=hello" (bug#17297).
3383
3384 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
3385
3386 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
3387 Do not autoload.
3388 (tramp-file-name-handler, tramp-completion-file-name-handler):
3389 Revert patch from 2014-04-10, it isn't necessary anymore.
3390 (tramp-autoload-file-name-handler)
3391 (tramp-register-autoload-file-name-handlers): New defuns.
3392 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
3393 (tramp-register-file-name-handlers): Remove also
3394 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
3395 Do not autoload its invocation, but eval it after loading of 'tramp.
3396
3397 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
3398
3399 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
3400
3401 2014-04-17 Daniel Colascione <dancol@dancol.org>
3402
3403 Add support for bracketed paste mode; add infrastructure for
3404 managing terminal mode enabling and disabling automatically.
3405
3406 * xt-mouse.el:
3407 (xterm-mouse-mode): Simplify.
3408 (xterm-mouse-tracking-enable-sequence)
3409 (xterm-mouse-tracking-disable-sequence): New constants.
3410 (turn-on-xterm-mouse-tracking-on-terminal)
3411 (turn-off-xterm-mouse-tracking-on-terminal):
3412 Use tty-mode-set-strings and tty-mode-reset-strings terminal
3413 parameters instead of random hooks.
3414 (turn-on-xterm-mouse-tracking)
3415 (turn-off-xterm-mouse-tracking): Delete.
3416
3417 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
3418 (xterm-paste-ending-sequence): New constant.
3419 (xterm-paste): New command used for bracketed paste support.
3420
3421 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
3422 (terminal-init-xterm-bracketed-paste-mode): New function.
3423 (terminal-init-xterm): Call it.
3424 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
3425 and tty-mode-reset-strings instead of random hooks.
3426 (xterm-turn-on-modify-other-keys)
3427 (xterm-turn-off-modify-other-keys)
3428 (xterm-remove-modify-other-keys): Delete obsolete functions.
3429
3430 * term/screen.el: Rewrite to just use the xterm code.
3431 Add copyright notice. Mention tmux.
3432
3433 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
3434
3435 * image-mode.el (image-mode-window-put): Also update the property of
3436 the "default window".
3437 * doc-view.el (doc-view-new-window-function): If no window
3438 exists, move to the last known page.
3439
3440 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
3443 here-documents (bug#17262).
3444
3445 2014-04-16 Eli Zaretskii <eliz@gnu.org>
3446
3447 * term/pc-win.el (x-list-fonts, x-get-selection-value):
3448 Provide doc strings, as required by snarf-documentation.
3449
3450 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
3453 arg of overlays-at. Use `invisible-p'.
3454
3455 * obsolete/lucid.el (extent-at):
3456 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
3457 overlays-at.
3458 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
3459
3460 2014-04-16 João Távora <joaotavora@gmail.com>
3461
3462 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
3463 links. (Bug#17217).
3464
3465 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3466
3467 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
3468 Use mapc to loop over a vector. (Bug#17257).
3469
3470 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
3471
3472 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
3473 patch, there are new problems with file names containing spaces.
3474 Get rid of backticks. (Bug#17238)
3475
3476 2014-04-16 João Távora <joaotavora@gmail.com>
3477
3478 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
3479 possible bug.
3480
3481 2014-04-16 Eli Zaretskii <eliz@gnu.org>
3482
3483 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
3484 (blink-cursor-mode): Mention customization variables and the
3485 effect of 'blink-cursor-blinks'.
3486
3487 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
3488
3489 * simple.el (undo): Prevent insertion of identity mapping into
3490 undo-equiv-table so as undo-only does not inf loop in the presence
3491 of consecutive nils in undo list.
3492
3493 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
3494
3495 * faces.el (make-face): Deprecate optional argument as it is no
3496 longer needed/used since the conditional X resources handling
3497 has been pushed down to make-face-x-resource-internal itself.
3498 (make-empty-face): Don't pass optional argument to make-face.
3499
3500 2014-04-16 Karl Fogel <kfogel@red-bean.com>
3501
3502 * savehist.el (savehist-save): Remove workaround for a read-passwd
3503 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
3504 noticing that the shim was still present.
3505
3506 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
3509
3510 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
3511
3512 * faces.el (face-set-after-frame-default): Remove unused local variable.
3513
3514 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * progmodes/grep.el: Use lexical-binding.
3517 (grep-expand-template): Pass explicit lexical env to `eval'.
3518 (zrgrep): Let-bind grep-find-template explicitly.
3519
3520 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
3521 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
3522
3523 2014-04-12 Eli Zaretskii <eliz@gnu.org>
3524
3525 * international/characters.el <standard-case-table>: Add entries
3526 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
3527 Set category of Coptic characters be 'g' (Greek).
3528
3529 2014-04-12 Leo Liu <sdl.web@gmail.com>
3530
3531 * progmodes/octave.el (completion-table-with-cache):
3532 Define if not available.
3533 (octave-goto-function-definition, octave-sync-function-file-names)
3534 (octave-find-definition-default-filename):
3535 Backquote upattern for compatibility.
3536
3537 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
3538
3539 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
3540 name twice due to backticks. (Bug#17238)
3541
3542 2014-04-12 Glenn Morris <rgm@gnu.org>
3543
3544 * term/w32-win.el (x-win-suspend-error):
3545 * term/x-win.el (x-win-suspend-error): Sync docs.
3546
3547 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
3548
3549 * faces.el (make-face): Remove deprecated optional argument.
3550 The conditional application of X resources is handled directly by
3551 make-face-x-resource-internal since Emacs 24.4.
3552 (make-empty-face): Don't pass optional argument to make-face.
3553
3554 2014-04-11 Glenn Morris <rgm@gnu.org>
3555
3556 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
3557
3558 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3559
3560 Ediff's overlay priorities cause more trouble than they solve.
3561 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
3562 (ediff-highest-priority): Remove function (bug#17234).
3563 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
3564 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
3565 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
3566 overlay priorities.
3567
3568 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
3569
3570 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
3571 entry; use symbol boundaries to avoid mis-matches.
3572
3573 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
3574
3575 * net/tramp.el (tramp-file-name-handler)
3576 (tramp-completion-file-name-handler): Avoid recursive loading.
3577
3578 * net/tramp-sh.el (tramp-make-copy-program-file-name):
3579 Quote result also locally.
3580
3581 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3582
3583 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
3584 Remove left-over code.
3585
3586 * newcomment.el (comment-indent-new-line): Sink code where it's used.
3587 Reuse the previous comment's indentation unconditionally if it's on its
3588 own line.
3589
3590 2014-04-09 Daniel Colascione <dancol@dancol.org>
3591
3592 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
3593 `no-syntax-crossing' arguments. Forward to `up-list'.
3594 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
3595 Implement logic for escaping from strings. Use narrowing to deal
3596 with corner cases.
3597
3598 2014-04-09 Leo Liu <sdl.web@gmail.com>
3599
3600 * net/rcirc.el (rcirc-connection-info): New variable.
3601 (rcirc-connect): Use it to store connection info.
3602 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
3603 for killed process.
3604 (rcirc-cmd-reconnect): New command. (Bug#17045)
3605 (rcirc-mode, set-rcirc-encode-coding-system)
3606 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
3607
3608 2014-04-09 Daniel Colascione <dancol@dancol.org>
3609
3610 * emacs-lisp/cl-indent.el: Add comment claiming
3611 facility is also good for elisp.
3612 (lisp-indent-find-method): New function.
3613 (common-lisp-indent-function): Recognize cl-loop.
3614 (common-lisp-indent-function-1): Recognize cl constructs; use
3615 `lisp-indent-find-method' instead of `get' directly.
3616 (if): Use else-body style for elisp.
3617
3618 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
3619
3620 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3621 Module methods. (Bug#17216)
3622
3623 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3624
3625 * help.el (describe-bindings): Fix buffer handling (bug#17210).
3626 (describe-bindings-internal): Mark obsolete.
3627
3628 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
3631 buffer-file-name, and buffer-file-truename any more.
3632
3633 2014-04-08 Leo Liu <sdl.web@gmail.com>
3634
3635 Use lexical-binding and require cl-lib.
3636 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
3637 (rcirc-handler-generic, rcirc-fill-paragraph)
3638 (rcirc-format-response-string, rcirc-target-buffer)
3639 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
3640 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
3641 (rcirc-ctcp-sender-PING, rcirc-browse-url)
3642 (rcirc-markup-timestamp, rcirc-markup-attributes)
3643 (rcirc-markup-my-nick, rcirc-markup-urls)
3644 (rcirc-markup-bright-nicks, rcirc-markup-fill)
3645 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
3646 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
3647 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
3648 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
3649 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
3650 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
3651 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
3652 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
3653 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
3654 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
3655 use cl-lib.
3656
3657 2014-04-07 João Távora <joaotavora@gmail.com>
3658
3659 * elec-pair.el (electric-pair--syntax-ppss):
3660 When inside comments parse from comment beginning.
3661 (electric-pair--balance-info): Fix typo in comment.
3662 (electric-pair--in-unterminated-string-p): Delete.
3663 (electric-pair--unbalanced-strings-p): New function.
3664 (electric-pair-string-bound-function): New var.
3665 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3666 according to `electric-pair--in-unterminated-string-p'
3667
3668 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3669 Inhibit quote pairing if point-max is inside an unterminated string.
3670 (electric-pair--looking-at-unterminated-string-p): Delete.
3671 (electric-pair--in-unterminated-string-p): New function.
3672
3673 2014-04-07 Glenn Morris <rgm@gnu.org>
3674
3675 * shell.el (shell-directory-tracker):
3676 Go back to just ignoring failures. (Bug#17159)
3677
3678 2014-04-07 João Távora <joaotavora@gmail.com>
3679
3680 Fix `electric-pair-delete-adjacent-pairs' in modes binding
3681 backspace. (bug#16981)
3682 * elec-pair.el (electric-pair-backward-delete-char): Delete.
3683 (electric-pair-backward-delete-char-untabify): Delete.
3684 (electric-pair-mode-map): Bind backspace to a menu item filtering
3685 a new `electric-pair-delete-pair' command.
3686 (electric-pair-delete-pair): New command.
3687
3688 * progmodes/python.el (python-electric-pair-string-delimiter):
3689 Fix triple-quoting electricity. (Bug#17192)
3690
3691 * elec-pair.el (electric-pair-post-self-insert-function):
3692 Don't skip whitespace when `electric-pair-text-pairs' and
3693 `electric-pair-pairs' were used. syntax to
3694 electric-pair--skip-whitespace. (Bug#17183)
3695
3696 2014-04-07 Eli Zaretskii <eliz@gnu.org>
3697
3698 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
3699 "<F>". (Bug#17199)
3700
3701 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3702
3703 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
3704 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
3705
3706 2014-04-07 Glenn Morris <rgm@gnu.org>
3707
3708 * help.el (view-lossage): Doc tweak.
3709
3710 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
3711
3712 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
3713 only when inhibit-x-resources is nil, and do that earlier in the
3714 function. Doc fix. (Bug#16694)
3715 (face-spec-choose): Accept additional optional argument, whose
3716 value is returned if no matching attributes are found.
3717 (face-spec-recalc): Use the new optional argument when calling
3718 face-spec-choose. (Bug#16378)
3719 (make-face-x-resource-internal): Do nothing when
3720 inhibit-x-resources is non-nil. Don't touch the default face if
3721 reversed video is given--as was done in previous versions of Emacs.
3722 (face-set-after-frame-default): Don't call
3723 make-face-x-resource-internal here. (Bug#16434)
3724
3725 2014-04-07 Tassilo Horn <tsdh@gnu.org>
3726
3727 * doc-view.el (doc-view-bookmark-jump):
3728 Use `bookmark-after-jump-hook' to jump to the right page after the
3729 buffer is shown in a window. (bug#16090)
3730
3731 2014-04-07 Eli Zaretskii <eliz@gnu.org>
3732
3733 * international/characters.el (mirroring): Fix last change:
3734 instead of loading uni-mirrored.el explicitly, do that implicitly
3735 by creating the 'mirroring' uniprop table. This avoids announcing
3736 the loading of uni-mirrored.el.
3737
3738 2014-04-07 Glenn Morris <rgm@gnu.org>
3739
3740 * files.el (buffer-stale--default-function)
3741 (buffer-stale-function, revert-buffer--default):
3742 * autorevert.el (auto-revert-buffers): Doc tweaks.
3743
3744 2014-04-07 Eli Zaretskii <eliz@gnu.org>
3745
3746 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
3747
3748 2014-04-07 Glenn Morris <rgm@gnu.org>
3749
3750 * files.el (make-backup-file-name-function)
3751 (make-backup-file-name, make-backup-file-name--default-function)
3752 (make-backup-file-name-1, find-backup-file-name)
3753 (revert-buffer-function, revert-buffer-insert-file-contents-function)
3754 (buffer-stale--default-function, buffer-stale-function)
3755 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
3756 (revert-buffer, revert-buffer--default)
3757 (revert-buffer-insert-file-contents--default-function):
3758 Doc fixes related to defaults no longer being nil.
3759 (make-backup-file-name-function): Bump :version.
3760 Restore nil as a valid but deprecated custom type.
3761
3762 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3765 Handle $' used as a variable (bug#17174).
3766
3767 * progmodes/perl-mode.el (perl-indent-new-calculate):
3768 Handle forward-sexp failure (bug#16985).
3769 (perl-syntax-propertize-function): Add "foreach" and "for" statement
3770 modifiers introducing expressions (bug#17116).
3771
3772 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
3775
3776 2014-04-05 Leo Liu <sdl.web@gmail.com>
3777
3778 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3779 Add define-compilation-mode.
3780
3781 2014-04-04 João Távora <joaotavora@gmail.com>
3782
3783 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
3784 parse from comment beginning.
3785 (electric-pair--balance-info): Fix typo in comment.
3786 (electric-pair--in-unterminated-string-p): Delete.
3787 (electric-pair--unbalanced-strings-p): New function.
3788 (electric-pair-string-bound-function): New var.
3789 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3790 according to `electric-pair--in-unterminated-string-p'.
3791
3792 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
3795 Move declaration before first use.
3796 (reftex-move-to-next-arg): Silence compiler warning.
3797
3798 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
3799
3800 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
3801 Use `window-total-width' instead of `window-width'.
3802
3803 2014-04-03 Daniel Colascione <dancol@dancol.org>
3804
3805 * subr.el (set-transient-map): Remove rms's workaround entirely;
3806 use new `suspicious-object' subr to mark our lambda for closer
3807 scrutiny during gc.
3808
3809 2014-04-02 Richard Stallman <rms@gnu.org>
3810
3811 * subr.el (set-transient-map): Comment out previous change.
3812
3813 2014-04-02 Glenn Morris <rgm@gnu.org>
3814
3815 * menu-bar.el (menu-bar-file-menu):
3816 * vc/ediff.el (ediff-current-file):
3817 Update for revert-buffer-function no longer being nil by default.
3818
3819 * simple.el (command-execute): Respect nil disabled-command-function.
3820
3821 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3822
3823 * simple.el (command-execute): Do not execute the command when it
3824 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
3825
3826 2014-04-02 Juri Linkov <juri@jurta.org>
3827
3828 * dired-aux.el (dired-compress-file): Don't use string-match-p
3829 because its match data is used afterwards.
3830
3831 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
3832
3833 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
3834 0 like nil.
3835
3836 2014-04-02 João Távora <joaotavora@gmail.com>
3837
3838 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3839 Inhibit quote pairing if point-max is inside an unterminated string.
3840 (electric-pair--looking-at-unterminated-string-p):
3841 Delete.
3842 (electric-pair--in-unterminated-string-p): New function.
3843
3844 2014-04-01 Daniel Colascione <dancol@dancol.org>
3845
3846 * minibuffer.el (minibuffer-complete): Prevent assertion failure
3847 when trying to complete the prompt.
3848
3849 2014-03-31 Leo Liu <sdl.web@gmail.com>
3850
3851 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3852 Refactor out eldoc-documentation-function-default.
3853 (eldoc-documentation-function-default): New function.
3854 (eldoc-documentation-function): Change value.
3855
3856 2014-03-31 Glenn Morris <rgm@gnu.org>
3857
3858 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
3859
3860 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
3861 (vhdl-compose-components-package, vhdl-compose-configuration):
3862 Abbreviate default-directory (missing from some previous upstream sync).
3863
3864 2014-03-31 Reto Zimmermann <reto@gnu.org>
3865
3866 Sync with upstream vhdl mode v3.35.2.
3867 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3868 (top-level): No longer require assoc.
3869 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
3870 New functions. Use throughout to replace aget etc.
3871 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
3872 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
3873 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
3874 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
3875 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
3876 except `vhdl-compiler'.
3877 (vhdl-error-regexp-add-emacs): Remove all other compilers,
3878 when appropriate.
3879
3880 2014-03-31 Glenn Morris <rgm@gnu.org>
3881
3882 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
3883 Revert 2014-03-26 merge goof; go back to using defalias.
3884
3885 2014-03-30 Daniel Colascione <dancol@dancol.org>
3886
3887 * comint.el (comint-send-input):
3888 Deactivate completion-in-region-mode before we send comint input.
3889 (Bug#17139).
3890
3891 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
3892 on keyboard-quit.
3893
3894 2014-03-29 Glenn Morris <rgm@gnu.org>
3895
3896 * textmodes/reftex.el: Manage most autoloads automatically.
3897 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
3898 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
3899 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
3900 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
3901 * textmodes/reftex-toc.el: Set generated-autoload-file,
3902 and add autoload cookies for reftex.el.
3903 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
3904
3905 2014-03-28 Glenn Morris <rgm@gnu.org>
3906
3907 * cus-start.el (report-emacs-bug-address): Set custom properties.
3908 * mail/emacsbug.el (report-emacs-bug-address):
3909 Variable is now defined in emacs.c.
3910
3911 * mail/emacsbug.el (report-emacs-bug):
3912 Include system-configuration-features.
3913
3914 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
3915
3916 * simple.el (cycle-spacing): Never delete spaces on first run by
3917 default, but do so in a new 'fast mode and if there are already
3918 N spaces (the previous behavior).
3919 Compare N with its value in previous invocation so that changing
3920 prefix argument restarts `cycle-spacing' sequence.
3921 The idea is that with this change, binding M-SPC to
3922 `cycle-spacing' should not introduce any changes in behavior of
3923 the binding so long as users do not type M-SPC twice in a raw with
3924 the same prefix argument or lack thereof.
3925
3926 2014-03-28 Glenn Morris <rgm@gnu.org>
3927
3928 * faces.el (term-file-aliases): New variable.
3929 (tty-run-terminal-initialization): Respect term-file-aliases.
3930 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
3931 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
3932 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
3933
3934 2014-03-27 Glenn Morris <rgm@gnu.org>
3935
3936 * startup.el (inhibit-startup-hooks): Doc tweak.
3937 (normal-top-level): Simplify running of hooks.
3938 For window-setup-hook, respect inhibit-startup-hooks.
3939 (command-line-1): Don't set window-setup-hook to nil.
3940
3941 Allow selective autoloading from obsolete/ directory.
3942 * Makefile.in (obsolete-autoloads): New rule.
3943 (autoloads): Run obsolete-autoloads.
3944 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
3945 * simple.el (iswitchb-mode): Remove hand-written autoloads.
3946
3947 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
3948
3949 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3950 Highlight special globals with font-lock-builtin-face. (Bug#17057)
3951
3952 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3953 Don't propertize `?' or `!' as symbol constituent when after
3954 colon. (Bug#17097)
3955
3956 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
3957
3958 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
3959 which is no longer needed and causes trouble in GTK builds (bug#17046).
3960
3961 * emacs-lisp/package-x.el (package--archive-contents-from-url):
3962 Use url-insert-file-contents; package-handle-response no longer exists.
3963
3964 2014-03-26 Daniel Colascione <dancol@dancol.org>
3965
3966 * simple.el (process-menu-mode-map): New variable.
3967 (process-menu-delete-process): New command.
3968
3969 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
3970
3971 * emacs-lisp/package.el: Fix bug#16733 (again).
3972 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
3973 (url-http-target-url): Remove unused declarations.
3974 (package-handle-response): Remove.
3975 (package--with-work-buffer): Use url-insert-file-contents and simplify.
3976 (package--download-one-archive): Use current-buffer instead of
3977 dynamic binding of `buffer'.
3978 (describe-package-1): Do not decode readme-string.
3979
3980 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
3981
3982 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
3983
3984 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
3985 from 2014-03-07, it decreases performance unnecessarily. Let-bind
3986 `remote-file-name-inhibit-cache' to nil in the second pass.
3987 (tramp-find-executable): Do not call "which" on SunOS.
3988 (tramp-send-command-and-check): Fix docstring.
3989 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
3990 check whether source directory has set the sticky bit.
3991
3992 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
3993
3994 * simple.el (primitive-undo): Only process marker adjustments
3995 validated against their corresponding (TEXT . POS). Issue warning
3996 for lone marker adjustments in undo history. (Bug#16818)
3997 (undo-make-selective-list): Add marker adjustments to selective
3998 undo list based on whether their corresponding (TEXT . POS) is in
3999 the region. Remove variable adjusted-markers, which was unused
4000 and only non nil during undo-make-selective-list.
4001 (undo-elt-in-region): Return nil when passed a marker adjustment
4002 and explain in function doc.
4003
4004 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4005
4006 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
4007
4008 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
4009
4010 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
4011 Match special global variables without curlies, too.
4012 (ruby-font-lock-keywords): Simplify the matcher for special global
4013 variables. Don't require a non-word character after the variable.
4014 (Bug#17057)
4015
4016 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * simple.el (redisplay-highlight-region-function): Increase priority of
4019 overlay to make sure boundaries are visible (bug#15899).
4020
4021 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
4022
4023 * frameset.el (frameset--initial-params): Fix typo in parameter name.
4024 (frameset-restore): Compare display strings with equal.
4025
4026 * frame.el (make-frame): Don't quote display name in error message,
4027 it is already a string.
4028
4029 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4030
4031 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
4032 the password.
4033
4034 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
4035
4036 * emacs-lisp/package.el (package--add-to-archive-contents):
4037 Include already installed and built-in packages in
4038 `package-archive-contents'.
4039 (package-install): Don't include already installed packages in the
4040 options during interactive invocation. (Bug#16762)
4041 (package-show-package-list): If the buffer is already displayed in
4042 another window, switch to that window.
4043
4044 2014-03-26 Reto Zimmermann <reto@gnu.org>
4045
4046 Sync with upstream vhdl mode v3.35.1.
4047 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
4048 (vhdl-compiler-alist): Doc fix.
4049 (vhdl-goto-line): Remove.
4050 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
4051 (vhdl-mode) <paragraph-start>: Fix value.
4052 (vhdl-fix-statement-region): Not `for' in wait-statement.
4053 (vhdl-beautify-region): Also (un)tabify.
4054 (vhdl-get-visible-signals):
4055 Scan declarative part of generate statements.
4056 (vhdl-template-record): Fix indentation for record type declaration.
4057 (vhdl-expand-abbrev, vhdl-expand-paren):
4058 Revert to using fset again rather than defalias.
4059 (vhdl-scan-directory-contents): Tweak.
4060 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
4061 (vhdl-compose-components-package):
4062 Replace vhdl-goto-line with forward-line.
4063 (top-level): Tweak speedbar frame selection.
4064 (vhdl-generate-makefile-1): Support for compilers with no
4065 unit-to-file name mapping (create directory with dummy files).
4066
4067 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
4068
4069 Sync with upstream verilog-mode revision 702457d.
4070 * progmodes/verilog-mode.el (verilog-mode-version): Update.
4071 (create-lockfiles): Declare.
4072 (verilog-read-decls): Fix module header imports, bug709.
4073 Reported by Victor Lau.
4074 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
4075 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
4076 interface-only modules, bug721. Reported by Dean Hoyt.
4077
4078 2014-03-26 Glenn Morris <rgm@gnu.org>
4079
4080 * obsolete/gulp.el: Move here from emacs-lisp/.
4081
4082 * files.el (lock-buffer, unlock-buffer, file-locked-p):
4083 Remove fallback aliases, since they are always defined now.
4084
4085 2014-03-24 Daniel Colascione <dancol@dancol.org>
4086
4087 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
4088 instead of cl-loop search function.
4089
4090 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
4091
4092 * calendar/parse-time.el (parse-time-iso8601-regexp)
4093 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
4094 it more generally.
4095
4096 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
4097
4098 * net/dns.el (network-interface-list): Define for XEmacs.
4099
4100 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
4101
4102 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
4103 the network interfaces changed.
4104 (dns-query): Use it to flush the data.
4105
4106 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
4107
4108 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
4109
4110 2014-03-23 Daniel Colascione <dancol@dancol.org>
4111
4112 Change subword-mode to use `find-word-boundary-function-table' and
4113 replace `capitalized-words-mode'. Also, convert to lexical binding.
4114 * progmodes/cap-words.el: Delete now-obsolete file.
4115 * progmodes/subword.el: Reimplement using
4116 `find-word-boundary-function-table'.
4117 (subword-mode-map): Hollow out.
4118 (capitalized-words-mode): Define as obsolete alias for
4119 `subword-mode'.
4120 (subword-mode, superword-mode): Tweak documentation to reflect new
4121 implementation; call `subword-setup-buffer'.
4122 (subword-forward, subword-capitalize): Add underscore to indicate
4123 unused variable.
4124 (subword-find-word-boundary-function-table): New constant.
4125 (subword-empty-char-table): New constant.
4126 (subword-setup-buffer): New function.
4127 (subword-find-word-boundary): New function.
4128
4129 2014-03-23 Daniel Colascione <dancol@dancol.org>
4130
4131 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
4132 list to look for keyword arguments instead of `memq', fixing
4133 (Bug#3647) --- unfortunately, only for freshly-compiled code.
4134 Please make bootstrap.
4135
4136 2014-03-22 Glenn Morris <rgm@gnu.org>
4137
4138 * dired.el (dired-read-regexp): Make obsolete.
4139 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
4140 (dired-flag-files-regexp):
4141 * dired-aux.el (dired-mark-read-regexp):
4142 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
4143
4144 * startup.el (fancy-startup-text):
4145 * help.el (describe-gnu-project): Visit online info about GNU project.
4146
4147 * help-fns.el (help-fns--interactive-only): New function.
4148 (help-fns-describe-function-functions): Add the above function.
4149 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
4150 (next-line, previous-line): Remove hand-written interactive-only
4151 information from doc strings, it is auto-generated now.
4152 * bookmark.el (bookmark-write):
4153 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
4154 (epa-mail-import-keys): Mark interactive-only,
4155 and remove hand-written interactive-only information from doc strings.
4156 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
4157 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
4158 * files.el (not-modified):
4159 * simple.el (mark-whole-buffer): Mark interactive-only.
4160
4161 * emacs-lisp/byte-run.el (defun-declarations-alist):
4162 Add interactive-only. Doc tweak.
4163 (macro-declarations-alist): Doc tweak.
4164 * subr.el (declare): Doc tweak (add xref to manual).
4165 * comint.el (comint-run):
4166 * files.el (insert-file-literally, insert-file):
4167 * replace.el (replace-string, replace-regexp):
4168 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
4169 (delete-forward-char, goto-line, insert-buffer, next-line)
4170 (previous-line): Set interactive-only via declare.
4171
4172 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
4173
4174 * emacs-lisp/package.el (package-desc): Use the contents of the
4175 quoted form, not its cdr. (Bug#16873)
4176
4177 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
4178
4179 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
4180 benefit of doc.c; change parameter profile to match the X function.
4181
4182 2014-03-22 Leo Liu <sdl.web@gmail.com>
4183
4184 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
4185 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
4186
4187 2014-03-21 Richard Stallman <rms@gnu.org>
4188
4189 * battery.el (battery-linux-sysfs): Search for each field
4190 from the beginning of the buffer.
4191
4192 * subr.el (set-transient-map): Clear out function and value
4193 of the temporary symbol when we're done with it.
4194
4195 * mail/rmailsum.el (rmail-summary-delete-forward):
4196 Optimize case of reaching end and handling count.
4197 (rmail-summary-mark-deleted): Optimize when N is current msg.
4198 Don't create new summary line.
4199 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
4200 (rmail-summary-undelete-many): Rewrite for speed.
4201 (rmail-summary-msg-number): New function.
4202
4203 * mail/rmail.el (rmail-delete-message): Update summary.
4204 (rmail-undelete-previous-message): Handle repeat count arg.
4205 (rmail-delete-backward, rmail-delete-forward): Likewise.
4206
4207 2014-03-21 Daniel Colascione <dancol@dancol.org>
4208
4209 * mail/emacsbug.el (report-emacs-bug): Include memory usage
4210 information in bug reports.
4211
4212 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
4213
4214 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
4215 and `tramp-copy-env'.
4216
4217 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
4218 (tramp-maybe-open-connection): Handle `tramp-login-env'.
4219
4220 2014-03-21 Glenn Morris <rgm@gnu.org>
4221
4222 * electric.el (electric-indent-post-self-insert-function): Add doc.
4223
4224 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
4225
4226 * emacs-lisp/package.el (package-compute-transaction):
4227 Use `version-list-<=' to compare the requirement version against
4228 the version of package already to be installed. Update the error
4229 message. (Bug#16826)
4230
4231 * progmodes/ruby-mode.el (ruby-smie-rules):
4232 Add indentation rule for ` @ '. (Bug#17050)
4233
4234 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * align.el (align-regexp): Remove superfluous backslash.
4237
4238 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
4239 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
4240 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
4241 Fix docstring typos.
4242 (ffap-next): Use C-u in docstring.
4243 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
4244 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
4245 Remove superfluous backslashes.
4246 (ffap-string-at-point): Reflow docstring.
4247
4248 * server.el (server-host): Reflow docstring.
4249 (server-unload-function): Fix docstring typo.
4250 (server-eval-at): Remove superfluous backslash.
4251
4252 * skeleton.el (skeleton-insert): Remove superfluous backslash.
4253 (skeleton-insert): Doc fix.
4254 (skeleton-insert): Reflow docstring.
4255
4256 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
4257 (tty-color-approximate, tty-color-by-index, tty-color-values)
4258 (tty-color-desc): Remove superfluous backslashes.
4259
4260 2014-03-21 Glenn Morris <rgm@gnu.org>
4261
4262 * cus-start.el (history-length): Bump :version.
4263
4264 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4265 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4266 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4267 Don't set `make-backup-files'.
4268
4269 * info.el (info--prettify-description): New function,
4270 to give info-finder descriptions consistent case, punctuation.
4271 (Info-finder-find-node): Use it. Sort packages.
4272 Refer to "description" rather than "commentary".
4273
4274 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
4275
4276 * frameset.el (frameset--print-register): New function.
4277 (frameset-to-register): Use it.
4278
4279 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
4280
4281 * progmodes/hideif.el (hif-string-to-number): New function.
4282 (hif-tokenize): Use it to understand non-decimal floats.
4283
4284 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
4285
4286 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
4287
4288 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * electric.el (electric-newline-and-maybe-indent): New command.
4291 Bind it globally to C-j.
4292 (electric-indent-mode): Don't mess with the global map any more.
4293 Don't drop the post-self-insert-hook is some buffer is still using it
4294 (bug#16770).
4295
4296 * bindings.el (global-map): Remove C-j binding.
4297
4298 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
4299 the docstring of functions advised before dumping (bug#16993).
4300
4301 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
4302
4303 * ps-print.el (ps-generate-postscript-with-faces):
4304 Explicitly deactivate the mark (bug#16866).
4305 * simple.el (deactivate-mark): Update region highlight.
4306
4307 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
4308
4309 * emacs-lisp/package.el (describe-package-1):
4310 Decode commentary (bug#16733).
4311
4312 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
4313
4314 * custom.el (defcustom): Doc fix: recommend avoiding destructive
4315 modification of the value argument of :set (bug#16755).
4316
4317 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4318
4319 * simple.el (newline-and-indent): Do autofill (bug#17031).
4320
4321 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
4322
4323 * newcomment.el (comment-normalize-vars): Only add escaping check
4324 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
4325 (comment-beginning): Use `narrow-to-region' instead of moving back
4326 one character.
4327 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
4328 (comment-start-skip): Update the docstring.
4329
4330 2014-03-18 Richard Stallman <rms@gnu.org>
4331
4332 * dired.el (dired-display-file): Force use of other window.
4333
4334 2014-03-18 Daniel Colascione <dancol@dancol.org>
4335
4336 * startup.el (tty-handle-args): Remove debug message from 2007.
4337
4338 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4339
4340 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
4341 (advice--make-interactive-form): Use it to avoid (auto)loading function.
4342 (advice--make-1, advice-add, advice-remove):
4343 Remove braindead :advice-pending hack.
4344
4345 2014-03-17 Glenn Morris <rgm@gnu.org>
4346
4347 * calendar/calendar.el (calendar-generate-month): Apply weekend
4348 face to the right days; fixes 2013-08-06 change. (Bug#17028)
4349
4350 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
4351
4352 * net/tramp.el (tramp-action-out-of-band): Read pending output.
4353 (tramp-call-process): Trace also DESTINATION.
4354
4355 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4356 Quote file names when they are local. Remove superfluous trace.
4357
4358 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
4359
4360 * newcomment.el (comment-beginning): If `comment-start-skip'
4361 doesn't match, move back one char and try again. (Bug#16971)
4362
4363 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4364 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
4365 Set `comment-start-skip' to a simpler value that doesn't try to
4366 check if the semicolon is escaped (this is handled by
4367 `syntax-ppss' now). (Bug#16971)
4368
4369 * progmodes/scheme.el (scheme-mode-variables): Same.
4370
4371 2014-03-16 Martin Rudalics <rudalics@gmx.at>
4372
4373 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
4374 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
4375 current (Bug#16816, Bug#17007).
4376 (with-current-buffer-window): New macro doing the same as
4377 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
4378 * help.el (help-print-return-message): Warn in doc-string to not
4379 use this in `with-help-window'.
4380 (describe-bindings-internal): Call `describe-buffer-bindings'
4381 from within help buffer. See Juanma's scenario in (Bug#16816).
4382 (with-help-window): Update doc-string.
4383 * dired.el (dired-mark-pop-up):
4384 * files.el (save-buffers-kill-emacs):
4385 * register.el (register-preview): Use `with-current-buffer-window'
4386 instead of `with-temp-buffer-window'.
4387
4388 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
4391 Implement inserting into current buffer, documented in their docstrings.
4392 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
4393 (rst-section-tree-point, rst-forward-section, rst-indent)
4394 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
4395 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
4396 (rst-font-lock-handle-adornment-pre-match-form)
4397 (rst-repeat-last-character): Reflow docstrings.
4398 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
4399 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
4400 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
4401 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
4402 Fix docstring typos.
4403 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
4404 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
4405 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
4406
4407 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
4408
4409 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
4410 for compatibility with other ports.
4411 (ns-initialize-window-system): Use it. It is set in term/common-win.el
4412 from the -xrm command line argument, but in the Nextstep port its value
4413 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
4414
4415 * progmodes/python.el (defconst, python-syntax-count-quotes)
4416 (python-indent-region, python-indent-shift-right)
4417 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
4418 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
4419 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
4420 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
4421 (inferior-python-mode, python-shell-make-comint, run-python-internal)
4422 (python-shell-buffer-substring, python-shell-send-buffer)
4423 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
4424 (python-completion-complete-at-point, python-fill-docstring-style)
4425 (python-eldoc-function, python-imenu-format-item-label)
4426 (python-imenu-format-parent-item-label)
4427 (python-imenu-format-parent-item-jump-label)
4428 (python-imenu--build-tree, python-imenu-create-index)
4429 (python-imenu-create-flat-index): Fix docstring typos.
4430 (python-indent-context, python-shell-prompt-regexp, run-python):
4431 Remove superfluous backslashes.
4432 (python-indent-line, python-nav-beginning-of-defun)
4433 (python-shell-get-buffer, python-shell-get-process)
4434 (python-info-current-defun, python-info-current-line-comment-p)
4435 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
4436 (python-indent-post-self-insert-function, python-shell-send-file)
4437 (python-shell-completion-get-completions)
4438 (python-shell-completion-complete-or-indent)
4439 (python-eldoc--get-doc-at-point): Reflow docstrings.
4440
4441 2014-03-14 Glenn Morris <rgm@gnu.org>
4442
4443 * emacs-lisp/package.el (package-menu-mode-map):
4444 Replace use of obsolete function alias. Tweak menu item text.
4445
4446 * info.el (Info-finder-find-node):
4447 Ignore the `emacs' metapackage. (Bug#10813)
4448
4449 * finder.el (finder-list-matches): Include unversioned packages
4450 in the result of a keyword search.
4451
4452 * finder.el (finder--builtins-descriptions): New constant.
4453 (finder-compile-keywords): Use finder--builtins-descriptions.
4454
4455 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
4456
4457 * simple.el (blink-matching-paren): Describe the new value,
4458 `jump', enabling the old behavior.
4459 (blink-matching-open): Use that value. (Bug#17008)
4460
4461 2014-03-14 Glenn Morris <rgm@gnu.org>
4462
4463 * finder.el (finder-no-scan-regexp): Add leim-list.
4464 (finder-compile-keywords):
4465 Don't skip files with same basename. (Bug#14010)
4466 * Makefile.in (setwins_finder): New, excluding leim.
4467 (finder-data): Use setwins_finder.
4468
4469 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
4470 (help-function-arglist, help-make-usage): Move from here...
4471 * help.el (help-split-fundoc, help-add-fundoc-usage)
4472 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
4473 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
4474
4475 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
4476
4477 * net/socks.el (socks, socks-override-functions)
4478 (socks-find-services-entry):
4479 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
4480 (hif-find-ifdef-block):
4481 * progmodes/modula2.el (m2-indent): Fix docstring typos.
4482
4483 * net/tls.el (tls-program): Reflow docstring.
4484
4485 * progmodes/pascal.el (pascal-mode-abbrev-table)
4486 (pascal-imenu-generic-expression, pascal-auto-endcomments)
4487 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
4488 (pascal-outline-mode): Fix docstring typos.
4489 (pascal-mode): Let define-derived-mode document mode hook.
4490 (pascal-uncomment-area): Reflow.
4491 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
4492
4493 * progmodes/opascal.el (opascal-compound-block-indent)
4494 (opascal-case-label-indent): Fix docstring typos.
4495 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
4496
4497 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
4498
4499 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4500 Fontify multiple adjacent negation chars. (Bug#17004)
4501
4502 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
4503
4504 * emacs-lisp/package.el (package--prepare-dependencies):
4505 Accept requirements without explicit version (bug#14941).
4506
4507 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
4508
4509 * register.el (register-separator, copy-to-register): Doc fixes.
4510 (register-preview-default): Remove unnecessary call to concat.
4511
4512 * frameset.el (frameset-restore): When checking for a visible frame,
4513 use the action map instead of calling visible-frame-list.
4514
4515 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
4516
4517 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
4518
4519 2014-03-12 Martin Rudalics <rudalics@gmx.at>
4520
4521 * window.el (fit-frame-to-buffer): Get maximum width from
4522 display's width instead of height.
4523
4524 2014-03-12 Glenn Morris <rgm@gnu.org>
4525
4526 * desktop.el (desktop-restore-frames)
4527 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
4528 (desktop-restore-reuses-frames): Doc tweaks.
4529
4530 * electric.el (electric-indent-mode): Doc fix.
4531
4532 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
4533
4534 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
4535 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
4536 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
4537 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
4538 (cvs-dired-use-hook): Fix docstring typos.
4539 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
4540 Doc fixes.
4541
4542 * vc/pcvs-defs.el (cvs-auto-remove-handled)
4543 (cvs-auto-remove-directories, cvs-default-ignore-marks)
4544 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
4545 (cvs-execute-single-dir): Fix docstring typos.
4546
4547 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
4548 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
4549
4550 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
4551
4552 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
4553 Fix docstring typos.
4554
4555 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
4556
4557 * frameset.el (frameset--jump-to-register): Add autoload; it could be
4558 called from jump-to-register after unloading the frameset package.
4559
4560 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
4563 (bug#16975). Deactivate the mark before setting it to nil.
4564 (activate-mark): Do nothing if region is already active.
4565
4566 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
4567
4568 * frameset.el (frameset--target-display): Remove definition; declare.
4569 (frameset-save, frameset-restore): Let-bind frameset--target-display.
4570
4571 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
4574 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
4575 when the advice is pending.
4576 (advice-remove): Remove this marker when not needed any more.
4577
4578 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * frameset.el: Separate options for reusing frames and cleaning up.
4581 (frameset--reuse-list): Remove definition; declare.
4582 (frameset--action-map): Declare.
4583 (frameset--find-frame-if): Doc fix.
4584 (frameset--restore-frame): Cache frame action.
4585 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
4586 how to clean up the frame list after restoring. Remove cleaning
4587 options from REUSE-FRAMES. Change all keyword values to symbols.
4588 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
4589
4590 * desktop.el (desktop-restore-forces-onscreen)
4591 (desktop-restore-reuses-frames): Use non-keyword values.
4592 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
4593
4594 2014-03-10 Glenn Morris <rgm@gnu.org>
4595
4596 * files.el (find-file): Doc fix: update info node name.
4597
4598 * emacs-lisp/advice.el (ad-add-advice, defadvice):
4599 Doc fix: remove references to deleted info nodes.
4600
4601 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
4602
4603 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4604 Do not add nil to the environment, when there's no remote `locale'.
4605 (tramp-find-inline-encoding): Check, that the remote host has
4606 installed perl, before sending scripts.
4607
4608 2014-03-10 Leo Liu <sdl.web@gmail.com>
4609
4610 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4611 Clear eldoc-last-message. (Bug#16920)
4612
4613 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4614
4615 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
4616 (bug#14430).
4617
4618 2014-03-09 Juri Linkov <juri@jurta.org>
4619
4620 * ansi-color.el (ansi-color-names-vector): Copy default colors
4621 from `xterm-standard-colors' that look well on the default white
4622 background (and also on the black background) to avoid illegible
4623 color combinations like yellow-on-white and white-on-white.
4624 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
4625
4626 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
4627
4628 * frameset.el (frameset-restore): When no frame is visible, do not
4629 generate a list of frames, just make visible the selected one.
4630
4631 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
4632
4633 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
4634 it only contains the repository root. (Bug#16897)
4635
4636 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
4637
4638 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
4639 only when `remote-file-name-inhibit-cache' is nil.
4640 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
4641
4642 2014-03-06 Martin Rudalics <rudalics@gmx.at>
4643
4644 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
4645 Fix doc-strings.
4646 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
4647 fit-frame-to-buffer variable. Fix doc-string.
4648 (fit-window-to-buffer): Set ONLY argument in call of
4649 fit-frame-to-buffer. Fix doc-string.
4650
4651 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
4652
4653 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
4654 (tramp-action-password): Clear password cache if needed.
4655 (tramp-read-passwd): Do not clear password cache.
4656
4657 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
4658 cache unless it is the first password request.
4659
4660 2014-03-06 Glenn Morris <rgm@gnu.org>
4661
4662 * simple.el (newline): Doc tweak.
4663
4664 * emacs-lisp/shadow.el (load-path-shadows-find):
4665 Ignore dir-locals. (Bug#12357)
4666
4667 2014-03-05 Glenn Morris <rgm@gnu.org>
4668
4669 * files.el (interpreter-mode-alist):
4670 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
4671
4672 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
4673
4674 * frameset.el (frameset--initial-params): Filter out null entries.
4675
4676 2014-03-05 Martin Rudalics <rudalics@gmx.at>
4677
4678 * window.el (window-min-height, window-min-width):
4679 Rewrite doc-strings.
4680 (window-body-size): Add PIXELWISE argument to make it consistent
4681 with its callees.
4682
4683 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
4684
4685 * finder.el (finder-mode-map, finder-mode-syntax-table):
4686 Revert part of 2014-02-28 change.
4687
4688 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
4689
4690 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
4691 (eww-setup-buffer): Clear next/prev/etc more reliably.
4692 (eww-textarea-map): [tab] doesn't work on tty.
4693 Reported by Mario Lang.
4694
4695 * net/shr.el (shr-map): Ditto.
4696
4697 2014-03-04 Glenn Morris <rgm@gnu.org>
4698
4699 * minibuffer.el (completion-hilit-commonality):
4700 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
4701
4702 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
4703
4704 * hilit-chg.el (hilit-chg-unload-function): New function.
4705 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
4706 (hilit-chg-map-changes): Prefer cardinal number to digit.
4707 (hilit-chg-display-changes): Reflow docstring.
4708 (highlight-changes-rotate-faces): Remove superfluous backslash.
4709
4710 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
4711
4712 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
4713 `tramp-send-command-and-check'.
4714
4715 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
4716
4717 * hexl.el (hexl-address-region, hexl-ascii-region)
4718 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
4719 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
4720 (hexl-forward-word, hexl-previous-line, hexl-next-line):
4721 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
4722 (hexl-mode): Doc fix.
4723 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
4724 (hexl-mode-ruler): Fix typos in docstrings.
4725
4726 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
4727 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
4728 Remove superfluous backslashes.
4729 (strokes-last-stroke, strokes-global-map, strokes-mode):
4730 Reflow docstrings.
4731 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
4732 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
4733 (strokes-distance-squared, strokes-global-set-stroke)
4734 (strokes-global-set-stroke-string): Doc fixes.
4735 (strokes-help): Fix typos; reflow docstring.
4736
4737 2014-03-04 Martin Rudalics <rudalics@gmx.at>
4738
4739 * window.el (window-in-direction): Fix doc-string.
4740
4741 2014-03-04 Glenn Morris <rgm@gnu.org>
4742
4743 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
4744 Explicit error if no grammar.
4745 (smie-config-save): Doc fix. Fix quote typo.
4746
4747 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
4750 electric-indent-mode-hook if we obey electric-indent-mode.
4751 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
4752 decide whether we obey electric-indent-mode.
4753 (c-change-set-fl-decl-start, c-extend-after-change-region):
4754 Silence warnings.
4755 (c-electric-indent-mode-hook): Assume we do want to obey
4756 electric-indent-mode.
4757
4758 * electric.el (electric-indent-mode-has-been-called): Remove.
4759 (electric-indent-mode): Fix accordingly.
4760
4761 * files.el (hack-local-variables): Mention file name in warning.
4762
4763 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
4764
4765 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
4766
4767 * bindings.el: Add comment describing why C-d binds to `delete-char'.
4768 * simple.el (delete-forward-char): Mark as interactive-only.
4769
4770 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
4771
4772 * icomplete.el (icomplete-completions):
4773 Follow-up to 2014-03-01 change.
4774
4775 * icomplete.el: Miscellaneous doc fixes.
4776 Use Icomplete everywhere instead of icomplete for consistency.
4777 (icomplete-max-delay-chars): Fix typo.
4778 (icomplete-mode): Use \[].
4779 (icomplete-tidy, icomplete-exhibit): Reflow.
4780 (icomplete-minibuffer-setup-hook, icomplete-completions):
4781 Remove superfluous backlashes.
4782
4783 * ido.el: Miscellaneous doc fixes.
4784 Use Ido everywhere instead of ido or `ido' for consistency.
4785 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
4786 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
4787 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
4788 (ido-separator): Extract obsolescence info from docstring and declare
4789 with make-obsolete-variable.
4790 (ido-minibuffer-setup-hook): Simplify example.
4791 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
4792 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
4793 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
4794 (ido-everywhere): Reflow docstring.
4795 (ido-toggle-vc): Doc fix.
4796 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
4797 of long list of keybindings.
4798
4799 2014-03-03 Glenn Morris <rgm@gnu.org>
4800
4801 * frame.el (display-pixel-height, display-pixel-width)
4802 (display-mm-dimensions-alist, display-mm-height)
4803 (display-mm-width): Doc tweaks.
4804
4805 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
4806
4807 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
4808 case of undo in region.
4809
4810 2014-03-02 Martin Rudalics <rudalics@gmx.at>
4811
4812 * window.el (fit-window-to-buffer): Fix argument in window-size
4813 call when window is horizontally combined.
4814
4815 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
4816
4817 * icomplete.el (icomplete-completions): Use string-width.
4818 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4819
4820 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
4821
4822 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4823 Highlight regexp options. (Bug#16914)
4824
4825 2014-03-01 Martin Rudalics <rudalics@gmx.at>
4826
4827 * window.el (window--max-delta-1): Round down when calculating
4828 how many lines/columns we can get from a window.
4829
4830 2014-03-01 Glenn Morris <rgm@gnu.org>
4831
4832 * isearch.el (search-invisible): Doc fix.
4833
4834 * minibuffer.el (completion-hilit-commonality):
4835 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
4836 * comint.el (comint-dynamic-list-completions): Doc fix.
4837 * comint.el (comint-dynamic-list-completions):
4838 * filecache.el (file-cache-minibuffer-complete):
4839 * tempo.el (tempo-display-completions):
4840 * eshell/em-hist.el (eshell-list-history):
4841 Replace use of obsolete argument of display-completion-list.
4842
4843 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
4844
4845 * icomplete.el (icomplete-completions):
4846 Revert back to using "..." when ?… cannot be displayed.
4847
4848 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
4849
4850 * finder.el (finder-unload-function): New function.
4851
4852 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
4853
4854 * dframe.el (dframe-detach):
4855 * find-dired.el (find-dired, find-name-dired):
4856 * finder.el (finder-mode-map, finder-mode-syntax-table)
4857 (finder-headmark, finder-select, finder-mouse-select):
4858 Fix docstring typos.
4859
4860 2014-02-28 Martin Rudalics <rudalics@gmx.at>
4861
4862 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
4863 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
4864 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4865 Fix doc-string based on a suggestion by Nicolas Richard
4866 <theonewiththeevillook@yahoo.fr>.
4867 * help.el (with-help-window): Fix doc-string.
4868
4869 2014-02-28 Ivan Kanis <ivan@kanis.fr>
4870
4871 * net/shr.el (shr-image-animate): New option.
4872 (shr-put-image): Respect shr-image-animate.
4873
4874 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
4875
4876 * net/tramp-adb.el (tramp-adb-parse-device-names):
4877 Use `accept-process-output'.
4878 (tramp-adb-handle-file-truename): Cache the localname only.
4879 (tramp-adb-handle-make-directory)
4880 (tramp-adb-handle-delete-directory): Flush file properties correctly.
4881 (tramp-adb-handle-set-file-modes): Do not raise an error when file
4882 modes cannot be changed.
4883
4884 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
4885 file properties of symlinks.
4886
4887 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
4888
4889 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4890 required/optional fields to match development biblatex. (Bug#16781)
4891
4892 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
4893
4894 * saveplace.el (toggle-save-place):
4895 Fix argument handling. (Bug#16673)
4896
4897 2014-02-28 Glenn Morris <rgm@gnu.org>
4898
4899 * minibuffer.el (completions-first-difference)
4900 (completions-common-part, completion-hilit-commonality): Doc fixes.
4901
4902 2014-02-28 Karl Berry <karl@gnu.org>
4903
4904 * info.el (Info-mode-map): Add H for describe-mode,
4905 to synchronize with standalone Info.
4906
4907 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
4908
4909 * progmodes/sql.el (sql-interactive-mode):
4910 Avoid setting global comint-input-ring-separator. (Bug#16814)
4911
4912 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
4913
4914 * net/dbus.el (dbus--init-bus): Declare function.
4915 (dbus-path-local, dbus-interface-local): New defconst.
4916 (dbus-init-bus): Use them.
4917 (dbus-return-values-table): Extend doc.
4918 (dbus-handle-bus-disconnect): Extend error message.
4919
4920 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
4921
4922 * subr.el (y-or-n-p): Fix double space issue in message.
4923
4924 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
4925
4926 * net/tramp.el (tramp-call-process): Improve trace message.
4927 (tramp-handle-insert-file-contents): Trace error case.
4928
4929 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4930 <insert-directory>: Use `tramp-handle-insert-directory'.
4931 (tramp-adb-handle-insert-directory): Remove function.
4932 (tramp-adb-send-command-and-check): New defun, replacing
4933 `tramp-adb-command-exit-status'. Change all callees.
4934 (tramp-adb-handle-file-attributes)
4935 (tramp-adb-handle-directory-files-and-attributes): Use it.
4936 (tramp-adb-ls-output-name-less-p):
4937 Use `directory-listing-before-filename-regexp'.
4938 (tramp-adb-handle-delete-directory): Flush also file properties of
4939 the truename of directory.
4940 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
4941 (tramp-adb-handle-file-local-copy): Make the local copy readable.
4942 (tramp-adb-handle-write-region): Implement APPEND.
4943 (tramp-adb-handle-rename-file): Make it more robust. Flush file
4944 properties correctly.
4945 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
4946 variables. Check for connected devices only when needed.
4947
4948 2014-02-27 Glenn Morris <rgm@gnu.org>
4949
4950 * minibuffer.el (completion-table-dynamic)
4951 (completion-table-with-cache): Doc fixes.
4952
4953 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4954 (completing-read-multiple): Doc fixes.
4955
4956 2014-02-27 Daniel Colascione <dancol@dancol.org>
4957
4958 * minibuffer.el (completion--nth-completion): Fix indentation.
4959
4960 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
4961 explicit tramp path is empty.
4962
4963 2014-02-27 Glenn Morris <rgm@gnu.org>
4964
4965 * emacs-lisp/crm.el (completing-read-multiple):
4966 Empower help-enable-auto-load.
4967
4968 2014-02-26 Glenn Morris <rgm@gnu.org>
4969
4970 * startup.el (command-line): Don't init the tty in daemon mode.
4971
4972 Avoid calling tty-setup-hook twice, eg if a term file
4973 explicitly calls tty-run-terminal-initialization. (Bug#16859)
4974 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
4975 (tty-create-frame-with-faces): Use it.
4976 * startup.el (command-line): Pass run-hook argument
4977 to tty-run-terminal-initialization.
4978
4979 * dired.el (dired-restore-desktop-buffer): Demote errors;
4980 eg in case a glob match fails. (Bug#16884)
4981
4982 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
4983
4984 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
4985 error from `read-from-string'. (Bug#16850)
4986
4987 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
4988 result of `completing-read' in the interactive form. (Bug#16854)
4989
4990 2014-02-25 Glenn Morris <rgm@gnu.org>
4991
4992 * image.el (image-animate, image-animate-timeout):
4993 Stop animating images in dead buffers. (Bug#16878)
4994
4995 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
4996
4997 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
4998 Doc fixes.
4999 * startup.el (term-setup-hook): Doc fix. Make obsolete.
5000 * term/sun.el (sun-raw-prefix-hooks):
5001 Use tty-setup-hook instead of term-setup-hook.
5002 (terminal-init-sun): Construct message from bytecomp plist.
5003 * term/wyse50.el (enable-arrow-keys): Doc fix.
5004
5005 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
5006
5007 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
5008 Fix docstring typos.
5009
5010 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
5011
5012 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
5013
5014 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5015
5016 * minibuffer.el (completion--try-word-completion):
5017 Fix error when completing M-x commands (bug#16808).
5018
5019 2014-02-24 Leo Liu <sdl.web@gmail.com>
5020
5021 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
5022
5023 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * apropos.el (apropos-print): Avoid formatting error when
5026 apropos-do-all and apropos-compact-layout are both t.
5027
5028 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
5029
5030 * apropos.el (apropos-property, apropos-all-words-regexp)
5031 (apropos-true-hit, apropos-variable, apropos-print):
5032 Fix docstring typos, and remove obsolete comment.
5033
5034 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
5035
5036 * net/tramp-sh.el (tramp-sh-handle-file-truename):
5037 Preserve trailing "/". (Bug#16851)
5038
5039 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
5040
5041 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
5042 after `=>' (bug#16811).
5043 (ruby-smie-rules): Handle the inconsistent second element of the
5044 list returned by `smie-indent--parent'.
5045 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
5046 method call.
5047
5048 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * elec-pair.el (electric-pair-text-syntax-table)
5051 (electric-pair-syntax-info, electric-pair--syntax-ppss)
5052 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
5053 (electric-pair--looking-at-unterminated-string-p): Doc fix.
5054 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
5055
5056 2014-02-22 Glenn Morris <rgm@gnu.org>
5057
5058 * imenu.el (imenu--generic-function): Doc fix.
5059
5060 * register.el (frame-configuration-to-register): Make obsolete.
5061
5062 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
5063
5064 * desktop.el (desktop-save-buffer-p): Do not fail when
5065 desktop-files-not-to-save is nil. Return t for true result
5066 as the doc says.
5067
5068 2014-02-22 Daniel Colascione <dancol@dancol.org>
5069
5070 * net/secrets.el (secrets-create-item, secrets-search-items):
5071 Check that attribute values are strings, avoiding the construction
5072 of invalid dbus messages.
5073
5074 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
5075
5076 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
5077 defun-declarations-alist.
5078
5079 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
5082 (bug#16829).
5083
5084 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
5085
5086 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
5087 (whitespace-newline, whitespace-trailing, whitespace-line)
5088 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
5089 (whitespace-space-after-tab): Fix typo in docstrings.
5090
5091 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
5092
5093 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
5094
5095 * electric.el (electric-indent-functions-without-reindent):
5096 Add `yaml-indent-line'.
5097
5098 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
5099
5100 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
5101 It has done nothing for years; should be removed after the release.
5102
5103 * simple.el (choose-completion): Fix docstring typo.
5104 (read-quoted-char-radix): Remove unneeded * in docstring.
5105 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
5106 Don't escape parentheses unnecessarily in docstrings.
5107
5108 2014-02-21 Martin Rudalics <rudalics@gmx.at>
5109
5110 Fix handling of window-min-height/-width (Bug#16738).
5111 * window.el (window--dump-window, window--dump-frame):
5112 New functions.
5113 (window--min-size-1): Account for window dividers.
5114 When window-resize-pixelwise is nil, delay rounding till after the
5115 sum of the window components has been calculated.
5116 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
5117 nil make sure at least one text line and two text columns remain
5118 fully visible.
5119 (window-resize): Signal an error when window-resize-apply fails.
5120 (window--resize-child-windows): Fix calculation of by how many
5121 pixels a window can still be shrunk via window-new-normal.
5122 (adjust-window-trailing-edge): Call window--resizable with
5123 correct TRAIL argument.
5124
5125 (with-temp-buffer-window): Don't evaluate BODY within
5126 with-current-buffer (Bug#16816).
5127
5128 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
5129
5130 * net/tramp.el (tramp-check-cached-permissions):
5131 Call `file-attributes' with `suffix' being a symbol but a string.
5132
5133 2014-02-21 Daniel Colascione <dancol@dancol.org>
5134
5135 * net/dbus.el (dbus-init-bus-1): Declare new subr.
5136 (dbus-init-bus): New function: call into dbus-init-bus-1
5137 and installs a handler for the disconnect signal.
5138 (dbus-call-method): Rewrite to look for result in cons.
5139 (dbus-call-method-handler): Store result in cons.
5140 (dbus-check-event): Recognize events with nil sender as valid.
5141 (dbus-handle-bus-disconnect): New function. React to bus
5142 disconnection signal by synthesizing dbus error for each
5143 pending synchronous or asynchronous call.
5144 (dbus-notice-synchronous-call-errors): New function.
5145 (dbus-handle-event): Raise errors directly only when `dbus-debug'
5146 is true, not all the time.
5147
5148 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
5149
5150 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5151 Remove obsolescence declarations, these variables do not exist anymore.
5152
5153 * savehist.el (savehist-save-minibuffer-history)
5154 (savehist-additional-variables, savehist-file, savehist-mode-hook)
5155 (savehist-save-hook, savehist-coding-system, savehist-loaded)
5156 (savehist-load, savehist-install, savehist-autosave): Fix typos;
5157 mostly, refer to "Savehist mode" when talking about the mode,
5158 and not the function.
5159
5160 * saveplace.el (save-place): Remove redundant info in docstring.
5161 (save-place-forget-unreadable-files, toggle-save-place)
5162 (save-place-forget-unreadable-files, save-place-dired-hook):
5163 Fix typos and remove unneeded backslashes.
5164
5165 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
5166
5167 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
5168 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
5169
5170 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5171 <insert-directory>: Use `tramp-handle-insert-directory'.
5172 (tramp-gvfs-handle-insert-directory): Remove function.
5173
5174 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
5175 Call `tramp-handle-insert-directory'.
5176
5177 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
5180 before the start of buffer/region (bug#16799).
5181
5182 2014-02-20 Glenn Morris <rgm@gnu.org>
5183
5184 * isearch.el (search-invisible): Doc fix.
5185
5186 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
5187
5188 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
5189 (bug#16657).
5190
5191 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
5192
5193 * frameset.el (frameset-restore): Delay removing an old frame's
5194 duplicate id until the new frame has been correctly created.
5195
5196 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
5197
5198 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
5199 (tramp-check-cached-permissions): Call `file-attributes' if the
5200 cache is empty.
5201
5202 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
5203 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
5204
5205 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
5206 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
5207 (tramp-gvfs-maybe-open-connection): Set always connection
5208 properties, even if target is mounted already.
5209
5210 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
5211 Set tramp-autoload cookie.
5212 (tramp-get-remote-touch): New defun.
5213 (tramp-sh-handle-set-file-times): Use it.
5214 (tramp-sh-handle-directory-files-and-attributes):
5215 Use `tramp-handle-directory-files-and-attributes' if neither stat
5216 nor perl are available on the remote host.
5217
5218 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
5219 "/". Write long listing only when "l" belongs to the switches.
5220
5221 * net/trampver.el: Update release number.
5222
5223 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
5224
5225 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
5226
5227 2014-02-19 Martin Rudalics <rudalics@gmx.at>
5228
5229 * window.el (window-state-put): Allow WINDOW to refer to an
5230 internal window (Bug#16793).
5231
5232 2014-02-19 Glenn Morris <rgm@gnu.org>
5233
5234 * textmodes/remember.el: Move provide statement to end.
5235 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
5236 (remember-notes): Doc fixes.
5237
5238 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5239
5240 * delsel.el (delete-char): Restore incorrectly erased property
5241 (bug#16795).
5242
5243 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
5244
5245 * frameset.el (frameset--restore-frame): When a frame is being reused
5246 and its root window is not alive, delete all the frame's windows before
5247 restoring the window state. This works around the issue in bug#16793.
5248
5249 2014-02-18 Glenn Morris <rgm@gnu.org>
5250
5251 * textmodes/remember.el (remember-data-directory)
5252 (remember-directory-file-name-format, remember-store-in-files)
5253 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
5254 (remember-notes-save-and-bury-buffer)
5255 (remember-notes--kill-buffer-query): Doc fixes.
5256
5257 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
5258
5259 2014-02-17 Alan Mackenzie <acm@muc.de>
5260
5261 Connect electric-indent-mode up with CC Mode. Bug #15478.
5262 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
5263 to electric-indent-{,local-}-mode.
5264 (c-basic-common-init): Set electric-indent-inhibit.
5265 Initialise c-electric-flag from electric-indent-mode.
5266 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
5267 New hook functions which propagate electric-indent-mode to CC mode.
5268
5269 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
5270 hit, toggle electric-indent-local-mode.
5271
5272 * electric.el (electric-indent-mode-has-been-called):
5273 New variable.
5274
5275 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * frameset.el (frameset-cfg-id): New function.
5278 (frameset--reuse-frame, frameset-restore): Use it.
5279 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
5280
5281 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * ido.el (ido-file-internal): Remove unused var `d'.
5284 Use \` for to match BoS. Fit within 80n columns.
5285
5286 2014-02-17 Daniel Colascione <dancol@dancol.org>
5287
5288 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
5289 dbus-call-method check for completion using a busy-wait loop with
5290 gradual backoff.
5291
5292 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
5293
5294 Sync with Tramp 2.2.9.
5295
5296 * net/trampver.el: Update release number.
5297
5298 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
5299
5300 * ido.el (ido-file-internal): Don't add the name of an existing
5301 directory twice. (Bug#16747)
5302
5303 2014-02-16 Glenn Morris <rgm@gnu.org>
5304
5305 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
5306 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
5307
5308 2014-02-15 Michael R. Mauger <michael@mauger.com>
5309
5310 * progmodes/sql.el: Version 3.4
5311 (sql-oracle-options): New default value ("-L").
5312 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
5313 (sql-placeholders-filter): Correct placeholder pattern.
5314 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
5315 (sql-login-delay): New variable.
5316 (sql-product-interactive): Use it.
5317
5318 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
5319
5320 * frameset.el (frameset--jump-to-register): Check that buffer is live
5321 (bug#16749).
5322
5323 2014-02-15 Glenn Morris <rgm@gnu.org>
5324
5325 * info.el (info-initialize): Revert 2014-01-10 change.
5326
5327 2014-02-14 Glenn Morris <rgm@gnu.org>
5328
5329 * replace.el (map-query-replace-regexp)
5330 (read-regexp-defaults-function, read-regexp): Doc fixes.
5331
5332 * dired.el (dired-read-regexp):
5333 * faces.el (list-faces-display):
5334 * misearch.el (multi-isearch-read-matching-buffers)
5335 (multi-isearch-read-matching-files):
5336 * play/cookie1.el (cookie-apropos):
5337 * progmodes/grep.el (grep-read-regexp): Doc fixes.
5338
5339 * textmodes/remember.el (remember): Use frameset-to-register
5340 rather than frame-configuration-to-register.
5341
5342 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
5343
5344 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
5345 incorrect keybinding.
5346
5347 2014-02-13 Daniel Colascione <dancol@dancol.org>
5348
5349 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
5350 when adding overlays so that line numbers from compiler match line
5351 numbers we use.
5352
5353 2014-02-13 Glenn Morris <rgm@gnu.org>
5354
5355 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
5356
5357 * jit-lock.el (jit-lock-mode): Doc fix.
5358
5359 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
5360
5361 * apropos.el (apropos-read-pattern): When the user passes an empty
5362 string, give a more helpful error message than "Wrong type
5363 argument: stringp, nil".
5364
5365 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
5368
5369 2014-02-13 Glenn Morris <rgm@gnu.org>
5370
5371 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
5372
5373 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5374
5375 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
5376 shift-select commands.
5377
5378 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
5379
5380 * progmodes/js.el (js-indent-line): Don't widen.
5381 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
5382
5383 2014-02-12 Glenn Morris <rgm@gnu.org>
5384
5385 * icomplete.el (icomplete): Add info-link to defgroup.
5386 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
5387 (icomplete-minibuffer-map, icomplete-mode)
5388 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
5389
5390 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
5391 (package-menu-filter): Rename from package-menu-filter-interactive.
5392 Doc fix.
5393
5394 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
5395
5396 * frameset.el (frameset--jump-to-register): Select the required
5397 window and buffer before restoring position (bug#16696).
5398
5399 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
5400
5401 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
5402
5403 2014-02-10 Glenn Morris <rgm@gnu.org>
5404
5405 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
5406
5407 2014-02-10 Eli Zaretskii <eliz@gnu.org>
5408
5409 * w32-common-fns.el (x-get-selection): Doc fix.
5410 * select.el (x-get-selection): Doc fix. (Bug#15109)
5411
5412 * face-remap.el (face-remap-add-relative)
5413 (face-remap-remove-relative, face-remap-reset-base)
5414 (face-remap-set-base): Call force-mode-line-update to redisplay
5415 the current buffer due to potential change in faces. (Bug#16709)
5416
5417 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
5418
5419 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
5420 script more robustly.
5421
5422 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5423
5424 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
5425
5426 * simple.el (choose-completion): Doc fix (bug#14160).
5427
5428 * subr.el (event-start): Say what a nil EVENT value means.
5429
5430 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
5431 (bug#14197).
5432
5433 * progmodes/grep.el (find-program): Doc fix (bug#14289).
5434
5435 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
5436
5437 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
5438
5439 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
5440 predicate function (bug#15455).
5441
5442 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
5443
5444 * ielm.el (inferior-emacs-lisp-mode): Instead of
5445 `comment-use-global-state', set `comment-use-syntax'.
5446
5447 2014-02-10 Glenn Morris <rgm@gnu.org>
5448
5449 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
5450
5451 2014-02-09 Alan Mackenzie <acm@muc.de>
5452
5453 Fix c-invalidate-state-cache on narrowed buffers.
5454 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
5455 Widen when setting and clearing the CPP delimiter properties.
5456
5457 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5458
5459 * help.el (describe-bindings): Doc fix (bug#9888).
5460
5461 * files.el (save-buffer): Use ARG as the parameter name for
5462 consistency (bug#10346).
5463 (save-buffer): Clarify the 0 argument (bug#10346).
5464
5465 * cus-edit.el (customize-apropos): Fix error string.
5466 (custom-buffer-create): Doc fix (bug#11122).
5467 (custom-sort-items): Doc fix (bug#11121).
5468
5469 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
5470
5471 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
5472 (icomplete-simple-completing-p): Mention the previous variable.
5473
5474 * font-lock.el (font-lock-value-in-major-mode): Clarify the
5475 meaning of the parameter (bug#12282).
5476
5477 * files.el (find-file-noselect): Clarify prompt when changing
5478 readedness (bug#13261).
5479 (locate-file): Suffixes aren't returned, so don't say that they
5480 are (bug#12674).
5481 (backup-inhibited): Doc clarification (bug#12525).
5482
5483 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
5484 before we actually start to delete things (bug#16331).
5485
5486 * subr.el (event-start): Doc fix (bug#14228).
5487 (event-end): Ditto.
5488
5489 2014-02-09 Glenn Morris <rgm@gnu.org>
5490
5491 * emacs-lisp/warnings.el (lwarn):
5492 Empower help-enable-auto-load. (Bug#15940)
5493
5494 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5495
5496 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
5497 (Bug#16690)
5498
5499 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
5500
5501 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5502 Insert output at end of buffer. (Bug#16120)
5503
5504 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
5505
5506 * simple.el (choose-completion-string-functions): Document new
5507 calling convention (bug#14153).
5508 (execute-extended-command): Clarify doc string (bug#13373).
5509
5510 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
5511
5512 * find-dired.el (find-name-dired): Doc fix (bug#14290).
5513 (find-grep-dired): Doc fix (bug#14288).
5514
5515 2014-02-08 Juri Linkov <juri@jurta.org>
5516
5517 * isearch.el (isearch-quote-char): Check character validity
5518 like in `quoted-insert' (bug#16677).
5519
5520 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
5521
5522 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
5523
5524 * isearch.el (isearch-hide-immediately): Doc clarification
5525 (bug#14723).
5526
5527 * simple.el (line-move): Document utility function used many
5528 places in the Emacs sources (bug#14843).
5529
5530 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
5531 (dired-prev-marked-file): Doc fix (bug#14855).
5532 (dired-up-directory): Doc fix (bug#14848).
5533
5534 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
5535
5536 * files.el (file-relative-name): Doc fix (bug#15159).
5537
5538 * fringe.el (fringe-styles): Doc fix (bug#15239).
5539
5540 * isearch.el (isearch-filter-predicate): Documentation typo fix
5541 (bug#15474).
5542
5543 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
5544
5545 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
5546
5547 * replace.el (replace-match-maybe-edit): Doc clarification
5548 (bug#15632).
5549
5550 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
5551
5552 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
5553
5554 2014-02-08 Glenn Morris <rgm@gnu.org>
5555
5556 * help-fns.el (describe-variable):
5557 Check {file,dir}-local-variables-alist, and buffer-file-name,
5558 in the correct buffer.
5559
5560 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
5561
5562 * help-fns.el (describe-variable): Fix the case where
5563 a value is directory-local with no dir-locals file. (Bug#16635)
5564
5565 2014-02-08 Glenn Morris <rgm@gnu.org>
5566
5567 * abbrev.el (edit-abbrevs-mode):
5568 Derive from fundamental-mode. (Bug#16682)
5569
5570 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
5571
5572 * simple.el (quoted-insert): Check character validity (bug#16677).
5573
5574 2014-02-07 Juri Linkov <juri@jurta.org>
5575
5576 * desktop.el (desktop-read): Claim the lock when the owner is not
5577 the current process. (Bug#16157)
5578
5579 2014-02-07 Juri Linkov <juri@jurta.org>
5580
5581 * desktop.el (desktop-buffers-not-to-save): Change default from nil
5582 to "\\` ". (Bug#16651)
5583
5584 2014-02-07 Juri Linkov <juri@jurta.org>
5585
5586 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
5587 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
5588 (desktop-auto-save-cancel-timer): New function with some code from
5589 `desktop-auto-save-set-timer'.
5590 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
5591 Instead of setting `desktop-save-mode' to nil, call
5592 `desktop-save-mode' with arg 0. (Bug#16630)
5593
5594 2014-02-07 Glenn Morris <rgm@gnu.org>
5595
5596 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
5597 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5598 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
5599
5600 * obsolete/iswitchb.el: Move to obsolete/.
5601 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
5602 since obsolete/ is not scanned for autoloads.
5603 * emacs-lisp/authors.el (authors-valid-file-names):
5604 Add iswitchb.el.
5605
5606 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
5607 Disable now non-functional find-file-hook.
5608
5609 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
5610
5611 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
5612 instead of ";" in order to avoid additional prompts. Let heredoc
5613 scripts read from tty. (Bug#16582)
5614 (tramp-send-command): No special handling of heredocs, it isn't
5615 necessary anymore.
5616
5617 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5618
5619 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
5620 with a space (bug#16664). Limit the symbols considered to the ones
5621 that are bound or fbound (bug#16646).
5622
5623 2014-02-06 Glenn Morris <rgm@gnu.org>
5624
5625 * epa.el (epa-mail-aliases): Doc fix.
5626
5627 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
5628
5629 * emacs-lisp/lisp.el (lisp-completion-at-point):
5630 Use `completion-table-merge' instead of `completion-table-in-turn'
5631 (bug#16604).
5632
5633 * minibuffer.el (completion-table-merge): New function.
5634
5635 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
5636
5637 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
5638 (tramp-sh-handle-set-file-acl)
5639 (tramp-sh-handle-start-file-process)
5640 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
5641 (tramp-find-executable, tramp-send-command): Use it.
5642
5643 2014-02-05 Glenn Morris <rgm@gnu.org>
5644
5645 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
5646
5647 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
5648
5649 * progmodes/python.el (python-shell-send-string)
5650 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
5651
5652 2014-02-04 Anders Lindgren <andlind@gmail.com>
5653
5654 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
5655 the names (bug#16620).
5656
5657 2014-02-03 Martin Rudalics <rudalics@gmx.at>
5658
5659 * faces.el (window-divider): New default value. Rewrite doc-string.
5660 (window-divider-first-pixel, window-divider-last-pixel): New faces.
5661
5662 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
5663
5664 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
5665 `protected' and `public' can also be called without arguments.
5666
5667 2014-02-03 Glenn Morris <rgm@gnu.org>
5668
5669 * register.el (window-configuration-to-register)
5670 (frame-configuration-to-register): Unadvertise unused argument.
5671 * frameset.el (frameset-to-register): Remove unused argument.
5672
5673 * frameset.el (frameset-to-register):
5674 * kmacro.el (kmacro-to-register):
5675 * register.el (increment-register):
5676 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
5677 (calc-append-to-register, calc-prepend-to-register):
5678 * play/gametree.el (gametree-layout-to-register)
5679 (gametree-apply-register-layout):
5680 * textmodes/picture.el (picture-clear-rectangle-to-register)
5681 (picture-yank-rectangle-from-register):
5682 * vc/emerge.el (emerge-combine-versions-register):
5683 Use register-read-with-preview to read registers.
5684
5685 2014-02-03 João Távora <joaotavora@gmail.com>
5686
5687 * elec-pair.el (electric-pair-backward-delete-char): Don't error
5688 when at beginning of (possibly narrowed) buffer.
5689
5690 2014-02-02 Daniel Colascione <dancol@dancol.org>
5691
5692 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
5693 Also try to display local help from just before point.
5694
5695 2014-02-02 Alan Mackenzie <acm@muc.de>
5696
5697 c-parse-state. Don't "append-lower-brace-pair" in certain
5698 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
5699 recognised as a comment.
5700
5701 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
5702 as well as normal comment starter.
5703 (c-parse-state-get-strategy): Extra return possibility
5704 'back-and-forward.
5705 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
5706 return value list to indicate replacement of a brace-pair cons
5707 with its car.
5708 (c-parse-state-1): With 'back-and-forward, only call
5709 c-append-lower-brace-pair-to state-cache when cons-separated.
5710
5711 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
5712
5713 * term/ns-win.el (ns-suspend-error): New function.
5714 (ns-initialize-window-system): Add ns-suspend-error to
5715 suspend-hook (Bug#16612).
5716
5717 2014-02-02 Daniel Colascione <dancol@dancol.org>
5718
5719 * progmodes/cc-defs.el (c-find-assignment-for-mode):
5720 Make loading cc-mode silent.
5721
5722 2014-02-02 Daniel Colascione <dancol@dancol.org>
5723
5724 * comint.el (comint-prompt-read-only): Change doc to suggest
5725 remap keybinding.
5726
5727 2014-02-02 Glenn Morris <rgm@gnu.org>
5728
5729 * register.el (register-read-with-preview, point-to-register)
5730 (window-configuration-to-register, frame-configuration-to-register)
5731 (jump-to-register, number-to-register, view-register, insert-register)
5732 (copy-to-register, append-to-register, prepend-to-register)
5733 (copy-rectangle-to-register): Doc fixes.
5734
5735 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5736
5737 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
5738 * emacs-lisp/find-func.el (find-function-C-source): Idem.
5739 * emacs-lisp/nadvice.el (advice--cd*r): New function.
5740 * help-fns.el (describe-function-1): Use it.
5741
5742 2014-02-02 Glenn Morris <rgm@gnu.org>
5743
5744 * register.el (register-preview-default): New function,
5745 split from register-preview.
5746 (register-preview-function): Rename from register-preview-functions,
5747 make it not a hook.
5748 (register-preview): Use register-preview-function.
5749 (register-read-with-preview): Error on non-character event. (Bug#16595)
5750
5751 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
5752
5753 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
5754 `:' before binary operators (bug#16609). Don't check for `:'
5755 before `[' and `(', or their syntax status. A percent literal
5756 can't end with either.
5757 (ruby-font-lock-keywords): For built-ins that require arguments,
5758 check that they're followed by something that looks like argument
5759 (bug#16610).
5760
5761 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5762
5763 * subr.el (butlast): Document what an omitted N means (bug#13437).
5764 (nbutlast): Ditto.
5765
5766 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5767
5768 * net/shr.el (shr-generic): Make into a defsubst to make the stack
5769 depth shallower (bug#16587).
5770 (shr-tag-svg): Respect `shr-inhibit-images'.
5771 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
5772
5773 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
5774
5775 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
5776 (ruby-smie-grammar): Make "." right-associative. Make its priority
5777 lower than the ternary and all binary operators.
5778 (ruby-smie-rules): Indent "(" relative to the first non-"."
5779 parent, or the first "." parent at indentation.
5780 Use `ruby-align-chained-calls' for indentation of "." tokens.
5781 (Bug#16593)
5782
5783 2014-01-31 Juri Linkov <juri@jurta.org>
5784
5785 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
5786 from `make-hash-table'.
5787
5788 * textmodes/ispell.el (ispell-init-process): Change message format
5789 to be consistent with other messages.
5790
5791 2014-01-31 Glenn Morris <rgm@gnu.org>
5792
5793 * delsel.el (delete-selection-mode): Doc fix.
5794
5795 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
5796 (trace-function-background): Doc fixes.
5797
5798 * ido.el (ido-use-virtual-buffers): Doc fix.
5799 Reset :version, since the default value has not changed.
5800
5801 * register.el (register-preview-delay, register-read-with-preview):
5802 Doc fixes.
5803
5804 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
5805 do not mess with mail-buffer position (fixes 2009-11-03 change).
5806 * progmodes/cc-mode.el (c-submit-bug-report):
5807 Check auto-fill-mode is bound. (Bug#16592)
5808
5809 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
5810
5811 * startup.el (fancy-splash-image-file): New function,
5812 split from fancy-splash-head.
5813 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
5814 so that we are both using the same image. (Bug#16574)
5815
5816 2014-01-30 Glenn Morris <rgm@gnu.org>
5817
5818 * simple.el (eval-expression): Doc fix.
5819
5820 * hexl.el (hexl-mode-hook):
5821 * ielm.el (ielm-mode-hook):
5822 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
5823 (lisp-interaction-mode-hook):
5824 * progmodes/cfengine.el (cfengine3-documentation-function):
5825 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
5826
5827 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
5830 is a symbol (bug#16584).
5831
5832 2014-01-30 Glenn Morris <rgm@gnu.org>
5833
5834 * help.el (help-for-help-internal): Add "P" to text.
5835
5836 2014-01-29 Glenn Morris <rgm@gnu.org>
5837
5838 * simple.el (just-one-space, cycle-spacing): Doc fixes.
5839
5840 2014-01-28 Martin Rudalics <rudalics@gmx.at>
5841
5842 * window.el (fit-frame-to-buffer): Fix calculations for margins and
5843 height constraints.
5844
5845 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
5846
5847 * progmodes/hideif.el: Extend to full CPP expression syntax.
5848 (hif-token-alist): Add missing tokens.
5849 (hif-token-regexp): Add support for float/octal/hex immediates.
5850 (hif-string-literal-regexp): New const.
5851 (hif-tokenize): Recognize strings and float/octal/hex immediates.
5852 (hif-exprlist): New function.
5853 (hif-parse-if-exp): Use it.
5854 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
5855 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
5856 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
5857 (hif-logxor, hif-comma): New functions.
5858
5859 2014-01-28 Glenn Morris <rgm@gnu.org>
5860
5861 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
5862
5863 * indent.el (tab-stop-list): Doc fix. Add :version.
5864
5865 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
5866 (cvs-append-to-ignore): Add compatibility alias.
5867
5868 2014-01-27 Glenn Morris <rgm@gnu.org>
5869
5870 * dired.el (dired-hide-details-mode): Don't autoload it,
5871 since it cannot be used outside Dired buffers anyway.
5872
5873 * emulation/cua-base.el (cua-mode): Doc fix.
5874
5875 * dired.el (dired-hide-details-hide-symlink-targets)
5876 (dired-hide-details-hide-information-lines)
5877 (dired-hide-details-mode): Doc fixes.
5878
5879 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
5880 * strokes.el (strokes-file): Doc fix. Bump :version.
5881 (strokes-help): Doc fix.
5882 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
5883 * emulation/viper.el (viper): Doc fix for custom group.
5884 (top-level): Remove oh-so-no-longer-relevant text about vip.
5885 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
5886
5887 * ido.el (ido-save-directory-list-file):
5888 * saveplace.el (save-place-file):
5889 * calendar/timeclock.el (timeclock-file):
5890 * net/quickurl.el (quickurl-url-file):
5891 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5892 * progmodes/idlwave.el (idlwave-config-directory):
5893 * textmodes/remember.el (remember-data-file):
5894 Bump :version.
5895
5896 2014-01-26 Glenn Morris <rgm@gnu.org>
5897
5898 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
5899 Doc fix. Make obsolete.
5900 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
5901
5902 * sort.el (delete-duplicate-lines): Doc fix.
5903
5904 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5905
5906 * progmodes/ada-mode.el (ada):
5907 * woman.el (woman): Link to info manual and Commentary section.
5908
5909 * progmodes/flymake.el (flymake):
5910 * nxml/nxml-mode.el (nxml):
5911 * net/eww.el (eww):
5912 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
5913 * htmlfontify.el (htmlfontify):
5914 * ses.el (ses):
5915 * epa.el (epa):
5916 * ido.el (ido): Link to info manual.
5917
5918 2014-01-25 Leo Liu <sdl.web@gmail.com>
5919
5920 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
5921
5922 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
5923
5924 * net/shr.el (shr-tag-img): Prefer the title over the alt text
5925 (bug#16537).
5926
5927 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
5928
5929 * net/eww.el (eww-download-callback):
5930 Fix reference to eww-download-directory.
5931
5932 * emacs-lisp/bytecomp.el (byte-compile-file):
5933 Remove unused local variable `file-name'.
5934
5935 2014-01-24 Glenn Morris <rgm@gnu.org>
5936
5937 * woman.el (woman-default-faces, woman-monochrome-faces):
5938 Fix obsolescence specification.
5939
5940 * subr.el (with-demoted-errors): Doc fix.
5941
5942 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
5945 (cl--macroexp-fboundp): New function.
5946 (cl--make-type-test): Use it.
5947
5948 2014-01-23 Glenn Morris <rgm@gnu.org>
5949
5950 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
5951 * simple.el (eval-expression): Doc fixes.
5952
5953 2014-01-22 Glenn Morris <rgm@gnu.org>
5954
5955 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
5956
5957 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5958
5959 * emacs-lisp/package.el: Write files silently.
5960 (package-autoload-ensure-default-file, package--write-file-no-coding)
5961 (package-generate-description-file, package--download-one-archive)
5962 (package-install-from-archive): Tell `write-region' to stay quiet.
5963 (package-menu-mode, package-menu--print-info): Omit the Archive column
5964 if there's only one archive.
5965 (package-all-keywords, package--has-keyword-p): Remove dead code.
5966
5967 2014-01-22 Glenn Morris <rgm@gnu.org>
5968
5969 * version.el (emacs-bzr-version-bzr): Fix typo.
5970
5971 * version.el (emacs-repository-get-version):
5972 Check either .bzr or .git, but not both.
5973 Make the git case actually use the DIR argument, and return nil
5974 rather than the empty string.
5975 Avoid error if .git exists but the git executable is not found.
5976
5977 2014-01-22 Martin Rudalics <rudalics@gmx.at>
5978
5979 Fixes in window size functions around Bug#16430 and Bug#16470.
5980 * window.el (window-total-size, window-size): New argument ROUND.
5981 (window--min-delta-1, window-min-delta, window--max-delta-1):
5982 Be more conservative when calculating the numbers of lines or
5983 columns a window can shrink (Bug#16430).
5984 (fit-window-to-buffer): Simplify code.
5985 * term.el (term-window-width): Call window-body-width again.
5986
5987 2014-01-22 Glenn Morris <rgm@gnu.org>
5988
5989 * image.el (image-format-suffixes): Doc fix.
5990
5991 * international/quail.el (quail-define-package): Doc fix.
5992
5993 * emacs-lisp/authors.el (authors-valid-file-names)
5994 (authors-renamed-files-alist): Additions.
5995
5996 * vc/vc-git.el (vc-git-print-log): Remove --follow;
5997 reverts 2014-01-09 change. (Bug#16422)
5998
5999 * calc/calc-embed.el (thing-at-point-looking-at):
6000 * emacs-lisp/map-ynp.el (x-popup-dialog):
6001 * obsolete/lmenu.el (x-popup-dialog):
6002 * emacs-lisp/package.el (url-recreate-url):
6003 * mail/mailclient.el (clipboard-kill-ring-save):
6004 * subr.el (x-popup-dialog): Update declaration.
6005 * mail/rmail.el (rmail-mime-message-p):
6006 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
6007
6008 2014-01-21 Daniel Colascione <dancol@dancol.org>
6009
6010 * progmodes/sh-script.el (sh--inside-noncommand-expression):
6011 Correctly detect when we're inside an arithmetic expansion form
6012 containing nested parenthesis.
6013 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
6014 to detect cases where we shouldn't expand "<<" to a heredoc
6015 skeleton.
6016
6017 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
6020 (eldoc--message-command-p): New function.
6021 (eldoc-display-message-p): Use it.
6022 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
6023 message is not automatically erased for us.
6024 (eldoc-print-current-symbol-info): Erase previous message, if any.
6025
6026 2014-01-21 Tassilo Horn <tsdh@gnu.org>
6027
6028 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
6029 specify it's an interactive function.
6030
6031 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6032 Fix regex used for scanning for citation keys which failed for
6033 citations with optional arguments.
6034
6035 2014-01-21 Leo Liu <sdl.web@gmail.com>
6036
6037 * simple.el (read--expression): Don't enable eldoc-mode.
6038
6039 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6040
6041 * simple.el (move-beginning-of-line): Make sure we don't move forward
6042 (bug#16497).
6043
6044 2014-01-20 Juri Linkov <juri@jurta.org>
6045
6046 * saveplace.el (toggle-save-place, save-place-to-alist)
6047 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
6048 'dired-mode) before checking for dired-directory. (Bug#16477)
6049
6050 2014-01-20 Juri Linkov <juri@jurta.org>
6051
6052 * indent.el (indent-line-to): Use backward-to-indentation
6053 instead of back-to-indentation. (Bug#16461)
6054
6055 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
6056
6057 Revert some of the CANNOT_DUMP fix (Bug#16494).
6058 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
6059 but fixing this can wait until after the next release.
6060 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
6061
6062 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
6063
6064 * eshell/esh-mode.el (eshell-password-prompt-regexp):
6065 Use `password-word-equivalents'.
6066 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
6067 to t. (Bug#5664, Bug#13124)
6068
6069 2014-01-19 Alan Mackenzie <acm@muc.de>
6070
6071 Bind open-paren-in-column-0-is-defun-start to nil at some entry
6072 points.
6073 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
6074 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
6075 * progmodes/cc-mode.el (c-before-change, c-after-change)
6076 (c-font-lock-fontify-region): Bind it here.
6077
6078 2014-01-19 Martin Rudalics <rudalics@gmx.at>
6079
6080 * term.el (term-window-width): Call window-text-width instead of
6081 window-width (Bug#16470).
6082
6083 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
6084
6085 * simple.el (password-word-equivalents): Remove duplicates.
6086 Sort, to make this easier next time.
6087 Downcase. Omit ": " after "jelszó".
6088
6089 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
6090
6091 * term/common-win.el (saved-region-selection): Defvar it.
6092 (x-select-text): Set saved-region-selection (Bug#16382).
6093
6094 2014-01-18 Glenn Morris <rgm@gnu.org>
6095
6096 * emacs-lisp/authors.el (authors-aliases)
6097 (authors-renamed-files-alist): Add some entries.
6098
6099 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
6100
6101 * net/tramp.el (tramp-password-prompt-regexp):
6102 Use `password-word-equivalents' if available.
6103 (tramp-action-password, tramp-process-one-action)
6104 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
6105
6106 2014-01-17 Chong Yidong <cyd@gnu.org>
6107
6108 * simple.el (password-word-equivalents): New defcustom.
6109 * comint.el (comint-password-prompt-regexp): Use it. Bump version
6110 to 24.4.
6111 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
6112 to t. (Bug#13124)
6113
6114 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
6115
6116 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
6117 (ruby-align-to-stmt-keywords): Change the default value.
6118 Use `ruby-alignable-keywords' to generate the possible customization
6119 choices.
6120 (ruby-smie-rules): Instead of using a hardcoded list of alignable
6121 keywords, check against the value of `ruby-alignable-keywords'
6122 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
6123
6124 2014-01-17 Glenn Morris <rgm@gnu.org>
6125
6126 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
6127
6128 Make M-x authors return zero *Authors Errors* from current logs.
6129 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
6130 (authors-ignored-files): Add some entries, remove others.
6131 (authors-ambiguous-files, authors-valid-file-names):
6132 Add some entries.
6133 (authors-renamed-files-alist): Add, remove, and adjust entries.
6134 (authors-renamed-files-regexps): Add some entries.
6135 Remove some very broad ones. Make some entries `lax'.
6136 (authors-lax-changelogs): New constant.
6137 (authors-disambiguate-file-name): Treat top-level specially.
6138 (authors-lax-changelog-p): New function.
6139 (authors-canonical-file-name): Check file as written against
6140 authors-valid-file-names. Do not special-case etc/.
6141 Handle `lax' logs and authors-renamed-files-regexps elements.
6142
6143 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
6144
6145 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
6146 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
6147 callers.
6148
6149 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
6152 Assume we're already in the proper buffer.
6153 Inspired by Anders Lindgren <andlind@gmail.com>.
6154 (follow-post-command-hook): Call it from the right buffer.
6155 (follow-comint-scroll-to-bottom): Adjust call.
6156 (follow-all-followers): Use get-buffer-window-list.
6157
6158 2014-01-15 Daniel Colascione <dancol@dancol.org>
6159
6160 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
6161 `buffer-file-name' in interactive-form so that we don't leave
6162 pathless file names in `file-name-history'.
6163
6164 2014-01-15 Juri Linkov <juri@jurta.org>
6165
6166 * indent.el (indent-rigidly): Set deactivate-mark to nil
6167 in transient indentation mode. (Bug#16438)
6168
6169 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
6170
6171 * emacs-lisp/package.el (package-desc-keywords): New function
6172 (Bug#16222).
6173 (describe-package-1, package-all-keywords)
6174 (package--has-keyword-p): Use it.
6175
6176 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
6177
6178 * simple.el (define-alternatives): When creating the
6179 COMMAND-alternatives variable, assign COMMAND as its definition
6180 name so that `describe-variable' can relocate it.
6181
6182 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
6183
6184 * font-lock.el (font-lock-keywords): Fix typo in docstring
6185 (bug#16307).
6186
6187 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6188
6189 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
6190 line instead of wrongly reset `add-coment' (bug#13577).
6191
6192 2014-01-14 Daiki Ueno <ueno@gnu.org>
6193
6194 * epa-file.el (epa-file-write-region): Encode the region according
6195 to `buffer-file-format'. Problem reported at:
6196 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
6197
6198 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
6201 so it applies in the right buffer (bug#16410).
6202
6203 2014-01-13 Daniel Colascione <dancol@dancol.org>
6204
6205 * textmodes/rst.el (rst-define-key): Provide deprecated
6206 keybindings through named functions instead of anonymous ones so
6207 that "??" doesn't appear in describe-mode output.
6208
6209 2014-01-13 Bastien Guerry <bzg@gnu.org>
6210
6211 * simple.el (define-alternatives): Call the selected command
6212 interactively. When setting `COMMAND--implementation' for the
6213 first time, tell the user how to chose another implementation.
6214 Enhance the docstring.
6215
6216 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
6219 (log-edit--match-first-line): New function.
6220 (log-edit-font-lock-keywords): Use it.
6221 (log-edit-mode): Make jit-lock-defer-multiline work.
6222
6223 2014-01-13 Bastien Guerry <bzg@gnu.org>
6224
6225 * rect.el (rectangle-mark-mode): When the region is not active,
6226 display a message saying that the mark as been set and that
6227 rectangle mode is in use.
6228 (rectangle--highlight-for-redisplay): Only put an overlay with a
6229 visible vertical bar when (display-graphic-p) is non-nil.
6230 This partially fixes Bug#16403.
6231
6232 2014-01-13 Juri Linkov <juri@jurta.org>
6233
6234 * info.el (Info-find-file): Go to DIR before displaying the error
6235 about a nonexistent file if no previous Info file is visited.
6236 Use `user-error' instead of `error' for "Info file %s does not exist".
6237 (Info-find-node-2): In case of a nonexistent node in unwind forms
6238 go to the Top node if there is no previous node to revert to.
6239 (Bug#16405)
6240
6241 2014-01-13 Martin Rudalics <rudalics@gmx.at>
6242
6243 fit-frame/window-to-buffer code fixes including one for Bug#14096.
6244 * window.el (fit-frame-to-buffer): Fix doc-string.
6245 Respect window-min-height/-width. Fit pixelwise when
6246 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
6247 when avoiding that frame goes partially off-screen.
6248 (fit-window-to-buffer): Respect window-min-height/-width
6249 (Bug#14096).
6250
6251 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6252
6253 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
6254 after an empty line.
6255
6256 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
6257
6258 * net/shr.el (shr-render-region): Autoload.
6259
6260 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
6261
6262 * net/eww.el (eww-download-directory): Rename from
6263 `eww-download-path' (Bug#16419).
6264
6265 2014-01-12 Leo Liu <sdl.web@gmail.com>
6266
6267 * dired-x.el (dired-mode-map): Fix last change.
6268
6269 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
6270
6271 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
6272
6273 Spelling fixes.
6274 * emacs-lisp/generic.el (generic--normalize-comments):
6275 Rename from generic--normalise-comments. All uses changed.
6276 * play/bubbles.el (bubbles--neighborhood-score)
6277 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
6278 (bubbles--neighborhood-available)
6279 (bubbles--update-neighborhood-score):
6280 Rename from names with 'neighbourhood'. All uses changed.
6281
6282 2014-01-12 Leo Liu <sdl.web@gmail.com>
6283
6284 Re-implement the feature of showing eldoc info after editing.
6285 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
6286 (eldoc-edit-message-commands): New function.
6287 (eldoc-print-after-edit): New variable.
6288 (eldoc-pre-command-refresh-echo-area): Emit message only by
6289 eldoc-message-commands.
6290 (eldoc-mode): Restrict eldoc-message-commands to editing commands
6291 if eldoc-print-after-edit is set. (Bug#16346)
6292 * simple.el (read--expression): Enable eldoc-mode.
6293 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
6294
6295 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
6296 Eric S. Raymond <esr@thyrsus.com>
6297
6298 * version.el (emacs-repository-get-version): Enhance so the
6299 function works correctly in either a Bazaar or Git repo.
6300
6301 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
6302
6303 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
6304 Goes with removal of the joke manpages from /etc.
6305
6306 2014-01-10 Kenichi Handa <handa@gnu.org>
6307
6308 * mail/rmail.el (rmail-get-coding-system):
6309 Check rmail-get-coding-function before "funcall"ing it.
6310
6311 2014-01-10 Glenn Morris <rgm@gnu.org>
6312
6313 * emacs-lisp/authors.el (authors-fixed-entries):
6314 Update for files that no longer exist.
6315
6316 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
6317
6318 * version.el (emacs-bzr-get-version): Restore compatibilty with
6319 24.3 (Tested).
6320
6321 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
6322
6323 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
6324 and Podfile.
6325
6326 2014-01-10 Eli Zaretskii <eliz@gnu.org>
6327
6328 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
6329
6330 2014-01-10 Chong Yidong <cyd@gnu.org>
6331
6332 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
6333
6334 2014-01-10 Anders Lindgren <andlind@gmail.com>
6335
6336 * follow.el (follow-cache-command-list): Include right-char and
6337 left-char.
6338
6339 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
6340
6341 Spelling fixes.
6342 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
6343 * woman.el (woman-mark-horizontal-position):
6344 Rename from woman-mark-horizonal-position. Use changed.
6345
6346 2014-01-10 Glenn Morris <rgm@gnu.org>
6347
6348 * info.el (info-initialize): If running uninstalled, ensure our
6349 own info files are always found first, even if INFOPATH is set.
6350
6351 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
6352
6353 2014-01-09 David Engster <deng@randomsample.de>
6354
6355 * emacs-lisp/eieio-custom.el:
6356 * emacs-lisp/eieio-opt.el: Set generated autoload file to
6357 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
6358 * emacs-lisp/eieio.el: Regenerate autoloads.
6359
6360 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
6361
6362 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
6363 following renames. (Bug#8756)
6364
6365 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
6368 (bug#16382).
6369 (activate-mark): Add `no-tmm' argument.
6370 (set-mark, push-mark-command): Use it instead of running
6371 activate-mark-hook by hand.
6372
6373 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
6374
6375 In preparation for the move to git, sanitize out some
6376 Bazaar-specific names.
6377
6378 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
6379
6380 * version.el (emacs-bzr-version): Name changed to
6381 emacs-repository-version. Obsolete-variable alias made.
6382 * loadup.el: Follow through on this name change.
6383 * mail/emacsbug.el (report-emacs-bug): Factor out any
6384 assumption about the version control system in use.
6385
6386 2014-01-08 David Engster <deng@randomsample.de>
6387
6388 * help-fns.el (help-fns-describe-function-functions):
6389 New variable to call functions for augmenting help buffers.
6390 (describe-function-1): Remove explicit calls to
6391 `help-fns--compiler-macro', `help-fns--parent-mode' and
6392 `help-fns--obsolete'. Put them in above new variable instead, and
6393 call them through `run-hook-with-args'.
6394 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
6395 `eieio-describe-class'. Not meant for interactive use anymore,
6396 but to augment existing help buffers. Remove optional second
6397 argument. Create proper button for file location.
6398 Rewrite function to use `insert' instead of `princ' and `prin1' where
6399 possible.
6400 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
6401 (eieio-method-def, eieio-class-def): Move further up.
6402 (describe-method, describe-generic, eieio-describe-method):
6403 Remove aliases.
6404 (eieio-help-constructor, eieio-help-generic): Rename from
6405 `eieio-describe-constructor' and `eieio-describe-generic', resp.
6406 Rewrite to use `insert' in the current buffer and use proper help
6407 buttons.
6408 (eieio-help-find-method-definition)
6409 (eieio-help-find-class-definition): Also accept symbols as
6410 arguments.
6411 (eieio-help-mode-augmentation-maybee): Remove.
6412 (eieio-describe-class-sb): Use `describe-function'.
6413 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
6414 Add `eieio-help-generic' and `eieio-help-constructor'.
6415
6416 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
6417
6418 Spelling fixes.
6419 * language/china-util.el (hz-ascii-designation):
6420 Rename from hz-ascii-designnation.
6421 (hz-ascii-designation): Rename from hz-ascii-designnation.
6422 All uses changed.
6423
6424 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
6425
6426 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
6427 package-alist.
6428
6429 2014-01-08 Bastien Guerry <bzg@gnu.org>
6430
6431 * emacs-lisp/package.el (package-delete):
6432 Correctly delete the package from package-alist.
6433
6434 2014-01-08 Daiki Ueno <ueno@gnu.org>
6435
6436 * emacs-lisp/package.el (url-recreate-url): Declare.
6437 (url-http-target-url): Declare.
6438 (package-handle-response): Include requested URL in the error message.
6439 (package--check-signature): Don't re-signal errors from
6440 package--with-work-buffer. Suggested by Stefan Monnier.
6441
6442 2014-01-07 Bastien Guerry <bzg@gnu.org>
6443
6444 * minibuffer.el (completion--try-word-completion): When both a
6445 hyphen and a space are possible candidates for the character
6446 following a word, display both candidates. (Bug#15980)
6447
6448 2014-01-07 Martin Rudalics <rudalics@gmx.at>
6449
6450 * window.el (balance-windows-2): While rounding don't give a
6451 window more than the remainder. Bug#16351, bug#16383.
6452
6453 2014-01-07 Glenn Morris <rgm@gnu.org>
6454
6455 * menu-bar.el (menu-bar-help-extra-packages): Remove.
6456 (menu-bar-help-menu): Use view-external-packages instead.
6457
6458 2014-01-07 Bastien Guerry <bzg@gnu.org>
6459
6460 * emacs-lisp/package.el (package-delete): Also delete the package
6461 name from `package-alist', not its description only.
6462
6463 2014-01-07 Glenn Morris <rgm@gnu.org>
6464
6465 * help.el (view-external-packages):
6466 * menu-bar.el (menu-bar-help-extra-packages):
6467 Visit efaq.info rather than etc/MORE.STUFF.
6468
6469 2014-01-07 Juri Linkov <juri@jurta.org>
6470
6471 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
6472 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
6473
6474 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
6475 that shadows RET. (Bug#16342)
6476
6477 2014-01-07 Chong Yidong <cyd@gnu.org>
6478
6479 * isearch.el (isearch-yank-char, isearch-yank-word)
6480 (isearch-yank-line): Doc fix.
6481
6482 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
6483
6484 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
6485 * emacs-lisp/elint.el (elint-find-builtins):
6486 * emacs-lisp/eldoc.el (eldoc-symbol-function):
6487 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
6488 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
6489 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6490 * apropos.el (apropos-safe-documentation):
6491 * subr.el (symbol-file): Remove redundant fboundp.
6492 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
6493
6494 2014-01-06 Bastien Guerry <bzg@gnu.org>
6495
6496 * hl-line.el (global-hl-line-overlay): Make a local variable.
6497 (global-hl-line-overlays): New variable to store all overlays.
6498 (global-hl-line-mode): Don't delete overlays from the current
6499 buffer when `global-hl-line-sticky-flag' is non-nil.
6500 (global-hl-line-highlight): Add new overlays to
6501 `global-hl-line-overlays'.
6502 (global-hl-line-unhighlight-all): New function to delete all
6503 overlays when turning off `global-hl-line-mode'.
6504 This fixes Bug#16183.
6505
6506 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
6507
6508 * subr.el (set-transient-map): Fix nested case and docstring.
6509
6510 2014-01-06 Tassilo Horn <tsdh@gnu.org>
6511
6512 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
6513 `Texinfo' entry.
6514
6515 2014-01-06 Daniel Colascione <dancol@dancol.org>
6516
6517 Fix defun navigation in vc log view.
6518
6519 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
6520 like `beginning-of-defun'.
6521 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
6522 log-view-end-of-defun to log-view-end-of-defun-1. Replace
6523 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
6524 (log-view-extract-comment): Call `log-view-current-entry' directly
6525 instead of relying on broken `log-view-beginning-of-defun' behavior.
6526
6527 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
6528
6529 Spelling fixes.
6530 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
6531 * emacs-lisp/debug.el (cancel-debug-on-entry):
6532 * epg.el (epg-error-to-string):
6533 * files.el (recover-file):
6534 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
6535 * mail/emacsbug.el (report-emacs-bug-hook):
6536 * mail/sendmail.el (mail-recover):
6537 * ses.el (ses-yank-resize):
6538 * term/ns-win.el (ns-print-buffer):
6539 Spelling fixes in diagnostics, mostly for "canceled" with one L.
6540 * epg.el (epg-key-capability-alist): Rename from misspelled version.
6541 All uses changed.
6542 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
6543
6544 2014-01-06 Leo Liu <sdl.web@gmail.com>
6545
6546 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
6547 to avoid shadowing global key. (Bug#16354)
6548
6549 2014-01-06 Daniel Colascione <dancol@dancol.org>
6550
6551 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
6552 rst-mode.
6553
6554 2014-01-05 Martin Rudalics <rudalics@gmx.at>
6555
6556 * window.el (balance-windows): Add mising t to fix Bug#16351.
6557
6558 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6559
6560 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
6561 (bug#16285).
6562 (shr-insert): If we have a word that's longer than `shr-width',
6563 break after it anyway. Otherwise we'll do no breaking once we get
6564 such a long word.
6565
6566 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6567
6568 * net/eww.el (eww): Support single/double quote for search.
6569 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
6570 (eww-history-quit): Delete and use quit-window.
6571 (eww-history-kill): Delete, because it doesn't work well and
6572 not necessary.
6573 (eww-history-mode-map): Delete some keys and add easy-menu.
6574
6575 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
6576
6577 Fix misspelling of 'chinese' in rx (Bug#16237).
6578 * emacs-lisp/rx.el (rx-categories): Correct spelling of
6579 chinese-two-byte.
6580
6581 Change subword regexps back to vars (Bug#16296).
6582 * progmodes/subword.el (subword-forward-regexp)
6583 (subword-backward-regexp): Change these back to variables.
6584
6585 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
6588 syntax-begin-function (bug#16247).
6589
6590 2014-01-03 Chong Yidong <cyd@gnu.org>
6591
6592 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
6593 (advice--docstring): Delete variable.
6594 (advice--make-1): Leave the docstring empty.
6595 (advice-add): Use function-documentation for advised docstring.
6596
6597 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
6598 Ignore function-documentation property when getting documentation.
6599 (ad-activate-advised-definition): Use function-documentation
6600 generate the docstring.
6601 (ad-make-advised-definition): Don't call
6602 ad-make-advised-definition-docstring.
6603 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6604 Delete functions.
6605
6606 * progmodes/sql.el (sql-help): Use function-documentation instead
6607 of dynamic-docstring-function property. No need to autoload now.
6608 (sql--help-docstring): New variable.
6609 (sql--make-help-docstring): Use it.
6610
6611 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * ielm.el (ielm-tab): Retarget.
6614 (ielm-map): Use ielm-tab for tab.
6615 (ielm-complete-filename): Use comint-filename-completion.
6616 (ielm-complete-symbol): Remove.
6617 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
6618 remove ielm-tab from completion-at-point-functions (bug#16224).
6619
6620 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
6621 Beware signals raised by predicates (bug#16201).
6622
6623 2014-01-02 Richard Stallman <rms@gnu.org>
6624
6625 * dired-aux.el (dired-do-print): Handle printer-name.
6626
6627 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
6628 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
6629 (rmail-epa-decrypt): Turn off mime processing.
6630
6631 * mail/rmail.el (rmail-make-in-reply-to-field):
6632 Add parens in message-id.
6633
6634 * mail/rmail.el (rmail-get-coding-function): Variable.
6635 (rmail-get-coding-system): Use it.
6636
6637 2013-12-31 Eli Zaretskii <eliz@gnu.org>
6638
6639 * international/mule-conf.el: Unify the charset indian-is13194.
6640 (indian-is13194): Specify unify-map.
6641
6642 2013-12-31 Leo Liu <sdl.web@gmail.com>
6643
6644 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
6645
6646 2013-12-30 Daniel Colascione <dancol@dancol.org>
6647
6648 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
6649 of printing a useless when we resume from sleep.
6650
6651 * progmodes/sh-script.el
6652 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
6653 in indentation code. (Bug#16233)
6654
6655 2013-12-28 João Távora <joaotavora@gmail.com>
6656
6657 * elec-pair.el (electric-pair-post-self-insert-function):
6658 Don't open extra newlines at beginning of buffer. (Bug#16272)
6659
6660 2013-12-28 Eli Zaretskii <eliz@gnu.org>
6661
6662 * frame.el (window-system-for-display): Don't allow to create a
6663 GUI frame from a -nw session on MS-Windows. (Bug#14739)
6664
6665 2013-12-28 Glenn Morris <rgm@gnu.org>
6666
6667 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
6668 Update callers.
6669
6670 * apropos.el (apropos-match-face):
6671 * calculator.el (calculator-displayer):
6672 * dabbrev.el (dabbrev-search-these-buffers-only):
6673 * face-remap.el (buffer-face-mode-face):
6674 * simple.el (yank-handled-properties):
6675 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6676 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
6677 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
6678 (hashcash-double-spend-database):
6679 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
6680 (ruby-deep-indent-paren-style):
6681 * textmodes/flyspell.el (flyspell-auto-correct-binding):
6682 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
6683 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
6684 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
6685 Specify custom types.
6686
6687 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
6688 * bookmark.el (bookmark-bmenu-use-header-line):
6689 * doc-view.el (doc-view-scale-internally):
6690 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
6691 * register.el (register-preview-delay):
6692 * net/shr.el (shr-bullet):
6693 * progmodes/cfengine.el (cfengine-cf-promises)
6694 (cfengine-parameters-indent):
6695 * progmodes/octave.el (inferior-octave-error-regexp-alist):
6696 * textmodes/reftex-vars.el (reftex-label-regexps):
6697 * vc/log-edit.el (log-edit-setup-add-author): Add version.
6698
6699 * net/tls.el (tls-certtool-program): Fix default value.
6700
6701 * desktop.el (desktop-restore-in-current-display):
6702 * newcomment.el (comment-empty-lines):
6703 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
6704 (idlwave-pad-keyword):
6705 * progmodes/tcl.el (tcl-tab-always-indent):
6706 * textmodes/reftex-vars.el (reftex-index-default-tag):
6707 * elec-pair.el (electric-pair-skip-whitespace):
6708 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
6709
6710 * emacs-lisp/authors.el (authors-ignored-files)
6711 (authors-valid-file-names, authors-renamed-files-alist): Additions.
6712
6713 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
6714
6715 * shell.el (shell-dynamic-complete-command): Doc fix.
6716 (shell--command-completion-data): Shell completion now matches
6717 executable filenames from the current buffer's directory, on
6718 systems in which this behavior is the default (windows-nt, ms-dos).
6719
6720 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
6721
6722 * net/shr.el (shr-insert): Don't infloop if the width is zero.
6723
6724 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6725
6726 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
6727 (bug#16251).
6728
6729 * electric.el: Move all electric-pair-* to elec-pair.el.
6730 * elec-pair.el: New file, split from electric.el.
6731
6732 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
6733
6734 * net/shr.el (shr-find-fill-point): Don't try to fill if the
6735 indentation level is larger than the width, because that will
6736 infloop.
6737 (shr-insert): Fill repeatedly long texts, so that Japanese is
6738 formatted correctly (bug#16263).
6739 (shr-find-fill-point): Off by one error in comparison with the
6740 indentation.
6741
6742 2013-12-26 João Távora <joaotavora@gmail.com>
6743
6744 * electric.el (electric-pair-mode): More flexible engine for skip-
6745 and inhibit predicates, new options for pairing-related functionality.
6746 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
6747 if that keeps or improves their balance in buffers.
6748 (electric-pair-delete-adjacent-pairs): Delete the pair when
6749 backspacing over adjacent matched delimiters.
6750 (electric-pair-open-extra-newline): Open extra newline when
6751 inserting newlines between adjacent matched delimiters.
6752 (electric--sort-post-self-insertion-hook):
6753 Sort post-self-insert-hook according to priority values when
6754 minor-modes are activated.
6755 * simple.el (newline-and-indent): Call newline with interactive
6756 set to t.
6757 (blink-paren-post-self-insert-function): Set priority to 100.
6758 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6759 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
6760 comments. Locally set electric-pair-skip-whitespace to 'chomp and
6761 electric-pair-open-newline-between-pairs to nil.
6762
6763 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
6764
6765 * progmodes/python.el: Use lexical-binding.
6766 (python-nav-beginning-of-defun): Stop searching ASAP.
6767
6768 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
6769
6770 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
6771 Fix interactive spec. Doc fix. (Bug#15754)
6772
6773 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
6774
6775 * emacs-lisp/byte-run.el (eval-when-compile):
6776 * progmodes/cc-defs.el (cc-eval-when-compile):
6777 Fix edebug spec (bug#16184).
6778
6779 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
6780
6781 * net/shr.el (shr-visit-file): Remove debugging function.
6782 (shr-insert): Don't infloop if we can't find a good place to break
6783 the line (bug#16256).
6784
6785 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
6786
6787 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
6788 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
6789 python-nav-lisp-forward-sexp-safe.
6790 (python-nav--forward-sexp): New argument SAFE allows switching
6791 forward sexp movement behavior for parens.
6792 (python-nav-forward-sexp): Throw errors on unterminated parens
6793 (Bug#16191).
6794 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
6795 (python-nav-backward-sexp-safe): New functions.
6796 (python-shell-buffer-substring):
6797 Use `python-nav-forward-sexp-safe'.
6798
6799 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
6800
6801 * net/shr.el (shr-find-fill-point): Don't break lines before a
6802 quotation mark.
6803 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
6804 (shr-find-fill-point): Remove the special checks for the quotation
6805 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
6806
6807 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6808
6809 * net/eww.el (eww-form-textarea): Use a different face for
6810 textareas than text input since they have different keymaps
6811 (bug#16142).
6812
6813 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
6814
6815 * progmodes/python.el (python-nav-beginning-of-statement):
6816 Speed up (Bug#15295).
6817
6818 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6819
6820 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
6821 the window configuration.
6822
6823 2013-12-24 Eli Zaretskii <eliz@gnu.org>
6824
6825 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
6826 we run on MS-Windows or MS-DOS.
6827
6828 2013-12-24 Martin Rudalics <rudalics@gmx.at>
6829
6830 * window.el (balance-windows-area): Call window-size instead of
6831 window-height and window-width. Bug#16241.
6832
6833 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6834
6835 * net/eww.el (eww-bookmark-quit): Remove.
6836 (eww-bookmark-browse): Restore the window configuration when you
6837 choose a bookmark (bug#16144).
6838
6839 2013-12-24 Daniel Colascione <dancol@dancol.org>
6840
6841 * icomplete.el: Remove redundant :group arguments to `defcustom'
6842 throughout.
6843 (icomplete-show-matches-on-no-input): New customizable variable.
6844 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
6845 we have something to show.
6846 (icomplete-exhibit): Compute completions even if we have no user input.
6847
6848 2013-12-23 Daniel Colascione <dancol@dancol.org>
6849
6850 * icomplete.el: Move `provide' to end of file.
6851
6852 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
6853
6854 * net/gnutls.el (gnutls-verify-error): Add version tag.
6855
6856 2013-12-23 Chong Yidong <cyd@gnu.org>
6857
6858 * subr.el (set-transient-map): Rename from
6859 set-temporary-overlay-map. Doc fix.
6860
6861 * face-remap.el (text-scale-adjust):
6862 * indent.el (indent-rigidly):
6863 * kmacro.el (kmacro-call-macro):
6864 * minibuffer.el (minibuffer-force-complete):
6865 * repeat.el (repeat):
6866 * simple.el (universal-argument--mode):
6867 * calendar/todo-mode.el (todo-insert-item--next-param):
6868 * progmodes/f90.el (f90-abbrev-start): Callers changed.
6869
6870 * indent.el (indent-rigidly): Use substitute-command-keys.
6871
6872 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6873
6874 * net/eww.el (eww-tag-select): Add text-property to jump to next
6875 select field.
6876 (eww): Add non-supported ftp error.
6877
6878 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6879
6880 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
6881 comments. Handle electric indent after typing `?' and `!'.
6882
6883 2013-12-22 Chong Yidong <cyd@gnu.org>
6884
6885 * faces.el (face-spec-recalc): If the theme specs are not
6886 applicable to a frame, fall back on the defface spec.
6887 This prevents themes from obliterating faces on low-color terminals.
6888
6889 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6890
6891 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6892 after `{'. We need it after block openers, and it doesn't seem
6893 to hurt after hash openers.
6894
6895 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6896
6897 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
6898 extracted from `ruby-smie-rules'.
6899 (ruby--electric-indent-chars): New variable.
6900 (ruby--electric-indent-p): New function.
6901 (ruby-mode): Use `electric-indent-functions' instead of
6902 `electric-indent-chars'.
6903
6904 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6905
6906 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
6907 docstring.
6908 (ruby-smie-rules): Indent plus one level after `=>'.
6909
6910 2013-12-21 Richard Stallman <rms@gnu.org>
6911
6912 * simple.el (newline): Doc fix.
6913
6914 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6915
6916 * net/eww.el (eww-list-histories, eww-list-histories)
6917 (eww-history-browse, eww-history-quit, eww-history-kill)
6918 (eww-history-mode-map, eww-history-mode): New command and
6919 functions to list browser histories.
6920 (eww-form-text): Support text form with disabled
6921 and readonly attributes.
6922 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
6923
6924 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6925
6926 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
6927 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
6928 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
6929 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
6930 Use `user-error'.
6931 (eww-bookmark-mode-map): Add menu.
6932 (eww-render, eww-mode): Use `setq-local'.
6933 (eww-tool-bar-map): New variable.
6934 (eww-mode): Set `tool-bar-map'.
6935 (eww-view-source): Check for `html-mode' with `fboundp'.
6936
6937 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6938
6939 * net/shr.el (shr--extract-best-source): Don't bug out on audio
6940 elements with text inside. Also remove debugging.
6941
6942 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
6943
6944 * cus-start.el (all): Add ns-use-srgb-colorspace.
6945
6946 2013-12-21 Chong Yidong <cyd@gnu.org>
6947
6948 * custom.el (custom-theme-recalc-face): Do nothing if the face is
6949 undefined. Thus, theme settings for undefined faces do not take
6950 effect until the faces are defined with defface, the same as with
6951 theme variables.
6952
6953 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
6954 (face-spec-reset-face): Don't assign extra properties in temacs.
6955 (face-spec-recalc): Apply X resources too.
6956
6957 2013-12-21 Chong Yidong <cyd@gnu.org>
6958
6959 * faces.el (face-spec-set):
6960 * cus-face.el (custom-theme-set-faces, custom-set-faces):
6961 * custom.el (defface): Doc fixes (Bug#16203).
6962
6963 * indent.el (indent-rigidly-map): Add docstring, and move commands
6964 into named functions.
6965 (indent-rigidly-left, indent-rigidly-right)
6966 (indent-rigidly-left-to-tab-stop)
6967 (indent-rigidly-right-to-tab-stop): New functions. Decide on
6968 indentation direction based on bidi direction, and accumulate
6969 sequential commands in a single undo boundary.
6970 (indent-rigidly--pop-undo): New utility function.
6971
6972 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
6973
6974 * faces.el (read-face-name): Require crm.el when using crm-separator.
6975
6976 2013-12-20 Daniel Colascione <dancol@dancol.org>
6977
6978 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
6979 so that we don't reflow comments into the shebang line.
6980
6981 2013-12-20 Juri Linkov <juri@jurta.org>
6982
6983 * saveplace.el (save-place-to-alist): Add `dired-filename' as
6984 a position when `dired-directory' is non-nil. Check integer
6985 positions with `integerp'.
6986 (toggle-save-place, save-places-to-alist): Add check for
6987 `dired-directory'.
6988 (save-place-find-file-hook): Check integer positions with
6989 `integerp'.
6990 (save-place-dired-hook): Use `dired-goto-file' when
6991 `dired-filename' is found in the assoc list. Check integer
6992 positions with `integerp'.
6993 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
6994
6995 * dired.el (dired-initial-position-hook): Rename back from
6996 `dired-initial-point-hook'.
6997 (dired-initial-position): Rename `dired-initial-point-hook' to
6998 `dired-initial-position-hook'.
6999 (dired-file-name-at-point): Doc fix. (Bug#15329)
7000
7001 2013-12-20 Juri Linkov <juri@jurta.org>
7002
7003 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
7004 (read-regexp-suggestions): New function.
7005 (read-regexp): Use `read-regexp-defaults-function' to get default values.
7006 Use `read-regexp-suggestions'. Add non-empty default to history
7007 for empty input.
7008 (occur-read-regexp-defaults-function): Remove function.
7009 (occur-read-primary-args): Use `regexp-history-last' instead of
7010 `occur-read-regexp-defaults-function'.
7011
7012 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
7013 (hi-lock-line-face-buffer, hi-lock-face-buffer)
7014 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
7015 `hi-lock-read-regexp-defaults-function'. Doc fix.
7016 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
7017 with `find-tag-default-as-symbol-regexp'. Doc fix.
7018 (hi-lock-read-regexp-defaults): Remove function.
7019 (hi-lock-regexp-okay): Add check for null.
7020
7021 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
7022 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
7023
7024 * subr.el (find-tag-default-as-symbol-regexp): New function.
7025 (find-tag-default-as-regexp): Move symbol regexp formatting to
7026 `find-tag-default-as-symbol-regexp'.
7027
7028 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
7029
7030 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
7031 (Bug#14179)
7032
7033 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
7034
7035 * calendar/todo-mode.el: New implementation of item insertion
7036 commands and key bindings.
7037 (todo-key-prompt): New face.
7038 (todo-insert-item): New command.
7039 (todo-insert-item--parameters): New defconst, replacing defvar
7040 todo-insertion-commands-args-genlist.
7041 (todo-insert-item--param-key-alist): New defconst, replacing
7042 defvar todo-insertion-commands-arg-key-list.
7043 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
7044 (todo-insert-item--argsleft, todo-insert-item--apply-args)
7045 (todo-insert-item--next-param): New functions.
7046 (todo-insert-item--args, todo-insert-item--argleft)
7047 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
7048 New variables.
7049 (todo-key-bindings-t): Change binding of "i" from
7050 todo-insertion-map to todo-insert-item.
7051 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
7052 (todo-insertion-command-name, todo-insertion-commands-names)
7053 (todo-define-insertion-command, todo-insertion-commands)
7054 (todo-insertion-key-bindings, todo-insertion-map): Remove.
7055
7056 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
7057
7058 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
7059 (todo-toggle-item-highlighting): Use eval-and-compile instead of
7060 eval-when-compile.
7061 (todo-move-category): Allow choosing a non-existing todo file to
7062 move the category to, and create that file.
7063 (todo-default-priority): New user option.
7064 (todo-set-item-priority): Use it.
7065 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
7066 (desktop-restore-file-buffer): Declare.
7067 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
7068 (todo-modes-set-2): Locally set desktop-save-buffer to
7069 todo-desktop-save-buffer.
7070 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
7071 (auto-mode-alist): Add autoload cookie.
7072
7073 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
7074
7075 * emacs-lisp/subr-x.el: Renamed from helpers.el.
7076 helpers.el was a poor choice of name.
7077 (string-remove-prefix): New function.
7078 (string-remove-suffix): New function.
7079
7080 2013-12-20 Martin Rudalics <rudalics@gmx.at>
7081
7082 Fix assignment for new window total sizes.
7083 * window.el (window--pixel-to-size): Remove function.
7084 (window--pixel-to-total-1, window--pixel-to-total):
7085 Fix calculation of new total sizes.
7086
7087 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
7088
7089 * comint.el (comint-output-filter): Fix rear-nonsticky property
7090 placement (Bug#16010).
7091
7092 2013-12-20 Chong Yidong <cyd@gnu.org>
7093
7094 * faces.el (read-color): Minor fix for completion function.
7095
7096 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
7097
7098 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
7099 New option. (Bug#16182)
7100 (ruby-smie--indent-to-stmt-p): Use it.
7101 (ruby-smie-rules): Revert the logic in the handling of `when'.
7102 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
7103 (ruby-deep-arglist, ruby-deep-indent-paren)
7104 (ruby-deep-indent-paren-style): Update docstrings to note that the
7105 vars don't have any effect with SMIE.
7106
7107 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
7108
7109 * calc/calc.el (calc-enter, calc-pop): Use the variable
7110 `calc-context-sensitive-enter'.
7111
7112 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7113
7114 * net/shr.el (shr-insert): Protect against infloops in degenerate
7115 tables.
7116
7117 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7118
7119 * progmodes/octave.el (octave): Add link to manual and octave
7120 homepage.
7121 (octave-mode-menu): Link to octave-mode manual.
7122
7123 2013-12-20 Leo Liu <sdl.web@gmail.com>
7124
7125 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
7126 insertion using skeleton-end-newline. (Bug#16138)
7127
7128 2013-12-20 Juri Linkov <juri@jurta.org>
7129
7130 * replace.el (occur-engine): Use `add-face-text-property'
7131 to add the face property to matches and titles. (Bug#14645)
7132
7133 * hi-lock.el (hi-green): Use lighter color "light green" closer to
7134 the palette of other hi-lock colors.
7135 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
7136
7137 2013-12-19 Juri Linkov <juri@jurta.org>
7138
7139 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
7140 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
7141 (minibuffer-history-symbol): Move variable declaration closer to
7142 its usage.
7143
7144 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
7145 (Bug#14785)
7146
7147 2013-12-19 Juri Linkov <juri@jurta.org>
7148
7149 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
7150 New function.
7151 (log-edit-hook): Add it to :options. (Bug#16170)
7152
7153 2013-12-19 Juri Linkov <juri@jurta.org>
7154
7155 * simple.el (eval-expression-print-format): Don't check for
7156 command names and the last command. Always display additional
7157 formats of the integer result in the echo area, and insert them
7158 to the current buffer only with a zero prefix arg.
7159 Display character when char-displayable-p is non-nil.
7160 (eval-expression): With a zero prefix arg, set `print-length' and
7161 `print-level' to nil, and insert the integer values from
7162 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
7163
7164 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
7165 `eval-last-sexp-arg-internal'. Doc fix.
7166 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
7167 `eval-last-sexp-print-value'. Doc fix.
7168 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
7169 Set `print-length' and `print-level' to nil when arg is zero.
7170 (eval-last-sexp): Doc fix.
7171 (eval-defun-2): Print the integer values from
7172 `eval-expression-print-format' at the end.
7173
7174 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
7175 values from `eval-expression-print-format' at the end.
7176
7177 * ielm.el (ielm-eval-input): Print the integer
7178 values from `eval-expression-print-format' at the end.
7179
7180 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
7181
7182 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
7183 2013-12-11T19:01:44Z!tzz@lifelogs.com.
7184
7185 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
7188 (hl-line-highlight, global-hl-line-highlight): Use it.
7189 (hl-line-overlay): Use defvar-local.
7190
7191 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
7192
7193 * term/ns-win.el: Require dnd.
7194 (global-map): Remove drag items.
7195 (ns-insert-text, ns-set-foreground-at-mouse)
7196 (ns-set-background-at-mouse):
7197 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
7198 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
7199 New functions.
7200
7201 2013-12-19 Glenn Morris <rgm@gnu.org>
7202
7203 * emacs-lisp/ert.el (ert-select-tests):
7204 Fix string/symbol mixup. (Bug#16121)
7205
7206 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
7207
7208 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
7209 keywords to their parent.
7210
7211 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
7212
7213 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
7214 first arg to be a string (fixed dead code), or an operator symbol.
7215 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
7216 operator symbols.
7217 (ruby-smie-rules): Remove parent token check in the `.' clause, it
7218 did nothing. Don't respond to `(:after ".")', it will be called
7219 with :before anyway. Remove the ` @ ' rule, it didn't seem to
7220 change anything. Only return indentation for binary operators
7221 when they are hanging. De-dent opening paren when its parent is
7222 `.', otherwise it looks bad when the dot is not at bol or eol
7223 (bug#16182).
7224
7225 2013-12-19 Juri Linkov <juri@jurta.org>
7226
7227 * replace.el (query-replace-read-args): Split a non-negative arg
7228 and a negative arg into separate elements.
7229 (query-replace, query-replace-regexp, replace-string)
7230 (replace-regexp): Add arg `backward'. Doc fix.
7231 (replace-match-maybe-edit): When new arg `backward' is non-nil,
7232 move point to the beginning of the match.
7233 (replace-search, replace-highlight): Use new arg `backward'
7234 to set the value of `isearch-forward'.
7235 (perform-replace): Add arg `backward' and use it to perform
7236 replacement backward. (Bug#14979)
7237
7238 * isearch.el (isearch-query-replace): Use a negative prefix arg
7239 to call `perform-replace' with a non-nil arg `backward'.
7240
7241 2013-12-18 Juri Linkov <juri@jurta.org>
7242
7243 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
7244 to the default list. Move `log-edit-show-files' to the end.
7245 Add more available functions to options.
7246 (log-edit): Move default specific settings to
7247 `log-edit-insert-message-template'. Don't move point.
7248 (log-edit-insert-message-template): New function.
7249 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
7250 (Bug#16170)
7251
7252 2013-12-18 Juri Linkov <juri@jurta.org>
7253
7254 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
7255 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
7256
7257 2013-12-18 Leo Liu <sdl.web@gmail.com>
7258
7259 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
7260 (Bug#16186)
7261
7262 2013-12-18 Eli Zaretskii <eliz@gnu.org>
7263
7264 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
7265 formats for displaying file sizes when the -s switch is given.
7266 Instead, compute a separate format for displaying the size in
7267 blocks, which is displayed in addition to the "regular" size.
7268 When -h is given in addition to -s, produce size in blocks in
7269 human-readable form as well. (Bug#16179)
7270
7271 2013-12-18 Tassilo Horn <tsdh@gnu.org>
7272
7273 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
7274 Reference tables with ~\ref{...} instead of only \ref{...}.
7275
7276 2013-12-18 Chong Yidong <cyd@gnu.org>
7277
7278 * cus-edit.el (custom-magic-alist): Fix "themed" description
7279 (Bug#14348).
7280
7281 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
7282 is non-nil, do not create a new entry in the symbol's theme-value
7283 or theme-face property; update theme-settings only (Bug#14664).
7284 (custom-available-themes): Doc fix.
7285
7286 * cus-theme.el (custom-new-theme-mode-map): Add bindings
7287 (Bug#15674).
7288
7289 * replace.el (occur-engine): Avoid infloop (Bug#7593).
7290
7291 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
7292
7293 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
7294 (Bug#13914).
7295
7296 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7297
7298 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
7299
7300 2013-12-18 Glenn Morris <rgm@gnu.org>
7301
7302 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
7303 * cus-start.el (load-prefer-newer): New option.
7304
7305 2013-12-18 Le Wang <l26wang@gmail.com>
7306
7307 * comint.el (comint-previous-matching-input-from-input):
7308 Retain point (Bug#13404).
7309
7310 2013-12-18 Chong Yidong <cyd@gnu.org>
7311
7312 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
7313
7314 2013-12-18 Glenn Morris <rgm@gnu.org>
7315
7316 * mail/emacsbug.el (report-emacs-bug):
7317 Only mention enable-multibyte-characters if non-standard.
7318
7319 2013-12-17 Juri Linkov <juri@jurta.org>
7320
7321 * arc-mode.el (archive-extract-by-file): Check if directory exists
7322 before deletion to not show irrelevant errors if it doesn't exist.
7323
7324 2013-12-17 Juri Linkov <juri@jurta.org>
7325
7326 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
7327 (Bug#14751)
7328
7329 * net/eww.el (browse-web): Add alias to `eww'.
7330 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
7331 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
7332
7333 * net/browse-url.el (browse-url-browser-function): Move `eww'
7334 closer to similar functions.
7335
7336 * startup.el (fancy-startup-screen, fancy-about-screen):
7337 Set browse-url-browser-function to eww-browse-url locally.
7338 (Bug#14751)
7339
7340 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * window.el (window--pixel-to-total): Remove unused `mini' var.
7343 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
7344 (split-window): Remove unused `new' var.
7345 (window--display-buffer): Remove unused `frame' and `delta' vars.
7346 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
7347 and display-width'.
7348
7349 2013-12-17 Martin Rudalics <rudalics@gmx.at>
7350
7351 * dired.el (dired-mark-pop-up):
7352 * register.el (register-preview): Don't bind
7353 split-height-threshold here since it's now done in
7354 display-buffer-below-selected.
7355
7356 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
7357
7358 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
7359 xterm-rgb-convert-to-16bit.
7360 (rxvt-register-default-colors): Standardize with
7361 xterm-register-default-colors (Bug#14078).
7362
7363 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
7364
7365 * simple.el (kill-region): Pass mark first, then point, so that
7366 kill-append works right (Bug#12819).
7367 (copy-region-as-kill, kill-ring-save): Likewise.
7368
7369 2013-12-17 Leo Liu <sdl.web@gmail.com>
7370
7371 * net/rcirc.el (rcirc-add-face):
7372 * eshell/em-prompt.el (eshell-emit-prompt):
7373 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
7374 (Bug#16167)
7375
7376 2013-12-17 Chong Yidong <cyd@gnu.org>
7377
7378 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
7379 Suggested by Xue Fuqiao.
7380
7381 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
7382
7383 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
7384
7385 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * net/shr.el (shr-insert-document): Remove unused var
7388 `shr-preliminary-table-render'.
7389 (shr-rescale-image): Remove unused arg `force'.
7390 (shr-put-image): Update calls accordingly.
7391 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
7392
7393 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
7394
7395 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
7396 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
7397 :close-all, to see which indentation method to use (Bug#16116).
7398 (smie-rules-function): Document the method :close-all.
7399
7400 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7401
7402 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
7403
7404 * net/eww.el (eww-display-html): If we can't find the anchor we're
7405 looking for, then go to point-min.
7406
7407 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
7408
7409 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
7410 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
7411 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
7412 Expand dir too, in case it's relative.
7413
7414 2013-12-16 Juri Linkov <juri@jurta.org>
7415
7416 * desktop.el (desktop-auto-save-timeout): Change default to
7417 `auto-save-timeout'. Doc fix.
7418 (desktop-save): Skip the timestamp in desktop-saved-frameset
7419 when checking for auto-save changes.
7420 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
7421 `desktop-auto-save' is called repeatedly by the idle timer.
7422 (desktop-auto-save-set-timer): Replace `run-with-timer' with
7423 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
7424 (Bug#15331)
7425
7426 2013-12-16 Juri Linkov <juri@jurta.org>
7427
7428 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
7429 (Bug#16035)
7430 (isearch-pre-command-hook): Check `this-command' for symbolp.
7431
7432 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
7435
7436 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
7437
7438 * progmodes/cfengine.el (cfengine3--current-word): Remove.
7439 (cfengine3--current-function): Bring in the current-function
7440 functionality from `cfengine3--current-word'.
7441 (cfengine3-completion-function): Bring in the
7442 bounds-of-current-word functionality from
7443 `cfengine3--current-word'.
7444
7445 2013-12-16 Martin Rudalics <rudalics@gmx.at>
7446
7447 * window.el (display-buffer-below-selected):
7448 Bind split-height-threshold to 0 as suggested by Juri Linkov.
7449
7450 2013-12-16 Leo Liu <sdl.web@gmail.com>
7451
7452 * progmodes/compile.el (compile-goto-error): Do not push-mark.
7453 Remove NOMSG arg and all uses changed.
7454
7455 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
7458 (cua--deactivate-rectangle): Don't deactivate the mark.
7459 (cua-set-rectangle-mark): Don't set mark-active since
7460 cua--activate-rectangle already does it for us.
7461 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
7462 non-rectangular region.
7463
7464 * emulation/cua-base.el (cua-repeat-replace-region):
7465 Use with-current-buffer.
7466
7467 * net/gnutls.el: Use cl-lib.
7468 (gnutls-negotiate): `mapcan' -> cl-mapcan.
7469
7470 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7471
7472 * emacs-lisp/package.el (package-built-in-p): Support both
7473 built-in and the package.el converted package descriptions.
7474 (package-show-package-list): Allow keywords.
7475 (package-keyword-button-action): Use it instead of
7476 `finder-list-matches'.
7477 (package-menu-filter-interactive): Interactive filtering (by
7478 keyword) function.
7479 (package-menu--generate): Support keywords and change keymappings
7480 and headers when they are given.
7481 (package--has-keyword-p): Helper function.
7482 (package-menu--refresh): Use it.
7483 (package--mapc): Helper function.
7484 (package-all-keywords): Use it.
7485 (package-menu-mode-map): Set up menu items and keybindings to
7486 provide a filtering UI.
7487
7488 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7489
7490 * net/gnutls.el (gnutls-verify-error): New defcustom to control
7491 the behavior when a certificate fails validation. Defaults to
7492 old behavior: never abort, just warn.
7493 (gnutls-negotiate): Use it.
7494
7495 2013-12-14 Martin Rudalics <rudalics@gmx.at>
7496
7497 * window.el (display-buffer-below-selected): Never split window
7498 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
7499
7500 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
7501
7502 * emacs-lisp/package.el (package--prepare-dependencies): New function.
7503 (package-buffer-info): Use it (bug#15108).
7504
7505 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * icomplete.el (icomplete-completions): Make sure the prefix is already
7508 displayed elsewhere before hiding it (bug#16219).
7509
7510 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
7511
7512 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
7513 open-paren tokens when preceded by a open-paren, too.
7514 (ruby-smie-rules): Handle virtual indentation after open-paren
7515 tokens specially. If there is code between it and eol, return the
7516 column where is starts (Bug#16118).
7517
7518 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
7519
7520 * progmodes/cfengine.el: Fix `add-hook' doc.
7521 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
7522 (cfengine3--current-word): Fix parameters.
7523 (cfengine3-make-syntax-cache): Simplify further.
7524 (cfengine3-completion-function, cfengine3--current-function):
7525 Use `assq' for symbols.
7526 (cfengine3--current-function): Fix `cfengine3--current-word' call.
7527
7528 2013-12-13 Glenn Morris <rgm@gnu.org>
7529
7530 * loadup.el (load-path): Warn if site-load or site-init changes it.
7531 No more need to reset it when bootstrapping.
7532
7533 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
7534
7535 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
7536 locations for cf-promises.
7537 (cfengine-mode-syntax-functions-regex): New caching variable.
7538 (cfengine3-fallback-syntax): Fallback syntax for cases where
7539 cf-promises doesn't run.
7540 (cfengine3--current-word): Reimplement using
7541 `cfengine-mode-syntax-functions-regex'.
7542 (cfengine3-completion-function, cfengine3--current-function):
7543 Use `cfengine3-make-syntax-cache' directly.
7544 (cfengine3-clear-syntax-cache): New function.
7545 (cfengine3-make-syntax-cache): Simplify and create
7546 `cfengine-mode-syntax-functions-regex' on demand.
7547 (cfengine3-format-function-docstring): Don't call
7548 `cfengine3-make-syntax-cache' explicitly.
7549
7550 2013-12-13 Martin Rudalics <rudalics@gmx.at>
7551
7552 Fix windmove-find-other-window broken after pixelwise resizing
7553 (Bug#16017).
7554 * windmove.el (windmove-other-window-loc): Revert change from
7555 2013-12-04.
7556 (windmove-find-other-window): Call window-in-direction.
7557 * window.el (window-in-direction): New arguments SIGN, WRAP and
7558 MINI to emulate original windmove-find-other-window behavior.
7559
7560 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
7561
7562 * simple.el (blink-matching--overlay): New variable.
7563 (blink-matching-open): Instead of moving point, highlight the
7564 matching paren with an overlay
7565 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
7566
7567 * faces.el (paren-showing-faces, show-paren-match)
7568 (show-paren-mismatch): Move from paren.el.
7569
7570 2013-12-13 Leo Liu <sdl.web@gmail.com>
7571
7572 * indent.el (indent-region): Disable progress reporter in
7573 minibuffer. (Bug#16108)
7574
7575 * bindings.el (visual-order-cursor-movement): Fix version.
7576
7577 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7578
7579 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
7580 Also match after beginning of line.
7581 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
7582 files. Thanks to Russell Sim. (Bug#15378)
7583
7584 2013-12-13 Juri Linkov <juri@jurta.org>
7585
7586 * simple.el <Keypad support>: Remove key bindings duplicated
7587 with bindings.el. (Bug#14397)
7588
7589 2013-12-13 Juri Linkov <juri@jurta.org>
7590
7591 * comint.el (comint-mode-map): Replace `delete-char' with
7592 `delete-forward-char'. (Bug#16109)
7593
7594 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
7595
7596 * progmodes/python.el (python-indent-calculate-indentation):
7597 Fix de-denters cornercase. (Bug#15731)
7598
7599 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7600
7601 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
7602 (advice--make): Pay attention to `depth'.
7603 (advice--make-1): Don't autoload commands eagerly.
7604 * emacs-lisp/elp.el (elp-instrument-function):
7605 * emacs-lisp/trace.el (trace-function-internal):
7606 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
7607
7608 * iswitchb.el (iswitchb-mode): Don't belittle ido.
7609
7610 2013-12-12 Eli Zaretskii <eliz@gnu.org>
7611
7612 * term/w32-win.el (w32-handle-dropped-file):
7613 * startup.el (normal-top-level):
7614 * net/browse-url.el (browse-url-file-url):
7615 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
7616 decode file names using 'utf-8' rather than
7617 file-name-coding-system.
7618
7619 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
7620
7621 * progmodes/python.el (python-indent-context)
7622 (python-indent-calculate-indentation): Fix auto-identation
7623 behavior for comment blocks. (Bug#15916)
7624
7625 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7626
7627 * progmodes/python.el (python-indent-calculate-indentation):
7628 When determining indentation, don't treat "return", "pass", etc., as
7629 operators when they are just string constituents. (Bug#15812)
7630
7631 2013-12-12 Juri Linkov <juri@jurta.org>
7632
7633 * uniquify.el (uniquify-buffer-name-style): Change default to
7634 `post-forward-angle-brackets'.
7635
7636 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
7637 `uniquify'. Change default to `post-forward-angle-brackets'.
7638
7639 2013-12-11 Glenn Morris <rgm@gnu.org>
7640
7641 * emacs-lisp/package.el (finder-list-matches):
7642 Autoload rather than falsely declaring.
7643
7644 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
7645
7646 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
7647 (eww-mode-map): Use them.
7648
7649 2013-12-11 Martin Rudalics <rudalics@gmx.at>
7650
7651 * window.el (display-buffer-in-side-window): Fix doc-string
7652 (Bug#16115).
7653
7654 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * vc/vc-git.el: Silence byte-compiler warnings.
7657 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
7658 (log-edit-set-header): Declare.
7659
7660 2013-12-11 Eli Zaretskii <eliz@gnu.org>
7661
7662 * Makefile.in (custom-deps, finder-data): Run output file names
7663 through unmsys--file-name. (Bug#16099)
7664
7665 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
7668 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7669
7670 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
7671 instead of deleting the selection "by hand" (bug#16098).
7672 Rely on insert-for-yank to yank rectangles.
7673 (cua-highlight-region-shift-only): Mark obsolete.
7674 (cua-mode): Don't enable/disable transient-mark-mode,
7675 shift-select-mode (cua-mode works both with and without them), and
7676 pc-selection-mode (obsolete).
7677 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
7678 (cua--deactivate-rectangle): Deactivate it.
7679
7680 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
7681 (delete-selection-helper): Make sure yank starts at the top of the
7682 deleted region.
7683 (minibuffer-keyboard-quit): Use region-active-p.
7684
7685 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
7686
7687 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
7688 to `delete' (bug#16109).
7689
7690 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7691
7692 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
7693 info manual and show keybindings and set `:group' keyword.
7694
7695 2013-12-11 Juri Linkov <juri@jurta.org>
7696
7697 * delsel.el (delete-active-region): Let-bind `this-command'
7698 to prevent `kill-region' from changing its original value.
7699 (delete-selection-helper): Handle `overwrite-mode' for the type
7700 `kill' exactly the same way as for the type `t'.
7701 (insert-char, quoted-insert, reindent-then-newline-and-indent):
7702 Support more commands. (Bug#13312)
7703
7704 2013-12-11 Juri Linkov <juri@jurta.org>
7705
7706 * bindings.el: Map kp keys to non-kp keys systematically
7707 with basic modifiers control, meta and shift. (Bug#14397)
7708
7709 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
7710
7711 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
7712 "Close browser" menu items. Fix wrong function of "List
7713 bookmarks".
7714
7715 2013-12-11 Juri Linkov <juri@jurta.org>
7716
7717 * misearch.el (multi-isearch-buffers): Set the value of
7718 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
7719 arg of isearch-forward to t.
7720 (multi-isearch-buffers-regexp): Set the value of
7721 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
7722 arg of isearch-forward-regexp to t.
7723 (multi-isearch-files): Set the value of
7724 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
7725 arg of isearch-forward to t.
7726 (multi-isearch-files-regexp): Set the value of
7727 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
7728 arg of isearch-forward-regexp to t. (Bug#16035)
7729
7730 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
7731 arg of isearch-forward to t.
7732 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
7733 arg of isearch-forward-regexp to t.
7734 (dired-isearch-filter-filenames): Remove unnecessary check for
7735 `dired-isearch-filenames'.
7736
7737 * comint.el (comint-history-isearch-backward):
7738 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
7739 (comint-history-isearch-backward-regexp):
7740 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
7741
7742 2013-12-10 Eli Zaretskii <eliz@gnu.org>
7743
7744 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
7745 unmsys--file-name. (Bug#16099)
7746
7747 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
7748
7749 * emacs-lisp/package.el (package-keyword-button-action):
7750 Remove finder.el require dependency.
7751
7752 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
7753
7754 * emacs-lisp/package.el: Require finder.el.
7755 (describe-package-1): Add keyword buttons.
7756 (package-make-button): New convenience function.
7757 (package-keyword-button-action): Keyword button action using
7758 `finder-list-matches'.
7759
7760 2013-12-09 Eli Zaretskii <eliz@gnu.org>
7761
7762 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
7763 last commit.
7764
7765 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
7766
7767 * autorevert.el (auto-revert-notify-add-watch): Do not handle
7768 symlinked files.
7769
7770 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
7771
7772 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7773 after the end of a percent literal.
7774
7775 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
7776
7777 * progmodes/ruby-mode.el (ruby-forward-string): Document.
7778 Handle caret-delimited strings (Bug#16079).
7779
7780 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
7781
7782 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
7783 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
7784 `ruby-parse-partial' (Bug#16078).
7785
7786 2013-12-09 Leo Liu <sdl.web@gmail.com>
7787
7788 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
7789
7790 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
7791
7792 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
7793 (js-switch-indent-offset): New option.
7794 (js--proper-indentation): Use it. And handle the case when
7795 "default" is actually a key in an object literal.
7796 (js--same-line): New function.
7797 (js--multi-line-declaration-indentation): Use it.
7798 (js--indent-in-array-comp, js--array-comp-indentation):
7799 New functions.
7800 (js--proper-indentation): Use them, to handle array comprehension
7801 continuations.
7802
7803 2013-12-08 Leo Liu <sdl.web@gmail.com>
7804
7805 * progmodes/flymake.el (flymake-highlight-line): Re-write.
7806 (flymake-make-overlay): Remove arg MOUSE-FACE.
7807 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
7808
7809 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
7812 New function.
7813 (redisplay-highlight-region-function): Use it.
7814
7815 * emulation/cua-base.el (cua--explicit-region-start)
7816 (cua--last-region-shifted): Remove.
7817 (cua--deactivate): Use deactivate-mark.
7818 (cua--pre-command-handler-1): Don't handle shift-selection.
7819 (cua--post-command-handler-1): Don't change transient-mark-mode.
7820 (cua--select-keymaps): Use region-active-p rather than
7821 cua--explicit-region-start or cua--last-region-shifted.
7822 (cua-mode): Enable shift-select-mode.
7823
7824 2013-12-08 Leo Liu <sdl.web@gmail.com>
7825
7826 * progmodes/flymake.el (flymake-popup-current-error-menu):
7827 Rename from flymake-display-err-menu-for-current-line. Reimplement.
7828 (flymake-posn-at-point-as-event, flymake-popup-menu)
7829 (flymake-make-emacs-menu): Remove. (Bug#16077)
7830
7831 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7832
7833 * rect.el (rectangle-mark-mode): Activate mark even if
7834 transient-mark-mode is off (bug#16066).
7835 (rectangle--highlight-for-redisplay): Fix boundary condition when point
7836 is > mark and at bolp.
7837
7838 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
7839 (region-extract-function): Use it.
7840 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
7841 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
7842 Delete functions.
7843 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
7844 kill-ring-save, kill-region, delete-char, delete-forward-char.
7845 Ignore self-insert-iso.
7846
7847 * emulation/cua-gmrk.el (cua--init-global-mark):
7848 Ignore `self-insert-iso'.
7849
7850 * emulation/cua-base.el (cua--prefix-copy-handler)
7851 (cua--prefix-cut-handler): Rely on region-extract-function rather than
7852 checking cua--rectangle.
7853 (cua-delete-region): Use region-extract-function.
7854 (cua-replace-region): Delete function.
7855 (cua-copy-region, cua-cut-region): Obey region-extract-function.
7856 (cua--pre-command-handler-1): Don't do the delete-selection thing.
7857 (cua--self-insert-char-p): Ignore `self-insert-iso'.
7858 (cua--init-keymaps): Don't remap delete-selection commands.
7859 (cua-mode): Use delete-selection-mode instead of rolling our own
7860 (bug#16085).
7861
7862 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
7863 Obey region-extract-function.
7864
7865 Make registers and delete-selection-mode work on rectangles.
7866 * register.el (describe-register-1): Don't modify the register's value.
7867 (copy-to-register): Obey region-extract-function.
7868 * delsel.el (delete-active-region): Obey region-extract-function.
7869
7870 2013-12-08 Leo Liu <sdl.web@gmail.com>
7871
7872 * progmodes/flymake.el (flymake, flymake-error-bitmap)
7873 (flymake-warning-bitmap, flymake-fringe-indicator-position)
7874 (flymake-compilation-prevents-syntax-check)
7875 (flymake-start-syntax-check-on-newline)
7876 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
7877 (flymake-start-syntax-check-on-find-file, flymake-log-level)
7878 (flymake-xml-program, flymake-master-file-dirs)
7879 (flymake-master-file-count-limit)
7880 (flymake-allowed-file-name-masks): Relocate.
7881 (flymake-makehash, flymake-float-time)
7882 (flymake-replace-regexp-in-string, flymake-split-string)
7883 (flymake-get-temp-dir): Remove.
7884 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
7885 (flymake-current-row, flymake-selected-frame)
7886 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
7887 related functions. (Bug#16077)
7888
7889 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
7890
7891 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
7892
7893 2013-12-07 Tassilo Horn <tsdh@gnu.org>
7894
7895 * help-fns.el (describe-function-1): Use new advice-* functions
7896 rather than old ad-* functions. Fix function type description and
7897 source links for advised functions and subrs.
7898
7899 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7900
7901 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
7902
7903 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
7904
7905 * progmodes/compile.el (compilation-start):
7906 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
7907
7908 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7909 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
7910
7911 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
7912
7913 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7914 Touch up the last change.
7915
7916 2013-12-06 Leo Liu <sdl.web@gmail.com>
7917
7918 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
7919 (inferior-octave-startup): Always use "octave> " for prompt.
7920 (octave-goto-function-definition)
7921 (octave-sync-function-file-names)
7922 (octave-find-definition-default-filename): Remove redundant backquotes.
7923
7924 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
7925
7926 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
7927 syntax for `?'.
7928 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
7929 where appropriate already.
7930 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
7931 end of method names (Bug#15874).
7932
7933 2013-12-06 Juri Linkov <juri@jurta.org>
7934
7935 * isearch.el (isearch--saved-overriding-local-map):
7936 New internal variable.
7937 (isearch-mode): Set it to the initial value of
7938 `overriding-terminal-local-map'.
7939 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
7940 with `isearch--saved-overriding-local-map'. (Bug#16035)
7941
7942 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
7943
7944 * progmodes/octave.el (inferior-octave-completion-table):
7945 Turn back into function, use `completion-table-with-cache'
7946 (Bug#11906). Update all references.
7947
7948 * minibuffer.el (completion-table-with-cache): New function.
7949
7950 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
7951
7952 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
7953
7954 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
7955
7956 * net/eww.el (eww-current-source): New variable to store page
7957 source.
7958 (eww-display-html, eww-mode, eww-save-history)
7959 (eww-restore-history): Use it.
7960 (eww-view-source): New command to view page source.
7961 Opportunistically uses `html-mode' to highlight the buffer.
7962 (eww-mode-map): Install it.
7963
7964 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
7965
7966 * net/dbus.el (dbus-unregister-service)
7967 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
7968 Fix docstring.
7969 (dbus-unregister-service): Skip :serial entries in
7970 `dbus-registered-objects-table'.
7971 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
7972
7973 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
7974
7975 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
7976 around keywords with extra `split-string' argument.
7977
7978 2013-12-04 Martin Rudalics <rudalics@gmx.at>
7979
7980 * windmove.el (windmove-other-window-loc): Handle navigation
7981 between windows (excluding the minibuffer window - Bug#16017).
7982
7983 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
7984
7985 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
7986 in D-Bus type syntax.
7987 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
7988 preserve unibyte strings. (Bug#16048)
7989
7990 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7993 Call force-mode-line-update is the proper buffer (bug#16042).
7994
7995 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
7996
7997 * vc/log-edit.el (log-edit-add-new-comment): Rename to
7998 `log-edit-remember-comment', make argument optional. Adjust all
7999 callers.
8000 (log-edit-mode): Add `log-edit-remember-comment' to
8001 `kill-buffer-hook' locally.
8002 (log-edit-kill-buffer): Don't remember comment explicitly since
8003 the buffer is killed anyway.
8004
8005 2013-12-04 Juri Linkov <juri@jurta.org>
8006
8007 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
8008 add-hook and remove-hook for multi-buffer search. (Bug#16035)
8009
8010 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
8011
8012 * notifications.el (notifications-close-notification): Call the
8013 D-Bus method with ID being a `:uint32'. (Bug#16030)
8014
8015 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
8016
8017 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
8018
8019 2013-12-03 Juri Linkov <juri@jurta.org>
8020
8021 * progmodes/compile.el (compilation-start): Rename window alist
8022 entry `no-display-ok' to `allow-no-window'.
8023
8024 * simple.el (shell-command): Add window alist entry
8025 `allow-no-window' to `display-buffer'.
8026 (async-shell-command): Doc fix.
8027
8028 * window.el (display-buffer-no-window): New action function.
8029 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
8030
8031 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
8032
8033 * vc/log-edit.el (log-edit-set-header): Extract from
8034 `log-edit-toggle-header'.
8035 (log-edit-extract-headers): Separate the summary, when extracted
8036 from header, from the rest of the message with an empty line.
8037
8038 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
8039 line, if present, to the Summary header.
8040
8041 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
8044 in current-buffer (bug#16029).
8045
8046 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
8047
8048 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
8049 (debugger-mode-map): Bind it.
8050 (debugger--backtrace-base): New function.
8051 (debugger-eval-expression): Use it.
8052 (debugger-frame-number): Skip local vars when present.
8053 (debugger--locals-visible-p, debugger--insert-locals)
8054 (debugger--show-locals, debugger--hide-locals): New functions.
8055
8056 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
8057
8058 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
8059 "LC_ALL".
8060 (tramp-get-remote-locale): New defun.
8061 (tramp-open-connection-setup-interactive-shell): Use it.
8062
8063 2013-12-02 Leo Liu <sdl.web@gmail.com>
8064
8065 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
8066
8067 * progmodes/sh-script.el (sh-shell-process):
8068 * progmodes/octave.el (inferior-octave-process-live-p):
8069 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
8070 (gdb-inferior-io-sentinel):
8071 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
8072
8073 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
8074
8075 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
8076 `save-selected-window' to `log-edit-hide-buf'. This makes
8077 `log-edit-show-files' idempotent.
8078 (log-edit-show-files): Mark the new window as dedicated.
8079
8080 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
8081
8082 * vc/log-edit.el (log-edit-mode-map): Add binding for
8083 `log-edit-kill-biffer'.
8084 (log-edit-hide-buf): Add a FIXME comment.
8085 (log-edit-add-new-comment): New function, extracted from
8086 `log-edit-done'.
8087 (log-edit-done, log-edit-add-to-changelog): Use it.
8088 (log-edit-kill-buffer): New command.
8089
8090 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8091
8092 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
8093 instead of killing the buffer.
8094
8095 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
8098
8099 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8100
8101 * net/eww.el (eww-form-checkbox-selected-symbol)
8102 (eww-form-checkbox-symbol): New customizable variable.
8103 (eww-form-checkbox, eww-toggle-checkbox):
8104 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
8105
8106 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
8107 (shr--get-media-pref, shr--extract-best-source): New function.
8108 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
8109 no :src tag was specified.
8110
8111 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
8112 (eww-render): Handle `eww-use-external-browser-for-content-type'.
8113 Use \\` to match beginning of string instead of ^.
8114 (eww-browse-with-external-browser): Provide optional URL parameter.
8115 (eww-render): Set `eww-current-title' back to "".
8116
8117 * net/shr.el (shr-tag-video): Display content for video if no
8118 poster is available.
8119 (shr-tag-audio): Add support for <audio> tag.
8120
8121 * net/eww.el (eww-text-input-types): New const.
8122 (eww-process-text-input): Treat input types in
8123 `eww-text-input-types' as text.
8124
8125 * net/shr.el (shr-tag-table): Fix comment typo.
8126
8127 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8128
8129 * net/eww.el (eww-follow-link): New command to avoid reloading
8130 pages when we follow #target links (bug#15243).
8131 (eww-quit): Special mode buffers shouldn't query before exiting.
8132
8133 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
8134
8135 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
8136 forms.
8137
8138 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8139
8140 * net/eww.el (eww-restore-history): Update the window title after
8141 moving in the history.
8142 (eww-current-dom): New variable used to save the current DOM.
8143
8144 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
8145
8146 * vc/log-edit.el (log-edit-mode-map): Add binding for
8147 `log-edit-beginning-of-line'.
8148 (log-edit-setup-add-author): New user option.
8149 (log-edit-beginning-of-line): New command.
8150 (log-edit): Move major mode call above the contents setup so that
8151 the local variable values are already applied.
8152 (log-edit): Only insert "Author: " when
8153 `log-edit-setup-add-author' is non-nil.
8154 (log-edit): When SETUP is non-nil, position point after ": "
8155 instead of point-min.
8156
8157 2013-12-01 Glenn Morris <rgm@gnu.org>
8158
8159 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
8160
8161 2013-11-30 Eli Zaretskii <eliz@gnu.org>
8162
8163 * startup.el (fancy-splash-frame): On MS-Windows, trigger
8164 redisplay to make sure the initial frame gets a chance to become
8165 visible. (Bug#16014)
8166
8167 2013-11-30 Martin Rudalics <rudalics@gmx.at>
8168
8169 Support resizing frames and windows pixelwise.
8170 * cus-start.el (frame-resize-pixelwise)
8171 (window-resize-pixelwise): New entries.
8172 * emacs-lisp/debug.el (debug): Use window-total-height instead
8173 of window-total-size.
8174 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
8175 * help.el (describe-bindings-internal): Use help-buffer as
8176 argument for with-help-window.
8177 (temp-buffer-max-width): New option.
8178 (resize-temp-buffer-window, help-window-setup)
8179 (with-help-window): Rewrite.
8180 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
8181 dragging dividers.
8182 * window.el (frame-char-size, window-min-pixel-height)
8183 (window-safe-min-pixel-height, window-safe-min-pixel-width)
8184 (window-min-pixel-width, window-safe-min-pixel-size)
8185 (window-combination-p, window-safe-min-size)
8186 (window-resizable-p, window--size-to-pixel)
8187 (window--pixel-to-size, window--resize-apply-p): New functions.
8188 (window-safe-min-height): Fix doc-string.
8189 (window-size, window-min-size, window--min-size-1)
8190 (window-sizable, window-sizable-p, window--min-delta-1)
8191 (window-min-delta, window--max-delta-1, window-max-delta)
8192 (window--resizable, window--resizable-p, window-resizable)
8193 (window-full-height-p, window-full-width-p, window-at-side-p)
8194 (window--in-direction-2, window-in-direction)
8195 (window--resize-reset-1, window--resize-mini-window)
8196 (window-resize, window-resize-no-error)
8197 (window--resize-child-windows-normal)
8198 (window--resize-child-windows, window--resize-siblings)
8199 (window--resize-this-window, window--resize-root-window)
8200 (window--resize-root-window-vertically)
8201 (adjust-window-trailing-edge, enlarge-window, shrink-window)
8202 (maximize-window, minimize-window, delete-window)
8203 (quit-restore-window, window-split-min-size, split-window)
8204 (balance-windows-2, balance-windows)
8205 (balance-windows-area-adjust, balance-windows-area)
8206 (window--state-get-1, window-state-get, window--state-put-1)
8207 (window--state-put-2, window-state-put)
8208 (display-buffer-record-window, window--display-buffer):
8209 Make functions handle pixelwise sizing of windows.
8210 (display-buffer--action-function-custom-type)
8211 (display-buffer-fallback-action):
8212 Add display-buffer-in-previous-window.
8213 (display-buffer-use-some-window): Resize window to height it had
8214 before.
8215 (fit-window-to-buffer-horizontally): New option.
8216 (fit-frame-to-buffer): Describe new values.
8217 (fit-frame-to-buffer-bottom-margin): Replace with
8218 fit-frame-to-buffer-margins.
8219 (window--sanitize-margin): New function.
8220 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
8221 using window-text-pixel-size.
8222
8223 2013-11-30 Glenn Morris <rgm@gnu.org>
8224
8225 * emacs-lisp/bytecomp.el (byte-compile-form):
8226 Make the `interactive-only' warning like the `obsolete' one.
8227 * comint.el (comint-run):
8228 * files.el (insert-file-literally, insert-file):
8229 * replace.el (replace-string, replace-regexp):
8230 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
8231 (goto-line, insert-buffer, next-line, previous-line):
8232 Tweak `interactive-only' spec.
8233
8234 Stop keeping (most) generated cedet grammar files in the repository.
8235 * Makefile.in (semantic): New.
8236 (compile-main): Depend on semantic.
8237
8238 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
8241 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
8242
8243 * uniquify.el (uniquify-buffer-name-style): Change default.
8244
8245 * loadup.el: Preload "uniquify".
8246
8247 * time.el (display-time-update): Update all mode lines (bug#15999).
8248
8249 * electric.el (electric-indent-mode): Enable by default.
8250 * loadup.el: Preload "electric".
8251
8252 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
8253
8254 * emacs-lisp/helpers.el (string-empty-p): New function.
8255 (string-blank-p): New function.
8256
8257 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
8258
8259 * imenu.el (imenu--index-alist): Add missing dot to the docstring
8260 (Bug#14029).
8261
8262 2013-11-29 Andreas Politz <politza@fh-trier.de>
8263 * imenu.el (imenu--subalist-p): Don't error on non-conses and
8264 allow non-lambda lists as functions.
8265 (imenu--in-alist): Don't recurse into non-subalists.
8266 (imenu): Don't pass function itself as an argument (Bug#14029).
8267
8268 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * progmodes/python.el (python-mode-map): Remove binding for ":".
8271 (python-indent-electric-colon): Remove command.
8272 (python-indent-post-self-insert-function): Integrate the previous code
8273 of python-indent-electric-colon. Make it conditional on
8274 electric-indent-mode.
8275 (python-mode): Add ?: to electric-indent-chars.
8276 Move python-indent-post-self-insert-function to the end of
8277 post-self-insert-hook.
8278
8279 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * doc-view.el (doc-view-goto-page): Update mode-line.
8282
8283 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
8284
8285 2013-11-27 Glenn Morris <rgm@gnu.org>
8286
8287 * international/charprop.el, international/uni-bidi.el:
8288 * international/uni-category.el, international/uni-combining.el:
8289 * international/uni-comment.el, international/uni-decimal.el:
8290 * international/uni-decomposition.el, international/uni-digit.el:
8291 * international/uni-lowercase.el, international/uni-mirrored.el:
8292 * international/uni-name.el, international/uni-numeric.el:
8293 * international/uni-old-name.el, international/uni-titlecase.el:
8294 * international/uni-uppercase.el:
8295 Remove generated files from VCS repository.
8296
8297 2013-11-27 Eli Zaretskii <eliz@gnu.org>
8298
8299 * filenotify.el (file-notify-add-watch): Don't special-case
8300 w32notify when computing the directory to watch.
8301
8302 2013-11-27 Glenn Morris <rgm@gnu.org>
8303
8304 Make bootstrap without generated uni-*.el files possible again.
8305 * loadup.el: Update command-line-args checking for unidata-gen.
8306 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
8307 * composite.el, international/characters.el:
8308 Handle unicode tables being undefined.
8309
8310 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
8311 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
8312 (compile-main): Depend on leim rule.
8313 (leim): New rule.
8314 * loadup.el: Move leim-list.el to leim/ subdirectory.
8315 * startup.el (normal-top-level): No more leim directory.
8316 * international/ja-dic-cnv.el (skkdic-convert):
8317 Disable version-control and autoloads in output files.
8318 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
8319 Disable version-control and autoloads in output files.
8320 * leim/quail: Move here from ../leim.
8321 * leim/quail/hangul.el (hangul-input-method-activate):
8322 Add autoload cookie.
8323 (generated-autoload-load-name): Set file-local value.
8324 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
8325 (generated-autoload-load-name): Set file-local value.
8326
8327 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
8328
8329 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
8330 (eww-add-bookmark): Ask confirmation when add to bookmarks.
8331 (eww-quit): Ask confirmation before quitting eww.
8332
8333 2013-11-26 Eli Zaretskii <eliz@gnu.org>
8334
8335 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
8336 reading output from Diff on MS-Windows and MS-DOS.
8337
8338 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
8339
8340 * emacs-lisp/helpers.el (string-reverse): New function.
8341
8342 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
8343
8344 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
8345 names on MS Windows, like "/[::1]:".
8346
8347 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
8348 SWITCHES.
8349
8350 2013-11-26 Glenn Morris <rgm@gnu.org>
8351
8352 * progmodes/python.el (python-indent-guess-indent-offset):
8353 Avoid corner-case error. (Bug#15975)
8354
8355 Preload leim-list.el. (Bug#4789)
8356 * loadup.el: Load leim-list.el when found.
8357 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
8358
8359 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
8360
8361 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
8362
8363 * emacs-lisp/helpers.el (string-join): New function.
8364
8365 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
8366
8367 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8368 Mark as obsolete and replace it with a symbol property.
8369 (byte-compile-form): Use new 'interactive-only property.
8370 * comint.el, files.el, replace.el, simple.el:
8371 Apply new 'interactive-only properly.
8372
8373 2013-11-25 Martin Rudalics <rudalics@gmx.at>
8374
8375 * window.el (display-buffer-at-bottom): Make sure that
8376 split-window-sensibly creates the new window on bottom
8377 (Bug#15961).
8378
8379 2013-11-23 David Kastrup <dak@gnu.org>
8380
8381 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
8382 on the conflict markers when available.
8383 (smerge--get-marker): New function.
8384 (smerge-end-re, smerge-base-re): Add subgroup.
8385
8386 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8387
8388 * frame.el (handle-focus-in, handle-focus-out): Add missing
8389 interactive spec.
8390
8391 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
8392
8393 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8394 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
8395
8396 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8397
8398 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
8399 (gomoku--last-pos): New var.
8400 (gomoku--intangible-chars): New const.
8401 (gomoku--intangible): New function.
8402 (gomoku-mode): Use it. Derive from special-mode.
8403 (gomoku-move-up): Adjust line count.
8404 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
8405 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
8406 Simplify accordingly.
8407
8408 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
8409 Remove blink-cursor code.
8410 (blink-cursor-timer-function, blink-cursor-suspend):
8411 Don't special-case GUIs.
8412 (blink-cursor-mode): Use focus-in/out-hook.
8413
8414 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
8415
8416 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
8417 work when annotation is invisible (Bug#13886).
8418
8419 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
8420
8421 * json.el (json-alist-p): Only return non-nil if the alist has
8422 simple keys (Bug#13518).
8423
8424 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
8425
8426 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
8427 when control-statement is the first statement in a buffer (Bug#15956).
8428
8429 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
8430
8431 * imenu.el (imenu-generic-skip-comments-and-strings):
8432 New option (Bug#15560).
8433 (imenu--generic-function): Use it.
8434
8435 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
8436
8437 * minibuffer.el (completion--in-region-1): Scroll the correct window.
8438 (Bug#13898)
8439
8440 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
8441
8442 * emacs-lisp/helpers.el: Add some string helpers.
8443 (string-trim-left): Removes leading whitespace.
8444 (string-trim-right): Removes trailing whitespace.
8445 (string-trim): Removes leading and trailing whitespace.
8446
8447 * subr.el (string-suffix-p): New function.
8448
8449 2013-11-23 Glenn Morris <rgm@gnu.org>
8450
8451 * progmodes/python.el (python-shell-send-file):
8452 Add option to delete file when done. (Bug#15647)
8453 (python-shell-send-string, python-shell-send-region): Use it.
8454
8455 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
8456
8457 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
8458 to set buffer-read-only to t, never to nil. (Bug#15938)
8459
8460 * textmodes/tex-mode.el (latex-noindent-environments):
8461 Add safe-local-variable property. (Bug#15936)
8462
8463 2013-11-23 Glenn Morris <rgm@gnu.org>
8464
8465 * textmodes/enriched.el (enriched-mode): Doc fix.
8466 * emacs-lisp/authors.el (authors-renamed-files-alist):
8467 Add enriched.doc -> enriched.txt.
8468
8469 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
8470
8471 2013-11-22 Leo Liu <sdl.web@gmail.com>
8472
8473 * progmodes/octave.el (inferior-octave-startup): Spit out error
8474 message.
8475
8476 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
8477
8478 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8479 Improve docstring.
8480 Add :version.
8481 (ruby-encoding-magic-comment-style): Add :version.
8482
8483 2013-11-22 Leo Liu <sdl.web@gmail.com>
8484
8485 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
8486 (Bug#15076)
8487 (octave-help-mode): Adapt to change to help-mode-finish to use
8488 derived-mode-p on 2013-09-17.
8489 (inferior-octave-prompt): Also match octave-gui.
8490 (octave-kill-process): Don't ask twice. (Bug#10564)
8491
8492 2013-11-22 Leo Liu <sdl.web@gmail.com>
8493
8494 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
8495 (inferior-octave-startup, inferior-octave-check-process)
8496 (inferior-octave-track-window-width-change)
8497 (octave-completion-at-point, octave-eldoc-function): Use it.
8498 (octave-kill-process): Provide confirmation. (Bug#10564)
8499
8500 2013-11-21 Leo Liu <sdl.web@gmail.com>
8501
8502 * progmodes/octave.el (octave-mode, inferior-octave-mode):
8503 Fix obsolete variable comment-use-global-state.
8504
8505 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8506
8507 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
8508 Add `octave-source-file'.
8509 (octave-source-file): New function. (Bug#15935)
8510
8511 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
8512
8513 * net/eww.el (eww-local-regex): New variable.
8514 (eww): Use it to detect localhost and similar.
8515
8516 2013-11-21 Leo Liu <sdl.web@gmail.com>
8517
8518 Add completion for command `ag'.
8519 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
8520 (pcomplete/ag): New function.
8521 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
8522
8523 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8524
8525 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
8526 (bug#14646).
8527 (make-obsolete): Remove interactive spec.
8528
8529 2013-11-21 Glenn Morris <rgm@gnu.org>
8530
8531 * startup.el (command-line-1): Use path-separator with -L.
8532
8533 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
8534
8535 * emacs-lisp/package.el (describe-package-1): Add package archive
8536 to shown fields.
8537
8538 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
8539
8540 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8541 Change default to "# encoding: %s" to differentiate it from the
8542 default Ruby encoding comment template.
8543
8544 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
8545
8546 * ses.el (ses-mode): Doc fix. (Bug#14748)
8547
8548 2013-11-20 Leo Liu <sdl.web@gmail.com>
8549
8550 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
8551
8552 2013-11-19 Dan Nicolaescu <dann@gnu.org>
8553
8554 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
8555 when rebase or bisect are in progress.
8556
8557 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
8558
8559 * filenotify.el (file-notify-add-watch): Doc fix.
8560
8561 2013-11-19 Leo Liu <sdl.web@gmail.com>
8562
8563 * obsolete/rcompile.el: Mark obsolete.
8564
8565 * progmodes/compile.el (compilation-start)
8566 (compilation-goto-locus, compilation-find-file):
8567 Pass no-display-ok and handle nil value from display-buffer.
8568 (Bug#13594)
8569
8570 * window.el (display-buffer-alist, display-buffer): Document the
8571 new parameter no-display-ok. Return either a window or nil
8572 but never a non-window value.
8573
8574 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * electric.el (electric-indent-mode-map): Remove.
8577 (electric-indent-mode): Change the global-map instead (bug#15915).
8578
8579 * textmodes/text-mode.el (paragraph-indent-minor-mode):
8580 Use add-function.
8581
8582 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * emacs-lisp/nadvice.el (remove-function): Align with
8585 add-function's behavior.
8586
8587 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
8588 (gdb--string-regexp): New constant.
8589 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
8590 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
8591 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
8592 submatch 1.
8593 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
8594 Adjust use accordingly.
8595 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
8596
8597 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
8598
8599 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
8600 interpolation curlies (Bug#15914).
8601
8602 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
8603
8604 * calc/calc.el (calc-context-sensitive-enter): New variable.
8605 (calc-enter): Use `calc-context-sensitive-enter'.
8606
8607 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
8608
8609 * progmodes/cfengine.el: Version bump.
8610 (cfengine-cf-promises): New defcustom to locate cf-promises.
8611 (cfengine3-vartypes): Add new "data" type.
8612 (cfengine3--current-word): New function to get current name-like
8613 word or its bounds.
8614 (cfengine3--current-function): New function to look up a CFEngine
8615 function's definition.
8616 (cfengine3-format-function-docstring): New function.
8617 (cfengine3-make-syntax-cache): New function.
8618 (cfengine3-documentation-function): New function: ElDoc glue.
8619 (cfengine3-completion-function): New function: completion glue.
8620 (cfengine3-mode): Set `compile-command',
8621 `eldoc-documentation-function', and add to
8622 `completion-at-point-functions'.
8623
8624 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
8625
8626 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8627 `tramp-current-connection'.
8628
8629 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
8630
8631 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
8632 nil/self/true/false with "end of symbol".
8633
8634 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
8635
8636 * subr.el (version-regexp-alist): Fix a typo.
8637
8638 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
8639
8640 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
8641 "en_US.utf8" and "LC_CTYPE" to "".
8642 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
8643 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
8644
8645 2013-11-15 Leo Liu <sdl.web@gmail.com>
8646
8647 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
8648
8649 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * progmodes/gud.el (ctl-x-map):
8652 Remove C-x SPC binding. (Bug#12342)
8653 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
8654
8655 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
8656
8657 * subr.el (version-regexp-alist):
8658 Recognize hg, svn and darcs versions as snapshot versions.
8659
8660 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
8661 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
8662 (ruby--encoding-comment-required-p): Extract from
8663 `ruby-mode-set-encoding'.
8664 (ruby-mode-set-encoding): Add the ability to always insert an
8665 utf-8 encoding comment. Fix and simplify coding comment update
8666 logic.
8667
8668 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
8669
8670 * net/tramp-gvfs.el (top): Run init code only when
8671 `tramp-gvfs-enabled' is not nil.
8672 (tramp-gvfs-enabled): Check also :system bus.
8673
8674 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8675
8676 Sync with upstream verilog-mode revision 78e66ba.
8677 * progmodes/verilog-mode.el (verilog-end-of-defun)
8678 (verilog-type-completion, verilog-get-list): Remove unused funcs.
8679 (verilog-get-end-of-defun): Remove unused argument.
8680 (verilog-comment-depth): Remove unused local `e'.
8681 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
8682 Don't pass arg to verilog-get-end-of-defun.
8683
8684 2013-11-14 Glenn Morris <rgm@gnu.org>
8685
8686 * obsolete/assoc.el (aget): Prefix dynamic variable.
8687
8688 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
8689
8690 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * widget.el, hfy-cmap.el: Remove bogus package version number.
8693
8694 2013-11-13 Glenn Morris <rgm@gnu.org>
8695
8696 * replace.el (replace-eval-replacement):
8697 Try to give more helpful error message. (Bug#15836)
8698
8699 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8700 (archive-7z-update): Avoid custom type mismatches.
8701
8702 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
8703
8704 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
8705
8706 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
8707 address can be empty.
8708
8709 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
8710 Accept nil SWITCHES.
8711 (tramp-gvfs-handle-write-region): Implement APPEND.
8712
8713 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
8714
8715 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
8716 binary "|" operator and closing block args delimiter.
8717 Remove FIXME comment referring to Ruby 1.8-only syntax.
8718 (ruby-smie--implicit-semi-p): Not after "|" operator.
8719 (ruby-smie--closing-pipe-p): New function.
8720 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
8721 (ruby-smie-rules): Indent after "|".
8722
8723 2013-11-12 Glenn Morris <rgm@gnu.org>
8724
8725 * ps-print.el (ps-face-attribute-list):
8726 Handle anonymous faces. (Bug#15827)
8727
8728 2013-11-12 Martin Rudalics <rudalics@gmx.at>
8729
8730 * window.el (display-buffer-other-frame): Fix doc-string.
8731 (Bug#15868)
8732
8733 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 * subr.el (force-mode-line-update): Delete, move to buffer.c.
8736
8737 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
8738
8739 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
8740 (tramp-sh-handle-file-local-copy): Don't write a message when
8741 saving temporary files.
8742
8743 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
8744 both directories are remote.
8745 (tramp-smb-handle-directory-files): Do not return double entries.
8746 Do not expand full file names.
8747 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
8748 (tramp-smb-handle-write-region): Implement APPEND.
8749 (tramp-smb-get-stat-capability): Fix a stupid bug.
8750
8751 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8752
8753 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
8754
8755 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8756
8757 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
8758 throwing error over malformed let/let* (bug#15814).
8759
8760 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8761
8762 * iswitchb.el (iswitchb-mode): Mark obsolete.
8763
8764 2013-11-11 Glenn Morris <rgm@gnu.org>
8765
8766 * international/uni-bidi.el, international/uni-category.el:
8767 * international/uni-name.el, international/uni-numeric.el:
8768 Regenerate for Unicode 6.3.0.
8769
8770 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
8771
8772 * net/tramp.el (tramp-methods):
8773 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
8774 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
8775
8776 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
8777
8778 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8779 Force highlighting text after Summary keyword in doc face for rpm.
8780
8781 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
8782
8783 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
8784 available and the word has no wildcards, append one to the grep pattern.
8785 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
8786 (ispell-complete-word): Call `ispell-lookup-words' with the value
8787 independent of `ispell-look-p'.
8788
8789 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8790
8791 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
8792 Not after "||".
8793 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
8794 their parent.
8795
8796 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
8799 (ruby-font-lock-keywords): Use backquote.
8800
8801 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8802
8803 * progmodes/ruby-mode.el (ruby-smie--forward-token)
8804 (ruby-smie--backward-token): Only consider full-string matches.
8805
8806 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
8807
8808 * faces.el (describe-face): Add distant-foreground.
8809
8810 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
8811
8812 * progmodes/ruby-mode.el: Improve encoding comment handling.
8813 (ruby-encoding-magic-comment-style): New option.
8814 (ruby-custom-encoding-magic-comment-template): New option.
8815 (ruby--insert-coding-comment, ruby--detect-encoding):
8816 New functions extracted from `ruby-mode-set-encoding'.
8817 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
8818 to control the style of the auto-inserted encoding comment.
8819
8820 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8821
8822 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
8823 Use `smie-backward-sexp' with token argument.
8824
8825 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
8826
8827 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8828 Remove instrumentation code.
8829
8830 2013-11-08 Glenn Morris <rgm@gnu.org>
8831
8832 * progmodes/autoconf.el (autoconf-mode):
8833 Tweak comment-start-skip. (Bug#15822)
8834
8835 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8836
8837 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
8838 at bobp (bug#15826).
8839 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
8840
8841 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
8842
8843 * man.el (Man-start-calling): New macro, extracted from
8844 Man-getpage-in-background.
8845 (Man-getpage-in-background): Use it.
8846 (Man-update-manpage): New command.
8847 (Man-mode-map): Bind it.
8848
8849 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8850
8851 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
8852 of "and", "or", "&&" and "||".
8853 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
8854 argument. Prohibit opening curly brace because it could only be a
8855 block opener in that position.
8856 (ruby-smie--forward-token, ruby-smie--backward-token):
8857 Separate "|" from "&" or "*" going after it. That can happen in block
8858 arguments.
8859 (ruby-smie--indent-to-stmt): New function, seeks the end of
8860 previous statement or beginning of buffer.
8861 (ruby-smie-rules): Use it.
8862 (ruby-smie-rules): Check if there's a ":" before a curly block
8863 opener candidate; if there is, it's a hash.
8864
8865 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8866
8867 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
8868 (cl--block-wrapper): Fix last accidental change.
8869
8870 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
8871
8872 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8873 Instrument, in order to hunt failure on hydra.
8874
8875 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8876
8877 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
8878 malformed bindings form (bug#15814).
8879
8880 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
8881
8882 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
8883 "." compared to " @ ". This incidentally fixes some indentation
8884 examples with "do".
8885 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
8886 (ruby-smie-grammar): New tokens: "and" and "or".
8887 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
8888 Exclude "and" and "or". Remove "do" in order to work around token
8889 priorities.
8890 (ruby-smie-rules): Add all infix tokens. Handle the case of
8891 beginning-of-buffer.
8892
8893 2013-11-06 Glenn Morris <rgm@gnu.org>
8894
8895 * Makefile.in (setwins_almost, setwins_for_subdirs):
8896 Avoid accidental matches.
8897
8898 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8899
8900 * menu-bar.el (popup-menu): Use key-binding.
8901
8902 2013-11-06 Eli Zaretskii <eliz@gnu.org>
8903
8904 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
8905 menus, support also the menus produced by minor modes.
8906 (Bug#15817)
8907
8908 2013-11-06 Leo Liu <sdl.web@gmail.com>
8909
8910 * thingatpt.el (thing-at-point-looking-at): Add optional arg
8911 DISTANCE to bound the search. All uses changed. (Bug#15808)
8912
8913 2013-11-06 Glenn Morris <rgm@gnu.org>
8914
8915 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
8916 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
8917 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
8918
8919 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8920
8921 * electric.el (electric-indent-just-newline): New command.
8922 (electric-indent-mode-map): New keymap.
8923 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
8924 Re-add :group which weren't redundant.
8925
8926 * electric.el (electric-indent-local-mode): New minor mode.
8927 (electric-indent-functions-without-reindent): New var.
8928 (electric-indent-post-self-insert-function): Use it.
8929 * emacs-lisp/gv.el (buffer-local-value): Add setter.
8930
8931 2013-11-05 Eli Zaretskii <eliz@gnu.org>
8932
8933 * international/quail.el (quail-help): Be more explicit about the
8934 meaning of the labels shown on the keys. (Bug#15800)
8935
8936 * startup.el (normal-top-level): Load the subdirs.el files before
8937 setting the locale environment. (Bug#15805)
8938
8939 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
8942 via arguments so as to get the right ones (bug#15418).
8943
8944 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
8945
8946 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
8947
8948 Fix problems found while writing a test suite.
8949
8950 * net/tramp-compat.el (tramp-compat-load): New defun.
8951 * net/tramp.el (tramp-handle-load): Use it.
8952
8953 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
8954 "(numberp ok-if-already-exists)" correctly.
8955
8956 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
8957
8958 * international/characters.el (glyphless-char-display-control):
8959 Add usage note.
8960
8961 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
8962
8963 * progmodes/python.el (python-mode):
8964 * progmodes/scheme.el (scheme-mode):
8965 * progmodes/prolog.el (prolog-mode):
8966 * progmodes/ruby-mode.el (ruby-mode):
8967 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
8968 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
8969
8970 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * rect.el (rectangle--highlight-for-redisplay):
8973 * emacs-lisp/smie.el (smie--next-indent-change):
8974 Use buffer-chars-modified-tick.
8975
8976 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
8977
8978 * electric.el (electric-indent-post-self-insert-function):
8979 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
8980
8981 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
8982
8983 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
8984
8985 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8986
8987 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
8988 (bug#15786).
8989
8990 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
8993
8994 * progmodes/python.el: Fix up last change.
8995 (python-shell--save-temp-file): New function.
8996 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
8997 `string' comes from the current buffer.
8998 (python-shell-send-string-no-output): Remove `msg' arg.
8999 (python--use-fake-loc): New var.
9000 (python-shell-buffer-substring): Obey it. Try to compensate for the
9001 extra coding line added by python-shell--save-temp-file.
9002 (python-shell-send-region): Use python-shell--save-temp-file and
9003 python-shell-send-file directly. Add `nomain' argument.
9004 (python-shell-send-buffer): Use python-shell-send-region.
9005 (python-electric-pair-string-delimiter): New function.
9006 (python-mode): Use it.
9007
9008 2013-11-04 Eli Zaretskii <eliz@gnu.org>
9009
9010 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
9011 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
9012 environment and decoding all of the default-directory's to here
9013 from command-line.
9014 (command-line): Decode also argv[0].
9015
9016 * loadup.el: Error out if default-directory is a multibyte string
9017 when we are dumping.
9018
9019 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
9020
9021 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
9022
9023 * emacs-lisp/package.el (package-menu-mode)
9024 (package-menu--print-info, package-menu--archive-predicate):
9025 Add Archive column to package list.
9026
9027 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
9028
9029 Fix problems found while writing a test suite.
9030
9031 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
9032 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
9033 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
9034 to nil when running original file name handler. Otherwise,
9035 there are problems with constructs like "$$FOO".
9036
9037 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
9038 for `localname'.
9039
9040 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
9041
9042 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
9043
9044 * subr.el (version<, version<=, version=):
9045 Update docstrings with information for snapshot versions.
9046
9047 * helpers.el: New library for misc helper functions.
9048 (hash-table-keys): New function returning a list of hash keys.
9049 (hash-table-values): New function returning a list of hash values.
9050
9051 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
9052
9053 * progmodes/ruby-mode.el (ruby-smie--forward-token)
9054 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
9055
9056 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
9057
9058 * textmodes/fill.el (fill-single-char-nobreak-p): New function
9059 checking whether point is after a 1-letter word.
9060
9061 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
9062
9063 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
9064 Don't infloop when expanding region over `multiline' syntax-type that
9065 begins a line (bug#15778).
9066
9067 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9068
9069 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
9070 Make it into a proper minor mode.
9071 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
9072 (rectangle-mark-mode-map): New keymap.
9073 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
9074
9075 2013-11-04 Glenn Morris <rgm@gnu.org>
9076
9077 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
9078
9079 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
9082 (ruby-smie-rules): Use smie-rule-parent instead.
9083
9084 * emacs-lisp/smie.el (smie-rule-parent): Always call
9085 smie-indent-virtual rather than only for hanging tokens.
9086 (smie--next-indent-change): New helper command.
9087
9088 2013-11-03 Glenn Morris <rgm@gnu.org>
9089
9090 * Makefile.in (abs_srcdir): Remove.
9091 (emacs): Unset EMACSLOADPATH.
9092
9093 2013-11-02 Glenn Morris <rgm@gnu.org>
9094
9095 * Makefile.in (EMACS): Use a relative filename.
9096 (abs_top_builddir): Remove.
9097 (custom-deps, finder-data, autoloads): Use --chdir.
9098
9099 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
9100
9101 Use relative filenames in TAGS files.
9102 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
9103 (lisptagsfiles4, TAGS): Use relative file names.
9104 (TAGS-LISP): Remove.
9105 (maintainer-clean): No more TAGS-LISP file.
9106
9107 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
9108 (lisptagsfiles4): Use absolute filenames again.
9109 (TAGS, TAGS-LISP): Not everything needs to run in one line.
9110 Remove all *loaddefs files, not just the first. Remove esh-groups.
9111 (maintainer-clean): Delete TAGS, TAGS-LISP.
9112
9113 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
9114
9115 * emacs-lisp/package.el (package-version-join):
9116 Recognize snapshot versions.
9117
9118 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
9119
9120 * subr.el (version-regexp-alist): Add support for snapshot versions.
9121
9122 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
9123
9124 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
9125 New function, replacement for `smie-rule-parent' for when we want to
9126 skip over our direct parent if it's an assignment token..
9127 (ruby-smie-rules): Use it.
9128
9129 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
9130
9131 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
9132 unconditionally. Remove now unnecessary forward declarations.
9133 Remove XEmacs-specific setup.
9134 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
9135 (ruby-font-lock-syntactic-keywords)
9136 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
9137 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
9138 (ruby-here-doc-end-syntax): Remove.
9139 (ruby-mode): Don't check whether `syntax-propertize-rules' is
9140 defined as function.
9141
9142 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
9143
9144 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
9145
9146 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
9147
9148 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
9149 table and abbrev table, `define-derived-mode' does that for us
9150 anyway.
9151
9152 2013-11-01 Glenn Morris <rgm@gnu.org>
9153
9154 * Makefile.in: Remove manual mh-e dependencies (writing .elc
9155 files is atomic for some time, so no parallel compilation issues).
9156
9157 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
9158
9159 * faces.el (face-x-resources): Add :distant-foreground.
9160 (region): Use :distant-foreground for gtk and ns.
9161
9162 2013-11-01 Tassilo Horn <tsdh@gnu.org>
9163
9164 Allow multiple bibliographies when BibLaTeX is used rather than
9165 BibTeX.
9166 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
9167 (reftex-locate-bibliography-files): Us it.
9168
9169 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
9170
9171 * image.el (image-type-header-regexps): Fix the 'pbm' part to
9172 allow comments in pbm files.
9173
9174 * term/w32-win.el (dynamic-library-alist): Support newer versions
9175 of libjpeg starting with v7: look only for the DLL from the
9176 version against which Emacs was built.
9177 Support versions of libpng beyond 1.4.x.
9178 Support libtiff v4.x.
9179
9180 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
9181
9182 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
9183 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
9184 Add property :safe.
9185 (ruby-deep-arglist): Add property :type.
9186
9187 2013-10-31 Glenn Morris <rgm@gnu.org>
9188
9189 * Makefile.in (custom-deps, finder-data): No need to setq the target
9190 variables, we are in the right directory and the defaults work fine.
9191
9192 2013-10-30 Glenn Morris <rgm@gnu.org>
9193
9194 * Makefile.in (autoloads): Do not use abs_lisp.
9195
9196 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9197 `newline' does not respect `standard-output', so use `princ'.
9198
9199 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
9200
9201 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
9202 * buff-menu.el (Buffer-menu--unmark): New function.
9203 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
9204
9205 2013-10-30 Glenn Morris <rgm@gnu.org>
9206
9207 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
9208
9209 * emacs-lisp/package.el (lm-homepage): Declare.
9210
9211 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
9212 Fix doc typos.
9213
9214 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
9215
9216 * Makefile.in (finder-data, autoloads, update-subdirs)
9217 (compile-main, compile-clean, compile-always, bootstrap-clean):
9218 Check return value of cd.
9219 (compile-calc): Remove.
9220
9221 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
9224
9225 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
9226 (byte-compile-and-folded): New function.
9227 (=, <, >, <=, >=): Use it.
9228
9229 * dos-w32.el (minibuffer-history-case-insensitive-variables)
9230 (path-separator, null-device, buffer-file-coding-system)
9231 (lpr-headers-switches): Check system-type before modifying them.
9232 (find-buffer-file-type-coding-system): Mark obsolete.
9233 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
9234 find-file-not-found-set-buffer-file-coding-system.
9235 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
9236 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
9237 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
9238 (w32-direct-print-region-helper, w32-direct-print-region-function)
9239 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
9240 * startup.el (normal-top-level-add-subdirs-to-load-path):
9241 * ps-print.el (ps-print-region-function):
9242 * lpr.el (print-region-function): Use new name.
9243
9244 * subr.el (custom-declare-variable-early): Remove function.
9245 (custom-declare-variable-list): Remove var.
9246 (error, user-error): Remove `while' loop.
9247 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
9248 (user-emacs-directory-warning, locate-user-emacs-file):
9249 Move to files.el.
9250 * simple.el (read-quoted-char-radix, read-quoted-char):
9251 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
9252 Move from subr.el.
9253 * custom.el (custom-declare-variable-list): Don't process
9254 custom-declare-variable-list.
9255
9256 * progmodes/python.el (python-shell-get-buffer): New function.
9257 (python-shell-get-process): Use it.
9258 (python-shell-send-string): Always use utf-8 and add a cookie to tell
9259 Python which encoding was used. Don't split-string since we only care
9260 about the first line. Return the temp-file, if applicable.
9261 (python-shell-send-region): Tell compile.el how to turn locations in
9262 the temp-file into locations in the source buffer.
9263
9264 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
9265
9266 * subr.el (undefined): Add missing behavior from the C code for
9267 unbound keys.
9268
9269 * rect.el: Use lexical-binding. Add new rectangular region support.
9270 (rectangle-mark): New command.
9271 (rectangle--region): New var.
9272 (deactivate-mark-hook): Reset rectangle--region.
9273 (rectangle--extract-region, rectangle--insert-for-yank)
9274 (rectangle--highlight-for-redisplay)
9275 (rectangle--unhighlight-for-redisplay): New functions.
9276 (region-extract-function, redisplay-unhighlight-region-function)
9277 (redisplay-highlight-region-function): Use them to handle
9278 rectangular region.
9279 * simple.el (region-extract-function): New var.
9280 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
9281 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
9282 (kill-region): Replace obsolete `yank-handler' arg with `region'.
9283 (copy-region-as-kill, kill-ring-save): Add `region' argument.
9284 (redisplay-unhighlight-region-function)
9285 (redisplay-highlight-region-function): New vars.
9286 (redisplay--update-region-highlight): New function.
9287 (pre-redisplay-function): Use it.
9288 (exchange-point-and-mark): Don't deactivate the mark before
9289 reactivate-it anyway.
9290 * comint.el (comint-kill-region): Remove yank-handler argument.
9291 * delsel.el (delete-backward-char, backward-delete-char-untabify)
9292 (delete-char): Remove property, since it's now part of their
9293 default behavior.
9294 (self-insert-iso): Remove property since this command doesn't exist.
9295
9296 * emacs-lisp/package.el (package--download-one-archive)
9297 (describe-package-1): Don't query the user about final newline.
9298
9299 2013-10-29 Daniel Colascione <dancol@dancol.org>
9300
9301 * net/tramp.el (tramp-methods): Document new functionality.
9302 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
9303 tramp-hostname-checker if method provides one instead of scanning
9304 argument list for "%h" to decide hostname acceptability.
9305
9306 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
9307
9308 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9309 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9310 Handle COPY-CONTENTS. (Bug#15737)
9311
9312 2013-10-28 Daiki Ueno <ueno@gnu.org>
9313
9314 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9315 Document that this option has no effect with GnuPG 2.0 (bug#15552).
9316
9317 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
9318
9319 * image.el (defimage, image-load-path): Doc fixes.
9320
9321 2013-10-27 Alan Mackenzie <acm@muc.de>
9322
9323 Indent statements in macros following "##" correctly.
9324 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
9325 Modify the "#" arm of a cond form to handle "#" and "##" operators.
9326
9327 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
9328
9329 * linum.el (linum-update-window): Fix boundary test (bug#13446).
9330
9331 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
9332
9333 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
9334 after `=' is probably a new expression.
9335
9336 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9337
9338 * man.el (man-imenu-title): New option.
9339 (Man-mode-map): Add menu. (Bug#15722)
9340 (Man-mode): Add imenu to menu.
9341
9342 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
9343
9344 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
9345 specific in what the first arg can be: a non-keyword word,
9346 string/regexp/percent literal opener, opening paren, or unary
9347 operator followed directly by word.
9348
9349 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9350
9351 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
9352 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
9353 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
9354 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
9355 Remove vars, they do not apply any more.
9356 (prolog-mode-abbrev-table): Remove redundant declaration.
9357 (prolog-upper-case-string, prolog-lower-case-string): Remove.
9358 (prolog-use-smie): Remove.
9359 (prolog-smie-rules): Add indentation rule for the if-then-else layout
9360 supported by prolog-electric-if-then-else-flag.
9361 (prolog-mode-variables, prolog-menu): Use setq-local.
9362 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
9363 Remove binding to `Backspace' since this key doesn't exist anyway.
9364 Remove bindings for electric self-inserting keys.
9365 (prog-mode): Assume it's defined.
9366 (prolog-post-self-insert): New function.
9367 (prolog-mode): Use it.
9368 (prolog-indent-line, prolog-indent-level)
9369 (prolog-find-indent-of-matching-paren)
9370 (prolog-indentation-level-of-line, prolog-goto-comment-column)
9371 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
9372 (prolog-goto-next-paren, prolog-in-string-or-comment)
9373 (prolog-tokenize, prolog-inside-mline-comment)
9374 (prolog-find-start-of-mline-comment): Remove functions.
9375 (prolog-find-unmatched-paren, prolog-clause-end)
9376 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
9377 (prolog-electric--if-then-else): Rename from
9378 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
9379 (prolog-tokenize-searchkey): Remove const.
9380 (prolog-clause-info): Use forward-sexp.
9381 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
9382 (prolog-electric-if-then-else): Remove commands.
9383 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
9384 for use in post-self-insert-hook.
9385 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
9386 for use in post-self-insert-hook.
9387 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
9388 for use in post-self-insert-hook.
9389 (prolog-electric--underscore): Rename from prolog-electric--underscore;
9390 adapt it for use in post-self-insert-hook.
9391
9392 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
9393
9394 * emacs-lisp/ert.el (ert-run-tests-interactively):
9395 Use `completing-read'. (Bug#9756)
9396
9397 2013-10-25 Eli Zaretskii <eliz@gnu.org>
9398
9399 * simple.el (line-move): Call line-move-1 instead of
9400 line-move-visual when the current window hscroll is zero, but
9401 temporary-goal-column indicates we will need to hscroll as result
9402 of the movement. (Bug#15712)
9403
9404 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
9405
9406 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
9407 capitalization. Use :visible instead of :active.
9408 Fix `ruby-indent-exp' reference. Add menu items for the generic
9409 commands that are used with SMIE.
9410 (ruby-do-end-to-brace): Insert space after `{'.
9411
9412 2013-10-25 John Anthony <john@jo.hnanthony.com>
9413
9414 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
9415
9416 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
9417
9418 2013-10-25 Glenn Morris <rgm@gnu.org>
9419
9420 * vc/vc.el (vc-print-log): Don't use a working revision unless
9421 one was explicitly specified. (Bug#15322)
9422
9423 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9424
9425 * subr.el (add-to-list): Preserve return value in compiler-macro
9426 (bug#15692).
9427
9428 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9429
9430 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
9431 result. Ask user to retry using '-all' flag. (Bug#15701)
9432
9433 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9434
9435 * emacs-lisp/smie.el: New smie-config system.
9436 (smie-config): New defcustom.
9437 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
9438 (smie-config-guess, smie-config-save): New commands.
9439 (smie-config--mode-local, smie-config--buffer-local)
9440 (smie-config--trace, smie-config--modefuns): New vars.
9441 (smie-config--advice, smie-config--mode-hook)
9442 (smie-config--setter, smie-config-local, smie-config--get-trace)
9443 (smie-config--guess-value, smie-config--guess): New functions.
9444 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
9445 text properties. Treat "string fence" syntax like string syntax.
9446
9447 * progmodes/sh-script.el (sh-use-smie): Change default.
9448 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
9449 (sh-var-value): Simplify by CSE.
9450 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
9451 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
9452 is used.
9453 (sh-guess-basic-offset): Use cl-incf.
9454 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
9455
9456 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
9457
9458 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
9459 (bug#15699).
9460
9461 2013-10-24 Glenn Morris <rgm@gnu.org>
9462
9463 * Makefile.in (abs_top_srcdir): Remove.
9464 (update-subdirs): Use relative path to update-subdirs.
9465
9466 2013-10-24 Eli Zaretskii <eliz@gnu.org>
9467
9468 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
9469 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9470 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9471 Call unmsys--file-name before expand-file-name, not after it.
9472
9473 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
9474
9475 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
9476 (ert-test-skipped): New error.
9477 (ert-skip, ert-stats-skipped): New defuns.
9478 (ert--skip-unless): New macro.
9479 (ert-test-skipped): New struct.
9480 (ert--run-test-debugger, ert-test-result-type-p)
9481 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
9482 (ert--stats-set-test-and-result, ert-char-for-test-result)
9483 (ert-string-for-test-result, ert-run-tests-batch)
9484 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
9485 Handle skipped tests. (Bug#9803)
9486
9487 2013-10-24 Glenn Morris <rgm@gnu.org>
9488
9489 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
9490
9491 * Makefile.in (abs_top_srcdir): New, set by configure.
9492 (update-subdirs): Correct build-aux location.
9493
9494 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
9495
9496 * vc/vc.el (vc-print-root-log): Always set `default-directory'
9497 value, whether we could auto-deduce `backend', or not.
9498
9499 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
9500 with parameters" example. Simplify the "is it block or is it
9501 hash" check, but also make it more thorough.
9502
9503 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
9504
9505 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
9506
9507 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
9510 { if it is hanging.
9511
9512 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
9513 :before ";".
9514
9515 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
9516
9517 * progmodes/compile.el (compilation-directory-matcher)
9518 (compilation-page-delimiter):
9519 Support GNU Make-4.0 directory quoting. (Bug#15678)
9520
9521 2013-10-23 Leo Liu <sdl.web@gmail.com>
9522
9523 * ido.el (ido-tidy): Handle read-only text.
9524
9525 2013-10-23 Glenn Morris <rgm@gnu.org>
9526
9527 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
9528 (emacs, compile, compile-always):
9529 Quote entities that might contain whitespace.
9530 (custom-deps, finder-data, autoloads): Use abs_lisp.
9531 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9532 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9533 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
9534
9535 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
9536
9537 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
9538 Use `following-char'.
9539
9540 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9541
9542 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
9543 * progmodes/ruby-mode.el (ruby-smie-rules):
9544 Remove corresponding workaround. Fix indentation rule of ";" so it
9545 also applies when ";" is the parent.
9546
9547 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
9548
9549 * frame.el (display-screens, display-pixel-height)
9550 (display-pixel-width, display-mm-width, display-backing-store)
9551 (display-save-under, display-planes, display-color-cells)
9552 (display-visual-class, display-monitor-attributes-list):
9553 Mention the optional ‘display’ argument in doc strings.
9554
9555 2013-10-22 Michael Gauland <mikelygee@amuri.net>
9556
9557 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
9558 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
9559
9560 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
9561
9562 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
9563 TODO. Add "." after " @ ".
9564 (ruby-smie--at-dot-call): New function. Checks if point at method
9565 call with explicit target.
9566 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
9567 to the method name tokens when it precedes them.
9568 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
9569 (ruby-smie-rules): Add rule for indentation before and after "."
9570 token.
9571
9572 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * textmodes/remember.el (remember-diary-extract-entries):
9575 Avoid add-to-list.
9576
9577 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
9578 an instruction.
9579
9580 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
9581
9582 * progmodes/ruby-mode.el (ruby-smie-grammar):
9583 Add (almost) all infix operators.
9584 (ruby-smie--implicit-semi-p): Add new operator chars.
9585
9586 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9587 `smie-down-list'.
9588 (ruby-smie--args-separator-p): Check that there's no newline
9589 between method call and its arguments.
9590
9591 2013-10-20 Alan Mackenzie <acm@muc.de>
9592
9593 Allow comma separated lists after Java "implements".
9594
9595 * progmodes/cc-engine.el (c-backward-over-enum-header):
9596 Parse commas.
9597 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
9598 from a "disallowed" list in enum fontification.
9599
9600 2013-10-20 Johan Bockgård <bojohan@gnu.org>
9601
9602 * startup.el (default-frame-background-mode): Remove unused defvar.
9603
9604 * progmodes/verilog-mode.el (verilog-mode): Don't set
9605 comment-indent-function globally.
9606
9607 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
9608
9609 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
9610 Move Info menu item creation to ns-win.el.
9611
9612 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
9613 in menu bar.
9614
9615 * menu-bar.el: Move GNUstep specific menus...
9616
9617 * term/ns-win.el (ns-initialize-window-system): ... to here.
9618
9619 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * simple.el (newline): Only run post-self-insert-hook when
9622 called interactively.
9623
9624 2013-10-19 Johan Bockgård <bojohan@gnu.org>
9625
9626 * icomplete.el (icomplete-with-completion-tables): Add :version.
9627
9628 2013-10-19 Alan Mackenzie <acm@muc.de>
9629
9630 Fix fontification bugs with constructors and const.
9631
9632 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
9633 CASE 2) Remove the check for the absence of a suffix construct
9634 after a function declaration with only types (no identifiers) in
9635 the parentheses. Also, accept a function declaration with just a
9636 type inside the parentheses, if this type can be positively
9637 recognised as such, or if a prefix keyword like "explicit" nails
9638 down the construct as a declaration.
9639
9640 2013-10-19 Eli Zaretskii <eliz@gnu.org>
9641
9642 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
9643 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
9644 the problem whereby selecting a menu item that leads to a
9645 minibuffer prompt moves the cursor out of the minibuffer window,
9646 making it hard to type at the prompt. Suggested by Stefan Monnier
9647 <monnier@iro.umontreal.ca>.
9648
9649 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
9650
9651 * menu-bar.el: Don't make Services menu.
9652
9653 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9654
9655 * ffap.el: Handle "/usr/include/c++/<version>" directories.
9656 (ffap-alist): Use ffap-c++-mode for c++-mode.
9657 (ffap-c++-path): New variable.
9658 (ffap-c++-mode): New function.
9659
9660 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
9661
9662 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
9663
9664 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
9665
9666 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
9667 introduced on 2013-09-08, which results in an infinite loop
9668 requesting a password.
9669
9670 2013-10-18 Glenn Morris <rgm@gnu.org>
9671
9672 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
9673
9674 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
9675
9676 Sync with upstream verilog-mode revision 1a6ecec7.
9677 * progmodes/verilog-mode.el (verilog-mode-version): Update.
9678 (verilog-mode-release-date): Remove.
9679 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
9680 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
9681 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9682 (verilog-auto-tieoff-ignore-regexp)
9683 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
9684 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
9685 (verilog-signals-with, verilog-dir-cache-preserving)
9686 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
9687 Doc fixes.
9688 (verilog-case-fold): New option, to control case folding in
9689 regexp searches, bug597.
9690 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
9691 (verilog-string-match-fold, verilog-in-paren-count)
9692 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
9693 (verilog-at-close-struct-p): New functions.
9694 (verilog-beg-block-re-ordered, verilog-extended-case-re)
9695 (verilog-forward-sexp, verilog-set-auto-endcomments)
9696 (verilog-leap-to-case-head): Handle "unique0" case.
9697 (verilog-in-constraint-re): New constant.
9698 (verilog-keywords, verilog-type-font-keywords):
9699 Add some SystemVerilog 1800-2012 keywords.
9700 (verilog-label-be): Remove unimplemented argument, bug669.
9701 (verilog-batch-execute-func): When batch expanding clear
9702 create-lockfiles to prevent spurious user locks when a file ends
9703 up not changing.
9704 (verilog-calculate-indent, verilog-calc-1)
9705 (verilog-at-close-constraint-p, verilog-at-constraint-p)
9706 (verilog-do-indent): Fix indentation of nested constraints
9707 and structures.
9708 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
9709 (verilog-auto-inst-param): Use verilog-string-match-fold.
9710 (verilog-read-inst-module-matcher):
9711 Fix AUTOINST on gate primitives with #1.
9712 (verilog-read-decls): Fix double-declaring user-defined typed signals.
9713 Reads all user-defined typed variables.
9714 (verilog-read-defines): Fix reading definitions inside comments, bug647.
9715 (verilog-signals-matching-regexp)
9716 (verilog-signals-not-matching-regexp, verilog-auto):
9717 Respect verilog-case-fold.
9718 (verilog-diff-report): Fix line count.
9719 (verilog-auto-assign-modport): Remove unused local `modi'.
9720 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
9721 better handle multidimensional arrays.
9722 Fix packed array ports misadding bit index in AUTOINST, bug637.
9723 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
9724 to not double-declare existing outputs and inputs, respectively.
9725 (verilog-template-map): Bind U to verilog-sk-uvm-component.
9726 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
9727 (verilog-sk-uvm-component): New skeleton.
9728 (verilog-submit-bug-report): Add verilog-case-fold,
9729 remove verilog-mode-release-date.
9730
9731 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
9732
9733 * subr.el (sit-for): Call (input-pending-p t) so as to behave
9734 as before.
9735
9736 2013-10-18 Reuben Thomas <rrt@sc3d.org>
9737
9738 * textmodes/remember.el (remember): Set buffer-offer-save in
9739 remember buffers (bug#13566).
9740
9741 2013-10-18 Daniel Colascione <dancol@dancol.org>
9742
9743 When evaluating forms in ielm, direct standard output to ielm
9744 buffer. Add new ielm-return-for-effect command. Remove trailing
9745 whitespace throughout.
9746
9747 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
9748 (ielm-return-for-effect): New command.
9749 (ielm-send-input): Accept optional `for-effect' parameter.
9750 (ielm-eval-input): Accept optional `for-effect' parameter.
9751 Bind `standard-output' to stream we create using
9752 `ielm-standard-output-impl'. Suppress printing result when
9753 `for-effect'.
9754 (ielm-standard-output-impl): New function.
9755 (inferior-emacs-lisp-mode): Explain new features in documentation.
9756
9757 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
9758
9759 Code cleanup.
9760
9761 * net/tramp.el (tramp-debug-message): Do not check for connection
9762 buffer.
9763 (tramp-message): Use "vector" connection property.
9764
9765 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
9766 (tramp-equal-remote, tramp-eshell-directory-change)
9767 * net/tramp-adb.el (tramp-adb-handle-copy-file)
9768 (tramp-adb-handle-rename-file)
9769 * net/tramp-cmds.el (tramp-list-remote-buffers)
9770 (tramp-cleanup-connection, tramp-cleanup-this-connection)
9771 * net/tramp-compat.el (tramp-compat-process-running-p)
9772 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
9773 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
9774 (tramp-gvfs-handle-rename-file)
9775 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9776 (tramp-set-file-uid-gid)
9777 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9778 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
9779 of `file-remote-p'.
9780
9781 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
9782 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9783 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
9784 (tramp-gw-open-network-stream): Suppress unrelated traces.
9785
9786 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
9787 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9788 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9789 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
9790 connection property.
9791
9792 * net/tramp-cache.el (top): Suppress traces when reading
9793 persistency file.
9794
9795 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9796 Refactor common code. Improve debug message.
9797 (tramp-maybe-open-connection)
9798 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
9799 connection buffer too early.
9800
9801 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
9802 from `tramp-smb-actions-with-acl'.
9803 (tramp-smb-actions-set-acl): New defconst.
9804 (tramp-smb-handle-copy-directory)
9805 (tramp-smb-action-get-acl): New defun, renamed from
9806 `tramp-smb-action-with-acl'.
9807 (tramp-smb-action-set-acl): New defun.
9808 (tramp-smb-handle-set-file-acl): Rewrite.
9809
9810 2013-10-17 Glenn Morris <rgm@gnu.org>
9811
9812 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
9813
9814 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * skeleton.el (skeleton-newline): Remove.
9817 (skeleton-internal-1): Use (insert "\n") instead.
9818
9819 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
9820 let-bindings.
9821
9822 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
9823 forward-sexp-function while we redo its job (bug#15613).
9824
9825 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
9826
9827 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
9828 represented by lists.
9829
9830 2013-10-16 Glenn Morris <rgm@gnu.org>
9831
9832 * tmm.el (tmm--history): New dynamic variable.
9833 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
9834
9835 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
9836
9837 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
9838 (tramp-smb-errors): Add error messages.
9839 (tramp-smb-actions-with-acl): New defconst.
9840 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
9841 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
9842 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
9843 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
9844 (tramp-smb-get-stat-capability): Fix tests.
9845
9846 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
9847
9848 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
9849 (bug#15580).
9850
9851 2013-10-16 Glenn Morris <rgm@gnu.org>
9852
9853 * ansi-color.el (ansi-color-drop-regexp):
9854 Add 1J, 1K, 2K. (Bug#15617)
9855
9856 * files.el (hack-local-variables--warned-lexical): New.
9857 (hack-local-variables):
9858 Warn about misplaced lexical-binding. (Bug#15616)
9859
9860 * net/eww.el (eww-render): Always set eww-current-url,
9861 and update header line. (Bug#15622)
9862 (eww-display-html): ... Rather than just doing it here.
9863
9864 2013-10-15 Eli Zaretskii <eliz@gnu.org>
9865
9866 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
9867 menu navigations commands.
9868
9869 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
9870
9871 * progmodes/subword.el (subword-capitalize): Be careful when
9872 the search for [[:alpha:]] fails (bug#15580).
9873
9874 2013-10-14 Eli Zaretskii <eliz@gnu.org>
9875
9876 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
9877 to commands that scroll the menu.
9878
9879 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
9880
9881 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
9882 Handle methods ending with `?' and `!'.
9883
9884 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
9885
9886 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
9887 `japanese-cp932' to `cp932' to fix the problem where saving a
9888 source file written in Shift_JIS twice would end up having
9889 `coding: japanese-cp932' which Ruby could not recognize.
9890 (ruby-mode-set-encoding): Add support for encodings mapped to nil
9891 in `ruby-encoding-map'.
9892 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
9893 doesn't need to be explicitly declared in magic comment.
9894 (ruby-encoding-map): Add type declaration for better customize UI.
9895
9896 2013-10-13 Glenn Morris <rgm@gnu.org>
9897
9898 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
9899 Occur buffers are read-only. http://bugs.debian.org/720775
9900
9901 * emacs-lisp/authors.el (authors-fixed-entries):
9902 Comment out old alpha stuff.
9903
9904 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
9905
9906 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9907 to `after-save-hook' instead of `before-save-hook'.
9908 (ruby-mode-set-encoding): Use the value of coding system used to
9909 write the file. Call `basic-save-buffer-1' after modifying the
9910 buffer.
9911
9912 2013-10-13 Alan Mackenzie <acm@muc.de>
9913
9914 Fix indentation/fontification of Java enum with
9915 "implements"/generic.
9916
9917 * progmodes/cc-engine.el (c-backward-over-enum-header):
9918 Extracted from the three other places and enhanced to handle generics.
9919 (c-inside-bracelist-p): Uses new function above.
9920 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
9921 function above.
9922 (c-font-lock-enum-tail): Uses new function above.
9923
9924 2013-10-13 Kenichi Handa <handa@gnu.org>
9925
9926 * international/mule-cmds.el (select-safe-coding-system): Remove a
9927 superfluous condition in chekcing whether a coding system is safe
9928 or not.
9929
9930 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
9931
9932 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
9933
9934 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
9935
9936 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
9937
9938 2013-10-13 Glenn Morris <rgm@gnu.org>
9939
9940 * menu-bar.el (menu-bar-update-buffers):
9941 Unify Buffers menu prompt string. (Bug#15576)
9942
9943 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
9944
9945 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
9946 Add some entries.
9947 (authors-fixed-entries): Use accented form of name.
9948
9949 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9950
9951 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
9952 method calls (bug#15594).
9953 (ruby-smie--args-separator-p): New function.
9954 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
9955 recognize paren-free method calls.
9956
9957 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
9958 internals of universal-argument.
9959
9960 2013-10-11 Eli Zaretskii <eliz@gnu.org>
9961
9962 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
9963 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
9964 dropped menu on second mouse click on the menu bar.
9965
9966 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
9969 (explicit-shell-file-name): Declare.
9970 (sh--vars-before-point, sh--cmd-completion-table): New functions.
9971 (sh-completion-at-point-function): New function.
9972 (sh-mode): Use it.
9973 (sh-smie--keyword-p): Remove unused argument.
9974 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
9975 vars.
9976 (sh-set-shell): Always setup SMIE, even if we use the
9977 old indentation code.
9978
9979 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
9980
9981 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
9982 cases of ? and =.
9983 (ruby-smie-rules): Simplify the "do" rule. The cases when the
9984 predicate would return nil are almost non-existent.
9985 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
9986
9987 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
9988 cache also after commands that modify the buffer but don't move
9989 point.
9990
9991 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * env.el (substitute-env-in-file-name): New function.
9994 (substitute-env-vars): Extend the meaning of the optional arg.
9995
9996 2013-10-10 Eli Zaretskii <eliz@gnu.org>
9997
9998 * term/w32-win.el (dynamic-library-alist): Define separate lists
9999 of GIF DLLs for versions before and after 5.0.0 of giflib.
10000 (Bug#15531)
10001
10002 2013-10-10 João Távora <joaotavora@gmail.com>
10003
10004 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
10005 not locked, use last revision and current source as
10006 defaults. (Bug#15569)
10007
10008 2013-10-10 Masatake YAMATO <yamato@redhat.com>
10009
10010 * menu-bar.el (menu-bar-open): Don't use popup-menu if
10011 menu-bar is hidden.
10012
10013 2013-10-10 Martin Rudalics <rudalics@gmx.at>
10014
10015 * window.el (pop-to-buffer-same-window): Fix doc-string.
10016 (Bug#15492)
10017
10018 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
10021
10022 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
10023
10024 * calendar/icalendar.el (icalendar-import-file):
10025 Fix interactive spec. (Bug#15482)
10026
10027 2013-10-10 Glenn Morris <rgm@gnu.org>
10028
10029 * desktop.el (desktop-save): Default to saving in .emacs.d,
10030 since PWD is no longer in desktop-path by default. (Bug#15319)
10031
10032 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
10033 now that text mode has a menu with the same entry.
10034 (menu-bar-text-mode-auto-fill): Remove now unused func.
10035 * textmodes/text-mode.el (text-mode-map):
10036 Use auto-fill help text from menu-bar.el.
10037
10038 2013-10-10 John Anthony <john@jo.hnanthony.com>
10039
10040 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
10041
10042 2013-10-09 Juri Linkov <juri@jurta.org>
10043
10044 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
10045 instead of this-command-keys. Add universal-argument-more and
10046 universal-argument-minus to the list of prefix commands. (Bug#15568)
10047
10048 2013-10-09 Glenn Morris <rgm@gnu.org>
10049
10050 * vc/vc-svn.el (vc-svn-create-repo):
10051 Expand paths in file://... url. (Bug#15446)
10052
10053 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
10054 Add some entries.
10055 (authors): Remove unused local variables.
10056
10057 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10058
10059 * profiler.el: Create a more coherent calltree from partial backtraces.
10060 (profiler-format): Hide the tail with `invisible' so that C-s can still
10061 find the hidden elements.
10062 (profiler-calltree-depth): Don't recurse so enthusiastically.
10063 (profiler-function-equal): New hash-table-test.
10064 (profiler-calltree-build-unified): New function.
10065 (profiler-calltree-build): Use it.
10066 (profiler-report-make-name-part): Indent the calltree less.
10067 (profiler-report-mode): Add visibility specs for profiler-format.
10068 (profiler-report-expand-entry, profiler-report-toggle-entry):
10069 Expand the whole subtree when provided with a prefix arg.
10070
10071 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
10072
10073 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
10074 iuwu-mod token.
10075 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
10076 hanging iuwu-mod token.
10077 (ruby-smie--forward-token): Do not include a dot after a token in
10078 that token.
10079 (ruby-smie--backward-token): Likewise.
10080
10081 2013-10-08 Juri Linkov <juri@jurta.org>
10082
10083 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
10084 to isearch-other-control-char.
10085 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
10086 and isearch-post-command-hook to post-command-hook.
10087 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
10088 and isearch-post-command-hook from post-command-hook.
10089 (isearch-unread-key-sequence)
10090 (isearch-reread-key-sequence-naturally)
10091 (isearch-lookup-scroll-key, isearch-other-control-char)
10092 (isearch-other-meta-char): Remove functions.
10093 (isearch-pre-command-hook, isearch-post-command-hook):
10094 New functions based on isearch-other-meta-char rewritten
10095 relying on the new behavior of overriding-terminal-local-map
10096 that does not replace the local keymaps any more. (Bug#15200)
10097
10098 2013-10-08 Eli Zaretskii <eliz@gnu.org>
10099
10100 Support menus on text-mode terminals.
10101 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
10102 functionality.
10103
10104 * tooltip.el (tooltip-mode): Don't error out on TTYs.
10105
10106 * menu-bar.el (popup-menu, popup-menu-normalize-position):
10107 Move here from mouse.el.
10108 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
10109 and arrow keys.
10110 (tty-menu-navigation-map): New map for TTY menu navigation.
10111
10112 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
10113
10114 * frame.el (display-mouse-p): Report text-mode mouse as available
10115 on w32.
10116 (display-popup-menus-p): Report availability if mouse is
10117 available; don't condition on window-system.
10118
10119 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
10120 (tty-menu-selected-face): New faces.
10121
10122 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
10123
10124 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
10125 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
10126 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
10127 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
10128 New constants.
10129 (lisp-mode-variables): New `elisp' argument.
10130 (emacs-lisp-mode): Use it.
10131 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
10132 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
10133
10134 * indent.el: Use lexical-binding.
10135 (indent-region): Add progress reporter.
10136 (tab-stop-list): Make it implicitly extend to infinity by repeating the
10137 last step.
10138 (indent--next-tab-stop): New function to implement this behavior.
10139 (tab-to-tab-stop, move-to-tab-stop): Use it.
10140
10141 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
10142
10143 * indent.el (indent-rigidly--current-indentation): New function.
10144 (indent-rigidly-map): New var.
10145 (indent-rigidly): Use it to provide interactive mode (bug#8196).
10146
10147 2013-10-08 Bastien Guerry <bzg@gnu.org>
10148
10149 * register.el (insert-register): Fix 2013-10-07 change.
10150
10151 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
10152
10153 * progmodes/perl-mode.el: Use lexical-binding.
10154 Remove redundant :group args.
10155 (perl-nochange): Change default to be closer to other major modes's
10156 standard behavior.
10157 (perl-indent-line): Don't consider text on current line as a
10158 valid beginning of function from which to indent.
10159
10160 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
10161 with more than one argument (bug#15538).
10162
10163 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
10164
10165 * vc/pcvs.el: Use lexical-binding.
10166 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
10167 environment of `eval'.
10168 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
10169 than a list of expressions. Adjust callers.
10170 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
10171
10172 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
10173
10174 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
10175 case of the dot in a chained method call being on the following line.
10176
10177 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * electric.el (electric-indent-inhibit): New var.
10180 (electric-indent-post-self-insert-function): Use it.
10181 * progmodes/python.el (python-mode): Set it.
10182
10183 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
10184 open braces.
10185
10186 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
10187
10188 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
10189 (css-mode): Use electric-indent-chars.
10190
10191 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
10192 (font-lock-beg, font-lock-end): Move before first use.
10193 (nxml-mode): Use syntax-propertize-function.
10194 (nxml-after-change, nxml-after-change1): Adjust accordingly.
10195 (nxml-extend-after-change-region): Remove.
10196 * nxml/xmltok.el: Use lexical-binding.
10197 (xmltok-save): Use `declare'.
10198 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
10199 * nxml/nxml-util.el: Use lexical-binding.
10200 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
10201 Use `declare'.
10202 * nxml/nxml-ns.el: Use lexical-binding.
10203 (nxml-ns-save): Use `declare'.
10204 (nxml-ns-prefixes-for): Avoid add-to-list.
10205 * nxml/rng-match.el: Use lexical-binding.
10206 (rng--ipattern): Use cl-defstruct.
10207 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
10208 (rng-cons-group-after, rng-subst-group-after)
10209 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
10210 Use closures instead of `(lambda...).
10211
10212 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
10213
10214 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
10215 of BEG and END.
10216
10217 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10218 Use `tramp-handle-insert-file-contents'.
10219 (tramp-gvfs-handle-insert-file-contents): Remove function.
10220
10221 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
10222 Use `save-restriction' in order to keep markers.
10223
10224 * net/trampver.el: Update release number.
10225
10226 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10227
10228 * progmodes/compile.el (compilation-parse-errors):
10229 Use compilation--put-prop.
10230 (compilation--ensure-parse): Check compilation-multiline.
10231
10232 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
10233
10234 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
10235 lexical-binding.
10236
10237 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
10238
10239 * progmodes/ruby-mode.el: Fix recently added tests.
10240 (ruby-smie-grammar): Add - and +.
10241 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
10242 (ruby-smie--backward-id): New functions.
10243 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
10244 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
10245 any more.
10246
10247 2013-10-07 Leo Liu <sdl.web@gmail.com>
10248
10249 * register.el (register-preview-delay)
10250 (register-preview-functions): New variables.
10251 (register-read-with-preview, register-preview)
10252 (register-describe-oneline): New functions.
10253 (point-to-register, window-configuration-to-register)
10254 (frame-configuration-to-register, jump-to-register)
10255 (number-to-register, view-register, insert-register)
10256 (copy-to-register, append-to-register, prepend-to-register)
10257 (copy-rectangle-to-register): Use register-read-with-preview to
10258 read register. (Bug#15525)
10259
10260 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
10261
10262 * net/network-stream.el (network-stream-open-starttls): Don't add
10263 --insecure if it's already present, because that gnutls-cli
10264 rejects getting that parameter twice.
10265
10266 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
10267
10268 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
10269 keyword, too.
10270
10271 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
10272
10273 * newcomment.el (comment-use-global-state): Change default value
10274 to t, mark obsolete (Bug#15251).
10275 (comment-beginning): In addition to `comment-to-syntax', check the
10276 value of `comment-use-global-state'.
10277
10278 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10279
10280 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
10281 (ruby-comment-column): Follow the global default, by default.
10282 (ruby-smie-grammar): Add assignment syntax.
10283 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
10284 open-paren, a comma, or a \.
10285 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
10286 and line continuations.
10287 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
10288 followed by implicit semi-colons. Add rule for string concatenation
10289 and for indentation at BOB.
10290 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
10291
10292 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
10293 calling next-sexp, since next-token may have skipped chars which
10294 next-sexp doesn't know should be skipped!
10295
10296 2013-10-05 Leo Liu <sdl.web@gmail.com>
10297
10298 * progmodes/octave.el (octave-send-region):
10299 Call compilation-forget-errors.
10300
10301 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
10302
10303 * vc/vc-svn.el (vc-svn-find-admin-dir):
10304 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
10305 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
10306 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
10307 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
10308
10309 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10310
10311 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
10312
10313 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * subr.el (read-passwd): Hide chars even when called within a context
10316 where after-change-functions is disabled (bug#15501).
10317 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
10318 until we removed ourself from overriding-terminal-local-map.
10319
10320 2013-10-04 Leo Liu <sdl.web@gmail.com>
10321
10322 * progmodes/octave.el (inferior-octave-mode):
10323 Call compilation-forget-errors.
10324
10325 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
10326
10327 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
10328
10329 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
10330
10331 * net/secrets.el (secrets-create-collection): Add optional
10332 argument ALIAS. Use proper Label keyword. Append ALIAS as
10333 dbus-call-method argument. (Bug#15516)
10334
10335 2013-10-04 Leo Liu <sdl.web@gmail.com>
10336
10337 * progmodes/octave.el (inferior-octave-error-regexp-alist)
10338 (inferior-octave-compilation-font-lock-keywords): New variables.
10339 (compilation-error-regexp-alist)
10340 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
10341 (inferior-octave-mode): Use compilation-shell-minor-mode.
10342
10343 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
10344
10345 * minibuffer.el (completion--replace): Be careful that `end' might be
10346 a marker.
10347
10348 2013-10-03 Daiki Ueno <ueno@gnu.org>
10349
10350 Add support for package signature checking.
10351 * emacs-lisp/package.el (url-http-file-exists-p)
10352 (epg-make-context, epg-context-set-home-directory)
10353 (epg-verify-string, epg-context-result-for)
10354 (epg-signature-status, epg-signature-to-string)
10355 (epg-check-configuration, epg-configuration)
10356 (epg-import-keys-from-file): Declare.
10357 (package-check-signature): New user option.
10358 (package-unsigned-archives): New user option.
10359 (package-desc): Add `signed' field.
10360 (package-load-descriptor): Set `signed' field if .signed file exists.
10361 (package--archive-file-exists-p): New function.
10362 (package--check-signature): New function.
10363 (package-install-from-archive): Check package signature.
10364 (package--download-one-archive): Check archive signature.
10365 (package-delete): Remove .signed file.
10366 (package-import-keyring): New command.
10367 (package-refresh-contents): Import default keyring.
10368 (package-desc-status): Add "unsigned" status.
10369 (describe-package-1, package-menu--print-info)
10370 (package-menu-mark-delete, package-menu--find-upgrades)
10371 (package-menu--status-predicate): Support "unsigned" status.
10372
10373 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
10376 the new compilation scheme using the new byte-codes.
10377
10378 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
10379 (byte-pophandler): New byte codes.
10380 (byte-goto-ops): Adjust accordingly.
10381 (byte-compile--use-old-handlers): New var.
10382 (byte-compile-catch): Use new byte codes depending on
10383 byte-compile--use-old-handlers.
10384 (byte-compile-condition-case--old): Rename from
10385 byte-compile-condition-case.
10386 (byte-compile-condition-case--new): New function.
10387 (byte-compile-condition-case): New function that dispatches depending
10388 on byte-compile--use-old-handlers.
10389 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
10390 when we can.
10391
10392 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10393 Optimize under `condition-case' and `catch' if
10394 byte-compile--use-old-handlers is nil.
10395 (disassemble-offset): Handle new bytecodes.
10396
10397 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * subr.el (error): Use `declare'.
10400 (decode-char, encode-char): Use advertised-calling-convention instead
10401 of the docstring to discourage use of the `restriction' arg.
10402
10403 2013-10-03 Daiki Ueno <ueno@gnu.org>
10404
10405 * epg.el (epg-verify-file): Add a comment saying that it does not
10406 notify verification error as a return value nor a signal.
10407 (epg-verify-string): Ditto.
10408
10409 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10410
10411 * progmodes/compile.el (compilation-start): Try globbing the arg to
10412 `cd' (bug#15417).
10413
10414 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
10415
10416 Sync with Tramp 2.2.8.
10417
10418 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
10419 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
10420 * net/trampver.el: Update release number.
10421
10422 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
10423
10424 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10425 and default-process-coding-system for darwin only.
10426
10427 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
10430
10431 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
10432
10433 * vc/vc-git.el (vc-git-grep): Disable pager.
10434
10435 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
10436
10437 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
10438 Use :url instead of :homepage, as per
10439 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
10440
10441 * newcomment.el (comment-beginning): When `comment-use-syntax' is
10442 non-nil, use `syntax-ppss' (Bug#15251).
10443
10444 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10445
10446 * progmodes/octave.el (inferior-octave-startup-file):
10447 Prefer ~/.emacs.d/init_octave.m.
10448
10449 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
10450
10451 * emacs-lisp/package.el (package-desc-from-define):
10452 Accept additional arguments as plist, convert them to an alist and store
10453 them in the `extras' slot.
10454 (package-generate-description-file): Convert extras alist back to
10455 plist and append to the `define-package' form arguments.
10456 (package--alist-to-plist): New function.
10457 (package--ac-desc): Add `extras' slot.
10458 (package--add-to-archive-contents): Check if the archive-contents
10459 vector is long enough, and if it is, pass its `extras' slot value
10460 to `package-desc-create'.
10461 (package-buffer-info): Call `lm-homepage', pass the returned value
10462 to `package-desc-from-define'.
10463 (describe-package-1): Render the homepage button (Bug#13291).
10464
10465 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10466 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
10467
10468 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
10469
10470 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10471 and default-process-coding-system to utf-8-unix (Bug#15402).
10472
10473 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
10474
10475 * subr.el (looking-back): Do not recommend using looking-back.
10476
10477 2013-09-28 Alan Mackenzie <acm@muc.de>
10478
10479 Fix indentation/fontification of Java enum with "implements".
10480
10481 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
10482 regexp which matches "implements", etc., in Java.
10483 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
10484 specifier clauses coming after "enum".
10485 * progmodes/cc-fonts.el (c-font-lock-declarations)
10486 (c-font-lock-enum-tail): Check for extra specifier clauses coming
10487 after "enum".
10488
10489 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
10490
10491 * faces.el (region): Change ns_selection_color to
10492 ns_selection_fg_color, add ns_selection_bg_color.
10493
10494 2013-09-28 Leo Liu <sdl.web@gmail.com>
10495
10496 * progmodes/octave.el (inferior-octave-completion-table)
10497 (inferior-octave-completion-at-point): Minor tweaks.
10498
10499 * textmodes/ispell.el (ispell-lookup-words): Rename from
10500 lookup-words. (Bug#15460)
10501 (lookup-words): Obsolete.
10502 (ispell-complete-word, ispell-command-loop): All uses changed.
10503
10504 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10505
10506 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
10507 (octave-mode-menu): Add octave-send-buffer.
10508 (octave-send-buffer): New function.
10509
10510 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10511
10512 * progmodes/octave.el (octave-mode-map): Add key binding for
10513 octave-lookfor.
10514 (octave-mode-menu): Add octave-lookfor.
10515 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
10516 octave-lookfor.
10517 (octave-lookfor): New function.
10518
10519 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10520
10521 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
10522 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
10523 its convention.
10524 (cl--loop-set-iterator-function): New function.
10525 (cl-loop): Adjust accordingly, so as not to use cl-subst.
10526 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
10527 Bind `it' with `let' instead of substituting it with `cl-subst'.
10528 (cl--unused-var-p): New function.
10529 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
10530 Eliminate some unused variable warnings (bug#15326).
10531
10532 2013-09-27 Tassilo Horn <tsdh@gnu.org>
10533
10534 * doc-view.el (doc-view-scale-reset): Rename from
10535 `doc-view-reset-zoom-level'.
10536 (doc-view-scale-adjust): New command.
10537 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
10538 `doc-view-scale-adjust'.
10539
10540 2013-09-26 Tassilo Horn <tsdh@gnu.org>
10541
10542 * doc-view.el (doc-view-reset-zoom-level): New command.
10543 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
10544 zoom commands (bug#15466).
10545
10546 2013-09-26 Kenichi Handa <handa@gnu.org>
10547
10548 * international/quail.el (quail-help): Make it not a command.
10549
10550 2013-09-26 Leo Liu <sdl.web@gmail.com>
10551
10552 * minibuffer.el (completion-all-sorted-completions): Make args
10553 optional as they are.
10554
10555 2013-09-25 Daniel Colascione <dancol@dancol.org>
10556
10557 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
10558 specs are and that they're not evaluated.
10559
10560 2013-09-24 Sam Steingold <sds@gnu.org>
10561
10562 * midnight.el (clean-buffer-list-kill-regexps)
10563 (clean-buffer-list-kill-buffer-names): Update for the new Man
10564 buffer naming which includes the object name.
10565
10566 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10567
10568 * eshell/esh-cmd.el (eshell--sep-terms): New var.
10569 (eshell-parse-command, eshell-parse-pipeline): Use it since
10570 eshell-separate-commands requires a dynamic scoped var.
10571 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
10572
10573 2013-09-23 Leo Liu <sdl.web@gmail.com>
10574
10575 * autoinsert.el (auto-insert-alist): Make the value of
10576 lexical-binding match its file setting.
10577
10578 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
10579
10580 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
10581
10582 * autoarg.el (autoarg-kp-digit-argument):
10583 * electric.el (Electric-command-loop):
10584 * kmacro.el (kmacro-step-edit-insert):
10585 Do not set universal-argument-num-events.
10586
10587 2013-09-22 Leo Liu <sdl.web@gmail.com>
10588
10589 * files.el (interpreter-mode-alist): Add octave.
10590
10591 2013-09-21 Alan Mackenzie <acm@muc.de>
10592
10593 C++: fontify identifier in declaration following "public:" correctly.
10594 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
10595 to match "public", etc.
10596 (c-decl-prefix-re): Add ":" into the C++ value.
10597 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
10598 bit. Add a check for a ":" preceded by "public", etc.
10599
10600 2013-09-21 Eli Zaretskii <eliz@gnu.org>
10601
10602 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
10603 recognized by GDB 7.5 and later.
10604
10605 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
10606
10607 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
10608
10609 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10610
10611 * subr.el (internal--call-interactively): New const.
10612 (called-interactively-p): Use it (bug#3984).
10613
10614 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
10615
10616 * vc/pcvs.el (cvs-mode-ignore):
10617 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
10618 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
10619
10620 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
10623 (eshell-ls-orig-insert-directory): Remove.
10624 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
10625 (eshell-ls-use-in-dired): Use advice-add/remove.
10626 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
10627 Add `orig-fun' arg for use in :around advice.
10628 Make it check (redundantly) eshell-ls-use-in-dired.
10629
10630 2013-09-19 Glenn Morris <rgm@gnu.org>
10631
10632 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
10633
10634 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
10635
10636 * emacs-lisp/eieio.el (class-parent): Undo previous change.
10637
10638 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
10639
10640 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
10641 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
10642 (tramp-get-remote-python): New defuns.
10643 (tramp-get-remote-uid-with-perl)
10644 (tramp-get-remote-gid-with-perl): New defuns. Perl code
10645 contributed by yary <not.com@gmail.com> (tiny change).
10646 (tramp-get-remote-uid-with-python)
10647 (tramp-get-remote-gid-with-python): New defuns. Python code
10648 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
10649 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
10650
10651 2013-09-19 Glenn Morris <rgm@gnu.org>
10652
10653 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
10654
10655 * eshell/em-unix.el (eshell-remove-entries):
10656 Rename argument to avoid name-clash with global `top-level'.
10657
10658 * eshell/esh-proc.el (eshell-kill-process-function):
10659 Remove eshell-reset-after-proc from eshell-kill-hook if present.
10660 (eshell-reset-after-proc): Remove unused arg `proc'.
10661
10662 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
10663 (directory-files-and-attributes): Mark unused arg.
10664
10665 * eshell/em-unix.el (eshell-remove-entries):
10666 Remove unused arg `path'. Update callers.
10667
10668 * eshell/em-hist.el (eshell-hist-parse-arguments):
10669 Remove unused arg `silent'. Update callers.
10670
10671 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
10672 Fix (f)boundp mix-up.
10673
10674 * eshell/em-smart.el (eshell-smart-scroll-window)
10675 (eshell-disable-after-change):
10676 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
10677
10678 2013-09-18 Alan Mackenzie <acm@muc.de>
10679
10680 Fix fontification of type when followed by "const".
10681 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
10682 "known" types from fontification.
10683
10684 2013-09-18 Glenn Morris <rgm@gnu.org>
10685
10686 * emacs-lisp/chart.el (x-display-color-cells): Declare.
10687 (chart-face-list): Drop Emacsen without display-color-p.
10688
10689 * net/eww.el (libxml-parse-html-region): Declare.
10690 (eww-display-html): Explicit error if no libxml2 support.
10691
10692 * doc-view.el (doc-view-mode): Silence --without-x compilation.
10693
10694 * image.el (image-type-from-buffer, image-multi-frame-p):
10695 Remove --without-x warning/error.
10696
10697 * mouse.el (mouse-yank-primary):
10698 * term.el (term-mouse-paste):
10699 Reorder to silence --without-x compilation.
10700
10701 * mpc.el (doc-view-mode): Silence --without-x compilation.
10702
10703 * mail/rmailmm.el (rmail-mime-set-bulk-data):
10704 Silence --without-x compilation.
10705
10706 * progmodes/gud.el (gud-find-file, gud-mode):
10707 Silence --without-x compilation.
10708 (tooltip-mode): Declare.
10709
10710 * wdired.el (dired-backup-overwrite): Remove declaration.
10711 (wdired-mode-map): Add doc string.
10712
10713 * custom.el (x-get-resource): Declare.
10714
10715 * eshell/em-glob.el (ange-cache):
10716 * eshell/em-unix.el (ange-cache): Declare.
10717
10718 * faces.el (x-display-list, x-open-connection, x-get-resource):
10719 Declare.
10720
10721 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
10722 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
10723 Declare.
10724
10725 * frame.el (x-display-grayscale-p, x-display-name): Declare.
10726
10727 * net/gnutls.el (gnutls-log-level): Declare.
10728
10729 * net/shr.el (image-size, image-animate): Declare.
10730
10731 * simple.el (font-info): Declare.
10732
10733 * subr.el (x-popup-dialog): Declare.
10734
10735 * term/common-win.el (x-select-enable-primary)
10736 (x-last-selected-text-primary, x-last-selected-text-clipboard):
10737 Declare.
10738
10739 * term/ns-win.el (x-handle-args): Declare.
10740
10741 * term/x-win.el (x-select-enable-clipboard): Declare.
10742
10743 * term/w32-win.el (create-default-fontset): Declare.
10744
10745 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
10746 Declare.
10747
10748 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
10749 (fit-frame-to-buffer): Explicit error if --without-x.
10750 (mouse-autoselect-window-select): Silence compiler.
10751
10752 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10753
10754 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
10755 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
10756 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
10757 * eshell/esh-util.el (eshell-sublist):
10758 Remove unused local variables.
10759
10760 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
10761
10762 * textmodes/two-column.el: Make 2C-split work for --without-x.
10763 (scroll-bar-columns): Autoload.
10764 (top-level): Require fringe when compiling.
10765
10766 2013-09-18 Leo Liu <sdl.web@gmail.com>
10767
10768 * subr.el (add-hook): Robustify to handle closure as well.
10769
10770 2013-09-17 Glenn Morris <rgm@gnu.org>
10771
10772 * simple.el (messages-buffer-mode-map): Unbind "g".
10773
10774 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10775
10776 * help-mode.el (help-mode-finish): Use derived-mode-p.
10777 Remove obsolete highlighting.
10778
10779 * play/life.el (life-mode): Use define-derived-mode. Derive from
10780 special-mode.
10781 (life): Let-bind inhibit-read-only.
10782 (life-setup): Avoid `setq'. Use `life-mode'.
10783
10784 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
10785 which should not be needed any more.
10786 (package-menu-refresh, package-menu-describe-package): Use user-error.
10787
10788 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
10789 (eshell-post-rewrite-command-hook): Make obsolete.
10790 (eshell-parse-command): Simplify.
10791 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
10792 (eshell--cmd): Declare.
10793 (eshell-parse-pipeline): Remove unused var `final-p'.
10794 Pass a dynvar to eshell-post-rewrite-command-hook.
10795 Implement the new eshell-post-rewrite-command-function.
10796 (eshell-invoke-directly): Remove unused arg `input'.
10797 * eshell/esh-io.el (eshell-io-initialize):
10798 Use eshell-post-rewrite-command-function (bug#15399).
10799 (eshell--apply-redirections): Rename from eshell-apply-redirections;
10800 adjust to new calling convention.
10801 (eshell-create-handles): Rename args to avoid clashing with dynvar
10802 `standard-output'.
10803
10804 2013-09-17 Glenn Morris <rgm@gnu.org>
10805
10806 * simple.el (messages-buffer-mode): New major mode.
10807 (messages-buffer): New function.
10808 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
10809 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
10810 (ert-run-test): Use `messages-buffer' function.
10811 (ert--force-message-log-buffer-truncation): Ignore read-only.
10812 * help.el (view-echo-area-messages): Use `messages-buffer' function.
10813 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
10814
10815 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
10818
10819 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
10820
10821 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10822
10823 * icomplete.el (icomplete-in-buffer): New var.
10824 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
10825 vars and replace them with functions.
10826 (icomplete-minibuffer-setup): Adjust accordingly.
10827 (icomplete--completion-table, icomplete--completion-predicate)
10828 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
10829 New functions.
10830 (icomplete-forward-completions, icomplete-backward-completions)
10831 (icomplete-simple-completing-p, icomplete-exhibit)
10832 (icomplete-completions): Use them.
10833 (icomplete--in-region-buffer): New var.
10834 (icomplete--in-region-setup): New function.
10835 (icomplete-mode): Use it.
10836
10837 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
10838 (bug#15379).
10839 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
10840 return args and options.
10841 (eshell-eval-using-options): Use the new return value of
10842 eshell--do-opts to set the options's vars in their scope.
10843 (eshell--set-option): Rename from eshell-set-option.
10844 Add arg `opt-vals'.
10845 (eshell--process-option): Rename from eshell-process-option.
10846 Add arg `opt-vals'.
10847 (eshell--process-args): Use an `opt-vals' alist to store the options's
10848 values during their processing and return them additionally to the
10849 remaining args.
10850
10851 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
10852
10853 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
10854 continuation character an operator, as far as indentation is
10855 concerned (Bug#15369).
10856
10857 2013-09-15 Martin Rudalics <rudalics@gmx.at>
10858
10859 * window.el (window--state-put-2): Don't process buffer state
10860 when buffer doesn't exist any more (Bug#15382).
10861
10862 2013-09-15 Glenn Morris <rgm@gnu.org>
10863
10864 * eshell/em-unix.el (eshell/rm):
10865 Make -f ignore missing files. (Bug#15373)
10866
10867 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
10868 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
10869 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
10870
10871 2013-09-14 Glenn Morris <rgm@gnu.org>
10872
10873 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
10874
10875 2013-09-13 Glenn Morris <rgm@gnu.org>
10876
10877 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
10878 (dired-guess-default): Make `file' available in the env. (Bug#15363)
10879
10880 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
10881
10882 * frame.el (x-focus-frame): Mark as declared in frame.c.
10883
10884 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * ls-lisp.el: Use advice-add.
10887 (original-insert-directory): Remove.
10888 (ls-lisp--insert-directory): Rename from insert-directory; add
10889 `orig-fun' argument.
10890 (insert-directory): Advise.
10891
10892 2013-09-13 Eli Zaretskii <eliz@gnu.org>
10893
10894 * term.el (term-emulate-terminal): Decode the command string
10895 before passing it to term-command-hook. (Bug#15337)
10896
10897 2013-09-13 Glenn Morris <rgm@gnu.org>
10898
10899 * eshell/esh-util.el (ange-cache): Move declaration earlier.
10900
10901 * eshell/esh-ext.el (eshell-search-path): Declare.
10902
10903 * eshell/em-prompt.el (eshell/pwd): Autoload it.
10904 Otherwise an error occurs if eshell-dirs module not loaded.
10905
10906 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
10907
10908 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
10909
10910 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
10911 `tramp-check-proper-host'. Check for a valid method name.
10912
10913 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10914 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10915 * net/tramp-sh.el (tramp-maybe-open-connection):
10916 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
10917
10918 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
10919 also for hash values.
10920
10921 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10922
10923 * term/ns-win.el (parameters): Don't declare as dynamic.
10924 (before-make-frame-hook): Don't add ineffective function.
10925
10926 * eshell/*.el: Use lexical-binding (bug#15231).
10927
10928 2013-09-12 Kenichi Handa <handa@gnu.org>
10929
10930 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
10931
10932 2013-09-12 Glenn Morris <rgm@gnu.org>
10933
10934 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
10935 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
10936
10937 * subr.el (do-after-load-evaluation): Also give compiler warnings
10938 when obsolete files are used (except by obsolete files).
10939
10940 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
10941 in the status output, assume `filename' is the first. (Bug#15322)
10942
10943 * vc/vc.el (vc-deduce-fileset): Doc fix.
10944
10945 * calc/calc-help.el (Info-goto-node):
10946 * progmodes/cperl-mode.el (Info-find-node):
10947 * vc/ediff.el (Info-goto-node): Update declarations.
10948
10949 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
10950
10951 * vc/vc-bzr.el (vc-compilation-mode): Declare.
10952 (vc-bzr-pull): Require vc-dispatcher.
10953 * vc/vc-git.el (vc-compilation-mode): Declare.
10954 (vc-git-pull): Require vc-dispatcher.
10955
10956 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10957
10958 * progmodes/octave.el (help-button-action): Declare.
10959
10960 * shell.el (shell-directory-tracker): Output error as a message
10961 rather than just returning it as a string.
10962 (shell-process-pushd): Remove useless use of message.
10963
10964 * dframe.el (dframe-timer-fn):
10965 * files.el (dir-locals-read-from-file):
10966 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
10967 (mpc-format):
10968 * reveal.el (reveal-post-command):
10969 * saveplace.el (load-save-place-alist-from-file):
10970 * shell.el (shell-resync-dirs):
10971 * w32-common-fns.el (x-get-selection-value):
10972 * emacs-lisp/copyright.el (copyright-find-copyright):
10973 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10974 * emulation/tpu-edt.el (tpu-copy-keyfile):
10975 * play/bubbles.el (bubbles--mark-neighbourhood):
10976 * progmodes/executable.el
10977 (executable-make-buffer-file-executable-if-script-p):
10978 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
10979
10980 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10981
10982 Cleanup Eshell to rely less on dynamic scoping.
10983 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
10984 last-value, and ext-command here. Bind `args' closer to `body'.
10985 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
10986 (eshell--args): Declare new dynamic var.
10987 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
10988 last-value, and ext-command. Pass `args' to `body'.
10989 (eshell-process-args): Bind eshell--args.
10990 (eshell-set-option): Use eshell--args.
10991 * eshell/eshell.el (eshell): Use derived-mode-p.
10992 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
10993 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
10994 (eshell-glob-function): Declare.
10995 * eshell/esh-util.el: Require cl-lib.
10996 (eshell-read-hosts-file): Avoid add-to-list.
10997 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
10998 `err'.
10999 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
11000 Declare.
11001 (eshell/diff): Remove unused var `err'.
11002 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
11003 `killflag'.
11004 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
11005 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
11006 first use.
11007 * eshell/em-glob.el (eshell-glob-matches, message-shown):
11008 Move declaration before first use.
11009 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
11010 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
11011 rely on cl-return.
11012
11013 2013-09-12 Glenn Morris <rgm@gnu.org>
11014
11015 * term/ns-win.el (global-map): Remove binding for ispell-next,
11016 deleted 1999-05-29. (Bug#15357)
11017
11018 2013-09-11 Glenn Morris <rgm@gnu.org>
11019
11020 * echistory.el (electric-command-history): Remove call to deleted func.
11021
11022 * play/landmark.el (landmark-mode): Fix typos.
11023
11024 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
11025 Check cvs-sort-ignore-file is bound.
11026
11027 * savehist.el: No need for cl when compiling on Emacs.
11028
11029 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11030
11031 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
11032 (bug#15338).
11033 (eshell-self-insert-command, eshell-send-invisible):
11034 Remove unused argument.
11035 (eshell-handle-control-codes): Remove unused var `orig'.
11036 Avoid delete-backward-char.
11037
11038 * files.el (set-auto-mode): Simplify a bit further.
11039
11040 2013-09-11 Glenn Morris <rgm@gnu.org>
11041
11042 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
11043 (set-auto-mode): Don't regexp-quote elements.
11044 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
11045 * progmodes/cc-mode.el (interpreter-mode-alist):
11046 * progmodes/ruby-mode.el (interpreter-mode-alist):
11047 Revert previous change.
11048
11049 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * play/snake.el (snake-mode):
11052 * play/mpuz.el (mpuz-mode):
11053 * play/landmark.el (lm-mode):
11054 * play/blackbox.el (blackbox-mode):
11055 * play/5x5.el (5x5-mode):
11056 * obsolete/options.el (Edit-options-mode):
11057 * net/quickurl.el (quickurl-list-mode):
11058 * net/newst-treeview.el (newsticker-treeview-mode):
11059 * mail/rmailsum.el (rmail-summary-mode):
11060 * mail/mspools.el (mspools-mode):
11061 * locate.el (locate-mode):
11062 * ibuffer.el (ibuffer-mode):
11063 * emulation/ws-mode.el (wordstar-mode):
11064 * emacs-lisp/debug.el (debugger-mode):
11065 * array.el (array-mode):
11066 * net/eudc.el (eudc-mode): Use define-derived-mode.
11067 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
11068 Move initialization into declaration.
11069 (mairix-searches-mode): Use define-derived-mode.
11070 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
11071 (eudc-edit-hotlist): Use dolist.
11072 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
11073 (Man-mode): Use define-derived-mode.
11074 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
11075 (Info-edit-mode): Use define-derived-mode.
11076 (Info-cease-edit): Use Info-mode.
11077 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
11078 into declaration.
11079 (eshell-mode): Use define-derived-mode.
11080 * chistory.el (command-history-mode-map): Rename from
11081 command-history-map.
11082 (command-history-mode): Use define-derived-mode.
11083 (Command-history-setup): Remove function.
11084 * calc/calc.el (calc-trail-mode-map): New var.
11085 (calc-trail-mode): Use define-derived-mode.
11086 (calc-trail-buffer): Set calc-main-buffer manually.
11087 * bookmark.el (bookmark-insert-annotation): New function.
11088 (bookmark-edit-annotation): Use it.
11089 (bookmark-edit-annotation-mode): Make it a proper major mode.
11090 (bookmark-send-edited-annotation): Use derived-mode-p.
11091 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
11092 closer to its ideal place. Use \' to match EOS.
11093
11094 * profiler.el (profiler-calltree-find): Use function-equal.
11095
11096 2013-09-10 Glenn Morris <rgm@gnu.org>
11097
11098 * files.el (interpreter-mode-alist): Convert to regexps.
11099 (set-auto-mode): Adapt for this. (Bug#15306)
11100 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
11101 Comment out unused variable.
11102 * progmodes/cc-mode.el (interpreter-mode-alist):
11103 * progmodes/python.el (interpreter-mode-alist):
11104 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
11105 * progmodes/sh-script.el (sh-set-shell):
11106 No longer use interpreter-mode-alist to get list of shells.
11107
11108 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
11109
11110 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * simple.el: Use set-temporary-overlay-map for universal-argument.
11113 (universal-argument-map): Don't use default-bindings (bug#15317).
11114 Bind switch-frame explicitly. Replace universal-argument-minus with
11115 a conditional binding.
11116 (universal-argument-num-events, saved-overriding-map): Remove.
11117 (restore-overriding-map): Remove.
11118 (universal-argument--mode): Rename from save&set-overriding-map,
11119 and rewrite.
11120 (universal-argument, universal-argument-more, negative-argument)
11121 (digit-argument): Adjust accordingly.
11122 (universal-argument-minus): Remove.
11123 (universal-argument-other-key): Remove.
11124
11125 * subr.el (with-demoted-errors): Add `format' argument.
11126
11127 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
11128
11129 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
11130 `tramp-cleanup-connection'.
11131
11132 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
11133 parameters KEEP-DEBUG and KEEP-PASSWORD.
11134
11135 * net/tramp.el (tramp-file-name-handler):
11136 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11137 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
11138 (tramp-maybe-open-connection):
11139 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11140 Use `tramp-cleanup-connection'.
11141
11142 * net/tramp-sh.el (tramp-maybe-open-connection):
11143 Catch 'uname-changed inside the progress reporter.
11144
11145 2013-09-10 Glenn Morris <rgm@gnu.org>
11146
11147 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
11148
11149 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
11150 returns "alternate access method" in mode (eg "-rw-r--r--.").
11151
11152 2013-09-08 Glenn Morris <rgm@gnu.org>
11153
11154 * saveplace.el (load-save-place-alist-from-file):
11155 Demote errors. (Bug#15305)
11156
11157 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
11158
11159 Improve compatibility with older Emacsen, and XEmacs.
11160
11161 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
11162 only if it is bound. It isn't for XEmacs.
11163 (with-tramp-progress-reporter): Do not let-bind `result'.
11164 This yields to scoping errors in XEmacs.
11165 (tramp-handle-make-auto-save-file-name): New function, moved from
11166 tramp-sh.el.
11167
11168 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
11169 for `make-auto-save-file-name'.
11170 (tramp-adb--gnu-switches-to-ash):
11171 Use `tramp-compat-replace-regexp-in-string'.
11172
11173 * net/tramp-cache.el (tramp-cache-print): Call
11174 `substring-no-properties' only if it is bound. It isn't for XEmacs.
11175
11176 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
11177 bound. It isn't for XEmacs.
11178
11179 * net/tramp-compat.el (tramp-compat-copy-file):
11180 Catch `wrong-number-of-arguments' error.
11181 (tramp-compat-replace-regexp-in-string): New defun.
11182
11183 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
11184 for `make-auto-save-file-name'.
11185 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
11186 `copy-file'.
11187 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
11188 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
11189 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
11190
11191 * net/tramp-gw.el (tramp-gw-open-network-stream):
11192 Use `tramp-compat-replace-regexp-in-string'.
11193
11194 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11195 Call `tramp-handle-make-auto-save-file-name'.
11196 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
11197 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11198 (tramp-sh-file-inotifywait-process-filter):
11199 Use `tramp-compat-replace-regexp-in-string'.
11200 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
11201
11202 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
11203 for `make-auto-save-file-name'.
11204 (tramp-smb-handle-copy-directory):
11205 Call `tramp-compat-replace-regexp-in-string'.
11206 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
11207 (tramp-smb-handle-copy-file): Improve error message.
11208 (tramp-smb-handle-rename-file): Rename directly only in case
11209 `newname' does not exist yet. This is a restriction of smbclient.
11210 (tramp-smb-maybe-open-connection): Rerun the function only when
11211 `auth-sources' is non-nil.
11212
11213 2013-09-08 Kenichi Handa <handa@gnu.org>
11214
11215 * international/characters.el: Set category "^" (Combining) for
11216 more characters.
11217
11218 2013-09-07 Alan Mackenzie <acm@muc.de>
11219
11220 Correctly fontify Java class constructors.
11221 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
11222 in Java Mode.
11223 (c-recognize-typeless-decls): Set the Java value to t.
11224 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
11225 While handling a "(", add a check for, effectively, Java, and handle a
11226 "typeless" declaration there.
11227
11228 2013-09-07 Roland Winkler <winkler@gnu.org>
11229
11230 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
11231 field subtitle for entry type book.
11232
11233 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11234
11235 * minibuffer.el: Make minibuffer-complete call completion-in-region
11236 rather than other way around.
11237 (completion--some, completion-pcm--find-all-completions):
11238 Don't delay signals when debugging.
11239 (minibuffer-completion-contents): Beware fields within the
11240 minibuffer contents.
11241 (completion-all-sorted-completions): Use defvar-local.
11242 (completion--do-completion, completion--cache-all-sorted-completions)
11243 (completion-all-sorted-completions, minibuffer-force-complete):
11244 Add args `beg' and `end'.
11245 (completion--in-region-1): New fun, extracted from minibuffer-complete.
11246 (minibuffer-complete): Use completion-in-region.
11247 (completion-complete-and-exit): New fun, extracted from
11248 minibuffer-complete-and-exit.
11249 (minibuffer-complete-and-exit): Use it.
11250 (completion--complete-and-exit): Rename from
11251 minibuffer--complete-and-exit.
11252 (completion-in-region--single-word): New function, extracted from
11253 minibuffer-complete-word.
11254 (minibuffer-complete-word): Use it.
11255 (display-completion-list): Make `common-substring' argument obsolete.
11256 (completion--in-region): Call completion--in-region-1 instead of
11257 minibuffer-complete.
11258 (completion-help-at-point): Pass boundaries to
11259 minibuffer-completion-help as args rather than via an overlay.
11260 (completion-pcm--string->pattern): Use `any-delim'.
11261 (completion-pcm--optimize-pattern): New function.
11262 (completion-pcm--pattern->regex): Handle `any-delim'.
11263 * icomplete.el (icomplete-forward-completions)
11264 (icomplete-backward-completions, icomplete-completions):
11265 Adjust calls to completion-all-sorted-completions and
11266 completion--cache-all-sorted-completions.
11267 (icomplete-with-completion-tables): Default to t.
11268 * emacs-lisp/crm.el (crm--current-element): Rename from
11269 crm--select-current-element. Don't put an overlay but return the
11270 boundaries instead.
11271 (crm--completion-command): Take two new args to bind to the boundaries.
11272 (crm-completion-help): Adjust accordingly.
11273 (crm-complete): Use completion-in-region.
11274 (crm-complete-word): Use completion-in-region--single-word.
11275 (crm-complete-and-exit): Use completion-complete-and-exit.
11276
11277 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11278
11279 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
11280 than dynamically.
11281
11282 2013-09-06 Juri Linkov <juri@jurta.org>
11283
11284 * info.el (Info-display-images-node): When image file doesn't exist
11285 display text version of the image if it's provided in the Info file.
11286 Otherwise, display the location of missing image from SRC attribute.
11287 Add help-echo text property from ALT attribute. (Bug#15279)
11288
11289 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11290
11291 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
11292 (edit-abbrevs-mode): Use define-derived-mode.
11293
11294 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
11295 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
11296 that it's defined.
11297 (epa-key-list-mode, epa-key-mode, epa-info-mode):
11298 Use define-derived-mode.
11299
11300 * epg.el (epg-start-encrypt): Minor CSE simplification.
11301
11302 2013-09-06 William Xu <william.xwl@gmail.com>
11303
11304 * arc-mode.el: Add support for 7za (bug#15264).
11305 (archive-7z-program): New var.
11306 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
11307 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
11308 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
11309
11310 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
11311
11312 Remove URL syntax.
11313
11314 * net/tramp.el (tramp-syntax, tramp-prefix-format)
11315 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
11316 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
11317 (tramp-postfix-host-format, tramp-file-name-regexp)
11318 (tramp-completion-file-name-regexp)
11319 (tramp-completion-dissect-file-name)
11320 (tramp-handle-substitute-in-file-name): Remove 'url case.
11321 (tramp-file-name-regexp-url)
11322 (tramp-completion-file-name-regexp-url): Remove constants.
11323
11324 2013-09-06 Glenn Morris <rgm@gnu.org>
11325
11326 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
11327
11328 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
11329
11330 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
11331 keywords" below "here-doc beginnings" (Bug#15270).
11332
11333 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11334
11335 * subr.el (pop): Use `car-safe'.
11336 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
11337 to detect unused `pop' return value.
11338
11339 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
11340 var `block-regexp'.
11341 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
11342 (python-fill-string): Remove unused var `marker'.
11343 (python-skeleton-add-menu-items): Remove unused var `items'.
11344
11345 * international/mule-cmds.el: Require CL.
11346 (find-coding-systems-for-charsets): Avoid add-to-list.
11347 (sanitize-coding-system-list): New function, extracted from
11348 select-safe-coding-system-interactively.
11349 (select-safe-coding-system-interactively): Use it.
11350 (read-input-method-name): Accept symbols for `default'.
11351
11352 * emacs-lisp/advice.el (defadvice): Add indent rule.
11353
11354 2013-09-05 Daniel Hackney <dan@haxney.org>
11355
11356 * dired-x.el:
11357 * net/ange-ftp.el:
11358 * net/browse-url.el:
11359 * net/dbus.el:
11360 * net/eudc.el:
11361 * net/eudcb-ldap.el:
11362 * net/eww.el:
11363 * net/imap.el:
11364 * printing.el:
11365 * vc/ediff-diff.el:
11366 * vc/ediff-init.el:
11367 * vc/ediff-merg.el:
11368 * vc/ediff-mult.el:
11369 * vc/ediff-util.el:
11370 * vc/ediff-wind.el:
11371 * vc/ediff.el:
11372 * vc/emerge.el:
11373 * vc/pcvs.el:
11374 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
11375 byte compiler. Remove some unused let-bound variables.
11376
11377 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11378
11379 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
11380 a "ref-cell", since it gets better optimized (bug#14883).
11381
11382 2013-09-05 Glenn Morris <rgm@gnu.org>
11383
11384 * progmodes/cc-awk.el (c-forward-sws): Declare.
11385
11386 2013-09-04 Glenn Morris <rgm@gnu.org>
11387
11388 * generic-x.el [rul-generic-mode]: Require cc-mode.
11389 (c++-mode-syntax-table): Declare.
11390 (rul-generic-mode-syntax-table): Init in the defvar.
11391
11392 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11393
11394 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
11395 (vc-do-command, vc-set-async-update):
11396 * vc/vc-mtn.el (vc-mtn-dir-status):
11397 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
11398 (vc-hg-pull, vc-hg-merge-branch):
11399 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
11400 (vc-git-merge-branch):
11401 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
11402 (vc-cvs-dir-status-files):
11403 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
11404 (vc-bzr-dir-status-files):
11405 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
11406 * vc/vc-annotate.el: Use lexical-binding.
11407 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
11408 (vc-sentinel-movepoint): Declare.
11409 (vc-annotate): Don't use `goto-line'.
11410 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
11411 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
11412 (vc-sentinel-movepoint): Declare.
11413 * vc/vc-svn.el: Use lexical-binding.
11414 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
11415 * vc/vc-sccs.el:
11416 * vc/vc-rcs.el: Use lexical-binding.
11417
11418 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
11419 `deleted'. Don't drop errors silently.
11420
11421 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
11422
11423 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
11424
11425 * vc/vc.el (vc-ignore): Rewrite.
11426 (vc-default-ignore): New function.
11427 (vc-default-ignore-completion-table): Use find-ignore-file.
11428
11429 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
11430 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
11431 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
11432 Remove. Most code moved to vc.el.
11433
11434 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
11437 * net/tramp-smb.el (tramp-smb-get-file-entries):
11438 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
11439 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
11440
11441 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
11442 Update call to it.
11443 (eww-change-select): Remove unused var `properties'.
11444 (eww-make-unique-file-name): Remove unused var `base'.
11445
11446 * finder.el (finder-compile-keywords): Don't mess with windows.
11447
11448 * calculator.el (calculator-funcall): Fix typo in last change.
11449
11450 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
11451
11452 * emacs-lisp/package.el (package-activate-1): Don't let a missing
11453 <pkg>-autoloads.el file stop us.
11454
11455 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
11456 warnings, and factor out common code.
11457
11458 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
11459
11460 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
11461 two-character operators and whether the character preceding them
11462 changes their meaning (Bug#15208).
11463
11464 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
11465
11466 Format code sent to Python shell for robustness.
11467 * progmodes/python.el (python-shell-buffer-substring):
11468 New function.
11469 (python-shell-send-region, python-shell-send-buffer): Use it.
11470
11471 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
11472
11473 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
11474 * net/tramp.el (tramp-user-error): ... here.
11475 (tramp-find-method, tramp-check-proper-host)
11476 (tramp-dissect-file-name, tramp-debug-message)
11477 (tramp-handle-shell-command):
11478 * net/tramp-adb.el (tramp-adb-handle-shell-command):
11479 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
11480
11481 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
11482
11483 2013-09-02 Martin Rudalics <rudalics@gmx.at>
11484
11485 * avoid.el (mouse-avoidance-point-position)
11486 (mouse-avoidance-too-close-p): Handle case where posn-at-point
11487 returns nil.
11488
11489 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
11490
11491 * progmodes/python.el (python-shell-completion-get-completions):
11492 Drop use of deleted `comint-last-prompt-overlay'.
11493 (python-nav-if-name-main): New command.
11494
11495 2013-09-01 Glenn Morris <rgm@gnu.org>
11496
11497 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11498 Avoid leading space in $wins. Otherwise the sed command used by
11499 eg compile-main ends up containing "/*.el". (Bug#15170)
11500
11501 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
11502
11503 2013-08-30 Glenn Morris <rgm@gnu.org>
11504
11505 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11506 Fix is-this-a-directory logic. (Bug#15220)
11507
11508 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11509
11510 * textmodes/css-mode.el: Use SMIE.
11511 (css-smie-grammar): New var.
11512 (css-smie--forward-token, css-smie--backward-token)
11513 (css-smie-rules): New functions.
11514 (css-mode): Use them.
11515 (css-navigation-syntax-table): Remove var.
11516 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
11517 (css-indent-calculate, css-indent-line): Remove functions.
11518
11519 Misc changes to reduce use of `(lambda...); and other cleanups.
11520 * cus-edit.el: Use lexical-binding.
11521 (customize-push-and-save, customize-apropos)
11522 (custom-buffer-create-internal): Use closures.
11523 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
11524 * progmodes/ada-xref.el: Use setq.
11525 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
11526 * dframe.el: Use lexical-binding.
11527 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
11528 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
11529 * descr-text.el: Use lexical-binding.
11530 (describe-text-widget, describe-text-sexp, describe-property-list):
11531 Use closures.
11532 * comint.el (comint-history-isearch-push-state): Use a closure.
11533 * calculator.el: Use lexical-binding.
11534 (calculator-number-to-string): Make it work with lexical-binding.
11535 (calculator-funcall): Same and use cl-letf.
11536
11537 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
11538 (lisp--company-doc-string, lisp--company-location): New functions.
11539 (lisp-completion-at-point): Use them to improve Company support.
11540
11541 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
11542 params of lambda expressions.
11543 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
11544 (ruby-smie--opening-pipe-p): New function.
11545 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
11546 symbols and matched |...| for formal params.
11547 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
11548 from being treated as hanging. Handle "rescue".
11549
11550 2013-08-29 Glenn Morris <rgm@gnu.org>
11551
11552 * progmodes/cc-engine.el (c-pull-open-brace):
11553 Move definition before use.
11554
11555 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11556
11557 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
11558 are immutable. Don't use `unsafe' any more.
11559 (cl--defsubst-expand): Don't substitute at the same time as keeping
11560 a residual unused let-binding. Don't use `unsafe' any more.
11561
11562 2013-08-29 Glenn Morris <rgm@gnu.org>
11563
11564 * calendar/cal-china.el (calendar-chinese-year-cache):
11565 Recenter on 2015.
11566
11567 * nxml/nxml-util.el (nxml-debug-clear-inside):
11568 Use cl-loop rather than loop.
11569
11570 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
11571
11572 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
11573
11574 2013-08-28 Glenn Morris <rgm@gnu.org>
11575
11576 * progmodes/antlr-mode.el: No need to require cc-mode twice.
11577
11578 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
11579
11580 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
11581
11582 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11583
11584 * simple.el (repeat-complex-command--called-interactively-skip):
11585 New function.
11586 (repeat-complex-command): Use it (bug#14136).
11587
11588 * progmodes/cc-mode.el: Minor cleanup of var declarations.
11589 (c-define-abbrev-table): Add `doc' argument.
11590 (c-mode-abbrev-table, c++-mode-abbrev-table)
11591 (objc-mode-abbrev-table, java-mode-abbrev-table)
11592 (idl-mode-abbrev-table, pike-mode-abbrev-table)
11593 (awk-mode-abbrev-table): Use it.
11594 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
11595 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
11596 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
11597 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
11598 Move initialization into the declaration; and remove any
11599 autoload cookie.
11600
11601 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
11602 and dynamic let binding.
11603
11604 * vc/smerge-mode.el: Remove redundant :group args.
11605
11606 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
11607 to load-path.
11608
11609 2013-08-28 Juri Linkov <juri@jurta.org>
11610
11611 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
11612 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
11613 (isearch-other-meta-char): Handle an undefined shifted printing
11614 character by downshifting it. (Bug#15200)
11615
11616 2013-08-28 Juri Linkov <juri@jurta.org>
11617
11618 * isearch.el (isearch-search): Change regexp error message for
11619 non-regexp searches. (Bug#15166)
11620
11621 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
11622
11623 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
11624 for portability to hosts where /bin/sh has problems.
11625
11626 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11627
11628 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
11629
11630 2013-08-27 Juri Linkov <juri@jurta.org>
11631
11632 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
11633 in the keyboard macro. (Bug#15126)
11634
11635 2013-08-27 Juri Linkov <juri@jurta.org>
11636
11637 * isearch.el (isearch-quote-char): Comment out converting unibyte
11638 to multibyte, thus syncing with its `quoted-insert' counterpart.
11639 (Bug#15166)
11640
11641 2013-08-27 Martin Rudalics <rudalics@gmx.at>
11642
11643 * window.el (display-buffer-use-some-window): Add missing
11644 argument in call of get-largest-window (Bug#15185).
11645 Reported by Stephen Leake.
11646
11647 2013-08-27 Glenn Morris <rgm@gnu.org>
11648
11649 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
11650
11651 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 * progmodes/python.el (python-font-lock-keywords): Don't return nil
11654 from a matcher-function unless there's no more matches (bug#15161).
11655
11656 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
11657
11658 * minibuffer.el: Revert change from 2013-08-20.
11659
11660 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
11661 with text property `tramp-default', if appropriate.
11662 (tramp-check-proper-host): New defun.
11663 (tramp-dissect-file-name): Do not check hostname. Revert change
11664 of 2013-03-18.
11665 (tramp-backtrace): Make VEC-OR-PROC optional.
11666
11667 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11668 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11669 * net/tramp-sh.el (tramp-maybe-open-connection):
11670 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11671 Apply `tramp-check-proper-host'.
11672
11673 2013-08-26 Tassilo Horn <tsdh@gnu.org>
11674
11675 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
11676 lambda expression in order to have `describe-variable' display it.
11677
11678 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
11679
11680 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
11681 BUF can be optional. (Bug#15186)
11682
11683 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
11684
11685 * progmodes/flymake.el (flymake-get-real-file-name-function):
11686 Fix broken customization. (Bug#15184)
11687
11688 2013-08-25 Alan Mackenzie <acm@muc.de>
11689
11690 Improve indentation of bracelists defined by macros (without "=").
11691
11692 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
11693 expansion begins with "{", regard it as bracelist when it doesn't
11694 contain a ";".
11695
11696 Parse C++ inher-intro when there's a template split over 2 lines.
11697
11698 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
11699 rigorously the search for "class" etc. followed by ":".
11700
11701 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
11702 random languages a regexp which never matches rather than nil.
11703
11704 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
11705
11706 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
11707 (c-awk-regexp-one-line-possibly-open-char-list-re)
11708 (c-awk-one-line-possibly-open-regexp-re)
11709 (c-awk-one-line-non-syn-ws*-re): Remove.
11710 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
11711 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
11712 (c-awk-space*-unclosed-regexp-/-re): New constants.
11713 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
11714 aren't regexp delimiters.
11715
11716 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
11717 handling for a rare situation in AWK Mode involving unterminated
11718 strings/regexps.
11719
11720 2013-08-23 Glenn Morris <rgm@gnu.org>
11721
11722 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
11723
11724 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
11725
11726 * files.el (create-file-buffer): If the result would begin with
11727 spaces, prepend a "|" instead of removing them. (Bug#15162)
11728
11729 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11730
11731 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
11732 text-properties (bug#15155).
11733
11734 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
11735 exist any more.
11736 (calc-keypad-redraw): Remove unused var `pad'.
11737 (calc-keypad-press): Remove unused var `menu'.
11738
11739 2013-08-23 Martin Rudalics <rudalics@gmx.at>
11740
11741 * window.el (display-buffer-pop-up-frame):
11742 Call pop-up-frame-function with BUFFER current so `make-frame' will
11743 use it as the new frame's buffer (Bug#15133).
11744
11745 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11746
11747 * calendar/timeclock.el: Minor cleanups.
11748 (timeclock-ask-before-exiting, timeclock-use-display-time):
11749 Use `symbol'.
11750 (timeclock-modeline-display): Define as alias before the
11751 actual definition.
11752 (timeclock-mode-line-display): Use define-minor-mode.
11753 (timeclock-day-list-template): Make it a function, add an argument.
11754 (timeclock-day-list-required, timeclock-day-list-length)
11755 (timeclock-day-list-debt, timeclock-day-list-span)
11756 (timeclock-day-list-break): Adjust calls accordingly.
11757
11758 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11759
11760 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
11761 Use read--expression so that completion works again.
11762
11763 2013-08-21 Sam Steingold <sds@gnu.org>
11764
11765 Add rudimentary inferior shell interaction
11766 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
11767 (sh-set-shell): Reset it.
11768 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
11769 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
11770
11771 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11772
11773 * align.el: Use lexical-binding.
11774 (align-region): Simplify accordingly.
11775
11776 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
11777
11778 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
11779
11780 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
11781 `non-essential' up.
11782
11783 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
11784
11785 * net/tramp.el:
11786 * net/tramp-adb.el:
11787 * net/tramp-cmds.el:
11788 * net/tramp-ftp.el:
11789 * net/tramp-gvfs.el:
11790 * net/tramp-gw.el:
11791 * net/tramp-sh.el: Don't wrap external variable declarations by
11792 `eval-when-compile'.
11793
11794 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11795
11796 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
11797 now that Emacs supports ImageMagick animations.
11798
11799 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
11800
11801 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
11802 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
11803
11804 2013-08-16 Martin Rudalics <rudalics@gmx.at>
11805
11806 * window.el (mouse-autoselect-window-select): Do autoselect when
11807 mouse pointer is on margin.
11808
11809 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
11810
11811 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
11812
11813 2013-08-16 Glenn Morris <rgm@gnu.org>
11814
11815 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
11816 Handle "Remote Directory" response of some clients. (Bug#15058)
11817
11818 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
11819 Tweak warning. (Bug#14926)
11820
11821 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
11822 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
11823
11824 * image-mode.el (image-mode-map): Add menu items to reverse,
11825 increase, decrease, reset animation speed.
11826 (image--set-speed, image-increase-speed, image-decrease-speed)
11827 (image-reverse-speed, image-reset-speed): New functions.
11828 (image-mode-map): Add bindings for speed commands.
11829
11830 * image.el (image-animate-get-speed, image-animate-set-speed):
11831 New functions.
11832 (image-animate-timeout): Respect image :speed property.
11833
11834 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
11837 previous line (bug#15101).
11838 (debugger-eval-expression, debugger-record-expression):
11839 Use read--expression (bug#15102).
11840
11841 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
11842
11843 Remove byte compiler warnings, visible when compiling with
11844 `byte-compile-force-lexical-warnings' set to t.
11845
11846 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
11847 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
11848 (tramp-handle-unhandled-file-name-directory)
11849 (tramp-handle-file-notify-add-watch, tramp-action-login)
11850 (tramp-action-succeed, tramp-action-permission-denied)
11851 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
11852 arguments with "_".
11853
11854 * net/tramp-adb.el (tramp-adb-parse-device-names)
11855 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
11856 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
11857 (tramp-adb-handle-file-truename): Remove unused arguments.
11858
11859 * net/tramp-cache.el (tramp-flush-directory-property)
11860 (tramp-flush-connection-property, tramp-list-connections)
11861 (tramp-parse-connection-properties): Prefix unused arguments with "_".
11862
11863 * net/tramp-compat.el (tramp-compat-make-temp-file):
11864 Rename FILENAME to F.
11865
11866 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
11867 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
11868 (tramp-zeroconf-parse-workstation-device-names)
11869 (tramp-zeroconf-parse-webdav-device-names)
11870 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
11871
11872 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
11873 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
11874
11875 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
11876 arguments.
11877 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
11878 (tramp-sh-handle-insert-file-contents-literally)
11879 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
11880 with "_".
11881 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
11882 Remove unused variables.
11883
11884 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11885 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
11886 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
11887
11888 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
11889 Make them a defconst.
11890 (tramp-uuencode-region): Remove unused variable.
11891
11892 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
11893
11894 * frameset.el (frameset--prop-setter): New function.
11895 (frameset-prop): Add gv-setter declaration.
11896 (frameset-filter-minibuffer): Deal with the case that the minibuffer
11897 parameter was already set in FILTERED. Doc fix.
11898 (frameset--record-minibuffer-relationships): Allow saving a
11899 minibufferless frame without its corresponding minibuffer frame.
11900 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
11901 frame, if the frame id matches.
11902 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
11903 frames before orphaned ones.
11904 (frameset-restore): Warn about orphaned windows, instead of error out.
11905
11906 2013-08-14 Martin Rudalics <rudalics@gmx.at>
11907
11908 * window.el (window-make-atom): Don't overwrite parameter
11909 already present.
11910 (display-buffer-in-atom-window): Handle special case where we
11911 split an already atomic window.
11912 (window--major-non-side-window, display-buffer-in-side-window)
11913 (window--side-check): Ignore minibuffer window when walking
11914 window tree.
11915 (window-deletable-p): Return 'frame only if no other frame uses
11916 our minibuffer window.
11917 (record-window-buffer): Run buffer-list-update-hook.
11918 (split-window): Make sure window--check-frame won't destroy an
11919 existing atomic window in case the new window gets nested
11920 inside.
11921 (display-buffer-at-bottom): Ignore minibuffer window when
11922 walking window tree. Don't split a side window.
11923 (pop-to-buffer): Don't set-buffer here, the select-window call
11924 should do that.
11925 (mouse-autoselect-window-select): Autoselect only if we are in the
11926 text portion of the window.
11927
11928 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11929
11930 * net/shr.el (shr-parse-image-data): New function to grab both the
11931 data itself and the Content-Type.
11932 (shr-put-image): Use it.
11933
11934 * net/eww.el (eww-display-image): Ditto.
11935
11936 * image.el (image-content-type-suffixes): New variable.
11937
11938 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11939
11940 * progmodes/python.el (python-imenu--build-tree)
11941 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
11942
11943 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
11944
11945 * simple.el (backward-word): Mention the optional argument.
11946
11947 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
11948
11949 * frameset.el (frameset--make): Rename constructor from make-frameset.
11950 (frameset-p, frameset-valid-p): Don't autoload.
11951 (frameset-valid-p): Use normal accessors.
11952
11953 2013-08-13 Glenn Morris <rgm@gnu.org>
11954
11955 * progmodes/compile.el (compile-command): Tweak example in doc.
11956 * obsolete/scribe.el (scribe-mode):
11957 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
11958
11959 * mail/feedmail.el (feedmail-confirm-outgoing)
11960 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
11961
11962 * cus-start.el (truncate-partial-width-windows): Fix type.
11963
11964 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
11965
11966 * net/shr.el (shr-table-horizontal-line): Fix custom type.
11967
11968 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * emacs-lisp/timer.el (timer--time-setter): New function.
11971 (timer--time): Use it as gv-setter.
11972
11973 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
11974 setter is not a symbol.
11975
11976 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
11977
11978 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
11979 if sending fails. This makes debugging easier.
11980
11981 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
11982
11983 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
11984 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
11985 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
11986
11987 2013-08-12 Eli Zaretskii <eliz@gnu.org>
11988
11989 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
11990
11991 2013-08-12 Glenn Morris <rgm@gnu.org>
11992
11993 * format.el (format-annotate-function):
11994 Handle read-only text properties in the source. (Bug#14887)
11995
11996 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11997
11998 * net/eww.el (eww-display-html): Ignore coding system errors.
11999 One web site uses "utf-8lias" as the coding system.
12000
12001 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
12002
12003 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
12004
12005 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
12006
12007 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
12008 (tutorial--detailed-help): Remove unused local variables.
12009 (tutorial--save-tutorial-to): Use ignore-errors.
12010 (help-with-tutorial): Use looking-at-p.
12011
12012 * view.el (view-buffer-other-window, view-buffer-other-frame):
12013 Mark unused arguments.
12014
12015 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
12016 (woman-select-symbol-fonts, woman, woman-find-file)
12017 (woman-insert-file-contents, woman-non-underline-faces):
12018 Use string-match-p.
12019 (woman1-unquote): Move declaration.
12020
12021 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
12022 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
12023 argument. Remove unused local variable.
12024 (xml-parse-elem-type): Use string-match-p.
12025 (xml-substitute-numeric-entities): Use ignore-errors.
12026
12027 * calculator.el (calculator): Mark unused argument.
12028 (calculator-paste, calculator-quit, calculator-integer-p):
12029 Use ignore-errors.
12030 (calculator-string-to-number, calculator-decimal, calculator-exp)
12031 (calculator-op-or-exp): Use string-match-p.
12032
12033 * dired.el (dired-buffer-more-recently-used-p): Declare.
12034 (dired-insert-set-properties, dired-insert-old-subdirs):
12035 Use ignore-errors.
12036
12037 * dired-aux.el (dired-compress): Use ignore-errors.
12038 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
12039 (dired-do-async-shell-command, dired-do-shell-command)
12040 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
12041 (dired-insert-subdir-validate): Use string-match-p.
12042 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
12043 (dired-add-entry): Use string-match-p, looking-at-p.
12044 (dired-insert-subdir-newpos): Remove unused local variable.
12045
12046 * filenotify.el (file-notify-callback): Remove unused local variable.
12047
12048 * filesets.el (filesets-error): Mark unused argument.
12049 (filesets-which-command-p, filesets-filter-dir-names)
12050 (filesets-directory-files, filesets-get-external-viewer)
12051 (filesets-ingroup-get-data): Use string-match-p.
12052
12053 * find-file.el (ff-other-file-name, ff-other-file-name)
12054 (ff-find-the-other-file, ff-cc-hh-converter):
12055 Remove unused local variables.
12056 (ff-get-file-name): Use string-match-p.
12057 (ff-all-dirs-under): Use ignore-errors.
12058
12059 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
12060 (follow-select-if-visible): Remove unused local variable.
12061
12062 * forms.el (read-file-filter): Move declaration.
12063 (forms--make-format, forms--make-parser, forms-insert-record):
12064 Quote function with #'.
12065 (forms--update): Use string-match-p. Quote function with #'.
12066
12067 * help-mode.el (help-dir-local-var-def): Mark unused argument.
12068 (help-make-xrefs): Use looking-at-p.
12069 (help-xref-on-pp): Use looking-at-p, ignore-errors.
12070
12071 * ibuffer.el (ibuffer-ext-visible-p): Declare.
12072 (ibuffer-confirm-operation-on): Use string-match-p.
12073
12074 * msb.el (msb-item-handler, msb-dired-item-handler):
12075 Mark unused arguments.
12076
12077 * ses.el (ses-decode-cell-symbol)
12078 (ses-kill-override): Remove unused local variable.
12079 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
12080 (ses-load): Use ignore-errors, looking-at-p.
12081 (ses-jump-safe): Use ignore-errors.
12082 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
12083
12084 * tabify.el (untabify, tabify): Mark unused arguments.
12085
12086 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
12087 Mark unused argument.
12088 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
12089 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
12090
12091 * emacs-lisp/timer.el (timer--time): Define setter with
12092 gv-define-setter to avoid deprecation warning.
12093
12094 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
12095 (*record-cmpl-statistics-p*): Remove (was commented out).
12096 (cmpl-statistics-block): Remove (body was commented out).
12097 All callers changed.
12098 (add-completions-from-buffer, load-completions-from-file):
12099 Remove unused variables.
12100
12101 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
12102
12103 * filecache.el (file-cache-delete-file-list):
12104 Print message only when told so.
12105 (file-cache-files-matching): Use #' in mapconcat argument.
12106
12107 * ffap.el (ffap-url-at-point): Fix reference to variable
12108 thing-at-point-default-mail-uri-scheme.
12109
12110 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 * subr.el (define-error): New function.
12113 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
12114 error-file-not-found and define with define-error.
12115 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
12116 and define with define-error.
12117 * userlock.el (file-locked, file-supersession):
12118 * simple.el (mark-inactive):
12119 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
12120 * progmodes/ada-mode.el (ada-mode-errors):
12121 * play/life.el (life-extinct):
12122 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
12123 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
12124 * nxml/rng-util.el (rng-error):
12125 * nxml/rng-uri.el (rng-uri-error):
12126 * nxml/rng-match.el (rng-compile-error):
12127 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
12128 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
12129 * nxml/nxml-rap.el (nxml-scan-error):
12130 * nxml/nxml-outln.el (nxml-outline-error):
12131 * net/soap-client.el (soap-error):
12132 * net/gnutls.el (gnutls-error):
12133 * net/ange-ftp.el (ftp-error):
12134 * mpc.el (mpc-proc-error):
12135 * json.el (json-error, json-readtable-error, json-unknown-keyword)
12136 (json-number-format, json-string-escape, json-string-format)
12137 (json-key-format, json-object-format):
12138 * jka-compr.el (compression-error):
12139 * international/quail.el (quail-error):
12140 * international/kkc.el (kkc-error):
12141 * emacs-lisp/ert.el (ert-test-failed):
12142 * calc/calc.el (calc-error, inexact-result, math-overflow)
12143 (math-underflow):
12144 * bookmark.el (bookmark-error-no-filename):
12145 * epg.el (epg-error): Define with define-error.
12146
12147 * time.el (display-time-event-handler)
12148 (display-time-next-load-average): Don't call sit-for since it seems
12149 unnecessary (bug#15045).
12150
12151 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
12152 Use #' instead of ' to quote functions.
12153 (checkdoc-output-mode): Use setq-local.
12154 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
12155 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
12156 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
12157 (checkdoc-ispell, checkdoc-ispell-current-buffer)
12158 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
12159 (checkdoc-ispell-message-text, checkdoc-ispell-start)
12160 (checkdoc-ispell-continue, checkdoc-ispell-comments)
12161 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
12162
12163 * ido.el (ido-completion-help): Fix up compiler warning.
12164
12165 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
12166
12167 * frameset.el (frameset-p): Add autoload cookie.
12168 (frameset--jump-to-register): New function, based on code moved from
12169 register.el.
12170 (frameset-to-register): Move from register.el. Adapt to `registerv'.
12171
12172 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
12173 (frameset-restore, frameset-save, frameset-session-filter-alist):
12174 Remove declarations.
12175 (register-alist): Doc fix.
12176 (frameset-to-register): Move to frameset.el.
12177 (jump-to-register, describe-register-1): Remove frameset-specific code.
12178
12179 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
12180
12181 * allout-widgets.el (allout-widgets-pre-command-business)
12182 (allout-widgets-post-command-business)
12183 (allout-widgets-after-change-handler)
12184 (allout-decorate-item-and-context, allout-set-boundary-marker)
12185 (allout-body-modification-handler)
12186 (allout-graphics-modification-handler): Mark ignored arguments.
12187 (allout-widgets-post-command-business)
12188 (allout-widgets-exposure-change-processor)
12189 (allout-widgets-exposure-undo-processor)
12190 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
12191 (allout-parse-item-at-point, allout-decorate-item-guides)
12192 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
12193 * allout.el (epa-passphrase-callback-function): Declare.
12194 (allout-overlay-insert-in-front-handler)
12195 (allout-overlay-interior-modification-handler)
12196 (allout-isearch-end-handler, allout-chart-siblings)
12197 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
12198 (allout-yank-processing, allout-process-exposed)
12199 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
12200 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
12201 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
12202 (lisp-indent-defform): Mark ignored arguments.
12203 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
12204 (calculate-lisp-indent): Remove unused variables.
12205 * international/characters.el (indian-2-column, arabic-2-column)
12206 (tibetan): Mark ignored arguments.
12207 (use-cjk-char-width-table): Mark ignored arguments.
12208 Remove unused variables.
12209 * international/fontset.el (build-default-fontset-data)
12210 (x-compose-font-name, create-fontset-from-fontset-spec):
12211 Mark ignored arguments.
12212 (fontset-plain-name): Remove unused variables.
12213 * international/mule.el (charset-id, charset-bytes, generic-char-p)
12214 (keyboard-coding-system): Mark ignored arguments.
12215 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
12216 * help.el (resize-temp-buffer-window):
12217 * window.el (display-buffer-in-major-side-window)
12218 (display-buffer-in-side-window, display-buffer-in-previous-window):
12219 Remove unused variables.
12220 * isearch.el (isearch-forward-symbol):
12221 * version.el (emacs-bzr-version-bzr):
12222 * international/mule-cmds.el (current-language-environment):
12223 * term/common-win.el (x-handle-iconic, x-handle-geometry)
12224 (x-handle-display):
12225 * term/pc-win.el (x-list-fonts, x-display-planes)
12226 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
12227 (x-server-version, x-display-screens, x-display-mm-height)
12228 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
12229 (x-selection-owner-p, x-own-selection-internal)
12230 (x-disown-selection-internal, x-get-selection-internal)
12231 (msdos-initialize-window-system):
12232 * term/tty-colors.el (tty-color-alist, tty-color-clear):
12233 * term/x-win.el (x-handle-no-bitmap-icon):
12234 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
12235 (vc-default-find-file-hook, vc-default-extra-menu):
12236 Mark ignored arguments.
12237
12238 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
12241 break-condition in the context of the debugged code (bug#12685).
12242
12243 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
12244
12245 * comint.el:
12246 Do not use an overlay to highlight the last prompt. (Bug#14744)
12247 (comint-mode): Make comint-last-prompt buffer local.
12248 (comint-last-prompt): New variable.
12249 (comint-last-prompt-overlay): Remove. Superseded by
12250 comint-last-prompt.
12251 (comint-snapshot-last-prompt, comint-output-filter):
12252 Use comint-last-prompt.
12253
12254 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
12255
12256 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
12257 (frameset-save): Check validity of the resulting frameset.
12258
12259 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
12260
12261 * ido.el (ido-record-command): Add doc string.
12262
12263 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
12264
12265 * frameset.el (frameset): Do not disable creation of the default
12266 frameset-p predicate. Doc fix.
12267 (frameset-valid-p): New function, copied from the old predicate-p.
12268 Add additional checks.
12269 (frameset-restore): Check with frameset-valid-p.
12270 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
12271 (frameset-name, frameset-description, frameset-properties)
12272 (frameset-states): Add docstring.
12273 (frameset-session-filter-alist, frameset-persistent-filter-alist)
12274 (frameset-filter-alist): Doc fixes.
12275
12276 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
12277
12278 * frameset.el (frameset-p, frameset-prop): Doc fixes.
12279
12280 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
12283 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
12284 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
12285 (byte-compile-normal-call): Remove obsolescence check.
12286
12287 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
12288
12289 * frameset.el (frameset-restore): Doc fix.
12290
12291 * register.el (frameset-frame-id, frameset-frame-with-id)
12292 (frameset-p, frameset-restore, frameset-save): Declare.
12293 (register-alist): Document framesets.
12294 (frameset-session-filter-alist): Declare.
12295 (frameset-to-register): New function.
12296 (jump-to-register): Implement jumping to framesets. Doc fix.
12297 (describe-register-1): Describe framesets.
12298
12299 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
12300
12301 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
12302
12303 * desktop.el (desktop-save-frameset): Use new frameset-save args.
12304 Use lexical-binding.
12305
12306 * frameset.el (frameset): Use type vector, not list (incompatible
12307 change). Do not declare a new constructor, use the default one.
12308 Upgrade suggested properties `app', `name' and `desc' to slots `app',
12309 `name' and `description', respectively, and add read-only slot
12310 `timestamp'. Doc fixes.
12311 (frameset-copy, frameset-persistent-filter-alist)
12312 (frameset-filter-alist, frameset-switch-to-gui-p)
12313 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
12314 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
12315 (frameset-filter-iconified, frameset-keep-original-display-p):
12316 Doc fixes.
12317 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
12318 Rename from frameset-filter-(save|restore)-param. All callers changed.
12319 Doc fix.
12320 (frameset-p): Adapt to change to vector and be more thorough.
12321 Change arg name to OBJECT. Doc fix.
12322 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
12323 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
12324 All callers changed.
12325 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
12326 All callers changed.
12327 (frameset--record-minibuffer-relationships): Rename from
12328 frameset--process-minibuffer-frames. All callers changed.
12329 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
12330 Use new default constructor (again). Doc fix.
12331 (frameset--find-frame-if): Rename from `frameset--find-frame'.
12332 All callers changed.
12333 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
12334 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
12335 Doc fix.
12336 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
12337 PARAMETERS and WINDOW-STATE, respectively.
12338 (frameset-restore): Add new keyword argument PREDICATE.
12339 Reset frameset--target-display to nil. Doc fix.
12340
12341 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
12344 (bat-mode): Use it.
12345 (bat-mode-syntax-table): Mark \n as end-of-comment.
12346 (bat-font-lock-keywords): Remove comment rule.
12347
12348 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
12349 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
12350
12351 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
12352 (byte-compile-callargs-warn): Use `push'.
12353 (byte-compile-arglist-warn): Ignore higher-order "calls".
12354 (byte-compile-file-form-autoload): Use `pcase'.
12355 (byte-compile-function-form): If quoting a symbol, check that it exists.
12356
12357 2013-08-07 Eli Zaretskii <eliz@gnu.org>
12358
12359 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
12360 and add a few popular commands found in batch files.
12361 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
12362 (dos-mode): Doc fixes.
12363
12364 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
12365
12366 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
12367 (dos-mode): Use setq-local. Add space after "rem".
12368 (dos-mode-syntax-table): Don't use "w" for symbol chars.
12369 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
12370
12371 2013-08-07 Arni Magnusson <arnima@hafro.is>
12372
12373 * progmodes/dos.el: New file.
12374 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
12375 dos-mode.
12376
12377 2013-08-06 Glenn Morris <rgm@gnu.org>
12378
12379 * calendar/calendar.el: Add new faces, and day-header-array.
12380 (calendar-weekday-header, calendar-weekend-header)
12381 (calendar-month-header): New faces.
12382 (calendar-day-header-construct): New function.
12383 (calendar-day-header-width): Also :set calendar-day-header-array.
12384 (calendar-american-month-header, calendar-european-month-header)
12385 (calendar-iso-month-header): Use calendar- faces.
12386 (calendar-generate-month):
12387 Use calendar-day-header-array for day headers; apply faces to them.
12388 (calendar-mode): Check calendar-font-lock-keywords non-nil.
12389 (calendar-abbrev-construct): Add optional maxlen argument.
12390 (calendar-day-name-array): Doc fix.
12391 (calendar-day-name-array, calendar-abbrev-length)
12392 (calendar-day-abbrev-array):
12393 Also :set calendar-day-header-array, and maybe redraw.
12394 (calendar-day-header-array): New option. (Bug#15007)
12395 (calendar-font-lock-keywords): Set to nil and make obsolete.
12396 (calendar-day-name): Add option to use header array.
12397
12398 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12399
12400 * net/shr.el (shr-render-td): Remove debugging.
12401 (shr-render-td): Make width computation consistent by defaulting
12402 all zero-width columns to 10 characters. This may not be optimal,
12403 but it's at least consistent.
12404 (shr-make-table-1): Redo last change to fix the real problem in
12405 colspan handling.
12406
12407 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
12408
12409 * files.el (cache-long-line-scans):
12410 Make obsolete alias to `cache-long-scans'.
12411
12412 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
12413
12414 * frameset.el (frameset, frameset-filter-alist)
12415 (frameset-filter-params, frameset-save, frameset--reuse-frame)
12416 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
12417 (frameset-compute-pos): Rename from frameset--compute-pos,
12418 and add docstring.
12419 (frameset-move-onscreen): Use frameset-compute-pos.
12420 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12421
12422 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
12423 Fix typos in docstrings.
12424
12425 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
12426
12427 * frame.el (get-other-frame): Tiny cleanup.
12428
12429 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
12430
12431 * vc/vc.el (vc-default-ignore-completion-table):
12432 Silence byte-compiler warning.
12433
12434 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
12435 slot, which can indeed be nil.
12436 (frameset-live-filter-alist, frameset-persistent-filter-alist):
12437 Move entry for `left' from persistent to live filter alist.
12438 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
12439 Doc fixes.
12440 (frameset-filter-params): When restoring a frame, copy items added to
12441 `filtered', to avoid unwittingly modifying the original parameters.
12442 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
12443 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
12444
12445 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
12446 to use looking-at-p instead of looking-at. (Bug#15028)
12447
12448 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
12449
12450 Revert introduction of isearch-filter-predicates (bug#14714).
12451 Rely on add-function instead.
12452 * isearch.el (isearch-filter-predicates): Rename it back to
12453 isearch-filter-predicate.
12454 (isearch-message-prefix): Use advice-function-mapc and advice
12455 properties to get the isearch-message-prefix.
12456 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
12457 instead of run-hook-with-args-until-failure.
12458 (isearch-filter-visible): Not obsolete any more.
12459 * loadup.el: Preload nadvice.
12460 * replace.el (perform-replace): Revert to funcall
12461 instead of run-hook-with-args-until-failure.
12462 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
12463 * dired-aux.el (dired-isearch-filenames-mode): Rename from
12464 dired-isearch-filenames-toggle; make it into a proper minor mode.
12465 Use add/remove-function.
12466 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
12467 Call the minor-mode rather than add/remove-hook.
12468 (dired-isearch-filter-filenames):
12469 Remove isearch-message-prefix property.
12470 * info.el (Info--search-loop): New function, extracted from Info-search.
12471 Funcall isearch-filter-predicate instead of
12472 run-hook-with-args-until-failure isearch-filter-predicates.
12473 (Info-search): Use it.
12474 (Info-mode): Use isearch-filter-predicate instead of
12475 isearch-filter-predicates.
12476
12477 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
12478
12479 Do not call to `selected-window' where it is assumed by default.
12480 Affected functions are `window-minibuffer-p', `window-dedicated-p',
12481 `window-hscroll', `window-width', `window-height', `window-buffer',
12482 `window-frame', `window-start', `window-point', `next-window'
12483 and `window-display-table'.
12484 * abbrev.el (abbrev--default-expand):
12485 * bs.el (bs--show-with-configuration):
12486 * buff-menu.el (Buffer-menu-mouse-select):
12487 * calc/calc.el (calc):
12488 * calendar/calendar.el (calendar-generate-window):
12489 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
12490 (diary-make-entry):
12491 * comint.el (send-invisible, comint-dynamic-complete-filename)
12492 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
12493 * completion.el (complete):
12494 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
12495 * disp-table.el (describe-current-display-table):
12496 * doc-view.el (doc-view-insert-image):
12497 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
12498 * ehelp.el (with-electric-help):
12499 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12500 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
12501 * emacs-lisp/helper.el (Helper-help-scroller):
12502 * emulation/cua-base.el (cua--post-command-handler-1):
12503 * eshell/esh-mode.el (eshell-output-filter):
12504 * ffap.el (ffap-gnus-wrapper):
12505 * help-macro.el (make-help-screen):
12506 * hilit-chg.el (highlight-compare-buffers):
12507 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
12508 * hl-line.el (global-hl-line-highlight):
12509 * icomplete.el (icomplete-simple-completing-p):
12510 * isearch.el (isearch-done):
12511 * jit-lock.el (jit-lock-stealth-fontify):
12512 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
12513 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
12514 * mpc.el (mpc-tagbrowser, mpc):
12515 * net/rcirc.el (rcirc-any-buffer):
12516 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
12517 * play/landmark.el (landmark-max-width, landmark-max-height):
12518 * play/zone.el (zone):
12519 * progmodes/compile.el (compilation-goto-locus):
12520 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12521 * progmodes/etags.el (find-tag-other-window):
12522 * progmodes/fortran.el (fortran-column-ruler):
12523 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12524 * progmodes/verilog-mode.el (verilog-point-text):
12525 * reposition.el (reposition-window):
12526 * rot13.el (toggle-rot13-mode):
12527 * server.el (server-switch-buffer):
12528 * shell.el (shell-dynamic-complete-command)
12529 (shell-dynamic-complete-environment-variable):
12530 * simple.el (insert-buffer, set-selective-display)
12531 (delete-completion-window):
12532 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
12533 (speedbar-recenter):
12534 * startup.el (fancy-splash-head):
12535 * textmodes/ispell.el (ispell-command-loop):
12536 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
12537 * tutorial.el (help-with-tutorial):
12538 * vc/add-log.el (add-change-log-entry):
12539 * vc/compare-w.el (compare-windows):
12540 * vc/ediff-help.el (ediff-indent-help-message):
12541 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
12542 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
12543 (ediff-setup-control-frame):
12544 * vc/emerge.el (emerge-position-region):
12545 * vc/pcvs-util.el (cvs-bury-buffer):
12546 * window.el (walk-windows, mouse-autoselect-window-select):
12547 * winner.el (winner-set-conf, winner-undo): Related users changed.
12548
12549 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
12550
12551 * frameset.el (frameset--set-id): Doc fix.
12552 (frameset-frame-id, frameset-frame-id-equal-p)
12553 (frameset-locate-frame-id): New functions.
12554 (frameset--process-minibuffer-frames, frameset--reuse-frame)
12555 (frameset-restore): Use them.
12556
12557 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
12558
12559 Do not call to `selected-frame' where it is assumed by default.
12560 Affected functions are `raise-frame', `redraw-frame',
12561 `frame-first-window', `frame-terminal' and `delete-frame'.
12562 * calendar/appt.el (appt-disp-window):
12563 * epg.el (epg-wait-for-completion):
12564 * follow.el (follow-delete-other-windows-and-split)
12565 (follow-avoid-tail-recenter):
12566 * international/mule.el (set-terminal-coding-system):
12567 * mail/rmail.el (rmail-mail-return):
12568 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12569 * progmodes/f90.el (f90-add-imenu-menu):
12570 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
12571 * server.el (server-switch-buffer):
12572 * simple.el (delete-completion-window):
12573 * talk.el (talk):
12574 * term/xterm.el (terminal-init-xterm-modify-other-keys)
12575 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
12576 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
12577 * vc/ediff.el (ediff-documentation): Related users changed.
12578 * frame.el (selected-terminal): Remove the leftover.
12579
12580 2013-08-05 Glenn Morris <rgm@gnu.org>
12581
12582 * calendar/calendar.el (calendar-generate-month):
12583 Fix for calendar-column-width != 1 + calendar-day-digit-width.
12584 (calendar-generate-month, calendar-font-lock-keywords):
12585 Fix for calendar-day-header-width > length of any day name.
12586
12587 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
12588
12589 * desktop.el (desktop-clear): Use new name of sort predicate.
12590
12591 * frameset.el (frameset): Add docstring. Move :version property to its
12592 own `version' slot.
12593 (frameset-copy): Rename from copy-frameset.
12594 (frameset-p): Check more thoroughly.
12595 (frameset-prop): Do not check for :version, which is no longer a prop.
12596 (frameset-live-filter-alist, frameset-persistent-filter-alist):
12597 Use new :never value instead of t.
12598 (frameset-filter-alist): Expand and clarify docstring.
12599 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
12600 (frameset-filter-minibuffer, frameset-filter-save-param)
12601 (frameset-filter-restore-param, frameset-filter-iconified):
12602 Add pointer to docstring of frameset-filter-alist.
12603 (frameset-filter-params): Rename filter values to be more meaningful:
12604 :never instead of t, and reverse the meanings of :save and :restore.
12605 (frameset--process-minibuffer-frames): Clarify error message.
12606 (frameset-save): Avoid unnecessary and confusing call to framep.
12607 Use new BOA constructor for framesets.
12608 (frameset--reuse-list): Doc fix.
12609 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
12610 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
12611 (frameset-minibufferless-first-p): Doc fix.
12612 Rename from frameset-sort-frames-for-deletion.
12613 (frameset-restore): Doc fixes. Use new function names.
12614 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12615
12616 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
12617
12618 * desktop.el (desktop-restore-forces-onscreen)
12619 (desktop-restore-reuses-frames): Document :keyword constant values.
12620 (desktop-filter-parameters-alist): Remove, now identical to
12621 frameset-filter-alist.
12622 (desktop--filter-tty*): Remove, moved to frameset.el.
12623 (desktop-save-frameset, desktop-restore-frameset):
12624 Do not pass :filters argument.
12625
12626 * frameset.el (frameset-live-filter-alist)
12627 (frameset-persistent-filter-alist): New variables.
12628 (frameset-filter-alist): Use them. Add autoload cookie.
12629 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
12630 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
12631 `frameset--id' (it's supposed to be internal to frameset.el).
12632 (frameset--process-minibuffer-frames): Ditto. Doc fix.
12633 (frameset--initial-params): New function.
12634 (frameset--get-frame): Use it. Doc fix.
12635 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
12636 Accept :all, not 'all.
12637 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
12638 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
12639 with fbound symbols. Fix frame id matching, and remove matching ids if
12640 the frame being restored is deleted. Obey :delete.
12641
12642 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
12643
12644 * subr.el (macrop): New function.
12645 (text-clone--maintaining): New var.
12646 (text-clone--maintain): Rename from text-clone-maintain. Use it
12647 instead of inhibit-modification-hooks.
12648
12649 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
12650 a proxy, so as handle autoloads and redefinitions of the target.
12651 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
12652
12653 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
12654 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
12655 (pcase--mutually-exclusive-p): New function.
12656 (pcase--split-consp): Use it.
12657 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
12658 mutually exclusive with the current predicate.
12659
12660 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
12661 (edebug-macrop): Remove. Use `macrop' instead.
12662 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
12663 (ad-macro-p):
12664 * eshell/esh-cmd.el (eshell-macrop):
12665 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
12666
12667 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
12670 (advice-mapc): New function, using it.
12671 (advice-function-member-p): New function.
12672 (advice--normalize): Store the cdr in advice--saved-rewrite since
12673 that's the part that will be changed.
12674 (advice--symbol-function): New function.
12675 (advice-remove): Handle removal before the function is defined.
12676 Adjust to new advice--saved-rewrite.
12677 (advice-member-p): Use advice-function-member-p and
12678 advice--symbol-function.
12679
12680 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
12681
12682 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
12683 (frameset-filter-minibuffer): Doc fix.
12684 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
12685 (frameset--set-id, frameset--process-minibuffer-frames)
12686 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
12687 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
12688
12689 * desktop.el (desktop-clear): Only delete frames when called
12690 interactively and desktop-restore-frames is non-nil. Doc fix.
12691 (desktop-read): Set desktop-saved-frameset to nil.
12692
12693 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
12694
12695 * vc/vc.el (vc-ignore): Rewrite.
12696 (vc-default-ignore-completion-table, vc--read-lines)
12697 (vc--add-line, vc--remove-regexp): New functions.
12698
12699 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
12700 (vc-svn-ignore-completion-table): New function.
12701
12702 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
12703 (vc-hg-ignore-completion-table)
12704 (vc-hg-find-ignore-file): New functions.
12705
12706 * vc/vc-git.el (vc-git-ignore): Rewrite.
12707 (vc-git-ignore-completion-table)
12708 (vc-git-find-ignore-file): New functions.
12709
12710 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
12711
12712 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
12713 (vc-bzr-ignore-completion-table)
12714 (vc-bzr-find-ignore-file): New functions.
12715
12716 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
12717
12718 * frameset.el (frameset-prop): New function and setter.
12719 (frameset-save): Do not modify frame list passed by the caller.
12720
12721 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12722
12723 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
12724
12725 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12726
12727 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
12728 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
12729
12730 * custom.el (custom-initialize-default, custom-initialize-set)
12731 (custom-initialize-reset, custom-initialize-changed): Affect the
12732 toplevel-default-value (bug#6275, bug#14586).
12733 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
12734 for bug#6275.
12735
12736 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
12737
12738 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12739 Add cl-def* expressions.
12740
12741 * frameset.el (frameset-filter-params): Fix order of arguments.
12742
12743 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
12744
12745 Move code related to saving frames to frameset.el.
12746 * desktop.el: Require frameset.
12747 (desktop-restore-frames): Doc fix.
12748 (desktop-restore-reuses-frames): Rename from
12749 desktop-restoring-reuses-frames.
12750 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
12751 (desktop-clear): Clear frames too.
12752 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
12753 (desktop--filter-tty*, desktop-save, desktop-read):
12754 Use frameset functions.
12755 (desktop-before-saving-frames-functions, desktop--filter-*-color)
12756 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12757 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
12758 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
12759 (desktop--process-minibuffer-frames, desktop-save-frames)
12760 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
12761 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
12762 (desktop--sort-states, desktop-restoring-frames-p)
12763 (desktop-restore-frames): Remove. Most code moved to frameset.el.
12764 (desktop-restoring-frameset-p, desktop-restore-frameset)
12765 (desktop--check-dont-save, desktop-save-frameset): New functions.
12766 (desktop--app-id): New constant.
12767 (desktop-first-buffer, desktop-buffer-ok-count)
12768 (desktop-buffer-fail-count): Move before first use.
12769 * frameset.el: New file.
12770
12771 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12772
12773 * files.el: Use lexical-binding.
12774 (dir-locals-read-from-file): Remove unused `err' variable.
12775 (hack-dir-local-variables--warned-coding): New var.
12776 (hack-dir-local-variables): Use it to avoid repeated warnings.
12777 (make-backup-file-name--default-function): New function.
12778 (make-backup-file-name-function): Use it as default.
12779 (buffer-stale--default-function): New function.
12780 (buffer-stale-function): Use it as default.
12781 (revert-buffer-insert-file-contents--default-function): New function.
12782 (revert-buffer-insert-file-contents-function): Use it as default.
12783 (insert-directory): Avoid add-to-list.
12784
12785 * autorevert.el (auto-revert-handler): Simplify.
12786 Use buffer-stale--default-function.
12787
12788 2013-08-01 Tassilo Horn <tsdh@gnu.org>
12789
12790 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
12791
12792 * whitespace.el (whitespace-ensure-local-variables): New function.
12793 (whitespace-cleanup-region): Call it.
12794 (whitespace-turn-on): Call it.
12795
12796 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
12797
12798 Complete file name handlers.
12799
12800 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12801 (tramp-handle-verify-visited-file-modtime)
12802 (tramp-handle-file-notify-rm-watch): New functions.
12803 (tramp-call-process): Do not bind `default-directory'.
12804
12805 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12806 Order alphabetically.
12807 <access-file, add-name-to-file, dired-call-process>:
12808 <dired-compress-file, file-acl, file-notify-rm-watch>:
12809 <file-ownership-preserved-p, file-selinux-context>:
12810 <make-directory-internal, make-symbolic-link, set-file-acl>:
12811 <set-file-selinux-context, set-visited-file-modtime>:
12812 <verify-visited-file-modtime>: Add handler.
12813 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
12814
12815 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12816 <file-notify-add-watch, file-notify-rm-watch>:
12817 <set-file-times, set-visited-file-modtime>:
12818 <verify-visited-file-modtime>: Add handler.
12819 (with-tramp-gvfs-error-message)
12820 (tramp-gvfs-handle-set-visited-file-modtime)
12821 (tramp-gvfs-fuse-file-name): Remove.
12822 (tramp-gvfs-handle-file-notify-add-watch)
12823 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
12824 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
12825
12826 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12827 Order alphabetically.
12828 <file-notify-rm-watch>: Use default Tramp handler.
12829 <executable-find>: Remove private handler.
12830 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
12831 `default-directory'.
12832 (tramp-sh-handle-executable-find)
12833 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
12834 (tramp-sh-file-gvfs-monitor-dir-process-filter)
12835 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
12836 Do not use `format' in `tramp-message'.
12837
12838 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
12839 <file-notify-rm-watch, set-visited-file-modtime>:
12840 <verify-visited-file-modtime>: Add handler.
12841 (tramp-smb-call-winexe): Do not bind `default-directory'.
12842
12843 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
12844
12845 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
12846
12847 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
12848
12849 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
12850 use it.
12851 (log-view-diff-changeset): Same.
12852 (log-view-diff-common): Call backend command `previous-revision'
12853 to find out the previous revision, in both cases. Swap the
12854 variables `to' and `fr', so that `fr' usually refers to the
12855 earlier revision (Bug#14989).
12856
12857 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
12858
12859 * ibuf-ext.el (ibuffer-filter-by-filename):
12860 Make it work with dired buffers too.
12861
12862 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
12863
12864 * emacs-lisp/re-builder.el (reb-color-display-p):
12865 * files.el (save-buffers-kill-terminal):
12866 * net/browse-url.el (browse-url):
12867 * server.el (server-save-buffers-kill-terminal):
12868 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
12869 Prefer nil to selected-frame for the first arg of frame-parameter.
12870
12871 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
12872
12873 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
12874
12875 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
12876
12877 * minibuffer.el (completion--twq-all): Try and preserve each
12878 completion's case choice (bug#14907).
12879
12880 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12881
12882 * net/network-stream.el (open-network-stream): Mention the new
12883 :nogreeting parameter.
12884 (network-stream-open-starttls): Use the :nogreeting parameter
12885 (bug#14938).
12886
12887 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
12888
12889 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
12890 more natural than popping.
12891
12892 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
12893 (shr-urlify): Highlight under mouse.
12894
12895 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
12896
12897 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
12898
12899 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
12900
12901 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
12902 buffer for output.
12903
12904 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
12905 point-min==1. Fix search string. Fix parentheses missing.
12906
12907 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
12908 assume point-min==1. Fix search string. Fix parentheses missing.
12909
12910 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
12911
12912 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
12913 buffer for output.
12914
12915 2013-07-29 Eli Zaretskii <eliz@gnu.org>
12916
12917 * frame.el (frame-notice-user-settings): Avoid inflooping when the
12918 initial frame is minibuffer-less. (Bug#14841)
12919
12920 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
12921
12922 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
12923 option.
12924
12925 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12926 (tramp-maybe-open-connection): Use it.
12927
12928 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
12929
12930 * desktop.el (desktop--make-frame): Include `minibuffer' in the
12931 minimal set of parameters passed when creating a frame, because
12932 the minibuffer status of a frame cannot be changed later.
12933
12934 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
12935
12936 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
12937 replace-regexp-in-string and inadvertent omissions in previous change.
12938 (todo-filter-items): Ensure only file names are comma-separated in
12939 name of filtered items buffer.
12940
12941 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
12942
12943 * desktop.el: Optionally force offscreen frames back onscreen.
12944 (desktop-restoring-reuses-frames): New option.
12945 (desktop--compute-pos, desktop--move-onscreen): New functions.
12946 (desktop--make-frame): Use desktop--move-onscreen.
12947
12948 2013-07-27 Alan Mackenzie <acm@muc.de>
12949
12950 Fontify a Java generic method as a function.
12951 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
12952 value to t.
12953
12954 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
12955
12956 * calendar/todo-mode.el: Add command to rename todo files.
12957 (todo-rename-file): New command.
12958 (todo-key-bindings-t): Add key binding for it. Change the
12959 bindings of todo-filter-regexp-items(-multifile) to use `x'
12960 instead of `r', since the latter is better suited to the new
12961 renaming command.
12962
12963 2013-07-27 Alan Mackenzie <acm@muc.de>
12964
12965 Make Java try-with-resources statement parse properly.
12966 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
12967 (c-block-stmt-1-2-key): New language constants/variables.
12968 * progmodes/cc-engine.el (c-beginning-of-statement-1)
12969 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
12970 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
12971 with c-block-stmt-1-2-key.
12972
12973 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
12974
12975 * desktop.el (desktop--make-frame): Apply most frame parameters after
12976 creating the frame to force (partially or totally) offscreen frames to
12977 be restored as such.
12978
12979 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
12980
12981 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
12982 (Bug#14948)
12983
12984 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12985
12986 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
12987 `base' arg of backtrace-frame.
12988
12989 2013-07-26 Eli Zaretskii <eliz@gnu.org>
12990
12991 * simple.el (list-processes): Doc fix.
12992
12993 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
12994
12995 * desktop.el (desktop--select-frame):
12996 Try harder to reuse existing frames.
12997
12998 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
13001 (edebug-eval): Use backtrace-eval.
13002 (edebug--display, edebug--recursive-edit): Don't let-bind the
13003 edebug-outer-* vars that keep track of variables we locally let-bind.
13004 (edebug-outside-excursion): Don't restore outside values of locally
13005 let-bound vars.
13006 (edebug--display): Use user-error.
13007 (cl-lexical-debug, cl-debug-env): Remove.
13008
13009 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
13010
13011 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
13012 are restored to be sure that they are visible before deleting any
13013 remaining ones.
13014
13015 2013-07-26 Matthias Meulien <orontee@gmail.com>
13016
13017 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
13018 vc-print-root-log. (Bug#14948)
13019
13020 2013-07-26 Richard Stallman <rms@gnu.org>
13021
13022 Add aliases for encrypting mail.
13023 * epa.el (epa-mail-aliases): New option.
13024 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
13025 Bind inhibit-read-only so read-only text doesn't ruin everything.
13026 (epa-mail-default-recipients): New subroutine broken out.
13027 Handle epa-mail-aliases.
13028
13029 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 Add support for lexical variables to the debugger's `e' command.
13032 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
13033 vars, except for debugger-outer-match-data.
13034 (debugger-frame-number): Move check for "on a function call" from
13035 callers into it. Add `skip-base' argument.
13036 (debugger-frame, debugger-frame-clear): Simplify accordingly.
13037 (debugger-env-macro): Only reset the state stored in non-variables,
13038 i.e. current-buffer and match-data.
13039 (debugger-eval-expression): Rewrite using backtrace-eval.
13040 * subr.el (internal--called-interactively-p--get-frame): Remove.
13041 (called-interactively-p):
13042 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
13043 `base' arg of backtrace-frame instead.
13044
13045 2013-07-26 Glenn Morris <rgm@gnu.org>
13046
13047 * align.el (align-regexp): Doc fix. (Bug#14857)
13048 (align-region): Explicit error if subexpression missing/does not match.
13049
13050 * simple.el (global-visual-line-mode):
13051 Do not duplicate the mode lighter. (Bug#14858)
13052
13053 2013-07-25 Martin Rudalics <rudalics@gmx.at>
13054
13055 * window.el (display-buffer): In display-buffer bind
13056 split-window-keep-point to t, bug#14829.
13057
13058 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
13059
13060 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
13061 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
13062 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
13063 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
13064 Change accordingly.
13065 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
13066 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
13067
13068 2013-07-25 Glenn Morris <rgm@gnu.org>
13069
13070 * dired-x.el (dired-mark-extension): Convert comment to doc string.
13071
13072 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
13073
13074 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
13075 parameter to modify-frame-parameters if the value has not changed;
13076 this is a workaround for bug#14949.
13077 (desktop--make-frame): On cl-delete-if call, check parameter name,
13078 not full parameter.
13079
13080 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
13081
13082 * vc/vc.el (vc-ignore): New function.
13083
13084 * vc/vc-svn.el (vc-svn-ignore): New function.
13085
13086 * vc/vc-hg.el (vc-hg-ignore): New function.
13087
13088 * vc/vc-git.el (vc-git-ignore): New function.
13089
13090 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
13091 (vc-dir-ignore): New function.
13092
13093 * vc/vc-cvs.el (vc-cvs-ignore): New function.
13094 (cvs-append-to-ignore): Move here from pcvs.el.
13095
13096 * vc/vc-bzr.el (vc-bzr-ignore): New function.
13097
13098 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
13099
13100 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
13101
13102 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
13103 (desktop-restore-frames): Warn when deleting an existing frame failed.
13104
13105 2013-07-24 Glenn Morris <rgm@gnu.org>
13106
13107 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
13108
13109 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
13110
13111 * filenotify.el (file-notify-supported-p):
13112 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
13113 Remove functions.
13114
13115 * autorevert.el (auto-revert-use-notify)
13116 (auto-revert-notify-add-watch):
13117 * net/tramp.el (tramp-file-name-for-operation):
13118 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13119 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13120 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
13121 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13122 Remove `file-notify-supported-p' entry.
13123
13124 2013-07-24 Glenn Morris <rgm@gnu.org>
13125
13126 * printing.el: Replace all uses of deleted ps-windows-system,
13127 ps-lp-system, ps-flatten-list with lpr- versions.
13128
13129 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13130
13131 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
13132 checked with memq (bug#14935).
13133
13134 * files.el (revert-buffer-function): Use a non-nil default.
13135 (revert-buffer-preserve-modes): Declare var to
13136 provide access to the `preserve-modes' argument.
13137 (revert-buffer): Let-bind it.
13138 (revert-buffer--default): New function, extracted from revert-buffer.
13139
13140 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * lpr.el: Signal print errors more prominently.
13143 (print-region-function): Don't default to nil.
13144 (lpr-print-region): New function, extracted from print-region-1.
13145 Check lpr's return value and signal an error in case of problem.
13146 (print-region-1): Use it.
13147 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
13148 versions instead.
13149 (ps-printer-name): Default to nil.
13150 (ps-printer-name-option): Default to lpr-printer-switch.
13151 (ps-print-region-function): Don't default to nil.
13152 (ps-postscript-code-directory): Simplify default.
13153 (ps-do-despool): Use lpr-print-region to properly check the outcome.
13154 (ps-string-list, ps-eval-switch, ps-flatten-list)
13155 (ps-flatten-list-1): Remove.
13156 (ps-multibyte-buffer): Avoid setq.
13157 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
13158 (print-region-function, ps-print-region-function): Don't set them here.
13159
13160 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
13161
13162 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
13163 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
13164 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
13165 (ido-decorations): Doc fix.
13166
13167 * ansi-color.el: Fix old URL.
13168
13169 2013-07-23 Michael R. Mauger <michael@mauger.com>
13170
13171 * progmodes/sql.el: Version 3.3
13172 (sql-product-alist): Improve oracle :prompt-cont-regexp.
13173 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
13174 (sql-interactive-remove-continuation-prompt): Rewrite, use
13175 functions above. Fix continuation prompt and complete output line
13176 handling.
13177 (sql-redirect-one, sql-execute): Use `read-only-mode' on
13178 redirected output buffer.
13179 (sql-mode): Restore deleted code (Bug#13591).
13180
13181 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
13182
13183 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
13184
13185 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
13186
13187 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
13188
13189 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13190 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13191 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
13192
13193 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
13194
13195 * desktop.el (desktop-clear): Simplify; remove useless checks
13196 against invalid buffer names.
13197 (desktop-list*): Use cl-list*.
13198 (desktop-buffer-info, desktop-create-buffer): Simplify.
13199
13200 2013-07-23 Leo Liu <sdl.web@gmail.com>
13201
13202 * bookmark.el (bookmark-make-record): Restore NAME as a default
13203 value. (Bug#14933)
13204
13205 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
13206
13207 * emacs-lisp/autoload.el (autoload--setup-output): New function,
13208 extracted from autoload--insert-text.
13209 (autoload--insert-text): Remove.
13210 (autoload--print-cookie-text): New function, extracted from
13211 autoload--insert-cookie-text.
13212 (autoload--insert-cookie-text): Remove.
13213 (autoload-generate-file-autoloads): Adjust calls accordingly.
13214
13215 * winner.el (winner-hook-installed-p): Remove.
13216 (winner-mode): Simplify accordingly.
13217
13218 * subr.el (add-to-list): Fix compiler-macro when `append' is
13219 not constant. Don't use `cl-member' for the base case.
13220
13221 * progmodes/subword.el: Fix boundary case (bug#13758).
13222 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
13223 own group.
13224 (subword-backward-regexp): Make it a constant.
13225 (subword-forward-internal): Don't treat a trailing capital as the
13226 beginning of a word.
13227
13228 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
13229
13230 * emacs-lisp/package.el (package-menu-mode): Don't modify the
13231 global value of tabulated-list-revert-hook (bug#14930).
13232
13233 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
13234
13235 * desktop.el: Require 'cl-lib.
13236 (desktop-before-saving-frames-functions): New hook.
13237 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
13238 for frames being saved. Rename from desktop--save-minibuffer-frames.
13239 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
13240 Do not save frames with non-nil `desktop-dont-save' parameter.
13241 Filter out deleted frames.
13242 (desktop--find-frame): Use cl-find-if.
13243 (desktop--select-frame): Use cl-(first|second|third) to access values
13244 of desktop-mini.
13245 (desktop--make-frame): Use cl-delete-if.
13246 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
13247 (desktop-restore-frames): Use cl-(first|second|third) to access values
13248 of desktop-mini. Look for visible frame at the end, not while
13249 restoring frames.
13250
13251 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
13252 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
13253 Use string-match-p, looking-at-p (bug#14927).
13254
13255 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
13256
13257 * desktop.el (desktop-saved-frame-states):
13258 Rename from desktop--saved-states; all users changed.
13259 (desktop-save-frames): Rename from desktop--save-frames.
13260 Do not save state to desktop file.
13261 (desktop-save): Save desktop-saved-frame-states to desktop file
13262 and reset to nil.
13263 (desktop-restoring-frames-p): New function.
13264 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
13265 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
13266 buffer-lists when restoring frames. Suggested by Martin Rudalics.
13267
13268 * desktop.el: Correctly restore iconified frames.
13269 (desktop--filter-iconified-position): New function.
13270 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
13271
13272 2013-07-20 Glenn Morris <rgm@gnu.org>
13273
13274 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
13275 Let `message' do the formatting.
13276 (def-gdb-preempt-display-buffer): Add explicit format.
13277
13278 * image-dired.el (image-dired-track-original-file):
13279 Use with-current-buffer.
13280 (image-dired-track-thumbnail): Use with-current-buffer.
13281 Avoid changing point of wrong window.
13282
13283 * image-dired.el (image-dired-track-original-file):
13284 Avoid changing point of wrong window. (Bug#14909)
13285
13286 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
13287
13288 * progmodes/gdb-mi.el (gdb-done-or-error):
13289 Guard against "%" in gdb output. (Bug#14127)
13290
13291 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
13292
13293 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
13294 (Bug#14826)
13295
13296 * international/mule.el (coding-system-iso-2022-flags): Fix last
13297 change.
13298
13299 2013-07-20 Kenichi Handa <handa@gnu.org>
13300
13301 * international/mule.el (coding-system-iso-2022-flags):
13302 Add `8-bit-level-4'. (Bug#8522)
13303
13304 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13305
13306 * net/shr.el (shr-mouse-browse-url): New command and keystroke
13307 (bug#14815).
13308
13309 * net/eww.el (eww-process-text-input): Allow inputting when the
13310 point is at the start of the line, as the properties aren't
13311 front-sticky.
13312
13313 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
13314 degenerate widths.
13315
13316 2013-07-19 Richard Stallman <rms@gnu.org>
13317
13318 * epa.el (epa-popup-info-window): Doc fix.
13319
13320 * subr.el (split-string): New arg TRIM.
13321
13322 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
13323
13324 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
13325 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
13326
13327 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
13328
13329 * filenotify.el (file-notify--library): Rename from
13330 `file-notify-support'. Do not autoload. Adapt all uses.
13331 (file-notify-supported-p): New defun.
13332
13333 * autorevert.el (auto-revert-use-notify):
13334 Use `file-notify-supported-p' instead of `file-notify-support'.
13335 Adapt docstring.
13336 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
13337
13338 * net/tramp.el (tramp-file-name-for-operation):
13339 Add `file-notify-supported-p'.
13340
13341 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
13342 New defun.
13343 (tramp-sh-file-name-handler-alist): Add it as handler for
13344 `file-notify-supported-p '.
13345
13346 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13347 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13348 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13349 Add `ignore' as handler for `file-notify-*' functions.
13350
13351 2013-07-17 Eli Zaretskii <eliz@gnu.org>
13352
13353 * simple.el (line-move-partial, line-move): Don't start vscroll or
13354 scroll-up if the current line is not taller than the window.
13355 (Bug#14881)
13356
13357 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
13358
13359 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
13360 highlight question marks in the method names as strings.
13361 (ruby-block-beg-keywords): Inline.
13362 (ruby-font-lock-keyword-beg-re): Extract from
13363 `ruby-font-lock-keywords'.
13364
13365 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
13366
13367 * frame.el (blink-cursor-blinks): New defcustom.
13368 (blink-cursor-blinks-done): New defvar.
13369 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
13370 (blink-cursor-timer-function): Check if number of blinks has been
13371 done on X and NS.
13372 (blink-cursor-suspend, blink-cursor-check): New defuns.
13373
13374 2013-07-15 Glenn Morris <rgm@gnu.org>
13375
13376 * edmacro.el (edmacro-format-keys): Fix previous change.
13377
13378 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
13379
13380 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
13381 The hack didn't work outside English locales anyway.
13382
13383 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
13384
13385 * simple.el (define-alternatives): Rename from alternatives-define,
13386 per RMS' suggestion.
13387
13388 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
13389
13390 * desktop.el (desktop-restore-frames): Change default to t.
13391 (desktop-restore-in-current-display): Now offer more options.
13392 (desktop-restoring-reuses-frames): New customization option.
13393 (desktop--saved-states): Doc fix.
13394 (desktop-filter-parameters-alist): New variable, renamed and expanded
13395 from desktop--excluded-frame-parameters.
13396 (desktop--target-display): New variable.
13397 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
13398 (desktop--filter-tty*, desktop--filter-*-color)
13399 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
13400 (desktop--filter-save-desktop-parm)
13401 (desktop-restore-in-original-display-p): New functions.
13402 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
13403 (desktop--save-minibuffer-frames): New function, inspired by a similar
13404 function from Martin Rudalics.
13405 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
13406 (desktop--restore-in-this-display-p): Remove.
13407 (desktop--find-frame): Rename from desktop--find-frame-in-display
13408 and add predicate argument.
13409 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
13410 (desktop--reuse-list): New variable.
13411 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
13412 New functions.
13413 (desktop--restore-frames): Add support for "minibuffer-special" frames.
13414
13415 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
13416
13417 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
13418
13419 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
13420
13421 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13422 Highlight conversion methods on Kernel.
13423
13424 2013-07-13 Alan Mackenzie <acm@muc.de>
13425
13426 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
13427 and comment it out. This out-commenting enables certain C++
13428 declarations to be parsed correctly.
13429
13430 2013-07-13 Eli Zaretskii <eliz@gnu.org>
13431
13432 * international/mule.el (define-coding-system): Doc fix.
13433
13434 * simple.el (default-font-height): Don't call font-info if the
13435 frame's default font didn't change since the frame was created.
13436 (Bug#14838)
13437
13438 2013-07-13 Leo Liu <sdl.web@gmail.com>
13439
13440 * ido.el (ido-read-file-name): Guard against non-symbol value.
13441
13442 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
13443
13444 * progmodes/python.el (python-imenu--build-tree): Fix corner case
13445 in nested defuns.
13446
13447 2013-07-13 Leo Liu <sdl.web@gmail.com>
13448
13449 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
13450 ido-set-matches call. (Bug#6852)
13451
13452 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
13453
13454 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
13455 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
13456 Ruby 2.0.
13457 (ruby-font-lock-keywords): Distinguish calls to functions with
13458 module-like names from module references. Highlight character
13459 literals.
13460
13461 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
13462
13463 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
13464 (gdb-send): Handle continued commands. (Bug#14847)
13465
13466 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
13467
13468 * desktop.el (desktop--v2s): Remove unused local variable.
13469 (desktop-save-buffer): Make defvar-local; adjust docstring.
13470 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
13471 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
13472
13473 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
13474
13475 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
13476
13477 2013-07-12 Eli Zaretskii <eliz@gnu.org>
13478
13479 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
13480 (Bug#14842)
13481
13482 2013-07-12 Glenn Morris <rgm@gnu.org>
13483
13484 * doc-view.el: Require cl-lib at runtime too.
13485 (doc-view-remove-if): Remove.
13486 (doc-view-search-next-match, doc-view-search-previous-match):
13487 Use cl-remove-if.
13488
13489 * edmacro.el: Require cl-lib at runtime too.
13490 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
13491 (edmacro-mismatch, edmacro-subseq): Remove.
13492
13493 * shadowfile.el: Require cl-lib.
13494 (shadow-remove-if): Remove.
13495 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
13496 Use cl-remove-if.
13497
13498 * wid-edit.el: Require cl-lib.
13499 (widget-choose): Use cl-remove-if.
13500 (widget-remove-if): Remove.
13501
13502 * progmodes/ebrowse.el: Require cl-lib at runtime too.
13503 (ebrowse-delete-if-not): Remove.
13504 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
13505 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
13506 Use cl-delete-if-not.
13507
13508 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
13509
13510 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
13511 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
13512
13513 2013-07-12 Leo Liu <sdl.web@gmail.com>
13514
13515 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
13516
13517 2013-07-11 Glenn Morris <rgm@gnu.org>
13518
13519 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
13520 (edebug-gensym-index, edebug-gensym):
13521 Remove reimplementation of cl-gensym.
13522 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
13523
13524 * thumbs.el: Require cl-lib at run-time too.
13525 (thumbs-gensym-counter, thumbs-gensym):
13526 Remove reimplementation of cl-gensym.
13527 (thumbs-temp-file): Use cl-gensym.
13528
13529 * emacs-lisp/ert.el: Require cl-lib at runtime too.
13530 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
13531 (ert--intersection, ert--set-difference, ert--set-difference-eq)
13532 (ert--union, ert--gensym-counter, ert--gensym-counter)
13533 (ert--coerce-to-vector, ert--remove*, ert--string-position)
13534 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
13535 (ert-make-test-unbound, ert--expand-should-1)
13536 (ert--expand-should, ert--should-error-handle-error)
13537 (should-error, ert--explain-equal-rec)
13538 (ert--plist-difference-explanation, ert-select-tests)
13539 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
13540 Use cl-lib functions rather than reimplementations.
13541
13542 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
13543
13544 * net/tramp.el (tramp-methods): Extend docstring.
13545 (tramp-connection-timeout): New defcustom.
13546 (tramp-error-with-buffer): Reset timestamp only when appropriate.
13547 (with-tramp-progress-reporter): Simplify.
13548 (tramp-process-actions): Improve messages.
13549
13550 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13551 * net/tramp-sh.el (tramp-maybe-open-connection):
13552 Use `tramp-connection-timeout'.
13553 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
13554 (Bug#14808)
13555
13556 2013-07-11 Leo Liu <sdl.web@gmail.com>
13557
13558 * ido.el (ido-read-file-name): Conform to the requirements of
13559 read-file-name. (Bug#11861)
13560 (ido-read-directory-name): Conform to the requirements of
13561 read-directory-name.
13562
13563 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
13564
13565 * subr.el (delay-warning): New function.
13566
13567 2013-07-10 Eli Zaretskii <eliz@gnu.org>
13568
13569 * simple.el (default-line-height): New function.
13570 (line-move-partial, line-move): Use it instead of computing the
13571 line height inline.
13572 (line-move-partial): Always compute ROWH. If the last line is
13573 partially-visible, but its text is completely visible, allow
13574 cursor to enter such a partially-visible line.
13575
13576 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
13577
13578 Improve error messages. (Bug#14808)
13579
13580 * net/tramp.el (tramp-current-connection): New defvar, moved from
13581 tramp-sh.el.
13582 (tramp-message-show-progress-reporter-message): Remove, not
13583 needed anymore.
13584 (tramp-error-with-buffer): Show message in minibuffer.
13585 Discard input before waiting. Reset connection timestamp.
13586 (with-tramp-progress-reporter): Improve messages.
13587 (tramp-process-actions): Use progress reporter. Delete process in
13588 case of error. Improve messages.
13589
13590 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
13591 Call `tramp-error-with-buffer' with vector and buffer.
13592 (tramp-current-connection): Remove.
13593 (tramp-maybe-open-connection): The car of
13594 `tramp-current-connection' are the first 3 slots of the vector.
13595
13596 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
13597
13598 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
13599 inside continued strings.
13600
13601 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
13602
13603 Timestamp fixes for undo (Bug#14824).
13604 * files.el (clear-visited-file-modtime): Move here from fileio.c.
13605
13606 2013-07-10 Leo Liu <sdl.web@gmail.com>
13607
13608 * files.el (require-final-newline): Allow safe local value.
13609 (Bug#14834)
13610
13611 2013-07-09 Leo Liu <sdl.web@gmail.com>
13612
13613 * ido.el (ido-read-directory-name): Handle fallback.
13614 (ido-read-file-name): Update DIR to ido-current-directory.
13615 (Bug#1516)
13616 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
13617
13618 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
13619
13620 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
13621 "autoload". Remove "warn lower camel case" section, previously
13622 commented out. Highlight negation char. Do not highlight the
13623 target in singleton method definitions.
13624
13625 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * faces.el (tty-setup-hook): Declare the hook.
13628
13629 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
13630 and detect when a guard/pred depends on local vars (bug#14773).
13631 (pcase--u1): Adjust caller.
13632
13633 2013-07-08 Eli Zaretskii <eliz@gnu.org>
13634
13635 * simple.el (line-move-partial, line-move): Account for
13636 line-spacing.
13637 (line-move-partial): Avoid setting vscroll when the last
13638 partially-visible line in window is of default height.
13639
13640 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13641
13642 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
13643 been used a while.
13644
13645 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
13646
13647 * subr.el (read-quoted-char): Remove unused local variable `char'.
13648
13649 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
13650
13651 * vc/ediff.el (ediff-version): Version update.
13652 (ediff-files-command, ediff3-files-command, ediff-merge-command)
13653 (ediff-merge-with-ancestor-command, ediff-directories-command)
13654 (ediff-directories3-command, ediff-merge-directories-command)
13655 (ediff-merge-directories-with-ancestor-command): New functions.
13656 All are command-line interfaces to ediff: to facilitate calling
13657 Emacs with the appropriate ediff functions invoked.
13658
13659 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
13660 New function.
13661 (viper-save-kill-buffer): Check if buffer is modified.
13662
13663 * emulation/viper.el (viper-version): Version update.
13664 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
13665
13666 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13667
13668 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
13669 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
13670 (viper-intercept-ESC-key): Simplify.
13671 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
13672 don't use kbd.
13673 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
13674 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
13675 (viper-setup-ESC-to-escape): New functions.
13676 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
13677 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
13678
13679 2013-07-07 Eli Zaretskii <eliz@gnu.org>
13680
13681 * simple.el (default-font-height, window-screen-lines):
13682 New functions.
13683 (line-move, line-move-partial): Use them instead of
13684 frame-char-height and window-text-height. This makes scrolling
13685 text smoother when the buffer's default face uses a font that is
13686 different from the frame's default font.
13687
13688 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
13689
13690 * files.el (write-file): Do not display confirm dialog for NS,
13691 it does its own dialog, which can't be canceled (Bug#14578).
13692
13693 2013-07-06 Eli Zaretskii <eliz@gnu.org>
13694
13695 * simple.el (line-move-partial): Adjust the row returned by
13696 posn-at-point for the current window-vscroll. (Bug#14567)
13697
13698 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
13699
13700 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
13701 (tramp-sh-file-inotifywait-process-filter): Handle file names with
13702 spaces.
13703
13704 2013-07-06 Martin Rudalics <rudalics@gmx.at>
13705
13706 * window.el (window-state-put-stale-windows): New variable.
13707 (window--state-put-2): Save list of windows without matching buffer.
13708 (window-state-put): Remove "bufferless" windows if possible.
13709
13710 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
13711
13712 * simple.el (alternatives-define): Remove leftover :group keyword.
13713 Tweak docstring.
13714
13715 2013-07-06 Leo Liu <sdl.web@gmail.com>
13716
13717 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
13718 (ido-enable-virtual-buffers): New variable.
13719 (ido-buffer-internal, ido-toggle-virtual-buffers)
13720 (ido-make-buffer-list): Use it.
13721 (ido-exhibit): Support turning on and off virtual buffers
13722 automatically.
13723
13724 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
13725
13726 * simple.el (alternatives-define): New macro.
13727
13728 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13729
13730 * subr.el (read-quoted-char): Use read-key.
13731 (sit-for): Let read-event decode tty input (bug#14782).
13732
13733 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
13734
13735 * calendar/todo-mode.el: Add handling of file deletion, both by
13736 mode command and externally. Fix various related bugs.
13737 Clarify Commentary and improve some documentation strings and code.
13738 (todo-delete-file): New command.
13739 (todo-check-file): New function.
13740 (todo-show): Handle external deletion of the file we're trying to
13741 show (bug#14688). Replace called-interactively-p by an optional
13742 prefix argument to avoid problematic interaction with catch form
13743 when byte compiled (bug#14702).
13744 (todo-quit): Handle external deletion of the archive's todo file.
13745 Make sure the buffer that was visiting the archive file is still
13746 live before trying to bury it.
13747 (todo-category-completions): Handle external deletion of any
13748 category completion files.
13749 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
13750 of todo files, in case of external deletion.
13751 (todo-add-file): Replace unnecessary setq by let-binding.
13752 (todo-find-archive): Check whether there are any archives.
13753 Replace unnecessary setq by let-binding.
13754 (todo-archive-done-item): Use find-file-noselect to get the
13755 archive buffer whether or not the archive already exists.
13756 Remove superfluous code. Use file size instead of buffer-file-name to
13757 check if the archive is new; if it is, update list of archives.
13758 (todo-default-todo-file): Allow nil to be a valid value for when
13759 there are no todo files.
13760 (todo-reevaluate-default-file-defcustom): Use corrected definition
13761 of todo-default-todo-file.
13762 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
13763 (todo-delete-category, todo-show-categories-table)
13764 (todo-category-number): Clarify comment.
13765 (todo-filter-items): Clarify documentation string.
13766 (todo-show-current-file, todo-display-as-todo-file)
13767 (todo-reset-and-enable-done-separator): Tweak documentation string.
13768 (todo-done-separator): Make separator length window-width, since
13769 bug#2749 is now fixed.
13770
13771 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
13772
13773 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
13774 Support both "gvfs-monitor-dir" and "inotifywait".
13775 (tramp-sh-file-inotifywait-process-filter): Rename from
13776 `tramp-sh-file-notify-process-filter'.
13777 (tramp-sh-file-gvfs-monitor-dir-process-filter)
13778 (tramp-get-remote-gvfs-monitor-dir): New defuns.
13779
13780 2013-07-05 Leo Liu <sdl.web@gmail.com>
13781
13782 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
13783
13784 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13785
13786 * frame.el (display-pixel-height, display-pixel-width)
13787 (display-mm-height, display-mm-width): Mention behavior on
13788 multi-monitor setups in docstrings.
13789 (w32-display-monitor-attributes-list): Declare function.
13790 (display-monitor-attributes-list): Use it.
13791
13792 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
13793
13794 * filenotify.el: New package.
13795
13796 * autorevert.el (top): Require filenotify.el.
13797 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
13798 instead.
13799 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13800 (auto-revert-notify-handler): Use `file-notify-*' functions.
13801
13802 * subr.el (file-notify-handle-event): Move function to filenotify.el.
13803
13804 * net/tramp.el (tramp-file-name-for-operation):
13805 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
13806
13807 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
13808 for `file-notify-add-watch' and `file-notify-rm-watch'.
13809 (tramp-process-sentinel): Improve trace.
13810 (tramp-sh-handle-file-notify-add-watch)
13811 (tramp-sh-file-notify-process-filter)
13812 (tramp-sh-handle-file-notify-rm-watch)
13813 (tramp-get-remote-inotifywait): New defuns.
13814
13815 2013-07-03 Juri Linkov <juri@jurta.org>
13816
13817 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
13818 call of `occur-read-primary-args' to interactive spec.
13819
13820 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
13821 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
13822
13823 2013-07-03 Matthias Meulien <orontee@gmail.com>
13824
13825 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
13826 `Buffer-menu-multi-occur'. Add it to the menu.
13827 (Buffer-menu-mode): Document it in docstring.
13828 (Buffer-menu-multi-occur): New command. (Bug#14673)
13829
13830 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
13831
13832 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
13833 keywords and built-ins.
13834
13835 2013-07-03 Glenn Morris <rgm@gnu.org>
13836
13837 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
13838
13839 Make info-xref checks case-sensitive by default
13840 * info.el (Info-find-node, Info-find-in-tag-table)
13841 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
13842 Add option for exact case matching of nodes.
13843 * info-xref.el (info-xref): New custom group.
13844 (info-xref-case-fold): New option.
13845 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
13846
13847 2013-07-03 Leo Liu <sdl.web@gmail.com>
13848
13849 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
13850
13851 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
13852
13853 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
13854 middle of block statement initially, lower the depth. Remove
13855 FIXME comment, not longer valid. Remove middle of block statement
13856 detection, no need to do that anymore since we've been using
13857 `ruby-parse-region' here.
13858
13859 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
13860
13861 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
13862
13863 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13864
13865 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
13866
13867 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
13868
13869 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
13870 (desktop-restore-in-current-display): New customization option.
13871 (desktop--excluded-frame-parameters): Add `font'.
13872 (desktop--save-frames): Rename from desktop--save-windows.
13873 (desktop--restore-in-this-display-p): New function.
13874 (desktop--make-full-frame): Remove unwanted width/height from
13875 full(width|height) frames.
13876 (desktop--restore-frames): Rename from desktop--restore-windows.
13877 Obey desktop-restore-current-display. Do not delete old frames or
13878 select a new frame unless we were able to restore at least one frame.
13879
13880 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
13881
13882 * files.el (find-file-noselect): Simplify conditional expression.
13883
13884 * textmodes/remember.el (remember-append-to-file):
13885 Don't mix `find-buffer-visiting' and `get-file-buffer'.
13886
13887 Add `remember-notes' function to store random notes across Emacs
13888 restarts.
13889 * textmodes/remember.el (remember-data-file): Add :set callback to
13890 affect notes buffer (if any).
13891 (remember-notes): New command.
13892 (remember-notes-buffer-name, bury-remember-notes-on-kill):
13893 New defcustoms for the `remember-notes' function.
13894 (remember-notes-save-and-bury-buffer): New command.
13895 (remember-notes-mode-map): New variable.
13896 (remember-mode): New minor mode.
13897 (remember-notes--kill-buffer-query): New function.
13898 * startup.el (initial-buffer-choice): Add notes to custom type.
13899
13900 2013-06-30 Eli Zaretskii <eliz@gnu.org>
13901
13902 * bindings.el (right-char, left-char): Don't call sit-for, this is
13903 no longer needed. Use arithmetic comparison only for numerical
13904 arguments.
13905
13906 * international/mule-cmds.el (select-safe-coding-system):
13907 Handle the case of FROM being a string correctly. (Bug#14755)
13908
13909 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13910
13911 * net/shr.el (shr-make-table-1): Add a sanity check that allows
13912 progression on degenerate tables.
13913 (shr-rescale-image): ImageMagick animated images currently don't work.
13914
13915 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
13916
13917 Some fixes and improvements for desktop frame restoration.
13918 It is still experimental and disabled by default.
13919 * desktop.el (desktop--save-windows): Put the selected frame at
13920 the head of the list.
13921 (desktop--make-full-frame): New function.
13922 (desktop--restore-windows): Try to re-select the frame that was
13923 selected upon saving. Do not abort if some frames fail to restore,
13924 just show an error message and continue. Set up maximized frames
13925 so they have default non-maximized dimensions.
13926
13927 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
13928
13929 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
13930 Don't start heredoc inside a string or comment.
13931
13932 2013-06-29 Eli Zaretskii <eliz@gnu.org>
13933
13934 * bindings.el (visual-order-cursor-movement): New defcustom.
13935 (right-char, left-char): Provide visual-order cursor motion by
13936 calling move-point-visually. Update the doc strings.
13937
13938 2013-06-28 Kenichi Handa <handa@gnu.org>
13939
13940 * international/mule.el (define-coding-system): New coding system
13941 properties :inhibit-null-byte-detection,
13942 :inhibit-iso-escape-detection, and :prefer-utf-8.
13943 (set-buffer-file-coding-system): If :charset-list property of
13944 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
13945 appropriate for setting.
13946
13947 * international/mule-cmds.el (select-safe-coding-system):
13948 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
13949 multibyte characters, return utf-8 (or one of its siblings).
13950
13951 * international/mule-conf.el (prefer-utf-8): New coding system.
13952 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
13953 files.
13954
13955 2013-06-28 Ivan Kanis <ivan@kanis.fr>
13956
13957 * net/shr.el (shr-render-region): New function.
13958
13959 * net/eww.el: Autoload `eww-browse-url'.
13960
13961 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
13962
13963 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13964 Adapt to `package-desc-version' being a list.
13965 Use `package--ac-desc-version' to retrieve version from a package
13966 archive element.
13967
13968 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
13969
13970 New experimental feature to save&restore window and frame setup.
13971 * desktop.el (desktop-save-windows): New defcustom.
13972 (desktop--saved-states): New var.
13973 (desktop--excluded-frame-parameters): New defconst.
13974 (desktop--filter-frame-parms, desktop--find-frame-in-display)
13975 (desktop--restore-windows, desktop--save-windows): New functions.
13976 (desktop-save): Call `desktop--save-windows'.
13977 (desktop-read): Call `desktop--restore-windows'.
13978
13979 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13980
13981 * net/shr.el (add-face-text-property): Remove compat definition.
13982
13983 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
13984
13985 * info.el (Info-try-follow-nearest-node): Move search for footnote
13986 above search for node name to prevent missing a footnote (bug#14717).
13987
13988 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
13989
13990 * obsolete/otodo-mode.el: Add obsolescence info to file header.
13991
13992 2013-06-27 Leo Liu <sdl.web@gmail.com>
13993
13994 * net/eww.el (eww-read-bookmarks): Check file size.
13995
13996 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
13999 advice--pending if newdef is nil or an autoload (bug#13820).
14000 (advice-mapc): New function.
14001
14002 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
14003
14004 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
14005 probably.
14006 (eww-mode-map): Add a menu bar.
14007 (eww-add-bookmark): New command.
14008 (eww-bookmark-mode): New mode and commands.
14009 (eww-add-bookmark): Remove newlines from the title.
14010 (eww-bookmark-browse): Don't bug out if it's the only window.
14011
14012 2013-06-26 Glenn Morris <rgm@gnu.org>
14013
14014 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
14015 (hfy-size): Handle ttys. (Bug#14668)
14016
14017 * info-xref.el: Update for Texinfo 5 change in *note format.
14018 (info-xref-node-re, info-xref-note-re): New constants.
14019 (info-xref-check-buffer): Use info-xref-note-re.
14020
14021 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
14022
14023 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
14024
14025 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
14026 nil terminate the loop (bug#14718).
14027
14028 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14029
14030 * net/eww.el: Rework history traversal. When going forward/back,
14031 put these actions into the history, too, so that they can be
14032 replayed.
14033 (eww-render): Move the history reset to the correct buffer.
14034
14035 2013-06-25 Juri Linkov <juri@jurta.org>
14036
14037 * files-x.el (modify-dir-local-variable): Change the header comment
14038 in the file with directory local variables. (Bug#14692)
14039
14040 * files-x.el (read-file-local-variable-value): Add `default'.
14041 (Bug#14710)
14042
14043 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14044
14045 * net/eww.el (eww-make-unique-file-name): Create a unique file
14046 name before saving to entering `y' accidentally asynchronously.
14047
14048 2013-06-25 Ivan Kanis <ivan@kanis.fr>
14049
14050 * net/eww.el (eww-download): New command and keystroke.
14051
14052 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14053
14054 * net/eww.el (eww-copy-page-url): Change name of command.
14055
14056 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
14057 be more consistent with Info and dired.
14058
14059 * net/eww.el (eww-mode-map): Ditto.
14060
14061 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14062
14063 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
14064 packages from archives.
14065 (package-archive-contents): Change format; include obsolete packages.
14066 (package-desc): Use `dir' to mark builtin packages.
14067 (package--from-builtin): Set the `dir' field to `builtin'.
14068 (generated-autoload-file, version-control): Declare.
14069 (package-compute-transaction): Change first arg and return value to be
14070 lists of package-descs. Adjust to new package-archive-contents format.
14071 (package--add-to-archive-contents): Adjust to new
14072 package-archive-contents format.
14073 (package-download-transaction): Arg is now a list of package-descs.
14074 (package-install): If `pkg' is a package name, pass it as
14075 a requirement, so it is subject to the usual (e.g. disabled) checks.
14076 (describe-package): Accept package-desc as well.
14077 (describe-package-1): Describe a specific package-desc. Add links to
14078 other package-descs for the same package name.
14079 (package-menu-describe-package): Pass the actual package-desc.
14080 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
14081 works correctly.
14082 (package-desc-status): New function.
14083 (package-menu--refresh): New function, extracted
14084 from package-menu--generate.
14085 (package-menu--generate): Use it.
14086 (package-delete): Update package-alist.
14087 (package-menu-execute): Don't call package-initialize.
14088
14089 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
14090 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
14091 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
14092 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
14093 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
14094 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
14095
14096 2013-06-25 Martin Rudalics <rudalics@gmx.at>
14097
14098 * window.el (window--state-get-1): Workaround for bug#14527.
14099 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
14100
14101 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
14102
14103 * net/eww.el (eww-back-url): Implement the history by stashing all
14104 the data into a list.
14105 (eww-forward-url): Allow going forward in the history, too.
14106
14107 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
14110 for values and use read--expression for expressions (bug#14710).
14111 (read-file-local-variable): Avoid setq.
14112 (read-file-local-variable-mode): Use minor-mode-list.
14113
14114 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14115
14116 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
14117 for DOI URLs.
14118
14119 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14120
14121 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
14122 Update imenu-support when dialect changes.
14123
14124 2013-06-25 Leo Liu <sdl.web@gmail.com>
14125
14126 * ido.el (ido-read-internal): Allow forward slash on windows.
14127
14128 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14129
14130 * net/eww.el (eww): Start of strings is \\`, not ^.
14131
14132 2013-06-24 Ivan Kanis <ivan@kanis.fr>
14133
14134 * net/shr.el (shr-browse-url): Fix interactive spec.
14135
14136 * net/eww.el (eww): Add a trailing slash to domain names.
14137
14138 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
14139
14140 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
14141
14142 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
14143
14144 * net/shr.el (shr-browse-url): Use an external browser if given a
14145 prefix.
14146
14147 * net/eww.el (eww-external-browser): Move to shr.
14148
14149 2013-06-24 Ivan Kanis <ivan@kanis.fr>
14150
14151 * net/eww.el (eww): Work more correctly for file: URLs.
14152 (eww-detect-charset): Allow quoted charsets.
14153 (eww-yank-page-url): New command and keystroke.
14154
14155 2013-06-24 Daiki Ueno <ueno@gnu.org>
14156
14157 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
14158 file name of gpg executable.
14159 (epg-context-program): New function.
14160 (epg-context-home-directory): New function.
14161 (epg-context-set-program): New function.
14162 (epg-context-set-home-directory): New function.
14163 (epg--start): Use `epg-context-program' instead of
14164 'epg-gpg-program'.
14165 (epg--list-keys-1): Likewise.
14166
14167 2013-06-24 Leo Liu <sdl.web@gmail.com>
14168
14169 * ido.el (ido-read-internal): Fix bug#14620.
14170
14171 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
14172
14173 * faces.el (face-documentation): Simplify.
14174 (read-face-attribute, tty-find-type, x-resolve-font-name):
14175 Use `string-match-p'.
14176 (list-faces-display): Use `string-match-p'. Simplify.
14177 (face-spec-recalc): Check face to avoid face alias loops.
14178 (read-color): Use `string-match-p' and non-capturing parenthesis.
14179
14180 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
14181
14182 * net/shr.el (shr-rescale-image): Use the new
14183 :max-width/:max-height functionality.
14184
14185 2013-06-23 Ivan Kanis <ivan@kanis.fr>
14186
14187 * net/eww.el (eww-search-prefix): New variable.
14188 (eww): Use it.
14189 (eww-external-browser): New variable.
14190 (eww-mode-map): New keystroke.
14191 (eww-browse-with-external-browser): New command.
14192
14193 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
14194
14195 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
14196
14197 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
14198 Don't skip aligning the next header field when padding is 0;
14199 otherwise, field width is not respected unless the title is as
14200 wide as the field.
14201
14202 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * emacs-lisp/package.el (package-el-version): Remove.
14205 (package-process-define-package): Fix inf-loop.
14206 (package-install): Allow symbols as arguments again.
14207
14208 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
14209
14210 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
14211 add some more keyword-like methods.
14212 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
14213
14214 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
14215
14216 * bs.el (bs-buffer-show-mark): Make defvar-local.
14217 (bs-mode): Use setq-local.
14218
14219 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
14220 (emacs-lock--try-unlocking): Make defvar-local.
14221
14222 2013-06-22 Glenn Morris <rgm@gnu.org>
14223
14224 * play/cookie1.el (cookie-apropos): Minor simplification.
14225
14226 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
14227
14228 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
14229
14230 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
14231 `regexp-opt', it breaks the build during dumping.
14232
14233 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
14234
14235 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
14236 Highlight keyword-like methods on Kernel and Module with
14237 font-lock-builtin-face.
14238 (auto-mode-alist): Consolidate different entries into one regexp
14239 and add more *file-s.
14240
14241 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
14242
14243 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
14244
14245 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
14246 (diary-entry): Use it in the action of this button type instead of
14247 diary-goto-entry.
14248
14249 * calendar/todo-mode.el: New version.
14250 (todo-add-category): Append new category to end of file and give
14251 it the highest number, instead of putting it at the beginning and
14252 giving it 0. Incorporate noninteractive functionality.
14253 (todo-forward-category): Adapt to 1-based category numbering.
14254 Allow skipping over archived categories.
14255 (todo-backward-category): Derive from todo-forward-category.
14256 (todo-backward-item, todo-forward-item): Make noninteractive and
14257 delegate interactive part to new commands. Make sensitive to done items.
14258 (todo-categories): Make value an alist of category names and
14259 vectors of item counts.
14260 (todo-category-beg): Make a defconst.
14261 (todo-category-number): Use 1 instead of 0 as initial value.
14262 (todo-category-select): Make sensitive to overlays, optional item
14263 highlighting and done items.
14264 (todo-delete-item): Make sensitive to overlays and marked and done items.
14265 (todo-edit-item): Make sensitive to overlays and editing of
14266 date/time header optional. Add format checks.
14267 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
14268 no-op if point is not on an item. Advertise using todo-edit-quit.
14269 (todo-edit-mode): Make sensitive to new format, font-locking, and
14270 multiple todo files.
14271 (todo-insert-item, todo-insert-item-here): Derive from
14272 todo-basic-insert-item and extend functionality.
14273 (todo-item-end, todo-item-start): Make sensitive to done items.
14274 (todo-item-string): Don't return text properties. Restore point.
14275 (todo-jump-to-category): Make sensitive to multiple todo files and
14276 todo archives. Use extended category completion.
14277 (todo-lower-item, todo-raise-item): Rename to *-priority and
14278 derive from todo-set-item-priority.
14279 (todo-mode): Derive from special-mode. Make sensitive to new
14280 format, font-locking and multiple todo files. Make read-only.
14281 (todo-mode-map): Don't suppress digit keys, so they can supply
14282 prefix arguments. Add many new key bindings.
14283 (todo-prefix): Insert as an overlay instead of file text.
14284 Change semantics from diary date expression to purely visual mark.
14285 (todo-print): Rename to todo-print-buffer. Make buffer display
14286 features printable. Remove option to restrict number of items
14287 printed. Add option to print to file.
14288 (todo-print-function): Rename to todo-print-buffer-function.
14289 (todo-quit): Extend to handle exiting new todo modes.
14290 (todo-remove-item): Make sensitive to overlays.
14291 (todo-save): Extend to buffers of filtered items.
14292 (todo-show): Make sensitive to done items, multiple todo files and
14293 new todo modes. Offer to convert legacy todo file before creating
14294 first new todo file.
14295 (todo-show-priorities): Rename to todo-top-priorities.
14296 Change semantics of value 0.
14297 (todo-top-priorities): Rename to todo-filter-top-priorities,
14298 derive from todo-filter-items and extend functionality.
14299 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
14300 and extend functionality to other types of filtered items.
14301 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
14302 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
14303 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
14304 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
14305 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
14306 (todo-edit-mode-hook, todo-entry-prefix-function)
14307 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
14308 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
14309 (todo-initials, todo-insert-threshold, todo-item-string-start)
14310 (todo-line-string, todo-menu, todo-mode-hook)
14311 (todo-more-important-p, todo-previous-answer, todo-previous-line)
14312 (todo-print-priorities, todo-remove-separator)
14313 (todo-save-top-priorities-too, todo-string-count-lines)
14314 (todo-string-multiline-p, todo-time-string-format)
14315 (todo-tmp-buffer-name): Remove.
14316 (todo-add-file, todo-archive-done-item, todo-choose-archive)
14317 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
14318 (todo-edit-category-diary-inclusion)
14319 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
14320 (todo-edit-file, todo-edit-item-date-day)
14321 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
14322 (todo-edit-item-date-month, todo-edit-item-date-to-today)
14323 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
14324 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
14325 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
14326 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
14327 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
14328 (todo-filter-top-priorities-multifile, todo-find-archive)
14329 (todo-find-filtered-items-file, todo-go-to-source-item)
14330 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
14331 (todo-jump-to-archive-category, todo-lower-category)
14332 (todo-mark-category, todo-marked-item-p, todo-merge-category)
14333 (todo-move-category, todo-move-item, todo-next-button)
14334 (todo-next-item, todo-padded-string, todo-powerset)
14335 (todo-previous-button, todo-previous-item)
14336 (todo-print-buffer-to-file, todo-raise-category)
14337 (todo-rename-category, todo-repair-categories-sexp, todo-search)
14338 (todo-set-category-number, todo-set-item-priority)
14339 (todo-set-top-priorities-in-category)
14340 (todo-set-top-priorities-in-file, todo-show-categories-table)
14341 (todo-sort-categories-alphabetically-or-numerically)
14342 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
14343 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
14344 (todo-toggle-item-header, todo-toggle-item-highlighting)
14345 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
14346 (todo-toggle-view-done-items, todo-toggle-view-done-only)
14347 (todo-unarchive-items, todo-unmark-category): New commands.
14348 (todo-absolute-file-name, todo-add-to-buffer-list)
14349 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
14350 (todo-basic-insert-item, todo-category-completions)
14351 (todo-category-number, todo-category-string-matcher-1)
14352 (todo-category-string-matcher-2, todo-check-filtered-items-file)
14353 (todo-check-format, todo-clear-matches)
14354 (todo-comment-string-matcher, todo-convert-legacy-date-time)
14355 (todo-current-category, todo-date-string-matcher)
14356 (todo-define-insertion-command, todo-diary-expired-matcher)
14357 (todo-diary-goto-entry, todo-diary-item-p)
14358 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
14359 (todo-display-categories, todo-display-sorted, todo-done-item-p)
14360 (todo-done-item-section-p, todo-done-separator)
14361 (todo-done-string-matcher, todo-files, todo-filter-items)
14362 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
14363 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
14364 (todo-insert-category-line, todo-insert-item-from-calendar)
14365 (todo-insert-sort-button, todo-insert-with-overlays)
14366 (todo-insertion-command-name, todo-insertion-key-bindings)
14367 (todo-label-to-key, todo-longest-category-name-length)
14368 (todo-make-categories-list, todo-mode-external-set)
14369 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
14370 (todo-modes-set-3, todo-multiple-filter-files)
14371 (todo-nondiary-marker-matcher, todo-prefix-overlays)
14372 (todo-read-category, todo-read-date, todo-read-dayname)
14373 (todo-read-file-name, todo-read-time)
14374 (todo-reevaluate-category-completions-files-defcustom)
14375 (todo-reevaluate-default-file-defcustom)
14376 (todo-reevaluate-filelist-defcustoms)
14377 (todo-reevaluate-filter-files-defcustom)
14378 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
14379 (todo-reset-done-separator, todo-reset-done-separator-string)
14380 (todo-reset-done-string, todo-reset-global-current-todo-file)
14381 (todo-reset-highlight-item, todo-reset-nondiary-marker)
14382 (todo-reset-prefix, todo-set-categories)
14383 (todo-set-date-from-calendar, todo-set-show-current-file)
14384 (todo-set-top-priorities, todo-short-file-name)
14385 (todo-show-current-file, todo-sort, todo-time-string-matcher)
14386 (todo-total-item-counts, todo-update-buffer-list)
14387 (todo-update-categories-display, todo-update-categories-sexp)
14388 (todo-update-count, todo-validate-name, todo-y-or-n-p):
14389 New functions.
14390 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
14391 New major modes.
14392 (todo-categories, todo-display, todo-edit, todo-faces)
14393 (todo-filtered): New defgroups.
14394 (todo-archived-only, todo-button, todo-category-string, todo-date)
14395 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
14396 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
14397 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
14398 (todo-add-item-if-new-category, todo-always-add-time-string)
14399 (todo-categories-align, todo-categories-archived-label)
14400 (todo-categories-category-label, todo-categories-diary-label)
14401 (todo-categories-done-label, todo-categories-number-separator)
14402 (todo-categories-todo-label, todo-categories-totals-label)
14403 (todo-category-completions-files, todo-completion-ignore-case)
14404 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
14405 (todo-done-separator-string, todo-done-string)
14406 (todo-files-function, todo-filter-done-items, todo-filter-files)
14407 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
14408 (todo-initial-category, todo-initial-file, todo-item-mark)
14409 (todo-legacy-date-time-regexp, todo-mode-line-function)
14410 (todo-nondiary-marker, todo-number-prefix)
14411 (todo-print-buffer-function, todo-show-current-file)
14412 (todo-show-done-only, todo-show-first, todo-show-with-done)
14413 (todo-skip-archived-categories, todo-top-priorities-overrides)
14414 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
14415 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
14416 New defcustoms.
14417 (todo-category-done, todo-date-pattern, todo-date-string-start)
14418 (todo-diary-items-buffer, todo-done-string-start)
14419 (todo-filtered-items-buffer, todo-item-start)
14420 (todo-month-abbrev-array, todo-month-name-array)
14421 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
14422 (todo-top-priorities-buffer): New defconsts.
14423 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
14424 (todo-categories-with-marks, todo-category-string-face)
14425 (todo-comment-face, todo-comment-string, todo-current-todo-file)
14426 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
14427 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
14428 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
14429 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
14430 (todo-font-lock-keywords, todo-global-current-todo-file)
14431 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
14432 (todo-insertion-commands-args)
14433 (todo-insertion-commands-args-genlist)
14434 (todo-insertion-commands-names, todo-insertion-map)
14435 (todo-key-bindings-t, todo-key-bindings-t+a)
14436 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
14437 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
14438 (todo-nondiary-face, todo-print-buffer, todo-time-face)
14439 (todo-visited): New variables.
14440
14441 2013-06-21 Glenn Morris <rgm@gnu.org>
14442
14443 * play/cookie1.el (cookie-apropos): Add optional display argument.
14444 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
14445 (psychoanalyze-pinhead): Use cookie-doctor.
14446
14447 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
14448
14449 * emacs-lisp/package.el (tar-get-file-descriptor)
14450 (tar--extract): Declare.
14451
14452 2013-06-21 Eduard Wiebe <usenet@pusto.de>
14453
14454 Extend flymake's warning predicate to be a function (bug#14217).
14455 * progmodes/flymake.el (flymake-warning-predicate): New.
14456 (flymake-parse-line): Use it.
14457 (flymake-warning-re): Make obsolete alias to
14458 `flymake-warning-predicate'.
14459
14460 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * emacs-lisp/package.el (package-alist): Include obsolete packages.
14463 (package-obsolete-list): Remove.
14464 (package-activate): Remove min-version argument. Add `force' argument.
14465 Adjust to new package-alist format.
14466 (package-mark-obsolete): Remove.
14467 (package-unpack): Force reload of the package's autoloads.
14468 (package-installed-p): Check builtins if the installed package is not
14469 recent enough.
14470 (package-initialize): Don't reset package-obsolete-list.
14471 Don't specify which package version to activate.
14472 (package-process-define-package, describe-package-1)
14473 (package-menu--generate): Adjust to new package-alist format.
14474
14475 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
14476
14477 * allout-widgets.el (allout-widgets-mode-off)
14478 (allout-widgets-mode-on, allout-widgets-pre-command-business)
14479 (allout-widgets-post-command-business)
14480 (allout-widgets-after-copy-or-kill-function)
14481 (allout-widgets-after-undo-function, allout-test-range-overlaps)
14482 (allout-decorate-item-and-context)
14483 (allout-graphics-modification-handler): Fix typos in docstrings.
14484 (allout-get-or-create-parent-widget): Use `looking-at-p'.
14485
14486 * cmuscheme.el (scheme-start-file): Doc fix.
14487 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
14488 (scheme-input-filter): Use `string-match-p'.
14489
14490 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
14491
14492 * dired-x.el: Use Dired consistently in docstrings.
14493
14494 * dired.el: Use Dired consistently in docstrings.
14495 (dired-readin, dired-mode): Use `setq-local'.
14496 (dired-switches-alist): Make defvar-local.
14497 (dired-buffers-for-dir): Use `zerop'.
14498 (dired-safe-switches-p, dired-switches-escape-p)
14499 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
14500 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
14501 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
14502 (dired-goto-next-nontrivial-file): Use `string-match-p'.
14503 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
14504 (dired-toggle-marks, dired-mark-files-containing-regexp)
14505 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
14506 (dired-flag-auto-save-files, dired-flag-backup-files):
14507 Use `looking-at-p'.
14508 (dired-mark-files-regexp, dired-build-subdir-alist):
14509 Use `string-match-p', `looking-at-p'.
14510
14511 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
14512 (direct-print-region-helper): Use `string-match-p'.
14513
14514 2013-06-21 Leo Liu <sdl.web@gmail.com>
14515
14516 * comint.el (comint-redirect-results-list-from-process):
14517 Fix infinite loop.
14518
14519 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14520
14521 * net/eww.el (eww-update-header-line-format): Quote % characters.
14522
14523 2013-06-21 Glenn Morris <rgm@gnu.org>
14524
14525 * play/cookie1.el (cookie): New custom group.
14526 (cookie-file): New option.
14527 (cookie-check-file): New function.
14528 (cookie): Make it interactive. Make start and end messages optional.
14529 Interactively, display the result. Default to cookie-file.
14530 (cookie-insert): Default to cookie-file.
14531 (cookie-snarf): Make start and end messages optional.
14532 Default to cookie-file. Use with-temp-buffer.
14533 (cookie-read): Rename from read-cookie.
14534 Make start and end messages optional. Default to cookie-file.
14535 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
14536 Do not autoload it.
14537 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
14538 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
14539
14540 2013-06-21 Leo Liu <sdl.web@gmail.com>
14541
14542 * progmodes/octave.el (octave-mode): Backward compatibility fix.
14543
14544 2013-06-21 Glenn Morris <rgm@gnu.org>
14545
14546 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
14547
14548 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14549 Daniel Hackney <dan@haxney.org>
14550
14551 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
14552 Consolidate the single-file vs tarball code.
14553 (package-desc-suffix): New function.
14554 (package-desc-full-name): Don't bother inlining it.
14555 (package-load-descriptor): Return the new package-desc.
14556 (package-mark-obsolete): Remove unused arg `package'.
14557 (package-unpack): Make it work for single files as well.
14558 Make it update package-alist.
14559 (package--make-autoloads-and-stuff): Rename from
14560 package--make-autoloads-and-compile. Don't compile any more.
14561 (package--compile): New function.
14562 (package-generate-description-file): New function, extracted from
14563 package-unpack-single.
14564 (package-unpack-single): Remove.
14565 (package--with-work-buffer): Add indentation and debugging info.
14566 (package-download-single): Remove.
14567 (package-install-from-archive): Rename from package-download-tar, make
14568 it take a pkg-desc, and make it work for single files as well.
14569 (package-download-transaction): Simplify.
14570 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
14571 external tar program.
14572 (package-install-from-buffer): Remove `pkg-desc' argument.
14573 Use package-tar-file-info for tar-mode buffers.
14574 (package-install-file): Simplify accordingly.
14575 (package-archive-base): Change to take a pkg-desc.
14576 * tar-mode.el (tar--check-descriptor): New function, extracted from
14577 tar-get-descriptor.
14578 (tar-get-descriptor): Use it.
14579 (tar-get-file-descriptor): New function.
14580 (tar--extract): New function, extracted from tar-extract.
14581 (tar--extract): Use it.
14582 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
14583 case the summary uses non-ascii. Adjust to new calling convention of
14584 package-tar-file-info.
14585
14586 2013-06-21 Leo Liu <sdl.web@gmail.com>
14587
14588 * comint.el (comint-redirect-results-list-from-process):
14589 Fix random delay. (Bug#14681)
14590
14591 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
14592
14593 * profiler.el (profiler-format-number): Use log, not log10.
14594
14595 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
14596
14597 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
14598
14599 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
14602 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
14603 yet available.
14604 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
14605 (AUTOGENEL): ... here.
14606 * emacs-lisp/cl-macs.el (cl--sublis): New function.
14607 (cl--defsubst-expand): Use it.
14608
14609 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
14610
14611 * subr.el (log10): Move here from C code, and declare as obsolete.
14612 All uses of (log10 X) replaced with (log X 10).
14613
14614 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
14615
14616 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
14617 Declare with `defvar-local'.
14618 (tabulated-list-use-header-line, tabulated-list-entries)
14619 (tabulated-list-padding, tabulated-list-printer)
14620 (tabulated-list-sort-key): Declare with `defvar-local'.
14621 (tabulated-list-init-header, tabulated-list-print-fake-header):
14622 Use `setq-local'.
14623
14624 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
14625
14626 * arc-mode.el (archive-mode): Add `archive-write-file' to
14627 `write-contents-functions' also for remote files. (Bug#14652)
14628
14629 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
14630
14631 * cus-edit.el (custom-commands): Fix typos.
14632 (custom-display): Fix tooltip text.
14633 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
14634 Fix typos in docstrings.
14635 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
14636 (custom-unlispify-menu-entry, custom-magic-value-create)
14637 (custom-add-see-also, custom-group-value-create): Use ?\s.
14638 (custom-guess-type, customize-apropos, editable-field)
14639 (custom-face-value-create): Use `string-match-p'.
14640 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
14641
14642 * custom.el (custom-load-symbol): Use `string-match-p'.
14643
14644 * ansi-color.el: Convert to lexical binding.
14645 (ansi-colors): Fix URL.
14646 (ansi-color-context, ansi-color-context-region): Use defvar-local.
14647 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
14648 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
14649
14650 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14651
14652 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
14653
14654 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
14655
14656 2013-06-19 Tom Tromey <tromey@redhat.com>
14657
14658 * net/eww.el (eww-top-url): Remove.
14659 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
14660 (eww-render): Set new variables. Don't set eww-top-url.
14661 (eww-handle-link): Handle "prev", "home", and "contents".
14662 Downcase the rel text.
14663 (eww-top-url): Choose best top URL.
14664
14665 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14666
14667 * net/eww.el: Rewrite to implement form elements "by hand" instead of
14668 relying in widget.el. Using widget.el leads to too many
14669 user interface inconsistencies.
14670 (eww-self-insert): Implement entering commands in text fields.
14671 (eww-process-text-input): New function to make text input field editing
14672 work.
14673 (eww-submit): Rewrite to use the new-style form methods.
14674 (eww-select-display): Display the correct selected item.
14675 (eww-change-select): Implement changing the select value.
14676 (eww-toggle-checkbox): Implement radio/checkboxes.
14677 (eww-update-field): Fix compilation error.
14678 (eww-tag-textarea): Implement <textarea>.
14679
14680 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
14681 we don't shadow mode-specific bindings.
14682
14683 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
14684 nothing to push.
14685
14686 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
14687
14688 2013-06-19 Glenn Morris <rgm@gnu.org>
14689
14690 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
14691
14692 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
14693
14694 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
14695 not needed.
14696
14697 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
14698
14699 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14700
14701 * net/browse-url.el (browse-url-browser-function):
14702 `eww-browse-url' has the right calling signature, `eww' does not.
14703
14704 2013-06-19 Glenn Morris <rgm@gnu.org>
14705
14706 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14707 Only eval autoloaded macros.
14708 (byte-compile-autoload): Only give the macro warning for macros.
14709
14710 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
14711 (ps-underlined-faces): Declare.
14712
14713 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
14714 (speedbar-add-supported-extension): Declare.
14715
14716 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
14717 Don't include a date stamp in the header of the generated file;
14718 it leads to needless differences between output files.
14719
14720 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
14721
14722 * net/secrets.el (secrets-struct-secret-content-type):
14723 Replace check of introspection data by a test call of "CreateItem".
14724 Some servers do not offer introspection.
14725
14726 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * electric.el (electric-pair-mode): Improve interaction with
14729 electric-layout-mode.
14730 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
14731 (electric-pair-syntax): Use text-mode-syntax-table in comments
14732 and strings.
14733 (electric-pair--insert): New function.
14734 (electric-pair-post-self-insert-function): Use it and
14735 electric--after-char-pos.
14736
14737 2013-06-19 Leo Liu <sdl.web@gmail.com>
14738
14739 * progmodes/octave.el (octave-help): Fix regexp.
14740
14741 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14742
14743 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
14744 (shr-table-horizontal-line): Allow nil as a value, and change the
14745 default.
14746 (shr-insert-table-ruler): Respect the nil value.
14747
14748 2013-06-18 Tom Tromey <tromey@barimba>
14749
14750 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14751 New defvars.
14752 (eww-open-file): New defun.
14753 (eww-render): Initialize new variables.
14754 (eww-display-html): Handle "link" and "a".
14755 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
14756 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
14757 (eww-back-url): Rename from eww-previous-url.
14758 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14759 New defuns.
14760
14761 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
14762
14763 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
14764 Distinguish ternary operator tokens from slash symbol and slash
14765 char literal.
14766
14767 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
14768
14769 Convert symbol prettification into minor mode and global minor mode.
14770
14771 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
14772 `prog-prettify-symbols', and make a local defvar instead of defcustom.
14773 (prettify-symbols--keywords): Rename from
14774 `prog-prettify-symbols-alist' and make a local defvar.
14775 (prettify-symbols--compose-symbol): Rename from
14776 `prog--prettify-font-lock-compose-symbol'.
14777 (prettify-symbols--make-keywords): Rename from
14778 `prog-prettify-font-lock-symbols-keywords' and simplify.
14779 (prog-prettify-install): Remove.
14780 (prettify-symbols-mode): New minor mode, based on
14781 `prog-prettify-install'.
14782 (turn-on-prettify-symbols-mode): New function.
14783 (global-prettify-symbols-mode): New globalized minor mode.
14784
14785 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14786 * progmodes/cfengine.el (cfengine3-mode):
14787 * progmodes/perl-mode.el (perl-mode): Don't call
14788 `prog-prettify-install'; set `prettify-symbols-alist' instead.
14789
14790 2013-06-18 Juri Linkov <juri@jurta.org>
14791
14792 * files-x.el (modify-file-local-variable-message): New function.
14793 (modify-file-local-variable)
14794 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
14795 and call `modify-file-local-variable-message' when it's non-nil.
14796 (add-file-local-variable, delete-file-local-variable)
14797 (add-file-local-variable-prop-line)
14798 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
14799 and use it. (Bug#9820)
14800
14801 2013-06-18 Juri Linkov <juri@jurta.org>
14802
14803 * emulation/vi.el (vi-shell-op):
14804 * emulation/vip.el (vip-execute-com, ex-command):
14805 * emulation/viper-cmd.el (viper-exec-bang):
14806 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
14807 the call of `shell-command-on-region'. (Bug#14637)
14808
14809 * simple.el (shell-command-on-region): Doc fix.
14810
14811 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
14814 (bug#14633).
14815
14816 2013-06-18 Glenn Morris <rgm@gnu.org>
14817
14818 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
14819
14820 * newcomment.el (comment-search-forward, comment-search-backward):
14821 Doc fix. (Bug#14376)
14822
14823 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
14824
14825 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
14826 (buffer-face-mode-invoke): Doc fix.
14827
14828 2013-06-18 Matthias Meulien <orontee@gmail.com>
14829
14830 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
14831 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
14832
14833 2013-06-18 Glenn Morris <rgm@gnu.org>
14834
14835 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
14836 Replace obsolete function generic-make-keywords with its expansion.
14837
14838 * progmodes/python.el (ffap-alist): Declare.
14839
14840 * textmodes/reftex.el (bibtex-mode-map): Declare.
14841
14842 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
14843
14844 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
14845 (package-unpack, package-unpack-single): Return the pkg-dir.
14846 (package-download-transaction): Use it to update package-alist.
14847
14848 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14849
14850 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
14851 possible choice.
14852
14853 2013-06-17 Juri Linkov <juri@jurta.org>
14854
14855 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
14856
14857 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
14858
14859 * emacs-lisp/package.el (package-load-descriptor):
14860 Remove `with-syntax-table' call, `read' doesn't need it.
14861 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
14862
14863 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
14864
14865 * startup.el (command-line): Expand package name returned by
14866 `package--description-file' (bug#14639).
14867
14868 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
14869
14870 * emacs-lisp/package.el (package-load-descriptor): Do not call
14871 `emacs-lisp-mode', just use its syntax table.
14872
14873 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
14874
14875 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
14876 `font-lock-extra-managed-props' if any prettifying keyword is added.
14877 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
14878 (prog-mode): Use `setq-local'.
14879
14880 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * international/characters.el (standard-case-table): Set syntax of ?»
14883 and ?« to punctuation.
14884
14885 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
14886
14887 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
14888 Save relevant match data before calling `syntax-ppss' (bug#14595).
14889
14890 2013-06-15 Juri Linkov <juri@jurta.org>
14891
14892 * files-x.el (modify-file-local-variable-prop-line): Add local
14893 variables to the end of the existing comment on the first line.
14894 Use `file-auto-mode-skip' to skip interpreter magic line,
14895 and also skip XML declaration.
14896
14897 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14898
14899 * startup.el (package--builtin-versions): New var.
14900 (package-subdirectory-regexp): Remove.
14901 (package--description-file): Hard code its value instead.
14902
14903 * emacs-lisp/package.el: Don't activate packages older than builtin.
14904 (package-obsolete-list): Rename from package-obsolete-alist, and make
14905 it into a simple list of package-desc.
14906 (package-strip-version): Remove.
14907 (package-built-in-p): Use package--builtin-versions.
14908 (package-mark-obsolete): Simplify.
14909 (package-process-define-package): Mark it obsolete if older than the
14910 builtin version.
14911 (package-handle-response): Use line-end-position.
14912 (package-read-archive-contents, package--download-one-archive):
14913 Simplify.
14914 (package--add-to-archive-contents): Skip if older than the builtin or
14915 installed version.
14916 (package-menu-describe-package): Fix last change.
14917 (package-list-unversioned): New var.
14918 (package-menu--generate): Use it.
14919
14920 * emacs-lisp/autoload.el: Manage package--builtin-versions.
14921 (autoload--insert-text, autoload--insert-cookie-text): New functions.
14922 (autoload-builtin-package-versions): New variable.
14923 (autoload-generate-file-autoloads): Use them.
14924 Remove the list of autoloaded functions/macros from the
14925 (autoload...) comments.
14926
14927 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
14928
14929 2013-06-15 Eli Zaretskii <eliz@gnu.org>
14930
14931 * simple.el (line-move-partial): Don't jump to the next screen
14932 line as soon as it becomes visible. Instead, continue enlarging
14933 the vscroll until the portion of a tall screen line that's left on
14934 display is about the height of the frame's default font.
14935 (Bug#14567)
14936
14937 2013-06-15 Glenn Morris <rgm@gnu.org>
14938
14939 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
14940 compilation-error-regexp-alist void, or local while let-bound.
14941
14942 * progmodes/make-mode.el (makefile-mode-syntax-table):
14943 Treat "=" as punctuation. (Bug#14614)
14944
14945 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
14946
14947 * help-fns.el (describe-variable):
14948 Add extra line for permanent-local variables.
14949
14950 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
14951
14952 * progmodes/scheme.el (scheme-font-lock-keywords-2):
14953 Add export, import, library. (Bug#9164)
14954 (library): Set indent function.
14955
14956 2013-06-14 Glenn Morris <rgm@gnu.org>
14957
14958 * term/xterm.el (xterm--query):
14959 Stop after first matching handler. (Bug#14615)
14960
14961 2013-06-14 Ivan Kanis <ivan@kanis.fr>
14962
14963 Add support for dired in saveplace.
14964 * dired.el (dired-initial-position-hook): New variable.
14965 (dired-initial-position): Call hook to place cursor position.
14966 * saveplace.el (save-place-to-alist): Add dired position.
14967 (save-place-dired-hook): New function.
14968
14969 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14970
14971 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
14972 through a symbol rather than letrec.
14973
14974 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
14975 (package-desc): Add `dir' field.
14976 (package-desc-full-name): New function.
14977 (package-load-descriptor): Combine the two arguments. Don't use `load'.
14978 (package-maybe-load-descriptor): Remove.
14979 (package-load-all-descriptors): Just call package-load-descriptor.
14980 (package--disabled-p): New function.
14981 (package-desc-vers, package-desc-doc): Remove aliases.
14982 (package--dir): Remove function.
14983 (package-activate): Check if a package is disabled.
14984 (package-process-define-package): New function, extracted from
14985 define-package.
14986 (define-package): Turn into a place holder.
14987 (package-unpack-single, package-tar-file-info):
14988 Use package--description-file.
14989 (package-compute-transaction): Use package--disabled-p.
14990 (package-download-transaction): Don't call
14991 package-maybe-load-descriptor since they're all loaded anyway.
14992 (package-install): Change argument to be a pkg-desc.
14993 (package-delete): Use a single pkg-desc argument.
14994 (describe-package-1): Use package-desc-dir instead of package--dir.
14995 Use package-desc property instead of package-symbol.
14996 (package-install-button-action): Adjust accordingly.
14997 (package--push): Rewrite.
14998 (package-menu--print-info): Adjust accordingly. Change the ID format
14999 to be a pkg-desc.
15000 (package-menu-describe-package, package-menu-get-status)
15001 (package-menu--find-upgrades, package-menu-mark-upgrades)
15002 (package-menu-execute, package-menu--name-predicate):
15003 Adjust accordingly.
15004 * startup.el (package--description-file): New function.
15005 (command-line): Use it.
15006 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15007 Use package-desc-version.
15008
15009 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
15010 (byte-compile-preprocess): Use it.
15011 (byte-compile-file-form-defalias): Try a bit harder to use macros we
15012 can't quite recognize.
15013 (byte-compile-add-to-list): Remove.
15014 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
15015 (cconv-closure-convert): Add assertion.
15016
15017 * emacs-lisp/map-ynp.el: Use lexical-binding.
15018 (map-y-or-n-p): Remove unused vars `tail' and `object'.
15019 Factor out some repeated code.
15020
15021 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15022
15023 * subr.el (with-eval-after-load): New macro.
15024 (eval-after-load): Allow form to be a function.
15025 take advantage of lexical-binding.
15026 (do-after-load-evaluation): Use dolist and adjust to new format.
15027 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
15028
15029 2013-06-13 Juri Linkov <juri@jurta.org>
15030
15031 * replace.el (perform-replace): Display "symbol " and other search
15032 modes from `isearch-message-prefix' in the *Help* buffer.
15033
15034 * isearch.el (isearch-query-replace): Add " symbol" and other
15035 possible search modes from `isearch-message-prefix' to the prompt.
15036 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
15037 when reading a regexp to collect.
15038
15039 2013-06-13 Juri Linkov <juri@jurta.org>
15040
15041 * isearch.el (word-search-regexp): Match whitespace if the search
15042 string begins or ends in whitespace. The LAX arg is applied to
15043 both ends of the search string. Use `regexp-quote' and explicit
15044 \< and \> instead of \b. Use \` and \' instead of ^ and $.
15045 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
15046 boundaries are replaced with symbol boundaries, and characters
15047 between symbols match non-word non-symbol syntax. (Bug#14602)
15048
15049 2013-06-13 Juri Linkov <juri@jurta.org>
15050
15051 * isearch.el (isearch-del-char): Don't exceed the length of
15052 `isearch-string' by the prefix arg. (Bug#14563)
15053
15054 2013-06-13 Juri Linkov <juri@jurta.org>
15055
15056 * isearch.el (isearch-yank-word, isearch-yank-line)
15057 (isearch-char-by-name, isearch-quote-char)
15058 (isearch-printing-char, isearch-process-search-char):
15059 Add optional count prefix arg. (Bug#14563)
15060
15061 * international/isearch-x.el
15062 (isearch-process-search-multibyte-characters):
15063 Add optional count prefix arg.
15064
15065 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
15066
15067 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
15068 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
15069 lexical-binding.
15070
15071 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
15072
15073 * subr.el (set-temporary-overlay-map): Add on-exit argument.
15074
15075 2013-06-13 Glenn Morris <rgm@gnu.org>
15076
15077 * startup.el (tty-handle-args):
15078 Don't just discard "--" and anything after. (Bug#14608)
15079
15080 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
15081
15082 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
15083
15084 Implement changes in Secret Service API. Make it backward compatible.
15085 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
15086 (secrets-create-item): Use it. Prefix properties with interface.
15087
15088 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
15089
15090 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
15091 (term-emulate-terminal): Respect term-suppress-hard-newline.
15092
15093 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
15094
15095 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
15096 Only remove a `thumb-file' overlay. (Bug#14548)
15097
15098 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
15099
15100 * mail/reporter.el (reporter-submit-bug-report):
15101 Handle missing package-name. (Bug#14600)
15102
15103 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15104
15105 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
15106 (reftex-citation-prompt, reftex-default-bibliography)
15107 (reftex-bib-or-thebib, reftex-get-bibfile-list)
15108 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
15109 (reftex-bib-sort-author, reftex-bib-sort-year)
15110 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
15111 (reftex-extract-bib-entries-from-thebibliography)
15112 (reftex-get-bibkey-default, reftex-get-bib-names)
15113 (reftex-parse-bibtex-entry, reftex-get-bib-field)
15114 (reftex-format-bib-entry, reftex-parse-bibitem)
15115 (reftex-format-bibitem, reftex-do-citation)
15116 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
15117 (reftex-restrict-bib-matches, reftex-extract-bib-file)
15118 (reftex-insert-bib-matches, reftex-format-citation)
15119 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
15120 (reftex-create-bibtex-file): Add docstrings, mostly by converting
15121 existing comments into docstrings.
15122
15123 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
15124
15125 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
15126
15127 2013-06-12 Andreas Schwab <schwab@suse.de>
15128
15129 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
15130 for auto-save files.
15131
15132 2013-06-12 Glenn Morris <rgm@gnu.org>
15133
15134 * ido.el (ido-delete-ignored-files): Remove.
15135 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
15136 Go back to calling ido-ignore-item-p directly.
15137
15138 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
15139
15140 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
15141
15142 * ido.el (ido-delete-ignored-files): New function,
15143 split from ido-make-file-list-1.
15144 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
15145 (ido-make-file-list-1): Use ido-delete-ignored-files.
15146
15147 2013-06-12 Leo Liu <sdl.web@gmail.com>
15148
15149 * progmodes/octave.el (inferior-octave-startup)
15150 (inferior-octave-completion-table)
15151 (inferior-octave-track-window-width-change)
15152 (octave-eldoc-function-signatures, octave-help)
15153 (octave-find-definition): Use single quoted strings.
15154 (inferior-octave-startup-args): Change default value.
15155 (inferior-octave-startup): Do not hard code "-i" and
15156 "--no-line-editing".
15157 (inferior-octave-resync-dirs): Add optional arg NOERROR.
15158 (inferior-octave-directory-tracker): Use it.
15159 (octave-goto-function-definition): Robustify.
15160 (octave-help): Support highlighting operators in 'See also'.
15161 (octave-find-definition): Find subfunctions only in Octave mode.
15162
15163 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15164
15165 * help-fns.el (help-fns--compiler-macro): If the handler function is
15166 named, then put a link to it.
15167 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
15168 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
15169 (cl-typep): Use it.
15170 (cl-eval-when): Simplify debug spec.
15171 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
15172 compiler-macro function instead of setting `compiler-macro-file'.
15173
15174 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
15175
15176 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
15177 * vc/vc-hooks.el (vc-stay-local): Doc fix.
15178
15179 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
15180 Daniel Hackney <dan@haxney.org>
15181
15182 First part of Daniel Hackney's patch to package.el.
15183 * emacs-lisp/package.el: Use defstruct.
15184 (package-desc): New, main struct.
15185 (package--bi-desc, package--ac-desc): New structs, used to describe the
15186 format in external files.
15187 (package-desc-vers): Replace with package-desc-version accessor.
15188 (package-desc-doc): Replace with package-desc-summary accessor.
15189 (package-activate-1): Remove `package' arg since the pkg-vec now
15190 includes the name.
15191 (define-package): Use package-desc-from-define.
15192 (package-unpack-single): Change file-name arg to be a symbol.
15193 (package--add-to-archive-contents): Use package-desc-create and new
15194 accessor functions to package--ac-desc.
15195 (package-buffer-info, package-tar-file-info): Return a package-desc.
15196 (package-install-from-buffer): Remove `type' argument. Change pkg-info
15197 arg to be a package-desc.
15198 (package-install-file): Adjust accordingly. Use \' to match EOS.
15199 (package--from-builtin): New function.
15200 (describe-package-1, package-menu--generate): Use it.
15201 (package--make-autoloads-and-compile): Change name arg to be a symbol.
15202 (package-generate-autoloads): Idem and return the name of the file.
15203 * emacs-lisp/package-x.el (package-upload-buffer-internal):
15204 Change pkg-info arg to be a package-desc.
15205 Use package-make-ac-desc.
15206 (package-upload-file): Use \' to match EOS.
15207 * finder.el (finder-compile-keywords): Use package-make-builtin.
15208
15209 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15210
15211 * vc/vc.el (vc-deduce-fileset): Change error message.
15212 (vc-read-backend): New function.
15213 (vc-next-action): Use it.
15214
15215 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
15216
15217 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
15218 (prolog-font-lock-keywords): Use regexp-opt instead.
15219 Don't manually highlight strings.
15220 (prolog-mode-variables): Simplify comment-start-skip.
15221 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
15222
15223 * emacs-lisp/generic.el (generic--normalise-comments)
15224 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
15225 (generic-mode-set-comments): Use them.
15226 (generic-bracket-support): Use setq-local.
15227 (generic-make-keywords-list): Declare obsolete.
15228
15229 2013-06-11 Glenn Morris <rgm@gnu.org>
15230
15231 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15232 Prettify after setting font-lock-defaults. (Bug#14574)
15233
15234 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
15235
15236 * replace.el (query-replace, occur-read-regexp-defaults-function)
15237 (replace-search):
15238 * subr.el (declare-function, number-sequence, local-set-key)
15239 (substitute-key-definition, locate-user-emacs-file)
15240 (with-silent-modifications, split-string, eval-after-load):
15241 Fix typos, remove unneeded backslashes and reflow some docstrings.
15242
15243 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
15244
15245 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
15246 default for Elisp files.
15247
15248 2013-06-11 Glenn Morris <rgm@gnu.org>
15249
15250 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
15251 although define-derived-mode was doing this anyway. (Bug#14583)
15252
15253 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
15254
15255 * allout.el (allout-encryption-plaintext-sanitization-regexps):
15256 Fix make-variable-buffer-local call to refer to the correct variable.
15257
15258 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
15259
15260 * eshell/em-term.el (eshell-visual-commands)
15261 (eshell-visual-subcommands, eshell-visual-options):
15262 Add summary line to docstrings. Add cross-references.
15263
15264 2013-06-10 Glenn Morris <rgm@gnu.org>
15265
15266 * epa.el (epa-read-file-name): New function. (Bug#14510)
15267 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
15268
15269 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
15270
15271 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
15272 output redirection to be ignored with visual commands.
15273
15274 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
15275
15276 * eshell/em-term.el (eshell-visual-command-p): New function.
15277 (eshell-term-initialize): Move long lambda to separate function
15278 eshell-visual-command-p.
15279 * eshell/em-dirs.el (eshell-dirs-initialize):
15280 * eshell/em-script.el (eshell-script-initialize):
15281 Add missing #' to lambda.
15282
15283 2013-06-08 Leo Liu <sdl.web@gmail.com>
15284
15285 * progmodes/octave.el (octave-add-log-current-defun): New function.
15286 (octave-mode): Set add-log-current-defun-function.
15287 (octave-goto-function-definition): Do not move point if not found.
15288 (octave-find-definition): Enhance to try subfunctions first.
15289
15290 2013-06-08 Glenn Morris <rgm@gnu.org>
15291
15292 * emacs-lisp/bytecomp.el (byte-compile-char-before)
15293 (byte-compile-backward-char, byte-compile-backward-word):
15294 Improve previous change, to handle non-explicit nil.
15295
15296 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15297
15298 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
15299 (smie--opener/closer-at-point): New function.
15300 (smie--matching-block-data): Use it. Don't match from right after an
15301 opener or right before a closer. Obey smie-blink-matching-inners.
15302 Don't signal a mismatch for repeated inners like "switch..case..case".
15303
15304 2013-06-07 Leo Liu <sdl.web@gmail.com>
15305
15306 * progmodes/octave.el (octave-mode): Set comment-use-global-state
15307 to t. (Bug#14303)
15308 (octave-function-header-regexp): Fix. (Bug#14570)
15309 (octave-help-mode-finish-hook, octave-help-mode-finish):
15310 Remove. Just use temp-buffer-show-hook.
15311
15312 * newcomment.el (comment-search-backward): Revert last change.
15313 (Bug#14434)
15314
15315 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
15316
15317 2013-06-07 Eli Zaretskii <eliz@gnu.org>
15318
15319 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
15320 through xargs, to avoid failure due to MS-Windows limitations on
15321 command-line length.
15322
15323 2013-06-06 Glenn Morris <rgm@gnu.org>
15324
15325 * font-lock.el (lisp-font-lock-keywords-2):
15326 Treat user-error like error.
15327
15328 * emacs-lisp/bytecomp.el (byte-compile-char-before)
15329 (byte-compile-backward-char, byte-compile-backward-word):
15330 Handle explicit nil arguments. (Bug#14565)
15331
15332 2013-06-05 Alan Mackenzie <acm@muc.de>
15333
15334 * isearch.el (isearch-allow-prefix): New user option.
15335 (isearch-other-meta-char): Don't exit isearch when a prefix
15336 argument is typed whilst `isearch-allow-prefix' is non-nil.
15337 (Bug#9706)
15338
15339 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15340
15341 * autorevert.el (auto-revert-notify-handler): Use memq.
15342 Hide assertion failure.
15343
15344 * skeleton.el: Use cl-lib.
15345 (skeleton-further-elements): Use defvar-local.
15346 (skeleton-insert): Use cl-progv.
15347
15348 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
15349
15350 * progmodes/prog-mode.el (prog-prettify-symbols)
15351 (prog-prettify-install): Update docstrings.
15352
15353 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15354
15355 * simple.el: Move all the prog-mode code to prog-mode.el.
15356 * progmodes/prog-mode.el: New file.
15357 * loadup.el: Add prog-mode.el.
15358
15359 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
15360
15361 * simple.el (prog-prettify-symbols): Add version.
15362 (prog-prettify-install): Add convenience function to prettify symbols.
15363
15364 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
15365 (perl--augmented-font-lock-keywords-1)
15366 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
15367 variables and use it.
15368
15369 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15370 (cfengine3-mode): Remove unneeded variable and use it.
15371
15372 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15373 (lisp--augmented-font-lock-keywords-1)
15374 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
15375 Remove unneeded variables and use it.
15376
15377 2013-06-05 João Távora <joaotavora@gmail.com>
15378
15379 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
15380 to point when opening the connection. (Bug#14380)
15381
15382 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15383
15384 * subr.el (load-history-regexp, load-history-filename-element)
15385 (eval-after-load, after-load-functions, do-after-load-evaluation)
15386 (eval-next-after-load, display-delayed-warnings)
15387 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
15388 definition of save-match-data.
15389 (overriding-local-map): Remove accidental obsolescence declaration.
15390
15391 * emacs-lisp/edebug.el (edebug-result): Move before first use.
15392
15393 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
15394
15395 Generalize symbol prettify support to prog-mode and implement it
15396 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
15397 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
15398 (prog--prettify-font-lock-compose-symbol)
15399 (prog-prettify-font-lock-symbols-keywords): New variables and
15400 functions to support symbol prettification.
15401 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15402 (lisp--augmented-font-lock-keywords-1)
15403 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
15404 (lisp--prettify-symbols-alist): Implement prettify of lambda.
15405 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15406 (cfengine3--prettify-symbols-alist, cfengine3-mode):
15407 Implement prettify of -> => :: strings.
15408 * progmodes/perl-mode.el (perl-prettify-symbols)
15409 (perl--font-lock-compose-symbol)
15410 (perl--font-lock-symbols-keywords): Move to prog-mode.
15411 (perl--prettify-symbols-alist): Prettify -> => :: strings.
15412 (perl-font-lock-keywords-1)
15413 (perl-font-lock-keywords-2): Remove explicit prettify support.
15414 (perl--augmented-font-lock-keywords)
15415 (perl--augmented-font-lock-keywords-1)
15416 (perl--augmented-font-lock-keywords-2, perl-mode):
15417 Implement prettify support.
15418
15419 2013-06-05 Leo Liu <sdl.web@gmail.com>
15420
15421 Re-implement SMIE matching block highlight using
15422 show-paren-data-function. (Bug#14395)
15423 * emacs-lisp/smie.el (smie-matching-block-highlight)
15424 (smie--highlight-matching-block-overlay)
15425 (smie--highlight-matching-block-lastpos)
15426 (smie-highlight-matching-block)
15427 (smie-highlight-matching-block-mode): Remove.
15428 (smie--matching-block-data-cache): New variable.
15429 (smie--matching-block-data): New function.
15430 (smie-setup): Use smie--matching-block-data for
15431 show-paren-data-function.
15432
15433 * progmodes/octave.el (octave-mode-menu): Fix.
15434 (octave-find-definition): Skip garbage lines.
15435
15436 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15437
15438 Fix compilation error with simultaneous dynamic+lexical scoping.
15439 Add warning when a defvar appears after the first let-binding.
15440 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
15441 (byte-compile-close-variables): Initialize it.
15442 (byte-compile--declare-var): New function.
15443 (byte-compile-file-form-defvar)
15444 (byte-compile-file-form-define-abbrev-table)
15445 (byte-compile-file-form-custom-declare-variable): Use it.
15446 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
15447 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
15448 (byte-compile-bind): Handle dynamic bindings that shadow
15449 lexical bindings.
15450 (byte-compile-unbind): Make arg non-optional.
15451 (byte-compile-let): Simplify.
15452 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
15453 (cconv--analyse-function, cconv-analyse-form): Populate it.
15454 Protect byte-compile-bound-variables to limit the scope of defvars.
15455 (cconv-analyse-form): Add missing rule for (defvar <foo>).
15456 Remove unneeded rule for `declare'.
15457
15458 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
15459 so as to avoid depending on cl-adjoin at run-time.
15460 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
15461
15462 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
15463 (macroexp--warn-and-return): Use it.
15464
15465 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15466
15467 * subr.el: Convert to lexical binding.
15468 (overriding-local-map): Make obsolete.
15469 (add-to-list): Doc fix. Add compiler macro.
15470 (read-key): Swap values of local maps.
15471
15472 2013-06-05 Leo Liu <sdl.web@gmail.com>
15473
15474 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
15475
15476 2013-06-04 Leo Liu <sdl.web@gmail.com>
15477
15478 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
15479 (compilation-auto-jump): Suppress the "Mark set" message to give
15480 way to exit message.
15481
15482 2013-06-04 Alan Mackenzie <acm@muc.de>
15483
15484 Remove faulty optimisation from indentation calculation.
15485 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
15486 search limit based on 2000 characters back from indent-point.
15487
15488 2013-06-03 Tassilo Horn <tsdh@gnu.org>
15489
15490 * eshell/em-term.el (cl-lib): Require `cl-lib'.
15491
15492 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15493
15494 * emacs-lisp/lisp.el: Use lexical-binding.
15495 (lisp--local-variables-1, lisp--local-variables): New functions.
15496 (lisp--local-variables-completion-table): New var.
15497 (lisp-completion-at-point): Use it complete let-bound vars.
15498
15499 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
15500 eagerly (bug#14422).
15501
15502 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
15503
15504 * autorevert.el (auto-revert-notify-enabled)
15505 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
15506 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
15507 (auto-revert-notify-handler): Handle also gfilenotify.
15508
15509 * subr.el (file-notify-handle-event): New defun. Replacing ...
15510 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
15511 Remove.
15512
15513 2013-06-03 Juri Linkov <juri@jurta.org>
15514
15515 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
15516 `M-s h .'. (Bug#14427)
15517
15518 * hi-lock.el (highlight-symbol-at-point): New alias for the new
15519 command `hi-lock-face-symbol-at-point'.
15520 (hi-lock-face-symbol-at-point): New command.
15521 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
15522 (hi-lock-menu): Add `highlight-symbol-at-point'.
15523 (hi-lock-mode): Doc fix.
15524
15525 * isearch.el (isearch-forward-symbol-at-point): New command.
15526 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
15527 (isearch-highlight-regexp): Add a regexp which matches
15528 words/symbols for word/symbol mode.
15529
15530 * subr.el (find-tag-default-bounds): New function with the body
15531 mostly moved from `find-tag-default'.
15532 (find-tag-default): Move most code to `find-tag-default-bounds',
15533 call it and apply `buffer-substring-no-properties' afterwards.
15534
15535 2013-06-03 Tassilo Horn <tsdh@gnu.org>
15536
15537 * eshell/em-term.el (eshell-term-initialize):
15538 Use `cl-intersection' rather than `intersection'.
15539
15540 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
15541
15542 * vc/log-view.el: Doc fix.
15543 (log-view-mode-map): Copy keymap from `special-mode-map'.
15544
15545 2013-06-02 Eric Ludlam <zappo@gnu.org>
15546
15547 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
15548 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
15549 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
15550 (eieio-unbound, eieio-default-superclass)
15551 (eieio--define-field-accessors, method-static, method-before)
15552 (method-primary, method-after, method-num-lists)
15553 (method-generic-before, method-generic-primary)
15554 (method-generic-after, method-num-slots)
15555 (eieio-specialized-key-to-generic-key)
15556 (eieio--check-type, class-v, class-p)
15557 (eieio-class-name, define-obsolete-function-alias)
15558 (eieio-class-parents-fast, eieio-class-children-fast)
15559 (same-class-fast-p, class-constructor, generic-p)
15560 (generic-primary-only-p, generic-primary-only-one-p)
15561 (class-option-assoc, class-option, eieio-object-p)
15562 (class-abstract-p, class-method-invocation-order)
15563 (eieio-defclass-autoload-map, eieio-defclass-autoload)
15564 (eieio-class-un-autoload, eieio-defclass)
15565 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
15566 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
15567 (eieio--defgeneric-init-form, eieio-defgeneric-form)
15568 (eieio-defgeneric-reset-generic-form)
15569 (eieio-defgeneric-form-primary-only)
15570 (eieio-defgeneric-reset-generic-form-primary-only)
15571 (eieio-defgeneric-form-primary-only-one)
15572 (eieio-defgeneric-reset-generic-form-primary-only-one)
15573 (eieio-unbind-method-implementations)
15574 (eieio--defmethod, eieio--typep)
15575 (eieio-perform-slot-validation, eieio-validate-slot-value)
15576 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
15577 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
15578 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
15579 (eieio-slot-name-index, eieio-class-slot-name-index)
15580 (eieio-set-defaults, eieio-initarg-to-attribute)
15581 (eieio-attribute-to-initarg, eieio-c3-candidate)
15582 (eieio-c3-merge-lists, eieio-class-precedence-c3)
15583 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
15584 (eieio-class-precedence-list, eieio-generic-call-methodname)
15585 (eieio-generic-call-arglst, eieio-generic-call-key)
15586 (eieio-generic-call-next-method-list)
15587 (eieio-pre-method-execution-functions, eieio-generic-call)
15588 (eieio-generic-call-primary-only, eieiomt-method-list)
15589 (eieiomt-optimizing-obarray, eieiomt-install)
15590 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
15591 (eieio-generic-form, eieio-defmethod, make-obsolete)
15592 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
15593 (defclass): Remove `eval-and-compile' from macro.
15594 (call-next-method, shared-initialize): Instead of using
15595 `scoped-class' variable, use new eieio--scoped-class, and
15596 eieio--with-scoped-class.
15597 (initialize-instance): Rename local variable 'scoped-class' to
15598 'this-class' to remove ambiguitity from old global.
15599
15600 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
15601 eieio.el.
15602 (eieio--scoped-class-stack): New variable.
15603 (eieio--scoped-class): New fcn.
15604 (eieio--with-scoped-class): New scoping macro.
15605 (eieio-defclass): Use pushnew instead of add-to-list.
15606 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
15607 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
15608 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
15609 `scoped-class' variable, use new eieio--scoped-class, and
15610 eieio--with-scoped-class.
15611
15612 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
15613
15614 2013-06-02 Tassilo Horn <tsdh@gnu.org>
15615
15616 * eshell/esh-ext.el (eshell-external-command): Pass args to
15617 `eshell-find-interpreter'.
15618 (eshell-find-interpreter): Add new second parameter ARGS.
15619
15620 * eshell/em-script.el (eshell-script-initialize): Add second arg
15621 to the function added as MATCH to `eshell-interpreter-alist'.
15622
15623 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
15624 the function added as MATCH to `eshell-interpreter-alist'.
15625
15626 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
15627 (eshell-visual-options): New defcustom.
15628 (eshell-escape-control-x): Adapt docstring.
15629 (eshell-term-initialize): Test `eshell-visual-subcommands' and
15630 `eshell-visual-options' in addition to `eshell-visual-commands'.
15631 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
15632
15633 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
15634
15635 * progmodes/python.el (python-indent-block-enders): Add break,
15636 continue and raise keywords.
15637
15638 2013-06-01 Glenn Morris <rgm@gnu.org>
15639
15640 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
15641
15642 Plain (f)boundp silences compilation warnings since Emacs 22.1.
15643 * progmodes/cc-cmds.el (delete-forward-p):
15644 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
15645 * progmodes/cc-engine.el (buffer-syntactic-context):
15646 * progmodes/cc-fonts.el (face-property-instance):
15647 * progmodes/cc-mode.el (set-keymap-parents):
15648 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
15649 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
15650 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
15651 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
15652 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
15653
15654 * progmodes/cc-vars.el (other): Emacs has this widget since
15655 at least 21.1, so don't (re)define it.
15656
15657 * eshell/em-cmpl.el (eshell-cmpl-initialize):
15658 Replace the obsolete alias pcomplete-arg-quote-list.
15659
15660 2013-06-01 Leo Liu <sdl.web@gmail.com>
15661
15662 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
15663 punctuation syntax.
15664 (inferior-octave-minimal-columns)
15665 (inferior-octave-last-column-width): New variables.
15666 (inferior-octave-track-window-width-change): New function.
15667 (inferior-octave-mode): Adjust column width so that Octave output,
15668 for example from 'ls', can fit into the window nicely.
15669
15670 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
15671
15672 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15673 Highlight expansions inside regexp literals.
15674
15675 2013-05-31 Glenn Morris <rgm@gnu.org>
15676
15677 * obsolete/sym-comp.el (symbol-complete):
15678 Replace obsolete completion-annotate-function.
15679
15680 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
15681
15682 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
15683
15684 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15685 New function, checks if point is inside a literal that allows
15686 expression expansion.
15687 (ruby-syntax-propertize-expansion): Use it.
15688 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
15689 around the body.
15690
15691 2013-05-30 Juri Linkov <juri@jurta.org>
15692
15693 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
15694 to "\M-si".
15695 (isearch-invisible): New variable.
15696 (isearch-forward): Doc fix.
15697 (isearch-mode): Set `isearch-invisible'
15698 to the value of `search-invisible'.
15699 (isearch-toggle-case-fold): Doc fix.
15700 (isearch-toggle-invisible): New command.
15701 (isearch-query-replace): Let-bind `search-invisible'
15702 to the value of `isearch-invisible'.
15703 (isearch-search): Use `isearch-invisible' instead of
15704 `search-invisible'. Let-bind `search-invisible'
15705 to the value of `isearch-invisible'. (Bug#11378)
15706
15707 2013-05-30 Juri Linkov <juri@jurta.org>
15708
15709 * replace.el (perform-replace): Avoid `isearch-range-invisible'
15710 call when `query-flag' is nil and `search-invisible' is non-nil.
15711 (Bug#11746)
15712
15713 2013-05-30 Glenn Morris <rgm@gnu.org>
15714
15715 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
15716
15717 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
15718 (cc-require): Suppress spurious "noruntime" warnings.
15719 (cc-require-when-compile): Use fboundp, for sake of compiler.
15720
15721 * progmodes/cc-mode.el: Move load of cc-vars before that of
15722 cc-langs (which in turn loads cc-vars), to quieten compiler.
15723
15724 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15725
15726 * paren.el: Simplify the code.
15727 (show-paren-mode): Always start the timer.
15728 (show-paren--idle-timer): Rename from show-paren-idle-timer.
15729 (show-paren--overlay, show-paren--overlay-1): Rename from
15730 show-paren-overlay and show-paren-overlay-1, and initialize to an
15731 overlay rather than to nil.
15732 (show-paren-function): Misc cleanup and simplifications.
15733
15734 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15735
15736 * paren.el (show-paren-data-function): New hook.
15737 (show-paren--default): New function, extracted from show-paren-function.
15738 (show-paren-function): Use show-paren-data-function.
15739
15740 2013-05-30 Glenn Morris <rgm@gnu.org>
15741
15742 * ielm.el (ielm-map, ielm-complete-symbol):
15743 Use completion-at-point rather than obsolete functions.
15744 (inferior-emacs-lisp-mode): Doc fix.
15745 Set completion-at-point-functions, rather than
15746 comint-dynamic-complete-functions.
15747
15748 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
15749 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
15750 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
15751
15752 * image.el (image-animated-p): Tweak definition.
15753
15754 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
15755 (rlogin-process-connection-type): Tweak default. Add set-after.
15756 (rlogin-host): Doc fix.
15757 (rlogin): Tweak prompt.
15758 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
15759
15760 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
15761 * progmodes/tcl.el (inferior-tcl-mode-map):
15762 Use completion-at-point rather than obsolete alias.
15763
15764 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
15765
15766 * minibuffer.el (read-file-name-completion-ignore-case):
15767 Move before completion--in-region, for eager macro expansion.
15768
15769 2013-05-29 Juri Linkov <juri@jurta.org>
15770
15771 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
15772 for total count of matching lines. Add `global-matches' for total
15773 count of matches. Rename `matches' to `lines' for count of
15774 matching lines. Add `matches' for count of matches.
15775 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
15776 to `prev-line' for line number of prev match endpt.
15777 Increment `matches' for every match. Print the number of
15778 matching lines in the header.
15779 (occur-context-lines): Rename `lines' to `curr-line'.
15780 Rename `prev-lines' to `prev-line'. (Bug#14017)
15781
15782 2013-05-29 Juri Linkov <juri@jurta.org>
15783
15784 * replace.el (perform-replace): Add `skip-read-only-count',
15785 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
15786 Increment them for corresponding conditions and report the number
15787 of skipped occurrences in the final message. (Bug#11746)
15788 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15789 (replace-string, replace-regexp): Doc fix.
15790
15791 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
15792
15793 * emacs-lisp/trace.el (trace--read-args): Provide a default.
15794
15795 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
15796 prog-mode-map (bug#14504).
15797
15798 2013-05-29 Leo Liu <sdl.web@gmail.com>
15799
15800 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
15801 (octave-help): Small simplification.
15802
15803 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
15804 off the highlight first.
15805
15806 2013-05-29 Glenn Morris <rgm@gnu.org>
15807
15808 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
15809 Handle idlwave-last-system-routine-info-cons-cell being nil.
15810
15811 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15812 (idlwave-write-paths): Simplify via with-temp-buffer.
15813
15814 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
15815 * emulation/cua-rect.el: Also load cua-base at run time.
15816
15817 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
15818 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
15819 (cperl-imenu-on-info): Require imenu.
15820
15821 2013-05-28 Alan Mackenzie <acm@muc.de>
15822
15823 Handle "capitalised keywords" correctly.
15824 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
15825
15826 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
15827
15828 * eshell/em-unix.el: Add -r option to cp.
15829
15830 2013-05-28 Glenn Morris <rgm@gnu.org>
15831
15832 * vc/vc-arch.el (vc-exec-after): Declare.
15833 (vc-switches): Autoload.
15834 * vc/vc-bzr.el: No need to require vc when compiling.
15835 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
15836 (vc-resynch-buffer, vc-dir-refresh): Declare.
15837 (vc-setup-buffer, vc-switches): Autoload.
15838 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
15839 (vc-resynch-buffer): Declare.
15840 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
15841 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
15842 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
15843 (grep-read-regexp, grep-read-files, grep-expand-template)
15844 (vc-dir-refresh): Declare.
15845 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
15846 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
15847 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
15848 * vc/vc-mtn.el (vc-exec-after): Declare.
15849 (vc-switches): Autoload.
15850 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
15851 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
15852 (vc-file-tree-walk): Declare.
15853 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
15854 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
15855 (vc-tag-precondition, vc-rename-master): Autoload.
15856 * vc/vc-svn.el (vc-exec-after): Declare.
15857 (vc-switches, vc-setup-buffer): Autoload.
15858 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
15859 Autoload.
15860 (vc-resynch-buffer): Declare.
15861
15862 * obsolete/fast-lock.el (byte-compile-warnings):
15863 Don't warn about obsolete features in this obsolete file.
15864
15865 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
15866 Move definition before use.
15867
15868 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
15869 (dun-unix-verbs): Remove dun-zippy.
15870 (dun-zippy): Remove function.
15871
15872 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
15873
15874 2013-05-27 Juri Linkov <juri@jurta.org>
15875
15876 * replace.el (replace-search): New function with code moved out
15877 from `perform-replace'.
15878 (replace-highlight, replace-dehighlight): Move function definitions
15879 up closer to `replace-search'. (Bug#11746)
15880
15881 2013-05-27 Juri Linkov <juri@jurta.org>
15882
15883 * replace.el (perform-replace): Ignore invisible matches.
15884 In addition to checking `query-replace-skip-read-only', also
15885 filter out matches by calling `run-hook-with-args-until-failure'
15886 on `isearch-filter-predicates', and also check `search-invisible'
15887 for t or call `isearch-range-invisible'.
15888 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
15889
15890 2013-05-27 Juri Linkov <juri@jurta.org>
15891
15892 * isearch.el (isearch-filter-predicates): Rename from
15893 `isearch-filter-predicate'. Doc fix. (Bug#11378)
15894 (isearch-message-prefix): Display text from the property
15895 `isearch-message-prefix' of the currently active filters.
15896 (isearch-search): Don't compare `isearch-filter-predicate' with
15897 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
15898 on `isearch-filter-predicates'. Also check `search-invisible' for t
15899 or call `isearch-range-invisible'.
15900 (isearch-filter-visible): Make obsolete.
15901 (isearch-lazy-highlight-search):
15902 Call `run-hook-with-args-until-failure' on
15903 `isearch-filter-predicates' and use `isearch-range-invisible'.
15904
15905 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
15906 `isearch-filter-predicates' instead of `funcall'ing
15907 `isearch-filter-predicate'.
15908 (Info-mode): Set `Info-isearch-filter' to
15909 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
15910
15911 * dired-aux.el (dired-isearch-filter-predicate-orig):
15912 Remove variable.
15913 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
15914 (dired-isearch-filenames-end): Add and remove
15915 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
15916 instead of changing the value of `isearch-filter-predicate'.
15917 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
15918 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
15919 Put property `isearch-message-prefix' to "filename " on
15920 `dired-isearch-filter-filenames'.
15921
15922 * wdired.el (wdired-change-to-wdired-mode):
15923 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
15924 locally instead of changing `isearch-filter-predicate'.
15925 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
15926
15927 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
15928
15929 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
15930 return the commit hash (Bug#14459). Also set the
15931 `vc-git-detached' property.
15932 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
15933 (vc-git-mode-line-string): Use the same help-echo format whether
15934 in detached mode or not, because we know the actual revision now.
15935 When in detached mode, shorten the revision to 7 chars.
15936
15937 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15938
15939 * emacs-lisp/easy-mmode.el (define-minor-mode):
15940 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
15941 mode hook and provide a docstring.
15942
15943 2013-05-27 Alan Mackenzie <acm@muc.de>
15944
15945 Remove spurious syntax-table text properties inserted by C-y.
15946 * progmodes/cc-mode.el (c-after-change): Also clear hard
15947 syntax-table property with value nil.
15948
15949 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
15950
15951 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
15952 when reading the events; the buffer layout shall not be changed.
15953
15954 2013-05-27 Leo Liu <sdl.web@gmail.com>
15955
15956 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
15957 New variable.
15958 (inferior-octave-directory-tracker): Automatically re-sync
15959 default-directory.
15960 (octave-help): Improve handling of 'See also'.
15961
15962 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15963
15964 * doc-view.el: Minor naming convention tweaks.
15965 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
15966
15967 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
15968 even if there's no `display' property yet (bug#14435).
15969
15970 2013-05-25 Eli Zaretskii <eliz@gnu.org>
15971
15972 * subr.el (unmsys--file-name): Rename from reveal-filename.
15973
15974 * Makefile.in (custom-deps, finder-data, autoloads)
15975 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15976 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15977 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
15978
15979 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15980
15981 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
15982 error-completion on the first 2 args of condition-case (bug#14446).
15983 Don't burp at EOB.
15984
15985 2013-05-25 Leo Liu <sdl.web@gmail.com>
15986
15987 * comint.el (comint-previous-matching-input): Do not flood the
15988 *Messages* buffer with trivial messages.
15989
15990 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15991
15992 * progmodes/flymake.el (flymake-nop): Don't return a string.
15993 (flymake-set-at): Fix typo.
15994
15995 * simple.el (read--expression): New function, extracted from
15996 eval-expression. Set completion-at-point-functions (bug#14465).
15997 (eval-expression, eval-minibuffer): Use it.
15998
15999 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
16000
16001 * progmodes/flymake.el (flymake-save-buffer-in-file)
16002 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
16003 (flymake-selected-frame, flymake-log, flymake-ins-after)
16004 (flymake-set-at, flymake-get-buildfile-from-cache)
16005 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
16006 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
16007 Refine the doc string.
16008 (flymake-get-file-name-mode-and-masks): Reformat.
16009 (flymake-get-real-file-name-function): Fix a minor bug.
16010
16011 2013-05-24 Juri Linkov <juri@jurta.org>
16012
16013 * progmodes/grep.el (grep-mode-font-lock-keywords):
16014 Support =linenumber= format used by git-grep for lines with
16015 function names. (Bug#13549)
16016
16017 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16018
16019 * progmodes/octave.el (octave-smie-rules): Return nil rather than
16020 0 after a semi-colon; it works better for smie-auto-fill.
16021 (octave--indent-new-comment-line): New function.
16022 (octave-indent-new-comment-line): Use it (indirectly).
16023 (octave-mode): Don't disable smie-auto-fill. Use add-function to
16024 modify comment-line-break-function.
16025
16026 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
16027 (smie-setup): Use add-function to set it.
16028
16029 2013-05-24 Sam Steingold <sds@gnu.org>
16030
16031 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
16032 argument (before the `interactive' argument).
16033
16034 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
16035
16036 * image-mode.el (image-mode-winprops): Add winprops to
16037 image-mode-winprops-alist before running
16038 image-mode-new-window-functions.
16039 * doc-view.el (doc-view-new-window-function): Don't delay
16040 doc-view-goto-page via timers (bug#14435).
16041
16042 2013-05-24 Tassilo Horn <tsdh@gnu.org>
16043
16044 * doc-view.el: Integrate with desktop.el. (Bug#14435)
16045 (doc-view-desktop-save-buffer): New function.
16046 (doc-view-restore-desktop-buffer): New function.
16047 (desktop-buffer-mode-handlers):
16048 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
16049 handler.
16050 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
16051 `desktop-save-buffer' function.
16052
16053 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
16054
16055 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
16056 (tramp-gvfs-file-name-handler): Raise a user error when
16057 `tramp-gvfs-enabled' is nil.
16058 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
16059 Do not raise a user error when loading package. (Bug#14447)
16060
16061 * net/xesam.el: Move to obsolete/.
16062
16063 2013-05-24 Glenn Morris <rgm@gnu.org>
16064
16065 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
16066
16067 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
16068
16069 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
16070 (Info-find-node, Man-getpage-in-background): Declare.
16071
16072 * mail/unrmail.el (unrmail):
16073 Replace obsolete detect-coding-with-priority.
16074
16075 * net/socks.el (socks-split-string): Use this rather than split-string.
16076 (socks-nslookup-host): Update for above change.
16077 (dynamic-choice, s5-dynamic-choice-match)
16078 (s5-dynamic-choice-match-inline, s5-widget-value-create):
16079 Comment out unused code.
16080
16081 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
16082 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
16083 (gud-tooltip-echo-area): Make obsolete.
16084 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
16085
16086 * progmodes/js.el (js--optimize-arglist): Declare.
16087
16088 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
16089
16090 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
16091 (ediff-window-C): Declare.
16092
16093 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
16094 Tweak requires to silence compiler.
16095
16096 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
16097 (he-search-string, he-tried-table, he-expand-list)
16098 (he-init-string, he-string-member, he-substitute-string)
16099 (he-reset-string): Declare.
16100
16101 * obsolete/options.el (list-options): Use custom-variable-p,
16102 rather than obsolete alias.
16103
16104 2013-05-23 Sam Steingold <sds@gnu.org>
16105
16106 * simple.el (shell-command-on-region): Pass the `replace' argument
16107 down to `call-process-region' to comply with the doc as reported on
16108 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
16109
16110 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
16111
16112 * emacs-lisp/smie.el (smie-indent-forward-token)
16113 (smie-indent-backward-token): Handle string tokens (bug#14381).
16114
16115 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16116
16117 * ielm.el (ielm-menu): New menu.
16118 (inferior-emacs-lisp-mode): Set comment-start.
16119
16120 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16121
16122 * textmodes/reftex.el (reftex-ref-style-toggle):
16123 Fix deactivate action.
16124
16125 * textmodes/reftex-vars.el (reftex-ref-style-alist):
16126 Add cleveref macros.
16127
16128 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
16129 Accept options for bibliography commands.
16130 * textmodes/reftex-vars.el (reftex-bibliography-commands):
16131 Add addbibresource. Basic Biblatex support.
16132
16133 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
16134
16135 * net/tramp-gvfs.el (top):
16136 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
16137 when loading package. (Bug#14447)
16138
16139 2013-05-23 Glenn Morris <rgm@gnu.org>
16140
16141 * progmodes/js.el: No need to load comint when compiling.
16142 (ring-insert, comint-send-string, comint-send-input)
16143 (comint-last-input-end, ido-chop): Declare.
16144
16145 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
16146 * vc/ediff-mult.el: Adjust requires.
16147 (ediff-directories-internal, ediff-directory-revisions-internal)
16148 (ediff-patch-file-internal): Declare.
16149 * vc/ediff-ptch.el: Adjust requires.
16150 (ediff-use-last-dir, ediff-buffers-internal): Declare.
16151 (ediff-find-file): Autoload.
16152 * vc/ediff-util.el: No need to load ediff when compiling.
16153 (ediff-regions-internal): Declare.
16154 * vc/ediff-wind.el: Adjust requires.
16155 (ediff-compute-toolbar-width): Define when compiling.
16156 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
16157 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
16158 (dired-get-filename, dired-get-marked-files)
16159 (ediff-last-dir-patch, ediff-patch-default-directory)
16160 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
16161 (ediff-patch-buffer-internal): Declare.
16162
16163 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
16164 (ispell-process, ispell-buffer-local-words, lm-summary)
16165 (lm-section-start, lm-section-end): Declare.
16166 (checkdoc-ispell-init): Simplify.
16167
16168 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
16169 (he-string-member, he-reset-string, he-substitute-string): Declare.
16170
16171 * eshell/em-ls.el: Adjust requires.
16172 (eshell-glob-regexp): Declare.
16173 * eshell/em-tramp.el: Adjust requires.
16174 (eshell-parse-command): Autoload.
16175 * eshell/em-xtra.el: Adjust requires.
16176 (eshell-parse-command): Autoload.
16177 * eshell/esh-ext.el: Adjust requires.
16178 (eshell-parse-command, eshell-close-handles): Autoload.
16179 * eshell/esh-io.el: Adjust requires.
16180 (eshell-output-filter): Autoload.
16181 * eshell/esh-util.el: No need to load tramp when compiling.
16182 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
16183 Declare.
16184 (eshell-parse-ange-ls): Require ange-ftp and tramp.
16185 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
16186 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
16187 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
16188 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
16189 * eshell/esh-opt.el, eshell/esh-proc.el:
16190 * eshell/esh-var.el: Adjust requires.
16191 * eshell/eshell.el: Do not require esh-util twice.
16192 (eshell-add-input-to-history): Declare.
16193 (eshell-command): Check history module is active before using it.
16194
16195 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
16196
16197 2013-05-22 Leo Liu <sdl.web@gmail.com>
16198
16199 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
16200
16201 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
16202
16203 * autorevert.el (auto-revert-notify-add-watch)
16204 (auto-revert-notify-handler): Add `attrib' for the inotify case,
16205 it indicates changes in file modification time.
16206
16207 2013-05-22 Glenn Morris <rgm@gnu.org>
16208
16209 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16210 Always delete the autoloaded function from the noruntime and
16211 unresolved functions lists.
16212
16213 * allout.el: No need to load epa, epg, overlay when compiling.
16214 (epg-context-set-passphrase-callback, epg-list-keys)
16215 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
16216 (epg-key-user-id-list): Declare.
16217
16218 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
16219 (viper-set-parsing-style-toggling-macro)
16220 (viper-set-emacs-state-searchstyle-macros):
16221 Use called-interactively-p on Emacs.
16222 (viper-looking-back): Make it an obsolete alias. Update callers.
16223 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
16224 Use looking-back rather than viper-looking-back.
16225 (viper-tmp-insert-at-eob, viper-enlarge-region)
16226 (viper-read-string-with-history, viper-register-to-point)
16227 (viper-append-to-register, viper-change-state-to-vi)
16228 (viper-backward-char-carefully, viper-forward-char-carefully)
16229 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
16230 (viper-change-state-to-emacs): Declare.
16231 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
16232 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
16233 * emulation/viper-mous.el: Do not load viper-cmd.
16234 (viper-backward-char-carefully, viper-forward-char-carefully)
16235 (viper-forward-word, viper-adjust-window): Declare.
16236
16237 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
16238
16239 * progmodes/idlw-help.el (idlwave-help-fontify):
16240 Use called-interactively-p.
16241
16242 * term/w32console.el (w32-get-console-codepage)
16243 (w32-get-console-output-codepage): Declare.
16244
16245 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
16246 Remove unnecessary declarations.
16247 (dframe-message): Doc fix.
16248
16249 * info.el (dframe-select-attached-frame, dframe-current-frame):
16250 Declare.
16251
16252 * speedbar.el (speedbar-message): Make it an obsolete alias.
16253 Update all callers.
16254 (speedbar-with-attached-buffer)
16255 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
16256 (speedbar-with-writable): Use backquote.
16257 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
16258 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
16259 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
16260 rather than speedbar- aliases.
16261 * mail/rmail.el: Load dframe rather than speedbar when compiling.
16262 (speedbar-make-specialized-keymap, speedbar-insert-button)
16263 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
16264 (speedbar-do-function-pointer): Declare.
16265 (rmail-speedbar-button, rmail-speedbar-find-file)
16266 (rmail-speedbar-move-message):
16267 Use dframe-with-attached-buffer rather than speedbar- alias.
16268 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
16269 (dframe-message, speedbar-make-specialized-keymap)
16270 (speedbar-add-expansion-list, speedbar-mode-functions-list)
16271 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
16272 (speedbar-insert-button, dframe-select-attached-frame)
16273 (dframe-maybee-jump-to-attached-frame)
16274 (speedbar-change-initial-expansion-list)
16275 (speedbar-previously-used-expansion-list-name): Declare.
16276 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
16277 Use dframe-message, dframe-with-attached-buffer rather than
16278 speedbar- aliases.
16279 (gud-sentinel): Silence compiler.
16280 * progmodes/vhdl-mode.el (speedbar-refresh)
16281 (speedbar-do-function-pointer, speedbar-add-supported-extension)
16282 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
16283 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
16284 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
16285 (speedbar-file-lists, speedbar-make-tag-line)
16286 (speedbar-line-directory, speedbar-goto-this-file)
16287 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
16288 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
16289 (speedbar-make-button, speedbar-reset-scanners)
16290 (speedbar-files-item-info, speedbar-line-text)
16291 (speedbar-find-file-in-frame, speedbar-set-timer)
16292 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
16293 (speedbar-with-writable): Do not (re)define it.
16294 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
16295 rather than speedbar- alias.
16296
16297 2013-05-21 Leo Liu <sdl.web@gmail.com>
16298
16299 * progmodes/octave.el (octave-mode-menu): Update and re-organize
16300 menu items.
16301 (octave-mode): Tweak fill-nobreak-predicate.
16302 (inferior-octave-startup): Check process to avoid infinite loop.
16303 (inferior-octave): Pop to buffer first to show abornmal process
16304 exit information.
16305
16306 2013-05-21 Glenn Morris <rgm@gnu.org>
16307
16308 * printing.el (pr-menu-bar): Define when compiling.
16309
16310 2013-05-21 Leo Liu <sdl.web@gmail.com>
16311
16312 * progmodes/octave.el (octave-auto-fill): Remove.
16313 (octave-indent-new-comment-line): Improve.
16314 (octave-mode): Use auto fill mode through
16315 comment-line-break-function and fill-nobreak-predicate.
16316 (octave-goto-function-definition): Support DEFUN_DLD.
16317 (octave-beginning-of-defun): Small tweak.
16318 (octave-help): Show parent directory.
16319
16320 2013-05-21 Glenn Morris <rgm@gnu.org>
16321
16322 * files.el (dired-unmark):
16323 * progmodes/gud.el (gdb-input): Update declarations.
16324
16325 * calculator.el (electric, ehelp): No need to load when compiling.
16326 (Electric-command-loop, electric-describe-mode): Declare.
16327
16328 * doc-view.el (doc-view-current-converter-processes): Move before use.
16329
16330 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16331 Move MODE-set-explicitly definition before use.
16332
16333 * international/mule-diag.el (mule-diag):
16334 Don't use obsolete window-system-version.
16335
16336 * mail/feedmail.el (smtpmail): No need to load when compiling.
16337 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
16338
16339 * mail/mail-utils.el (rfc822): No need to load when compiling.
16340 (rfc822-addresses): Autoload it.
16341 (mail-strip-quoted-names): Trivial simplification.
16342
16343 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
16344 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
16345
16346 * net/snmp-mode.el (tempo): Don't duplicate requires.
16347
16348 * progmodes/prolog.el (info): No need to load when compiling.
16349 (comint): Require before shell requires it.
16350 (Info-goto-node): Autoload it.
16351 (Info-follow-nearest-node): Declare.
16352 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
16353
16354 * textmodes/artist.el (picture-mode-exit): Declare.
16355
16356 * textmodes/reftex-parse.el (reftex-parse-from-file):
16357 Trivial rewrite so the compiler can parse it better.
16358
16359 2013-05-20 Leo Liu <sdl.web@gmail.com>
16360
16361 * progmodes/octave.el (octave-help-mode-map)
16362 (octave-help-mode-finish-hook): New variables.
16363 (octave-help-mode, octave-help-mode-finish): New functions.
16364 (octave-help): Use octave-help-mode.
16365
16366 2013-05-20 Glenn Morris <rgm@gnu.org>
16367
16368 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
16369
16370 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
16371
16372 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
16373 start at point, so that expansion starting right after opening
16374 slash in a regexp is recognized.
16375 (ruby-syntax-before-regexp-re): New defvar, extracted from
16376 ruby-syntax-propertize-function. Since the value of this regexp
16377 is looked up at runtime now, we should be able to turn
16378 `ruby-syntax-methods-before-regexp' into a defcustom later.
16379 (ruby-syntax-propertize-function): Split regexp matching into two
16380 parts, for opening and closing slashes. That allows us to skip
16381 over string interpolations and support multiline regexps.
16382 Don't call `ruby-syntax-propertize-expansions', instead use another rule
16383 for them, which calls `ruby-syntax-propertize-expansion'.
16384 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
16385 call to `ruby-syntax-propertize-function'.
16386 (ruby-syntax-propertize-expansion): Extracted from
16387 `ruby-syntax-propertize-expansions'. Handles one expansion.
16388 (ruby-syntax-propertize-percent-literal): Leave point right after
16389 the percent symbol, so that the expression expansion rule can
16390 propertize the contents.
16391 (ruby-syntax-propertize-heredoc): Leave point at bol following the
16392 heredoc openers.
16393 (ruby-syntax-propertize-expansions): Remove.
16394
16395 2013-05-18 Juri Linkov <juri@jurta.org>
16396
16397 * man.el (Man-default-man-entry): Remove `-' from the end
16398 of the default value. (Bug#14400)
16399
16400 2013-05-18 Glenn Morris <rgm@gnu.org>
16401
16402 * comint.el (comint-password-prompt-regexp):
16403 Allow "password for XXX" where XXX contains colons (eg https://...).
16404
16405 2013-05-18 Leo Liu <sdl.web@gmail.com>
16406
16407 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
16408 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
16409 (octave-source-directories): Don't check process.
16410 (octave-source-directories, octave-find-definition): Doc fix.
16411
16412 2013-05-18 Glenn Morris <rgm@gnu.org>
16413
16414 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
16415 Remove backspace/delete bindings. (Bug#14392)
16416
16417 * cus-dep.el (custom-make-dependencies): Sort the output.
16418 (custom-versions-load-alist): Convert comment to doc.
16419
16420 2013-05-17 Leo Liu <sdl.web@gmail.com>
16421
16422 * newcomment.el (comment-search-backward): Stricter in finding
16423 comment start. (Bug#14303)
16424
16425 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
16426 (octave-comment-start-skip): Properly anchored.
16427
16428 2013-05-17 Leo Liu <sdl.web@gmail.com>
16429
16430 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
16431 Clean up when turned off. (Bug#14395)
16432 (smie--highlight-matching-block-overlay): No longer buffer-local.
16433 (smie-highlight-matching-block): Adjust.
16434
16435 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
16436
16437 Doc string fix for "nanoseconds" (Bug#14406).
16438 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
16439 Fix doc string typo that had "nanoseconds" instead of "microseconds".
16440
16441 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
16442
16443 * calc/calc-units.el (math-extract-units): Preserve powers
16444 of units.
16445
16446 2013-05-17 Leo Liu <sdl.web@gmail.com>
16447
16448 * subr.el (delete-consecutive-dups): New function.
16449 * ido.el (ido-set-matches-1): Use it.
16450 * progmodes/octave.el (inferior-octave-completion-table): Use it.
16451 * ido.el (ido-remove-consecutive-dups): Remove.
16452
16453 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16456 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
16457 regexp-opt's `words'.
16458
16459 2013-05-16 Leo Liu <sdl.web@gmail.com>
16460
16461 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
16462 (smie--highlight-matching-block-overlay)
16463 (smie--highlight-matching-block-lastpos)
16464 (smie--highlight-matching-block-timer): New variables.
16465 (smie-highlight-matching-block): New function.
16466 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
16467 (smie-setup): Conditionally enable smie-blink-matching-open.
16468
16469 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
16470
16471 Sync with upstream verilog-mode r840.
16472 * progmodes/verilog-mode.el (verilog-mode-version)
16473 (verilog-mode-release-date): Update.
16474 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
16475 (verilog-sig-tieoff): Fix string error on
16476 AUTORESET with colon define, bug594. Reported by Andrew Hou.
16477 (verilog-read-decls): Fix parameters confusing
16478 AUTOINST interfaces, bug565. Reported by Leith Johnson.
16479
16480 2013-05-16 Eli Zaretskii <eliz@gnu.org>
16481
16482 * subr.el (reveal-filename): New function.
16483
16484 * loadup.el: Compute Emacs executable versions on MS-Windows,
16485 where executables have the .exe extension. Add a hard link
16486 emacs-XX.YY.ZZ.exe on MS-Windows.
16487
16488 * Makefile.in (XARGS_LIMIT): New variable.
16489 (custom-deps, finder-data, autoloads)
16490 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16491 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16492 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
16493 (compile-main): Limit xargs according to $(XARGS_LIMIT).
16494
16495 2013-05-16 Leo Liu <sdl.web@gmail.com>
16496
16497 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
16498 (octave-mode-menu, octave-mode-map): Remove its uses.
16499
16500 2013-05-16 Reto Zimmermann <reto@gnu.org>
16501
16502 Sync with upstream vhdl mode v3.34.2.
16503 * progmodes/vhdl-mode.el: Use `push' throughout.
16504 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
16505 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
16506 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
16507 (vhdl-actual-generic-name): New option to derive actual generic name.
16508 (vhdl-port-paste-signals): Replace formal by actual generics.
16509 (vhdl-beautify): New name for old group vhdl-align. Update users.
16510 (vhdl-beautify-options): New option.
16511 (vhdl-last-input-event): New compat alias. Use throughout.
16512 (vhdl-goto-line): Replace user level function `goto-line'.
16513 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
16514 vhdl-fix-statement-buffer.
16515 (vhdl-create-mode-menu): Add some entries.
16516 (vhdl-align-region-groups): Respect vhdl-beautify-options.
16517 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
16518 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
16519 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
16520 to force statements on one line.
16521 (vhdl-remove-trailing-spaces-region):
16522 New, split from vhdl-remove-trailing-spaces.
16523 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
16524 Respect vhdl-beautify-options.
16525 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
16526 (vhdl-update-sensitivity-list): Not add with index if exists without.
16527 Not include array index with signal. Ignore keywords in comments.
16528 (vhdl-get-visible-signals): Regexp tweaks.
16529 (vhdl-template-component-inst): Handle empty library.
16530 (vhdl-template-type): Add template for 'enum' type.
16531 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
16532 Use vhdl-replace-string.
16533 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
16534 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
16535 (vhdl-speedbar-initialize): Update for above name change.
16536 (vhdl-compose-wire-components): Fix in handling of constants.
16537 (vhdl-error-regexp-emacs-alist): New variable.
16538 (vhdl-error-regexp-add-emacs): New function;
16539 adds support for new compile.el (Emacs 22+)
16540 (vhdl-generate-makefile-1): Change target order for single lib. units.
16541 Allow use of absolute file names.
16542
16543 2013-05-16 Leo Liu <sdl.web@gmail.com>
16544
16545 * simple.el (prog-indent-sexp): Indent enclosing defun.
16546
16547 2013-05-15 Glenn Morris <rgm@gnu.org>
16548
16549 * cus-start.el (show-trailing-whitespace): Move to editing basics.
16550 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
16551 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
16552 (whitespace-highlight): Move to whitespace group.
16553
16554 * comint.el (comint-source):
16555 * pcmpl-linux.el (pcmpl-linux):
16556 * shell.el (shell-faces):
16557 * eshell/esh-opt.el (eshell-opt):
16558 * international/ccl.el (ccl): Remove empty custom groups.
16559
16560 * completion.el (dynamic-completion-mode):
16561 * jit-lock.el (jit-lock-debug-mode):
16562 * minibuffer.el (completion-in-region-mode):
16563 * type-break.el (type-break-mode-line-message-mode)
16564 (type-break-query-mode):
16565 * emulation/tpu-edt.el (tpu-edt-mode):
16566 * progmodes/subword.el (global-subword-mode, global-superword-mode):
16567 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16568 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
16569
16570 * term/xterm.el (xterm): Change parent group to terminals.
16571
16572 * master.el (master): Remove empty custom group.
16573 (master-mode): Remove unused :group argument.
16574 * textmodes/refill.el (refill): Remove empty custom group.
16575 (refill-mode): Remove unused :group argument.
16576
16577 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
16578
16579 * cus-dep.el: Provide a feature.
16580 (custom-make-dependencies): Ignore dotfiles (dir-locals).
16581 Don't mistakenly ignore files whose basenames match a basename
16582 from preloaded-file-list (eg cedet/ede/simple.el).
16583 Add a fallback method for getting :group.
16584
16585 2013-05-15 Juri Linkov <juri@jurta.org>
16586
16587 * isearch.el (isearch-char-by-name): Rename from
16588 `isearch-insert-char-by-name'. Doc fix.
16589 (isearch-forward): Mention `isearch-char-by-name' in
16590 the docstring. (Bug#13348)
16591
16592 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
16593 `exit-minibuffer' instead of
16594 `isearch-nonincremental-exit-minibuffer'.
16595 (isearch-edit-string): Remove mention of
16596 `isearch-nonincremental-exit-minibuffer' from docstring.
16597 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
16598 (isearch-forward-exit-minibuffer)
16599 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
16600
16601 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
16602
16603 * loadup.el: Just use unversioned DOC.
16604
16605 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
16606 literals as extending to EOB.
16607 (nxml-last-fontify-end): Remove unused variable.
16608 (nxml-after-change1): Use with-silent-modifications.
16609 (nxml-extend-after-change-region): Simplify.
16610 (nxml-extend-after-change-region1): Remove function.
16611 (nxml-after-change1): Don't adjust for dependent regions.
16612 (nxml-fontify-matcher): Simplify.
16613 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
16614 (xmltok-add-dependent): Remove function.
16615 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
16616 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
16617 (xmltok-scan-prolog-after-processing-instruction-open): Treat
16618 unclosed <[[, <?, comment, and other literals as extending to EOB.
16619 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
16620 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
16621 Remove functions.
16622 (rng-do-some-validation-1): Don't mark dependent regions.
16623 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
16624 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
16625 (nxml-clear-dependent-regions): Remove functions.
16626 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
16627 (nxml-ensure-scan-up-to-date):
16628 Don't clear&mark dependent regions.
16629
16630 2013-05-15 Leo Liu <sdl.web@gmail.com>
16631
16632 * progmodes/octave.el (octave-goto-function-definition):
16633 Improve and fix callers.
16634
16635 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
16636
16637 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
16638 the setter (bug#14387).
16639
16640 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
16641 surrounding group (bug#14402).
16642
16643 2013-05-14 Juri Linkov <juri@jurta.org>
16644
16645 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
16646 (Bug#14390)
16647
16648 2013-05-14 Glenn Morris <rgm@gnu.org>
16649
16650 * progmodes/f90.el (f90-imenu-generic-expression):
16651 Fix typo in 2013-05-08 change. (Bug#14402)
16652
16653 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
16654
16655 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
16656 Remove signals for which replies are never received.
16657
16658 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
16659
16660 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
16661 (gdb-handler-alist, gdb-handler-number): Remove variables.
16662 (gdb-handler-list): New variable.
16663 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
16664 (gdb-pending-handler-p, gdb-handle-reply)
16665 (gdb-remove-all-pending-triggers): New functions.
16666 (gdb-discard-unordered-replies): New defcustom.
16667 (gdb-handler): New defstruct.
16668 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
16669 instead of gdb-pending-triggers. Update docstring.
16670 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
16671 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
16672 (gdb-var-update-handler, def-gdb-auto-update-trigger)
16673 (def-gdb-auto-update-handler, gdb-get-changed-registers)
16674 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
16675 (gdb-frame-handler): Pending triggers are now automatically managed.
16676 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
16677 Remove argument.
16678 (gdb-input): Automatically handles pending triggers. Update docstring.
16679 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
16680 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
16681 Update comments.
16682 (gdb-done-or-error): Now use gdb-handle-reply.
16683
16684 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
16685
16686 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
16687 gdb-debug-log.
16688
16689 2013-05-14 Glenn Morris <rgm@gnu.org>
16690
16691 * subr.el (user-emacs-directory-warning): New option.
16692 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
16693
16694 2013-05-14 Leo Liu <sdl.web@gmail.com>
16695
16696 * progmodes/octave.el (octave-font-lock-keywords): Fix error
16697 during redisplay.
16698 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
16699 (octave-font-lock-texinfo-comment): Fix invalid search bound
16700 error: wrong side of point.
16701
16702 2013-05-14 Glenn Morris <rgm@gnu.org>
16703
16704 * progmodes/flymake.el (flymake-xml-program): New option.
16705 (flymake-xml-init): Use it.
16706
16707 * term/xterm.el: Provide a feature.
16708
16709 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
16710
16711 2013-05-13 Glenn Morris <rgm@gnu.org>
16712
16713 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
16714 Add compat aliases as a hack workaround. (Bug#14384)
16715
16716 2013-05-13 Leo Liu <sdl.web@gmail.com>
16717
16718 * progmodes/octave.el (octave-indent-comment): Fix indentation for
16719 ###, and %!.
16720 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
16721 C-M-q.
16722 (octave-comment-start-skip): Include %!.
16723 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
16724
16725 2013-05-12 Leo Liu <sdl.web@gmail.com>
16726
16727 * progmodes/octave.el (inferior-octave-startup): Store the value
16728 of __octave_srcdir__ for octave-source-directories.
16729 (inferior-octave-check-process): New function refactored out of
16730 inferior-octave-send-list-and-digest.
16731 (octave-source-directories)
16732 (octave-find-definition-filename-function): New variables.
16733 (octave-source-directories)
16734 (octave-find-definition-default-filename): New functions.
16735 (octave-find-definition): Improve to find functions implemented in C++.
16736
16737 2013-05-12 Glenn Morris <rgm@gnu.org>
16738
16739 * calendar/diary-lib.el (diary-outlook-format-1):
16740 Don't include dayname in the output. (Bug#14349)
16741
16742 2013-05-11 Glenn Morris <rgm@gnu.org>
16743
16744 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
16745
16746 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
16747 Treat cc-provide like provide.
16748
16749 2013-05-11 Kevin Ryde <user42@zip.com.au>
16750
16751 * cus-dep.el (custom-make-dependencies):
16752 Use generated-autoload-load-name for the sake of files such
16753 such cedet/semantic/bovine/c.el, where the base file name
16754 is not in load-path. (Bug#5277)
16755
16756 2013-05-11 Glenn Morris <rgm@gnu.org>
16757
16758 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
16759 Provide features.
16760
16761 2013-05-11 Leo Liu <sdl.web@gmail.com>
16762
16763 * progmodes/octave.el (octave-indent-comment): Improve.
16764 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
16765 (octave-eldoc-function-signatures, octave-eldoc-function):
16766 New functions.
16767 (octave-mode, inferior-octave-mode): Add eldoc support.
16768
16769 2013-05-11 Richard Stallman <rms@gnu.org>
16770
16771 * epa.el (epa-decrypt-file): Take output file name as argument
16772 and read it using `interactive'.
16773
16774 2013-05-11 Leo Liu <sdl.web@gmail.com>
16775
16776 * progmodes/octave.el (octave-beginning-of-line)
16777 (octave-end-of-line): Check before using up-list because it jumps
16778 out of more syntactic contructs since moving to smie.
16779 (octave-indent-comment): New function.
16780 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
16781 (octave-begin-keywords, octave-end-keywords)
16782 (octave-reserved-words, octave-smie-bnf-table)
16783 (octave-smie-rules): Add new keywords from Octave 3.6.4.
16784
16785 2013-05-11 Glenn Morris <rgm@gnu.org>
16786
16787 * faces.el (internal-face-x-get-resource):
16788 * frame.el (ns-display-monitor-attributes-list):
16789 * calc/calc-aent.el (math-to-radians-2):
16790 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
16791 Fix declarations.
16792
16793 * calc/calc-menu.el: Make it loadable in isolation.
16794
16795 * net/eudcb-bbdb.el: Make it loadable without bbdb.
16796 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
16797 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
16798 (eudc-bbdb-query-internal): Require 'bbdb.
16799
16800 * lpr.el (lpr-headers-switches):
16801 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
16802
16803 * progmodes/sql.el (sql-login-params): Fix and improve :type.
16804
16805 * emulation/edt-mapper.el: In batch mode, error rather than hang.
16806
16807 * term.el (term-set-escape-char): Make it idempotent.
16808
16809 2013-05-10 Leo Liu <sdl.web@gmail.com>
16810
16811 * progmodes/octave.el (inferior-octave-completion-table):
16812 No longer a function and all uses changed. Use cache to speed up
16813 completion due to bug#11906.
16814 (octave-beginning-of-defun): Re-write to be more general.
16815
16816 2013-05-10 Glenn Morris <rgm@gnu.org>
16817
16818 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
16819
16820 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
16821
16822 * comint.el (comint-redirect-send-command-to-process): Use :around
16823 rather than :override for comint-redirect-filter.
16824 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
16825 Call it instead of comint-redirect-original-filter-function (which
16826 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
16827
16828 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
16829
16830 * frame.el (display-monitor-attributes-list): Add NS case.
16831 (ns-display-monitor-attributes-list): Declare.
16832
16833 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
16834
16835 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
16836
16837 2013-05-09 Glenn Morris <rgm@gnu.org>
16838
16839 * international/fontset.el (vertical-centering-font-regexp):
16840 Set standard-value.
16841
16842 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
16843
16844 * bookmark.el (bookmark-search-delay):
16845 * cus-start.el (vertical-centering-font-regexp):
16846 * ps-mule.el (ps-mule-font-info-database-default):
16847 * ps-print.el (ps-default-fg, ps-default-bg):
16848 * type-break.el (type-break-good-break-interval):
16849 * whitespace.el (whitespace-indentation-regexp)
16850 (whitespace-space-after-tab-regexp):
16851 * emacs-lisp/testcover.el (testcover-1value-functions)
16852 (testcover-noreturn-functions, testcover-progn-functions)
16853 (testcover-prog1-functions):
16854 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16855 * eshell/em-glob.el (eshell-glob-translate-alist):
16856 * play/tetris.el (tetris-tty-colors):
16857 * progmodes/cpp.el (cpp-face-default-list):
16858 * progmodes/flymake.el (flymake-allowed-file-name-masks):
16859 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
16860 (idlwave-help-browser-generic-args):
16861 * progmodes/make-mode.el (makefile-special-targets-list):
16862 * progmodes/python.el (python-shell-virtualenv-path):
16863 * progmodes/verilog-mode.el (verilog-active-low-regexp)
16864 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
16865 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
16866 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
16867 * textmodes/reftex-vars.el (reftex-format-label-function):
16868 * textmodes/remember.el (remember-diary-file): Fix custom types.
16869
16870 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
16871 Add :version.
16872
16873 2013-05-09 Leo Liu <sdl.web@gmail.com>
16874
16875 * progmodes/octave.el (inferior-octave-completion-at-point):
16876 Restore file completion. (Bug#14300)
16877 (inferior-octave-startup): Fix incorrect highlighting for the
16878 first prompt.
16879
16880 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16881
16882 * progmodes/ruby-mode.el: First cut at SMIE support.
16883 (ruby-use-smie): New var.
16884 (ruby-smie-grammar): New constant.
16885 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
16886 (ruby-smie--forward-token, ruby-smie--backward-token)
16887 (ruby-smie-rules): New functions.
16888 (ruby-mode-variables): Setup SMIE if applicable.
16889
16890 2013-05-08 Eli Zaretskii <eliz@gnu.org>
16891
16892 * simple.el (line-move-visual): Signal beginning/end of buffer
16893 only if vertical-motion moved less than it was requested. Avoids
16894 silly incorrect error messages when there are display strings with
16895 multiple newlines at EOL.
16896
16897 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16898
16899 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
16900 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
16901 (prolog-char-quote-workaround):
16902 * progmodes/cperl-mode.el (cperl-under-as-char):
16903 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
16904 Mark as obsolete.
16905 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
16906 their declaration.
16907 (vhdl-mode-syntax-table-init): Remove.
16908
16909 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
16910 last change.
16911
16912 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16913 syntax for "_".
16914 (ld-script-font-lock-keywords):
16915 Change regexps to use things like \_< and \_>.
16916
16917 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
16918 Change all regexps to use things like \_< and \_>.
16919
16920 * progmodes/autoconf.el (autoconf-definition-regexp)
16921 (autoconf-font-lock-keywords, autoconf-current-defun-function):
16922 Handle a _ with symbol syntax.
16923 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
16924
16925 * progmodes/ada-mode.el (ada-mode-abbrev-table):
16926 Consolidate declaration.
16927 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
16928 the declaration.
16929 (ada-create-syntax-table): Remove.
16930 (ada-capitalize-word): Don't mess with the syntax of "_" since it
16931 already has the right syntax nowadays.
16932 (ada-goto-next-word): Don't change the syntax of "_".
16933
16934 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
16935 with-wrapper-hook.
16936
16937 2013-05-08 Sam Steingold <sds@gnu.org>
16938
16939 * thingatpt.el (thing-at-point): Accept optional second argument
16940 NO-PROPERTIES to strip the text properties from the return value.
16941 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
16942 to `thing-at-point' instead of stripping the properties ourselves.
16943 Also, when `thing-at-point' fails to find a url, prepend "http://"
16944 to the filename at point on the assumption that the user is
16945 pointing at something like gnu.org/gnu.
16946
16947 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
16948
16949 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16950 * faces.el (crm-separator):
16951 Silence byte-compiler.
16952
16953 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
16954 (tool-bar-map): Remove unneeded defvars.
16955
16956 2013-05-08 Leo Liu <sdl.web@gmail.com>
16957
16958 Re-work a fix for bug#10994 based on Le Wang's patch.
16959 * ido.el (ido-remove-consecutive-dups): New helper.
16960 (ido-completing-read): Use it.
16961 (ido-chop): Revert fix for bug#10994.
16962
16963 2013-05-08 Adam Spiers <emacs@adamspiers.org>
16964
16965 * cus-edit.el (custom-save-variables):
16966 Pretty-print long values. (Bug#14187)
16967
16968 2013-05-08 Glenn Morris <rgm@gnu.org>
16969
16970 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
16971 (m4-mode-syntax-table): Init in the defvar.
16972 (m4-mode-abbrev-table): Let define-derived-mode define it.
16973
16974 2013-05-08 Tom Tromey <tromey@redhat.com>
16975
16976 * progmodes/m4-mode.el (m4-mode-syntax-table):
16977 Do not treat "_" as word constituent. (Bug#14167)
16978
16979 2013-05-07 Glenn Morris <rgm@gnu.org>
16980
16981 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
16982 Remove explicit eshell-isearch-cancel-map.
16983
16984 * progmodes/f90.el (f90-smart-end-names): New option.
16985 (f90-smart-end): Doc fix.
16986 (f90-end-block-optional-name): New constant.
16987 (f90-block-match): Respect f90-smart-end-names.
16988
16989 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16990
16991 * progmodes/octave.el (octave-smie-forward-token): Be more careful
16992 about implicit semi-colons (bug#14218).
16993
16994 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16995
16996 * frame.el (display-monitor-attributes-list)
16997 (frame-monitor-attributes): New functions.
16998
16999 2013-05-06 Leo Liu <sdl.web@gmail.com>
17000
17001 * progmodes/octave.el (octave-syntax-propertize-function): Change
17002 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
17003 (octave-font-lock-keywords): Use octave-operator-regexp.
17004 (octave-completion-at-point): Rename from
17005 octave-completion-at-point-function.
17006 (inferior-octave-directory-tracker): Robustify.
17007 (octave-text-functions): Remove and fix its uses. No such things
17008 any more.
17009
17010 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17011
17012 * emacs-lisp/trace.el (trace--display-buffer): New function.
17013 (trace-make-advice): Use it.
17014
17015 2013-05-06 Juri Linkov <juri@jurta.org>
17016
17017 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
17018 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
17019 Doc fix.
17020 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
17021 in the help string. (Bug#12985)
17022
17023 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
17024
17025 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
17026
17027 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17028
17029 * progmodes/perl-mode.el: Add support for here documents.
17030 (perl-syntax-propertize-function): Match here-doc markers.
17031 (perl-syntax-propertize-special-constructs): Find their end.
17032 (perl-imenu-generic-expression): Use [:alnum:].
17033
17034 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
17035 (advice--add-function): Refresh the advice if already present
17036 (bug#14317).
17037
17038 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
17039
17040 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
17041
17042 2013-05-06 Glenn Morris <rgm@gnu.org>
17043
17044 * w32-fns.el (w32-charset-info-alist): Declare.
17045
17046 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
17047 of its defcustom properties.
17048 (eshell-cmpl-initialize): No need to load pcomplete.
17049
17050 * generic-x.el: No need to require comint when compiling.
17051
17052 * net/eudc-export.el: Make it loadable without bbdb.
17053 (top-level): Use require rather than load-library.
17054 (eudc-create-bbdb-record, eudc-bbdbify-phone)
17055 (eudc-batch-export-records-to-bbdb)
17056 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
17057 Require bbdb.
17058
17059 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
17062 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
17063 some tweaks, instead.
17064
17065 2013-05-05 Leo Liu <sdl.web@gmail.com>
17066
17067 * progmodes/octave.el (octave-font-lock-keywords)
17068 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
17069 (inferior-octave-send-list-and-digest): Improve error message.
17070 (octave-mode, inferior-octave-mode): Use setq-local.
17071 (octave-help): Set info-lookup-mode.
17072
17073 2013-05-05 Richard Stallman <rms@gnu.org>
17074
17075 * vc/compare-w.el (compare-windows-whitespace):
17076 Treat no-break space as whitespace.
17077
17078 * mail/rmailsum.el (rmail-summary-rmail-update):
17079 Detect empty summary and don't change selected message.
17080 (rmail-summary-goto-msg): Likewise.
17081
17082 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
17083 Doc fixes, rename args.
17084
17085 2013-05-05 Alan Mackenzie <acm@muc.de>
17086
17087 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
17088
17089 2013-05-05 Juri Linkov <juri@jurta.org>
17090
17091 * info.el (Info-read-subfile): Use (point-min) instead of (point)
17092 to not add the length of the summary segment to the return value.
17093 (Bug#14125)
17094
17095 2013-05-05 Leo Liu <sdl.web@gmail.com>
17096
17097 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
17098 (inferior-octave-output-filter): Remove.
17099 (octave-send-region, inferior-octave-startup): Fix callers.
17100 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
17101 (octave-binary-file-extensions): New user variable.
17102 (octave-find-definition): Confirm if opening binary files.
17103 (octave-help-file): Use octave-find-definition to get the binary
17104 confirmation.
17105 (octave-help): Adjust for octave-help-file change.
17106
17107 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
17108
17109 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
17110 Merge the two entries that handle function definitions.
17111 (pascal--syntax-propertize): New const.
17112 (pascal-mode): Use it. Use setq-local.
17113
17114 2013-05-04 Glenn Morris <rgm@gnu.org>
17115
17116 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
17117 (diary-from-outlook): Respect diary-from-outlook-function.
17118
17119 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
17120
17121 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
17122 Move the declaration from C.
17123 (read-minibuffer, eval-minibuffer): Move from C.
17124 (completion-setup-function): Avoid minibuffer-completion-contents.
17125
17126 2013-05-03 Leo Liu <sdl.web@gmail.com>
17127
17128 * progmodes/octave.el (octave-font-lock-keywords): Do not
17129 dehighlight 'end' in comments or strings.
17130 (octave-completing-read, octave-goto-function-definition):
17131 New helpers.
17132 (octave-help-buffer): New user variable.
17133 (octave-help-file, octave-help-function): New button types.
17134 (octave-help): New command and bind it to C-h ;.
17135 (octave-find-definition): New command and bind it to M-.
17136 (user-error): Alias to error if not defined.
17137
17138 2013-05-02 Leo Liu <sdl.web@gmail.com>
17139
17140 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
17141 for \. (bug#14332)
17142 (octave-font-lock-keywords): Include [ and {.
17143
17144 2013-05-02 Leo Liu <sdl.web@gmail.com>
17145
17146 * progmodes/octave.el (inferior-octave-startup-file): Change default.
17147 (inferior-octave): Remove calling comint-mode and return the buffer.
17148 (inferior-octave-startup): Cosmetic changes.
17149
17150 2013-05-02 Leo Liu <sdl.web@gmail.com>
17151
17152 * progmodes/octave.el (octave-syntax-propertize-function):
17153 Include the case when ' is at line beginning. (Bug#14336)
17154
17155 2013-05-02 Glenn Morris <rgm@gnu.org>
17156
17157 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
17158 * desktop.el (vc-dir-mode): Just autoload it here.
17159
17160 2013-05-02 Alan Mackenzie <acm@muc.de>
17161
17162 Eliminate variable c-standard-font-lock-fontify-region-function.
17163 * progmodes/cc-mode.el
17164 (c-standard-font-lock-fontify-region-function): Remove.
17165 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
17166
17167 2013-05-01 Leo Liu <sdl.web@gmail.com>
17168
17169 * progmodes/octave.el: Compatible with older emacs-24 releases.
17170 (inferior-octave-has-built-in-variables): Remove. Built-in
17171 variables were removed from Octave in 2007.
17172 (inferior-octave-startup): Fix uses.
17173 (comint-line-beginning-position): Remove compatibility code for
17174 emacs 21.
17175
17176 2013-05-01 Juri Linkov <juri@jurta.org>
17177
17178 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
17179
17180 2013-05-01 Juri Linkov <juri@jurta.org>
17181
17182 * comint.el (comint-previous-matching-input): Don't print message
17183 "History item: %d" when `isearch-mode' is active.
17184 (comint-history-isearch-message): Print message "History item: %d"
17185 when `comint-input-ring-index' is not empty and this function is
17186 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
17187
17188 2013-05-01 Leo Liu <sdl.web@gmail.com>
17189
17190 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
17191 definitions. Use completion-at-point to insert keywords.
17192 (octave-abbrev-start): Remove.
17193 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
17194
17195 2013-04-30 Leo Liu <sdl.web@gmail.com>
17196
17197 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
17198 change.
17199
17200 2013-04-30 Alan Mackenzie <acm@muc.de>
17201
17202 Handle arbitrarily long C++ member initialisation lists.
17203 * progmodes/cc-engine.el (c-back-over-member-initializers):
17204 new function.
17205 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
17206 (most) member init lists.
17207
17208 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17209
17210 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
17211 variable.
17212
17213 2013-04-30 Leo Liu <sdl.web@gmail.com>
17214
17215 * progmodes/octave.el (octave-variables): Remove. No builtin
17216 variables any more. All converted to functions.
17217 (octave-font-lock-keywords, octave-completion-at-point-function):
17218 Fix uses.
17219 (octave-font-lock-texinfo-comment): New user variable.
17220 (octave-texinfo-font-lock-keywords): New variable for texinfo
17221 comment block.
17222 (octave-function-comment-block): New face.
17223 (octave-font-lock-texinfo-comment): New function.
17224 (octave-mode): Font lock texinfo comment block.
17225
17226 2013-04-29 Leo Liu <sdl.web@gmail.com>
17227
17228 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
17229 indexing expression.
17230 (octave-continuation-string): Do not use \.
17231 (inferior-octave-complete-impossible): Remove.
17232 (inferior-octave-completion-table)
17233 (inferior-octave-completion-at-point): Remove its uses.
17234 (inferior-octave-startup): completion_matches was introduced to
17235 Octave in 1996 so safe to assume it.
17236 (octave-function-file-comment): Improve to follow how Octave does it.
17237 (octave-update-function-file-comment): Tweak.
17238
17239 2013-04-29 Leo Liu <sdl.web@gmail.com>
17240
17241 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
17242 (inferior-octave-startup): Remove inferior-octave-startup-hook.
17243 (octave-function-file-comment): Fix typo.
17244 (octave-sync-function-file-names): Use read-char-choice.
17245
17246 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
17247
17248 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
17249 to t for the less important warnings.
17250
17251 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
17252
17253 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
17254
17255 2013-04-27 Glenn Morris <rgm@gnu.org>
17256
17257 * vc/log-view.el (log-view-current-entry):
17258 Treat "---" separator lines as part of the following rev. (Bug#14169)
17259
17260 2013-04-27 Juri Linkov <juri@jurta.org>
17261
17262 * subr.el (read-number): Doc fix about using it by interactive
17263 code letter `n'. (Bug#14254)
17264
17265 2013-04-27 Juri Linkov <juri@jurta.org>
17266
17267 * desktop.el (desktop-auto-save-timeout): New option.
17268 (desktop-file-checksum): New variable.
17269 (desktop-save): Add optional arg `auto-save' and don't auto-save
17270 if nothing changed.
17271 (desktop-auto-save-timer): New variable.
17272 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
17273 (after-init-hook): Call `desktop-auto-save-set-timer'.
17274 Suggested by Reuben Thomas <rrt@sc3d.org> in
17275 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
17276
17277 2013-04-27 Leo Liu <sdl.web@gmail.com>
17278
17279 * progmodes/octave.el (octave-function-file-p)
17280 (octave-skip-comment-forward, octave-function-file-comment)
17281 (octave-update-function-file-comment): New functions.
17282 (octave-mode-map): Bind C-c ; to
17283 octave-update-function-file-comment.
17284 (octave-mode-menu): Add octave-update-function-file-comment.
17285 (octave-mode, inferior-octave-mode): Fix doc-string.
17286 (octave-insert-defun): Conform to Octave's coding convention.
17287 (Bug#14285)
17288
17289 * files.el (basic-save-buffer): Don't let errors in
17290 before-save-hook prevent saving buffer.
17291
17292 2013-04-20 Roland Winkler <winkler@gnu.org>
17293
17294 * faces.el (read-face-name): Use completing-read if arg multiple
17295 is nil.
17296
17297 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
17298
17299 * ls-lisp.el (ls-lisp-insert-directory): If no files are
17300 displayed, move point to after the totals line.
17301 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
17302 for the details.
17303
17304 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17305
17306 * emacs-lisp/package.el (package-autoload-ensure-default-file):
17307 Add current dir to the load-path.
17308 (package-generate-autoloads): Don't rely on
17309 autoload-ensure-default-file.
17310
17311 2013-04-26 Reuben Thomas <rrt@sc3d.org>
17312
17313 * textmodes/remember.el (remember-store-in-files): Document that
17314 the file name format is passed to `format-time-string'.
17315
17316 2013-04-26 Leo Liu <sdl.web@gmail.com>
17317
17318 * progmodes/octave.el (octave-sync-function-file-names): New function.
17319 (octave-mode): Use it in before-save-hook.
17320
17321 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17322
17323 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
17324 (bug#14274).
17325
17326 * progmodes/octave.el (octave-smie-forward-token): Properly skip
17327 \n and comment, even if it's not an implicit ; (bug#14218).
17328
17329 2013-04-26 Glenn Morris <rgm@gnu.org>
17330
17331 * subr.el (read-number): Once more use `read' rather than
17332 `string-to-number', to trap non-numeric input. (Bug#14254)
17333
17334 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
17335
17336 * emacs-lisp/syntax.el (syntax-propertize-multiline):
17337 Use `syntax-multiline' text property consistently instead of
17338 `font-lock-multiline'. (Bug#14237)
17339
17340 2013-04-26 Glenn Morris <rgm@gnu.org>
17341
17342 * emacs-lisp/shadow.el (list-load-path-shadows):
17343 No longer necessary to check for duplicate simple.el, since
17344 2012-07-07 change to init_lread to not include installation lisp
17345 directories in load-path when running uninstalled. (Bug#14270)
17346
17347 2013-04-26 Leo Liu <sdl.web@gmail.com>
17348
17349 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
17350 (octave-mode, inferior-octave-mode): Use setq-local.
17351 (octave-not-in-string-or-comment-p): Rename to
17352 octave-in-string-or-comment-p.
17353 (octave-in-comment-p, octave-in-string-p)
17354 (octave-in-string-or-comment-p): Replace defsubst with defun.
17355
17356 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
17357
17358 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
17359
17360 2013-04-25 Bastien Guerry <bzg@gnu.org>
17361
17362 * textmodes/remember.el (remember-data-directory)
17363 (remember-directory-file-name-format): Fix custom types.
17364
17365 2013-04-25 Leo Liu <sdl.web@gmail.com>
17366
17367 * progmodes/octave.el (octave-completion-at-point-function):
17368 Make use of inferior octave process.
17369 (octave-initialize-completions): Remove.
17370 (inferior-octave-completion-table): New function.
17371 (inferior-octave-completion-at-point): Use it.
17372 (octave-completion-alist): Remove.
17373
17374 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17375
17376 * progmodes/opascal.el: Use font-lock and syntax-propertize.
17377 (opascal-mode-syntax-table): New var.
17378 (opascal-literal-kind, opascal-is-literal-end)
17379 (opascal-literal-token-at): Rewrite.
17380 (opascal--literal-start-re, opascal-font-lock-keywords)
17381 (opascal--syntax-propertize): New constants.
17382 (opascal-font-lock-defaults): Adjust.
17383 (opascal-mode): Use them. Set comment-<foo> variables as well.
17384 (delphi-comment-face, opascal-comment-face, delphi-string-face)
17385 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
17386 (delphi-other-face, opascal-other-face): Remove face variables.
17387 (opascal-save-state): Remove macro.
17388 (opascal-fontifying-progress-step): Remove constant.
17389 (opascal--ignore-changes): Remove var.
17390 (opascal-set-token-property, opascal-parse-next-literal)
17391 (opascal-is-stable-literal, opascal-complete-literal)
17392 (opascal-is-literal-start, opascal-face-of)
17393 (opascal-parse-region, opascal-parse-region-until-stable)
17394 (opascal-fontify-region, opascal-after-change)
17395 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
17396 (opascal-debug-parse-region, opascal-debug-parse-window)
17397 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
17398 (opascal-debug-fontify-buffer): Remove.
17399 (opascal-debug-mode-map): Adjust accordingly.
17400
17401 2013-04-25 Leo Liu <sdl.web@gmail.com>
17402
17403 Merge octave-mod.el and octave-inf.el into octave.el with some
17404 cleanups.
17405 * progmodes/octave.el: New file renamed from octave-mod.el.
17406 * progmodes/octave-inf.el: Merged into octave.el.
17407 * progmodes/octave-mod.el: Renamed to octave.el.
17408
17409 2013-04-25 Tassilo Horn <tsdh@gnu.org>
17410
17411 * textmodes/reftex-vars.el
17412 (reftex-label-ignored-macros-and-environments): New defcustom.
17413
17414 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
17415
17416 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17417
17418 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
17419 (smie-indent-keyword): Improve the check to ensure that the next
17420 comment is really on the same line.
17421 (smie-indent-comment): Don't align with a subsequent closer (or eob).
17422
17423 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
17424 semi-colons if the line is not otherwise empty (bug#14218).
17425
17426 2013-04-25 Glenn Morris <rgm@gnu.org>
17427
17428 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
17429
17430 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 * progmodes/opascal.el (opascal-set-token-property): Rename from
17433 opascal-set-text-properties and only set `token' (bug#14134).
17434 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
17435 (opascal-literal-text-properties): Remove.
17436 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
17437 Adjust callers.
17438
17439 2013-04-24 Reuben Thomas <rrt@sc3d.org>
17440
17441 * textmodes/remember.el (remember-handler-functions): Add an
17442 option for a new handler `remember-store-in-files'.
17443 (remember-data-directory, remember-directory-file-name-format):
17444 New options.
17445 (remember-store-in-files): New function to store remember notes
17446 as separate files within a directory.
17447
17448 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
17449
17450 * progmodes/compile.el (compilation-next-error-function):
17451 Pass "formats" to compilation-find-file (bug#11777).
17452
17453 2013-04-24 Glenn Morris <rgm@gnu.org>
17454
17455 * vc/vc-bzr.el (vc-bzr-print-log):
17456 * vc/vc-hg.el (vc-hg-print-log):
17457 * vc/vc-svn.el (vc-svn-print-log):
17458 Fix START-REVISION with LIMIT != 1. (Bug#14168)
17459
17460 * vc/vc-bzr.el (vc-bzr-print-log):
17461 * vc/vc-cvs.el (vc-cvs-print-log):
17462 * vc/vc-git.el (vc-git-print-log):
17463 * vc/vc-hg.el (vc-hg-print-log):
17464 * vc/vc-mtn.el (vc-mtn-print-log):
17465 * vc/vc-rcs.el (vc-rcs-print-log):
17466 * vc/vc-sccs.el (vc-sccs-print-log):
17467 * vc/vc-svn.el (vc-svn-print-log):
17468 * vc/vc.el (vc-print-log-internal): Doc fixes.
17469
17470 2013-04-23 Glenn Morris <rgm@gnu.org>
17471
17472 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
17473 Remove venerable code attempting to avoid substitute-command-keys.
17474
17475 2013-04-23 Tassilo Horn <tsdh@gnu.org>
17476
17477 * textmodes/reftex-vars.el (reftex-label-regexps):
17478 Call `reftex-compile-variables' after changes to this variable.
17479
17480 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
17483 Use lexical-binding.
17484 (jit-lock-force-redisplay): Use markers, check buffer's continued
17485 existence and beware narrowed buffers.
17486 (jit-lock-fontify-now): Adjust call accordingly.
17487
17488 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17489
17490 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
17491 to avoid misleading the user.
17492
17493 2013-04-22 Leo Liu <sdl.web@gmail.com>
17494
17495 * info-look.el: Prefer latex2e.info. (Bug#14240)
17496
17497 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
17498
17499 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
17500
17501 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
17502 * net/tramp.el (tramp-call-process): ... here.
17503 (tramp-set-completion-function, tramp-parse-putty):
17504 * net/tramp-adb.el (tramp-adb-execute-adb-command):
17505 * net/tramp-gvfs.el (tramp-gvfs-send-command):
17506 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
17507 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
17508 (tramp-call-local-coding-command): Use `tramp-call-process'
17509 instead of `tramp-compat-call-process'.
17510
17511 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
17512 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
17513 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
17514 (tramp-find-inline-compress): Improve traces.
17515 (tramp-maybe-send-script): Check for Perl binary.
17516 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
17517
17518 2013-04-22 Daiki Ueno <ueno@gnu.org>
17519
17520 * epg.el (epg-context-pinentry-mode): New function.
17521 (epg-context-set-pinentry-mode): New function.
17522 (epg--start): Pass --pinentry-mode option to gpg command.
17523
17524 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
17525
17526 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
17527 `comint-dynamic-complete' is obsolete since 24.1, replaced by
17528 `completion-at-point'. (Bug#13774)
17529
17530 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
17531 default key binding for `describe-distribution' has been moved to
17532 `C-h C-o'. (Bug#13970)
17533
17534 2013-04-21 Glenn Morris <rgm@gnu.org>
17535
17536 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
17537 Add doc strings.
17538 (vc-print-log): Clarify interactive prompt.
17539
17540 2013-04-20 Glenn Morris <rgm@gnu.org>
17541
17542 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
17543 No longer include timestamp etc information.
17544
17545 2013-04-20 Roland Winkler <winkler@gnu.org>
17546
17547 * faces.el (read-face-name): Bug fix, return just one face if arg
17548 multiple is nil. (Bug#14209)
17549
17550 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
17553 (remove-function): Autoload.
17554
17555 * comint.el (comint-redirect-original-filter-function): Remove.
17556 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
17557 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
17558 (vc-cvs-annotate-command):
17559 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
17560 * progmodes/prolog.el (prolog-consult-compile):
17561 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
17562 Use add/remove-function instead.
17563 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
17564 (gud-tooltip-process-output, gud-tooltip-tips):
17565 Use add/remove-function instead.
17566 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
17567 (scheme-interaction-mode, exit-scheme-interaction-mode):
17568 Use add/remove-function instead.
17569
17570 * vc/vc-dispatcher.el: Use lexical-binding.
17571 (vc--process-sentinel): Rename from vc-process-sentinel.
17572 Change last arg to be the code to run. Don't use vc-previous-sentinel
17573 and vc-sentinel-commands any more.
17574 (vc-exec-after): Allow code to be a function. Use add/remove-function.
17575 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
17576
17577 2013-04-19 Masatake YAMATO <yamato@redhat.com>
17578
17579 * progmodes/sh-script.el (sh-imenu-generic-expression):
17580 Handle function names with a single character. (Bug#14111)
17581
17582 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
17583
17584 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
17585 for subroutines defined in an eval (bug#14182).
17586
17587 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17588
17589 * bookmark.el (bookmark-completing-read): Improve handling of empty
17590 string (bug#14176).
17591
17592 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17593
17594 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
17595
17596 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
17597
17598 New faster Imenu implementation (bug#14058).
17599 * progmodes/python.el (python-imenu-prev-index-position)
17600 (python-imenu-format-item-label-function)
17601 (python-imenu-format-parent-item-label-function)
17602 (python-imenu-format-parent-item-jump-label-function):
17603 New vars.
17604 (python-imenu-format-item-label)
17605 (python-imenu-format-parent-item-label)
17606 (python-imenu-format-parent-item-jump-label)
17607 (python-imenu--put-parent, python-imenu--build-tree)
17608 (python-imenu-create-index, python-imenu-create-flat-index)
17609 (python-util-popn): New functions.
17610 (python-mode): Set imenu-create-index-function to
17611 python-imenu-create-index.
17612
17613 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17614
17615 * winner.el (winner-active-region): Use region-active-p, activate-mark
17616 and deactivate-mark (bug#14225).
17617
17618 * simple.el (deactivate-mark): Don't inline it.
17619
17620 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
17621
17622 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
17623
17624 2013-04-18 Tassilo Horn <tsdh@gnu.org>
17625
17626 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
17627 file extensions from the archive-mode entry in order to prefer
17628 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
17629
17630 2013-04-18 Leo Liu <sdl.web@gmail.com>
17631
17632 * bindings.el (help-event-list): Add ?\?.
17633
17634 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17635
17636 * subr.el (with-wrapper-hook): Declare obsolete.
17637 * simple.el (filter-buffer-substring-function): New hook.
17638 (filter-buffer-substring): Use it.
17639 (filter-buffer-substring-functions): Mark obsolete.
17640 * minibuffer.el (completion-in-region-function): New hook.
17641 (completion-in-region): Use it.
17642 (completion-in-region-functions): Mark obsolete.
17643 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
17644 * abbrev.el (abbrev-expand-function): New hook.
17645 (expand-abbrev): Use it.
17646 (abbrev-expand-functions): Mark obsolete.
17647 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
17648 and :filter-return.
17649
17650 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
17651
17652 * progmodes/python.el (python-nav--syntactically): Fix cornercases
17653 and do not care about match data.
17654
17655 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17656
17657 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
17658 completion tables when completing error conditions and
17659 `declare' arguments.
17660 (lisp-complete-symbol, field-complete): Mark as obsolete.
17661 (check-parens): Unmatched parens are user errors.
17662 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
17663
17664 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
17665
17666 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
17667 command changed buffer (ie. `flyspell-pre-buffer' is not current
17668 buffer), which prevents making decisions based on invalid value of
17669 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
17670 cause an error when `flyspell-pre-point' was nil after switching
17671 buffers.
17672 (flyspell-post-command-hook): No longer needs to change buffers when
17673 checking pre-word. While at it remove unnecessary progn.
17674
17675 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
17676
17677 * textmodes/ispell.el (ispell-add-per-file-word-list):
17678 Fix `flyspell-correct-word-before-point' error when accepting
17679 words and `coment-padding' is an integer by using
17680 `comment-normalize-vars' (Bug #14214).
17681
17682 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
17683
17684 New defun movement commands.
17685 * progmodes/python.el (python-nav--syntactically)
17686 (python-nav--forward-defun, python-nav-backward-defun)
17687 (python-nav-forward-defun): New functions.
17688
17689 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
17690
17691 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
17692 (python-syntax-context): Use named compiler-macro for backwards
17693 compatibility with Emacs 24.x.
17694
17695 2013-04-17 Leo Liu <sdl.web@gmail.com>
17696
17697 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
17698 octave-hide-process-buffer.
17699
17700 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17701
17702 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
17703 (bug#14216).
17704
17705 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
17706
17707 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
17708 Fix adjustment of offset when receiving incomplete responses from GDB
17709 (bug#14129).
17710
17711 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17712
17713 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
17714 python-mode-abbrev-table.
17715 (python-skeleton-define): Adjust accordingly.
17716 (python-mode-abbrev-table): New table that inherits from it so that
17717 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
17718
17719 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
17720 (abbrev-symbol): Use it.
17721 (abbrev--before-point): Use it since we already handle inheritance.
17722
17723 2013-04-16 Leo Liu <sdl.web@gmail.com>
17724
17725 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
17726 binding to info-lookup-symbol.
17727
17728 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
17729
17730 * minibuffer.el (completion--twq-all):
17731 * term/ns-win.el (ns-initialize-window-system):
17732 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
17733
17734 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17735
17736 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
17737 global bindings.
17738
17739 * doc-view.el (doc-view-start-process): Handle url-handler directories.
17740
17741 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
17742
17743 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
17744 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
17745 to nil.
17746 (ruby-end-of-defun): Remove the unused arg, change the docstring
17747 to reflect that this function is only used as the value of
17748 `end-of-defun-function'.
17749 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
17750 to reflect an earlier change that beginning/end-of-defun functions
17751 jump between methods in a class definition, as well as top-level
17752 functions.
17753
17754 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17755
17756 * minibuffer.el (minibuffer-complete): Don't just scroll
17757 a *Completions* that's been iconified.
17758 (minibuffer-force-complete): Make sure repetitions do cycle when going
17759 through completion-in-region -> minibuffer-complete.
17760
17761 2013-04-15 Alan Mackenzie <acm@muc.de>
17762
17763 Correct the placement of c-cpp-delimiters when there're #s not at
17764 col 0.
17765
17766 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
17767 place a submatch around the #.
17768 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
17769 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
17770 on the #, not BOL.
17771
17772 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17773
17774 * emacs-lisp/nadvice.el: Properly test names when adding advice.
17775 (advice--member-p): New arg `name'.
17776 (advice--add-function, advice-member-p): Use it (bug#14202).
17777
17778 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
17779
17780 Reformulate java imenu-generic-expression.
17781 The old expression contained ill formed regexps.
17782
17783 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
17784 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
17785 (cc-imenu-java-method-arg-regexp): New defconsts.
17786 (cc-imenu-java-build-type-args-regex): New defun.
17787 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
17788 handling of spaces in the regexp.
17789
17790 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17791
17792 * textmodes/ispell.el (ispell-command-loop): Remove
17793 flyspell highlight of a word when ispell accepts it (bug #14178).
17794
17795 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
17796
17797 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
17798 uses code from the previous `ange-ftp-run-real-handler'.
17799 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
17800 only in case that function exist. This is needed for proper
17801 unloading of Tramp.
17802
17803 2013-04-15 Tassilo Horn <tsdh@gnu.org>
17804
17805 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
17806
17807 * textmodes/reftex.el (reftex-compile-variables): Use it.
17808
17809 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17810
17811 * files.el (normal-mode): Only use default major-mode if no other mode
17812 was specified.
17813
17814 * emacs-lisp/trace.el (trace-values): New function.
17815
17816 * files.el: Allow : in local variables (bug#14089).
17817 (hack-local-variable-regexp): New var.
17818 (hack-local-variables-prop-line, hack-local-variables): Use it.
17819
17820 2013-04-13 Roland Winkler <winkler@gnu.org>
17821
17822 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
17823 data before it gets modified by bibtex-beginning-of-entry.
17824
17825 2013-04-13 Roland Winkler <winkler@gnu.org>
17826
17827 * textmodes/bibtex.el (bibtex-url): Doc fix.
17828
17829 2013-04-13 Roland Winkler <winkler@gnu.org>
17830
17831 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
17832 does not visit a BibTeX file, exclude it from the list of buffers
17833 returned by bibtex-initialize.
17834
17835 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
17836
17837 * window.el (split-window): Remove interactive form, since as a
17838 command this function is a special case of split-window-below.
17839 Correct doc string.
17840
17841 2013-04-12 Roland Winkler <winkler@gnu.org>
17842
17843 * faces.el (read-face-name): Do not override value of arg default.
17844 Allow single faces and strings as default values. Remove those
17845 elements from return value that are not faces.
17846 (describe-face): Simplify.
17847 (face-at-point): New optional args thing and multiple so that this
17848 function can provide the same functionality previously provided by
17849 read-face-name.
17850 (make-face-bold, make-face-unbold, make-face-italic)
17851 (make-face-unitalic, make-face-bold-italic, invert-face)
17852 (modify-face, read-face-and-attribute): Use face-at-point.
17853
17854 * cus-edit.el (customize-face, customize-face-other-window)
17855 * cus-theme.el (custom-theme-add-face)
17856 * face-remap.el (buffer-face-set)
17857 * facemenu.el (facemenu-set-face): Use face-at-point.
17858
17859 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
17860
17861 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
17862
17863 2013-04-10 Tassilo Horn <tsdh@gnu.org>
17864
17865 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
17866 off leading { and trailing } from field values.
17867
17868 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17869
17870 * emacs-lisp/timer.el (timer--check): New function.
17871 (timer--time, timer-set-function, timer-event-handler): Use it.
17872 (timer-set-idle-time): Simplify.
17873 (timer--activate): CSE.
17874 (timer-event-handler): Give more info in error message.
17875 (internal-timer-start-idle): New function, moved from C.
17876
17877 * mpc.el (mpc-proc): Add `restart' argument.
17878 (mpc-proc-cmd): Use it.
17879 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
17880 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
17881 less often.
17882
17883 2013-04-10 Masatake YAMATO <yamato@redhat.com>
17884
17885 * progmodes/sh-script.el: Implement `sh-mode' own
17886 `add-log-current-defun-function' (bug#14112).
17887 (sh-current-defun-name): New function.
17888 (sh-mode): Use the function.
17889
17890 2013-04-09 Bastien Guerry <bzg@gnu.org>
17891
17892 * simple.el (choose-completion-string): Fix docstring (bug#14163).
17893
17894 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17895
17896 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
17897
17898 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
17899 timer (bug#14156).
17900
17901 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
17902
17903 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
17904 declaration.
17905
17906 2013-04-07 Leo Liu <sdl.web@gmail.com>
17907
17908 * pcmpl-x.el: New file.
17909
17910 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
17911
17912 Do not set x-display-name until X connection is established.
17913 This is needed to prevent from weird situation described at
17914 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
17915 * frame.el (make-frame): Set x-display-name after call to
17916 window system initialization function, not before.
17917 * term/x-win.el (x-initialize-window-system): Add optional
17918 display argument and use it.
17919 * term/w32-win.el (w32-initialize-window-system):
17920 * term/ns-win.el (ns-initialize-window-system):
17921 * term/pc-win.el (msdos-initialize-window-system):
17922 Add compatible optional display argument.
17923
17924 2013-04-06 Eli Zaretskii <eliz@gnu.org>
17925
17926 * files.el (normal-backup-enable-predicate): On MS-Windows and
17927 MS-DOS compare truenames of temporary-file-directory and of the
17928 file, so that 8+3 aliases (usually found in $TEMP on Windows)
17929 don't fail comparison by compare-strings. Also, compare file
17930 names case-insensitively on MS-Windows and MS-DOS.
17931
17932 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
17933
17934 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
17935 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
17936
17937 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
17938
17939 * whitespace.el (whitespace-color-on, whitespace-color-off):
17940 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
17941
17942 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
17943
17944 * ispell.el (ispell-set-spellchecker-params):
17945 Really set `ispell-args' for all equivs.
17946
17947 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
17948
17949 * ido.el (ido-completions): Use extra elements of ido-decorations
17950 (bug#14143).
17951 (ido-decorations): Update docstring.
17952
17953 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
17954
17955 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17956 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
17957 nil during initialization, in order not to miss changes since the
17958 file was opened. (Bug#14140)
17959
17960 2013-04-05 Leo Liu <sdl.web@gmail.com>
17961
17962 * kmacro.el (kmacro-call-macro): Fix bug#14135.
17963
17964 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
17965
17966 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
17967
17968 2013-04-04 Glenn Morris <rgm@gnu.org>
17969
17970 * electric.el (electric-pair-inhibit-predicate): Add :version.
17971
17972 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17973
17974 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
17975 when a package is required several times (bug#14082).
17976
17977 2013-04-04 Roland Winkler <winkler@gnu.org>
17978
17979 * faces.el (read-face-name): Behave as promised by the docstring.
17980 Assume that arg default is a list of faces.
17981 (describe-face): Call read-face-name with list of default faces.
17982
17983 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17984
17985 * bookmark.el: Fix deletion of bookmarks (bug#13972).
17986 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
17987 (bookmark-bmenu-execute-deletions): Only skip first line if it's
17988 the header.
17989 (bookmark-exit-hook-internal): Save even if list is empty.
17990
17991 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
17992
17993 * emacs-lisp/package.el (package-pinned-packages): New var.
17994 (package--add-to-archive-contents): Obey it (bug#14118).
17995
17996 2013-04-03 Alan Mackenzie <acm@muc.de>
17997
17998 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
17999 Also adapt to the new values of element 7 of a parse state.
18000
18001 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
18002 parameter `not-in-delimiter'. Handle being inside comment opener.
18003 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
18004 character in case we're typing a '*' after a '/'.
18005 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
18006 instead by passing the parameter to c-state-pp-to-literal.
18007
18008 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
18009 for elt. 7 of a parse state.
18010
18011 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
18012
18013 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
18014 * international/latin1-disp.el, international/mule-util.el:
18015 * language/cyril-util.el, language/european.el, language/ind-util.el:
18016 * language/lao-util.el, language/thai.el, language/tibet-util.el:
18017 * language/tibetan.el, language/viet-util.el:
18018 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
18019
18020 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18021
18022 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
18023 (electric-pair-post-self-insert-function): Use it.
18024 (electric-pair-default-inhibit): New function, extracted from
18025 electric-pair-post-self-insert-function.
18026
18027 2013-03-31 Roland Winkler <winkler@gnu.org>
18028
18029 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
18030
18031 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18032
18033 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
18034
18035 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
18036
18037 Un-indent after "pass" and "return" statements (Bug#13888)
18038 * progmodes/python.el (python-indent-block-enders): New var.
18039 (python-indent-calculate-indentation): Use it.
18040
18041 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
18042
18043 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
18044 defun. Defining it as defalias could introduce too eager
18045 byte-compiler optimization. (Bug#14030)
18046
18047 2013-03-30 Chong Yidong <cyd@gnu.org>
18048
18049 * iswitchb.el (iswitchb-read-buffer): Fix typo.
18050
18051 2013-03-30 Leo Liu <sdl.web@gmail.com>
18052
18053 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
18054 (kmacro-execute-from-register): Pass the keyboard macro to
18055 kmacro-call-macro or repeating won't work correctly.
18056
18057 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
18058
18059 * progmodes/subword.el: Back to using `forward-symbol'.
18060
18061 * subr.el (forward-whitespace, forward-symbol)
18062 (forward-same-syntax): Move from thingatpt.el.
18063
18064 2013-03-29 Leo Liu <sdl.web@gmail.com>
18065
18066 * kmacro.el (kmacro-to-register): New command.
18067 (kmacro-execute-from-register): New function.
18068 (kmacro-keymap): Bind to 'x'. (Bug#14071)
18069
18070 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18071
18072 * mpc.el: Use defvar-local and setq-local.
18073 (mpc--proc-connect): Connection failures are not bugs.
18074 (mpc-mode-map): `follow-link' only applies to the buffer's content.
18075 (mpc-volume-map): Bind to the up-events.
18076
18077 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
18078
18079 * progmodes/subword.el (superword-mode): Use `forward-sexp'
18080 instead of `forward-symbol'.
18081
18082 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18083
18084 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
18085 (edebug--recursive-edit): Use it.
18086 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
18087 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
18088
18089 2013-03-28 Leo Liu <sdl.web@gmail.com>
18090
18091 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
18092
18093 2013-03-27 Eli Zaretskii <eliz@gnu.org>
18094
18095 * facemenu.el (list-colors-callback): New defvar.
18096 (list-colors-redisplay): New function.
18097 (list-colors-display): Install list-colors-redisplay as the
18098 revert-buffer-function. (Bug#14063)
18099
18100 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18101
18102 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
18103 and suffixes don't overlap (bug#14061).
18104
18105 * case-table.el: Use lexical-binding.
18106 (case-table-get-table): New function.
18107 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
18108
18109 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
18110
18111 * progmodes/subword.el: Add `superword-mode' to do word motion
18112 over symbol_words (parallels and leverages `subword-mode' which
18113 does word motion inside MixedCaseWords).
18114
18115 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
18116
18117 * eshell/em-unix.el: Move su and sudo to...
18118 * eshell/em-tramp.el: ...Eshell tramp module.
18119
18120 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18121
18122 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
18123 Change return value to be a sexp. Delay `get-buffer' to after
18124 restoring the desktop (bug#13951).
18125
18126 2013-03-26 Leo Liu <sdl.web@gmail.com>
18127
18128 * register.el: Move semantic tag handling back to
18129 cedet/semantic/senator.el. (Bug#14052)
18130
18131 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18132
18133 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
18134 into the prompt either (bug#13963).
18135
18136 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18137
18138 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
18139 part of "(error-foo)".
18140
18141 2013-03-24 Juri Linkov <juri@jurta.org>
18142
18143 * replace.el (list-matching-lines-prefix-face): New defcustom.
18144 (occur-1): Pass `list-matching-lines-prefix-face' to the function
18145 `occur-engine' if `face-differs-from-default-p' returns t.
18146 (occur-engine): Add `,' inside backquote construct to evaluate
18147 `prefix-face'. Propertize the prefix with the `prefix-face' face.
18148 Pass `prefix-face' to the functions `occur-context-lines' and
18149 `occur-engine-add-prefix'.
18150 (occur-engine-add-prefix, occur-context-lines): Add optional arg
18151 `prefix-face' and propertize the prefix with `prefix-face'.
18152 (Bug#14017)
18153
18154 2013-03-24 Leo Liu <sdl.web@gmail.com>
18155
18156 * nxml/rng-valid.el (rng-validate-while-idle)
18157 (rng-validate-quick-while-idle): Guard against deleted buffer.
18158 (Bug#13999)
18159
18160 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
18161 is the last entry in kill-buffer-hook.
18162
18163 * files.el (kill-buffer-hook): Doc fix.
18164
18165 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
18166
18167 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
18168 Make it safe-local.
18169
18170 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
18171
18172 2013-03-23 Leo Liu <sdl.web@gmail.com>
18173
18174 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
18175 Remove.
18176
18177 * nxml/rng-valid.el (rng-validate-mode)
18178 (rng-after-change-function, rng-do-some-validation):
18179 * nxml/rng-maint.el (rng-validate-buffer):
18180 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
18181 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
18182 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
18183 (nxml-extend-after-change-region): Use with-silent-modifications.
18184
18185 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
18186 timer-idle-list.
18187
18188 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
18189 (rng-next-error-1, rng-previous-error-1): Do not let-bind
18190 timer-idle-list. (Bug#13999)
18191
18192 2013-03-23 Juri Linkov <juri@jurta.org>
18193
18194 * info.el (info-index-match): New face.
18195 (Info-index, Info-apropos-matches): Add a nested subgroup to the
18196 main pattern and add text properties with the new face to matches
18197 in index entries relative to the beginning of the index entry.
18198 (Bug#14015)
18199
18200 2013-03-21 Eric Ludlam <zappo@gnu.org>
18201
18202 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
18203 Inhibit read only while inserting objects.
18204
18205 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
18206
18207 * progmodes/cfengine.el: Update docs to mention
18208 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
18209 symbol motion. Remove "_" from the word syntax.
18210
18211 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
18212
18213 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
18214 syntax for both `cfengine2-mode' and `cfengine3-mode'.
18215
18216 2013-03-20 Juri Linkov <juri@jurta.org>
18217
18218 * info.el (Info-next-reference-or-link)
18219 (Info-prev-reference-or-link): New functions.
18220 (Info-next-reference, Info-prev-reference): Use them.
18221 (Info-try-follow-nearest-node): Handle footnote navigation.
18222 (Info-fontify-node): Fontify footnotes. (Bug#13989)
18223
18224 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18225
18226 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
18227 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
18228
18229 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
18230
18231 Suppress unnecessary non-ASCII chatter during build process.
18232 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
18233 (batch-skkdic-convert): Suppress most of the chatter.
18234 It's not needed so much now that machines are faster,
18235 and its non-ASCII component was confusing; see Dmitry Gutov in
18236 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
18237
18238 2013-03-20 Leo Liu <sdl.web@gmail.com>
18239
18240 * ido.el (ido-chop): Fix bug#10994.
18241
18242 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
18243
18244 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
18245 Remove vars.
18246 (whitespace-color-on, whitespace-color-off):
18247 Use `font-lock-fontify-buffer' (Bug#13817).
18248
18249 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
18250
18251 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
18252 remapping in mode-line.
18253 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
18254
18255 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
18256
18257 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
18258 value for `whitespace-line' face (Bug#13875).
18259 (whitespace-font-lock-keywords): Change description.
18260 (whitespace-color-on): Don't save `font-lock-keywords' value, save
18261 the constructed keywords instead.
18262 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
18263
18264 2013-03-19 Leo Liu <sdl.web@gmail.com>
18265
18266 * progmodes/compile.el (compilation-display-error): New command.
18267 (compilation-mode-map, compilation-minor-mode-map): Bind it to
18268 C-o. (Bug#13992)
18269
18270 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
18271
18272 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
18273
18274 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
18275
18276 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
18277
18278 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
18279
18280 * net/tramp-compat.el (tramp-compat-user-error): New defun.
18281
18282 * net/tramp-adb.el (tramp-adb-handle-shell-command):
18283 * net/tramp-gvfs.el (top):
18284 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
18285 (tramp-handle-shell-command): Use it.
18286 (tramp-dissect-file-name): Raise an error when hostname is a
18287 method name, and neither method nor user is specified.
18288
18289 * net/trampver.el: Update release number.
18290
18291 2013-03-18 Leo Liu <sdl.web@gmail.com>
18292
18293 Make sure eldoc can be turned off properly.
18294 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
18295 eldoc-mode.
18296 (eldoc-display-message-p): Revert last change.
18297 (eldoc-display-message-no-interference-p)
18298 (eldoc-print-current-symbol-info): Tweak.
18299
18300 2013-03-18 Tassilo Horn <tsdh@gnu.org>
18301
18302 * doc-view.el (doc-view-new-window-function): Check the new window
18303 overlay's display property instead the char property of the
18304 buffer's first char. Use `with-selected-window' instead of
18305 `save-window-excursion' with `select-window'.
18306 (doc-view-document->bitmap): Check the current doc-view overlay's
18307 display property instead the char property of the buffer's first char.
18308
18309 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
18310
18311 Automate the build of ja-dic.el (Bug#13984).
18312 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
18313 from the input, rather than assume that it's been done for us by the
18314 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
18315 the current date into a ja-dic.el comment, as that complicates
18316 regression testing.
18317
18318 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18319
18320 * whitespace.el: Fix double evaluation.
18321 (whitespace-space, whitespace-hspace, whitespace-tab)
18322 (whitespace-newline, whitespace-trailing, whitespace-line)
18323 (whitespace-space-before-tab, whitespace-indentation)
18324 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
18325 obsolete defvars.
18326 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
18327 (whitespace-color-on): Use a single font-lock-add-keywords call.
18328 Fix double-evaluation of face variables.
18329
18330 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
18331
18332 * net/tramp-adb.el (tramp-adb-parse-device-names):
18333 Use `start-process' instead of `call-process'. Otherwise, the
18334 function might be blocked under MS Windows. (Bug#13299)
18335
18336 2013-03-17 Leo Liu <sdl.web@gmail.com>
18337
18338 Extend eldoc to display info in the mode-line. (Bug#13978)
18339 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
18340 (eldoc-mode-line-string): New variable.
18341 (eldoc-minibuffer-message): New function.
18342 (eldoc-message-function): New variable.
18343 (eldoc-message): Use it.
18344 (eldoc-display-message-p)
18345 (eldoc-display-message-no-interference-p):
18346 Support eldoc-post-insert-mode.
18347
18348 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
18349 (eval-expression): Run it.
18350
18351 2013-03-17 Roland Winkler <winkler@gnu.org>
18352
18353 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
18354 strings in the list of return values.
18355
18356 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
18357
18358 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
18359 radix before checking for HMS forms.
18360
18361 2013-03-16 Leo Liu <sdl.web@gmail.com>
18362
18363 * progmodes/scheme.el: Add indentation and font-locking for λ.
18364 (Bug#13975)
18365
18366 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18367
18368 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
18369 token before point (bug#13942).
18370
18371 2013-03-16 Leo Liu <sdl.web@gmail.com>
18372
18373 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
18374
18375 2013-03-16 Eli Zaretskii <eliz@gnu.org>
18376
18377 * startup.el (command-line-normalize-file-name): Fix handling of
18378 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
18379 <xfq.free@gmail.com> in
18380 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
18381
18382 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
18383
18384 Sync with Tramp 2.2.7.
18385
18386 * net/trampver.el: Update release number.
18387
18388 2013-03-14 Tassilo Horn <tsdh@gnu.org>
18389
18390 * doc-view.el: Fix bug#13887.
18391 (doc-view-insert-image): Don't modify overlay associated to
18392 non-live windows, and implement horizontal centering of image in
18393 case it's smaller than the window.
18394 (doc-view-new-window-function): Force redisplay of new windows on
18395 doc-view buffers.
18396
18397 2013-03-13 Karl Fogel <kfogel@red-bean.com>
18398
18399 * saveplace.el (save-place-alist-to-file): Don't sort
18400 `save-place-alist', just pretty-print it (bug#13882).
18401
18402 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
18403
18404 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
18405 Check whether `default-file-name-coding-system' is bound.
18406 It isn't in XEmacs.
18407
18408 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18409
18410 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
18411 backquotes for `obsolete' (bug#13929).
18412
18413 * international/mule.el (find-auto-coding): Include file name in
18414 obsolescence warning (bug#13922).
18415
18416 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
18417
18418 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
18419 for CFEngine 3-specific indentation.
18420 (cfengine3-indent-line): Use it. Fix up category regex.
18421 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
18422
18423 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18424
18425 * type-break.el (type-break-file-name):
18426 * textmodes/remember.el (remember-data-file):
18427 * strokes.el (strokes-file):
18428 * shadowfile.el (shadow-initialize):
18429 * saveplace.el (save-place-file):
18430 * ps-bdf.el (bdf-cache-file):
18431 * progmodes/idlwave.el (idlwave-config-directory):
18432 * net/quickurl.el (quickurl-url-file):
18433 * international/kkc.el (kkc-init-file-name):
18434 * ido.el (ido-save-directory-list-file):
18435 * emulation/viper.el (viper-custom-file-name):
18436 * emulation/vip.el (vip-startup-file):
18437 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
18438 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
18439
18440 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
18441
18442 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
18443 * language/thai-word.el: Switch to UTF-8.
18444
18445 See ChangeLog.16 for earlier changes.
18446
18447 ;; Local Variables:
18448 ;; coding: utf-8
18449 ;; End:
18450
18451 Copyright (C) 2011-2014 Free Software Foundation, Inc.
18452
18453 This file is part of GNU Emacs.
18454
18455 GNU Emacs is free software: you can redistribute it and/or modify
18456 it under the terms of the GNU General Public License as published by
18457 the Free Software Foundation, either version 3 of the License, or
18458 (at your option) any later version.
18459
18460 GNU Emacs is distributed in the hope that it will be useful,
18461 but WITHOUT ANY WARRANTY; without even the implied warranty of
18462 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18463 GNU General Public License for more details.
18464
18465 You should have received a copy of the GNU General Public License
18466 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.