]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
764d6d12c8aa3d1e3fd9f0c15e96ec42708e1266
[gnu-emacs] / lisp / ChangeLog
1 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
2
3 * vc/vc-git.el (vc-git-conflicted-files): Integrate Rüdiger
4 Sonderfeld's code for detecting conflicted files using a status
5 listing. Useful in itself and a step towards better smerge
6 support.
7
8 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * mpc.el (mpc-reorder): Don't bother splitting the "active"s elements
11 to the first part if they're the same as the selection.
12
13 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
14
15 * image-mode.el (image-transform-reset): New command and menu item.
16 (image-mode-map): Rearrange the menu items to put presumably more
17 obscure items at the end.
18
19 2014-08-12 Juri Linkov <juri@jurta.org>
20
21 * vc/vc-annotate.el (vc-annotate-background-mode):
22 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
23
24 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * files.el (out-of-memory-warning-percentage): Turn it off by default.
27
28 2014-08-11 Sam Steingold <sds@gnu.org>
29
30 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
31 the presence of known validators (tidy, (o)nsgmls).
32
33 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
34
35 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
36
37 * net/newst-treeview.el (newsticker-treeview-date-format): New.
38 (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
39
40 2014-08-11 Glenn Morris <rgm@gnu.org>
41
42 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
43 chose coding system for writing before backing up, since it causes
44 a more serious problem than the one it solves. (Closes Bug#18141,
45 reopens Bug#13522.)
46
47 2014-08-11 Martin Rudalics <rudalics@gmx.at>
48
49 * window.el (window-total-size): Make doc-string more self-contained.
50
51 * window.el (display-buffer-below-selected): Restore original
52 behavior if buffer is already displayed in the window below the
53 selected one (Bug#18181).
54
55 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
58 event (bug#18212).
59
60 2014-08-11 Eli Zaretskii <eliz@gnu.org>
61
62 * info.el (info): Doc fix.
63
64 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * info.el (Info-mode-map): Override a global down-mouse-2 binding
67 (bug#18212).
68
69 2014-08-11 Eli Zaretskii <eliz@gnu.org>
70
71 * simple.el (default-line-height): A floating-point value of
72 line-spacing means a fraction of the default frame font's height,
73 not of the font currently used by the 'default' face.
74 Truncate the pixel value, like the display engine does.
75 (window-screen-lines): Use window-inside-pixel-edges for
76 determining the window height in pixels. (Bug#18195)
77
78 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
79
80 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
81
82 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
83
84 Enumerate evaluated sexp diary entries (Bug#7911).
85 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
86 (icalendar-export-sexp-enumeration-days): New.
87 (icalendar-export-region): Now `icalendar--convert-to-ical'
88 returns a cons cell or a list of cons cells.
89 (icalendar--convert-to-ical): Take care of
90 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
91 (icalendar--convert-ordinary-to-ical)
92 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
93 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
94 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
95 (icalendar--convert-anniversary-to-ical): Return cons cell.
96 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
97 entries. Return (list of) cons cells.
98
99 2014-08-09 Juri Linkov <juri@jurta.org>
100
101 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
102 to reevaluate `vc-annotate-color-map'. (Bug#18189)
103
104 2014-08-09 Alan Mackenzie <acm@muc.de>
105
106 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
107 for top-level that can cause unacceptable slow-down in scrolling.
108 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
109 Antipov from 2013-10-14 in emacs-devel.
110
111 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
112
113 * ibuffer.el (ibuffer-mode-map): Use toggle button for
114 `ibuffer-auto-mode' menu entry.
115 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
116
117 2014-08-08 Matthias Meulien <orontee@gmail.com>
118
119 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
120 (Bug#16394)
121
122 2014-08-07 Martin Rudalics <rudalics@gmx.at>
123
124 * window.el (window--min-size-1): Explicitly set WINDOW arg in
125 calls of window-min-pixel-height and window-min-pixel-width.
126
127 2014-08-07 Reuben Thomas <rrt@sc3d.org>
128
129 * progmodes/ada-mode.el:
130 * net/tramp.el (tramp-handle-file-symlink-p):
131 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
132 about VMS, which we no longer support.
133 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
134 and fix a FIXME, using convert-standard-filename in place of
135 removed ada-convert-file-name.
136
137 2014-08-07 Eli Zaretskii <eliz@gnu.org>
138
139 * files.el (auto-mode-alist): Remove support for VMS from a
140 pattern.
141
142 2014-08-07 Reuben Thomas <rrt@sc3d.org>
143
144 Refer to MS-DOS using the same name everywhere.
145
146 * arc-mode.el: Fix a couple of ``MS-DOG''s missed in the previous
147 commit.
148 * file-mode.el: ditto.
149
150 2014-08-07 Reuben Thomas <rrt@sc3d.org>
151
152 Refer to MS-DOS using the same name everywhere.
153
154 * arc-mode.el: ``MS-DOG'', ``MSDOG'' and ``msdog'' become
155 ``MS-DOS''.
156 * frame.el: ditto.
157
158 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
159
160 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
161 Use cached "remote-copy-args" value, if available. (Bug#18199)
162
163 2014-08-07 Leo Liu <sdl.web@gmail.com>
164
165 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook): Revert
166 change on 2014-03-22.
167
168 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
169
170 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
171 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
172 (Bug#13750).
173
174
175 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
176
177 * image-mode.el (image-toggle-display-image): Always rescale images
178 to not be bigger than the current window.
179
180 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
181
182 * net/eww.el (eww-bookmarks-directory): New variable.
183 (eww-write-bookmarks): Use it.
184 (eww-read-bookmarks): Ditto.
185
186 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
187
188 * net/shr.el (shr-copy-url): Also copy the image URL.
189
190 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
191
192 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
193 also for Tramp working buffers.
194
195 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
196
197 * progmodes/python.el: Fix completions inside (i)pdb.
198 (python-shell-completion-pdb-string-code): Make obsolete.
199 (python-shell-completion-get-completions): Use
200 python-shell-completion-string-code resending setup code
201 continuously for (i)pdb.
202
203 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
204
205 * rect.el (rectangle--default-line-number-format): Rename
206 from misspelled rectange--default-line-number-format (Bug#18045).
207 All uses changed.
208
209 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
210
211 Don't mishandle year-9999 dates (Bug#18176).
212 * calendar/parse-time.el (parse-time-rules):
213 Allow years up to most-positive-fixnum.
214 * calendar/time-date.el (date-to-time):
215 Pass "Specified time is not representable" errors through.
216
217 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
218
219 * progmodes/python.el: Completion code cleanups.
220 (python-shell-completion-get-completions): Detect and send import
221 statements directly to completion function.
222 (python-shell-completion-at-point): Simplify prompt calculation
223 and import vs input completion logic.
224
225 2014-08-02 Alan Mackenzie <acm@muc.de>
226
227 Fix confusion in C++ file caused by comma in "= {1,2},". Bug
228 #17756.
229 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
230 for a statement boundary marked by "}", check there's no "="
231 before the "{".
232 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
233 non-nil `comma-delim' argument.
234 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
235 initializer expression more accurately.
236
237 Correct loop termination condition in c-syntactic-skip-backward.
238 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
239 the situation where, after moving back out of a literal,
240 skip-chars-backward doesn't move further, yet checks have still to
241 be done.
242
243 2014-08-01 Eli Zaretskii <eliz@gnu.org>
244
245 * tutorial.el (tutorial--display-changes): Accept punctuation
246 characters before the key binding. (Bug#18146)
247
248 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
249
250 * progmodes/python.el: Shell output capture enhancements.
251 (python-shell-accept-process-output): New function.
252 (inferior-python-mode)
253 (python-shell-send-setup-code): Use it.
254
255 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
256
257 * calendar/icalendar.el (icalendar--decode-isodatetime): Use
258 actual current-time-zone when converting to local time. (Bug#15408)
259
260 2014-07-29 Martin Rudalics <rudalics@gmx.at>
261
262 * window.el (window--state-put-2): Handle horizontal scroll
263 bars, if present.
264
265 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
266
267 * menu-bar.el (menu-bar-update-buffers): Update item list format
268 in `buffers-menu' to confirm with changes to `get_keyelt'
269 (r117463). (Bug#18016)
270
271 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
272
273 * progmodes/python.el (inferior-python-mode): Make input prompts
274 read-only.
275
276 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
277
278 * net/tramp-sh.el (tramp-get-remote-python): Also search for
279 executables named "python2" or "python3".
280 (tramp-get-remote-uid-with-python): Use parentheses around
281 arguments to `print' to make it compatible with Python 3.
282 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
283
284 2014-07-28 Eli Zaretskii <eliz@gnu.org>
285
286 * window.el (window--pixel-to-total): Use FRAME's root window, not
287 that of the selected frame. (Bug#18112, Bug#16674)
288
289 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
290
291 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
292 (Bug#18117)
293
294 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
295
296 * progmodes/python.el (inferior-python-mode): Doc fix.
297
298 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
299
300 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
301 not a character, ignore it instead of raising an error.
302
303 * calendar/todo-mode.el: Fix handling of marked items and make
304 minor code improvements.
305 (todo-edit-item): If there are marked items, ensure user can only
306 invoke editing commands that work with marked items.
307 (todo-edit-item--text): When there are marked items, make it a
308 noop if invoked with point not on an item; otherwise, ensure it
309 applies only to item at point.
310 (todo-item-undone): If there are marked not-done items, return
311 point to its original position before signaling user error.
312 (todo--user-error-if-marked-done-item): New function.
313 (todo-edit-item--header, todo-edit-item--diary-inclusion)
314 (todo-item-done): Use it.
315
316 2014-07-28 Glenn Morris <rgm@gnu.org>
317
318 * files.el (toggle-read-only): Re-add basic doc-string.
319 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
320
321 * progmodes/prolog.el (prolog-mode-keybindings-edit):
322 Replace missing `switch-to-prolog' with `run-prolog'.
323 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
324
325 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
326
327 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
328 of file-wide setting when changing category-wide setting.
329
330 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
331
332 * doc-view.el (doc-view-open-text): Don't require that the
333 document is saved in a file (e.g., email attachment).
334
335 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
336
337 Parse completion input in a iPython friendly way. (Bug#18084)
338 * progmodes/python.el
339 (python-shell-completion-at-point): Rename from
340 python-shell-completion-complete-at-point.
341 (inferior-python-mode): Use it.
342 (python-completion-at-point): Rename from
343 python-completion-complete-at-point. Parse input up to first
344 backward occurrence of whitespace, open-paren, close-paren or
345 string delimiter.
346 (python-mode): Use it.
347
348 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
349
350 Prevent Python process shell buffer to pop twice.
351 * progmodes/python.el (python-shell-switch-to-shell): Do not call
352 pop-to-buffer.
353
354 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
355
356 * progmodes/python.el
357 (python-shell-with-shell-buffer): New macro.
358 (python-shell-font-lock-get-or-create-buffer)
359 (python-shell-font-lock-kill-buffer)
360 (python-shell-font-lock-with-font-lock-buffer)
361 (python-shell-font-lock-cleanup-buffer)
362 (python-shell-font-lock-toggle): Use it.
363 (python-shell-font-lock-turn-on)
364 (python-shell-font-lock-turn-off): Use it. Make command.
365
366 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
367
368 Grab all Python process output before inferior-python-mode hooks.
369 * progmodes/python.el (inferior-python-mode): Call
370 accept-process-output and sit-for to ensure all output for process
371 has been received before running hooks.
372 (python-shell-internal-get-or-create-process): Cleanup
373 accept-process-output and sit-for calls.
374
375 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
376
377 More robust shell startup and code setup.
378 * progmodes/python.el (python-shell-make-comint): Remove
379 accept-process-output call.
380 (python-shell-get-buffer): Return current buffer if major-mode is
381 inferior-python-mode.
382 (python-shell-get-or-create-process): Use it.
383 (python-shell-send-setup-code): Send all setup code in one string,
384 output success message and accept-process-output.
385
386 2014-07-27 Eli Zaretskii <eliz@gnu.org>
387
388 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll): Add
389 rudimentary support for bidirectional text.
390
391 2014-07-27 Martin Rudalics <rudalics@gmx.at>
392
393 * frame.el (frame-notice-user-settings): Rewrite using
394 frame-initial-frame-tool-bar-height.
395 * menu-bar.el (menu-bar-horizontal-scroll-bar)
396 (menu-bar-no-horizontal-scroll-bar): New functions.
397 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
398 scroll bars.
399 * scroll-bar.el (scroll-bar-lines)
400 (set-horizontal-scroll-bar-mode)
401 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
402 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
403 (scroll-bar-toolkit-horizontal-scroll): New functions.
404 (horizontal-scroll-bar-mode)
405 (previous-horizontal-scroll-bar-mode)
406 (horizontal-scroll-bar-mode-explicit): New variables.
407 (horizontal-scroll-bar-mode): New option.
408 (toggle-horizontal-scroll-bar): Do something.
409 (top-level): Bind horizontal-scroll-bar mouse-1.
410 * startup.el (tool-bar-originally-present): Remove variable.
411 (command-line): Don't set tool-bar-originally-present.
412 * window.el (window-min-height): Update doc-string.
413 (window--dump-frame): Dump horizontal scroll bar values.
414 (window--min-size-1): Handle minibuffer window separately.
415 Count in margins and horizontal scroll bar. Return safe value
416 iff IGNORE equals 'safe.
417 (frame-windows-min-size): New function (used by frame resizing
418 routines).
419 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
420 scroll bars.
421 (window--sanitize-window-sizes): New function.
422 (window-split-min-size): Remove.
423 (split-window): Count divider-width. Don't use
424 `window-split-min-size' any more. Reword error messages.
425 Sanitize windows sizes after splitting.
426
427 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
428
429 Use `defvar-local' more.
430 * progmodes/hideshow.el
431 (hs-c-start-regexp, hs-block-start-regexp)
432 (hs-block-start-mdata-select, hs-block-end-regexp)
433 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
434 remove corresponding `make-variable-buffer-local' top-level calls.
435
436 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
437
438 Cleanup error signals. (Bug#18067)
439 * progmodes/python.el
440 (python-indent-shift-left): Use user-error instead.
441 (python-shell-prompt-detect): Use lwarn with python group.
442 (python-completion-complete-at-point)
443 (python-eldoc--get-doc-at-point): Don't signal error.
444
445 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
446
447 Support for packages in Python shell. (Bug#13570)
448 * progmodes/python.el (python-shell--package-depth): New var.
449 (python-shell-package-enable): New command.
450 (python-util-list-directories, python-util-list-files)
451 (python-util-list-packages): New functions.
452
453 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
454
455 Faster comint output. (Bug#16875)
456 * progmodes/python.el:
457 (python-comint-output-filter-function): Make obsolete.
458 (python-comint-postoutput-scroll-to-bottom): New function.
459 (inferior-python-mode): Set comint-output-filter-functions to a
460 minimum.
461
462 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
463
464 * progmodes/python.el (python-shell-font-lock-post-command-hook):
465 Safeguard current point and undo history.
466
467 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
468
469 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
470 * progmodes/python.el:
471 (python-shell-prompt-input-regexps): Add iPython block prompt.
472 (python-shell-output-syntax-table): Delete var.
473 (python-shell-font-lock-with-font-lock-buffer): New macro.
474 (python-shell-font-lock-get-or-create-buffer)
475 (python-shell-font-lock-kill-buffer)
476 (python-shell-font-lock-cleanup-buffer)
477 (python-shell-font-lock-post-command-hook)
478 (python-shell-font-lock-turn-off): New functions.
479 (python-shell-font-lock-turn-on): New function.
480 (inferior-python-mode): Use it.
481 (python-shell-font-lock-toggle): New command.
482 (python-shell-font-lock-enable): Rename from
483 python-shell-enable-font-lock.
484 (run-python-internal): Use it.
485 (python-shell-font-lock-comint-output-filter-function): New function.
486 (python-shell-comint-end-of-output-p): New function.
487 (python-shell-output-filter): Use it.
488 (python-util-comint-last-prompt): New function.
489 (python-util-text-properties-replace-name): New function.
490
491 2014-07-25 Glenn Morris <rgm@gnu.org>
492
493 * vc/ediff-init.el (ediff-toggle-read-only-function):
494 * vc/ediff-util.el (ediff-toggle-read-only):
495 Replace obsolete toggle-read-only with read-only-mode.
496
497 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
498
499 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
500 with `save-match-data'. (Bug#18095)
501
502 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
503
504 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
505 order to ensure that row and col are lexically bound inside the
506 evaluated sexp.
507
508 2014-07-21 Glenn Morris <rgm@gnu.org>
509
510 * progmodes/hideif.el (hide-ifdef-mode-submap):
511 Also substitute read-only-mode.
512 * bindings.el (mode-line-toggle-read-only):
513 * bs.el (bs-toggle-readonly):
514 * buff-menu.el (Buffer-menu-toggle-read-only):
515 * dired.el (dired-toggle-read-only):
516 * files.el (view-read-only, find-file-read-only)
517 (find-file-read-only-other-window)
518 (find-file-read-only-other-frame):
519 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
520 Doc fixes re toggle-read-only.
521
522 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
523
524 * progmodes/python.el: Add comment about pipe buffering and
525 solutions for missing/delayed output in inferior Python shells.
526 (Bug#17304)
527
528 * progmodes/python.el (python-mode): Don't set
529 mode-require-final-newline. (Bug#17990)
530
531 Make python.el work with IPython automatically. (Bug#15510)
532 * progmodes/python.el:
533 (python-shell-completion-setup-code): New value supporting iPython.
534 (python-shell-completion-string-code): New value supporting iPython.
535 (python-shell-completion-get-completions): Use them.
536 (python-shell-completion-module-string-code): Make obsolete.
537 (python-shell-prompt-input-regexps)
538 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
539 (python-shell-output-filter): Fix comment typo.
540
541 Fix Python shell prompts detection for remote hosts.
542 * progmodes/python.el (python-shell-prompt-detect):
543 Replace call-process with process-file and make it more robust.
544
545 Autodetect Python shell prompts. (Bug#17370)
546 * progmodes/python.el:
547 (python-shell-interpreter-interactive-arg)
548 (python-shell-prompt-detect-enabled)
549 (python-shell-prompt-detect-failure-warning)
550 (python-shell-prompt-input-regexps)
551 (python-shell-prompt-output-regexps): New vars.
552 (python-shell-prompt-calculated-input-regexp)
553 (python-shell-prompt-calculated-output-regexp): New vars.
554 (python-shell-get-process-name)
555 (python-shell-internal-get-process-name)
556 (python-shell-output-filter)
557 (python-shell-completion-get-completions): Use them.
558 (python-shell-prompt-detect)
559 (python-shell-prompt-validate-regexps): New functions.
560 (python-shell-prompt-set-calculated-regexps): New function.
561 (inferior-python-mode): Use it. Also honor overriden
562 python-shell-interpreter and python-shell-interpreter-args.
563 (python-shell-make-comint): Honor overriden
564 python-shell-interpreter and python-shell-interpreter-args.
565 (python-shell-get-or-create-process): Make it testable by allowing
566 to call run-python non-interactively.
567 (python-util-valid-regexp-p): New function.
568 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
569 (python-shell-prompt-output-regexp)
570 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
571
572 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
573
574 * emacs-lisp/smie.el (smie-config--guess-1): Split from
575 smie-config--guess.
576 (smie-config--guess): Use it.
577
578 * emacs-lisp/edebug.el: Use nadvice.
579 (edebug-original-read): Remove.
580 (edebug--read): Rename from edebug-read and add `orig' arg.
581 (edebug-uninstall-read-eval-functions)
582 (edebug-install-read-eval-functions): Use nadvice.
583 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
584 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
585 (edebug-read-string, edebug-read-function): Use just `read'.
586 (edebug-original-debug-on-entry): Remove.
587 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
588 `orig' arg.
589 (debug-on-entry): Override with nadvice.
590
591 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
592 it also makes sense to bind it to a non-mouse event.
593
594 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
595
596 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
599 (bug#18015).
600
601 * rect.el (rectangle--string-preview): Don't assume there
602 a non-nil default (bug#17984).
603
604 2014-07-16 Glenn Morris <rgm@gnu.org>
605
606 * desktop.el (after-init-hook): Disable startup frame restoration
607 in non-graphical situations. (Bug#17693)
608
609 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
610 if it was "empty", or used for a different set of files. (Bug#17884)
611
612 2014-07-16 Eli Zaretskii <eliz@gnu.org>
613
614 * bindings.el (mode-line-remote): If default-directory is not a
615 string, don't call file-remote-p on it; instead state in the
616 help-echo that it is nil. (Bug#17986)
617
618 2014-07-14 Daniel Colascione <dancol@dancol.org>
619
620 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
621 to `macroexpand-all'
622
623 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
624 Use `macroexpand-all' instead of `cl-macroexpand-all'.
625
626 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
627
628 Fix bug: C-x v v discarded existing log message (Bug#17884).
629 * vc/vc-dispatcher.el (vc-log-edit):
630 Don't clobber an already-existing log message.
631
632 2014-07-12 Glenn Morris <rgm@gnu.org>
633
634 * vc/log-edit.el (log-edit-changelog-entries):
635 Check for a visited-but-never-saved ChangeLog.
636
637 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
638
639 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
640 a non-existing file (bug#17970).
641
642 * faces.el (face-name): Undo last change.
643 (x-resolve-font-name): Don't call face-name (bug#17956).
644
645 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
646
647 Fix dedenters and electric colon handling. (Bug#15163)
648 * progmodes/python.el
649 (python-rx-constituents): Add dedenter and block-ender.
650 (python-indent-dedenters, python-indent-block-enders): Delete.
651 (python-indent-context): Return new case for dedenter-statement.
652 (python-indent-calculate-indentation): Handle new case.
653 (python-indent-calculate-levels): Fix levels calculation for
654 dedenter statements.
655 (python-indent-post-self-insert-function): Fix colon handling.
656 (python-info-dedenter-opening-block-message): New function.
657 (python-indent-line): Use it.
658 (python-info-closing-block)
659 (python-info-closing-block-message): Remove.
660 (python-info-dedenter-opening-block-position)
661 (python-info-dedenter-opening-block-positions)
662 (python-info-dedenter-statement-p): New functions.
663
664 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
665
666 * files.el (out-of-memory-warning-percentage): New defcustom.
667 (warn-maybe-out-of-memory): Use it.
668
669 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
670
671 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
672 when calling `read-string'. (Bug#17839)
673
674 2014-07-10 Eli Zaretskii <eliz@gnu.org>
675
676 * files.el (warn-maybe-out-of-memory): Fix the wording of the
677 warning.
678
679 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
680
681 * files.el (warn-maybe-out-of-memory): New function.
682 (find-file-noselect): Use it.
683
684 2014-07-09 Sam Steingold <sds@gnu.org>
685
686 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
687 `constant' like `bless', `return' &c
688
689 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
690
691 * rect.el (apply-on-rectangle): Check forward-line really moved to the
692 next line.
693
694 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
695
696 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
697 the middle of a line (bug#17896).
698
699 2014-07-09 Juri Linkov <juri@jurta.org>
700
701 * startup.el (command-line): Append displaying the warning about
702 the errors in the init file to the end of `after-init-hook'.
703 (Bug#17927)
704
705 * faces.el (face-name): Return input arg `face' as-is
706 when it's not a symbol.
707 (x-resolve-font-name): Don't check if the face is a symbol.
708 (Bug#17956)
709
710 * facemenu.el (list-colors-print): In help-echo format use %.2f
711 instead of %d because now HSV values are floating-point components
712 between 0.0 and 1.0.
713
714 2014-07-09 Glenn Morris <rgm@gnu.org>
715
716 * emulation/cua-rect.el (cua--activate-rectangle):
717 Avoid setting cua--rectangle to nil. (Bug#17877)
718
719 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
720
721 * calendar/todo-mode.el: Fix wrong-type-argument error when
722 marking multiple consecutive items.
723 (todo-toggle-mark-item): Don't try to mark the empty lines at the
724 end of the todo and done items sections. Note in doc string that
725 items marked by passing a numeric prefix argument can include the
726 last todo and first done items.
727 (todo-mark-category): Don't try to mark the empty line between the
728 todo and done items sections.
729
730 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
731
732 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
733 proper Lisp quoting (bug#17934).
734
735 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
736 require-final-newline since prog-mode already took care of it (bug#17947).
737
738 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
739
740 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
741 refer to the Todo mode Info manual. Update the comment on
742 requiring cl-lib.
743 (todo-find-filtered-items-file): Add todo-prefix overlays.
744 (todo-filter-items): Reorder a let-bound variable to avoid a
745 wrong-type-argument error on canceling the file choice dialog.
746
747 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * progmodes/octave.el (inferior-octave-mode):
750 Set comint-input-ring-size to a number (bug#17912).
751
752 2014-07-09 Juri Linkov <juri@jurta.org>
753
754 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
755 and `isearch-mode' associated with nil. (Bug#17849)
756
757 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
758
759 * linum.el (linum--face-height): New function (bug#17813).
760 (linum-update-window): Use it to adjust margin to linum's width.
761
762 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
763 * eshell/em-smart.el (eshell-smart-scroll-window): Use
764 with-selected-window.
765
766 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
767 Remove also pointless window&mark manipulation.
768
769 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
770 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
771 (perl-continuation-line-p): Don't skip over anything else than labels.
772 Return the previous char.
773 (perl-calculate-indent): Use syntax-ppss instead of parse-start
774 and update callers accordingly. For continuation lines, check the
775 the case of array hashes.
776 (perl-backward-to-noncomment): Make it non-interactive.
777 (perl-backward-to-start-of-continued-exp): Rewrite.
778
779 2014-07-08 Sam Steingold <sds@gnu.org>
780
781 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
782 New user commands.
783
784 2014-07-08 Juri Linkov <juri@jurta.org>
785
786 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
787 (vc-annotate-color-map): Use less saturated colors (20%) for
788 background-mode.
789 (vc-annotate-very-old-color): Add default value for background-mode.
790 (vc-annotate-background): Set default value to nil since now text on
791 the default backgrounds should be legible in light and dark modes.
792 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
793 (Bug#17808)
794
795 2014-07-08 Juri Linkov <juri@jurta.org>
796
797 * simple.el (transpose-chars): Don't move point into read-only area.
798 (Bug#17829)
799
800 2014-07-08 Juri Linkov <juri@jurta.org>
801
802 * window.el (with-displayed-buffer-window): New macro.
803 (with-temp-buffer-window, with-current-buffer-window):
804 Use `macroexp-let2' to evaluate and bind variables
805 in the same order as macro arguments.
806 (display-buffer--action-function-custom-type):
807 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
808
809 * minibuffer.el (minibuffer-completion-help): Replace
810 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
811 with actions that display *Completions* at-bottom when called
812 from the minibuffer, or below-selected in a normal buffer.
813 Associate `window-height' with `fit-window-to-buffer'.
814 Let-bind `pop-up-windows' to nil.
815
816 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
817 instead of `with-current-buffer-window'. (Bug#17809)
818
819 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
820
821 * progmodes/hideif.el (hide-ifdef-env): Change to global.
822 (hide-ifdef-env-backup): New variable.
823 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
824 New customizable variables.
825 (hif-clear-all-ifdef-defined): New defun.
826 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
827 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
828 (hif-tokenize): Fix for MS-DOS/Win EOL style.
829 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
830 Fix bug to hide the correct #elif region(s).
831 (hif-range-elif): New defun.
832 (hif-recurse-level): New var.
833 (hif-evaluate-region, hif-evaluate-macro): New defun.
834 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
835 fully hidden.
836 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
837 Better interaction.
838
839 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
840
841 * net/dbus.el (dbus-peer-handler): New defun.
842 (dbus-register-service): Register it. (Bug#17858)
843 (dbus-managed-objects-handler): Fix docstring.
844
845 2014-07-04 Phil Sainty <psainty@orcon.net.nz> (tiny change)
846
847 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
848 (narrow-to-defun): New arg include-comments, defaulting to it
849 (bug#16328).
850
851 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
852
853 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
854 different calling convention to rectangle--unhighlight-for-redisplay.
855
856 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
857
858 * net/tramp.el (tramp-call-process): Handle error strings.
859
860 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
861
862 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
863 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
864
865 * net/trampver.el: Update release number.
866
867 2014-07-03 Juri Linkov <juri@jurta.org>
868
869 * desktop.el (desktop-save): Rename arg `auto-save' to
870 `only-if-changed'. Doc fix. (Bug#17873)
871
872 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
875 Use insert-for-yank (bug#17271).
876
877 2014-07-03 Leo Liu <sdl.web@gmail.com>
878
879 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
880 Support lexical-binding.
881
882 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * vc/log-edit.el (log-edit-goto-eoh): New function.
885 (log-edit--match-first-line): Use it (bug#17861).
886
887 2014-07-03 Glenn Morris <rgm@gnu.org>
888
889 * vc/log-edit.el (log-edit-hook): Add missing :version.
890
891 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
892
893 * progmodes/python.el (python-indent-post-self-insert-function):
894 Enhancements to electric indentation behavior inside
895 parens. (Bug#17658)
896
897 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
898
899 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
900 buffer-invisibility-spec (bug#17867).
901
902 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
903
904 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
905 pass "-a".
906
907 2014-07-03 Glenn Morris <rgm@gnu.org>
908
909 * cus-edit.el (help):
910 * finder.el (finder-known-keywords):
911 * help.el (help-for-help-internal):
912 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
913 (ediff-redraw-registry-buffer):
914 * vc/ediff-ptch.el (ediff-patch-file-internal):
915 Doc fixes re "online" help. (Bug#17803)
916
917 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
918 (idlwave-mode): Doc URL update.
919
920 2014-07-01 Juri Linkov <juri@jurta.org>
921
922 * man.el: Display man pages immediately and use process-filter
923 to format them asynchronously.
924 (Man-width): Doc fix.
925 (man): Doc fix.
926 (Man-start-calling): Use `with-selected-window' to get
927 `frame-width' and `window-width'.
928 (Man-getpage-in-background): Call `Man-notify-when-ready'
929 immediately after creating a new buffer. Call `Man-mode' and set
930 `mode-line-process' in the created buffer. Set process-filter to
931 `Man-bgproc-filter' in start-process branch. In call-process branch
932 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
933 Use `Man-start-calling' inside `with-current-buffer'.
934 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
935 (Man-cleanup-manpage): Don't print messages.
936 (Man-bgproc-filter): New function.
937 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
938 user moved it during asynchronous formatting. Move calls of
939 `Man-fontify-manpage' and `Man-cleanup-manpage' to
940 `Man-bgproc-filter'. Move the call of `Man-mode' to
941 `Man-getpage-in-background'. Use `quit-restore-window'
942 instead of `kill-buffer'. Use `message' instead of `error'
943 because errors are caught by process sentinel.
944 (Man-mode): Move calls of `Man-build-page-list',
945 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
946 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
947
948 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
949 for the message about the man page cleaned up.
950
951 2014-07-01 Mario Lang <mlang@delysid.org>
952
953 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
954 cosutomization option `gnutls-verify-error'.
955
956 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
957
958 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
959 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
960
961 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
962 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
963 is suspended (bug#17857).
964
965 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
966
967 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
968 Prefer utf-8 coding. (Bug#17859)
969
970 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
971
972 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
973 for `reverse'.
974
975 2014-06-30 Glenn Morris <rgm@gnu.org>
976
977 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
978 (autoload-ensure-default-file): Maybe make existing output writable.
979 * Makefile.in (AUTOGEN_VCS): Remove.
980 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
981
982 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
983
984 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
985
986 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
987
988 New if-let, when-let, thread-first and thread-last macros.
989
990 * emacs-lisp/subr-x.el
991 (internal--listify, internal--check-binding)
992 (internal--build-binding-value-form, internal--build-binding)
993 (internal--build-bindings): New functions.
994 (internal--thread-argument, thread-first, thread-last)
995 (if-let, when-let): New macros.
996
997 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
998
999 * net/rcirc.el (rcirc-buffer-process): Restore previous
1000 behaviour. (Bug#17772)
1001
1002 2014-06-29 Alan Mackenzie <acm@muc.de>
1003
1004 Don't call c-parse-state when c++-template-syntax-table is active.
1005 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
1006 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
1007 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
1008
1009 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
1010
1011 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
1012 account for file-wide setting of todo-top-priorities-overrides.
1013 Make code a bit cleaner.
1014
1015 2014-06-28 Glenn Morris <rgm@gnu.org>
1016
1017 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
1018
1019 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
1020
1021 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
1022 category-wide setting of todo-top-priorities-overrides, check for
1023 a file-wide setting and fontify accordingly.
1024
1025 2014-06-28 Glenn Morris <rgm@gnu.org>
1026
1027 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
1028
1029 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
1032
1033 2014-06-28 K. Handa <handa@gnu.org>
1034
1035 Fix Bug#17739.
1036
1037 * composite.el: Setup composition-function-table for dotted circle.
1038 (compose-gstring-for-dotted-circle): New function.
1039
1040 * international/characters.el: Add category "^" to all
1041 non-spacing characters.
1042
1043 2014-06-28 Glenn Morris <rgm@gnu.org>
1044
1045 * Makefile.in (doit): Remove force rule.
1046 (custom-deps, finder-data, autoloads, update-subdirs)
1047 (compile-one-process): PHONY targets do not need force rules.
1048
1049 * Makefile.in (compile-main, compile, compile-always):
1050 No need to explicitly pass variables to ourself in recursive calls.
1051
1052 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
1053
1054 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
1055
1056 2014-06-26 Glenn Morris <rgm@gnu.org>
1057
1058 * Makefile.in (update-authors): Update for moved authors.el.
1059
1060 2014-06-26 Leo Liu <sdl.web@gmail.com>
1061
1062 * skeleton.el (skeleton-end-hook): Default to nil and move the
1063 work to skeleton-insert. (Bug#17850)
1064
1065 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
1066
1067 * calc/calc-alg.el (math-beforep):
1068 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
1069 Simplify because string-lessp can accept symbols as args.
1070
1071 2014-06-26 Daiki Ueno <ueno@gnu.org>
1072
1073 * emacs-lisp/package.el (package--check-signature):
1074 If package-check-signature is allow-unsigned, don't signal error when
1075 we can't verify signature because of missing public key
1076 (bug#17625).
1077
1078 2014-06-26 Glenn Morris <rgm@gnu.org>
1079
1080 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
1081 Remove outdated declaration.
1082
1083 * emacs-lisp/authors.el (authors-valid-file-names)
1084 (authors-renamed-files-alist): Additions.
1085
1086 2014-06-26 Leo Liu <sdl.web@gmail.com>
1087
1088 * textmodes/picture.el (picture-set-tab-stops):
1089 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
1090 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
1091
1092 * progmodes/asm-mode.el (asm-calculate-indentation):
1093 Use indent-next-tab-stop.
1094
1095 * indent.el (indent-accumulate-tab-stops): New function.
1096
1097 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1098
1099 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
1100 (package-desc-status): Obey it.
1101
1102 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
1103
1104 * calendar/todo-mode.el: Fix two bugs.
1105 (todo-insert-item--basic): If user cancels item insertion to
1106 another category before setting priority, show original category
1107 whether it is in the same or a different file.
1108 (todo-set-item-priority): After selecting category, instead of
1109 moving point to top, which extends an active region, restore it.
1110
1111 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1112
1113 * help-fns.el (describe-function-1): Check file-name is a string before
1114 calling help-fns--autoloaded-p (bug#17564).
1115
1116 2014-06-26 Juri Linkov <juri@jurta.org>
1117
1118 * desktop.el (desktop-auto-save-enable)
1119 (desktop-auto-save-disable): New functions.
1120 (desktop-save-mode, desktop-auto-save-timeout): Use them.
1121 (desktop-read): Disable the autosave before loading the desktop,
1122 and enable afterwards. (Bug#17351)
1123
1124 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1125
1126 Fix some indentation problem with \; and pipes (bug#17842).
1127 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
1128 (sh-smie--default-forward-token, sh-smie--default-backward-token):
1129 New functions.
1130 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
1131 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
1132 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
1133
1134 2014-06-26 Glenn Morris <rgm@gnu.org>
1135
1136 * emacs-lisp/find-func.el (find-function-C-source-directory):
1137 Use file-accessible-directory-p.
1138
1139 * ps-samp.el: Make it slightly less awful.
1140 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
1141 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
1142 Only set local values.
1143 (ps-article-subject, ps-article-author): Use standard functions
1144 like mail-fetch-field.
1145 (ps-info-file, ps-info-node): Use match-string.
1146 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
1147 (ps-samp-ps-setup): ... new function.
1148
1149 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
1150 Optimize away code unneeded on any modern Emacs.
1151
1152 * emacs-lisp/authors.el: Move to ../admin.
1153
1154 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
1155
1156 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
1157
1158 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
1159 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
1160 performance enhancements.
1161 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
1162 expansion.
1163 (hif-factor, hif-string-concatenation, intern-safe): Support string
1164 concatenation and argumented macro expansion.
1165 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
1166 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
1167 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
1168 (hif-canonicalize-tokens, hif-place-macro-invocation)
1169 (hif-parse-macro-arglist): Mostly new functions for supporting
1170 argumented macro expansion.
1171 (hif-string-concatenation, hif-stringify, hif-token-concat)
1172 (hif-token-stringification, hif-token-concatenation):
1173 Stringification and concatenation.
1174 (hif-find-next-relevant): Fix comments.
1175 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
1176 some cases involving #elif.
1177 (hif-find-define, hif-add-new-defines): New functions for automatically
1178 scanning of defined symbols.
1179 (hide-ifdef-guts): Fix for defined symbol auto scanning.
1180 (hide-ifdef-undef): Fix behavior to match CPP.
1181
1182 2014-06-25 Glenn Morris <rgm@gnu.org>
1183
1184 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
1185 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
1186 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
1187 files. They are not relevant to the original issue (bug#1004),
1188 and cause unnecessary recompilation (bug#2151).
1189
1190 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1191
1192 * play/landmark.el: Use lexical-binding and avoid `intangible'.
1193 (landmark--last-pos): New var.
1194 (landmark--intangible-chars): New const.
1195 (landmark--intangible): New function.
1196 (landmark-mode, landmark-move): Use it.
1197 (landmark-mode): Remove properties.
1198 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
1199 (landmark-cross-qtuple):
1200 Don't worry about `intangible' any more.
1201 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
1202 (landmark-init-display): Don't set `intangible' and `point-entered'.
1203 (square): Remove. Inline it instead.
1204 (landmark--distance): Rename from `distance'.
1205 (landmark-calc-distance-of-robot-from): Rename from
1206 calc-distance-of-robot-from.
1207 (landmark-calc-smell-internal): Rename from calc-smell-internal.
1208
1209 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
1210
1211 * files.el (dir-locals-find-file, file-relative-name):
1212 * info.el (Info-complete-menu-item):
1213 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
1214 to compare-strings to avoid out-of-range errors.
1215 * subr.el (string-prefix-p): Adjust to match strict range
1216 checking in compare-strings.
1217
1218 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
1219
1220 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
1221 for comment lines non-greedy and stopping at newlines to fix stack
1222 overflows with large files.
1223
1224 2014-06-24 Eli Barzilay <eli@barzilay.org>
1225
1226 * calculator.el (calculator-last-input): Drop 'ascii-character property
1227 lookup.
1228
1229 2014-06-24 Leo Liu <sdl.web@gmail.com>
1230
1231 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
1232 tab-stop-list to nil. (Bug#16381)
1233
1234 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
1235 (indent-rigidly-left-to-tab-stop)
1236 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
1237 (move-to-tab-stop): Change callers.
1238
1239 2014-06-24 Eli Zaretskii <eliz@gnu.org>
1240
1241 * skeleton.el (skeleton-insert): Yet another fix of the doc string
1242 wrt behavior of \n as the first/last element of a skeleton.
1243
1244 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
1245
1246 * net/tramp-adb.el (tramp-adb-handle-process-file):
1247 * net/tramp-sh.el (tramp-sh-handle-process-file):
1248 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
1249 the output buffer when DISPLAY is non-nil. (Bug#17815)
1250
1251 2014-06-24 Glenn Morris <rgm@gnu.org>
1252
1253 * play/landmark.el (landmark-move-down, landmark-move-up):
1254 Fix 2007-10-20 change - preserve horizontal position.
1255
1256 2014-06-23 Sam Steingold <sds@gnu.org>
1257
1258 * simple.el (kill-append): Remove undo boundary depending on ...
1259 (kill-append-merge-undo): New user option.
1260
1261 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * simple.el (handle-shift-selection, exchange-point-and-mark)
1264 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
1265 (transient-mark-mode): Use&set the global value.
1266 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
1267 * emulation/edt.el (edt-emulation-off): Save&restore the global
1268 transient-mark-mode setting.
1269 * obsolete/pc-select.el (pc-selection-mode): Use the
1270 transient-mark-mode function.
1271
1272 2014-06-23 Eli Zaretskii <eliz@gnu.org>
1273
1274 * international/fontset.el (script-representative-chars):
1275 Add representative characters for scripts added in Unicode 7.0.
1276 (otf-script-alist): Synchronize with the latest registry of OTF
1277 script tags.
1278
1279 * international/characters.el (char-script-table): Update for
1280 scripts added and codepoint ranges changed in Unicode 7.0.
1281
1282 2014-06-23 Eli Barzilay <eli@barzilay.org>
1283
1284 * calculator.el (calculator-standard-displayer): Fix bug in use of
1285 `calculator-groupize-number'.
1286 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
1287 `eval' code, so it works in v24.3.1 too.
1288 (calculator-last-input): Comment to clarify purpose.
1289
1290 2014-06-22 Mario Lang <mlang@delysid.org>
1291
1292 * textmodes/rst.el (rst-comment-region): From from -> from.
1293
1294 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
1295
1296 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
1297
1298 * electric.el (electric-layout-post-self-insert-function):
1299 * emacs-lisp/ert.el (ert--insert-infos):
1300 * obsolete/vi.el (vi-set-mark):
1301 * term.el (term-handle-scroll):
1302 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
1303 * wid-edit.el (widget-editable-list-value-create):
1304 Prefer point-marker to copy-marker of point.
1305
1306 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1307
1308 Fix completion retrieval parsing (bug#17209).
1309 * progmodes/python.el (python-mode):
1310 (python-util-strip-string): New function.
1311 (python-shell-completion-get-completions): Use it.
1312
1313 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1314
1315 * skeleton.el (skeleton-insert): Fix last change.
1316
1317 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
1318
1319 Enhancements for outline integration (bug#17796).
1320 * progmodes/python.el (python-mode): Properly set
1321 outline-heading-end-regexp so that comments after colons for
1322 defuns are supported.
1323
1324 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1325
1326 * skeleton.el (skeleton-insert): Doc fix.
1327
1328 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1329
1330 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
1331 (smie-config-guess): Use smie-config-local so the rules are obeyed
1332 (bug#17818).
1333
1334 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
1335 since it's already done inside the loop (bug#17819).
1336
1337 2014-06-21 Martin Rudalics <rudalics@gmx.at>
1338
1339 * mouse.el (mouse-drag-line): Re-remove code initially removed
1340 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
1341 (Bug#17819).
1342
1343 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1344
1345 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
1346 align with the surrounding parent (bug#17721).
1347
1348 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1349
1350 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
1351 locally to nil.
1352 (texinfo-insert-block, texinfo-insert-@end)
1353 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
1354 local setting of skeleton-end-newline by adding an explicit \n to
1355 the skeletons where appropriate. (Bug#17801)
1356
1357 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
1360 (smie-indent--hanging-p): Use it.
1361 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
1362
1363 2014-06-21 Leo Liu <sdl.web@gmail.com>
1364
1365 * simple.el (read-quoted-char): Don't let help chars pop up help
1366 buffer. (Bug#16617)
1367
1368 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1369
1370 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
1371 for | (bug#17621).
1372
1373 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
1374 Drop unknown events instead of burping.
1375
1376 2014-06-21 Eli Zaretskii <eliz@gnu.org>
1377
1378 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
1379 and later. (Bug#17790)
1380
1381 2014-06-21 Juri Linkov <juri@jurta.org>
1382
1383 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
1384 to `soft'. (Bug#17554)
1385
1386 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
1389 (bug#17737).
1390
1391 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
1392
1393 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
1394 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
1395
1396 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
1397
1398 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
1399 `unread-command-events'.
1400
1401 2014-06-19 William Xu <william.xwl@gmail.com>
1402
1403 * progmodes/hideif.el (hif-string-to-number): Don't return float for
1404 hex integer constants (bug#17807).
1405
1406 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * international/mule-util.el (truncate-string-ellipsis): New var.
1409 (truncate-string-to-width): Use it.
1410
1411 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
1412
1413 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
1414 (lisp-string-in-doc-position-p): New function, extracted from
1415 lisp-font-lock-syntactic-face-function.
1416 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
1417
1418 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
1419
1420 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
1421
1422 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
1425 (bubbles--game-over): Don't add `intangible' properties since they
1426 didn't work anyway.
1427
1428 2014-06-18 Juri Linkov <juri@jurta.org>
1429
1430 * vc/ediff-init.el (ediff-current-diff-Ancestor)
1431 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1432 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1433 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1434 Add `min-colors 88' version with removed black/white foregrounds.
1435 (Bug#10181)
1436
1437 2014-06-18 Juri Linkov <juri@jurta.org>
1438
1439 * vc/diff-mode.el (diff-changed): Empty face definition to use
1440 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
1441 (diff-context): Use darker color on light background and
1442 lighter color on dark background.
1443
1444 2014-06-18 Juri Linkov <juri@jurta.org>
1445
1446 * vc/diff-mode.el (diff-refine-changed): Rename from
1447 `diff-refine-change' for consistency with `diff-changed'.
1448 (diff-refine-change): Add obsolete face alias. (Bug#10181)
1449
1450 * vc/smerge-mode.el (smerge-refined-changed): Rename from
1451 `smerge-refined-change'.
1452 (smerge-refined-change): Add obsolete face alias.
1453
1454 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1455
1456 * rect.el (rectangle-preview): New custom.
1457 (rectangle): New group.
1458 (rectangle--pos-cols): Add `window' argument.
1459 (rectangle--string-preview-state, rectangle--string-preview-window):
1460 New vars.
1461 (rectangle--string-flush-preview, rectangle--string-erase-preview)
1462 (rectangle--space-to, rectangle--string-preview): New functions.
1463 (string-rectangle): Use them.
1464 (rectangle--inhibit-region-highlight): New var.
1465 (rectangle--highlight-for-redisplay): Obey it. Make sure
1466 `apply-on-region' uses the point-crutches of the right window.
1467 Use :align-to rather than multiple spaces.
1468
1469 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
1470
1471 * ruler-mode.el (ruler-mode-window-col)
1472 (ruler-mode-mouse-set-left-margin)
1473 (ruler-mode-mouse-set-right-margin): Fix calculation of column
1474 from mouse position (Bug#17768).
1475
1476 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
1477
1478 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
1479 without varname or rhs causes crash.
1480 (dun-ftp): Fix bug where blank ftp password is allowed, making it
1481 impossible to win endgame.
1482 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
1483 rlogin is anymore.
1484 (dun-help): Bump version number; update contact info.
1485
1486 2014-06-15 Eli Barzilay <eli@barzilay.org>
1487
1488 * calculator.el (calculator-prompt, calculator-remove-zeros)
1489 (calculator-mode-hook, calculator-operators, calculator-stack)
1490 (calculator-mode): Tweak docstring.
1491 (calculator-user-operators): Tweak docstring, fix a bug in the last
1492 example.
1493 (calculator-displayer): `std' case has an optional boolean.
1494 (calculator-displayers): Use the new boolean to group in decimal mode.
1495 (calculator-mode-map, calculator, calculator-message)
1496 (calculator-op-arity, calculator-add-operators)
1497 (calculator-string-to-number, calculator-displayer-prev)
1498 (calculator-displayer-next, calculator-remove-zeros)
1499 (calculator-eng-display, calculator-number-to-string)
1500 (calculator-update-display, calculator-last-input)
1501 (calculator-clear-fragile, calculator-digit, calculator-decimal)
1502 (calculator-exp, calculator-saved-move, calculator-clear)
1503 (calculator-copy, calculator-put-value, calculator-help)
1504 (calculator-expt, calculator-truncate): Minor code improvements.
1505 (calculator-need-3-lines): New function pulling out code from
1506 `calculator'.
1507 (calculator-get-display): Rename from `calculator-get-prompt', and
1508 improved.
1509 (calculator-push-curnum): Rename from `calculator-curnum-value', and
1510 extended for all uses of it. All callers changed.
1511 (calculator-groupize-number): New utility for splitting a number into
1512 groups.
1513 (calculator-standard-displayer): Improve code, new optional argument to
1514 use comma-split groups, make second argument optional too to use with
1515 'left/'right inputs. All callers changed.
1516 (calculator-reduce-stack-once): New utility, doing the meat of what
1517 `calculator-reduce-stack' used to do, much improved (mostly using
1518 `pcase' for conciseness and clarity).
1519 (calculator-reduce-stack): Now doing just the reduction loop using
1520 `calculator-reduce-stack-once'.
1521 (calculator-funcall): Improve code, make it work in v24.3.1 too.
1522 (calculator-last-input): Improve code, remove some old cruft.
1523 (calculator-quit): Kill `calculator-buffer' in electric mode too.
1524 (calculator-integer-p): Remove.
1525 (calculator-fact): Improve code, make it work on non-integer values
1526 too (using truncated numbers).
1527
1528 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
1529
1530 Sync with Tramp 2.2.10.
1531
1532 * net/tramp.el (tramp-methods): Tweak docstring.
1533 (tramp-handle-file-accessible-directory-p): Check for
1534 `file-readable-p' instead of `file-executable-p'.
1535 (tramp-check-cached-permissions):
1536 Use `tramp-compat-file-attributes'.
1537 (tramp-call-process): Add new argument VEC. Adapt callees in all
1538 tramp*.el files.
1539
1540 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
1541 (tramp-adb-maybe-open-connection): Don't set
1542 `tramp-current-*' variables.
1543
1544 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
1545 file properties of temporary buffers.
1546
1547 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
1548
1549 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
1550 (tramp-gvfs-handle-delete-file): Flush file
1551 properties, not directory properties.
1552 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
1553 reading "unix::mode".
1554 (tramp-gvfs-handle-file-name-all-completions):
1555 Use "-h" option for "gvfs-ls".
1556 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
1557 (tramp-gvfs-send-command): Simplify traces.
1558
1559 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
1560 (vc-git-program, vc-hg-program): Declare.
1561 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
1562 (tramp-methods) <nc>: Add new method.
1563 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
1564 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
1565 `tramp-login-args'.
1566 (tramp-default-user-alist): Add "nc".
1567 (top): Remove completion function for "sftp". Add completion
1568 functions for "nc" and "psftp".
1569 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
1570 Implement support for "nc" method.
1571 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
1572 (tramp-remote-coding-commands, tramp-call-local-coding-command):
1573 Tweak docstring.
1574 (tramp-sh-handle-write-region): Tweak error message.
1575 (tramp-sh-handle-vc-registered): Remove backends when the remote
1576 binary does not exist.
1577 (tramp-find-inline-encoding): Do not raise an error.
1578 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
1579 the "nc" case. Quote result also locally.
1580
1581 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1582 (tramp-smb-handle-set-file-acl): Use `start-process'.
1583 (tramp-smb-handle-insert-directory): Use progress reporter.
1584 (tramp-smb-handle-rename-file): Flush also file properties of
1585 FILENAME.
1586
1587 * net/trampver.el: Update release number.
1588
1589 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1590
1591 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
1592 add-to-list.
1593 (ses-localvars): Remove ses--local-printer-list, unused.
1594 (ses--metaprogramming): New macro. Use it to defvar variables.
1595 (ses-set-localvars): Simplify.
1596 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
1597 property-list into an alist.
1598 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1599 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
1600 Remove; use defstruct accessors/setters instead.
1601 (ses-cell-formula-aset, ses-cell-printer-aset)
1602 (ses-cell-references-aset): Remove, use setf instead.
1603 (ses--alist-get): New function.
1604 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
1605 Use an alist instead of a plist and don't do move-to-front since the
1606 list is always short.
1607 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
1608 (ses-cell-property-set-fun, ses-cell-property-set)
1609 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
1610 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
1611 (ses--letref): New macro.
1612 (ses-cell-property-pop): Rewrite.
1613 (ses--cell): Rename from ses-cell and make it into a function.
1614 Make `formula' fallback on `value' if nil.
1615 (ses--local-printer): Rename from ses-local-printer and make it into
1616 a function.
1617 (ses-set-cell): Turn it into a macro so finding the accessor from the
1618 field name is done at compile time.
1619 (ses-repair-cell-reference-all): Test presence of `sym' rather than
1620 `ref' before adding `sym' to :ses-repair-reference.
1621 (ses-calculate-cell): Use ses--letref rather than
1622 ses-cell-property-get-handle.
1623 (ses-write-cells): Use a single prin1-to-string.
1624 (ses-setter-with-undo): New function.
1625 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
1626 (ses-unset-with-undo): Remove.
1627 (ses-load): Prefer apply' over `eval'.
1628 (ses-read-printer, ses-set-column-width): Use standard "(default
1629 foo)" format.
1630
1631 2014-06-15 Glenn Morris <rgm@gnu.org>
1632
1633 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
1634
1635 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
1636 Replace delete-duplicates and mapcan by cl- versions throughout.
1637 And cl-macroexpand-all by macroexpand-all.
1638 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
1639
1640 2014-06-15 Eli Zaretskii <eliz@gnu.org>
1641
1642 * subr.el (posn-col-row): Doc fix. (Bug#17768)
1643
1644 2014-06-15 Juri Linkov <juri@jurta.org>
1645
1646 * bindings.el: Put `ascii-character' property on keypad keys
1647 mapped to characters. (Bug#17759)
1648
1649 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
1652 bumping forward into a closing paren (bug#17761).
1653
1654 * term/xterm.el (xterm--version-handler): Work around for OSX
1655 Terminal.app (bug#17607).
1656
1657 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
1658
1659 * play/dunnet.el (dun-describe-room, dun-mode):
1660 If a lamp is in the room, you won't be eaten by a grue.
1661
1662 2014-06-13 Glenn Morris <rgm@gnu.org>
1663
1664 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
1665 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
1666 (compile-always): GNU make automatically passes
1667 command-line arguments to sub-makes.
1668
1669 * calendar/calendar.el (calendar-generate-window):
1670 Remove pointless call to font-lock-fontify-buffer.
1671
1672 2014-06-13 Matthias Meulien <orontee@gmail.com>
1673
1674 * simple.el (completion-list-mode-map): Navigate with tab and backtab
1675 (bug#17767).
1676
1677 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
1678
1679 * simple.el (set-mark-command): Simplify a bit.
1680
1681 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1682
1683 * help.el (help--key-binding-keymap): New function.
1684 (help--binding-locus): New function.
1685 (describe-key): Mention the keymap in which the binding was
1686 found. (bug#13948)
1687
1688 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1689
1690 * hippie-exp.el (he--all-buffers): New function.
1691 (try-expand-line-all-buffers, try-expand-list-all-buffers)
1692 (try-expand-dabbrev-all-buffers): Use it.
1693
1694 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
1695
1696 * hippie-exp.el (try-expand-line-all-buffers)
1697 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
1698 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
1699 original buffer, in case they're buffer-local.
1700
1701 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
1702
1703 * ses.el (ses-initial-global-parameters-re): New defconst, a
1704 specific regexp is needed now that ses.el can handle both
1705 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
1706 local printers.
1707 (ses-localvars): Add local variables needed for local printer handling.
1708 (ses-set-localvars): Handle hashmap initialisation.
1709 (ses-paramlines-plist): Add param-line for number of local printers.
1710 (ses-paramfmt-plist): New defconst, needed for code factorization
1711 between functions `ses-set-parameter' and
1712 `ses-file-format-extend-paramter-list'
1713 (ses-make-local-printer-info): New defsubst.
1714 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
1715 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
1716 (ses-cell-printer-aset): New defmacro.
1717 (ses-local-printer-compile): New defun.
1718 (ses-local-printer): New defmacro.
1719 (ses-printer-validate, ses-call-printer): Add support for local
1720 printer functions.
1721 (ses-file-format-extend-paramter-list): New defun.
1722 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
1723 factorization.
1724 (ses-load): Add support for local printer functions.
1725 (ses-read-printer): Update docstring and add support for local printer
1726 functions.
1727 (ses-refresh-local-printer, ses-define-local-printer): New defun.
1728 (ses-safe-printer): Add support for local printer functions.
1729
1730 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
1731
1732 * ffap.el (ffap-lax-url): New var (bug#17723).
1733 (ffap-url-at-point): Use it.
1734 (ffap-file-at-point): Avoid returning just "/".
1735
1736 2014-06-12 Matthias Meulien <orontee@gmail.com>
1737
1738 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
1739 (python-mode-map): Bind it.
1740
1741 * progmodes/python.el (class skeleton): Don't erase last char of class
1742 name (bug#17683).
1743
1744 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
1745
1746 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
1747
1748 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
1749
1750 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
1751 (bug#17745).
1752
1753 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * international/mule-cmds.el: Use lexical-binding.
1756 (ucs-names): Simplify.
1757
1758 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
1759
1760 * progmodes/python.el (run-python): Use read-shell-command.
1761
1762 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1763
1764 * rect.el: Make it possible to move bounds past EOL or into TABs.
1765 (operate-on-rectangle): Use apply-on-rectangle.
1766 (rectangle--mark-crutches): New var.
1767 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
1768 (rectangle--crutches, rectangle--reset-crutches): New functions.
1769 (apply-on-rectangle): Obey crutches. Avoid setq.
1770 Fix missing final iteration if end is at EOB&BOL.
1771 (rectangle-mark-mode-map): Add remap bindings for
1772 exchange-point-and-mark and char/line movements.
1773 (rectangle--*-char): New function.
1774 (rectangle-exchange-point-and-mark, rectangle-right-char)
1775 (rectangle-left-char, rectangle-forward-char)
1776 (rectangle-backward-char, rectangle-next-line)
1777 (rectangle-previous-line): New commands.
1778 (rectangle--place-cursor): New function.
1779 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
1780
1781 2014-06-08 Glenn Morris <rgm@gnu.org>
1782
1783 * startup.el (initial-buffer-choice): Doc fix.
1784 Reset :version (adding an option does not merit a :version bump).
1785
1786 * bookmark.el (bookmark-load):
1787 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
1788
1789 2014-06-08 Juri Linkov <juri@jurta.org>
1790
1791 * desktop.el: Activate auto-saving on window configuration changes.
1792 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
1793 `desktop-auto-save-set-timer' to/from
1794 `window-configuration-change-hook'.
1795 (desktop-auto-save-set-timer): Change REPEAT arg of
1796 `run-with-idle-timer' from t to nil.
1797 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
1798
1799 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
1800
1801 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
1802 vc-hg-command (bug#17570).
1803
1804 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * international/mule-cmds.el (ucs-names): Add special entry for BEL
1807 (bug#17702).
1808
1809 2014-06-08 Glenn Morris <rgm@gnu.org>
1810
1811 * startup.el (window-setup-hook): Doc fix.
1812
1813 * emacs-lisp/package.el (package-check-signature)
1814 (package-unsigned-archives): Doc fixes.
1815
1816 2014-06-08 Martin Rudalics <rudalics@gmx.at>
1817
1818 * window.el (display-buffer-use-some-window): Don't make window
1819 used smaller than it was before (Bug#17671).
1820
1821 2014-06-08 Eli Zaretskii <eliz@gnu.org>
1822
1823 * menu-bar.el (menu-bar-open): Fix last change: use the PC
1824 'redisplay' instead of '(sit-for 0)'.
1825
1826 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
1827
1828 * net/tramp.el (tramp-ssh-controlmaster-options):
1829 Improve search regexp. (Bug#17653)
1830
1831 2014-06-08 Glenn Morris <rgm@gnu.org>
1832
1833 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
1834
1835 2014-06-08 Eli Zaretskii <eliz@gnu.org>
1836
1837 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
1838
1839 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
1840
1841 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
1842 (bug#17586).
1843
1844 * vc/vc-hg.el (vc-hg-log-graph): New var.
1845 (vc-hg-print-log): Use it.
1846 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
1847 graph output (bug#17515).
1848
1849 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1850
1851 * mouse.el (mouse-posn-property): Ignore buffer position info when the
1852 even happened elsewhere.
1853
1854 2014-06-06 Mario Lang <mlang@delysid.org>
1855
1856 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
1857 `recenter' if `current-buffer' is equal to `window-buffer'.
1858
1859 2014-06-05 Leo Liu <sdl.web@gmail.com>
1860
1861 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
1862
1863 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
1864
1865 * textmodes/tildify.el (tildify-foreach-region-outside-env):
1866 New function which calls a callback on portions of the buffer that are
1867 outside of ignored environments.
1868 (tildify-build-regexp): Remove function since it is now
1869 incorporated in `tildify-foreach-region-outside-env' where it is
1870 optimised and simplified by the use of `mapconcat'.
1871 (tildify-tildify): Return number of substitutions made so that…
1872 (tildify-count): …can be removed.
1873 (tildify-find-env): Accept a new PAIRS argument which was
1874 previously looked up in `tildify-ignored-environments-alist' each
1875 time the function was called. With this change, the lookup is
1876 performed only once in `tildify-foreach-region-outside-env'.
1877 (tildify-region): Greatly simplify the function since now most of
1878 the work is done by `tildify-foreach-region-outside-env'.
1879 (tildify-mode-alist): Simplify slightly by avoiding if and setq
1880 and instead using or.
1881
1882 * textmodes/tildify.el (tildify-ignored-environments-alist):
1883 Optimise environments regexes
1884
1885 Each time beginning of an environment to ignore is found,
1886 `tildify-find-env' needs to identify regexp for the ending
1887 of the environment. This is done by trying all the opening
1888 regexes on matched text in a loop, so to speed that up, this
1889 loop should have fewer things to match, which can be done by
1890 using alternatives in the opening regexes.
1891
1892 Coincidentally, this should make matching of the opening
1893 regexp faster as well thanks to the use of `regexp-opt' and
1894 having common prefix pulled from many regexes.
1895
1896 * textmodes/tildify.el (tildify-string-alist)
1897 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
1898 of supported modes since `xml-mode' is no longer a thing but just
1899 an alias to the former. Also include comments and insides of tags
1900 in `tildify-ignored-environments-alist' for XML modes. Finally,
1901 since XML does not define “&nbsp;”[1], use a numeric reference for
1902 a no-break space (namely “&#160;”)
1903
1904 [1] XML specification defines only a handful of predefined entities.
1905 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
1906 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
1907 >, &, ' and " respectively). This is in contrast to HTML and even
1908 XHTML which defined a whole bunch of entities including “&nbsp;”.
1909
1910 * textmodes/tildify.el (tildify-pattern-alist)
1911 (tildify-string-alist, tildify-ignored-environments-alist):
1912 Improve defcustom's types by adding more tags explaining what each
1913 value means and replace “sexp” used in
1914 `tildify-ignored-environments-alist' with a full type declaration.
1915
1916 * textmodes/tildify.el (tildify-find-env): Fix matched group
1917 indexes in end-regex building
1918
1919 When looking for a start of an ignore-environment, the regex is built
1920 by concatenating regexes of all the environments configured in
1921 `tildify-ignored-environments-alist'. So for example, the following
1922 list could be used to match TeX's \verb and \verb* commands:
1923
1924 (("\\\\verb\\(.\\)" . (1))
1925 ("\\\\verb\\*\\(.\\)" . (1)))
1926
1927 This would result in the following regex being used to find the start
1928 of any of the variants of the \verb command:
1929
1930 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
1931
1932 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
1933 won't match anything, and thus (match-string 1) will be nil, which
1934 will cause building of the end-matching regex to fail.
1935
1936 Fix this by using capture groups from the time when the opening
1937 regexes are matched individually.
1938
1939 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
1940 in `tildify-find-env'
1941
1942 The `tildify-ignored-environments-alist' allows the end-regex to
1943 be provided not as a static string but mix of strings and indexes
1944 of groups matched the begin-regex. For example, the “\verb!…!”
1945 TeX-command (where “!” is an arbitrary character) is handled
1946 using:
1947
1948 ("\\\\verb\\*?\\(.\\)" . (1))
1949
1950 In the same way, the following should be supported as well:
1951
1952 ("open-\\(.\\)" . ("end-" 1))
1953
1954 However the tildify-find-env function fails at
1955
1956 (concat result
1957 (if (stringp (setq aux (car expression)))
1958 expression ; BUG: expression is a list
1959 (regexp-quote (match-string aux))))
1960
1961 where the string part is handled incorrectly.
1962
1963 The most trivial fix would be to replace `expression' in the
1964 true-part of the if-statement with `aux', but instead, this commit
1965 optimises `tildify-find-env' by changing it to use `mapconcat'
1966 rather than open-coded while-loop.
1967
1968 2014-06-05 Mario Lang <mlang@delysid.org>
1969
1970 * woman.el (woman-mapcan): Remove.
1971 (woman-parse-colon-path): Use cl-mapcan instead.
1972
1973 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1974
1975 * register.el: Add link to Emacs manual in Commentary.
1976
1977 2014-06-02 Sam Steingold <sds@gnu.org>
1978
1979 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
1980 (popup-menu): ...here.
1981 (menu-bar-open): Use it to avoid an error when `lookup-key'
1982 returns a number.
1983
1984 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
1985
1986 * net/tramp.el (tramp-call-process): Add traces.
1987 (tramp-handle-unhandled-file-name-directory): Return "/".
1988
1989 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
1990
1991 Sync with upstream verilog-mode revision 3cd8144.
1992 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
1993 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
1994 (verilog-type-font-keywords): Add nor.
1995 (verilog-batch-execute-func): Force reading of Local Variables.
1996 Fix printing "no changes to be saved" with verilog-batch.
1997 (verilog-auto-arg-ports): Doc fix.
1998 Add verilog-auto-arg-format to support newlines in AUTOARG.
1999 (verilog-auto-arg): Doc fix.
2000
2001 2014-06-02 Glenn Morris <rgm@gnu.org>
2002
2003 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
2004 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
2005 * emulation/ws-mode.el: Move to obsolete/.
2006 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
2007
2008 2014-06-02 Eli Zaretskii <eliz@gnu.org>
2009
2010 * simple.el (keyboard-quit): Force update of mode lines, to remove
2011 the "Def" indicator, if we were defining a macro. (Bug#17615)
2012
2013 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * minibuffer.el (minibuffer-force-complete-and-exit):
2016 Obey minibuffer-default (bug#17545).
2017
2018 * progmodes/js.el (js-indent-line): Don't mix columns and chars
2019 (bug#17619).
2020
2021 * subr.el (set-transient-map): Don't wait for some "nested"
2022 transient-map to finish if we're only supposed to be active for
2023 the next command (bug#17642).
2024
2025 2014-06-02 Leo Liu <sdl.web@gmail.com>
2026
2027 * emacs-lisp/gv.el (window-buffer, window-display-table)
2028 (window-dedicated-p, window-hscroll, window-point, window-start):
2029 Fix gv-expander. (Bug#17630)
2030
2031 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
2034 clicks (bug#17633).
2035
2036 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
2037 for the single comma, since ", " is *very* common in normal French text
2038 (bug#17643).
2039
2040 2014-06-02 Glenn Morris <rgm@gnu.org>
2041
2042 * emacs-lisp/package.el (package-check-signature)
2043 (package-unsigned-archives): Fix :version.
2044
2045 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * subr.el (sit-for): Don't run input-methods (bug#15614).
2048
2049 2014-06-02 Glenn Morris <rgm@gnu.org>
2050
2051 * cus-start.el: Fix some :version numbers.
2052
2053 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * simple.el (deactivate-mark): Set mark-active to nil even if
2056 deactivation is done via setting transient-mark-mode to nil,
2057 since one is buffer-local and the other is global.
2058
2059 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
2060 there can't be more than 2 arguments (bug#17584).
2061
2062 2014-06-02 Glenn Morris <rgm@gnu.org>
2063
2064 * simple.el (filter-buffer-substring-functions)
2065 (filter-buffer-substring-function, buffer-substring-filters)
2066 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
2067
2068 * minibuffer.el (completion-in-region-functions, completion-in-region)
2069 (completion--in-region): Doc fixes.
2070
2071 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
2072 (expand-abbrev, abbrev--default-expand): Doc fixes.
2073
2074 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
2075
2076 Include sources used to create macuvs.h.
2077 * international/README: Refer to the Unicode Terms of Use rather
2078 than copying it bodily here, as that simplifies maintenance.
2079
2080 2014-06-01 Glenn Morris <rgm@gnu.org>
2081
2082 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
2083
2084 2014-05-31 Glenn Morris <rgm@gnu.org>
2085
2086 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
2087
2088 2014-05-30 Glenn Morris <rgm@gnu.org>
2089
2090 * loadup.el: Treat `command-line-args' more flexibly.
2091
2092 2014-05-30 Alan Mackenzie <acm@muc.de>
2093
2094 Guard (looking-at "\\s!") from XEmacs.
2095 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
2096
2097 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
2098
2099 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
2100 The argument COUNT is now optional, to be more backward-compatible.
2101 Doc fix. (Bug#17560)
2102
2103 2014-05-29 Reuben Thomas <rrt@sc3d.org>
2104
2105 * whitespace.el (whitespace-report-region):
2106 Simplify documentation.
2107 (whitespace-report-region): Allow report-if-bogus to take the
2108 value `never', for non-interactive use.
2109 (whitespace-report): Refer to whitespace-report-region's
2110 documentation.
2111
2112 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * whitespace.el: Use font-lock-flush. Minimize refontifications.
2115 Side benefit: it works without jit-lock.
2116 (whitespace-point--used): New buffer-local var.
2117 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
2118 (whitespace-color-off): Use font-lock-flush.
2119 (whitespace-point--used, whitespace-point--flush-used): New functions.
2120 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2121 (whitespace-empty-at-eob-regexp): Use them.
2122 (whitespace-post-command-hook): Rewrite.
2123
2124 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
2125 (font-lock-fontify-buffer): Mark interactive-only.
2126 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
2127 Make buffer-local.
2128 (font-lock-specified-p): Remove redundant boundp check.
2129 (font-lock-flush-function, font-lock-ensure-function): New vars.
2130 (font-lock-turn-on-thing-lock): Set them.
2131 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
2132 (font-lock-after-change-function): Make `old-len' optional.
2133 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
2134 Call font-lock-flush, just in case.
2135 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
2136 recent Emacsen.
2137 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
2138 (vera-mode-map, vera-mode-menu): Remove bindings to it.
2139 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
2140 and with-syntax-table.
2141 * textmodes/conf-mode.el (conf-quote-normal):
2142 * progmodes/sh-script.el (sh-set-shell):
2143 * progmodes/prog-mode.el (prettify-symbols-mode):
2144 * progmodes/f90.el (f90-font-lock-n):
2145 * progmodes/cwarn.el (cwarn-mode):
2146 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
2147 * progmodes/compile.el (compilation-setup, compilation--unsetup):
2148 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
2149 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
2150 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
2151 font-lock-fontify-buffer-function and
2152 font-lock-unfontify-buffer-function.
2153 (rmail-unfontify-buffer-function, rmail-fontify-message):
2154 Use with-silent-modifications.
2155 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
2156 and font-lock-ensure.
2157 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
2158
2159 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
2160
2161 * emacs-lisp/package.el (package-generate-autoloads):
2162 Inhibit backup files.
2163
2164 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
2167 (bug#17608).
2168
2169 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
2170
2171 * textmodes/tildify.el (tildify-buffer, tildify-region):
2172 Add dont-ask option.
2173
2174 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
2177 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
2178
2179 * subr.el (internal--funcall-interactively): New.
2180 (internal--call-interactively): Remove.
2181 (called-interactively-p): Detect funcall-interactively instead of
2182 call-interactively.
2183 * simple.el (repeat-complex-command): Use funcall-interactively.
2184 (repeat-complex-command--called-interactively-skip): Remove.
2185
2186 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * register.el (register-read-with-preview): Don't burp on
2189 frame switches (e.g. due to the frame we just popped).
2190
2191 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
2192 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
2193
2194 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
2195
2196 * cus-face.el (custom-face-attributes): Add :distant-foreground.
2197
2198 2014-05-26 Martin Rudalics <rudalics@gmx.at>
2199
2200 * window.el (window--dump-frame): Remove interactive specification.
2201
2202 2014-05-26 Glenn Morris <rgm@gnu.org>
2203
2204 * hippie-exp.el (he-line-search-regexp):
2205 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
2206
2207 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
2208
2209 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
2210 to avoid errors when trying to create or visit a file foo.todo
2211 located outside to todo-directory, and to allow having such files
2212 without them being tied to Todo mode (bug#17482).
2213 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
2214 (todo-archive-done-item, todo-find-filtered-items-file)
2215 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
2216 (todo-category-completions, todo-read-category): When visiting a
2217 Todo file, make sure we're in the right mode and the buffer local
2218 variables are set.
2219 (todo-make-categories-list, todo-reset-nondiary-marker)
2220 (todo-reset-done-string, todo-reset-comment-string):
2221 After processing all Todo files, kill the buffers of those files that
2222 weren't being visited before the processing.
2223 (todo-display-as-todo-file, todo-add-to-buffer-list)
2224 (todo-visit-files-commands): Comment out.
2225 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
2226 (auto-mode-alist): Remove add-to-list calls making Todo file
2227 extensions unrestrictedly tied to Todo modes.
2228
2229 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
2232 (advice-function-member-p): Tell it to check both names and functions
2233 (bug#17531).
2234 (advice--add-function): Adjust call accordingly.
2235
2236 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
2237
2238 * calendar/todo-mode.el: Miscellaneous bug fixes.
2239 (todo-delete-file): When deleting an archive but not its todo
2240 file, make sure to update the todo file's category sexp.
2241 (todo-move-category): Keep the moved category's name unless the
2242 file moved to already has a category with that name. If the
2243 numerically last category of the source file was moved, make the
2244 first category current to avoid selecting a nonexisting category.
2245 (todo-merge-category): Fix implementation to make merging to a
2246 category in another file work as documented. Eliminate now
2247 insufficient and unnecessary renaming of archive category, correct
2248 document string accordingly, and clarify it. If the numerically
2249 last category of the source file was merged, make the first
2250 category current to avoid selecting a nonexisting category.
2251 (todo-archive-done-item): When there are marked items and point
2252 happens to be on an unmarked item, ignore the latter. Don't leave
2253 point below last item after archiving marked items.
2254 (todo-unarchive-items): Fix logic to ensure unarchiving an item
2255 from an archive with only one category deletes the archive only
2256 when the category is empty after unarchiving. Make sure the todo
2257 file's category sexp is updated.
2258 (todo-read-file-name): Allow an existing file name even when it is
2259 not required (todo-move-category needs this to work as documented).
2260 (todo-add-file): Call todo-validate-name to reject the name of an
2261 existing todo file (needed due to fix in todo-read-file-name).
2262 (todo-reset-nondiary-marker): Also reset in filtered items files.
2263 (todo-reset-done-string, todo-reset-comment-string): Also reset in
2264 regexp filtered items files.
2265 (todo-reset-highlight-item): Also reset in filtered items files.
2266 Fix incorrect variable reference in document string.
2267
2268 2014-05-26 Glenn Morris <rgm@gnu.org>
2269
2270 * window.el (window--dump-frame): Avoid error in --without-x builds.
2271
2272 2014-05-26 Glenn Morris <rgm@gnu.org>
2273
2274 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
2275
2276 2014-05-26 Eli Zaretskii <eliz@gnu.org>
2277
2278 * frame.el (set-frame-font): Doc fix.
2279
2280 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
2281
2282 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
2283
2284 * emacs-lisp/package.el (package--download-one-archive):
2285 Use `write-region' instead of `save-buffer' to avoid running various
2286 hooks. (Bug#17155)
2287 (describe-package-1): Same. Insert newline at the end of the
2288 buffer if appropriate.
2289
2290 2014-05-26 Juri Linkov <juri@jurta.org>
2291
2292 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
2293 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
2294 Add more modifiers: meta, control, shift, hyper, super, alt.
2295 (Bug#17439)
2296
2297 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
2298 to allow changing its value with `set-variable'.
2299
2300 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
2303 #; comments.
2304 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
2305 New functions.
2306 (scheme-mode-variables): Set syntax-propertize-function instead of
2307 font-lock-syntactic-face-function.
2308 (scheme-font-lock-syntactic-face-function): Delete.
2309
2310 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
2311
2312 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
2313 (bug#17392).
2314
2315 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
2316
2317 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
2318 for a temporary file name.
2319
2320 2014-05-26 Eli Zaretskii <eliz@gnu.org>
2321
2322 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
2323
2324 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
2325
2326 * net/dbus.el (dbus-init-bus, dbus-call-method)
2327 (dbus-call-method-asynchronously, dbus-send-signal)
2328 (dbus-method-return-internal, dbus-method-error-internal):
2329 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
2330
2331 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2332
2333 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
2334 methods which do not have a doc string. (Bug#17490)
2335
2336 2014-05-25 Tassilo Horn <tsdh@gnu.org>
2337
2338 * textmodes/reftex-ref.el (reftex-format-special): Make it work
2339 also for AMS Math's \eqref macro.
2340
2341 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2342
2343 Arrange to never byte-compile the generated -pkg.el file.
2344
2345 * emacs-lisp/package.el (package-generate-description-file):
2346 Output first-line comment to set buffer-local var `no-byte-compile'.
2347 Suggested by Dmitry Gutov:
2348 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
2349
2350 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2351
2352 Fix bug: Properly quote args to generated -pkg.el `define-package'.
2353
2354 * emacs-lisp/package.el (package-generate-description-file):
2355 Inline `package--alist-to-plist'; rewrite to selectively
2356 quote alist values that are not self-quoting.
2357 (package--alist-to-plist): Delete func.
2358
2359 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
2360
2361 * term/xterm.el (xterm-function-map): Add mapping for shifted
2362 keypad keys.
2363
2364 2014-05-24 Daniel Colascione <dancol@dancol.org>
2365
2366 * progmodes/subword.el (subword-find-word-boundary): Move point to
2367 correct spot before search. (Bug#17580)
2368
2369 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
2370 breaking the build.
2371
2372 2014-05-24 Leo Liu <sdl.web@gmail.com>
2373
2374 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
2375
2376 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * minibuffer.el (completion--sreverse): Remove.
2379 (completion--common-suffix): Use `reverse' instead.
2380 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
2381
2382 2014-05-22 Glenn Morris <rgm@gnu.org>
2383
2384 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
2385
2386 2014-05-21 Daniel Colascione <dancol@dancol.org>
2387
2388 * files.el (interpreter-mode-alist): Add mksh.
2389
2390 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
2391 derivative.
2392 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
2393 mksh. Improve custom spec; allow regular expressions.
2394 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
2395 (sh-after-hack-local-variables): New function.
2396 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
2397 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
2398 the normalization.
2399 (sh-canonicalize-shell): Rewrite to support regexes.
2400
2401 2014-05-21 Leo Liu <sdl.web@gmail.com>
2402
2403 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
2404
2405 2014-05-19 Leo Liu <sdl.web@gmail.com>
2406
2407 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
2408
2409 2014-05-18 Glenn Morris <rgm@gnu.org>
2410
2411 * loadup.el:
2412 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
2413
2414 2014-05-14 Sam Steingold <sds@gnu.org>
2415
2416 * progmodes/python.el (python-shell-get-or-create-process):
2417 Do not bind `current-prefix-arg' so that C-c C-z does not talk
2418 back unless requested.
2419
2420 2014-05-14 Glenn Morris <rgm@gnu.org>
2421
2422 * subr.el (with-file-modes): New macro.
2423 * printing.el (pr-save-file-modes): Make obsolete.
2424 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
2425 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
2426 Add with-file-modes.
2427 * doc-view.el (doc-view-make-safe-dir):
2428 * epg.el (epg--start):
2429 * files.el (locate-user-emacs-file, make-temp-file)
2430 (backup-buffer-copy, move-file-to-trash):
2431 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
2432 * eshell/esh-util.el (eshell-with-private-file-modes)
2433 (eshell-make-private-directory):
2434 * net/browse-url.el (browse-url-mosaic):
2435 * obsolete/mailpost.el (post-mail-send-it):
2436 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
2437 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
2438 Use with-file-modes.
2439
2440 * vc/emerge.el (emerge-make-temp-file): Simplify.
2441
2442 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
2443 Stefan Monnier <monnier@iro.umontreal.ca>
2444
2445 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
2446 suffix (bug#15419).
2447
2448 2014-05-14 Glenn Morris <rgm@gnu.org>
2449
2450 * vc/emerge.el (emerge-temp-file-prefix):
2451 Make pointless option obsolete.
2452 (emerge-temp-file-mode): Make non-functional option obsolete.
2453
2454 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
2455
2456 * net/browse-url.el (browse-url):
2457 Use `unhandled-file-name-directory' when setting `default-directory',
2458 in order to circumvent stalled remote connections. (Bug#17425)
2459
2460 2014-05-14 Glenn Morris <rgm@gnu.org>
2461
2462 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
2463 Optimize on Emacs, which has the relevant functions for ages.
2464
2465 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2466
2467 * simple.el (undo-make-selective-list): Obey undo-no-redo.
2468
2469 2014-05-12 Sam Steingold <sds@gnu.org>
2470
2471 * calendar/time-date.el (seconds-to-string): New function to
2472 pretty print time delay in seconds.
2473
2474 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2475
2476 * mpc.el (mpc-format): Trim Date to the year.
2477 (mpc-songs-hashcons): Shorten the Date field.
2478
2479 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
2480 into autoloading just because of a silly indirection.
2481
2482 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
2483
2484 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
2485
2486 2014-05-12 Glenn Morris <rgm@gnu.org>
2487
2488 * emacs-lisp/find-gc.el: Move to ../admin.
2489
2490 * printing.el (pr-version):
2491 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
2492
2493 * net/browse-url.el (browse-url-mosaic):
2494 Create /tmp/Mosaic.PID as a private file.
2495
2496 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2497
2498 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
2499 (advice--member-p): If name is given, only compare the name.
2500 (advice--remove-function): Don't stop at the first match.
2501 (advice--normalize-place): New function.
2502 (add-function, remove-function): Use it.
2503 (advice--add-function): Pass the name, if any, to
2504 advice--remove-function.
2505
2506 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
2507
2508 * electric.el (electric-indent-post-self-insert-function): Don't use
2509 `pos' after modifying the buffer (bug#17449).
2510
2511 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
2512
2513 * calendar/todo-mode.el (todo-insert-item-from-calendar):
2514 Correct argument list to conform to todo-insert-item--basic.
2515
2516 2014-05-12 Glenn Morris <rgm@gnu.org>
2517
2518 * files.el (cd-absolute): Test if directory is accessible
2519 rather than executable. (Bug#17330)
2520
2521 * progmodes/compile.el (recompile):
2522 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
2523
2524 * net/browse-url.el (browse-url-mosaic):
2525 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
2526 This is CVE-2014-3423.
2527
2528 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2529
2530 * mouse.el: Use the normal toplevel loop while dragging.
2531 (mouse-set-point): Handle multi-clicks.
2532 (mouse-set-region): Handle multi-clicks for drags.
2533 (mouse-drag-region): Update call accordingly.
2534 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
2535 Use the normal event loop instead of a local while/read-event loop.
2536 (global-map): Remove redundant bindings for double/triple-mouse-1.
2537 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
2538 Generate synthetic down events when the protocol only sends up events.
2539 (xterm-mouse-last): Remove.
2540 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
2541 terminal parameter instead.
2542 (xterm-mouse--set-click-count): New function.
2543 (xterm-mouse-event): Detect/generate double/triple clicks.
2544 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
2545
2546 * info.el (Info-quoted): New face.
2547 (Info-mode-font-lock-keywords): New var.
2548 (Info-mode): Use it.
2549
2550 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
2551 are a hindrance for C-x C-e.
2552
2553 2014-05-11 Leo Liu <sdl.web@gmail.com>
2554
2555 * net/rcirc.el (rcirc-sentinel): Fix last change.
2556
2557 2014-05-08 Sam Steingold <sds@gnu.org>
2558
2559 * net/rcirc.el (rcirc-reconnect-delay): New user option.
2560 (rcirc-sentinel): Auto-reconnect to the server if
2561 `rcirc-reconnect-delay' is non-0 (but not more often than its
2562 value in case the host is off-line).
2563
2564 2014-05-09 Eli Zaretskii <eliz@gnu.org>
2565
2566 * progmodes/grep.el (lgrep): Fix a typo in last commit.
2567
2568 2014-05-09 Glenn Morris <rgm@gnu.org>
2569
2570 * files.el (file-expand-wildcards):
2571 * man.el (Man-support-local-filenames):
2572 * printing.el (pr-i-directory, pr-interface-directory):
2573 * progmodes/grep.el (lgrep, rgrep):
2574 * textmodes/ispell.el (ispell-call-process)
2575 (ispell-call-process-region, ispell-start-process)
2576 (ispell-init-process): Use file-accessible-directory-p.
2577
2578 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2579
2580 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
2581 (xterm-mouse--read-event-sequence-1000): Return nil if something
2582 looks fishy.
2583 (xterm-mouse-event): Propagate it.
2584 (xterm-mouse-translate-1): Handle it.
2585
2586 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
2587
2588 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
2589 four slots of the parameter list are filled, make sure to pass it
2590 to the argument list of todo-insert-item--basic.
2591
2592 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
2595 Add optional `seen' argument to detect and break infinite loops.
2596
2597 2014-05-08 Eli Zaretskii <eliz@gnu.org>
2598
2599 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
2600 (trace-unsafe, trace-use-tree): Make parentheses style be
2601 according to Emacs style.
2602
2603 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
2604
2605 * net/tramp-sh.el (tramp-remote-process-environment):
2606 Remove HISTFILE and HISTSIZE; it's too late to set them here.
2607 Add :version entry.
2608 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
2609 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
2610 extra "PSx=..." commands.
2611 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
2612 (Bug#17295)
2613
2614 (tramp-uudecode): Replace the hard-coded temporary file name by a
2615 format specifier.
2616 (tramp-remote-coding-commands): Enhance docstring.
2617 (tramp-find-inline-encoding): Replace "%t" by a temporary file
2618 name. (Bug#17415)
2619 This is CVE-2014-3424.
2620
2621 2014-05-08 Glenn Morris <rgm@gnu.org>
2622
2623 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
2624 (find-gc-source-files): Update some names.
2625 (trace-call-tree): Simplify and update.
2626 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
2627 This is CVE-2014-3422.
2628
2629 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * minibuffer.el (completion--try-word-completion): Revert fix for
2632 Bug#15980 (bug#17375).
2633
2634 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
2635 Always store button numbers in the same way in xterm-mouse-last;
2636 Don't burp is xterm-mouse-last is not set as expected.
2637 Never return negative indices.
2638
2639 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
2640
2641 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2642 Backtrack one char if the global/char-literal var matcher hits
2643 inside a string. The next char could be the beginning of an
2644 expression expansion.
2645
2646 2014-05-08 Glenn Morris <rgm@gnu.org>
2647
2648 * help-fns.el (describe-function-1): Test for an autoload before a
2649 macro, since `macrop' works on autoloads. (Bug#17410)
2650
2651 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2652
2653 * electric.el (electric-indent-functions-without-reindent): Add yaml.
2654
2655 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
2656 Make sure the new point we return is within the new string (bug#17239).
2657
2658 2014-05-05 Daniel Colascione <dancol@dancol.org>
2659
2660 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2661 Port `gnu' pattern to rx.
2662
2663 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
2664
2665 Remove unneeded prompt when closing a buffer with active
2666 emacsclient ("Buffer ... still has clients"), #16548.
2667 * server.el (server-start): Remove the only call to:
2668 (server-kill-buffer-query-function): Remove.
2669
2670 2014-05-04 Leo Liu <sdl.web@gmail.com>
2671
2672 * calendar/diary-lib.el (calendar-chinese-month-name-array):
2673 Defvar to pacify compiler.
2674
2675 2014-05-04 Eli Zaretskii <eliz@gnu.org>
2676
2677 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
2678
2679 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2680
2681 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2682 Use nil rather than `default' for the "default" appearance (bug#17388).
2683 * vc/ediff-util.el (ediff-inferior-compare-regions)
2684 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
2685 a misleading `default' value when it's really a boolean.
2686 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
2687 overlay is not visible.
2688
2689 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
2690
2691 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
2692 (todo-menu): Uncomment and update.
2693
2694 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
2695
2696 * calendar/todo-mode.el: Reimplement item editing to have the same
2697 basic user interface as item insertion, and make small UI and
2698 larger internal improvements to the latter.
2699 (todo-insert-item): Add reference to the Todo mode user manual to
2700 the documentation string.
2701 (todo-insert-item--basic): Rename from todo-basic-insert-item and
2702 adjust all callers. Change signature to combine diary and
2703 nonmarking arguments. Incorporate functionality of deleted item
2704 copying command and add error checking. Remove detailed
2705 descriptions of the arguments from the documentation string, since
2706 this is treated in the Todo mode user manual.
2707 (todo-copy-item, todo-edit-multiline-item)
2708 (todo-edit-done-item-comment, todo-edit-item-header)
2709 (todo-edit-item-time, todo-edit-item-date-from-calendar)
2710 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
2711 (todo-edit-item-date-year, todo-edit-item-date-month)
2712 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
2713 Remove.
2714 (todo-edit-item): Reimplement as wrapper command for
2715 todo-edit-item--next-key and make it distinguish done and not done
2716 todo items.
2717 (todo-edit-item--text): New function, replacing old command
2718 todo-edit-item and incorporating deleted commands
2719 todo-edit-multiline-item and todo-edit-done-item-comment.
2720 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
2721 Use only numeric value of prefix argument. Remove detailed
2722 descriptions of the arguments from the documentation string, since
2723 this is treated in the Todo mode user manual.
2724 (todo-edit-item--diary-inclusion): New function, replacing old
2725 command todo-edit-item-diary-inclusion and incorporating and fixing
2726 functionality of deleted command todo-edit-item-diary-nonmarking,
2727 making sure to remove todo-nondiary-marker when adding
2728 diary-nonmarking-symbol.
2729 (todo-edit-category-diary-inclusion): Make sure to delete
2730 diary-nonmarking-symbol when adding todo-nondiary-marker.
2731 (todo-edit-category-diary-nonmarking): Fix indentation.
2732 (todo-insert-item--parameters): Group diary and nonmarking
2733 parameters together.
2734 (todo-insert-item--apply-args): Adjust to signature of
2735 todo-insert-item--basic and incorporate copy parameter.
2736 Make small code improvements.
2737 (todo-insert-item--next-param): Improve prompt and adjust it to
2738 new parameter grouping. Remove obsolete code.
2739 (todo-edit-item--param-key-alist)
2740 (todo-edit-item--date-param-key-alist)
2741 (todo-edit-done-item--param-key-alist): New defconsts.
2742 (todo-edit-item--prompt): New variable.
2743 (todo-edit-item--next-key): New function.
2744 (todo-key-bindings-t): Bind "e" to todo-edit-item.
2745 Remove bindings of deleted commands.
2746
2747 2014-05-04 Leo Liu <sdl.web@gmail.com>
2748
2749 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
2750
2751 2014-05-04 Glenn Morris <rgm@gnu.org>
2752
2753 * allout-widgets.el (allout-widgets-tally)
2754 (allout-decorate-item-guides):
2755 * menu-bar.el (menu-bar-positive-p):
2756 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
2757 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
2758 * progmodes/js.el (js--inside-param-list-p)
2759 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
2760 * progmodes/prolog.el (region-exists-p):
2761 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
2762 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
2763 Doc fixes (replace `iff').
2764
2765 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
2768
2769 2014-05-04 Leo Liu <sdl.web@gmail.com>
2770
2771 Support Chinese diary entries in calendar and diary. (Bug#17393)
2772 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
2773 (calendar-chinese-from-absolute-for-diary)
2774 (calendar-chinese-to-absolute-for-diary)
2775 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
2776 (diary-chinese-list-entries): New functions to list and mark
2777 Chinese diary entries in the calendar window.
2778 (diary-chinese-anniversary)
2779 (diary-chinese-insert-anniversary-entry)
2780 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
2781 (diary-chinese-insert-yearly-entry): New commands to insert
2782 Chinese diary entries.
2783
2784 * calendar/diary-lib.el (diary-font-lock-keywords):
2785 Support font-locking Chinese dates.
2786
2787 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
2788 inserting Chinese diary entries.
2789
2790 * calendar/calendar.el (diary-chinese-entry-symbol):
2791 New customizable variable.
2792 (calendar-mode-map): Add bindings for inserting Chinese diary
2793 entries.
2794
2795 2014-05-03 Juri Linkov <juri@jurta.org>
2796
2797 * dired.el (dired-check-switches, dired-switches-recursive-p):
2798 New functions. (Bug#17218)
2799 (dired-switches-escape-p, dired-move-to-end-of-filename):
2800 Use `dired-check-switches'.
2801 (dired-insert-old-subdirs, dired-build-subdir-alist)
2802 (dired-sort-R-check): Use `dired-switches-recursive-p'.
2803
2804 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
2805
2806 * simple.el (undo-make-selective-list): New algorithm fixes
2807 incorrectness of position adjustments when undoing in region.
2808 (Bug#17235)
2809 (undo-elt-crosses-region): Make obsolete.
2810 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
2811 New functions to adjust positions using undo-deltas.
2812
2813 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
2816 the last consecutive closing paren (bug#17345).
2817
2818 2014-04-30 Reuben Thomas <rrt@sc3d.org>
2819
2820 * dired.el (dired-mode): make terminology for eXpunge command
2821 consistent. (Bug#17276)
2822
2823 2014-04-30 Eli Zaretskii <eliz@gnu.org>
2824
2825 * dired.el (dired-initial-position-hook, dired-initial-position):
2826 Doc string fixes.
2827
2828 2014-04-30 Glenn Morris <rgm@gnu.org>
2829
2830 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
2831
2832 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
2833
2834 * faces.el (face-spec-recalc): Apply X resources only after the
2835 defface spec has been applied. Thus, X resources are no longer
2836 overriden by the defface spec which also fixes issues on win32 where
2837 the toolbar coloring was wrong because it is set through X resources
2838 and was (wrongfully) overriden. (Bug#16694)
2839
2840 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * textmodes/rst.el (electric-pair-pairs): Declare.
2843 (rst-mode): Set it (bug#17131).
2844
2845 2014-04-30 Juri Linkov <juri@jurta.org>
2846
2847 * desktop.el (desktop-value-to-string): Let-bind `print-length'
2848 and `print-level' to nil. (Bug#17351)
2849
2850 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2851
2852 * battery.el (battery-update): Handle the case where battery
2853 status is "N/A" (bug#17319).
2854
2855 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
2858 to syntax-propertize.
2859 (ps-mode-auto-indent): Mark as obsolete.
2860 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
2861 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
2862 word regexp operators.
2863 (ps-mode-map): Move initialization into declaration. Remove binding
2864 for TAB, RET, >, ], and }.
2865 (ps-mode-syntax-table): Move initialization into declaration.
2866 Don't give word syntax to non-word chars.
2867 (ps-run-mode-map): Move initialization into declaration.
2868 (ps-mode-menu-main): Remove auto-indent entry.
2869 (ps-mode-smie-rules): New function.
2870 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
2871 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
2872 (ps-mode--string-syntax-table): New const.
2873 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
2874 New functions.
2875 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
2876 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
2877
2878 2014-04-27 Daniel Colascione <dancol@dancol.org>
2879
2880 * term/xterm.el (xterm-paste): Use large finite timeout when
2881 reading event to avoid putting keys in this-command-keys.
2882
2883 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2884
2885 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
2886 (perl-syntax-propertize-function): Use it. Extend handling of
2887 here-docs to the unquoted case.
2888
2889 2014-04-25 Eli Zaretskii <eliz@gnu.org>
2890
2891 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
2892 Use equal-including-properties to compare help-echo strings (bug#17331).
2893
2894 2014-04-25 Leo Liu <sdl.web@gmail.com>
2895
2896 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2897 Fix syntax for @. (Bug#17325)
2898
2899 2014-04-25 Daniel Colascione <dancol@dancol.org>
2900
2901 * emacs-lisp/cl.el (gv): Require gv early to break eager
2902 macro-expansion cycles.
2903
2904 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * simple.el (region-active-p): Check there's a mark (bug#17324).
2907
2908 * simple.el (completion-list-mode-map): Use choose-completion for the
2909 mouse binding as well (bug#17302).
2910 (completion-list-mode, completion-setup-function): Adjust docstring and
2911 echo area message accordingly.
2912 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
2913 calling convention of choose-completion.
2914 * comint.el (comint-dynamic-list-completions):
2915 * term.el (term-dynamic-list-completions): Accept choose-completion.
2916
2917 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
2918 &, |, +, - and * can't be a division (bug#17317).
2919
2920 * term/xterm.el (xterm--version-handler): Don't use modern xterm
2921 features on gnome-terminal (bug#16988).
2922
2923 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
2924
2925 Improve Scheme font-locking for (define ((foo ...) ...) ...).
2926
2927 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
2928 the declared object, ignore zero or more parens, not zero or one.
2929
2930 2014-04-24 Leo Liu <sdl.web@gmail.com>
2931
2932 * progmodes/xscheme.el (xscheme-expressions-ring)
2933 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
2934 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
2935 (xscheme-allow-output-p, xscheme-prompt)
2936 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
2937
2938 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
2939 Comment out unused functions.
2940
2941 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * info.el: Use lexical-binding and cl-lib.
2944 Use defvar-local and setq-local instead of make-local-variable.
2945 (Info-apropos-matches): Avoid add-to-list.
2946 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
2947
2948 2014-04-24 Daniel Colascione <dancol@dancol.org>
2949
2950 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
2951
2952 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2953
2954 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
2955
2956 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
2957
2958 * dired.el (dired-insert-set-properties): Do not consider
2959 subdirectory headings and empty lines to be information that
2960 `dired-hide-details-mode' should hide. (Bug#17228)
2961
2962 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
2963
2964 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2965 Remove test messages.
2966 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
2967 and `target' twice.
2968
2969 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
2972 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
2973
2974 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
2975
2976 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
2977
2978 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
2979 Set "IFS=" when using read builtin, in order to preserve spaces in
2980 the file name. Add test messages for hunting a bug on hydra.
2981 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
2982
2983 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
2986 Don't prettify a word within a symbol.
2987
2988 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
2989
2990 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
2991 possible.
2992
2993 2014-04-22 Daniel Colascione <dancol@dancol.org>
2994
2995 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
2996 use defun to define `function-put'.
2997
2998 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2999
3000 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
3001 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
3002 (lisp-mode-variables): Set font-lock-extra-managed-props.
3003
3004 * emacs-lisp/byte-run.el (function-put): New function.
3005 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
3006 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
3007 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
3008 Use them.
3009
3010 2014-04-22 Daniel Colascione <dancol@dancol.org>
3011
3012 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
3013 Add `full-p' parameter; when nil, call `macroexpand' instead of
3014 `macroexpand-all'.
3015
3016 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
3017 Improve docstrings.
3018
3019 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
3020 Use lambda function values, not quoted lambdas.
3021 (byte-compile-recurse-toplevel): Remove extraneous &optional.
3022
3023 * emacs-lisp/cl-macs.el
3024 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
3025 (cl-struct-slot-value): Conditionally use aref or nth so that the
3026 compiler produces optimal code.
3027
3028 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
3031 (inline): Don't inline cl--set-elt.
3032 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
3033 Define as inlinable instead.
3034 (cl-struct-set-slot-value): Remove.
3035
3036 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
3037 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
3038 Use setf instead.
3039
3040 2014-04-21 Daniel Colascione <dancol@dancol.org>
3041
3042 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
3043 last two parameters after all.
3044 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
3045 (cl--compiler-macro-assoc,cl-struct-slot-value)
3046 (cl-struct-set-slot-value): Stop using them.
3047
3048 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3049
3050 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
3051 entry in image-mode-winprops-alist.
3052
3053 2014-04-21 Daniel Colascione <dancol@dancol.org>
3054
3055 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
3056 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
3057 (byte-compile-toplevel-file-form): Use it.
3058
3059 * emacs-lisp/cl-macs.el:
3060 (cl--loop-let): Properly destructure `while' clauses.
3061
3062 2014-04-20 Daniel Colascione <dancol@dancol.org>
3063
3064 * vc/vc.el (vc-root-dir): New public autoloaded function for
3065 generically finding the current VC root.
3066 * vc/vc-hooks.el (vc-not-supported): New error.
3067 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
3068
3069 2014-04-20 Daniel Colascione <dancol@dancol.org>
3070
3071 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
3072 argument.
3073 (cl--const-expr-val): cl--const-expr-val should macroexpand its
3074 argument in case we're inside a symbol-macrolet.
3075 (cl--do-arglist, cl--compiler-macro-typep)
3076 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
3077 environment to `cl--const-expr-val'.
3078 (cl-struct-sequence-type,cl-struct-slot-info)
3079 (cl-struct-slot-offset, cl-struct-slot-value)
3080 (cl-struct-set-slot-value): New functions.
3081
3082 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
3085 assignments such as "case=hello" (bug#17297).
3086
3087 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
3088
3089 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
3090 Do not autoload.
3091 (tramp-file-name-handler, tramp-completion-file-name-handler):
3092 Revert patch from 2014-04-10, it isn't necessary anymore.
3093 (tramp-autoload-file-name-handler)
3094 (tramp-register-autoload-file-name-handlers): New defuns.
3095 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
3096 (tramp-register-file-name-handlers): Remove also
3097 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
3098 Do not autoload its invocation, but eval it after loading of 'tramp.
3099
3100 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
3101
3102 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
3103
3104 2014-04-17 Daniel Colascione <dancol@dancol.org>
3105
3106 Add support for bracketed paste mode; add infrastructure for
3107 managing terminal mode enabling and disabling automatically.
3108
3109 * xt-mouse.el:
3110 (xterm-mouse-mode): Simplify.
3111 (xterm-mouse-tracking-enable-sequence)
3112 (xterm-mouse-tracking-disable-sequence): New constants.
3113 (turn-on-xterm-mouse-tracking-on-terminal)
3114 (turn-off-xterm-mouse-tracking-on-terminal):
3115 Use tty-mode-set-strings and tty-mode-reset-strings terminal
3116 parameters instead of random hooks.
3117 (turn-on-xterm-mouse-tracking)
3118 (turn-off-xterm-mouse-tracking): Delete.
3119
3120 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
3121 (xterm-paste-ending-sequence): New constant.
3122 (xterm-paste): New command used for bracketed paste support.
3123
3124 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
3125 (terminal-init-xterm-bracketed-paste-mode): New function.
3126 (terminal-init-xterm): Call it.
3127 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
3128 and tty-mode-reset-strings instead of random hooks.
3129 (xterm-turn-on-modify-other-keys)
3130 (xterm-turn-off-modify-other-keys)
3131 (xterm-remove-modify-other-keys): Delete obsolete functions.
3132
3133 * term/screen.el: Rewrite to just use the xterm code.
3134 Add copyright notice. Mention tmux.
3135
3136 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
3137
3138 * image-mode.el (image-mode-window-put): Also update the property of
3139 the "default window".
3140 * doc-view.el (doc-view-new-window-function): If no window
3141 exists, move to the last known page.
3142
3143 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3144
3145 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
3146 here-documents (bug#17262).
3147
3148 2014-04-16 Eli Zaretskii <eliz@gnu.org>
3149
3150 * term/pc-win.el (x-list-fonts, x-get-selection-value):
3151 Provide doc strings, as required by snarf-documentation.
3152
3153 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3154
3155 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
3156 arg of overlays-at. Use `invisible-p'.
3157
3158 * obsolete/lucid.el (extent-at):
3159 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
3160 overlays-at.
3161 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
3162
3163 2014-04-16 João Távora <joaotavora@gmail.com>
3164
3165 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
3166 links. (Bug#17217).
3167
3168 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3169
3170 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
3171 Use mapc to loop over a vector. (Bug#17257).
3172
3173 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
3174
3175 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
3176 patch, there are new problems with file names containing spaces.
3177 Get rid of backticks. (Bug#17238)
3178
3179 2014-04-16 João Távora <joaotavora@gmail.com>
3180
3181 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
3182 possible bug.
3183
3184 2014-04-16 Eli Zaretskii <eliz@gnu.org>
3185
3186 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
3187 (blink-cursor-mode): Mention customization variables and the
3188 effect of 'blink-cursor-blinks'.
3189
3190 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
3191
3192 * simple.el (undo): Prevent insertion of identity mapping into
3193 undo-equiv-table so as undo-only does not inf loop in the presence
3194 of consecutive nils in undo list.
3195
3196 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
3197
3198 * faces.el (make-face): Deprecate optional argument as it is no
3199 longer needed/used since the conditional X resources handling
3200 has been pushed down to make-face-x-resource-internal itself.
3201 (make-empty-face): Don't pass optional argument to make-face.
3202
3203 2014-04-16 Karl Fogel <kfogel@red-bean.com>
3204
3205 * savehist.el (savehist-save): Remove workaround for a read-passwd
3206 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
3207 noticing that the shim was still present.
3208
3209 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3210
3211 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
3212
3213 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
3214
3215 * faces.el (face-set-after-frame-default): Remove unused local variable.
3216
3217 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * progmodes/grep.el: Use lexical-binding.
3220 (grep-expand-template): Pass explicit lexical env to `eval'.
3221 (zrgrep): Let-bind grep-find-template explicitly.
3222
3223 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
3224 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
3225
3226 2014-04-12 Eli Zaretskii <eliz@gnu.org>
3227
3228 * international/characters.el <standard-case-table>: Add entries
3229 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
3230 Set category of Coptic characters be 'g' (Greek).
3231
3232 2014-04-12 Leo Liu <sdl.web@gmail.com>
3233
3234 * progmodes/octave.el (completion-table-with-cache):
3235 Define if not available.
3236 (octave-goto-function-definition, octave-sync-function-file-names)
3237 (octave-find-definition-default-filename):
3238 Backquote upattern for compatibility.
3239
3240 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
3241
3242 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
3243 name twice due to backticks. (Bug#17238)
3244
3245 2014-04-12 Glenn Morris <rgm@gnu.org>
3246
3247 * term/w32-win.el (x-win-suspend-error):
3248 * term/x-win.el (x-win-suspend-error): Sync docs.
3249
3250 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
3251
3252 * faces.el (make-face): Remove deprecated optional argument.
3253 The conditional application of X resources is handled directly by
3254 make-face-x-resource-internal since Emacs 24.4.
3255 (make-empty-face): Don't pass optional argument to make-face.
3256
3257 2014-04-11 Glenn Morris <rgm@gnu.org>
3258
3259 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
3260
3261 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3262
3263 Ediff's overlay priorities cause more trouble than they solve.
3264 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
3265 (ediff-highest-priority): Remove function (bug#17234).
3266 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
3267 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
3268 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
3269 overlay priorities.
3270
3271 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
3272
3273 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
3274 entry; use symbol boundaries to avoid mis-matches.
3275
3276 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
3277
3278 * net/tramp.el (tramp-file-name-handler)
3279 (tramp-completion-file-name-handler): Avoid recursive loading.
3280
3281 * net/tramp-sh.el (tramp-make-copy-program-file-name):
3282 Quote result also locally.
3283
3284 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3285
3286 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
3287 Remove left-over code.
3288
3289 * newcomment.el (comment-indent-new-line): Sink code where it's used.
3290 Reuse the previous comment's indentation unconditionally if it's on its
3291 own line.
3292
3293 2014-04-09 Daniel Colascione <dancol@dancol.org>
3294
3295 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
3296 `no-syntax-crossing' arguments. Forward to `up-list'.
3297 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
3298 Implement logic for escaping from strings. Use narrowing to deal
3299 with corner cases.
3300
3301 2014-04-09 Leo Liu <sdl.web@gmail.com>
3302
3303 * net/rcirc.el (rcirc-connection-info): New variable.
3304 (rcirc-connect): Use it to store connection info.
3305 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
3306 for killed process.
3307 (rcirc-cmd-reconnect): New command. (Bug#17045)
3308 (rcirc-mode, set-rcirc-encode-coding-system)
3309 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
3310
3311 2014-04-09 Daniel Colascione <dancol@dancol.org>
3312
3313 * emacs-lisp/cl-indent.el: Add comment claiming
3314 facility is also good for elisp.
3315 (lisp-indent-find-method): New function.
3316 (common-lisp-indent-function): Recognize cl-loop.
3317 (common-lisp-indent-function-1): Recognize cl constructs; use
3318 `lisp-indent-find-method' instead of `get' directly.
3319 (if): Use else-body style for elisp.
3320
3321 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
3322
3323 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
3324 Module methods. (Bug#17216)
3325
3326 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * help.el (describe-bindings): Fix buffer handling (bug#17210).
3329 (describe-bindings-internal): Mark obsolete.
3330
3331 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3332
3333 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
3334 buffer-file-name, and buffer-file-truename any more.
3335
3336 2014-04-08 Leo Liu <sdl.web@gmail.com>
3337
3338 Use lexical-binding and require cl-lib.
3339 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
3340 (rcirc-handler-generic, rcirc-fill-paragraph)
3341 (rcirc-format-response-string, rcirc-target-buffer)
3342 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
3343 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
3344 (rcirc-ctcp-sender-PING, rcirc-browse-url)
3345 (rcirc-markup-timestamp, rcirc-markup-attributes)
3346 (rcirc-markup-my-nick, rcirc-markup-urls)
3347 (rcirc-markup-bright-nicks, rcirc-markup-fill)
3348 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
3349 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
3350 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
3351 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
3352 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
3353 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
3354 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
3355 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
3356 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
3357 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
3358 use cl-lib.
3359
3360 2014-04-07 João Távora <joaotavora@gmail.com>
3361
3362 * elec-pair.el (electric-pair--syntax-ppss):
3363 When inside comments parse from comment beginning.
3364 (electric-pair--balance-info): Fix typo in comment.
3365 (electric-pair--in-unterminated-string-p): Delete.
3366 (electric-pair--unbalanced-strings-p): New function.
3367 (electric-pair-string-bound-function): New var.
3368 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3369 according to `electric-pair--in-unterminated-string-p'
3370
3371 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3372 Inhibit quote pairing if point-max is inside an unterminated string.
3373 (electric-pair--looking-at-unterminated-string-p): Delete.
3374 (electric-pair--in-unterminated-string-p): New function.
3375
3376 2014-04-07 Glenn Morris <rgm@gnu.org>
3377
3378 * shell.el (shell-directory-tracker):
3379 Go back to just ignoring failures. (Bug#17159)
3380
3381 2014-04-07 João Távora <joaotavora@gmail.com>
3382
3383 Fix `electric-pair-delete-adjacent-pairs' in modes binding
3384 backspace. (bug#16981)
3385 * elec-pair.el (electric-pair-backward-delete-char): Delete.
3386 (electric-pair-backward-delete-char-untabify): Delete.
3387 (electric-pair-mode-map): Bind backspace to a menu item filtering
3388 a new `electric-pair-delete-pair' command.
3389 (electric-pair-delete-pair): New command.
3390
3391 * progmodes/python.el (python-electric-pair-string-delimiter):
3392 Fix triple-quoting electricity. (Bug#17192)
3393
3394 * elec-pair.el (electric-pair-post-self-insert-function):
3395 Don't skip whitespace when `electric-pair-text-pairs' and
3396 `electric-pair-pairs' were used. syntax to
3397 electric-pair--skip-whitespace. (Bug#17183)
3398
3399 2014-04-07 Eli Zaretskii <eliz@gnu.org>
3400
3401 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
3402 "<F>". (Bug#17199)
3403
3404 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
3407 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
3408
3409 2014-04-07 Glenn Morris <rgm@gnu.org>
3410
3411 * help.el (view-lossage): Doc tweak.
3412
3413 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
3414
3415 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
3416 only when inhibit-x-resources is nil, and do that earlier in the
3417 function. Doc fix. (Bug#16694)
3418 (face-spec-choose): Accept additional optional argument, whose
3419 value is returned if no matching attributes are found.
3420 (face-spec-recalc): Use the new optional argument when calling
3421 face-spec-choose. (Bug#16378)
3422 (make-face-x-resource-internal): Do nothing when
3423 inhibit-x-resources is non-nil. Don't touch the default face if
3424 reversed video is given--as was done in previous versions of Emacs.
3425 (face-set-after-frame-default): Don't call
3426 make-face-x-resource-internal here. (Bug#16434)
3427
3428 2014-04-07 Tassilo Horn <tsdh@gnu.org>
3429
3430 * doc-view.el (doc-view-bookmark-jump):
3431 Use `bookmark-after-jump-hook' to jump to the right page after the
3432 buffer is shown in a window. (bug#16090)
3433
3434 2014-04-07 Eli Zaretskii <eliz@gnu.org>
3435
3436 * international/characters.el (mirroring): Fix last change:
3437 instead of loading uni-mirrored.el explicitly, do that implicitly
3438 by creating the 'mirroring' uniprop table. This avoids announcing
3439 the loading of uni-mirrored.el.
3440
3441 2014-04-07 Glenn Morris <rgm@gnu.org>
3442
3443 * files.el (buffer-stale--default-function)
3444 (buffer-stale-function, revert-buffer--default):
3445 * autorevert.el (auto-revert-buffers): Doc tweaks.
3446
3447 2014-04-07 Eli Zaretskii <eliz@gnu.org>
3448
3449 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
3450
3451 2014-04-07 Glenn Morris <rgm@gnu.org>
3452
3453 * files.el (make-backup-file-name-function)
3454 (make-backup-file-name, make-backup-file-name--default-function)
3455 (make-backup-file-name-1, find-backup-file-name)
3456 (revert-buffer-function, revert-buffer-insert-file-contents-function)
3457 (buffer-stale--default-function, buffer-stale-function)
3458 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
3459 (revert-buffer, revert-buffer--default)
3460 (revert-buffer-insert-file-contents--default-function):
3461 Doc fixes related to defaults no longer being nil.
3462 (make-backup-file-name-function): Bump :version.
3463 Restore nil as a valid but deprecated custom type.
3464
3465 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * progmodes/perl-mode.el (perl-syntax-propertize-function):
3468 Handle $' used as a variable (bug#17174).
3469
3470 * progmodes/perl-mode.el (perl-indent-new-calculate):
3471 Handle forward-sexp failure (bug#16985).
3472 (perl-syntax-propertize-function): Add "foreach" and "for" statement
3473 modifiers introducing expressions (bug#17116).
3474
3475 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
3478
3479 2014-04-05 Leo Liu <sdl.web@gmail.com>
3480
3481 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3482 Add define-compilation-mode.
3483
3484 2014-04-04 João Távora <joaotavora@gmail.com>
3485
3486 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
3487 parse from comment beginning.
3488 (electric-pair--balance-info): Fix typo in comment.
3489 (electric-pair--in-unterminated-string-p): Delete.
3490 (electric-pair--unbalanced-strings-p): New function.
3491 (electric-pair-string-bound-function): New var.
3492 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
3493 according to `electric-pair--in-unterminated-string-p'.
3494
3495 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3496
3497 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
3498 Move declaration before first use.
3499 (reftex-move-to-next-arg): Silence compiler warning.
3500
3501 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
3502
3503 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
3504 Use `window-total-width' instead of `window-width'.
3505
3506 2014-04-03 Daniel Colascione <dancol@dancol.org>
3507
3508 * subr.el (set-transient-map): Remove rms's workaround entirely;
3509 use new `suspicious-object' subr to mark our lambda for closer
3510 scrutiny during gc.
3511
3512 2014-04-02 Richard Stallman <rms@gnu.org>
3513
3514 * subr.el (set-transient-map): Comment out previous change.
3515
3516 2014-04-02 Glenn Morris <rgm@gnu.org>
3517
3518 * menu-bar.el (menu-bar-file-menu):
3519 * vc/ediff.el (ediff-current-file):
3520 Update for revert-buffer-function no longer being nil by default.
3521
3522 * simple.el (command-execute): Respect nil disabled-command-function.
3523
3524 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3525
3526 * simple.el (command-execute): Do not execute the command when it
3527 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
3528
3529 2014-04-02 Juri Linkov <juri@jurta.org>
3530
3531 * dired-aux.el (dired-compress-file): Don't use string-match-p
3532 because its match data is used afterwards.
3533
3534 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
3537 0 like nil.
3538
3539 2014-04-02 João Távora <joaotavora@gmail.com>
3540
3541 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
3542 Inhibit quote pairing if point-max is inside an unterminated string.
3543 (electric-pair--looking-at-unterminated-string-p):
3544 Delete.
3545 (electric-pair--in-unterminated-string-p): New function.
3546
3547 2014-04-01 Daniel Colascione <dancol@dancol.org>
3548
3549 * minibuffer.el (minibuffer-complete): Prevent assertion failure
3550 when trying to complete the prompt.
3551
3552 2014-03-31 Leo Liu <sdl.web@gmail.com>
3553
3554 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
3555 Refactor out eldoc-documentation-function-default.
3556 (eldoc-documentation-function-default): New function.
3557 (eldoc-documentation-function): Change value.
3558
3559 2014-03-31 Glenn Morris <rgm@gnu.org>
3560
3561 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
3562
3563 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
3564 (vhdl-compose-components-package, vhdl-compose-configuration):
3565 Abbreviate default-directory (missing from some previous upstream sync).
3566
3567 2014-03-31 Reto Zimmermann <reto@gnu.org>
3568
3569 Sync with upstream vhdl mode v3.35.2.
3570 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3571 (top-level): No longer require assoc.
3572 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
3573 New functions. Use throughout to replace aget etc.
3574 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
3575 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
3576 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
3577 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
3578 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
3579 except `vhdl-compiler'.
3580 (vhdl-error-regexp-add-emacs): Remove all other compilers,
3581 when appropriate.
3582
3583 2014-03-31 Glenn Morris <rgm@gnu.org>
3584
3585 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
3586 Revert 2014-03-26 merge goof; go back to using defalias.
3587
3588 2014-03-30 Daniel Colascione <dancol@dancol.org>
3589
3590 * comint.el (comint-send-input):
3591 Deactivate completion-in-region-mode before we send comint input.
3592 (Bug#17139).
3593
3594 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
3595 on keyboard-quit.
3596
3597 2014-03-29 Glenn Morris <rgm@gnu.org>
3598
3599 * textmodes/reftex.el: Manage most autoloads automatically.
3600 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
3601 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
3602 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
3603 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
3604 * textmodes/reftex-toc.el: Set generated-autoload-file,
3605 and add autoload cookies for reftex.el.
3606 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
3607
3608 2014-03-28 Glenn Morris <rgm@gnu.org>
3609
3610 * cus-start.el (report-emacs-bug-address): Set custom properties.
3611 * mail/emacsbug.el (report-emacs-bug-address):
3612 Variable is now defined in emacs.c.
3613
3614 * mail/emacsbug.el (report-emacs-bug):
3615 Include system-configuration-features.
3616
3617 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
3618
3619 * simple.el (cycle-spacing): Never delete spaces on first run by
3620 default, but do so in a new 'fast mode and if there are already
3621 N spaces (the previous behavior).
3622 Compare N with its value in previous invocation so that changing
3623 prefix argument restarts `cycle-spacing' sequence.
3624 The idea is that with this change, binding M-SPC to
3625 `cycle-spacing' should not introduce any changes in behavior of
3626 the binding so long as users do not type M-SPC twice in a raw with
3627 the same prefix argument or lack thereof.
3628
3629 2014-03-28 Glenn Morris <rgm@gnu.org>
3630
3631 * faces.el (term-file-aliases): New variable.
3632 (tty-run-terminal-initialization): Respect term-file-aliases.
3633 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
3634 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
3635 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
3636
3637 2014-03-27 Glenn Morris <rgm@gnu.org>
3638
3639 * startup.el (inhibit-startup-hooks): Doc tweak.
3640 (normal-top-level): Simplify running of hooks.
3641 For window-setup-hook, respect inhibit-startup-hooks.
3642 (command-line-1): Don't set window-setup-hook to nil.
3643
3644 Allow selective autoloading from obsolete/ directory.
3645 * Makefile.in (obsolete-autoloads): New rule.
3646 (autoloads): Run obsolete-autoloads.
3647 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
3648 * simple.el (iswitchb-mode): Remove hand-written autoloads.
3649
3650 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
3651
3652 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3653 Highlight special globals with font-lock-builtin-face. (Bug#17057)
3654
3655 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3656 Don't propertize `?' or `!' as symbol constituent when after
3657 colon. (Bug#17097)
3658
3659 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
3660
3661 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
3662 which is no longer needed and causes trouble in GTK builds (bug#17046).
3663
3664 * emacs-lisp/package-x.el (package--archive-contents-from-url):
3665 Use url-insert-file-contents; package-handle-response no longer exists.
3666
3667 2014-03-26 Daniel Colascione <dancol@dancol.org>
3668
3669 * simple.el (process-menu-mode-map): New variable.
3670 (process-menu-delete-process): New command.
3671
3672 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
3673
3674 * emacs-lisp/package.el: Fix bug#16733 (again).
3675 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
3676 (url-http-target-url): Remove unused declarations.
3677 (package-handle-response): Remove.
3678 (package--with-work-buffer): Use url-insert-file-contents and simplify.
3679 (package--download-one-archive): Use current-buffer instead of
3680 dynamic binding of `buffer'.
3681 (describe-package-1): Do not decode readme-string.
3682
3683 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
3684
3685 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
3686
3687 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
3688 from 2014-03-07, it decreases performance unnecessarily. Let-bind
3689 `remote-file-name-inhibit-cache' to nil in the second pass.
3690 (tramp-find-executable): Do not call "which" on SunOS.
3691 (tramp-send-command-and-check): Fix docstring.
3692 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
3693 check whether source directory has set the sticky bit.
3694
3695 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
3696
3697 * simple.el (primitive-undo): Only process marker adjustments
3698 validated against their corresponding (TEXT . POS). Issue warning
3699 for lone marker adjustments in undo history. (Bug#16818)
3700 (undo-make-selective-list): Add marker adjustments to selective
3701 undo list based on whether their corresponding (TEXT . POS) is in
3702 the region. Remove variable adjusted-markers, which was unused
3703 and only non nil during undo-make-selective-list.
3704 (undo-elt-in-region): Return nil when passed a marker adjustment
3705 and explain in function doc.
3706
3707 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3708
3709 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
3710
3711 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
3712
3713 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
3714 Match special global variables without curlies, too.
3715 (ruby-font-lock-keywords): Simplify the matcher for special global
3716 variables. Don't require a non-word character after the variable.
3717 (Bug#17057)
3718
3719 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * simple.el (redisplay-highlight-region-function): Increase priority of
3722 overlay to make sure boundaries are visible (bug#15899).
3723
3724 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * frameset.el (frameset--initial-params): Fix typo in parameter name.
3727 (frameset-restore): Compare display strings with equal.
3728
3729 * frame.el (make-frame): Don't quote display name in error message,
3730 it is already a string.
3731
3732 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3733
3734 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
3735 the password.
3736
3737 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
3738
3739 * emacs-lisp/package.el (package--add-to-archive-contents):
3740 Include already installed and built-in packages in
3741 `package-archive-contents'.
3742 (package-install): Don't include already installed packages in the
3743 options during interactive invocation. (Bug#16762)
3744 (package-show-package-list): If the buffer is already displayed in
3745 another window, switch to that window.
3746
3747 2014-03-26 Reto Zimmermann <reto@gnu.org>
3748
3749 Sync with upstream vhdl mode v3.35.1.
3750 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3751 (vhdl-compiler-alist): Doc fix.
3752 (vhdl-goto-line): Remove.
3753 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
3754 (vhdl-mode) <paragraph-start>: Fix value.
3755 (vhdl-fix-statement-region): Not `for' in wait-statement.
3756 (vhdl-beautify-region): Also (un)tabify.
3757 (vhdl-get-visible-signals):
3758 Scan declarative part of generate statements.
3759 (vhdl-template-record): Fix indentation for record type declaration.
3760 (vhdl-expand-abbrev, vhdl-expand-paren):
3761 Revert to using fset again rather than defalias.
3762 (vhdl-scan-directory-contents): Tweak.
3763 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
3764 (vhdl-compose-components-package):
3765 Replace vhdl-goto-line with forward-line.
3766 (top-level): Tweak speedbar frame selection.
3767 (vhdl-generate-makefile-1): Support for compilers with no
3768 unit-to-file name mapping (create directory with dummy files).
3769
3770 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
3771
3772 Sync with upstream verilog-mode revision 702457d.
3773 * progmodes/verilog-mode.el (verilog-mode-version): Update.
3774 (create-lockfiles): Declare.
3775 (verilog-read-decls): Fix module header imports, bug709.
3776 Reported by Victor Lau.
3777 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
3778 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
3779 interface-only modules, bug721. Reported by Dean Hoyt.
3780
3781 2014-03-26 Glenn Morris <rgm@gnu.org>
3782
3783 * obsolete/gulp.el: Move here from emacs-lisp/.
3784
3785 * files.el (lock-buffer, unlock-buffer, file-locked-p):
3786 Remove fallback aliases, since they are always defined now.
3787
3788 2014-03-24 Daniel Colascione <dancol@dancol.org>
3789
3790 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
3791 instead of cl-loop search function.
3792
3793 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
3794
3795 * calendar/parse-time.el (parse-time-iso8601-regexp)
3796 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
3797 it more generally.
3798
3799 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
3800
3801 * net/dns.el (network-interface-list): Define for XEmacs.
3802
3803 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
3804
3805 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
3806 the network interfaces changed.
3807 (dns-query): Use it to flush the data.
3808
3809 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
3810
3811 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
3812
3813 2014-03-23 Daniel Colascione <dancol@dancol.org>
3814
3815 Change subword-mode to use `find-word-boundary-function-table' and
3816 replace `capitalized-words-mode'. Also, convert to lexical
3817 binding.
3818
3819 * progmodes/cap-words.el: Delete now-obsolete file.
3820 * progmodes/subword.el: Reimplement using
3821 `find-word-boundary-function-table'.
3822 (subword-mode-map): Hollow out.
3823 (capitalized-words-mode): Define as obsolete alias for
3824 `subword-mode'.
3825 (subword-mode, superword-mode): Tweak documentation to reflect new
3826 implementation; call `subword-setup-buffer'.
3827 (subword-forward, subword-capitalize): Add underscore to indicate
3828 unused variable.
3829 (subword-find-word-boundary-function-table): New constant.
3830 (subword-empty-char-table): New constant.
3831 (subword-setup-buffer): New function.
3832 (subword-find-word-boundary): New function.
3833
3834 2014-03-23 Daniel Colascione <dancol@dancol.org>
3835
3836 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
3837 list to look for keyword arguments instead of `memq', fixing
3838 (Bug#3647) --- unfortunately, only for freshly-compiled code.
3839 Please make bootstrap.
3840
3841 2014-03-22 Glenn Morris <rgm@gnu.org>
3842
3843 * dired.el (dired-read-regexp): Make obsolete.
3844 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
3845 (dired-flag-files-regexp):
3846 * dired-aux.el (dired-mark-read-regexp):
3847 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
3848
3849 * startup.el (fancy-startup-text):
3850 * help.el (describe-gnu-project): Visit online info about GNU project.
3851
3852 * help-fns.el (help-fns--interactive-only): New function.
3853 (help-fns-describe-function-functions): Add the above function.
3854 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
3855 (next-line, previous-line): Remove hand-written interactive-only
3856 information from doc strings, it is auto-generated now.
3857 * bookmark.el (bookmark-write):
3858 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
3859 (epa-mail-import-keys): Mark interactive-only,
3860 and remove hand-written interactive-only information from doc strings.
3861 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
3862 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
3863 * files.el (not-modified):
3864 * simple.el (mark-whole-buffer): Mark interactive-only.
3865
3866 * emacs-lisp/byte-run.el (defun-declarations-alist):
3867 Add interactive-only. Doc tweak.
3868 (macro-declarations-alist): Doc tweak.
3869 * subr.el (declare): Doc tweak (add xref to manual).
3870 * comint.el (comint-run):
3871 * files.el (insert-file-literally, insert-file):
3872 * replace.el (replace-string, replace-regexp):
3873 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
3874 (delete-forward-char, goto-line, insert-buffer, next-line)
3875 (previous-line): Set interactive-only via declare.
3876
3877 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
3878
3879 * emacs-lisp/package.el (package-desc): Use the contents of the
3880 quoted form, not its cdr. (Bug#16873)
3881
3882 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
3883
3884 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
3885 benefit of doc.c; change parameter profile to match the X function.
3886
3887 2014-03-22 Leo Liu <sdl.web@gmail.com>
3888
3889 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
3890 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
3891
3892 2014-03-21 Richard Stallman <rms@gnu.org>
3893
3894 * battery.el (battery-linux-sysfs): Search for each field
3895 from the beginning of the buffer.
3896
3897 * subr.el (set-transient-map): Clear out function and value
3898 of the temporary symbol when we're done with it.
3899
3900 * mail/rmailsum.el (rmail-summary-delete-forward):
3901 Optimize case of reaching end and handling count.
3902 (rmail-summary-mark-deleted): Optimize when N is current msg.
3903 Don't create new summary line.
3904 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
3905 (rmail-summary-undelete-many): Rewrite for speed.
3906 (rmail-summary-msg-number): New function.
3907
3908 * mail/rmail.el (rmail-delete-message): Update summary.
3909 (rmail-undelete-previous-message): Handle repeat count arg.
3910 (rmail-delete-backward, rmail-delete-forward): Likewise.
3911
3912 2014-03-21 Daniel Colascione <dancol@dancol.org>
3913
3914 * mail/emacsbug.el (report-emacs-bug): Include memory usage
3915 information in bug reports.
3916
3917 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
3918
3919 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
3920 and `tramp-copy-env'.
3921
3922 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
3923 (tramp-maybe-open-connection): Handle `tramp-login-env'.
3924
3925 2014-03-21 Glenn Morris <rgm@gnu.org>
3926
3927 * electric.el (electric-indent-post-self-insert-function): Add doc.
3928
3929 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
3930
3931 * emacs-lisp/package.el (package-compute-transaction):
3932 Use `version-list-<=' to compare the requirement version against
3933 the version of package already to be installed. Update the error
3934 message. (Bug#16826)
3935
3936 * progmodes/ruby-mode.el (ruby-smie-rules):
3937 Add indentation rule for ` @ '. (Bug#17050)
3938
3939 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * align.el (align-regexp): Remove superfluous backslash.
3942
3943 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
3944 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
3945 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
3946 Fix docstring typos.
3947 (ffap-next): Use C-u in docstring.
3948 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
3949 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
3950 Remove superfluous backslashes.
3951 (ffap-string-at-point): Reflow docstring.
3952
3953 * server.el (server-host): Reflow docstring.
3954 (server-unload-function): Fix docstring typo.
3955 (server-eval-at): Remove superfluous backslash.
3956
3957 * skeleton.el (skeleton-insert): Remove superfluous backslash.
3958 (skeleton-insert): Doc fix.
3959 (skeleton-insert): Reflow docstring.
3960
3961 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
3962 (tty-color-approximate, tty-color-by-index, tty-color-values)
3963 (tty-color-desc): Remove superfluous backslashes.
3964
3965 2014-03-21 Glenn Morris <rgm@gnu.org>
3966
3967 * cus-start.el (history-length): Bump :version.
3968
3969 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
3970 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
3971 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
3972 Don't set `make-backup-files'.
3973
3974 * info.el (info--prettify-description): New function,
3975 to give info-finder descriptions consistent case, punctuation.
3976 (Info-finder-find-node): Use it. Sort packages.
3977 Refer to "description" rather than "commentary".
3978
3979 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
3980
3981 * frameset.el (frameset--print-register): New function.
3982 (frameset-to-register): Use it.
3983
3984 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
3985
3986 * progmodes/hideif.el (hif-string-to-number): New function.
3987 (hif-tokenize): Use it to understand non-decimal floats.
3988
3989 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
3990
3991 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
3992
3993 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3994
3995 * electric.el (electric-newline-and-maybe-indent): New command.
3996 Bind it globally to C-j.
3997 (electric-indent-mode): Don't mess with the global map any more.
3998 Don't drop the post-self-insert-hook is some buffer is still using it
3999 (bug#16770).
4000
4001 * bindings.el (global-map): Remove C-j binding.
4002
4003 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
4004 the docstring of functions advised before dumping (bug#16993).
4005
4006 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
4007
4008 * ps-print.el (ps-generate-postscript-with-faces):
4009 Explicitly deactivate the mark (bug#16866).
4010 * simple.el (deactivate-mark): Update region highlight.
4011
4012 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
4013
4014 * emacs-lisp/package.el (describe-package-1):
4015 Decode commentary (bug#16733).
4016
4017 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
4018
4019 * custom.el (defcustom): Doc fix: recommend avoiding destructive
4020 modification of the value argument of :set (bug#16755).
4021
4022 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
4023
4024 * simple.el (newline-and-indent): Do autofill (bug#17031).
4025
4026 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
4027
4028 * newcomment.el (comment-normalize-vars): Only add escaping check
4029 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
4030 (comment-beginning): Use `narrow-to-region' instead of moving back
4031 one character.
4032 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
4033 (comment-start-skip): Update the docstring.
4034
4035 2014-03-18 Richard Stallman <rms@gnu.org>
4036
4037 * dired.el (dired-display-file): Force use of other window.
4038
4039 2014-03-18 Daniel Colascione <dancol@dancol.org>
4040
4041 * startup.el (tty-handle-args): Remove debug message from 2007.
4042
4043 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
4044
4045 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
4046 (advice--make-interactive-form): Use it to avoid (auto)loading function.
4047 (advice--make-1, advice-add, advice-remove):
4048 Remove braindead :advice-pending hack.
4049
4050 2014-03-17 Glenn Morris <rgm@gnu.org>
4051
4052 * calendar/calendar.el (calendar-generate-month): Apply weekend
4053 face to the right days; fixes 2013-08-06 change. (Bug#17028)
4054
4055 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
4056
4057 * net/tramp.el (tramp-action-out-of-band): Read pending output.
4058 (tramp-call-process): Trace also DESTINATION.
4059
4060 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
4061 Quote file names when they are local. Remove superfluous trace.
4062
4063 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
4064
4065 * newcomment.el (comment-beginning): If `comment-start-skip'
4066 doesn't match, move back one char and try again. (Bug#16971)
4067
4068 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4069 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
4070 Set `comment-start-skip' to a simpler value that doesn't try to
4071 check if the semicolon is escaped (this is handled by
4072 `syntax-ppss' now). (Bug#16971)
4073
4074 * progmodes/scheme.el (scheme-mode-variables): Same.
4075
4076 2014-03-16 Martin Rudalics <rudalics@gmx.at>
4077
4078 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
4079 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
4080 current (Bug#16816, Bug#17007).
4081 (with-current-buffer-window): New macro doing the same as
4082 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
4083 * help.el (help-print-return-message): Warn in doc-string to not
4084 use this in `with-help-window'.
4085 (describe-bindings-internal): Call `describe-buffer-bindings'
4086 from within help buffer. See Juanma's scenario in (Bug#16816).
4087 (with-help-window): Update doc-string.
4088 * dired.el (dired-mark-pop-up):
4089 * files.el (save-buffers-kill-emacs):
4090 * register.el (register-preview): Use `with-current-buffer-window'
4091 instead of `with-temp-buffer-window'.
4092
4093 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
4094
4095 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
4096 Implement inserting into current buffer, documented in their docstrings.
4097 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
4098 (rst-section-tree-point, rst-forward-section, rst-indent)
4099 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
4100 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
4101 (rst-font-lock-handle-adornment-pre-match-form)
4102 (rst-repeat-last-character): Reflow docstrings.
4103 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
4104 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
4105 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
4106 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
4107 Fix docstring typos.
4108 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
4109 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
4110 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
4111
4112 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
4115 for compatibility with other ports.
4116 (ns-initialize-window-system): Use it. It is set in term/common-win.el
4117 from the -xrm command line argument, but in the Nextstep port its value
4118 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
4119
4120 * progmodes/python.el (defconst, python-syntax-count-quotes)
4121 (python-indent-region, python-indent-shift-right)
4122 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
4123 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
4124 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
4125 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
4126 (inferior-python-mode, python-shell-make-comint, run-python-internal)
4127 (python-shell-buffer-substring, python-shell-send-buffer)
4128 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
4129 (python-completion-complete-at-point, python-fill-docstring-style)
4130 (python-eldoc-function, python-imenu-format-item-label)
4131 (python-imenu-format-parent-item-label)
4132 (python-imenu-format-parent-item-jump-label)
4133 (python-imenu--build-tree, python-imenu-create-index)
4134 (python-imenu-create-flat-index): Fix docstring typos.
4135 (python-indent-context, python-shell-prompt-regexp, run-python):
4136 Remove superfluous backslashes.
4137 (python-indent-line, python-nav-beginning-of-defun)
4138 (python-shell-get-buffer, python-shell-get-process)
4139 (python-info-current-defun, python-info-current-line-comment-p)
4140 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
4141 (python-indent-post-self-insert-function, python-shell-send-file)
4142 (python-shell-completion-get-completions)
4143 (python-shell-completion-complete-or-indent)
4144 (python-eldoc--get-doc-at-point): Reflow docstrings.
4145
4146 2014-03-14 Glenn Morris <rgm@gnu.org>
4147
4148 * emacs-lisp/package.el (package-menu-mode-map):
4149 Replace use of obsolete function alias. Tweak menu item text.
4150
4151 * info.el (Info-finder-find-node):
4152 Ignore the `emacs' metapackage. (Bug#10813)
4153
4154 * finder.el (finder-list-matches): Include unversioned packages
4155 in the result of a keyword search.
4156
4157 * finder.el (finder--builtins-descriptions): New constant.
4158 (finder-compile-keywords): Use finder--builtins-descriptions.
4159
4160 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
4161
4162 * simple.el (blink-matching-paren): Describe the new value,
4163 `jump', enabling the old behavior.
4164 (blink-matching-open): Use that value. (Bug#17008)
4165
4166 2014-03-14 Glenn Morris <rgm@gnu.org>
4167
4168 * finder.el (finder-no-scan-regexp): Add leim-list.
4169 (finder-compile-keywords):
4170 Don't skip files with same basename. (Bug#14010)
4171 * Makefile.in (setwins_finder): New, excluding leim.
4172 (finder-data): Use setwins_finder.
4173
4174 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
4175 (help-function-arglist, help-make-usage): Move from here...
4176 * help.el (help-split-fundoc, help-add-fundoc-usage)
4177 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
4178 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
4179
4180 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
4181
4182 * net/socks.el (socks, socks-override-functions)
4183 (socks-find-services-entry):
4184 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
4185 (hif-find-ifdef-block):
4186 * progmodes/modula2.el (m2-indent): Fix docstring typos.
4187
4188 * net/tls.el (tls-program): Reflow docstring.
4189
4190 * progmodes/pascal.el (pascal-mode-abbrev-table)
4191 (pascal-imenu-generic-expression, pascal-auto-endcomments)
4192 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
4193 (pascal-outline-mode): Fix docstring typos.
4194 (pascal-mode): Let define-derived-mode document mode hook.
4195 (pascal-uncomment-area): Reflow.
4196 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
4197
4198 * progmodes/opascal.el (opascal-compound-block-indent)
4199 (opascal-case-label-indent): Fix docstring typos.
4200 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
4201
4202 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
4203
4204 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4205 Fontify multiple adjacent negation chars. (Bug#17004)
4206
4207 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
4208
4209 * emacs-lisp/package.el (package--prepare-dependencies):
4210 Accept requirements without explicit version (bug#14941).
4211
4212 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * register.el (register-separator, copy-to-register): Doc fixes.
4215 (register-preview-default): Remove unnecessary call to concat.
4216
4217 * frameset.el (frameset-restore): When checking for a visible frame,
4218 use the action map instead of calling visible-frame-list.
4219
4220 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
4221
4222 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
4223
4224 2014-03-12 Martin Rudalics <rudalics@gmx.at>
4225
4226 * window.el (fit-frame-to-buffer): Get maximum width from
4227 display's width instead of height.
4228
4229 2014-03-12 Glenn Morris <rgm@gnu.org>
4230
4231 * desktop.el (desktop-restore-frames)
4232 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
4233 (desktop-restore-reuses-frames): Doc tweaks.
4234
4235 * electric.el (electric-indent-mode): Doc fix.
4236
4237 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
4238
4239 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
4240 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
4241 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
4242 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
4243 (cvs-dired-use-hook): Fix docstring typos.
4244 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
4245 Doc fixes.
4246
4247 * vc/pcvs-defs.el (cvs-auto-remove-handled)
4248 (cvs-auto-remove-directories, cvs-default-ignore-marks)
4249 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
4250 (cvs-execute-single-dir): Fix docstring typos.
4251
4252 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
4253 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
4254
4255 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
4256
4257 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
4258 Fix docstring typos.
4259
4260 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
4261
4262 * frameset.el (frameset--jump-to-register): Add autoload; it could be
4263 called from jump-to-register after unloading the frameset package.
4264
4265 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4266
4267 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
4268 (bug#16975). Deactivate the mark before setting it to nil.
4269 (activate-mark): Do nothing if region is already active.
4270
4271 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
4272
4273 * frameset.el (frameset--target-display): Remove definition; declare.
4274 (frameset-save, frameset-restore): Let-bind frameset--target-display.
4275
4276 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
4279 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
4280 when the advice is pending.
4281 (advice-remove): Remove this marker when not needed any more.
4282
4283 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
4284
4285 * frameset.el: Separate options for reusing frames and cleaning up.
4286 (frameset--reuse-list): Remove definition; declare.
4287 (frameset--action-map): Declare.
4288 (frameset--find-frame-if): Doc fix.
4289 (frameset--restore-frame): Cache frame action.
4290 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
4291 how to clean up the frame list after restoring. Remove cleaning
4292 options from REUSE-FRAMES. Change all keyword values to symbols.
4293 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
4294
4295 * desktop.el (desktop-restore-forces-onscreen)
4296 (desktop-restore-reuses-frames): Use non-keyword values.
4297 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
4298
4299 2014-03-10 Glenn Morris <rgm@gnu.org>
4300
4301 * files.el (find-file): Doc fix: update info node name.
4302
4303 * emacs-lisp/advice.el (ad-add-advice, defadvice):
4304 Doc fix: remove references to deleted info nodes.
4305
4306 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
4307
4308 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4309 Do not add nil to the environment, when there's no remote `locale'.
4310 (tramp-find-inline-encoding): Check, that the remote host has
4311 installed perl, before sending scripts.
4312
4313 2014-03-10 Leo Liu <sdl.web@gmail.com>
4314
4315 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4316 Clear eldoc-last-message. (Bug#16920)
4317
4318 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
4319
4320 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
4321 (bug#14430).
4322
4323 2014-03-09 Juri Linkov <juri@jurta.org>
4324
4325 * ansi-color.el (ansi-color-names-vector): Copy default colors
4326 from `xterm-standard-colors' that look well on the default white
4327 background (and also on the black background) to avoid illegible
4328 color combinations like yellow-on-white and white-on-white.
4329 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
4330
4331 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * frameset.el (frameset-restore): When no frame is visible, do not
4334 generate a list of frames, just make visible the selected one.
4335
4336 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
4337
4338 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
4339 it only contains the repository root. (Bug#16897)
4340
4341 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
4342
4343 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
4344 only when `remote-file-name-inhibit-cache' is nil.
4345 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
4346
4347 2014-03-06 Martin Rudalics <rudalics@gmx.at>
4348
4349 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
4350 Fix doc-strings.
4351 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
4352 fit-frame-to-buffer variable. Fix doc-string.
4353 (fit-window-to-buffer): Set ONLY argument in call of
4354 fit-frame-to-buffer. Fix doc-string.
4355
4356 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
4357
4358 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
4359 (tramp-action-password): Clear password cache if needed.
4360 (tramp-read-passwd): Do not clear password cache.
4361
4362 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
4363 cache unless it is the first password request.
4364
4365 2014-03-06 Glenn Morris <rgm@gnu.org>
4366
4367 * simple.el (newline): Doc tweak.
4368
4369 * emacs-lisp/shadow.el (load-path-shadows-find):
4370 Ignore dir-locals. (Bug#12357)
4371
4372 2014-03-05 Glenn Morris <rgm@gnu.org>
4373
4374 * files.el (interpreter-mode-alist):
4375 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
4376
4377 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
4378
4379 * frameset.el (frameset--initial-params): Filter out null entries.
4380
4381 2014-03-05 Martin Rudalics <rudalics@gmx.at>
4382
4383 * window.el (window-min-height, window-min-width):
4384 Rewrite doc-strings.
4385 (window-body-size): Add PIXELWISE argument to make it consistent
4386 with its callees.
4387
4388 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * finder.el (finder-mode-map, finder-mode-syntax-table):
4391 Revert part of 2014-02-28 change.
4392
4393 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
4394
4395 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
4396 (eww-setup-buffer): Clear next/prev/etc more reliably.
4397 (eww-textarea-map): [tab] doesn't work on tty.
4398 Reported by Mario Lang.
4399
4400 * net/shr.el (shr-map): Ditto.
4401
4402 2014-03-04 Glenn Morris <rgm@gnu.org>
4403
4404 * minibuffer.el (completion-hilit-commonality):
4405 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
4406
4407 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
4408
4409 * hilit-chg.el (hilit-chg-unload-function): New function.
4410 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
4411 (hilit-chg-map-changes): Prefer cardinal number to digit.
4412 (hilit-chg-display-changes): Reflow docstring.
4413 (highlight-changes-rotate-faces): Remove superfluous backslash.
4414
4415 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
4416
4417 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
4418 `tramp-send-command-and-check'.
4419
4420 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
4421
4422 * hexl.el (hexl-address-region, hexl-ascii-region)
4423 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
4424 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
4425 (hexl-forward-word, hexl-previous-line, hexl-next-line):
4426 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
4427 (hexl-mode): Doc fix.
4428 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
4429 (hexl-mode-ruler): Fix typos in docstrings.
4430
4431 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
4432 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
4433 Remove superfluous backslashes.
4434 (strokes-last-stroke, strokes-global-map, strokes-mode):
4435 Reflow docstrings.
4436 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
4437 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
4438 (strokes-distance-squared, strokes-global-set-stroke)
4439 (strokes-global-set-stroke-string): Doc fixes.
4440 (strokes-help): Fix typos; reflow docstring.
4441
4442 2014-03-04 Martin Rudalics <rudalics@gmx.at>
4443
4444 * window.el (window-in-direction): Fix doc-string.
4445
4446 2014-03-04 Glenn Morris <rgm@gnu.org>
4447
4448 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
4449 Explicit error if no grammar.
4450 (smie-config-save): Doc fix. Fix quote typo.
4451
4452 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
4453
4454 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
4455 electric-indent-mode-hook if we obey electric-indent-mode.
4456 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
4457 decide whether we obey electric-indent-mode.
4458 (c-change-set-fl-decl-start, c-extend-after-change-region):
4459 Silence warnings.
4460 (c-electric-indent-mode-hook): Assume we do want to obey
4461 electric-indent-mode.
4462
4463 * electric.el (electric-indent-mode-has-been-called): Remove.
4464 (electric-indent-mode): Fix accordingly.
4465
4466 * files.el (hack-local-variables): Mention file name in warning.
4467
4468 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
4469
4470 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
4471
4472 * bindings.el: Add comment describing why C-d binds to `delete-char'.
4473 * simple.el (delete-forward-char): Mark as interactive-only.
4474
4475 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
4476
4477 * icomplete.el (icomplete-completions):
4478 Follow-up to 2014-03-01 change.
4479
4480 * icomplete.el: Miscellaneous doc fixes.
4481 Use Icomplete everywhere instead of icomplete for consistency.
4482 (icomplete-max-delay-chars): Fix typo.
4483 (icomplete-mode): Use \[].
4484 (icomplete-tidy, icomplete-exhibit): Reflow.
4485 (icomplete-minibuffer-setup-hook, icomplete-completions):
4486 Remove superfluous backlashes.
4487
4488 * ido.el: Miscellaneous doc fixes.
4489 Use Ido everywhere instead of ido or `ido' for consistency.
4490 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
4491 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
4492 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
4493 (ido-separator): Extract obsolescence info from docstring and declare
4494 with make-obsolete-variable.
4495 (ido-minibuffer-setup-hook): Simplify example.
4496 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
4497 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
4498 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
4499 (ido-everywhere): Reflow docstring.
4500 (ido-toggle-vc): Doc fix.
4501 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
4502 of long list of keybindings.
4503
4504 2014-03-03 Glenn Morris <rgm@gnu.org>
4505
4506 * frame.el (display-pixel-height, display-pixel-width)
4507 (display-mm-dimensions-alist, display-mm-height)
4508 (display-mm-width): Doc tweaks.
4509
4510 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
4511
4512 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
4513 case of undo in region.
4514
4515 2014-03-02 Martin Rudalics <rudalics@gmx.at>
4516
4517 * window.el (fit-window-to-buffer): Fix argument in window-size
4518 call when window is horizontally combined.
4519
4520 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
4521
4522 * icomplete.el (icomplete-completions): Use string-width.
4523 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4524
4525 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
4526
4527 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4528 Highlight regexp options. (Bug#16914)
4529
4530 2014-03-01 Martin Rudalics <rudalics@gmx.at>
4531
4532 * window.el (window--max-delta-1): Round down when calculating
4533 how many lines/columns we can get from a window.
4534
4535 2014-03-01 Glenn Morris <rgm@gnu.org>
4536
4537 * isearch.el (search-invisible): Doc fix.
4538
4539 * minibuffer.el (completion-hilit-commonality):
4540 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
4541 * comint.el (comint-dynamic-list-completions): Doc fix.
4542 * comint.el (comint-dynamic-list-completions):
4543 * filecache.el (file-cache-minibuffer-complete):
4544 * tempo.el (tempo-display-completions):
4545 * eshell/em-hist.el (eshell-list-history):
4546 Replace use of obsolete argument of display-completion-list.
4547
4548 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
4549
4550 * icomplete.el (icomplete-completions):
4551 Revert back to using "..." when ?… cannot be displayed.
4552
4553 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
4554
4555 * finder.el (finder-unload-function): New function.
4556
4557 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
4558
4559 * dframe.el (dframe-detach):
4560 * find-dired.el (find-dired, find-name-dired):
4561 * finder.el (finder-mode-map, finder-mode-syntax-table)
4562 (finder-headmark, finder-select, finder-mouse-select):
4563 Fix docstring typos.
4564
4565 2014-02-28 Martin Rudalics <rudalics@gmx.at>
4566
4567 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
4568 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
4569 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
4570 Fix doc-string based on a suggestion by Nicolas Richard
4571 <theonewiththeevillook@yahoo.fr>.
4572 * help.el (with-help-window): Fix doc-string.
4573
4574 2014-02-28 Ivan Kanis <ivan@kanis.fr>
4575
4576 * net/shr.el (shr-image-animate): New option.
4577 (shr-put-image): Respect shr-image-animate.
4578
4579 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
4580
4581 * net/tramp-adb.el (tramp-adb-parse-device-names):
4582 Use `accept-process-output'.
4583 (tramp-adb-handle-file-truename): Cache the localname only.
4584 (tramp-adb-handle-make-directory)
4585 (tramp-adb-handle-delete-directory): Flush file properties correctly.
4586 (tramp-adb-handle-set-file-modes): Do not raise an error when file
4587 modes cannot be changed.
4588
4589 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
4590 file properties of symlinks.
4591
4592 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
4593
4594 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
4595 required/optional fields to match development biblatex. (Bug#16781)
4596
4597 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
4598
4599 * saveplace.el (toggle-save-place):
4600 Fix argument handling. (Bug#16673)
4601
4602 2014-02-28 Glenn Morris <rgm@gnu.org>
4603
4604 * minibuffer.el (completions-first-difference)
4605 (completions-common-part, completion-hilit-commonality): Doc fixes.
4606
4607 2014-02-28 Karl Berry <karl@gnu.org>
4608
4609 * info.el (Info-mode-map): Add H for describe-mode,
4610 to synchronize with standalone Info.
4611
4612 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
4613
4614 * progmodes/sql.el (sql-interactive-mode):
4615 Avoid setting global comint-input-ring-separator. (Bug#16814)
4616
4617 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
4618
4619 * net/dbus.el (dbus--init-bus): Declare function.
4620 (dbus-path-local, dbus-interface-local): New defconst.
4621 (dbus-init-bus): Use them.
4622 (dbus-return-values-table): Extend doc.
4623 (dbus-handle-bus-disconnect): Extend error message.
4624
4625 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
4626
4627 * subr.el (y-or-n-p): Fix double space issue in message.
4628
4629 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
4630
4631 * net/tramp.el (tramp-call-process): Improve trace message.
4632 (tramp-handle-insert-file-contents): Trace error case.
4633
4634 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4635 <insert-directory>: Use `tramp-handle-insert-directory'.
4636 (tramp-adb-handle-insert-directory): Remove function.
4637 (tramp-adb-send-command-and-check): New defun, replacing
4638 `tramp-adb-command-exit-status'. Change all callees.
4639 (tramp-adb-handle-file-attributes)
4640 (tramp-adb-handle-directory-files-and-attributes): Use it.
4641 (tramp-adb-ls-output-name-less-p):
4642 Use `directory-listing-before-filename-regexp'.
4643 (tramp-adb-handle-delete-directory): Flush also file properties of
4644 the truename of directory.
4645 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
4646 (tramp-adb-handle-file-local-copy): Make the local copy readable.
4647 (tramp-adb-handle-write-region): Implement APPEND.
4648 (tramp-adb-handle-rename-file): Make it more robust. Flush file
4649 properties correctly.
4650 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
4651 variables. Check for connected devices only when needed.
4652
4653 2014-02-27 Glenn Morris <rgm@gnu.org>
4654
4655 * minibuffer.el (completion-table-dynamic)
4656 (completion-table-with-cache): Doc fixes.
4657
4658 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
4659 (completing-read-multiple): Doc fixes.
4660
4661 2014-02-27 Daniel Colascione <dancol@dancol.org>
4662
4663 * minibuffer.el (completion--nth-completion): Fix indentation.
4664
4665 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
4666 explicit tramp path is empty.
4667
4668 2014-02-27 Glenn Morris <rgm@gnu.org>
4669
4670 * emacs-lisp/crm.el (completing-read-multiple):
4671 Empower help-enable-auto-load.
4672
4673 2014-02-26 Glenn Morris <rgm@gnu.org>
4674
4675 * startup.el (command-line): Don't init the tty in daemon mode.
4676
4677 Avoid calling tty-setup-hook twice, eg if a term file
4678 explicitly calls tty-run-terminal-initialization. (Bug#16859)
4679 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
4680 (tty-create-frame-with-faces): Use it.
4681 * startup.el (command-line): Pass run-hook argument
4682 to tty-run-terminal-initialization.
4683
4684 * dired.el (dired-restore-desktop-buffer): Demote errors;
4685 eg in case a glob match fails. (Bug#16884)
4686
4687 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
4688
4689 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
4690 error from `read-from-string'. (Bug#16850)
4691
4692 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
4693 result of `completing-read' in the interactive form. (Bug#16854)
4694
4695 2014-02-25 Glenn Morris <rgm@gnu.org>
4696
4697 * image.el (image-animate, image-animate-timeout):
4698 Stop animating images in dead buffers. (Bug#16878)
4699
4700 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
4701
4702 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
4703 Doc fixes.
4704 * startup.el (term-setup-hook): Doc fix. Make obsolete.
4705 * term/sun.el (sun-raw-prefix-hooks):
4706 Use tty-setup-hook instead of term-setup-hook.
4707 (terminal-init-sun): Construct message from bytecomp plist.
4708 * term/wyse50.el (enable-arrow-keys): Doc fix.
4709
4710 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
4711
4712 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
4713 Fix docstring typos.
4714
4715 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
4716
4717 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
4718
4719 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4720
4721 * minibuffer.el (completion--try-word-completion):
4722 Fix error when completing M-x commands (bug#16808).
4723
4724 2014-02-24 Leo Liu <sdl.web@gmail.com>
4725
4726 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
4727
4728 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
4729
4730 * apropos.el (apropos-print): Avoid formatting error when
4731 apropos-do-all and apropos-compact-layout are both t.
4732
4733 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
4734
4735 * apropos.el (apropos-property, apropos-all-words-regexp)
4736 (apropos-true-hit, apropos-variable, apropos-print):
4737 Fix docstring typos, and remove obsolete comment.
4738
4739 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
4740
4741 * net/tramp-sh.el (tramp-sh-handle-file-truename):
4742 Preserve trailing "/". (Bug#16851)
4743
4744 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
4745
4746 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
4747 after `=>' (bug#16811).
4748 (ruby-smie-rules): Handle the inconsistent second element of the
4749 list returned by `smie-indent--parent'.
4750 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
4751 method call.
4752
4753 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
4754
4755 * elec-pair.el (electric-pair-text-syntax-table)
4756 (electric-pair-syntax-info, electric-pair--syntax-ppss)
4757 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
4758 (electric-pair--looking-at-unterminated-string-p): Doc fix.
4759 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
4760
4761 2014-02-22 Glenn Morris <rgm@gnu.org>
4762
4763 * imenu.el (imenu--generic-function): Doc fix.
4764
4765 * register.el (frame-configuration-to-register): Make obsolete.
4766
4767 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
4768
4769 * desktop.el (desktop-save-buffer-p): Do not fail when
4770 desktop-files-not-to-save is nil. Return t for true result
4771 as the doc says.
4772
4773 2014-02-22 Daniel Colascione <dancol@dancol.org>
4774
4775 * net/secrets.el (secrets-create-item, secrets-search-items):
4776 Check that attribute values are strings, avoiding the construction
4777 of invalid dbus messages.
4778
4779 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
4782 defun-declarations-alist.
4783
4784 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
4785
4786 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
4787 (bug#16829).
4788
4789 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
4790
4791 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
4792 (whitespace-newline, whitespace-trailing, whitespace-line)
4793 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4794 (whitespace-space-after-tab): Fix typo in docstrings.
4795
4796 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
4797
4798 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
4799
4800 * electric.el (electric-indent-functions-without-reindent):
4801 Add `yaml-indent-line'.
4802
4803 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
4806 It has done nothing for years; should be removed after the release.
4807
4808 * simple.el (choose-completion): Fix docstring typo.
4809 (read-quoted-char-radix): Remove unneeded * in docstring.
4810 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
4811 Don't escape parentheses unnecessarily in docstrings.
4812
4813 2014-02-21 Martin Rudalics <rudalics@gmx.at>
4814
4815 Fix handling of window-min-height/-width (Bug#16738).
4816 * window.el (window--dump-window, window--dump-frame):
4817 New functions.
4818 (window--min-size-1): Account for window dividers.
4819 When window-resize-pixelwise is nil, delay rounding till after the
4820 sum of the window components has been calculated.
4821 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
4822 nil make sure at least one text line and two text columns remain
4823 fully visible.
4824 (window-resize): Signal an error when window-resize-apply fails.
4825 (window--resize-child-windows): Fix calculation of by how many
4826 pixels a window can still be shrunk via window-new-normal.
4827 (adjust-window-trailing-edge): Call window--resizable with
4828 correct TRAIL argument.
4829
4830 (with-temp-buffer-window): Don't evaluate BODY within
4831 with-current-buffer (Bug#16816).
4832
4833 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
4834
4835 * net/tramp.el (tramp-check-cached-permissions):
4836 Call `file-attributes' with `suffix' being a symbol but a string.
4837
4838 2014-02-21 Daniel Colascione <dancol@dancol.org>
4839
4840 * net/dbus.el (dbus-init-bus-1): Declare new subr.
4841 (dbus-init-bus): New function: call into dbus-init-bus-1
4842 and installs a handler for the disconnect signal.
4843 (dbus-call-method): Rewrite to look for result in cons.
4844 (dbus-call-method-handler): Store result in cons.
4845 (dbus-check-event): Recognize events with nil sender as valid.
4846 (dbus-handle-bus-disconnect): New function. React to bus
4847 disconnection signal by synthesizing dbus error for each
4848 pending synchronous or asynchronous call.
4849 (dbus-notice-synchronous-call-errors): New function.
4850 (dbus-handle-event): Raise errors directly only when `dbus-debug'
4851 is true, not all the time.
4852
4853 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
4854
4855 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4856 Remove obsolescence declarations, these variables do not exist anymore.
4857
4858 * savehist.el (savehist-save-minibuffer-history)
4859 (savehist-additional-variables, savehist-file, savehist-mode-hook)
4860 (savehist-save-hook, savehist-coding-system, savehist-loaded)
4861 (savehist-load, savehist-install, savehist-autosave): Fix typos;
4862 mostly, refer to "Savehist mode" when talking about the mode,
4863 and not the function.
4864
4865 * saveplace.el (save-place): Remove redundant info in docstring.
4866 (save-place-forget-unreadable-files, toggle-save-place)
4867 (save-place-forget-unreadable-files, save-place-dired-hook):
4868 Fix typos and remove unneeded backslashes.
4869
4870 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
4871
4872 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
4873 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
4874
4875 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4876 <insert-directory>: Use `tramp-handle-insert-directory'.
4877 (tramp-gvfs-handle-insert-directory): Remove function.
4878
4879 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4880 Call `tramp-handle-insert-directory'.
4881
4882 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
4883
4884 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
4885 before the start of buffer/region (bug#16799).
4886
4887 2014-02-20 Glenn Morris <rgm@gnu.org>
4888
4889 * isearch.el (search-invisible): Doc fix.
4890
4891 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
4892
4893 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
4894 (bug#16657).
4895
4896 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
4897
4898 * frameset.el (frameset-restore): Delay removing an old frame's
4899 duplicate id until the new frame has been correctly created.
4900
4901 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
4904 (tramp-check-cached-permissions): Call `file-attributes' if the
4905 cache is empty.
4906
4907 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
4908 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4909
4910 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
4911 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
4912 (tramp-gvfs-maybe-open-connection): Set always connection
4913 properties, even if target is mounted already.
4914
4915 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
4916 Set tramp-autoload cookie.
4917 (tramp-get-remote-touch): New defun.
4918 (tramp-sh-handle-set-file-times): Use it.
4919 (tramp-sh-handle-directory-files-and-attributes):
4920 Use `tramp-handle-directory-files-and-attributes' if neither stat
4921 nor perl are available on the remote host.
4922
4923 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
4924 "/". Write long listing only when "l" belongs to the switches.
4925
4926 * net/trampver.el: Update release number.
4927
4928 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
4929
4930 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
4931
4932 2014-02-19 Martin Rudalics <rudalics@gmx.at>
4933
4934 * window.el (window-state-put): Allow WINDOW to refer to an
4935 internal window (Bug#16793).
4936
4937 2014-02-19 Glenn Morris <rgm@gnu.org>
4938
4939 * textmodes/remember.el: Move provide statement to end.
4940 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
4941 (remember-notes): Doc fixes.
4942
4943 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
4944
4945 * delsel.el (delete-char): Restore incorrectly erased property
4946 (bug#16795).
4947
4948 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
4949
4950 * frameset.el (frameset--restore-frame): When a frame is being reused
4951 and its root window is not alive, delete all the frame's windows before
4952 restoring the window state. This works around the issue in bug#16793.
4953
4954 2014-02-18 Glenn Morris <rgm@gnu.org>
4955
4956 * textmodes/remember.el (remember-data-directory)
4957 (remember-directory-file-name-format, remember-store-in-files)
4958 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
4959 (remember-notes-save-and-bury-buffer)
4960 (remember-notes--kill-buffer-query): Doc fixes.
4961
4962 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
4963
4964 2014-02-17 Alan Mackenzie <acm@muc.de>
4965
4966 Connect electric-indent-mode up with CC Mode. Bug #15478.
4967 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
4968 to electric-indent-{,local-}-mode.
4969 (c-basic-common-init): Set electric-indent-inhibit.
4970 Initialise c-electric-flag from electric-indent-mode.
4971 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
4972 New hook functions which propagate electric-indent-mode to CC mode.
4973
4974 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
4975 hit, toggle electric-indent-local-mode.
4976
4977 * electric.el (electric-indent-mode-has-been-called):
4978 New variable.
4979
4980 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
4981
4982 * frameset.el (frameset-cfg-id): New function.
4983 (frameset--reuse-frame, frameset-restore): Use it.
4984 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
4985
4986 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
4987
4988 * ido.el (ido-file-internal): Remove unused var `d'.
4989 Use \` for to match BoS. Fit within 80n columns.
4990
4991 2014-02-17 Daniel Colascione <dancol@dancol.org>
4992
4993 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
4994 dbus-call-method check for completion using a busy-wait loop with
4995 gradual backoff.
4996
4997 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
4998
4999 Sync with Tramp 2.2.9.
5000
5001 * net/trampver.el: Update release number.
5002
5003 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
5004
5005 * ido.el (ido-file-internal): Don't add the name of an existing
5006 directory twice. (Bug#16747)
5007
5008 2014-02-16 Glenn Morris <rgm@gnu.org>
5009
5010 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
5011 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
5012
5013 2014-02-15 Michael R. Mauger <michael@mauger.com>
5014
5015 * progmodes/sql.el: Version 3.4
5016 (sql-oracle-options): New default value ("-L").
5017 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
5018 (sql-placeholders-filter): Correct placeholder pattern.
5019 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
5020 (sql-login-delay): New variable.
5021 (sql-product-interactive): Use it.
5022
5023 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * frameset.el (frameset--jump-to-register): Check that buffer is live
5026 (bug#16749).
5027
5028 2014-02-15 Glenn Morris <rgm@gnu.org>
5029
5030 * info.el (info-initialize): Revert 2014-01-10 change.
5031
5032 2014-02-14 Glenn Morris <rgm@gnu.org>
5033
5034 * replace.el (map-query-replace-regexp)
5035 (read-regexp-defaults-function, read-regexp): Doc fixes.
5036
5037 * dired.el (dired-read-regexp):
5038 * faces.el (list-faces-display):
5039 * misearch.el (multi-isearch-read-matching-buffers)
5040 (multi-isearch-read-matching-files):
5041 * play/cookie1.el (cookie-apropos):
5042 * progmodes/grep.el (grep-read-regexp): Doc fixes.
5043
5044 * textmodes/remember.el (remember): Use frameset-to-register
5045 rather than frame-configuration-to-register.
5046
5047 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
5048
5049 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
5050 incorrect keybinding.
5051
5052 2014-02-13 Daniel Colascione <dancol@dancol.org>
5053
5054 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
5055 when adding overlays so that line numbers from compiler match line
5056 numbers we use.
5057
5058 2014-02-13 Glenn Morris <rgm@gnu.org>
5059
5060 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
5061
5062 * jit-lock.el (jit-lock-mode): Doc fix.
5063
5064 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
5065
5066 * apropos.el (apropos-read-pattern): When the user passes an empty
5067 string, give a more helpful error message than "Wrong type
5068 argument: stringp, nil".
5069
5070 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
5071
5072 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
5073
5074 2014-02-13 Glenn Morris <rgm@gnu.org>
5075
5076 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
5077
5078 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
5079
5080 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
5081 shift-select commands.
5082
5083 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
5084
5085 * progmodes/js.el (js-indent-line): Don't widen.
5086 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
5087
5088 2014-02-12 Glenn Morris <rgm@gnu.org>
5089
5090 * icomplete.el (icomplete): Add info-link to defgroup.
5091 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
5092 (icomplete-minibuffer-map, icomplete-mode)
5093 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
5094
5095 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
5096 (package-menu-filter): Rename from package-menu-filter-interactive.
5097 Doc fix.
5098
5099 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
5100
5101 * frameset.el (frameset--jump-to-register): Select the required
5102 window and buffer before restoring position (bug#16696).
5103
5104 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
5105
5106 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
5107
5108 2014-02-10 Glenn Morris <rgm@gnu.org>
5109
5110 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
5111
5112 2014-02-10 Eli Zaretskii <eliz@gnu.org>
5113
5114 * w32-common-fns.el (x-get-selection): Doc fix.
5115 * select.el (x-get-selection): Doc fix. (Bug#15109)
5116
5117 * face-remap.el (face-remap-add-relative)
5118 (face-remap-remove-relative, face-remap-reset-base)
5119 (face-remap-set-base): Call force-mode-line-update to redisplay
5120 the current buffer due to potential change in faces. (Bug#16709)
5121
5122 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
5123
5124 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
5125 script more robustly.
5126
5127 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
5128
5129 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
5130
5131 * simple.el (choose-completion): Doc fix (bug#14160).
5132
5133 * subr.el (event-start): Say what a nil EVENT value means.
5134
5135 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
5136 (bug#14197).
5137
5138 * progmodes/grep.el (find-program): Doc fix (bug#14289).
5139
5140 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
5141
5142 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
5143
5144 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
5145 predicate function (bug#15455).
5146
5147 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
5148
5149 * ielm.el (inferior-emacs-lisp-mode): Instead of
5150 `comment-use-global-state', set `comment-use-syntax'.
5151
5152 2014-02-10 Glenn Morris <rgm@gnu.org>
5153
5154 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
5155
5156 2014-02-09 Alan Mackenzie <acm@muc.de>
5157
5158 Fix c-invalidate-state-cache on narrowed buffers.
5159 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
5160 Widen when setting and clearing the CPP delimiter properties.
5161
5162 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5163
5164 * help.el (describe-bindings): Doc fix (bug#9888).
5165
5166 * files.el (save-buffer): Use ARG as the parameter name for
5167 consistency (bug#10346).
5168 (save-buffer): Clarify the 0 argument (bug#10346).
5169
5170 * cus-edit.el (customize-apropos): Fix error string.
5171 (custom-buffer-create): Doc fix (bug#11122).
5172 (custom-sort-items): Doc fix (bug#11121).
5173
5174 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
5175
5176 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
5177 (icomplete-simple-completing-p): Mention the previous variable.
5178
5179 * font-lock.el (font-lock-value-in-major-mode): Clarify the
5180 meaning of the parameter (bug#12282).
5181
5182 * files.el (find-file-noselect): Clarify prompt when changing
5183 readedness (bug#13261).
5184 (locate-file): Suffixes aren't returned, so don't say that they
5185 are (bug#12674).
5186 (backup-inhibited): Doc clarification (bug#12525).
5187
5188 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
5189 before we actually start to delete things (bug#16331).
5190
5191 * subr.el (event-start): Doc fix (bug#14228).
5192 (event-end): Ditto.
5193
5194 2014-02-09 Glenn Morris <rgm@gnu.org>
5195
5196 * emacs-lisp/warnings.el (lwarn):
5197 Empower help-enable-auto-load. (Bug#15940)
5198
5199 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
5200
5201 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
5202 (Bug#16690)
5203
5204 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
5205
5206 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5207 Insert output at end of buffer. (Bug#16120)
5208
5209 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
5210
5211 * simple.el (choose-completion-string-functions): Document new
5212 calling convention (bug#14153).
5213 (execute-extended-command): Clarify doc string (bug#13373).
5214
5215 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
5216
5217 * find-dired.el (find-name-dired): Doc fix (bug#14290).
5218 (find-grep-dired): Doc fix (bug#14288).
5219
5220 2014-02-08 Juri Linkov <juri@jurta.org>
5221
5222 * isearch.el (isearch-quote-char): Check character validity
5223 like in `quoted-insert' (bug#16677).
5224
5225 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
5226
5227 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
5228
5229 * isearch.el (isearch-hide-immediately): Doc clarification
5230 (bug#14723).
5231
5232 * simple.el (line-move): Document utility function used many
5233 places in the Emacs sources (bug#14843).
5234
5235 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
5236 (dired-prev-marked-file): Doc fix (bug#14855).
5237 (dired-up-directory): Doc fix (bug#14848).
5238
5239 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
5240
5241 * files.el (file-relative-name): Doc fix (bug#15159).
5242
5243 * fringe.el (fringe-styles): Doc fix (bug#15239).
5244
5245 * isearch.el (isearch-filter-predicate): Documentation typo fix
5246 (bug#15474).
5247
5248 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
5249
5250 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
5251
5252 * replace.el (replace-match-maybe-edit): Doc clarification
5253 (bug#15632).
5254
5255 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
5256
5257 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
5258
5259 2014-02-08 Glenn Morris <rgm@gnu.org>
5260
5261 * help-fns.el (describe-variable):
5262 Check {file,dir}-local-variables-alist, and buffer-file-name,
5263 in the correct buffer.
5264
5265 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
5266
5267 * help-fns.el (describe-variable): Fix the case where
5268 a value is directory-local with no dir-locals file. (Bug#16635)
5269
5270 2014-02-08 Glenn Morris <rgm@gnu.org>
5271
5272 * abbrev.el (edit-abbrevs-mode):
5273 Derive from fundamental-mode. (Bug#16682)
5274
5275 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * simple.el (quoted-insert): Check character validity (bug#16677).
5278
5279 2014-02-07 Juri Linkov <juri@jurta.org>
5280
5281 * desktop.el (desktop-read): Claim the lock when the owner is not
5282 the current process. (Bug#16157)
5283
5284 2014-02-07 Juri Linkov <juri@jurta.org>
5285
5286 * desktop.el (desktop-buffers-not-to-save): Change default from nil
5287 to "\\` ". (Bug#16651)
5288
5289 2014-02-07 Juri Linkov <juri@jurta.org>
5290
5291 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
5292 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
5293 (desktop-auto-save-cancel-timer): New function with some code from
5294 `desktop-auto-save-set-timer'.
5295 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
5296 Instead of setting `desktop-save-mode' to nil, call
5297 `desktop-save-mode' with arg 0. (Bug#16630)
5298
5299 2014-02-07 Glenn Morris <rgm@gnu.org>
5300
5301 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
5302 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5303 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
5304
5305 * obsolete/iswitchb.el: Move to obsolete/.
5306 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
5307 since obsolete/ is not scanned for autoloads.
5308 * emacs-lisp/authors.el (authors-valid-file-names):
5309 Add iswitchb.el.
5310
5311 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
5312 Disable now non-functional find-file-hook.
5313
5314 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
5315
5316 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
5317 instead of ";" in order to avoid additional prompts. Let heredoc
5318 scripts read from tty. (Bug#16582)
5319 (tramp-send-command): No special handling of heredocs, it isn't
5320 necessary anymore.
5321
5322 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
5325 with a space (bug#16664). Limit the symbols considered to the ones
5326 that are bound or fbound (bug#16646).
5327
5328 2014-02-06 Glenn Morris <rgm@gnu.org>
5329
5330 * epa.el (epa-mail-aliases): Doc fix.
5331
5332 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
5333
5334 * emacs-lisp/lisp.el (lisp-completion-at-point):
5335 Use `completion-table-merge' instead of `completion-table-in-turn'
5336 (bug#16604).
5337
5338 * minibuffer.el (completion-table-merge): New function.
5339
5340 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
5341
5342 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
5343 (tramp-sh-handle-set-file-acl)
5344 (tramp-sh-handle-start-file-process)
5345 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
5346 (tramp-find-executable, tramp-send-command): Use it.
5347
5348 2014-02-05 Glenn Morris <rgm@gnu.org>
5349
5350 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
5351
5352 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
5353
5354 * progmodes/python.el (python-shell-send-string)
5355 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
5356
5357 2014-02-04 Anders Lindgren <andlind@gmail.com>
5358
5359 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
5360 the names (bug#16620).
5361
5362 2014-02-03 Martin Rudalics <rudalics@gmx.at>
5363
5364 * faces.el (window-divider): New default value. Rewrite doc-string.
5365 (window-divider-first-pixel, window-divider-last-pixel): New faces.
5366
5367 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
5368
5369 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
5370 `protected' and `public' can also be called without arguments.
5371
5372 2014-02-03 Glenn Morris <rgm@gnu.org>
5373
5374 * register.el (window-configuration-to-register)
5375 (frame-configuration-to-register): Unadvertise unused argument.
5376 * frameset.el (frameset-to-register): Remove unused argument.
5377
5378 * frameset.el (frameset-to-register):
5379 * kmacro.el (kmacro-to-register):
5380 * register.el (increment-register):
5381 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
5382 (calc-append-to-register, calc-prepend-to-register):
5383 * play/gametree.el (gametree-layout-to-register)
5384 (gametree-apply-register-layout):
5385 * textmodes/picture.el (picture-clear-rectangle-to-register)
5386 (picture-yank-rectangle-from-register):
5387 * vc/emerge.el (emerge-combine-versions-register):
5388 Use register-read-with-preview to read registers.
5389
5390 2014-02-03 João Távora <joaotavora@gmail.com>
5391
5392 * elec-pair.el (electric-pair-backward-delete-char): Don't error
5393 when at beginning of (possibly narrowed) buffer.
5394
5395 2014-02-02 Daniel Colascione <dancol@dancol.org>
5396
5397 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
5398 Also try to display local help from just before point.
5399
5400 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
5401
5402 c-parse-state. Don't "append-lower-brace-pair" in certain
5403 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
5404 recognised as a comment.
5405
5406 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
5407 as well as normal comment starter.
5408 (c-parse-state-get-strategy): Extra return possibility
5409 'back-and-forward.
5410 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
5411 return value list to indicate replacement of a brace-pair cons
5412 with its car.
5413 (c-parse-state-1): With 'back-and-forward, only call
5414 c-append-lower-brace-pair-to state-cache when cons-separated.
5415
5416 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
5417
5418 * term/ns-win.el (ns-suspend-error): New function.
5419 (ns-initialize-window-system): Add ns-suspend-error to
5420 suspend-hook (Bug#16612).
5421
5422 2014-02-02 Daniel Colascione <dancol@dancol.org>
5423
5424 * progmodes/cc-defs.el (c-find-assignment-for-mode):
5425 Make loading cc-mode silent.
5426
5427 2014-02-02 Daniel Colascione <dancol@dancol.org>
5428
5429 * comint.el (comint-prompt-read-only): Change doc to suggest
5430 remap keybinding.
5431
5432 2014-02-02 Glenn Morris <rgm@gnu.org>
5433
5434 * register.el (register-read-with-preview, point-to-register)
5435 (window-configuration-to-register, frame-configuration-to-register)
5436 (jump-to-register, number-to-register, view-register, insert-register)
5437 (copy-to-register, append-to-register, prepend-to-register)
5438 (copy-rectangle-to-register): Doc fixes.
5439
5440 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5441
5442 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
5443 * emacs-lisp/find-func.el (find-function-C-source): Idem.
5444 * emacs-lisp/nadvice.el (advice--cd*r): New function.
5445 * help-fns.el (describe-function-1): Use it.
5446
5447 2014-02-02 Glenn Morris <rgm@gnu.org>
5448
5449 * register.el (register-preview-default): New function,
5450 split from register-preview.
5451 (register-preview-function): Rename from register-preview-functions,
5452 make it not a hook.
5453 (register-preview): Use register-preview-function.
5454 (register-read-with-preview): Error on non-character event. (Bug#16595)
5455
5456 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
5457
5458 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
5459 `:' before binary operators (bug#16609). Don't check for `:'
5460 before `[' and `(', or their syntax status. A percent literal
5461 can't end with either.
5462 (ruby-font-lock-keywords): For built-ins that require arguments,
5463 check that they're followed by something that looks like argument
5464 (bug#16610).
5465
5466 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5467
5468 * subr.el (butlast): Document what an omitted N means (bug#13437).
5469 (nbutlast): Ditto.
5470
5471 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5472
5473 * net/shr.el (shr-generic): Make into a defsubst to make the stack
5474 depth shallower (bug#16587).
5475 (shr-tag-svg): Respect `shr-inhibit-images'.
5476 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
5477
5478 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
5479
5480 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
5481 (ruby-smie-grammar): Make "." right-associative. Make its priority
5482 lower than the ternary and all binary operators.
5483 (ruby-smie-rules): Indent "(" relative to the first non-"."
5484 parent, or the first "." parent at indentation.
5485 Use `ruby-align-chained-calls' for indentation of "." tokens.
5486 (Bug#16593)
5487
5488 2014-01-31 Juri Linkov <juri@jurta.org>
5489
5490 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
5491 from `make-hash-table'.
5492
5493 * textmodes/ispell.el (ispell-init-process): Change message format
5494 to be consistent with other messages.
5495
5496 2014-01-31 Glenn Morris <rgm@gnu.org>
5497
5498 * delsel.el (delete-selection-mode): Doc fix.
5499
5500 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
5501 (trace-function-background): Doc fixes.
5502
5503 * ido.el (ido-use-virtual-buffers): Doc fix.
5504 Reset :version, since the default value has not changed.
5505
5506 * register.el (register-preview-delay, register-read-with-preview):
5507 Doc fixes.
5508
5509 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
5510 do not mess with mail-buffer position (fixes 2009-11-03 change).
5511 * progmodes/cc-mode.el (c-submit-bug-report):
5512 Check auto-fill-mode is bound. (Bug#16592)
5513
5514 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
5515
5516 * startup.el (fancy-splash-image-file): New function,
5517 split from fancy-splash-head.
5518 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
5519 so that we are both using the same image. (Bug#16574)
5520
5521 2014-01-30 Glenn Morris <rgm@gnu.org>
5522
5523 * simple.el (eval-expression): Doc fix.
5524
5525 * hexl.el (hexl-mode-hook):
5526 * ielm.el (ielm-mode-hook):
5527 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
5528 (lisp-interaction-mode-hook):
5529 * progmodes/cfengine.el (cfengine3-documentation-function):
5530 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
5531
5532 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
5535 is a symbol (bug#16584).
5536
5537 2014-01-30 Glenn Morris <rgm@gnu.org>
5538
5539 * help.el (help-for-help-internal): Add "P" to text.
5540
5541 2014-01-29 Glenn Morris <rgm@gnu.org>
5542
5543 * simple.el (just-one-space, cycle-spacing): Doc fixes.
5544
5545 2014-01-28 Martin Rudalics <rudalics@gmx.at>
5546
5547 * window.el (fit-frame-to-buffer): Fix calculations for margins and
5548 height constraints.
5549
5550 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
5551
5552 * progmodes/hideif.el: Extend to full CPP expression syntax.
5553 (hif-token-alist): Add missing tokens.
5554 (hif-token-regexp): Add support for float/octal/hex immediates.
5555 (hif-string-literal-regexp): New const.
5556 (hif-tokenize): Recognize strings and float/octal/hex immediates.
5557 (hif-exprlist): New function.
5558 (hif-parse-if-exp): Use it.
5559 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
5560 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
5561 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
5562 (hif-logxor, hif-comma): New functions.
5563
5564 2014-01-28 Glenn Morris <rgm@gnu.org>
5565
5566 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
5567
5568 * indent.el (tab-stop-list): Doc fix. Add :version.
5569
5570 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
5571 (cvs-append-to-ignore): Add compatibility alias.
5572
5573 2014-01-27 Glenn Morris <rgm@gnu.org>
5574
5575 * dired.el (dired-hide-details-mode): Don't autoload it,
5576 since it cannot be used outside Dired buffers anyway.
5577
5578 * emulation/cua-base.el (cua-mode): Doc fix.
5579
5580 * dired.el (dired-hide-details-hide-symlink-targets)
5581 (dired-hide-details-hide-information-lines)
5582 (dired-hide-details-mode): Doc fixes.
5583
5584 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
5585 * strokes.el (strokes-file): Doc fix. Bump :version.
5586 (strokes-help): Doc fix.
5587 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
5588 * emulation/viper.el (viper): Doc fix for custom group.
5589 (top-level): Remove oh-so-no-longer-relevant text about vip.
5590 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
5591
5592 * ido.el (ido-save-directory-list-file):
5593 * saveplace.el (save-place-file):
5594 * calendar/timeclock.el (timeclock-file):
5595 * net/quickurl.el (quickurl-url-file):
5596 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
5597 * progmodes/idlwave.el (idlwave-config-directory):
5598 * textmodes/remember.el (remember-data-file):
5599 Bump :version.
5600
5601 2014-01-26 Glenn Morris <rgm@gnu.org>
5602
5603 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
5604 Doc fix. Make obsolete.
5605 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
5606
5607 * sort.el (delete-duplicate-lines): Doc fix.
5608
5609 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5610
5611 * progmodes/ada-mode.el (ada):
5612 * woman.el (woman): Link to info manual and Commentary section.
5613
5614 * progmodes/flymake.el (flymake):
5615 * nxml/nxml-mode.el (nxml):
5616 * net/eww.el (eww):
5617 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
5618 * htmlfontify.el (htmlfontify):
5619 * ses.el (ses):
5620 * epa.el (epa):
5621 * ido.el (ido): Link to info manual.
5622
5623 2014-01-25 Leo Liu <sdl.web@gmail.com>
5624
5625 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
5626
5627 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
5628
5629 * net/shr.el (shr-tag-img): Prefer the title over the alt text
5630 (bug#16537).
5631
5632 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
5633
5634 * net/eww.el (eww-download-callback):
5635 Fix reference to eww-download-directory.
5636
5637 * emacs-lisp/bytecomp.el (byte-compile-file):
5638 Remove unused local variable `file-name'.
5639
5640 2014-01-24 Glenn Morris <rgm@gnu.org>
5641
5642 * woman.el (woman-default-faces, woman-monochrome-faces):
5643 Fix obsolescence specification.
5644
5645 * subr.el (with-demoted-errors): Doc fix.
5646
5647 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5648
5649 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
5650 (cl--macroexp-fboundp): New function.
5651 (cl--make-type-test): Use it.
5652
5653 2014-01-23 Glenn Morris <rgm@gnu.org>
5654
5655 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
5656 * simple.el (eval-expression): Doc fixes.
5657
5658 2014-01-22 Glenn Morris <rgm@gnu.org>
5659
5660 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
5661
5662 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5663
5664 * emacs-lisp/package.el: Write files silently.
5665 (package-autoload-ensure-default-file, package--write-file-no-coding)
5666 (package-generate-description-file, package--download-one-archive)
5667 (package-install-from-archive): Tell `write-region' to stay quiet.
5668 (package-menu-mode, package-menu--print-info): Omit the Archive column
5669 if there's only one archive.
5670 (package-all-keywords, package--has-keyword-p): Remove dead code.
5671
5672 2014-01-22 Glenn Morris <rgm@gnu.org>
5673
5674 * version.el (emacs-bzr-version-bzr): Fix typo.
5675
5676 * version.el (emacs-repository-get-version):
5677 Check either .bzr or .git, but not both.
5678 Make the git case actually use the DIR argument, and return nil
5679 rather than the empty string.
5680 Avoid error if .git exists but the git executable is not found.
5681
5682 2014-01-22 Martin Rudalics <rudalics@gmx.at>
5683
5684 Fixes in window size functions around Bug#16430 and Bug#16470.
5685 * window.el (window-total-size, window-size): New argument ROUND.
5686 (window--min-delta-1, window-min-delta, window--max-delta-1):
5687 Be more conservative when calculating the numbers of lines or
5688 columns a window can shrink (Bug#16430).
5689 (fit-window-to-buffer): Simplify code.
5690 * term.el (term-window-width): Call window-body-width again.
5691
5692 2014-01-22 Glenn Morris <rgm@gnu.org>
5693
5694 * image.el (image-format-suffixes): Doc fix.
5695
5696 * international/quail.el (quail-define-package): Doc fix.
5697
5698 * emacs-lisp/authors.el (authors-valid-file-names)
5699 (authors-renamed-files-alist): Additions.
5700
5701 * vc/vc-git.el (vc-git-print-log): Remove --follow;
5702 reverts 2014-01-09 change. (Bug#16422)
5703
5704 * calc/calc-embed.el (thing-at-point-looking-at):
5705 * emacs-lisp/map-ynp.el (x-popup-dialog):
5706 * obsolete/lmenu.el (x-popup-dialog):
5707 * emacs-lisp/package.el (url-recreate-url):
5708 * mail/mailclient.el (clipboard-kill-ring-save):
5709 * subr.el (x-popup-dialog): Update declaration.
5710 * mail/rmail.el (rmail-mime-message-p):
5711 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
5712
5713 2014-01-21 Daniel Colascione <dancol@dancol.org>
5714
5715 * progmodes/sh-script.el (sh--inside-noncommand-expression):
5716 Correctly detect when we're inside an arithmetic expansion form
5717 containing nested parenthesis.
5718 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
5719 to detect cases where we shouldn't expand "<<" to a heredoc
5720 skeleton.
5721
5722 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
5725 (eldoc--message-command-p): New function.
5726 (eldoc-display-message-p): Use it.
5727 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
5728 message is not automatically erased for us.
5729 (eldoc-print-current-symbol-info): Erase previous message, if any.
5730
5731 2014-01-21 Tassilo Horn <tsdh@gnu.org>
5732
5733 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
5734 specify it's an interactive function.
5735
5736 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5737 Fix regex used for scanning for citation keys which failed for
5738 citations with optional arguments.
5739
5740 2014-01-21 Leo Liu <sdl.web@gmail.com>
5741
5742 * simple.el (read--expression): Don't enable eldoc-mode.
5743
5744 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5745
5746 * simple.el (move-beginning-of-line): Make sure we don't move forward
5747 (bug#16497).
5748
5749 2014-01-20 Juri Linkov <juri@jurta.org>
5750
5751 * saveplace.el (toggle-save-place, save-place-to-alist)
5752 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
5753 'dired-mode) before checking for dired-directory. (Bug#16477)
5754
5755 2014-01-20 Juri Linkov <juri@jurta.org>
5756
5757 * indent.el (indent-line-to): Use backward-to-indentation
5758 instead of back-to-indentation. (Bug#16461)
5759
5760 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
5761
5762 Revert some of the CANNOT_DUMP fix (Bug#16494).
5763 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
5764 but fixing this can wait until after the next release.
5765 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
5766
5767 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
5768
5769 * eshell/esh-mode.el (eshell-password-prompt-regexp):
5770 Use `password-word-equivalents'.
5771 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
5772 to t. (Bug#5664, Bug#13124)
5773
5774 2014-01-19 Alan Mackenzie <acm@muc.de>
5775
5776 Bind open-paren-in-column-0-is-defun-start to nil at some entry
5777 points.
5778 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
5779 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
5780 * progmodes/cc-mode.el (c-before-change, c-after-change)
5781 (c-font-lock-fontify-region): Bind it here.
5782
5783 2014-01-19 Martin Rudalics <rudalics@gmx.at>
5784
5785 * term.el (term-window-width): Call window-text-width instead of
5786 window-width (Bug#16470).
5787
5788 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
5789
5790 * simple.el (password-word-equivalents): Remove duplicates.
5791 Sort, to make this easier next time.
5792 Downcase. Omit ": " after "jelszó".
5793
5794 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
5795
5796 * term/common-win.el (saved-region-selection): Defvar it.
5797 (x-select-text): Set saved-region-selection (Bug#16382).
5798
5799 2014-01-18 Glenn Morris <rgm@gnu.org>
5800
5801 * emacs-lisp/authors.el (authors-aliases)
5802 (authors-renamed-files-alist): Add some entries.
5803
5804 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
5805
5806 * net/tramp.el (tramp-password-prompt-regexp):
5807 Use `password-word-equivalents' if available.
5808 (tramp-action-password, tramp-process-one-action)
5809 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
5810
5811 2014-01-17 Chong Yidong <cyd@gnu.org>
5812
5813 * simple.el (password-word-equivalents): New defcustom.
5814 * comint.el (comint-password-prompt-regexp): Use it. Bump version
5815 to 24.4.
5816 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
5817 to t. (Bug#13124)
5818
5819 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
5820
5821 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
5822 (ruby-align-to-stmt-keywords): Change the default value.
5823 Use `ruby-alignable-keywords' to generate the possible customization
5824 choices.
5825 (ruby-smie-rules): Instead of using a hardcoded list of alignable
5826 keywords, check against the value of `ruby-alignable-keywords'
5827 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
5828
5829 2014-01-17 Glenn Morris <rgm@gnu.org>
5830
5831 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
5832
5833 Make M-x authors return zero *Authors Errors* from current logs.
5834 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
5835 (authors-ignored-files): Add some entries, remove others.
5836 (authors-ambiguous-files, authors-valid-file-names):
5837 Add some entries.
5838 (authors-renamed-files-alist): Add, remove, and adjust entries.
5839 (authors-renamed-files-regexps): Add some entries.
5840 Remove some very broad ones. Make some entries `lax'.
5841 (authors-lax-changelogs): New constant.
5842 (authors-disambiguate-file-name): Treat top-level specially.
5843 (authors-lax-changelog-p): New function.
5844 (authors-canonical-file-name): Check file as written against
5845 authors-valid-file-names. Do not special-case etc/.
5846 Handle `lax' logs and authors-renamed-files-regexps elements.
5847
5848 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
5849
5850 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
5851 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
5852 callers.
5853
5854 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
5857 Assume we're already in the proper buffer.
5858 Inspired by Anders Lindgren <andlind@gmail.com>.
5859 (follow-post-command-hook): Call it from the right buffer.
5860 (follow-comint-scroll-to-bottom): Adjust call.
5861 (follow-all-followers): Use get-buffer-window-list.
5862
5863 2014-01-15 Daniel Colascione <dancol@dancol.org>
5864
5865 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
5866 `buffer-file-name' in interactive-form so that we don't leave
5867 pathless file names in `file-name-history'.
5868
5869 2014-01-15 Juri Linkov <juri@jurta.org>
5870
5871 * indent.el (indent-rigidly): Set deactivate-mark to nil
5872 in transient indentation mode. (Bug#16438)
5873
5874 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
5875
5876 * emacs-lisp/package.el (package-desc-keywords): New function
5877 (Bug#16222).
5878 (describe-package-1, package-all-keywords)
5879 (package--has-keyword-p): Use it.
5880
5881 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
5882
5883 * simple.el (define-alternatives): When creating the
5884 COMMAND-alternatives variable, assign COMMAND as its definition
5885 name so that `describe-variable' can relocate it.
5886
5887 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
5888
5889 * font-lock.el (font-lock-keywords): Fix typo in docstring
5890 (bug#16307).
5891
5892 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5893
5894 * ispell.el (ispell-region): Reset `in-comment' for new line
5895 instead of wrongly reset `add-coment' (bug#13577).
5896
5897 2014-01-14 Daiki Ueno <ueno@gnu.org>
5898
5899 * epa-file.el (epa-file-write-region): Encode the region according
5900 to `buffer-file-format'. Problem reported at:
5901 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
5902
5903 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5904
5905 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
5906 so it applies in the right buffer (bug#16410).
5907
5908 2014-01-13 Daniel Colascione <dancol@dancol.org>
5909
5910 * textmodes/rst.el (rst-define-key): Provide deprecated
5911 keybindings through named functions instead of anonymous ones so
5912 that "??" doesn't appear in describe-mode output.
5913
5914 2014-01-13 Bastien Guerry <bzg@gnu.org>
5915
5916 * simple.el (define-alternatives): Call the selected command
5917 interactively. When setting `COMMAND--implementation' for the
5918 first time, tell the user how to chose another implementation.
5919 Enhance the docstring.
5920
5921 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5922
5923 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
5924 (log-edit--match-first-line): New function.
5925 (log-edit-font-lock-keywords): Use it.
5926 (log-edit-mode): Make jit-lock-defer-multiline work.
5927
5928 2014-01-13 Bastien Guerry <bzg@gnu.org>
5929
5930 * rect.el (rectangle-mark-mode): When the region is not active,
5931 display a message saying that the mark as been set and that
5932 rectangle mode is in use.
5933 (rectangle--highlight-for-redisplay): Only put an overlay with a
5934 visible vertical bar when (display-graphic-p) is non-nil.
5935 This partially fixes Bug#16403.
5936
5937 2014-01-13 Juri Linkov <juri@jurta.org>
5938
5939 * info.el (Info-find-file): Go to DIR before displaying the error
5940 about a nonexistent file if no previous Info file is visited.
5941 Use `user-error' instead of `error' for "Info file %s does not exist".
5942 (Info-find-node-2): In case of a nonexistent node in unwind forms
5943 go to the Top node if there is no previous node to revert to.
5944 (Bug#16405)
5945
5946 2014-01-13 Martin Rudalics <rudalics@gmx.at>
5947
5948 fit-frame/window-to-buffer code fixes including one for Bug#14096.
5949 * window.el (fit-frame-to-buffer): Fix doc-string.
5950 Respect window-min-height/-width. Fit pixelwise when
5951 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
5952 when avoiding that frame goes partially off-screen.
5953 (fit-window-to-buffer): Respect window-min-height/-width
5954 (Bug#14096).
5955
5956 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5957
5958 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
5959 after an empty line.
5960
5961 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
5962
5963 * net/shr.el (shr-render-region): Autoload.
5964
5965 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
5966
5967 * net/eww.el (eww-download-directory): Rename from
5968 `eww-download-path' (Bug#16419).
5969
5970 2014-01-12 Leo Liu <sdl.web@gmail.com>
5971
5972 * dired-x.el (dired-mode-map): Fix last change.
5973
5974 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
5975
5976 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
5977
5978 Spelling fixes.
5979 * emacs-lisp/generic.el (generic--normalize-comments):
5980 Rename from generic--normalise-comments. All uses changed.
5981 * play/bubbles.el (bubbles--neighborhood-score)
5982 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
5983 (bubbles--neighborhood-available)
5984 (bubbles--update-neighborhood-score):
5985 Rename from names with 'neighbourhood'. All uses changed.
5986
5987 2014-01-12 Leo Liu <sdl.web@gmail.com>
5988
5989 Re-implement the feature of showing eldoc info after editing.
5990 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
5991 (eldoc-edit-message-commands): New function.
5992 (eldoc-print-after-edit): New variable.
5993 (eldoc-pre-command-refresh-echo-area): Emit message only by
5994 eldoc-message-commands.
5995 (eldoc-mode): Restrict eldoc-message-commands to editing commands
5996 if eldoc-print-after-edit is set. (Bug#16346)
5997 * simple.el (read--expression): Enable eldoc-mode.
5998 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
5999
6000 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
6001 Eric S. Raymond <esr@thyrsus.com>
6002
6003 * version.el (emacs-repository-get-version): Enhance so the
6004 function works correctly in either a Bazaar or Git repo.
6005
6006 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
6007
6008 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
6009 Goes with removal of the joke manpages from /etc.
6010
6011 2014-01-10 Kenichi Handa <handa@gnu.org>
6012
6013 * mail/rmail.el (rmail-get-coding-system):
6014 Check rmail-get-coding-function before "funcall"ing it.
6015
6016 2014-01-10 Glenn Morris <rgm@gnu.org>
6017
6018 * emacs-lisp/authors.el (authors-fixed-entries):
6019 Update for files that no longer exist.
6020
6021 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
6022
6023 * version.el (emacs-bzr-get-version): Restore compatibilty with
6024 24.3 (Tested).
6025
6026 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
6027
6028 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
6029 and Podfile.
6030
6031 2014-01-10 Eli Zaretskii <eliz@gnu.org>
6032
6033 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
6034
6035 2014-01-10 Chong Yidong <cyd@gnu.org>
6036
6037 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
6038
6039 2014-01-10 Anders Lindgren <andlind@gmail.com>
6040
6041 * follow.el (follow-cache-command-list): Include right-char and
6042 left-char.
6043
6044 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
6045
6046 Spelling fixes.
6047 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
6048 * woman.el (woman-mark-horizontal-position):
6049 Rename from woman-mark-horizonal-position. Use changed.
6050
6051 2014-01-10 Glenn Morris <rgm@gnu.org>
6052
6053 * info.el (info-initialize): If running uninstalled, ensure our
6054 own info files are always found first, even if INFOPATH is set.
6055
6056 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
6057
6058 2014-01-09 David Engster <deng@randomsample.de>
6059
6060 * emacs-lisp/eieio-custom.el:
6061 * emacs-lisp/eieio-opt.el: Set generated autoload file to
6062 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
6063 * emacs-lisp/eieio.el: Regenerate autoloads.
6064
6065 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
6066
6067 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
6068 following renames. (Bug#8756)
6069
6070 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6071
6072 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
6073 (bug#16382).
6074 (activate-mark): Add `no-tmm' argument.
6075 (set-mark, push-mark-command): Use it instead of running
6076 activate-mark-hook by hand.
6077
6078 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
6079
6080 In preparation for the move to git, sanitize out some
6081 Bazaar-specific names.
6082
6083 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
6084
6085 * version.el (emacs-bzr-version): Name changed to
6086 emacs-repository-version. Obsolete-variable alias made.
6087 * loadup.el: Follow through on this name change.
6088 * mail/emacsbug.el (report-emacs-bug): Factor out any
6089 assumption about the version control system in use.
6090
6091 2014-01-08 David Engster <deng@randomsample.de>
6092
6093 * help-fns.el (help-fns-describe-function-functions):
6094 New variable to call functions for augmenting help buffers.
6095 (describe-function-1): Remove explicit calls to
6096 `help-fns--compiler-macro', `help-fns--parent-mode' and
6097 `help-fns--obsolete'. Put them in above new variable instead, and
6098 call them through `run-hook-with-args'.
6099 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
6100 `eieio-describe-class'. Not meant for interactive use anymore,
6101 but to augment existing help buffers. Remove optional second
6102 argument. Create proper button for file location.
6103 Rewrite function to use `insert' instead of `princ' and `prin1' where
6104 possible.
6105 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
6106 (eieio-method-def, eieio-class-def): Move further up.
6107 (describe-method, describe-generic, eieio-describe-method):
6108 Remove aliases.
6109 (eieio-help-constructor, eieio-help-generic): Rename from
6110 `eieio-describe-constructor' and `eieio-describe-generic', resp.
6111 Rewrite to use `insert' in the current buffer and use proper help
6112 buttons.
6113 (eieio-help-find-method-definition)
6114 (eieio-help-find-class-definition): Also accept symbols as
6115 arguments.
6116 (eieio-help-mode-augmentation-maybee): Remove.
6117 (eieio-describe-class-sb): Use `describe-function'.
6118 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
6119 Add `eieio-help-generic' and `eieio-help-constructor'.
6120
6121 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
6122
6123 Spelling fixes.
6124 * language/china-util.el (hz-ascii-designation):
6125 Rename from hz-ascii-designnation.
6126 (hz-ascii-designation): Rename from hz-ascii-designnation.
6127 All uses changed.
6128
6129 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
6132 package-alist.
6133
6134 2014-01-08 Bastien Guerry <bzg@gnu.org>
6135
6136 * emacs-lisp/package.el (package-delete):
6137 Correctly delete the package from package-alist.
6138
6139 2014-01-08 Daiki Ueno <ueno@gnu.org>
6140
6141 * emacs-lisp/package.el (url-recreate-url): Declare.
6142 (url-http-target-url): Declare.
6143 (package-handle-response): Include requested URL in the error message.
6144 (package--check-signature): Don't re-signal errors from
6145 package--with-work-buffer. Suggested by Stefan Monnier.
6146
6147 2014-01-07 Bastien Guerry <bzg@gnu.org>
6148
6149 * minibuffer.el (completion--try-word-completion): When both a
6150 hyphen and a space are possible candidates for the character
6151 following a word, display both candidates. (Bug#15980)
6152
6153 2014-01-07 Martin Rudalics <rudalics@gmx.at>
6154
6155 * window.el (balance-windows-2): While rounding don't give a
6156 window more than the remainder. Bug#16351, bug#16383.
6157
6158 2014-01-07 Glenn Morris <rgm@gnu.org>
6159
6160 * menu-bar.el (menu-bar-help-extra-packages): Remove.
6161 (menu-bar-help-menu): Use view-external-packages instead.
6162
6163 2014-01-07 Bastien Guerry <bzg@gnu.org>
6164
6165 * emacs-lisp/package.el (package-delete): Also delete the package
6166 name from `package-alist', not its description only.
6167
6168 2014-01-07 Glenn Morris <rgm@gnu.org>
6169
6170 * help.el (view-external-packages):
6171 * menu-bar.el (menu-bar-help-extra-packages):
6172 Visit efaq.info rather than etc/MORE.STUFF.
6173
6174 2014-01-07 Juri Linkov <juri@jurta.org>
6175
6176 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
6177 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
6178
6179 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
6180 that shadows RET. (Bug#16342)
6181
6182 2014-01-07 Chong Yidong <cyd@gnu.org>
6183
6184 * isearch.el (isearch-yank-char, isearch-yank-word)
6185 (isearch-yank-line): Doc fix.
6186
6187 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
6190 * emacs-lisp/elint.el (elint-find-builtins):
6191 * emacs-lisp/eldoc.el (eldoc-symbol-function):
6192 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
6193 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
6194 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
6195 * apropos.el (apropos-safe-documentation):
6196 * subr.el (symbol-file): Remove redundant fboundp.
6197 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
6198
6199 2014-01-06 Bastien Guerry <bzg@gnu.org>
6200
6201 * hl-line.el (global-hl-line-overlay): Make a local variable.
6202 (global-hl-line-overlays): New variable to store all overlays.
6203 (global-hl-line-mode): Don't delete overlays from the current
6204 buffer when `global-hl-line-sticky-flag' is non-nil.
6205 (global-hl-line-highlight): Add new overlays to
6206 `global-hl-line-overlays'.
6207 (global-hl-line-unhighlight-all): New function to delete all
6208 overlays when turning off `global-hl-line-mode'.
6209 This fixes Bug#16183.
6210
6211 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
6212
6213 * subr.el (set-transient-map): Fix nested case and docstring.
6214
6215 2014-01-06 Tassilo Horn <tsdh@gnu.org>
6216
6217 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
6218 `Texinfo' entry.
6219
6220 2014-01-06 Daniel Colascione <dancol@dancol.org>
6221
6222 Fix defun navigation in vc log view.
6223
6224 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
6225 like `beginning-of-defun'.
6226 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
6227 log-view-end-of-defun to log-view-end-of-defun-1. Replace
6228 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
6229 (log-view-extract-comment): Call `log-view-current-entry' directly
6230 instead of relying on broken `log-view-beginning-of-defun' behavior.
6231
6232 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
6233
6234 Spelling fixes.
6235 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
6236 * emacs-lisp/debug.el (cancel-debug-on-entry):
6237 * epg.el (epg-error-to-string):
6238 * files.el (recover-file):
6239 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
6240 * mail/emacsbug.el (report-emacs-bug-hook):
6241 * mail/sendmail.el (mail-recover):
6242 * ses.el (ses-yank-resize):
6243 * term/ns-win.el (ns-print-buffer):
6244 Spelling fixes in diagnostics, mostly for "canceled" with one L.
6245 * epg.el (epg-key-capability-alist): Rename from misspelled version.
6246 All uses changed.
6247 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
6248
6249 2014-01-06 Leo Liu <sdl.web@gmail.com>
6250
6251 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
6252 to avoid shadowing global key. (Bug#16354)
6253
6254 2014-01-06 Daniel Colascione <dancol@dancol.org>
6255
6256 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
6257 rst-mode.
6258
6259 2014-01-05 Martin Rudalics <rudalics@gmx.at>
6260
6261 * window.el (balance-windows): Add mising t to fix Bug#16351.
6262
6263 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6264
6265 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
6266 (bug#16285).
6267 (shr-insert): If we have a word that's longer than `shr-width',
6268 break after it anyway. Otherwise we'll do no breaking once we get
6269 such a long word.
6270
6271 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6272
6273 * net/eww.el (eww): Support single/double quote for search.
6274 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
6275 (eww-history-quit): Delete and use quit-window.
6276 (eww-history-kill): Delete, because it doesn't work well and
6277 not necessary.
6278 (eww-history-mode-map): Delete some keys and add easy-menu.
6279
6280 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
6281
6282 Fix misspelling of 'chinese' in rx (Bug#16237).
6283 * emacs-lisp/rx.el (rx-categories): Correct spelling of
6284 chinese-two-byte.
6285
6286 Change subword regexps back to vars (Bug#16296).
6287 * progmodes/subword.el (subword-forward-regexp)
6288 (subword-backward-regexp): Change these back to variables.
6289
6290 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
6293 syntax-begin-function (bug#16247).
6294
6295 2014-01-03 Chong Yidong <cyd@gnu.org>
6296
6297 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
6298 (advice--docstring): Delete variable.
6299 (advice--make-1): Leave the docstring empty.
6300 (advice-add): Use function-documentation for advised docstring.
6301
6302 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
6303 Ignore function-documentation property when getting documentation.
6304 (ad-activate-advised-definition): Use function-documentation
6305 generate the docstring.
6306 (ad-make-advised-definition): Don't call
6307 ad-make-advised-definition-docstring.
6308 (ad-make-advised-definition-docstring, ad-advised-definition-p):
6309 Delete functions.
6310
6311 * progmodes/sql.el (sql-help): Use function-documentation instead
6312 of dynamic-docstring-function property. No need to autoload now.
6313 (sql--help-docstring): New variable.
6314 (sql--make-help-docstring): Use it.
6315
6316 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6317
6318 * ielm.el (ielm-tab): Retarget.
6319 (ielm-map): Use ielm-tab for tab.
6320 (ielm-complete-filename): Use comint-filename-completion.
6321 (ielm-complete-symbol): Remove.
6322 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
6323 remove ielm-tab from completion-at-point-functions (bug#16224).
6324
6325 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
6326 Beware signals raised by predicates (bug#16201).
6327
6328 2014-01-02 Richard Stallman <rms@gnu.org>
6329
6330 * dired-aux.el (dired-do-print): Handle printer-name.
6331
6332 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
6333 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
6334 (rmail-epa-decrypt): Turn off mime processing.
6335
6336 * mail/rmail.el (rmail-make-in-reply-to-field):
6337 Add parens in message-id.
6338
6339 * mail/rmail.el (rmail-get-coding-function): Variable.
6340 (rmail-get-coding-system): Use it.
6341
6342 2013-12-31 Eli Zaretskii <eliz@gnu.org>
6343
6344 * international/mule-conf.el: Unify the charset indian-is13194.
6345 (indian-is13194): Specify unify-map.
6346
6347 2013-12-31 Leo Liu <sdl.web@gmail.com>
6348
6349 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
6350
6351 2013-12-30 Daniel Colascione <dancol@dancol.org>
6352
6353 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
6354 of printing a useless when we resume from sleep.
6355
6356 * progmodes/sh-script.el
6357 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
6358 in indentation code. (Bug#16233)
6359
6360 2013-12-28 João Távora <joaotavora@gmail.com>
6361
6362 * elec-pair.el (electric-pair-post-self-insert-function):
6363 Don't open extra newlines at beginning of buffer. (Bug#16272)
6364
6365 2013-12-28 Eli Zaretskii <eliz@gnu.org>
6366
6367 * frame.el (window-system-for-display): Don't allow to create a
6368 GUI frame from a -nw session on MS-Windows. (Bug#14739)
6369
6370 2013-12-28 Glenn Morris <rgm@gnu.org>
6371
6372 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
6373 Update callers.
6374
6375 * apropos.el (apropos-match-face):
6376 * calculator.el (calculator-displayer):
6377 * dabbrev.el (dabbrev-search-these-buffers-only):
6378 * face-remap.el (buffer-face-mode-face):
6379 * simple.el (yank-handled-properties):
6380 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
6381 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
6382 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
6383 (hashcash-double-spend-database):
6384 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
6385 (ruby-deep-indent-paren-style):
6386 * textmodes/flyspell.el (flyspell-auto-correct-binding):
6387 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
6388 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
6389 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
6390 Specify custom types.
6391
6392 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
6393 * bookmark.el (bookmark-bmenu-use-header-line):
6394 * doc-view.el (doc-view-scale-internally):
6395 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
6396 * register.el (register-preview-delay):
6397 * net/shr.el (shr-bullet):
6398 * progmodes/cfengine.el (cfengine-cf-promises)
6399 (cfengine-parameters-indent):
6400 * progmodes/octave.el (inferior-octave-error-regexp-alist):
6401 * textmodes/reftex-vars.el (reftex-label-regexps):
6402 * vc/log-edit.el (log-edit-setup-add-author): Add version.
6403
6404 * net/tls.el (tls-certtool-program): Fix default value.
6405
6406 * desktop.el (desktop-restore-in-current-display):
6407 * newcomment.el (comment-empty-lines):
6408 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
6409 (idlwave-pad-keyword):
6410 * progmodes/tcl.el (tcl-tab-always-indent):
6411 * textmodes/reftex-vars.el (reftex-index-default-tag):
6412 * elec-pair.el (electric-pair-skip-whitespace):
6413 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
6414
6415 * emacs-lisp/authors.el (authors-ignored-files)
6416 (authors-valid-file-names, authors-renamed-files-alist): Additions.
6417
6418 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
6419
6420 * shell.el (shell-dynamic-complete-command): Doc fix.
6421 (shell--command-completion-data): Shell completion now matches
6422 executable filenames from the current buffer's directory, on
6423 systems in which this behavior is the default (windows-nt, ms-dos).
6424
6425 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
6426
6427 * net/shr.el (shr-insert): Don't infloop if the width is zero.
6428
6429 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
6432 (bug#16251).
6433
6434 * electric.el: Move all electric-pair-* to elec-pair.el.
6435 * elec-pair.el: New file, split from electric.el.
6436
6437 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
6438
6439 * net/shr.el (shr-find-fill-point): Don't try to fill if the
6440 indentation level is larger than the width, because that will
6441 infloop.
6442 (shr-insert): Fill repeatedly long texts, so that Japanese is
6443 formatted correctly (bug#16263).
6444 (shr-find-fill-point): Off by one error in comparison with the
6445 indentation.
6446
6447 2013-12-26 João Távora <joaotavora@gmail.com>
6448
6449 * electric.el (electric-pair-mode): More flexible engine for skip-
6450 and inhibit predicates, new options for pairing-related functionality.
6451 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
6452 if that keeps or improves their balance in buffers.
6453 (electric-pair-delete-adjacent-pairs): Delete the pair when
6454 backspacing over adjacent matched delimiters.
6455 (electric-pair-open-extra-newline): Open extra newline when
6456 inserting newlines between adjacent matched delimiters.
6457 (electric--sort-post-self-insertion-hook):
6458 Sort post-self-insert-hook according to priority values when
6459 minor-modes are activated.
6460 * simple.el (newline-and-indent): Call newline with interactive
6461 set to t.
6462 (blink-paren-post-self-insert-function): Set priority to 100.
6463 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6464 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
6465 comments. Locally set electric-pair-skip-whitespace to 'chomp and
6466 electric-pair-open-newline-between-pairs to nil.
6467
6468 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
6469
6470 * progmodes/python.el: Use lexical-binding.
6471 (python-nav-beginning-of-defun): Stop searching ASAP.
6472
6473 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
6474
6475 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
6476 Fix interactive spec. Doc fix. (Bug#15754)
6477
6478 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
6479
6480 * emacs-lisp/byte-run.el (eval-when-compile):
6481 * progmodes/cc-defs.el (cc-eval-when-compile):
6482 Fix edebug spec (bug#16184).
6483
6484 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
6485
6486 * net/shr.el (shr-visit-file): Remove debugging function.
6487 (shr-insert): Don't infloop if we can't find a good place to break
6488 the line (bug#16256).
6489
6490 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
6491
6492 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
6493 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
6494 python-nav-lisp-forward-sexp-safe.
6495 (python-nav--forward-sexp): New argument SAFE allows switching
6496 forward sexp movement behavior for parens.
6497 (python-nav-forward-sexp): Throw errors on unterminated parens
6498 (Bug#16191).
6499 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
6500 (python-nav-backward-sexp-safe): New functions.
6501 (python-shell-buffer-substring):
6502 Use `python-nav-forward-sexp-safe'.
6503
6504 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
6505
6506 * net/shr.el (shr-find-fill-point): Don't break lines before a
6507 quotation mark.
6508 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
6509 (shr-find-fill-point): Remove the special checks for the quotation
6510 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
6511
6512 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6513
6514 * net/eww.el (eww-form-textarea): Use a different face for
6515 textareas than text input since they have different keymaps
6516 (bug#16142).
6517
6518 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
6519
6520 * progmodes/python.el (python-nav-beginning-of-statement):
6521 Speed up (Bug#15295).
6522
6523 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6524
6525 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
6526 the window configuration.
6527
6528 2013-12-24 Eli Zaretskii <eliz@gnu.org>
6529
6530 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
6531 we run on MS-Windows or MS-DOS.
6532
6533 2013-12-24 Martin Rudalics <rudalics@gmx.at>
6534
6535 * window.el (balance-windows-area): Call window-size instead of
6536 window-height and window-width. Bug#16241.
6537
6538 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6539
6540 * net/eww.el (eww-bookmark-quit): Remove.
6541 (eww-bookmark-browse): Restore the window configuration when you
6542 choose a bookmark (bug#16144).
6543
6544 2013-12-24 Daniel Colascione <dancol@dancol.org>
6545
6546 * icomplete.el: Remove redundant :group arguments to `defcustom'
6547 throughout.
6548 (icomplete-show-matches-on-no-input): New customizable variable.
6549 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
6550 we have something to show.
6551 (icomplete-exhibit): Compute completions even if we have no user input.
6552
6553 2013-12-23 Daniel Colascione <dancol@dancol.org>
6554
6555 * icomplete.el: Move `provide' to end of file.
6556
6557 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
6558
6559 * net/gnutls.el (gnutls-verify-error): Add version tag.
6560
6561 2013-12-23 Chong Yidong <cyd@gnu.org>
6562
6563 * subr.el (set-transient-map): Rename from
6564 set-temporary-overlay-map. Doc fix.
6565
6566 * face-remap.el (text-scale-adjust):
6567 * indent.el (indent-rigidly):
6568 * kmacro.el (kmacro-call-macro):
6569 * minibuffer.el (minibuffer-force-complete):
6570 * repeat.el (repeat):
6571 * simple.el (universal-argument--mode):
6572 * calendar/todo-mode.el (todo-insert-item--next-param):
6573 * progmodes/f90.el (f90-abbrev-start): Callers changed.
6574
6575 * indent.el (indent-rigidly): Use substitute-command-keys.
6576
6577 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6578
6579 * net/eww.el (eww-tag-select): Add text-property to jump to next
6580 select field.
6581 (eww): Add non-supported ftp error.
6582
6583 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6584
6585 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
6586 comments. Handle electric indent after typing `?' and `!'.
6587
6588 2013-12-22 Chong Yidong <cyd@gnu.org>
6589
6590 * faces.el (face-spec-recalc): If the theme specs are not
6591 applicable to a frame, fall back on the defface spec.
6592 This prevents themes from obliterating faces on low-color terminals.
6593
6594 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6595
6596 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6597 after `{'. We need it after block openers, and it doesn't seem
6598 to hurt after hash openers.
6599
6600 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6601
6602 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
6603 extracted from `ruby-smie-rules'.
6604 (ruby--electric-indent-chars): New variable.
6605 (ruby--electric-indent-p): New function.
6606 (ruby-mode): Use `electric-indent-functions' instead of
6607 `electric-indent-chars'.
6608
6609 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
6610
6611 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
6612 docstring.
6613 (ruby-smie-rules): Indent plus one level after `=>'.
6614
6615 2013-12-21 Richard Stallman <rms@gnu.org>
6616
6617 * simple.el (newline): Doc fix.
6618
6619 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6620
6621 * net/eww.el (eww-list-histories, eww-list-histories)
6622 (eww-history-browse, eww-history-quit, eww-history-kill)
6623 (eww-history-mode-map, eww-history-mode): New command and
6624 functions to list browser histories.
6625 (eww-form-text): Support text form with disabled
6626 and readonly attributes.
6627 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
6628
6629 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6630
6631 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
6632 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
6633 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
6634 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
6635 Use `user-error'.
6636 (eww-bookmark-mode-map): Add menu.
6637 (eww-render, eww-mode): Use `setq-local'.
6638 (eww-tool-bar-map): New variable.
6639 (eww-mode): Set `tool-bar-map'.
6640 (eww-view-source): Check for `html-mode' with `fboundp'.
6641
6642 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6643
6644 * net/shr.el (shr--extract-best-source): Don't bug out on audio
6645 elements with text inside. Also remove debugging.
6646
6647 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
6648
6649 * cus-start.el (all): Add ns-use-srgb-colorspace.
6650
6651 2013-12-21 Chong Yidong <cyd@gnu.org>
6652
6653 * custom.el (custom-theme-recalc-face): Do nothing if the face is
6654 undefined. Thus, theme settings for undefined faces do not take
6655 effect until the faces are defined with defface, the same as with
6656 theme variables.
6657
6658 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
6659 (face-spec-reset-face): Don't assign extra properties in temacs.
6660 (face-spec-recalc): Apply X resources too.
6661
6662 2013-12-21 Chong Yidong <cyd@gnu.org>
6663
6664 * faces.el (face-spec-set):
6665 * cus-face.el (custom-theme-set-faces, custom-set-faces):
6666 * custom.el (defface): Doc fixes (Bug#16203).
6667
6668 * indent.el (indent-rigidly-map): Add docstring, and move commands
6669 into named functions.
6670 (indent-rigidly-left, indent-rigidly-right)
6671 (indent-rigidly-left-to-tab-stop)
6672 (indent-rigidly-right-to-tab-stop): New functions. Decide on
6673 indentation direction based on bidi direction, and accumulate
6674 sequential commands in a single undo boundary.
6675 (indent-rigidly--pop-undo): New utility function.
6676
6677 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
6678
6679 * faces.el (read-face-name): Require crm.el when using crm-separator.
6680
6681 2013-12-20 Daniel Colascione <dancol@dancol.org>
6682
6683 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
6684 so that we don't reflow comments into the shebang line.
6685
6686 2013-12-20 Juri Linkov <juri@jurta.org>
6687
6688 * saveplace.el (save-place-to-alist): Add `dired-filename' as
6689 a position when `dired-directory' is non-nil. Check integer
6690 positions with `integerp'.
6691 (toggle-save-place, save-places-to-alist): Add check for
6692 `dired-directory'.
6693 (save-place-find-file-hook): Check integer positions with
6694 `integerp'.
6695 (save-place-dired-hook): Use `dired-goto-file' when
6696 `dired-filename' is found in the assoc list. Check integer
6697 positions with `integerp'.
6698 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
6699
6700 * dired.el (dired-initial-position-hook): Rename back from
6701 `dired-initial-point-hook'.
6702 (dired-initial-position): Rename `dired-initial-point-hook' to
6703 `dired-initial-position-hook'.
6704 (dired-file-name-at-point): Doc fix. (Bug#15329)
6705
6706 2013-12-20 Juri Linkov <juri@jurta.org>
6707
6708 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
6709 (read-regexp-suggestions): New function.
6710 (read-regexp): Use `read-regexp-defaults-function' to get default values.
6711 Use `read-regexp-suggestions'. Add non-empty default to history
6712 for empty input.
6713 (occur-read-regexp-defaults-function): Remove function.
6714 (occur-read-primary-args): Use `regexp-history-last' instead of
6715 `occur-read-regexp-defaults-function'.
6716
6717 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
6718 (hi-lock-line-face-buffer, hi-lock-face-buffer)
6719 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
6720 `hi-lock-read-regexp-defaults-function'. Doc fix.
6721 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
6722 with `find-tag-default-as-symbol-regexp'. Doc fix.
6723 (hi-lock-read-regexp-defaults): Remove function.
6724 (hi-lock-regexp-okay): Add check for null.
6725
6726 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
6727 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
6728
6729 * subr.el (find-tag-default-as-symbol-regexp): New function.
6730 (find-tag-default-as-regexp): Move symbol regexp formatting to
6731 `find-tag-default-as-symbol-regexp'.
6732
6733 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
6734
6735 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
6736 (Bug#14179)
6737
6738 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
6739
6740 * calendar/todo-mode.el: New implementation of item insertion
6741 commands and key bindings.
6742 (todo-key-prompt): New face.
6743 (todo-insert-item): New command.
6744 (todo-insert-item--parameters): New defconst, replacing defvar
6745 todo-insertion-commands-args-genlist.
6746 (todo-insert-item--param-key-alist): New defconst, replacing
6747 defvar todo-insertion-commands-arg-key-list.
6748 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
6749 (todo-insert-item--argsleft, todo-insert-item--apply-args)
6750 (todo-insert-item--next-param): New functions.
6751 (todo-insert-item--args, todo-insert-item--argleft)
6752 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
6753 New variables.
6754 (todo-key-bindings-t): Change binding of "i" from
6755 todo-insertion-map to todo-insert-item.
6756 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
6757 (todo-insertion-command-name, todo-insertion-commands-names)
6758 (todo-define-insertion-command, todo-insertion-commands)
6759 (todo-insertion-key-bindings, todo-insertion-map): Remove.
6760
6761 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
6762
6763 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
6764 (todo-toggle-item-highlighting): Use eval-and-compile instead of
6765 eval-when-compile.
6766 (todo-move-category): Allow choosing a non-existing todo file to
6767 move the category to, and create that file.
6768 (todo-default-priority): New user option.
6769 (todo-set-item-priority): Use it.
6770 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
6771 (desktop-restore-file-buffer): Declare.
6772 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
6773 (todo-modes-set-2): Locally set desktop-save-buffer to
6774 todo-desktop-save-buffer.
6775 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
6776 (auto-mode-alist): Add autoload cookie.
6777
6778 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
6779
6780 * emacs-lisp/subr-x.el: Renamed from helpers.el.
6781 helpers.el was a poor choice of name.
6782 (string-remove-prefix): New function.
6783 (string-remove-suffix): New function.
6784
6785 2013-12-20 Martin Rudalics <rudalics@gmx.at>
6786
6787 Fix assignment for new window total sizes.
6788 * window.el (window--pixel-to-size): Remove function.
6789 (window--pixel-to-total-1, window--pixel-to-total):
6790 Fix calculation of new total sizes.
6791
6792 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
6793
6794 * comint.el (comint-output-filter): Fix rear-nonsticky property
6795 placement (Bug#16010).
6796
6797 2013-12-20 Chong Yidong <cyd@gnu.org>
6798
6799 * faces.el (read-color): Minor fix for completion function.
6800
6801 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
6802
6803 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
6804 New option. (Bug#16182)
6805 (ruby-smie--indent-to-stmt-p): Use it.
6806 (ruby-smie-rules): Revert the logic in the handling of `when'.
6807 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
6808 (ruby-deep-arglist, ruby-deep-indent-paren)
6809 (ruby-deep-indent-paren-style): Update docstrings to note that the
6810 vars don't have any effect with SMIE.
6811
6812 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
6813
6814 * calc/calc.el (calc-enter, calc-pop): Use the variable
6815 `calc-context-sensitive-enter'.
6816
6817 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6818
6819 * net/shr.el (shr-insert): Protect against infloops in degenerate
6820 tables.
6821
6822 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6823
6824 * progmodes/octave.el (octave): Add link to manual and octave
6825 homepage.
6826 (octave-mode-menu): Link to octave-mode manual.
6827
6828 2013-12-20 Leo Liu <sdl.web@gmail.com>
6829
6830 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
6831 insertion using skeleton-end-newline. (Bug#16138)
6832
6833 2013-12-20 Juri Linkov <juri@jurta.org>
6834
6835 * replace.el (occur-engine): Use `add-face-text-property'
6836 to add the face property to matches and titles. (Bug#14645)
6837
6838 * hi-lock.el (hi-green): Use lighter color "light green" closer to
6839 the palette of other hi-lock colors.
6840 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
6841
6842 2013-12-19 Juri Linkov <juri@jurta.org>
6843
6844 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
6845 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
6846 (minibuffer-history-symbol): Move variable declaration closer to
6847 its usage.
6848
6849 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
6850 (Bug#14785)
6851
6852 2013-12-19 Juri Linkov <juri@jurta.org>
6853
6854 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
6855 New function.
6856 (log-edit-hook): Add it to :options. (Bug#16170)
6857
6858 2013-12-19 Juri Linkov <juri@jurta.org>
6859
6860 * simple.el (eval-expression-print-format): Don't check for
6861 command names and the last command. Always display additional
6862 formats of the integer result in the echo area, and insert them
6863 to the current buffer only with a zero prefix arg.
6864 Display character when char-displayable-p is non-nil.
6865 (eval-expression): With a zero prefix arg, set `print-length' and
6866 `print-level' to nil, and insert the integer values from
6867 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
6868
6869 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
6870 `eval-last-sexp-arg-internal'. Doc fix.
6871 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
6872 `eval-last-sexp-print-value'. Doc fix.
6873 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
6874 Set `print-length' and `print-level' to nil when arg is zero.
6875 (eval-last-sexp): Doc fix.
6876 (eval-defun-2): Print the integer values from
6877 `eval-expression-print-format' at the end.
6878
6879 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
6880 values from `eval-expression-print-format' at the end.
6881
6882 * ielm.el (ielm-eval-input): Print the integer
6883 values from `eval-expression-print-format' at the end.
6884
6885 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
6886
6887 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
6888 2013-12-11T19:01:44Z!tzz@lifelogs.com.
6889
6890 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
6891
6892 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
6893 (hl-line-highlight, global-hl-line-highlight): Use it.
6894 (hl-line-overlay): Use defvar-local.
6895
6896 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
6897
6898 * term/ns-win.el: Require dnd.
6899 (global-map): Remove drag items.
6900 (ns-insert-text, ns-set-foreground-at-mouse)
6901 (ns-set-background-at-mouse):
6902 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
6903 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
6904 New functions.
6905
6906 2013-12-19 Glenn Morris <rgm@gnu.org>
6907
6908 * emacs-lisp/ert.el (ert-select-tests):
6909 Fix string/symbol mixup. (Bug#16121)
6910
6911 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
6912
6913 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
6914 keywords to their parent.
6915
6916 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
6917
6918 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
6919 first arg to be a string (fixed dead code), or an operator symbol.
6920 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
6921 operator symbols.
6922 (ruby-smie-rules): Remove parent token check in the `.' clause, it
6923 did nothing. Don't respond to `(:after ".")', it will be called
6924 with :before anyway. Remove the ` @ ' rule, it didn't seem to
6925 change anything. Only return indentation for binary operators
6926 when they are hanging. De-dent opening paren when its parent is
6927 `.', otherwise it looks bad when the dot is not at bol or eol
6928 (bug#16182).
6929
6930 2013-12-19 Juri Linkov <juri@jurta.org>
6931
6932 * replace.el (query-replace-read-args): Split a non-negative arg
6933 and a negative arg into separate elements.
6934 (query-replace, query-replace-regexp, replace-string)
6935 (replace-regexp): Add arg `backward'. Doc fix.
6936 (replace-match-maybe-edit): When new arg `backward' is non-nil,
6937 move point to the beginning of the match.
6938 (replace-search, replace-highlight): Use new arg `backward'
6939 to set the value of `isearch-forward'.
6940 (perform-replace): Add arg `backward' and use it to perform
6941 replacement backward. (Bug#14979)
6942
6943 * isearch.el (isearch-query-replace): Use a negative prefix arg
6944 to call `perform-replace' with a non-nil arg `backward'.
6945
6946 2013-12-18 Juri Linkov <juri@jurta.org>
6947
6948 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
6949 to the default list. Move `log-edit-show-files' to the end.
6950 Add more available functions to options.
6951 (log-edit): Move default specific settings to
6952 `log-edit-insert-message-template'. Don't move point.
6953 (log-edit-insert-message-template): New function.
6954 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
6955 (Bug#16170)
6956
6957 2013-12-18 Juri Linkov <juri@jurta.org>
6958
6959 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
6960 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
6961
6962 2013-12-18 Leo Liu <sdl.web@gmail.com>
6963
6964 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
6965 (Bug#16186)
6966
6967 2013-12-18 Eli Zaretskii <eliz@gnu.org>
6968
6969 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
6970 formats for displaying file sizes when the -s switch is given.
6971 Instead, compute a separate format for displaying the size in
6972 blocks, which is displayed in addition to the "regular" size.
6973 When -h is given in addition to -s, produce size in blocks in
6974 human-readable form as well. (Bug#16179)
6975
6976 2013-12-18 Tassilo Horn <tsdh@gnu.org>
6977
6978 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
6979 Reference tables with ~\ref{...} instead of only \ref{...}.
6980
6981 2013-12-18 Chong Yidong <cyd@gnu.org>
6982
6983 * cus-edit.el (custom-magic-alist): Fix "themed" description
6984 (Bug#14348).
6985
6986 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
6987 is non-nil, do not create a new entry in the symbol's theme-value
6988 or theme-face property; update theme-settings only (Bug#14664).
6989 (custom-available-themes): Doc fix.
6990
6991 * cus-theme.el (custom-new-theme-mode-map): Add bindings
6992 (Bug#15674).
6993
6994 * replace.el (occur-engine): Avoid infloop (Bug#7593).
6995
6996 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
6997
6998 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
6999 (Bug#13914).
7000
7001 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
7002
7003 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
7004
7005 2013-12-18 Glenn Morris <rgm@gnu.org>
7006
7007 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
7008 * cus-start.el (load-prefer-newer): New option.
7009
7010 2013-12-18 Le Wang <l26wang@gmail.com>
7011
7012 * comint.el (comint-previous-matching-input-from-input):
7013 Retain point (Bug#13404).
7014
7015 2013-12-18 Chong Yidong <cyd@gnu.org>
7016
7017 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
7018
7019 2013-12-18 Glenn Morris <rgm@gnu.org>
7020
7021 * mail/emacsbug.el (report-emacs-bug):
7022 Only mention enable-multibyte-characters if non-standard.
7023
7024 2013-12-17 Juri Linkov <juri@jurta.org>
7025
7026 * arc-mode.el (archive-extract-by-file): Check if directory exists
7027 before deletion to not show irrelevant errors if it doesn't exist.
7028
7029 2013-12-17 Juri Linkov <juri@jurta.org>
7030
7031 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
7032 (Bug#14751)
7033
7034 * net/eww.el (browse-web): Add alias to `eww'.
7035 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
7036 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
7037
7038 * net/browse-url.el (browse-url-browser-function): Move `eww'
7039 closer to similar functions.
7040
7041 * startup.el (fancy-startup-screen, fancy-about-screen):
7042 Set browse-url-browser-function to eww-browse-url locally.
7043 (Bug#14751)
7044
7045 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * window.el (window--pixel-to-total): Remove unused `mini' var.
7048 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
7049 (split-window): Remove unused `new' var.
7050 (window--display-buffer): Remove unused `frame' and `delta' vars.
7051 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
7052 and display-width'.
7053
7054 2013-12-17 Martin Rudalics <rudalics@gmx.at>
7055
7056 * dired.el (dired-mark-pop-up):
7057 * register.el (register-preview): Don't bind
7058 split-height-threshold here since it's now done in
7059 display-buffer-below-selected.
7060
7061 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
7062
7063 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
7064 xterm-rgb-convert-to-16bit.
7065 (rxvt-register-default-colors): Standardize with
7066 xterm-register-default-colors (Bug#14078).
7067
7068 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
7069
7070 * simple.el (kill-region): Pass mark first, then point, so that
7071 kill-append works right (Bug#12819).
7072 (copy-region-as-kill, kill-ring-save): Likewise.
7073
7074 2013-12-17 Leo Liu <sdl.web@gmail.com>
7075
7076 * net/rcirc.el (rcirc-add-face):
7077 * eshell/em-prompt.el (eshell-emit-prompt):
7078 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
7079 (Bug#16167)
7080
7081 2013-12-17 Chong Yidong <cyd@gnu.org>
7082
7083 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
7084 Suggested by Xue Fuqiao.
7085
7086 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
7087
7088 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
7089
7090 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
7091
7092 * net/shr.el (shr-insert-document): Remove unused var
7093 `shr-preliminary-table-render'.
7094 (shr-rescale-image): Remove unused arg `force'.
7095 (shr-put-image): Update calls accordingly.
7096 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
7097
7098 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
7099
7100 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
7101 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
7102 :close-all, to see which indentation method to use (Bug#16116).
7103 (smie-rules-function): Document the method :close-all.
7104
7105 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7106
7107 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
7108
7109 * net/eww.el (eww-display-html): If we can't find the anchor we're
7110 looking for, then go to point-min.
7111
7112 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
7113
7114 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
7115 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
7116 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
7117 Expand dir too, in case it's relative.
7118
7119 2013-12-16 Juri Linkov <juri@jurta.org>
7120
7121 * desktop.el (desktop-auto-save-timeout): Change default to
7122 `auto-save-timeout'. Doc fix.
7123 (desktop-save): Skip the timestamp in desktop-saved-frameset
7124 when checking for auto-save changes.
7125 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
7126 `desktop-auto-save' is called repeatedly by the idle timer.
7127 (desktop-auto-save-set-timer): Replace `run-with-timer' with
7128 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
7129 (Bug#15331)
7130
7131 2013-12-16 Juri Linkov <juri@jurta.org>
7132
7133 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
7134 (Bug#16035)
7135 (isearch-pre-command-hook): Check `this-command' for symbolp.
7136
7137 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7138
7139 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
7140
7141 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
7142
7143 * progmodes/cfengine.el (cfengine3--current-word): Remove.
7144 (cfengine3--current-function): Bring in the current-function
7145 functionality from `cfengine3--current-word'.
7146 (cfengine3-completion-function): Bring in the
7147 bounds-of-current-word functionality from
7148 `cfengine3--current-word'.
7149
7150 2013-12-16 Martin Rudalics <rudalics@gmx.at>
7151
7152 * window.el (display-buffer-below-selected):
7153 Bind split-height-threshold to 0 as suggested by Juri Linkov.
7154
7155 2013-12-16 Leo Liu <sdl.web@gmail.com>
7156
7157 * progmodes/compile.el (compile-goto-error): Do not push-mark.
7158 Remove NOMSG arg and all uses changed.
7159
7160 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
7163 (cua--deactivate-rectangle): Don't deactivate the mark.
7164 (cua-set-rectangle-mark): Don't set mark-active since
7165 cua--activate-rectangle already does it for us.
7166 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
7167 non-rectangular region.
7168
7169 * emulation/cua-base.el (cua-repeat-replace-region):
7170 Use with-current-buffer.
7171
7172 * net/gnutls.el: Use cl-lib.
7173 (gnutls-negotiate): `mapcan' -> cl-mapcan.
7174
7175 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7176
7177 * emacs-lisp/package.el (package-built-in-p): Support both
7178 built-in and the package.el converted package descriptions.
7179 (package-show-package-list): Allow keywords.
7180 (package-keyword-button-action): Use it instead of
7181 `finder-list-matches'.
7182 (package-menu-filter-interactive): Interactive filtering (by
7183 keyword) function.
7184 (package-menu--generate): Support keywords and change keymappings
7185 and headers when they are given.
7186 (package--has-keyword-p): Helper function.
7187 (package-menu--refresh): Use it.
7188 (package--mapc): Helper function.
7189 (package-all-keywords): Use it.
7190 (package-menu-mode-map): Set up menu items and keybindings to
7191 provide a filtering UI.
7192
7193 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
7194
7195 * net/gnutls.el (gnutls-verify-error): New defcustom to control
7196 the behavior when a certificate fails validation. Defaults to
7197 old behavior: never abort, just warn.
7198 (gnutls-negotiate): Use it.
7199
7200 2013-12-14 Martin Rudalics <rudalics@gmx.at>
7201
7202 * window.el (display-buffer-below-selected): Never split window
7203 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
7204
7205 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
7206
7207 * emacs-lisp/package.el (package--prepare-dependencies): New function.
7208 (package-buffer-info): Use it (bug#15108).
7209
7210 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7211
7212 * icomplete.el (icomplete-completions): Make sure the prefix is already
7213 displayed elsewhere before hiding it (bug#16219).
7214
7215 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
7216
7217 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
7218 open-paren tokens when preceded by a open-paren, too.
7219 (ruby-smie-rules): Handle virtual indentation after open-paren
7220 tokens specially. If there is code between it and eol, return the
7221 column where is starts (Bug#16118).
7222
7223 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
7224
7225 * progmodes/cfengine.el: Fix `add-hook' doc.
7226 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
7227 (cfengine3--current-word): Fix parameters.
7228 (cfengine3-make-syntax-cache): Simplify further.
7229 (cfengine3-completion-function, cfengine3--current-function):
7230 Use `assq' for symbols.
7231 (cfengine3--current-function): Fix `cfengine3--current-word' call.
7232
7233 2013-12-13 Glenn Morris <rgm@gnu.org>
7234
7235 * loadup.el (load-path): Warn if site-load or site-init changes it.
7236 No more need to reset it when bootstrapping.
7237
7238 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
7239
7240 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
7241 locations for cf-promises.
7242 (cfengine-mode-syntax-functions-regex): New caching variable.
7243 (cfengine3-fallback-syntax): Fallback syntax for cases where
7244 cf-promises doesn't run.
7245 (cfengine3--current-word): Reimplement using
7246 `cfengine-mode-syntax-functions-regex'.
7247 (cfengine3-completion-function, cfengine3--current-function):
7248 Use `cfengine3-make-syntax-cache' directly.
7249 (cfengine3-clear-syntax-cache): New function.
7250 (cfengine3-make-syntax-cache): Simplify and create
7251 `cfengine-mode-syntax-functions-regex' on demand.
7252 (cfengine3-format-function-docstring): Don't call
7253 `cfengine3-make-syntax-cache' explicitly.
7254
7255 2013-12-13 Martin Rudalics <rudalics@gmx.at>
7256
7257 Fix windmove-find-other-window broken after pixelwise resizing
7258 (Bug#16017).
7259 * windmove.el (windmove-other-window-loc): Revert change from
7260 2013-12-04.
7261 (windmove-find-other-window): Call window-in-direction.
7262 * window.el (window-in-direction): New arguments SIGN, WRAP and
7263 MINI to emulate original windmove-find-other-window behavior.
7264
7265 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
7266
7267 * simple.el (blink-matching--overlay): New variable.
7268 (blink-matching-open): Instead of moving point, highlight the
7269 matching paren with an overlay
7270 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
7271
7272 * faces.el (paren-showing-faces, show-paren-match)
7273 (show-paren-mismatch): Move from paren.el.
7274
7275 2013-12-13 Leo Liu <sdl.web@gmail.com>
7276
7277 * indent.el (indent-region): Disable progress reporter in
7278 minibuffer. (Bug#16108)
7279
7280 * bindings.el (visual-order-cursor-movement): Fix version.
7281
7282 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
7283
7284 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
7285 Also match after beginning of line.
7286 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
7287 files. Thanks to Russell Sim. (Bug#15378)
7288
7289 2013-12-13 Juri Linkov <juri@jurta.org>
7290
7291 * simple.el <Keypad support>: Remove key bindings duplicated
7292 with bindings.el. (Bug#14397)
7293
7294 2013-12-13 Juri Linkov <juri@jurta.org>
7295
7296 * comint.el (comint-mode-map): Replace `delete-char' with
7297 `delete-forward-char'. (Bug#16109)
7298
7299 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
7300
7301 * progmodes/python.el (python-indent-calculate-indentation):
7302 Fix de-denters cornercase. (Bug#15731)
7303
7304 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
7307 (advice--make): Pay attention to `depth'.
7308 (advice--make-1): Don't autoload commands eagerly.
7309 * emacs-lisp/elp.el (elp-instrument-function):
7310 * emacs-lisp/trace.el (trace-function-internal):
7311 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
7312
7313 * iswitchb.el (iswitchb-mode): Don't belittle ido.
7314
7315 2013-12-12 Eli Zaretskii <eliz@gnu.org>
7316
7317 * term/w32-win.el (w32-handle-dropped-file):
7318 * startup.el (normal-top-level):
7319 * net/browse-url.el (browse-url-file-url):
7320 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
7321 decode file names using 'utf-8' rather than
7322 file-name-coding-system.
7323
7324 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
7325
7326 * progmodes/python.el (python-indent-context)
7327 (python-indent-calculate-indentation): Fix auto-identation
7328 behavior for comment blocks. (Bug#15916)
7329
7330 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7331
7332 * progmodes/python.el (python-indent-calculate-indentation):
7333 When determining indentation, don't treat "return", "pass", etc., as
7334 operators when they are just string constituents. (Bug#15812)
7335
7336 2013-12-12 Juri Linkov <juri@jurta.org>
7337
7338 * uniquify.el (uniquify-buffer-name-style): Change default to
7339 `post-forward-angle-brackets'.
7340
7341 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
7342 `uniquify'. Change default to `post-forward-angle-brackets'.
7343
7344 2013-12-11 Glenn Morris <rgm@gnu.org>
7345
7346 * emacs-lisp/package.el (finder-list-matches):
7347 Autoload rather than falsely declaring.
7348
7349 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
7350
7351 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
7352 (eww-mode-map): Use them.
7353
7354 2013-12-11 Martin Rudalics <rudalics@gmx.at>
7355
7356 * window.el (display-buffer-in-side-window): Fix doc-string
7357 (Bug#16115).
7358
7359 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
7360
7361 * vc/vc-git.el: Silence byte-compiler warnings.
7362 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
7363 (log-edit-set-header): Declare.
7364
7365 2013-12-11 Eli Zaretskii <eliz@gnu.org>
7366
7367 * Makefile.in (custom-deps, finder-data): Run output file names
7368 through unmsys--file-name. (Bug#16099)
7369
7370 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7371
7372 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
7373 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
7374
7375 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
7376 instead of deleting the selection "by hand" (bug#16098).
7377 Rely on insert-for-yank to yank rectangles.
7378 (cua-highlight-region-shift-only): Mark obsolete.
7379 (cua-mode): Don't enable/disable transient-mark-mode,
7380 shift-select-mode (cua-mode works both with and without them), and
7381 pc-selection-mode (obsolete).
7382 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
7383 (cua--deactivate-rectangle): Deactivate it.
7384
7385 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
7386 (delete-selection-helper): Make sure yank starts at the top of the
7387 deleted region.
7388 (minibuffer-keyboard-quit): Use region-active-p.
7389
7390 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
7391
7392 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
7393 to `delete' (bug#16109).
7394
7395 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7396
7397 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
7398 info manual and show keybindings and set `:group' keyword.
7399
7400 2013-12-11 Juri Linkov <juri@jurta.org>
7401
7402 * delsel.el (delete-active-region): Let-bind `this-command'
7403 to prevent `kill-region' from changing its original value.
7404 (delete-selection-helper): Handle `overwrite-mode' for the type
7405 `kill' exactly the same way as for the type `t'.
7406 (insert-char, quoted-insert, reindent-then-newline-and-indent):
7407 Support more commands. (Bug#13312)
7408
7409 2013-12-11 Juri Linkov <juri@jurta.org>
7410
7411 * bindings.el: Map kp keys to non-kp keys systematically
7412 with basic modifiers control, meta and shift. (Bug#14397)
7413
7414 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
7415
7416 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
7417 "Close browser" menu items. Fix wrong function of "List
7418 bookmarks".
7419
7420 2013-12-11 Juri Linkov <juri@jurta.org>
7421
7422 * misearch.el (multi-isearch-buffers): Set the value of
7423 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
7424 arg of isearch-forward to t.
7425 (multi-isearch-buffers-regexp): Set the value of
7426 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
7427 arg of isearch-forward-regexp to t.
7428 (multi-isearch-files): Set the value of
7429 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
7430 arg of isearch-forward to t.
7431 (multi-isearch-files-regexp): Set the value of
7432 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
7433 arg of isearch-forward-regexp to t. (Bug#16035)
7434
7435 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
7436 arg of isearch-forward to t.
7437 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
7438 arg of isearch-forward-regexp to t.
7439 (dired-isearch-filter-filenames): Remove unnecessary check for
7440 `dired-isearch-filenames'.
7441
7442 * comint.el (comint-history-isearch-backward):
7443 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
7444 (comint-history-isearch-backward-regexp):
7445 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
7446
7447 2013-12-10 Eli Zaretskii <eliz@gnu.org>
7448
7449 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
7450 unmsys--file-name. (Bug#16099)
7451
7452 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
7453
7454 * emacs-lisp/package.el (package-keyword-button-action):
7455 Remove finder.el require dependency.
7456
7457 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
7458
7459 * emacs-lisp/package.el: Require finder.el.
7460 (describe-package-1): Add keyword buttons.
7461 (package-make-button): New convenience function.
7462 (package-keyword-button-action): Keyword button action using
7463 `finder-list-matches'.
7464
7465 2013-12-09 Eli Zaretskii <eliz@gnu.org>
7466
7467 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
7468 last commit.
7469
7470 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
7471
7472 * autorevert.el (auto-revert-notify-add-watch): Do not handle
7473 symlinked files.
7474
7475 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
7476
7477 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
7478 after the end of a percent literal.
7479
7480 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
7481
7482 * progmodes/ruby-mode.el (ruby-forward-string): Document.
7483 Handle caret-delimited strings (Bug#16079).
7484
7485 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
7486
7487 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
7488 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
7489 `ruby-parse-partial' (Bug#16078).
7490
7491 2013-12-09 Leo Liu <sdl.web@gmail.com>
7492
7493 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
7494
7495 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
7496
7497 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
7498 (js-switch-indent-offset): New option.
7499 (js--proper-indentation): Use it. And handle the case when
7500 "default" is actually a key in an object literal.
7501 (js--same-line): New function.
7502 (js--multi-line-declaration-indentation): Use it.
7503 (js--indent-in-array-comp, js--array-comp-indentation):
7504 New functions.
7505 (js--proper-indentation): Use them, to handle array comprehension
7506 continuations.
7507
7508 2013-12-08 Leo Liu <sdl.web@gmail.com>
7509
7510 * progmodes/flymake.el (flymake-highlight-line): Re-write.
7511 (flymake-make-overlay): Remove arg MOUSE-FACE.
7512 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
7513
7514 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7515
7516 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
7517 New function.
7518 (redisplay-highlight-region-function): Use it.
7519
7520 * emulation/cua-base.el (cua--explicit-region-start)
7521 (cua--last-region-shifted): Remove.
7522 (cua--deactivate): Use deactivate-mark.
7523 (cua--pre-command-handler-1): Don't handle shift-selection.
7524 (cua--post-command-handler-1): Don't change transient-mark-mode.
7525 (cua--select-keymaps): Use region-active-p rather than
7526 cua--explicit-region-start or cua--last-region-shifted.
7527 (cua-mode): Enable shift-select-mode.
7528
7529 2013-12-08 Leo Liu <sdl.web@gmail.com>
7530
7531 * progmodes/flymake.el (flymake-popup-current-error-menu):
7532 Rename from flymake-display-err-menu-for-current-line. Reimplement.
7533 (flymake-posn-at-point-as-event, flymake-popup-menu)
7534 (flymake-make-emacs-menu): Remove. (Bug#16077)
7535
7536 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7537
7538 * rect.el (rectangle-mark-mode): Activate mark even if
7539 transient-mark-mode is off (bug#16066).
7540 (rectangle--highlight-for-redisplay): Fix boundary condition when point
7541 is > mark and at bolp.
7542
7543 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
7544 (region-extract-function): Use it.
7545 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
7546 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
7547 Delete functions.
7548 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
7549 kill-ring-save, kill-region, delete-char, delete-forward-char.
7550 Ignore self-insert-iso.
7551
7552 * emulation/cua-gmrk.el (cua--init-global-mark):
7553 Ignore `self-insert-iso'.
7554
7555 * emulation/cua-base.el (cua--prefix-copy-handler)
7556 (cua--prefix-cut-handler): Rely on region-extract-function rather than
7557 checking cua--rectangle.
7558 (cua-delete-region): Use region-extract-function.
7559 (cua-replace-region): Delete function.
7560 (cua-copy-region, cua-cut-region): Obey region-extract-function.
7561 (cua--pre-command-handler-1): Don't do the delete-selection thing.
7562 (cua--self-insert-char-p): Ignore `self-insert-iso'.
7563 (cua--init-keymaps): Don't remap delete-selection commands.
7564 (cua-mode): Use delete-selection-mode instead of rolling our own
7565 (bug#16085).
7566
7567 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
7568 Obey region-extract-function.
7569
7570 Make registers and delete-selection-mode work on rectangles.
7571 * register.el (describe-register-1): Don't modify the register's value.
7572 (copy-to-register): Obey region-extract-function.
7573 * delsel.el (delete-active-region): Obey region-extract-function.
7574
7575 2013-12-08 Leo Liu <sdl.web@gmail.com>
7576
7577 * progmodes/flymake.el (flymake, flymake-error-bitmap)
7578 (flymake-warning-bitmap, flymake-fringe-indicator-position)
7579 (flymake-compilation-prevents-syntax-check)
7580 (flymake-start-syntax-check-on-newline)
7581 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
7582 (flymake-start-syntax-check-on-find-file, flymake-log-level)
7583 (flymake-xml-program, flymake-master-file-dirs)
7584 (flymake-master-file-count-limit)
7585 (flymake-allowed-file-name-masks): Relocate.
7586 (flymake-makehash, flymake-float-time)
7587 (flymake-replace-regexp-in-string, flymake-split-string)
7588 (flymake-get-temp-dir): Remove.
7589 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
7590 (flymake-current-row, flymake-selected-frame)
7591 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
7592 related functions. (Bug#16077)
7593
7594 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
7595
7596 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
7597
7598 2013-12-07 Tassilo Horn <tsdh@gnu.org>
7599
7600 * help-fns.el (describe-function-1): Use new advice-* functions
7601 rather than old ad-* functions. Fix function type description and
7602 source links for advised functions and subrs.
7603
7604 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7605
7606 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
7607
7608 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
7609
7610 * progmodes/compile.el (compilation-start):
7611 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
7612
7613 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7614 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
7615
7616 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
7617
7618 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
7619 Touch up the last change.
7620
7621 2013-12-06 Leo Liu <sdl.web@gmail.com>
7622
7623 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
7624 (inferior-octave-startup): Always use "octave> " for prompt.
7625 (octave-goto-function-definition)
7626 (octave-sync-function-file-names)
7627 (octave-find-definition-default-filename): Remove redundant backquotes.
7628
7629 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
7630
7631 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
7632 syntax for `?'.
7633 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
7634 where appropriate already.
7635 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
7636 end of method names (Bug#15874).
7637
7638 2013-12-06 Juri Linkov <juri@jurta.org>
7639
7640 * isearch.el (isearch--saved-overriding-local-map):
7641 New internal variable.
7642 (isearch-mode): Set it to the initial value of
7643 `overriding-terminal-local-map'.
7644 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
7645 with `isearch--saved-overriding-local-map'. (Bug#16035)
7646
7647 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
7648
7649 * progmodes/octave.el (inferior-octave-completion-table):
7650 Turn back into function, use `completion-table-with-cache'
7651 (Bug#11906). Update all references.
7652
7653 * minibuffer.el (completion-table-with-cache): New function.
7654
7655 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
7656
7657 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
7658
7659 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
7660
7661 * net/eww.el (eww-current-source): New variable to store page
7662 source.
7663 (eww-display-html, eww-mode, eww-save-history)
7664 (eww-restore-history): Use it.
7665 (eww-view-source): New command to view page source.
7666 Opportunistically uses `html-mode' to highlight the buffer.
7667 (eww-mode-map): Install it.
7668
7669 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
7670
7671 * net/dbus.el (dbus-unregister-service)
7672 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
7673 Fix docstring.
7674 (dbus-unregister-service): Skip :serial entries in
7675 `dbus-registered-objects-table'.
7676 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
7677
7678 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
7679
7680 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
7681 around keywords with extra `split-string' argument.
7682
7683 2013-12-04 Martin Rudalics <rudalics@gmx.at>
7684
7685 * windmove.el (windmove-other-window-loc): Handle navigation
7686 between windows (excluding the minibuffer window - Bug#16017).
7687
7688 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
7689
7690 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
7691 in D-Bus type syntax.
7692 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
7693 preserve unibyte strings. (Bug#16048)
7694
7695 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7696
7697 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
7698 Call force-mode-line-update is the proper buffer (bug#16042).
7699
7700 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
7701
7702 * vc/log-edit.el (log-edit-add-new-comment): Rename to
7703 `log-edit-remember-comment', make argument optional. Adjust all
7704 callers.
7705 (log-edit-mode): Add `log-edit-remember-comment' to
7706 `kill-buffer-hook' locally.
7707 (log-edit-kill-buffer): Don't remember comment explicitly since
7708 the buffer is killed anyway.
7709
7710 2013-12-04 Juri Linkov <juri@jurta.org>
7711
7712 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
7713 add-hook and remove-hook for multi-buffer search. (Bug#16035)
7714
7715 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
7716
7717 * notifications.el (notifications-close-notification): Call the
7718 D-Bus method with ID being a `:uint32'. (Bug#16030)
7719
7720 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
7721
7722 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
7723
7724 2013-12-03 Juri Linkov <juri@jurta.org>
7725
7726 * progmodes/compile.el (compilation-start): Rename window alist
7727 entry `no-display-ok' to `allow-no-window'.
7728
7729 * simple.el (shell-command): Add window alist entry
7730 `allow-no-window' to `display-buffer'.
7731 (async-shell-command): Doc fix.
7732
7733 * window.el (display-buffer-no-window): New action function.
7734 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
7735
7736 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
7737
7738 * vc/log-edit.el (log-edit-set-header): Extract from
7739 `log-edit-toggle-header'.
7740 (log-edit-extract-headers): Separate the summary, when extracted
7741 from header, from the rest of the message with an empty line.
7742
7743 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
7744 line, if present, to the Summary header.
7745
7746 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7747
7748 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
7749 in current-buffer (bug#16029).
7750
7751 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
7752
7753 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
7754 (debugger-mode-map): Bind it.
7755 (debugger--backtrace-base): New function.
7756 (debugger-eval-expression): Use it.
7757 (debugger-frame-number): Skip local vars when present.
7758 (debugger--locals-visible-p, debugger--insert-locals)
7759 (debugger--show-locals, debugger--hide-locals): New functions.
7760
7761 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
7762
7763 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
7764 "LC_ALL".
7765 (tramp-get-remote-locale): New defun.
7766 (tramp-open-connection-setup-interactive-shell): Use it.
7767
7768 2013-12-02 Leo Liu <sdl.web@gmail.com>
7769
7770 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
7771
7772 * progmodes/sh-script.el (sh-shell-process):
7773 * progmodes/octave.el (inferior-octave-process-live-p):
7774 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
7775 (gdb-inferior-io-sentinel):
7776 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
7777
7778 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
7779
7780 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
7781 `save-selected-window' to `log-edit-hide-buf'. This makes
7782 `log-edit-show-files' idempotent.
7783 (log-edit-show-files): Mark the new window as dedicated.
7784
7785 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
7786
7787 * vc/log-edit.el (log-edit-mode-map): Add binding for
7788 `log-edit-kill-biffer'.
7789 (log-edit-hide-buf): Add a FIXME comment.
7790 (log-edit-add-new-comment): New function, extracted from
7791 `log-edit-done'.
7792 (log-edit-done, log-edit-add-to-changelog): Use it.
7793 (log-edit-kill-buffer): New command.
7794
7795 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7796
7797 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
7798 instead of killing the buffer.
7799
7800 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
7803
7804 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7805
7806 * net/eww.el (eww-form-checkbox-selected-symbol)
7807 (eww-form-checkbox-symbol): New customizable variable.
7808 (eww-form-checkbox, eww-toggle-checkbox):
7809 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
7810
7811 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
7812 (shr--get-media-pref, shr--extract-best-source): New function.
7813 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
7814 no :src tag was specified.
7815
7816 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
7817 (eww-render): Handle `eww-use-external-browser-for-content-type'.
7818 Use \\` to match beginning of string instead of ^.
7819 (eww-browse-with-external-browser): Provide optional URL parameter.
7820 (eww-render): Set `eww-current-title' back to "".
7821
7822 * net/shr.el (shr-tag-video): Display content for video if no
7823 poster is available.
7824 (shr-tag-audio): Add support for <audio> tag.
7825
7826 * net/eww.el (eww-text-input-types): New const.
7827 (eww-process-text-input): Treat input types in
7828 `eww-text-input-types' as text.
7829
7830 * net/shr.el (shr-tag-table): Fix comment typo.
7831
7832 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7833
7834 * net/eww.el (eww-follow-link): New command to avoid reloading
7835 pages when we follow #target links (bug#15243).
7836 (eww-quit): Special mode buffers shouldn't query before exiting.
7837
7838 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
7839
7840 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
7841 forms.
7842
7843 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7844
7845 * net/eww.el (eww-restore-history): Update the window title after
7846 moving in the history.
7847 (eww-current-dom): New variable used to save the current DOM.
7848
7849 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
7850
7851 * vc/log-edit.el (log-edit-mode-map): Add binding for
7852 `log-edit-beginning-of-line'.
7853 (log-edit-setup-add-author): New user option.
7854 (log-edit-beginning-of-line): New command.
7855 (log-edit): Move major mode call above the contents setup so that
7856 the local variable values are already applied.
7857 (log-edit): Only insert "Author: " when
7858 `log-edit-setup-add-author' is non-nil.
7859 (log-edit): When SETUP is non-nil, position point after ": "
7860 instead of point-min.
7861
7862 2013-12-01 Glenn Morris <rgm@gnu.org>
7863
7864 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
7865
7866 2013-11-30 Eli Zaretskii <eliz@gnu.org>
7867
7868 * startup.el (fancy-splash-frame): On MS-Windows, trigger
7869 redisplay to make sure the initial frame gets a chance to become
7870 visible. (Bug#16014)
7871
7872 2013-11-30 Martin Rudalics <rudalics@gmx.at>
7873
7874 Support resizing frames and windows pixelwise.
7875 * cus-start.el (frame-resize-pixelwise)
7876 (window-resize-pixelwise): New entries.
7877 * emacs-lisp/debug.el (debug): Use window-total-height instead
7878 of window-total-size.
7879 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
7880 * help.el (describe-bindings-internal): Use help-buffer as
7881 argument for with-help-window.
7882 (temp-buffer-max-width): New option.
7883 (resize-temp-buffer-window, help-window-setup)
7884 (with-help-window): Rewrite.
7885 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
7886 dragging dividers.
7887 * window.el (frame-char-size, window-min-pixel-height)
7888 (window-safe-min-pixel-height, window-safe-min-pixel-width)
7889 (window-min-pixel-width, window-safe-min-pixel-size)
7890 (window-combination-p, window-safe-min-size)
7891 (window-resizable-p, window--size-to-pixel)
7892 (window--pixel-to-size, window--resize-apply-p): New functions.
7893 (window-safe-min-height): Fix doc-string.
7894 (window-size, window-min-size, window--min-size-1)
7895 (window-sizable, window-sizable-p, window--min-delta-1)
7896 (window-min-delta, window--max-delta-1, window-max-delta)
7897 (window--resizable, window--resizable-p, window-resizable)
7898 (window-full-height-p, window-full-width-p, window-at-side-p)
7899 (window--in-direction-2, window-in-direction)
7900 (window--resize-reset-1, window--resize-mini-window)
7901 (window-resize, window-resize-no-error)
7902 (window--resize-child-windows-normal)
7903 (window--resize-child-windows, window--resize-siblings)
7904 (window--resize-this-window, window--resize-root-window)
7905 (window--resize-root-window-vertically)
7906 (adjust-window-trailing-edge, enlarge-window, shrink-window)
7907 (maximize-window, minimize-window, delete-window)
7908 (quit-restore-window, window-split-min-size, split-window)
7909 (balance-windows-2, balance-windows)
7910 (balance-windows-area-adjust, balance-windows-area)
7911 (window--state-get-1, window-state-get, window--state-put-1)
7912 (window--state-put-2, window-state-put)
7913 (display-buffer-record-window, window--display-buffer):
7914 Make functions handle pixelwise sizing of windows.
7915 (display-buffer--action-function-custom-type)
7916 (display-buffer-fallback-action):
7917 Add display-buffer-in-previous-window.
7918 (display-buffer-use-some-window): Resize window to height it had
7919 before.
7920 (fit-window-to-buffer-horizontally): New option.
7921 (fit-frame-to-buffer): Describe new values.
7922 (fit-frame-to-buffer-bottom-margin): Replace with
7923 fit-frame-to-buffer-margins.
7924 (window--sanitize-margin): New function.
7925 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
7926 using window-text-pixel-size.
7927
7928 2013-11-30 Glenn Morris <rgm@gnu.org>
7929
7930 * emacs-lisp/bytecomp.el (byte-compile-form):
7931 Make the `interactive-only' warning like the `obsolete' one.
7932 * comint.el (comint-run):
7933 * files.el (insert-file-literally, insert-file):
7934 * replace.el (replace-string, replace-regexp):
7935 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
7936 (goto-line, insert-buffer, next-line, previous-line):
7937 Tweak `interactive-only' spec.
7938
7939 Stop keeping (most) generated cedet grammar files in the repository.
7940 * Makefile.in (semantic): New.
7941 (compile-main): Depend on semantic.
7942
7943 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
7946 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
7947
7948 * uniquify.el (uniquify-buffer-name-style): Change default.
7949
7950 * loadup.el: Preload "uniquify".
7951
7952 * time.el (display-time-update): Update all mode lines (bug#15999).
7953
7954 * electric.el (electric-indent-mode): Enable by default.
7955 * loadup.el: Preload "electric".
7956
7957 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
7958
7959 * emacs-lisp/helpers.el (string-empty-p): New function.
7960 (string-blank-p): New function.
7961
7962 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
7963
7964 * imenu.el (imenu--index-alist): Add missing dot to the docstring
7965 (Bug#14029).
7966
7967 2013-11-29 Andreas Politz <politza@fh-trier.de>
7968 * imenu.el (imenu--subalist-p): Don't error on non-conses and
7969 allow non-lambda lists as functions.
7970 (imenu--in-alist): Don't recurse into non-subalists.
7971 (imenu): Don't pass function itself as an argument (Bug#14029).
7972
7973 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * progmodes/python.el (python-mode-map): Remove binding for ":".
7976 (python-indent-electric-colon): Remove command.
7977 (python-indent-post-self-insert-function): Integrate the previous code
7978 of python-indent-electric-colon. Make it conditional on
7979 electric-indent-mode.
7980 (python-mode): Add ?: to electric-indent-chars.
7981 Move python-indent-post-self-insert-function to the end of
7982 post-self-insert-hook.
7983
7984 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * doc-view.el (doc-view-goto-page): Update mode-line.
7987
7988 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
7989
7990 2013-11-27 Glenn Morris <rgm@gnu.org>
7991
7992 * international/charprop.el, international/uni-bidi.el:
7993 * international/uni-category.el, international/uni-combining.el:
7994 * international/uni-comment.el, international/uni-decimal.el:
7995 * international/uni-decomposition.el, international/uni-digit.el:
7996 * international/uni-lowercase.el, international/uni-mirrored.el:
7997 * international/uni-name.el, international/uni-numeric.el:
7998 * international/uni-old-name.el, international/uni-titlecase.el:
7999 * international/uni-uppercase.el:
8000 Remove generated files from VCS repository.
8001
8002 2013-11-27 Eli Zaretskii <eliz@gnu.org>
8003
8004 * filenotify.el (file-notify-add-watch): Don't special-case
8005 w32notify when computing the directory to watch.
8006
8007 2013-11-27 Glenn Morris <rgm@gnu.org>
8008
8009 Make bootstrap without generated uni-*.el files possible again.
8010 * loadup.el: Update command-line-args checking for unidata-gen.
8011 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
8012 * composite.el, international/characters.el:
8013 Handle unicode tables being undefined.
8014
8015 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
8016 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
8017 (compile-main): Depend on leim rule.
8018 (leim): New rule.
8019 * loadup.el: Move leim-list.el to leim/ subdirectory.
8020 * startup.el (normal-top-level): No more leim directory.
8021 * international/ja-dic-cnv.el (skkdic-convert):
8022 Disable version-control and autoloads in output files.
8023 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
8024 Disable version-control and autoloads in output files.
8025 * leim/quail: Move here from ../leim.
8026 * leim/quail/hangul.el (hangul-input-method-activate):
8027 Add autoload cookie.
8028 (generated-autoload-load-name): Set file-local value.
8029 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
8030 (generated-autoload-load-name): Set file-local value.
8031
8032 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
8033
8034 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
8035 (eww-add-bookmark): Ask confirmation when add to bookmarks.
8036 (eww-quit): Ask confirmation before quitting eww.
8037
8038 2013-11-26 Eli Zaretskii <eliz@gnu.org>
8039
8040 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
8041 reading output from Diff on MS-Windows and MS-DOS.
8042
8043 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
8044
8045 * emacs-lisp/helpers.el (string-reverse): New function.
8046
8047 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
8048
8049 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
8050 names on MS Windows, like "/[::1]:".
8051
8052 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
8053 SWITCHES.
8054
8055 2013-11-26 Glenn Morris <rgm@gnu.org>
8056
8057 * progmodes/python.el (python-indent-guess-indent-offset):
8058 Avoid corner-case error. (Bug#15975)
8059
8060 Preload leim-list.el. (Bug#4789)
8061 * loadup.el: Load leim-list.el when found.
8062 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
8063
8064 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
8065
8066 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
8067
8068 * emacs-lisp/helpers.el (string-join): New function.
8069
8070 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
8071
8072 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8073 Mark as obsolete and replace it with a symbol property.
8074 (byte-compile-form): Use new 'interactive-only property.
8075 * comint.el, files.el, replace.el, simple.el:
8076 Apply new 'interactive-only properly.
8077
8078 2013-11-25 Martin Rudalics <rudalics@gmx.at>
8079
8080 * window.el (display-buffer-at-bottom): Make sure that
8081 split-window-sensibly creates the new window on bottom
8082 (Bug#15961).
8083
8084 2013-11-23 David Kastrup <dak@gnu.org>
8085
8086 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
8087 on the conflict markers when available.
8088 (smerge--get-marker): New function.
8089 (smerge-end-re, smerge-base-re): Add subgroup.
8090
8091 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8092
8093 * frame.el (handle-focus-in, handle-focus-out): Add missing
8094 interactive spec.
8095
8096 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
8097
8098 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8099 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
8100
8101 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8102
8103 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
8104 (gomoku--last-pos): New var.
8105 (gomoku--intangible-chars): New const.
8106 (gomoku--intangible): New function.
8107 (gomoku-mode): Use it. Derive from special-mode.
8108 (gomoku-move-up): Adjust line count.
8109 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
8110 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
8111 Simplify accordingly.
8112
8113 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
8114 Remove blink-cursor code.
8115 (blink-cursor-timer-function, blink-cursor-suspend):
8116 Don't special-case GUIs.
8117 (blink-cursor-mode): Use focus-in/out-hook.
8118
8119 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
8120
8121 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
8122 work when annotation is invisible (Bug#13886).
8123
8124 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
8125
8126 * json.el (json-alist-p): Only return non-nil if the alist has
8127 simple keys (Bug#13518).
8128
8129 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
8130
8131 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
8132 when control-statement is the first statement in a buffer (Bug#15956).
8133
8134 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
8135
8136 * imenu.el (imenu-generic-skip-comments-and-strings):
8137 New option (Bug#15560).
8138 (imenu--generic-function): Use it.
8139
8140 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
8141
8142 * minibuffer.el (completion--in-region-1): Scroll the correct window.
8143 (Bug#13898)
8144
8145 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
8146
8147 * emacs-lisp/helpers.el: Add some string helpers.
8148 (string-trim-left): Removes leading whitespace.
8149 (string-trim-right): Removes trailing whitespace.
8150 (string-trim): Removes leading and trailing whitespace.
8151
8152 * subr.el (string-suffix-p): New function.
8153
8154 2013-11-23 Glenn Morris <rgm@gnu.org>
8155
8156 * progmodes/python.el (python-shell-send-file):
8157 Add option to delete file when done. (Bug#15647)
8158 (python-shell-send-string, python-shell-send-region): Use it.
8159
8160 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
8161
8162 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
8163 to set buffer-read-only to t, never to nil. (Bug#15938)
8164
8165 * textmodes/tex-mode.el (latex-noindent-environments):
8166 Add safe-local-variable property. (Bug#15936)
8167
8168 2013-11-23 Glenn Morris <rgm@gnu.org>
8169
8170 * textmodes/enriched.el (enriched-mode): Doc fix.
8171 * emacs-lisp/authors.el (authors-renamed-files-alist):
8172 Add enriched.doc -> enriched.txt.
8173
8174 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
8175
8176 2013-11-22 Leo Liu <sdl.web@gmail.com>
8177
8178 * progmodes/octave.el (inferior-octave-startup): Spit out error
8179 message.
8180
8181 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
8182
8183 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8184 Improve docstring.
8185 Add :version.
8186 (ruby-encoding-magic-comment-style): Add :version.
8187
8188 2013-11-22 Leo Liu <sdl.web@gmail.com>
8189
8190 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
8191 (Bug#15076)
8192 (octave-help-mode): Adapt to change to help-mode-finish to use
8193 derived-mode-p on 2013-09-17.
8194 (inferior-octave-prompt): Also match octave-gui.
8195 (octave-kill-process): Don't ask twice. (Bug#10564)
8196
8197 2013-11-22 Leo Liu <sdl.web@gmail.com>
8198
8199 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
8200 (inferior-octave-startup, inferior-octave-check-process)
8201 (inferior-octave-track-window-width-change)
8202 (octave-completion-at-point, octave-eldoc-function): Use it.
8203 (octave-kill-process): Provide confirmation. (Bug#10564)
8204
8205 2013-11-21 Leo Liu <sdl.web@gmail.com>
8206
8207 * progmodes/octave.el (octave-mode, inferior-octave-mode):
8208 Fix obsolete variable comment-use-global-state.
8209
8210 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8211
8212 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
8213 Add `octave-source-file'.
8214 (octave-source-file): New function. (Bug#15935)
8215
8216 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
8217
8218 * net/eww.el (eww-local-regex): New variable.
8219 (eww): Use it to detect localhost and similar.
8220
8221 2013-11-21 Leo Liu <sdl.web@gmail.com>
8222
8223 Add completion for command `ag'.
8224 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
8225 (pcomplete/ag): New function.
8226 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
8227
8228 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
8231 (bug#14646).
8232 (make-obsolete): Remove interactive spec.
8233
8234 2013-11-21 Glenn Morris <rgm@gnu.org>
8235
8236 * startup.el (command-line-1): Use path-separator with -L.
8237
8238 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
8239
8240 * emacs-lisp/package.el (describe-package-1): Add package archive
8241 to shown fields.
8242
8243 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
8244
8245 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
8246 Change default to "# encoding: %s" to differentiate it from the
8247 default Ruby encoding comment template.
8248
8249 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
8250
8251 * ses.el (ses-mode): Doc fix. (Bug#14748)
8252
8253 2013-11-20 Leo Liu <sdl.web@gmail.com>
8254
8255 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
8256
8257 2013-11-19 Dan Nicolaescu <dann@gnu.org>
8258
8259 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
8260 when rebase or bisect are in progress.
8261
8262 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
8263
8264 * filenotify.el (file-notify-add-watch): Doc fix.
8265
8266 2013-11-19 Leo Liu <sdl.web@gmail.com>
8267
8268 * obsolete/rcompile.el: Mark obsolete.
8269
8270 * progmodes/compile.el (compilation-start)
8271 (compilation-goto-locus, compilation-find-file):
8272 Pass no-display-ok and handle nil value from display-buffer.
8273 (Bug#13594)
8274
8275 * window.el (display-buffer-alist, display-buffer): Document the
8276 new parameter no-display-ok. Return either a window or nil
8277 but never a non-window value.
8278
8279 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
8280
8281 * electric.el (electric-indent-mode-map): Remove.
8282 (electric-indent-mode): Change the global-map instead (bug#15915).
8283
8284 * textmodes/text-mode.el (paragraph-indent-minor-mode):
8285 Use add-function.
8286
8287 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
8288
8289 * emacs-lisp/nadvice.el (remove-function): Align with
8290 add-function's behavior.
8291
8292 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
8293 (gdb--string-regexp): New constant.
8294 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
8295 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
8296 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
8297 submatch 1.
8298 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
8299 Adjust use accordingly.
8300 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
8301
8302 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
8303
8304 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
8305 interpolation curlies (Bug#15914).
8306
8307 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
8308
8309 * calc/calc.el (calc-context-sensitive-enter): New variable.
8310 (calc-enter): Use `calc-context-sensitive-enter'.
8311
8312 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
8313
8314 * progmodes/cfengine.el: Version bump.
8315 (cfengine-cf-promises): New defcustom to locate cf-promises.
8316 (cfengine3-vartypes): Add new "data" type.
8317 (cfengine3--current-word): New function to get current name-like
8318 word or its bounds.
8319 (cfengine3--current-function): New function to look up a CFEngine
8320 function's definition.
8321 (cfengine3-format-function-docstring): New function.
8322 (cfengine3-make-syntax-cache): New function.
8323 (cfengine3-documentation-function): New function: ElDoc glue.
8324 (cfengine3-completion-function): New function: completion glue.
8325 (cfengine3-mode): Set `compile-command',
8326 `eldoc-documentation-function', and add to
8327 `completion-at-point-functions'.
8328
8329 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
8330
8331 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
8332 `tramp-current-connection'.
8333
8334 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
8335
8336 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
8337 nil/self/true/false with "end of symbol".
8338
8339 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
8340
8341 * subr.el (version-regexp-alist): Fix a typo.
8342
8343 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
8344
8345 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
8346 "en_US.utf8" and "LC_CTYPE" to "".
8347 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
8348 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
8349
8350 2013-11-15 Leo Liu <sdl.web@gmail.com>
8351
8352 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
8353
8354 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8355
8356 * progmodes/gud.el (ctl-x-map):
8357 Remove C-x SPC binding. (Bug#12342)
8358 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
8359
8360 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
8361
8362 * subr.el (version-regexp-alist):
8363 Recognize hg, svn and darcs versions as snapshot versions.
8364
8365 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
8366 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
8367 (ruby--encoding-comment-required-p): Extract from
8368 `ruby-mode-set-encoding'.
8369 (ruby-mode-set-encoding): Add the ability to always insert an
8370 utf-8 encoding comment. Fix and simplify coding comment update
8371 logic.
8372
8373 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
8374
8375 * net/tramp-gvfs.el (top): Run init code only when
8376 `tramp-gvfs-enabled' is not nil.
8377 (tramp-gvfs-enabled): Check also :system bus.
8378
8379 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 Sync with upstream verilog-mode revision 78e66ba.
8382 * progmodes/verilog-mode.el (verilog-end-of-defun)
8383 (verilog-type-completion, verilog-get-list): Remove unused funcs.
8384 (verilog-get-end-of-defun): Remove unused argument.
8385 (verilog-comment-depth): Remove unused local `e'.
8386 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
8387 Don't pass arg to verilog-get-end-of-defun.
8388
8389 2013-11-14 Glenn Morris <rgm@gnu.org>
8390
8391 * obsolete/assoc.el (aget): Prefix dynamic variable.
8392
8393 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
8394
8395 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
8396
8397 * widget.el, hfy-cmap.el: Remove bogus package version number.
8398
8399 2013-11-13 Glenn Morris <rgm@gnu.org>
8400
8401 * replace.el (replace-eval-replacement):
8402 Try to give more helpful error message. (Bug#15836)
8403
8404 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
8405 (archive-7z-update): Avoid custom type mismatches.
8406
8407 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
8408
8409 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
8410
8411 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
8412 address can be empty.
8413
8414 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
8415 Accept nil SWITCHES.
8416 (tramp-gvfs-handle-write-region): Implement APPEND.
8417
8418 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
8419
8420 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
8421 binary "|" operator and closing block args delimiter.
8422 Remove FIXME comment referring to Ruby 1.8-only syntax.
8423 (ruby-smie--implicit-semi-p): Not after "|" operator.
8424 (ruby-smie--closing-pipe-p): New function.
8425 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
8426 (ruby-smie-rules): Indent after "|".
8427
8428 2013-11-12 Glenn Morris <rgm@gnu.org>
8429
8430 * ps-print.el (ps-face-attribute-list):
8431 Handle anonymous faces. (Bug#15827)
8432
8433 2013-11-12 Martin Rudalics <rudalics@gmx.at>
8434
8435 * window.el (display-buffer-other-frame): Fix doc-string.
8436 (Bug#15868)
8437
8438 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * subr.el (force-mode-line-update): Delete, move to buffer.c.
8441
8442 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
8443
8444 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
8445 (tramp-sh-handle-file-local-copy): Don't write a message when
8446 saving temporary files.
8447
8448 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
8449 both directories are remote.
8450 (tramp-smb-handle-directory-files): Do not return double entries.
8451 Do not expand full file names.
8452 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
8453 (tramp-smb-handle-write-region): Implement APPEND.
8454 (tramp-smb-get-stat-capability): Fix a stupid bug.
8455
8456 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8457
8458 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
8459
8460 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8461
8462 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
8463 throwing error over malformed let/let* (bug#15814).
8464
8465 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * iswitchb.el (iswitchb-mode): Mark obsolete.
8468
8469 2013-11-11 Glenn Morris <rgm@gnu.org>
8470
8471 * international/uni-bidi.el, international/uni-category.el:
8472 * international/uni-name.el, international/uni-numeric.el:
8473 Regenerate for Unicode 6.3.0.
8474
8475 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
8476
8477 * net/tramp.el (tramp-methods):
8478 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
8479 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
8480
8481 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
8482
8483 * progmodes/sh-script.el (sh-font-lock-keywords-var):
8484 Force highlighting text after Summary keyword in doc face for rpm.
8485
8486 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
8487
8488 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
8489 available and the word has no wildcards, append one to the grep pattern.
8490 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
8491 (ispell-complete-word): Call `ispell-lookup-words' with the value
8492 independent of `ispell-look-p'.
8493
8494 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8495
8496 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
8497 Not after "||".
8498 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
8499 their parent.
8500
8501 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
8504 (ruby-font-lock-keywords): Use backquote.
8505
8506 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8507
8508 * progmodes/ruby-mode.el (ruby-smie--forward-token)
8509 (ruby-smie--backward-token): Only consider full-string matches.
8510
8511 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
8512
8513 * faces.el (describe-face): Add distant-foreground.
8514
8515 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
8516
8517 * progmodes/ruby-mode.el: Improve encoding comment handling.
8518 (ruby-encoding-magic-comment-style): New option.
8519 (ruby-custom-encoding-magic-comment-template): New option.
8520 (ruby--insert-coding-comment, ruby--detect-encoding):
8521 New functions extracted from `ruby-mode-set-encoding'.
8522 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
8523 to control the style of the auto-inserted encoding comment.
8524
8525 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8526
8527 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
8528 Use `smie-backward-sexp' with token argument.
8529
8530 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
8531
8532 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8533 Remove instrumentation code.
8534
8535 2013-11-08 Glenn Morris <rgm@gnu.org>
8536
8537 * progmodes/autoconf.el (autoconf-mode):
8538 Tweak comment-start-skip. (Bug#15822)
8539
8540 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
8543 at bobp (bug#15826).
8544 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
8545
8546 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
8547
8548 * man.el (Man-start-calling): New macro, extracted from
8549 Man-getpage-in-background.
8550 (Man-getpage-in-background): Use it.
8551 (Man-update-manpage): New command.
8552 (Man-mode-map): Bind it.
8553
8554 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
8555
8556 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
8557 of "and", "or", "&&" and "||".
8558 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
8559 argument. Prohibit opening curly brace because it could only be a
8560 block opener in that position.
8561 (ruby-smie--forward-token, ruby-smie--backward-token):
8562 Separate "|" from "&" or "*" going after it. That can happen in block
8563 arguments.
8564 (ruby-smie--indent-to-stmt): New function, seeks the end of
8565 previous statement or beginning of buffer.
8566 (ruby-smie-rules): Use it.
8567 (ruby-smie-rules): Check if there's a ":" before a curly block
8568 opener candidate; if there is, it's a hash.
8569
8570 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
8571
8572 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
8573 (cl--block-wrapper): Fix last accidental change.
8574
8575 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
8576
8577 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
8578 Instrument, in order to hunt failure on hydra.
8579
8580 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8581
8582 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
8583 malformed bindings form (bug#15814).
8584
8585 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
8586
8587 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
8588 "." compared to " @ ". This incidentally fixes some indentation
8589 examples with "do".
8590 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
8591 (ruby-smie-grammar): New tokens: "and" and "or".
8592 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
8593 Exclude "and" and "or". Remove "do" in order to work around token
8594 priorities.
8595 (ruby-smie-rules): Add all infix tokens. Handle the case of
8596 beginning-of-buffer.
8597
8598 2013-11-06 Glenn Morris <rgm@gnu.org>
8599
8600 * Makefile.in (setwins_almost, setwins_for_subdirs):
8601 Avoid accidental matches.
8602
8603 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8604
8605 * menu-bar.el (popup-menu): Use key-binding.
8606
8607 2013-11-06 Eli Zaretskii <eliz@gnu.org>
8608
8609 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
8610 menus, support also the menus produced by minor modes.
8611 (Bug#15817)
8612
8613 2013-11-06 Leo Liu <sdl.web@gmail.com>
8614
8615 * thingatpt.el (thing-at-point-looking-at): Add optional arg
8616 DISTANCE to bound the search. All uses changed. (Bug#15808)
8617
8618 2013-11-06 Glenn Morris <rgm@gnu.org>
8619
8620 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
8621 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
8622 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
8623
8624 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
8625
8626 * electric.el (electric-indent-just-newline): New command.
8627 (electric-indent-mode-map): New keymap.
8628 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
8629 Re-add :group which weren't redundant.
8630
8631 * electric.el (electric-indent-local-mode): New minor mode.
8632 (electric-indent-functions-without-reindent): New var.
8633 (electric-indent-post-self-insert-function): Use it.
8634 * emacs-lisp/gv.el (buffer-local-value): Add setter.
8635
8636 2013-11-05 Eli Zaretskii <eliz@gnu.org>
8637
8638 * international/quail.el (quail-help): Be more explicit about the
8639 meaning of the labels shown on the keys. (Bug#15800)
8640
8641 * startup.el (normal-top-level): Load the subdirs.el files before
8642 setting the locale environment. (Bug#15805)
8643
8644 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
8647 via arguments so as to get the right ones (bug#15418).
8648
8649 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
8650
8651 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
8652
8653 Fix problems found while writing a test suite.
8654
8655 * net/tramp-compat.el (tramp-compat-load): New defun.
8656 * net/tramp.el (tramp-handle-load): Use it.
8657
8658 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
8659 "(numberp ok-if-already-exists)" correctly.
8660
8661 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
8662
8663 * international/characters.el (glyphless-char-display-control):
8664 Add usage note.
8665
8666 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
8667
8668 * progmodes/python.el (python-mode):
8669 * progmodes/scheme.el (scheme-mode):
8670 * progmodes/prolog.el (prolog-mode):
8671 * progmodes/ruby-mode.el (ruby-mode):
8672 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
8673 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
8674
8675 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8676
8677 * rect.el (rectangle--highlight-for-redisplay):
8678 * emacs-lisp/smie.el (smie--next-indent-change):
8679 Use buffer-chars-modified-tick.
8680
8681 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
8682
8683 * electric.el (electric-indent-post-self-insert-function):
8684 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
8685
8686 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
8687
8688 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
8689
8690 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8691
8692 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
8693 (bug#15786).
8694
8695 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
8698
8699 * progmodes/python.el: Fix up last change.
8700 (python-shell--save-temp-file): New function.
8701 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
8702 `string' comes from the current buffer.
8703 (python-shell-send-string-no-output): Remove `msg' arg.
8704 (python--use-fake-loc): New var.
8705 (python-shell-buffer-substring): Obey it. Try to compensate for the
8706 extra coding line added by python-shell--save-temp-file.
8707 (python-shell-send-region): Use python-shell--save-temp-file and
8708 python-shell-send-file directly. Add `nomain' argument.
8709 (python-shell-send-buffer): Use python-shell-send-region.
8710 (python-electric-pair-string-delimiter): New function.
8711 (python-mode): Use it.
8712
8713 2013-11-04 Eli Zaretskii <eliz@gnu.org>
8714
8715 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
8716 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
8717 environment and decoding all of the default-directory's to here
8718 from command-line.
8719 (command-line): Decode also argv[0].
8720
8721 * loadup.el: Error out if default-directory is a multibyte string
8722 when we are dumping.
8723
8724 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
8725
8726 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
8727
8728 * emacs-lisp/package.el (package-menu-mode)
8729 (package-menu--print-info, package-menu--archive-predicate):
8730 Add Archive column to package list.
8731
8732 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
8733
8734 Fix problems found while writing a test suite.
8735
8736 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
8737 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
8738 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
8739 to nil when running original file name handler. Otherwise,
8740 there are problems with constructs like "$$FOO".
8741
8742 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
8743 for `localname'.
8744
8745 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
8746
8747 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
8748
8749 * subr.el (version<, version<=, version=):
8750 Update docstrings with information for snapshot versions.
8751
8752 * helpers.el: New library for misc helper functions.
8753 (hash-table-keys): New function returning a list of hash keys.
8754 (hash-table-values): New function returning a list of hash values.
8755
8756 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
8757
8758 * progmodes/ruby-mode.el (ruby-smie--forward-token)
8759 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
8760
8761 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
8762
8763 * textmodes/fill.el (fill-single-char-nobreak-p): New function
8764 checking whether point is after a 1-letter word.
8765
8766 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8767
8768 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
8769 Don't infloop when expanding region over `multiline' syntax-type that
8770 begins a line (bug#15778).
8771
8772 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
8773
8774 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
8775 Make it into a proper minor mode.
8776 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
8777 (rectangle-mark-mode-map): New keymap.
8778 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
8779
8780 2013-11-04 Glenn Morris <rgm@gnu.org>
8781
8782 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
8783
8784 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8785
8786 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
8787 (ruby-smie-rules): Use smie-rule-parent instead.
8788
8789 * emacs-lisp/smie.el (smie-rule-parent): Always call
8790 smie-indent-virtual rather than only for hanging tokens.
8791 (smie--next-indent-change): New helper command.
8792
8793 2013-11-03 Glenn Morris <rgm@gnu.org>
8794
8795 * Makefile.in (abs_srcdir): Remove.
8796 (emacs): Unset EMACSLOADPATH.
8797
8798 2013-11-02 Glenn Morris <rgm@gnu.org>
8799
8800 * Makefile.in (EMACS): Use a relative filename.
8801 (abs_top_builddir): Remove.
8802 (custom-deps, finder-data, autoloads): Use --chdir.
8803
8804 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
8805
8806 Use relative filenames in TAGS files.
8807 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8808 (lisptagsfiles4, TAGS): Use relative file names.
8809 (TAGS-LISP): Remove.
8810 (maintainer-clean): No more TAGS-LISP file.
8811
8812 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
8813 (lisptagsfiles4): Use absolute filenames again.
8814 (TAGS, TAGS-LISP): Not everything needs to run in one line.
8815 Remove all *loaddefs files, not just the first. Remove esh-groups.
8816 (maintainer-clean): Delete TAGS, TAGS-LISP.
8817
8818 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
8819
8820 * emacs-lisp/package.el (package-version-join):
8821 Recognize snapshot versions.
8822
8823 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
8824
8825 * subr.el (version-regexp-alist): Add support for snapshot versions.
8826
8827 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
8828
8829 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
8830 New function, replacement for `smie-rule-parent' for when we want to
8831 skip over our direct parent if it's an assignment token..
8832 (ruby-smie-rules): Use it.
8833
8834 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
8835
8836 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
8837 unconditionally. Remove now unnecessary forward declarations.
8838 Remove XEmacs-specific setup.
8839 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
8840 (ruby-font-lock-syntactic-keywords)
8841 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
8842 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
8843 (ruby-here-doc-end-syntax): Remove.
8844 (ruby-mode): Don't check whether `syntax-propertize-rules' is
8845 defined as function.
8846
8847 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
8848
8849 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
8850
8851 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
8852
8853 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
8854 table and abbrev table, `define-derived-mode' does that for us
8855 anyway.
8856
8857 2013-11-01 Glenn Morris <rgm@gnu.org>
8858
8859 * Makefile.in: Remove manual mh-e dependencies (writing .elc
8860 files is atomic for some time, so no parallel compilation issues).
8861
8862 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
8863
8864 * faces.el (face-x-resources): Add :distant-foreground.
8865 (region): Use :distant-foreground for gtk and ns.
8866
8867 2013-11-01 Tassilo Horn <tsdh@gnu.org>
8868
8869 Allow multiple bibliographies when BibLaTeX is used rather than
8870 BibTeX.
8871 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
8872 (reftex-locate-bibliography-files): Us it.
8873
8874 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
8875
8876 * image.el (image-type-header-regexps): Fix the 'pbm' part to
8877 allow comments in pbm files.
8878
8879 * term/w32-win.el (dynamic-library-alist): Support newer versions
8880 of libjpeg starting with v7: look only for the DLL from the
8881 version against which Emacs was built.
8882 Support versions of libpng beyond 1.4.x.
8883 Support libtiff v4.x.
8884
8885 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
8886
8887 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
8888 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
8889 Add property :safe.
8890 (ruby-deep-arglist): Add property :type.
8891
8892 2013-10-31 Glenn Morris <rgm@gnu.org>
8893
8894 * Makefile.in (custom-deps, finder-data): No need to setq the target
8895 variables, we are in the right directory and the defaults work fine.
8896
8897 2013-10-30 Glenn Morris <rgm@gnu.org>
8898
8899 * Makefile.in (autoloads): Do not use abs_lisp.
8900
8901 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8902 `newline' does not respect `standard-output', so use `princ'.
8903
8904 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
8905
8906 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
8907 * buff-menu.el (Buffer-menu--unmark): New function.
8908 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
8909
8910 2013-10-30 Glenn Morris <rgm@gnu.org>
8911
8912 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
8913
8914 * emacs-lisp/package.el (lm-homepage): Declare.
8915
8916 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
8917 Fix doc typos.
8918
8919 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
8920
8921 * Makefile.in (finder-data, autoloads, update-subdirs)
8922 (compile-main, compile-clean, compile-always, bootstrap-clean):
8923 Check return value of cd.
8924 (compile-calc): Remove.
8925
8926 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
8929
8930 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
8931 (byte-compile-and-folded): New function.
8932 (=, <, >, <=, >=): Use it.
8933
8934 * dos-w32.el (minibuffer-history-case-insensitive-variables)
8935 (path-separator, null-device, buffer-file-coding-system)
8936 (lpr-headers-switches): Check system-type before modifying them.
8937 (find-buffer-file-type-coding-system): Mark obsolete.
8938 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
8939 find-file-not-found-set-buffer-file-coding-system.
8940 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
8941 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
8942 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
8943 (w32-direct-print-region-helper, w32-direct-print-region-function)
8944 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
8945 * startup.el (normal-top-level-add-subdirs-to-load-path):
8946 * ps-print.el (ps-print-region-function):
8947 * lpr.el (print-region-function): Use new name.
8948
8949 * subr.el (custom-declare-variable-early): Remove function.
8950 (custom-declare-variable-list): Remove var.
8951 (error, user-error): Remove `while' loop.
8952 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
8953 (user-emacs-directory-warning, locate-user-emacs-file):
8954 Move to files.el.
8955 * simple.el (read-quoted-char-radix, read-quoted-char):
8956 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
8957 Move from subr.el.
8958 * custom.el (custom-declare-variable-list): Don't process
8959 custom-declare-variable-list.
8960
8961 * progmodes/python.el (python-shell-get-buffer): New function.
8962 (python-shell-get-process): Use it.
8963 (python-shell-send-string): Always use utf-8 and add a cookie to tell
8964 Python which encoding was used. Don't split-string since we only care
8965 about the first line. Return the temp-file, if applicable.
8966 (python-shell-send-region): Tell compile.el how to turn locations in
8967 the temp-file into locations in the source buffer.
8968
8969 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
8970
8971 * subr.el (undefined): Add missing behavior from the C code for
8972 unbound keys.
8973
8974 * rect.el: Use lexical-binding. Add new rectangular region support.
8975 (rectangle-mark): New command.
8976 (rectangle--region): New var.
8977 (deactivate-mark-hook): Reset rectangle--region.
8978 (rectangle--extract-region, rectangle--insert-for-yank)
8979 (rectangle--highlight-for-redisplay)
8980 (rectangle--unhighlight-for-redisplay): New functions.
8981 (region-extract-function, redisplay-unhighlight-region-function)
8982 (redisplay-highlight-region-function): Use them to handle
8983 rectangular region.
8984 * simple.el (region-extract-function): New var.
8985 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
8986 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
8987 (kill-region): Replace obsolete `yank-handler' arg with `region'.
8988 (copy-region-as-kill, kill-ring-save): Add `region' argument.
8989 (redisplay-unhighlight-region-function)
8990 (redisplay-highlight-region-function): New vars.
8991 (redisplay--update-region-highlight): New function.
8992 (pre-redisplay-function): Use it.
8993 (exchange-point-and-mark): Don't deactivate the mark before
8994 reactivate-it anyway.
8995 * comint.el (comint-kill-region): Remove yank-handler argument.
8996 * delsel.el (delete-backward-char, backward-delete-char-untabify)
8997 (delete-char): Remove property, since it's now part of their
8998 default behavior.
8999 (self-insert-iso): Remove property since this command doesn't exist.
9000
9001 * emacs-lisp/package.el (package--download-one-archive)
9002 (describe-package-1): Don't query the user about final newline.
9003
9004 2013-10-29 Daniel Colascione <dancol@dancol.org>
9005
9006 * net/tramp.el (tramp-methods): Document new functionality.
9007 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
9008 tramp-hostname-checker if method provides one instead of scanning
9009 argument list for "%h" to decide hostname acceptability.
9010
9011 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
9012
9013 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
9014 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
9015 Handle COPY-CONTENTS. (Bug#15737)
9016
9017 2013-10-28 Daiki Ueno <ueno@gnu.org>
9018
9019 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9020 Document that this option has no effect with GnuPG 2.0 (bug#15552).
9021
9022 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
9023
9024 * image.el (defimage, image-load-path): Doc fixes.
9025
9026 2013-10-27 Alan Mackenzie <acm@muc.de>
9027
9028 Indent statements in macros following "##" correctly.
9029 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
9030 Modify the "#" arm of a cond form to handle "#" and "##" operators.
9031
9032 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
9033
9034 * linum.el (linum-update-window): Fix boundary test (bug#13446).
9035
9036 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
9037
9038 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
9039 after `=' is probably a new expression.
9040
9041 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9042
9043 * man.el (man-imenu-title): New option.
9044 (Man-mode-map): Add menu. (Bug#15722)
9045 (Man-mode): Add imenu to menu.
9046
9047 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
9048
9049 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
9050 specific in what the first arg can be: a non-keyword word,
9051 string/regexp/percent literal opener, opening paren, or unary
9052 operator followed directly by word.
9053
9054 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
9057 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
9058 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
9059 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
9060 Remove vars, they do not apply any more.
9061 (prolog-mode-abbrev-table): Remove redundant declaration.
9062 (prolog-upper-case-string, prolog-lower-case-string): Remove.
9063 (prolog-use-smie): Remove.
9064 (prolog-smie-rules): Add indentation rule for the if-then-else layout
9065 supported by prolog-electric-if-then-else-flag.
9066 (prolog-mode-variables, prolog-menu): Use setq-local.
9067 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
9068 Remove binding to `Backspace' since this key doesn't exist anyway.
9069 Remove bindings for electric self-inserting keys.
9070 (prog-mode): Assume it's defined.
9071 (prolog-post-self-insert): New function.
9072 (prolog-mode): Use it.
9073 (prolog-indent-line, prolog-indent-level)
9074 (prolog-find-indent-of-matching-paren)
9075 (prolog-indentation-level-of-line, prolog-goto-comment-column)
9076 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
9077 (prolog-goto-next-paren, prolog-in-string-or-comment)
9078 (prolog-tokenize, prolog-inside-mline-comment)
9079 (prolog-find-start-of-mline-comment): Remove functions.
9080 (prolog-find-unmatched-paren, prolog-clause-end)
9081 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
9082 (prolog-electric--if-then-else): Rename from
9083 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
9084 (prolog-tokenize-searchkey): Remove const.
9085 (prolog-clause-info): Use forward-sexp.
9086 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
9087 (prolog-electric-if-then-else): Remove commands.
9088 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
9089 for use in post-self-insert-hook.
9090 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
9091 for use in post-self-insert-hook.
9092 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
9093 for use in post-self-insert-hook.
9094 (prolog-electric--underscore): Rename from prolog-electric--underscore;
9095 adapt it for use in post-self-insert-hook.
9096
9097 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
9098
9099 * emacs-lisp/ert.el (ert-run-tests-interactively):
9100 Use `completing-read'. (Bug#9756)
9101
9102 2013-10-25 Eli Zaretskii <eliz@gnu.org>
9103
9104 * simple.el (line-move): Call line-move-1 instead of
9105 line-move-visual when the current window hscroll is zero, but
9106 temporary-goal-column indicates we will need to hscroll as result
9107 of the movement. (Bug#15712)
9108
9109 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
9110
9111 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
9112 capitalization. Use :visible instead of :active.
9113 Fix `ruby-indent-exp' reference. Add menu items for the generic
9114 commands that are used with SMIE.
9115 (ruby-do-end-to-brace): Insert space after `{'.
9116
9117 2013-10-25 John Anthony <john@jo.hnanthony.com>
9118
9119 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
9120
9121 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
9122
9123 2013-10-25 Glenn Morris <rgm@gnu.org>
9124
9125 * vc/vc.el (vc-print-log): Don't use a working revision unless
9126 one was explicitly specified. (Bug#15322)
9127
9128 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
9129
9130 * subr.el (add-to-list): Preserve return value in compiler-macro
9131 (bug#15692).
9132
9133 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9134
9135 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
9136 result. Ask user to retry using '-all' flag. (Bug#15701)
9137
9138 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * emacs-lisp/smie.el: New smie-config system.
9141 (smie-config): New defcustom.
9142 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
9143 (smie-config-guess, smie-config-save): New commands.
9144 (smie-config--mode-local, smie-config--buffer-local)
9145 (smie-config--trace, smie-config--modefuns): New vars.
9146 (smie-config--advice, smie-config--mode-hook)
9147 (smie-config--setter, smie-config-local, smie-config--get-trace)
9148 (smie-config--guess-value, smie-config--guess): New functions.
9149 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
9150 text properties. Treat "string fence" syntax like string syntax.
9151
9152 * progmodes/sh-script.el (sh-use-smie): Change default.
9153 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
9154 (sh-var-value): Simplify by CSE.
9155 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
9156 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
9157 is used.
9158 (sh-guess-basic-offset): Use cl-incf.
9159 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
9160
9161 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
9162
9163 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
9164 (bug#15699).
9165
9166 2013-10-24 Glenn Morris <rgm@gnu.org>
9167
9168 * Makefile.in (abs_top_srcdir): Remove.
9169 (update-subdirs): Use relative path to update-subdirs.
9170
9171 2013-10-24 Eli Zaretskii <eliz@gnu.org>
9172
9173 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
9174 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9175 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9176 Call unmsys--file-name before expand-file-name, not after it.
9177
9178 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
9179
9180 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
9181 (ert-test-skipped): New error.
9182 (ert-skip, ert-stats-skipped): New defuns.
9183 (ert--skip-unless): New macro.
9184 (ert-test-skipped): New struct.
9185 (ert--run-test-debugger, ert-test-result-type-p)
9186 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
9187 (ert--stats-set-test-and-result, ert-char-for-test-result)
9188 (ert-string-for-test-result, ert-run-tests-batch)
9189 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
9190 Handle skipped tests. (Bug#9803)
9191
9192 2013-10-24 Glenn Morris <rgm@gnu.org>
9193
9194 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
9195
9196 * Makefile.in (abs_top_srcdir): New, set by configure.
9197 (update-subdirs): Correct build-aux location.
9198
9199 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
9200
9201 * vc/vc.el (vc-print-root-log): Always set `default-directory'
9202 value, whether we could auto-deduce `backend', or not.
9203
9204 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
9205 with parameters" example. Simplify the "is it block or is it
9206 hash" check, but also make it more thorough.
9207
9208 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
9209
9210 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
9211
9212 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
9213
9214 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
9215 { if it is hanging.
9216
9217 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
9218 :before ";".
9219
9220 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
9221
9222 * progmodes/compile.el (compilation-directory-matcher)
9223 (compilation-page-delimiter):
9224 Support GNU Make-4.0 directory quoting. (Bug#15678)
9225
9226 2013-10-23 Leo Liu <sdl.web@gmail.com>
9227
9228 * ido.el (ido-tidy): Handle read-only text.
9229
9230 2013-10-23 Glenn Morris <rgm@gnu.org>
9231
9232 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
9233 (emacs, compile, compile-always):
9234 Quote entities that might contain whitespace.
9235 (custom-deps, finder-data, autoloads): Use abs_lisp.
9236 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
9237 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
9238 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
9239
9240 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
9241
9242 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
9243 Use `following-char'.
9244
9245 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
9248 * progmodes/ruby-mode.el (ruby-smie-rules):
9249 Remove corresponding workaround. Fix indentation rule of ";" so it
9250 also applies when ";" is the parent.
9251
9252 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
9253
9254 * frame.el (display-screens, display-pixel-height)
9255 (display-pixel-width, display-mm-width, display-backing-store)
9256 (display-save-under, display-planes, display-color-cells)
9257 (display-visual-class, display-monitor-attributes-list):
9258 Mention the optional ‘display’ argument in doc strings.
9259
9260 2013-10-22 Michael Gauland <mikelygee@amuri.net>
9261
9262 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
9263 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
9264
9265 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
9266
9267 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
9268 TODO. Add "." after " @ ".
9269 (ruby-smie--at-dot-call): New function. Checks if point at method
9270 call with explicit target.
9271 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
9272 to the method name tokens when it precedes them.
9273 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
9274 (ruby-smie-rules): Add rule for indentation before and after "."
9275 token.
9276
9277 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
9278
9279 * textmodes/remember.el (remember-diary-extract-entries):
9280 Avoid add-to-list.
9281
9282 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
9283 an instruction.
9284
9285 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
9286
9287 * progmodes/ruby-mode.el (ruby-smie-grammar):
9288 Add (almost) all infix operators.
9289 (ruby-smie--implicit-semi-p): Add new operator chars.
9290
9291 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
9292 `smie-down-list'.
9293 (ruby-smie--args-separator-p): Check that there's no newline
9294 between method call and its arguments.
9295
9296 2013-10-20 Alan Mackenzie <acm@muc.de>
9297
9298 Allow comma separated lists after Java "implements".
9299
9300 * progmodes/cc-engine.el (c-backward-over-enum-header):
9301 Parse commas.
9302 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
9303 from a "disallowed" list in enum fontification.
9304
9305 2013-10-20 Johan Bockgård <bojohan@gnu.org>
9306
9307 * startup.el (default-frame-background-mode): Remove unused defvar.
9308
9309 * progmodes/verilog-mode.el (verilog-mode): Don't set
9310 comment-indent-function globally.
9311
9312 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
9313
9314 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
9315 Move Info menu item creation to ns-win.el.
9316
9317 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
9318 in menu bar.
9319
9320 * menu-bar.el: Move GNUstep specific menus...
9321
9322 * term/ns-win.el (ns-initialize-window-system): ... to here.
9323
9324 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
9325
9326 * simple.el (newline): Only run post-self-insert-hook when
9327 called interactively.
9328
9329 2013-10-19 Johan Bockgård <bojohan@gnu.org>
9330
9331 * icomplete.el (icomplete-with-completion-tables): Add :version.
9332
9333 2013-10-19 Alan Mackenzie <acm@muc.de>
9334
9335 Fix fontification bugs with constructors and const.
9336
9337 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
9338 CASE 2) Remove the check for the absence of a suffix construct
9339 after a function declaration with only types (no identifiers) in
9340 the parentheses. Also, accept a function declaration with just a
9341 type inside the parentheses, if this type can be positively
9342 recognised as such, or if a prefix keyword like "explicit" nails
9343 down the construct as a declaration.
9344
9345 2013-10-19 Eli Zaretskii <eliz@gnu.org>
9346
9347 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
9348 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
9349 the problem whereby selecting a menu item that leads to a
9350 minibuffer prompt moves the cursor out of the minibuffer window,
9351 making it hard to type at the prompt. Suggested by Stefan Monnier
9352 <monnier@iro.umontreal.ca>.
9353
9354 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
9355
9356 * menu-bar.el: Don't make Services menu.
9357
9358 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9359
9360 * ffap.el: Handle "/usr/include/c++/<version>" directories.
9361 (ffap-alist): Use ffap-c++-mode for c++-mode.
9362 (ffap-c++-path): New variable.
9363 (ffap-c++-mode): New function.
9364
9365 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
9366
9367 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
9368
9369 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
9370
9371 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
9372 introduced on 2013-09-08, which results in an infinite loop
9373 requesting a password.
9374
9375 2013-10-18 Glenn Morris <rgm@gnu.org>
9376
9377 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
9378
9379 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
9380
9381 Sync with upstream verilog-mode revision 1a6ecec7.
9382 * progmodes/verilog-mode.el (verilog-mode-version): Update.
9383 (verilog-mode-release-date): Remove.
9384 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
9385 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
9386 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
9387 (verilog-auto-tieoff-ignore-regexp)
9388 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
9389 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
9390 (verilog-signals-with, verilog-dir-cache-preserving)
9391 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
9392 Doc fixes.
9393 (verilog-case-fold): New option, to control case folding in
9394 regexp searches, bug597.
9395 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
9396 (verilog-string-match-fold, verilog-in-paren-count)
9397 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
9398 (verilog-at-close-struct-p): New functions.
9399 (verilog-beg-block-re-ordered, verilog-extended-case-re)
9400 (verilog-forward-sexp, verilog-set-auto-endcomments)
9401 (verilog-leap-to-case-head): Handle "unique0" case.
9402 (verilog-in-constraint-re): New constant.
9403 (verilog-keywords, verilog-type-font-keywords):
9404 Add some SystemVerilog 1800-2012 keywords.
9405 (verilog-label-be): Remove unimplemented argument, bug669.
9406 (verilog-batch-execute-func): When batch expanding clear
9407 create-lockfiles to prevent spurious user locks when a file ends
9408 up not changing.
9409 (verilog-calculate-indent, verilog-calc-1)
9410 (verilog-at-close-constraint-p, verilog-at-constraint-p)
9411 (verilog-do-indent): Fix indentation of nested constraints
9412 and structures.
9413 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
9414 (verilog-auto-inst-param): Use verilog-string-match-fold.
9415 (verilog-read-inst-module-matcher):
9416 Fix AUTOINST on gate primitives with #1.
9417 (verilog-read-decls): Fix double-declaring user-defined typed signals.
9418 Reads all user-defined typed variables.
9419 (verilog-read-defines): Fix reading definitions inside comments, bug647.
9420 (verilog-signals-matching-regexp)
9421 (verilog-signals-not-matching-regexp, verilog-auto):
9422 Respect verilog-case-fold.
9423 (verilog-diff-report): Fix line count.
9424 (verilog-auto-assign-modport): Remove unused local `modi'.
9425 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
9426 better handle multidimensional arrays.
9427 Fix packed array ports misadding bit index in AUTOINST, bug637.
9428 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
9429 to not double-declare existing outputs and inputs, respectively.
9430 (verilog-template-map): Bind U to verilog-sk-uvm-component.
9431 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
9432 (verilog-sk-uvm-component): New skeleton.
9433 (verilog-submit-bug-report): Add verilog-case-fold,
9434 remove verilog-mode-release-date.
9435
9436 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
9437
9438 * subr.el (sit-for): Call (input-pending-p t) so as to behave
9439 as before.
9440
9441 2013-10-18 Reuben Thomas <rrt@sc3d.org>
9442
9443 * textmodes/remember.el (remember): Set buffer-offer-save in
9444 remember buffers (bug#13566).
9445
9446 2013-10-18 Daniel Colascione <dancol@dancol.org>
9447
9448 When evaluating forms in ielm, direct standard output to ielm
9449 buffer. Add new ielm-return-for-effect command. Remove trailing
9450 whitespace throughout.
9451
9452 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
9453 (ielm-return-for-effect): New command.
9454 (ielm-send-input): Accept optional `for-effect' parameter.
9455 (ielm-eval-input): Accept optional `for-effect' parameter.
9456 Bind `standard-output' to stream we create using
9457 `ielm-standard-output-impl'. Suppress printing result when
9458 `for-effect'.
9459 (ielm-standard-output-impl): New function.
9460 (inferior-emacs-lisp-mode): Explain new features in documentation.
9461
9462 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
9463
9464 Code cleanup.
9465
9466 * net/tramp.el (tramp-debug-message): Do not check for connection
9467 buffer.
9468 (tramp-message): Use "vector" connection property.
9469
9470 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
9471 (tramp-equal-remote, tramp-eshell-directory-change)
9472 * net/tramp-adb.el (tramp-adb-handle-copy-file)
9473 (tramp-adb-handle-rename-file)
9474 * net/tramp-cmds.el (tramp-list-remote-buffers)
9475 (tramp-cleanup-connection, tramp-cleanup-this-connection)
9476 * net/tramp-compat.el (tramp-compat-process-running-p)
9477 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
9478 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
9479 (tramp-gvfs-handle-rename-file)
9480 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
9481 (tramp-set-file-uid-gid)
9482 * net/tramp-smb.el (tramp-smb-handle-copy-file)
9483 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
9484 of `file-remote-p'.
9485
9486 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
9487 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9488 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
9489 (tramp-gw-open-network-stream): Suppress unrelated traces.
9490
9491 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
9492 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9493 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9494 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
9495 connection property.
9496
9497 * net/tramp-cache.el (top): Suppress traces when reading
9498 persistency file.
9499
9500 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
9501 Refactor common code. Improve debug message.
9502 (tramp-maybe-open-connection)
9503 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
9504 connection buffer too early.
9505
9506 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
9507 from `tramp-smb-actions-with-acl'.
9508 (tramp-smb-actions-set-acl): New defconst.
9509 (tramp-smb-handle-copy-directory)
9510 (tramp-smb-action-get-acl): New defun, renamed from
9511 `tramp-smb-action-with-acl'.
9512 (tramp-smb-action-set-acl): New defun.
9513 (tramp-smb-handle-set-file-acl): Rewrite.
9514
9515 2013-10-17 Glenn Morris <rgm@gnu.org>
9516
9517 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
9518
9519 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
9520
9521 * skeleton.el (skeleton-newline): Remove.
9522 (skeleton-internal-1): Use (insert "\n") instead.
9523
9524 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
9525 let-bindings.
9526
9527 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
9528 forward-sexp-function while we redo its job (bug#15613).
9529
9530 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
9531
9532 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
9533 represented by lists.
9534
9535 2013-10-16 Glenn Morris <rgm@gnu.org>
9536
9537 * tmm.el (tmm--history): New dynamic variable.
9538 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
9539
9540 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
9541
9542 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
9543 (tramp-smb-errors): Add error messages.
9544 (tramp-smb-actions-with-acl): New defconst.
9545 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
9546 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
9547 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
9548 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
9549 (tramp-smb-get-stat-capability): Fix tests.
9550
9551 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
9552
9553 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
9554 (bug#15580).
9555
9556 2013-10-16 Glenn Morris <rgm@gnu.org>
9557
9558 * ansi-color.el (ansi-color-drop-regexp):
9559 Add 1J, 1K, 2K. (Bug#15617)
9560
9561 * files.el (hack-local-variables--warned-lexical): New.
9562 (hack-local-variables):
9563 Warn about misplaced lexical-binding. (Bug#15616)
9564
9565 * net/eww.el (eww-render): Always set eww-current-url,
9566 and update header line. (Bug#15622)
9567 (eww-display-html): ... Rather than just doing it here.
9568
9569 2013-10-15 Eli Zaretskii <eliz@gnu.org>
9570
9571 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
9572 menu navigations commands.
9573
9574 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
9575
9576 * progmodes/subword.el (subword-capitalize): Be careful when
9577 the search for [[:alpha:]] fails (bug#15580).
9578
9579 2013-10-14 Eli Zaretskii <eliz@gnu.org>
9580
9581 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
9582 to commands that scroll the menu.
9583
9584 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
9585
9586 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
9587 Handle methods ending with `?' and `!'.
9588
9589 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
9590
9591 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
9592 `japanese-cp932' to `cp932' to fix the problem where saving a
9593 source file written in Shift_JIS twice would end up having
9594 `coding: japanese-cp932' which Ruby could not recognize.
9595 (ruby-mode-set-encoding): Add support for encodings mapped to nil
9596 in `ruby-encoding-map'.
9597 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
9598 doesn't need to be explicitly declared in magic comment.
9599 (ruby-encoding-map): Add type declaration for better customize UI.
9600
9601 2013-10-13 Glenn Morris <rgm@gnu.org>
9602
9603 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
9604 Occur buffers are read-only. http://bugs.debian.org/720775
9605
9606 * emacs-lisp/authors.el (authors-fixed-entries):
9607 Comment out old alpha stuff.
9608
9609 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
9610
9611 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
9612 to `after-save-hook' instead of `before-save-hook'.
9613 (ruby-mode-set-encoding): Use the value of coding system used to
9614 write the file. Call `basic-save-buffer-1' after modifying the
9615 buffer.
9616
9617 2013-10-13 Alan Mackenzie <acm@muc.de>
9618
9619 Fix indentation/fontification of Java enum with
9620 "implements"/generic.
9621
9622 * progmodes/cc-engine.el (c-backward-over-enum-header):
9623 Extracted from the three other places and enhanced to handle generics.
9624 (c-inside-bracelist-p): Uses new function above.
9625 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
9626 function above.
9627 (c-font-lock-enum-tail): Uses new function above.
9628
9629 2013-10-13 Kenichi Handa <handa@gnu.org>
9630
9631 * international/mule-cmds.el (select-safe-coding-system): Remove a
9632 superfluous condition in chekcing whether a coding system is safe
9633 or not.
9634
9635 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
9636
9637 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
9638
9639 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
9640
9641 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
9642
9643 2013-10-13 Glenn Morris <rgm@gnu.org>
9644
9645 * menu-bar.el (menu-bar-update-buffers):
9646 Unify Buffers menu prompt string. (Bug#15576)
9647
9648 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
9649
9650 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
9651 Add some entries.
9652 (authors-fixed-entries): Use accented form of name.
9653
9654 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
9657 method calls (bug#15594).
9658 (ruby-smie--args-separator-p): New function.
9659 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
9660 recognize paren-free method calls.
9661
9662 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
9663 internals of universal-argument.
9664
9665 2013-10-11 Eli Zaretskii <eliz@gnu.org>
9666
9667 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
9668 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
9669 dropped menu on second mouse click on the menu bar.
9670
9671 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
9672
9673 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
9674 (explicit-shell-file-name): Declare.
9675 (sh--vars-before-point, sh--cmd-completion-table): New functions.
9676 (sh-completion-at-point-function): New function.
9677 (sh-mode): Use it.
9678 (sh-smie--keyword-p): Remove unused argument.
9679 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
9680 vars.
9681 (sh-set-shell): Always setup SMIE, even if we use the
9682 old indentation code.
9683
9684 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
9685
9686 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
9687 cases of ? and =.
9688 (ruby-smie-rules): Simplify the "do" rule. The cases when the
9689 predicate would return nil are almost non-existent.
9690 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
9691
9692 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
9693 cache also after commands that modify the buffer but don't move
9694 point.
9695
9696 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * env.el (substitute-env-in-file-name): New function.
9699 (substitute-env-vars): Extend the meaning of the optional arg.
9700
9701 2013-10-10 Eli Zaretskii <eliz@gnu.org>
9702
9703 * term/w32-win.el (dynamic-library-alist): Define separate lists
9704 of GIF DLLs for versions before and after 5.0.0 of giflib.
9705 (Bug#15531)
9706
9707 2013-10-10 João Távora <joaotavora@gmail.com>
9708
9709 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
9710 not locked, use last revision and current source as
9711 defaults. (Bug#15569)
9712
9713 2013-10-10 Masatake YAMATO <yamato@redhat.com>
9714
9715 * menu-bar.el (menu-bar-open): Don't use popup-menu if
9716 menu-bar is hidden.
9717
9718 2013-10-10 Martin Rudalics <rudalics@gmx.at>
9719
9720 * window.el (pop-to-buffer-same-window): Fix doc-string.
9721 (Bug#15492)
9722
9723 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
9726
9727 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
9728
9729 * calendar/icalendar.el (icalendar-import-file):
9730 Fix interactive spec. (Bug#15482)
9731
9732 2013-10-10 Glenn Morris <rgm@gnu.org>
9733
9734 * desktop.el (desktop-save): Default to saving in .emacs.d,
9735 since PWD is no longer in desktop-path by default. (Bug#15319)
9736
9737 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
9738 now that text mode has a menu with the same entry.
9739 (menu-bar-text-mode-auto-fill): Remove now unused func.
9740 * textmodes/text-mode.el (text-mode-map):
9741 Use auto-fill help text from menu-bar.el.
9742
9743 2013-10-10 John Anthony <john@jo.hnanthony.com>
9744
9745 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
9746
9747 2013-10-09 Juri Linkov <juri@jurta.org>
9748
9749 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
9750 instead of this-command-keys. Add universal-argument-more and
9751 universal-argument-minus to the list of prefix commands. (Bug#15568)
9752
9753 2013-10-09 Glenn Morris <rgm@gnu.org>
9754
9755 * vc/vc-svn.el (vc-svn-create-repo):
9756 Expand paths in file://... url. (Bug#15446)
9757
9758 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
9759 Add some entries.
9760 (authors): Remove unused local variables.
9761
9762 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
9763
9764 * profiler.el: Create a more coherent calltree from partial backtraces.
9765 (profiler-format): Hide the tail with `invisible' so that C-s can still
9766 find the hidden elements.
9767 (profiler-calltree-depth): Don't recurse so enthusiastically.
9768 (profiler-function-equal): New hash-table-test.
9769 (profiler-calltree-build-unified): New function.
9770 (profiler-calltree-build): Use it.
9771 (profiler-report-make-name-part): Indent the calltree less.
9772 (profiler-report-mode): Add visibility specs for profiler-format.
9773 (profiler-report-expand-entry, profiler-report-toggle-entry):
9774 Expand the whole subtree when provided with a prefix arg.
9775
9776 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
9777
9778 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
9779 iuwu-mod token.
9780 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
9781 hanging iuwu-mod token.
9782 (ruby-smie--forward-token): Do not include a dot after a token in
9783 that token.
9784 (ruby-smie--backward-token): Likewise.
9785
9786 2013-10-08 Juri Linkov <juri@jurta.org>
9787
9788 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
9789 to isearch-other-control-char.
9790 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
9791 and isearch-post-command-hook to post-command-hook.
9792 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
9793 and isearch-post-command-hook from post-command-hook.
9794 (isearch-unread-key-sequence)
9795 (isearch-reread-key-sequence-naturally)
9796 (isearch-lookup-scroll-key, isearch-other-control-char)
9797 (isearch-other-meta-char): Remove functions.
9798 (isearch-pre-command-hook, isearch-post-command-hook):
9799 New functions based on isearch-other-meta-char rewritten
9800 relying on the new behavior of overriding-terminal-local-map
9801 that does not replace the local keymaps any more. (Bug#15200)
9802
9803 2013-10-08 Eli Zaretskii <eliz@gnu.org>
9804
9805 Support menus on text-mode terminals.
9806 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
9807 functionality.
9808
9809 * tooltip.el (tooltip-mode): Don't error out on TTYs.
9810
9811 * menu-bar.el (popup-menu, popup-menu-normalize-position):
9812 Move here from mouse.el.
9813 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
9814 and arrow keys.
9815 (tty-menu-navigation-map): New map for TTY menu navigation.
9816
9817 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
9818
9819 * frame.el (display-mouse-p): Report text-mode mouse as available
9820 on w32.
9821 (display-popup-menus-p): Report availability if mouse is
9822 available; don't condition on window-system.
9823
9824 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
9825 (tty-menu-selected-face): New faces.
9826
9827 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
9828
9829 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
9830 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
9831 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
9832 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
9833 New constants.
9834 (lisp-mode-variables): New `elisp' argument.
9835 (emacs-lisp-mode): Use it.
9836 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
9837 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
9838
9839 * indent.el: Use lexical-binding.
9840 (indent-region): Add progress reporter.
9841 (tab-stop-list): Make it implicitly extend to infinity by repeating the
9842 last step.
9843 (indent--next-tab-stop): New function to implement this behavior.
9844 (tab-to-tab-stop, move-to-tab-stop): Use it.
9845
9846 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
9847
9848 * indent.el (indent-rigidly--current-indentation): New function.
9849 (indent-rigidly-map): New var.
9850 (indent-rigidly): Use it to provide interactive mode (bug#8196).
9851
9852 2013-10-08 Bastien Guerry <bzg@gnu.org>
9853
9854 * register.el (insert-register): Fix 2013-10-07 change.
9855
9856 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * progmodes/perl-mode.el: Use lexical-binding.
9859 Remove redundant :group args.
9860 (perl-nochange): Change default to be closer to other major modes's
9861 standard behavior.
9862 (perl-indent-line): Don't consider text on current line as a
9863 valid beginning of function from which to indent.
9864
9865 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
9866 with more than one argument (bug#15538).
9867
9868 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
9869
9870 * vc/pcvs.el: Use lexical-binding.
9871 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
9872 environment of `eval'.
9873 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
9874 than a list of expressions. Adjust callers.
9875 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
9876
9877 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
9878
9879 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
9880 case of the dot in a chained method call being on the following line.
9881
9882 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9883
9884 * electric.el (electric-indent-inhibit): New var.
9885 (electric-indent-post-self-insert-function): Use it.
9886 * progmodes/python.el (python-mode): Set it.
9887
9888 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
9889 open braces.
9890
9891 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
9892
9893 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
9894 (css-mode): Use electric-indent-chars.
9895
9896 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
9897 (font-lock-beg, font-lock-end): Move before first use.
9898 (nxml-mode): Use syntax-propertize-function.
9899 (nxml-after-change, nxml-after-change1): Adjust accordingly.
9900 (nxml-extend-after-change-region): Remove.
9901 * nxml/xmltok.el: Use lexical-binding.
9902 (xmltok-save): Use `declare'.
9903 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
9904 * nxml/nxml-util.el: Use lexical-binding.
9905 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
9906 Use `declare'.
9907 * nxml/nxml-ns.el: Use lexical-binding.
9908 (nxml-ns-save): Use `declare'.
9909 (nxml-ns-prefixes-for): Avoid add-to-list.
9910 * nxml/rng-match.el: Use lexical-binding.
9911 (rng--ipattern): Use cl-defstruct.
9912 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
9913 (rng-cons-group-after, rng-subst-group-after)
9914 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
9915 Use closures instead of `(lambda...).
9916
9917 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
9918
9919 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
9920 of BEG and END.
9921
9922 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
9923 Use `tramp-handle-insert-file-contents'.
9924 (tramp-gvfs-handle-insert-file-contents): Remove function.
9925
9926 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
9927 Use `save-restriction' in order to keep markers.
9928
9929 * net/trampver.el: Update release number.
9930
9931 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * progmodes/compile.el (compilation-parse-errors):
9934 Use compilation--put-prop.
9935 (compilation--ensure-parse): Check compilation-multiline.
9936
9937 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
9938
9939 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
9940 lexical-binding.
9941
9942 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
9943
9944 * progmodes/ruby-mode.el: Fix recently added tests.
9945 (ruby-smie-grammar): Add - and +.
9946 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
9947 (ruby-smie--backward-id): New functions.
9948 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
9949 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
9950 any more.
9951
9952 2013-10-07 Leo Liu <sdl.web@gmail.com>
9953
9954 * register.el (register-preview-delay)
9955 (register-preview-functions): New variables.
9956 (register-read-with-preview, register-preview)
9957 (register-describe-oneline): New functions.
9958 (point-to-register, window-configuration-to-register)
9959 (frame-configuration-to-register, jump-to-register)
9960 (number-to-register, view-register, insert-register)
9961 (copy-to-register, append-to-register, prepend-to-register)
9962 (copy-rectangle-to-register): Use register-read-with-preview to
9963 read register. (Bug#15525)
9964
9965 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
9966
9967 * net/network-stream.el (network-stream-open-starttls): Don't add
9968 --insecure if it's already present, because that gnutls-cli
9969 rejects getting that parameter twice.
9970
9971 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
9972
9973 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
9974 keyword, too.
9975
9976 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
9977
9978 * newcomment.el (comment-use-global-state): Change default value
9979 to t, mark obsolete (Bug#15251).
9980 (comment-beginning): In addition to `comment-to-syntax', check the
9981 value of `comment-use-global-state'.
9982
9983 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
9984
9985 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
9986 (ruby-comment-column): Follow the global default, by default.
9987 (ruby-smie-grammar): Add assignment syntax.
9988 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
9989 open-paren, a comma, or a \.
9990 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
9991 and line continuations.
9992 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
9993 followed by implicit semi-colons. Add rule for string concatenation
9994 and for indentation at BOB.
9995 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
9996
9997 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
9998 calling next-sexp, since next-token may have skipped chars which
9999 next-sexp doesn't know should be skipped!
10000
10001 2013-10-05 Leo Liu <sdl.web@gmail.com>
10002
10003 * progmodes/octave.el (octave-send-region):
10004 Call compilation-forget-errors.
10005
10006 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
10007
10008 * vc/vc-svn.el (vc-svn-find-admin-dir):
10009 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
10010 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
10011 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
10012 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
10013
10014 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
10017
10018 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * subr.el (read-passwd): Hide chars even when called within a context
10021 where after-change-functions is disabled (bug#15501).
10022 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
10023 until we removed ourself from overriding-terminal-local-map.
10024
10025 2013-10-04 Leo Liu <sdl.web@gmail.com>
10026
10027 * progmodes/octave.el (inferior-octave-mode):
10028 Call compilation-forget-errors.
10029
10030 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
10031
10032 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
10033
10034 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
10035
10036 * net/secrets.el (secrets-create-collection): Add optional
10037 argument ALIAS. Use proper Label keyword. Append ALIAS as
10038 dbus-call-method argument. (Bug#15516)
10039
10040 2013-10-04 Leo Liu <sdl.web@gmail.com>
10041
10042 * progmodes/octave.el (inferior-octave-error-regexp-alist)
10043 (inferior-octave-compilation-font-lock-keywords): New variables.
10044 (compilation-error-regexp-alist)
10045 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
10046 (inferior-octave-mode): Use compilation-shell-minor-mode.
10047
10048 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
10049
10050 * minibuffer.el (completion--replace): Be careful that `end' might be
10051 a marker.
10052
10053 2013-10-03 Daiki Ueno <ueno@gnu.org>
10054
10055 Add support for package signature checking.
10056 * emacs-lisp/package.el (url-http-file-exists-p)
10057 (epg-make-context, epg-context-set-home-directory)
10058 (epg-verify-string, epg-context-result-for)
10059 (epg-signature-status, epg-signature-to-string)
10060 (epg-check-configuration, epg-configuration)
10061 (epg-import-keys-from-file): Declare.
10062 (package-check-signature): New user option.
10063 (package-unsigned-archives): New user option.
10064 (package-desc): Add `signed' field.
10065 (package-load-descriptor): Set `signed' field if .signed file exists.
10066 (package--archive-file-exists-p): New function.
10067 (package--check-signature): New function.
10068 (package-install-from-archive): Check package signature.
10069 (package--download-one-archive): Check archive signature.
10070 (package-delete): Remove .signed file.
10071 (package-import-keyring): New command.
10072 (package-refresh-contents): Import default keyring.
10073 (package-desc-status): Add "unsigned" status.
10074 (describe-package-1, package-menu--print-info)
10075 (package-menu-mark-delete, package-menu--find-upgrades)
10076 (package-menu--status-predicate): Support "unsigned" status.
10077
10078 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
10081 the new compilation scheme using the new byte-codes.
10082
10083 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
10084 (byte-pophandler): New byte codes.
10085 (byte-goto-ops): Adjust accordingly.
10086 (byte-compile--use-old-handlers): New var.
10087 (byte-compile-catch): Use new byte codes depending on
10088 byte-compile--use-old-handlers.
10089 (byte-compile-condition-case--old): Rename from
10090 byte-compile-condition-case.
10091 (byte-compile-condition-case--new): New function.
10092 (byte-compile-condition-case): New function that dispatches depending
10093 on byte-compile--use-old-handlers.
10094 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
10095 when we can.
10096
10097 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10098 Optimize under `condition-case' and `catch' if
10099 byte-compile--use-old-handlers is nil.
10100 (disassemble-offset): Handle new bytecodes.
10101
10102 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
10103
10104 * subr.el (error): Use `declare'.
10105 (decode-char, encode-char): Use advertised-calling-convention instead
10106 of the docstring to discourage use of the `restriction' arg.
10107
10108 2013-10-03 Daiki Ueno <ueno@gnu.org>
10109
10110 * epg.el (epg-verify-file): Add a comment saying that it does not
10111 notify verification error as a return value nor a signal.
10112 (epg-verify-string): Ditto.
10113
10114 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
10115
10116 * progmodes/compile.el (compilation-start): Try globbing the arg to
10117 `cd' (bug#15417).
10118
10119 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
10120
10121 Sync with Tramp 2.2.8.
10122
10123 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
10124 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
10125 * net/trampver.el: Update release number.
10126
10127 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
10128
10129 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10130 and default-process-coding-system for darwin only.
10131
10132 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
10135
10136 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
10137
10138 * vc/vc-git.el (vc-git-grep): Disable pager.
10139
10140 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
10141
10142 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
10143 Use :url instead of :homepage, as per
10144 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
10145
10146 * newcomment.el (comment-beginning): When `comment-use-syntax' is
10147 non-nil, use `syntax-ppss' (Bug#15251).
10148
10149 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10150
10151 * progmodes/octave.el (inferior-octave-startup-file):
10152 Prefer ~/.emacs.d/init_octave.m.
10153
10154 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
10155
10156 * emacs-lisp/package.el (package-desc-from-define):
10157 Accept additional arguments as plist, convert them to an alist and store
10158 them in the `extras' slot.
10159 (package-generate-description-file): Convert extras alist back to
10160 plist and append to the `define-package' form arguments.
10161 (package--alist-to-plist): New function.
10162 (package--ac-desc): Add `extras' slot.
10163 (package--add-to-archive-contents): Check if the archive-contents
10164 vector is long enough, and if it is, pass its `extras' slot value
10165 to `package-desc-create'.
10166 (package-buffer-info): Call `lm-homepage', pass the returned value
10167 to `package-desc-from-define'.
10168 (describe-package-1): Render the homepage button (Bug#13291).
10169
10170 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10171 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
10172
10173 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
10174
10175 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
10176 and default-process-coding-system to utf-8-unix (Bug#15402).
10177
10178 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
10179
10180 * subr.el (looking-back): Do not recommend using looking-back.
10181
10182 2013-09-28 Alan Mackenzie <acm@muc.de>
10183
10184 Fix indentation/fontification of Java enum with "implements".
10185
10186 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
10187 regexp which matches "implements", etc., in Java.
10188 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
10189 specifier clauses coming after "enum".
10190 * progmodes/cc-fonts.el (c-font-lock-declarations)
10191 (c-font-lock-enum-tail): Check for extra specifier clauses coming
10192 after "enum".
10193
10194 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
10195
10196 * faces.el (region): Change ns_selection_color to
10197 ns_selection_fg_color, add ns_selection_bg_color.
10198
10199 2013-09-28 Leo Liu <sdl.web@gmail.com>
10200
10201 * progmodes/octave.el (inferior-octave-completion-table)
10202 (inferior-octave-completion-at-point): Minor tweaks.
10203
10204 * textmodes/ispell.el (ispell-lookup-words): Rename from
10205 lookup-words. (Bug#15460)
10206 (lookup-words): Obsolete.
10207 (ispell-complete-word, ispell-command-loop): All uses changed.
10208
10209 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10210
10211 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
10212 (octave-mode-menu): Add octave-send-buffer.
10213 (octave-send-buffer): New function.
10214
10215 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10216
10217 * progmodes/octave.el (octave-mode-map): Add key binding for
10218 octave-lookfor.
10219 (octave-mode-menu): Add octave-lookfor.
10220 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
10221 octave-lookfor.
10222 (octave-lookfor): New function.
10223
10224 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
10227 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
10228 its convention.
10229 (cl--loop-set-iterator-function): New function.
10230 (cl-loop): Adjust accordingly, so as not to use cl-subst.
10231 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
10232 Bind `it' with `let' instead of substituting it with `cl-subst'.
10233 (cl--unused-var-p): New function.
10234 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
10235 Eliminate some unused variable warnings (bug#15326).
10236
10237 2013-09-27 Tassilo Horn <tsdh@gnu.org>
10238
10239 * doc-view.el (doc-view-scale-reset): Rename from
10240 `doc-view-reset-zoom-level'.
10241 (doc-view-scale-adjust): New command.
10242 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
10243 `doc-view-scale-adjust'.
10244
10245 2013-09-26 Tassilo Horn <tsdh@gnu.org>
10246
10247 * doc-view.el (doc-view-reset-zoom-level): New command.
10248 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
10249 zoom commands (bug#15466).
10250
10251 2013-09-26 Kenichi Handa <handa@gnu.org>
10252
10253 * international/quail.el (quail-help): Make it not a command.
10254
10255 2013-09-26 Leo Liu <sdl.web@gmail.com>
10256
10257 * minibuffer.el (completion-all-sorted-completions): Make args
10258 optional as they are.
10259
10260 2013-09-25 Daniel Colascione <dancol@dancol.org>
10261
10262 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
10263 specs are and that they're not evaluated.
10264
10265 2013-09-24 Sam Steingold <sds@gnu.org>
10266
10267 * midnight.el (clean-buffer-list-kill-regexps)
10268 (clean-buffer-list-kill-buffer-names): Update for the new Man
10269 buffer naming which includes the object name.
10270
10271 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
10272
10273 * eshell/esh-cmd.el (eshell--sep-terms): New var.
10274 (eshell-parse-command, eshell-parse-pipeline): Use it since
10275 eshell-separate-commands requires a dynamic scoped var.
10276 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
10277
10278 2013-09-23 Leo Liu <sdl.web@gmail.com>
10279
10280 * autoinsert.el (auto-insert-alist): Make the value of
10281 lexical-binding match its file setting.
10282
10283 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
10284
10285 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
10286
10287 * autoarg.el (autoarg-kp-digit-argument):
10288 * electric.el (Electric-command-loop):
10289 * kmacro.el (kmacro-step-edit-insert):
10290 Do not set universal-argument-num-events.
10291
10292 2013-09-22 Leo Liu <sdl.web@gmail.com>
10293
10294 * files.el (interpreter-mode-alist): Add octave.
10295
10296 2013-09-21 Alan Mackenzie <acm@muc.de>
10297
10298 C++: fontify identifier in declaration following "public:" correctly.
10299 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
10300 to match "public", etc.
10301 (c-decl-prefix-re): Add ":" into the C++ value.
10302 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
10303 bit. Add a check for a ":" preceded by "public", etc.
10304
10305 2013-09-21 Eli Zaretskii <eliz@gnu.org>
10306
10307 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
10308 recognized by GDB 7.5 and later.
10309
10310 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
10311
10312 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
10313
10314 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * subr.el (internal--call-interactively): New const.
10317 (called-interactively-p): Use it (bug#3984).
10318
10319 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
10320
10321 * vc/pcvs.el (cvs-mode-ignore):
10322 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
10323 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
10324
10325 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
10328 (eshell-ls-orig-insert-directory): Remove.
10329 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
10330 (eshell-ls-use-in-dired): Use advice-add/remove.
10331 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
10332 Add `orig-fun' arg for use in :around advice.
10333 Make it check (redundantly) eshell-ls-use-in-dired.
10334
10335 2013-09-19 Glenn Morris <rgm@gnu.org>
10336
10337 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
10338
10339 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
10340
10341 * emacs-lisp/eieio.el (class-parent): Undo previous change.
10342
10343 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
10344
10345 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
10346 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
10347 (tramp-get-remote-python): New defuns.
10348 (tramp-get-remote-uid-with-perl)
10349 (tramp-get-remote-gid-with-perl): New defuns. Perl code
10350 contributed by yary <not.com@gmail.com> (tiny change).
10351 (tramp-get-remote-uid-with-python)
10352 (tramp-get-remote-gid-with-python): New defuns. Python code
10353 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
10354 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
10355
10356 2013-09-19 Glenn Morris <rgm@gnu.org>
10357
10358 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
10359
10360 * eshell/em-unix.el (eshell-remove-entries):
10361 Rename argument to avoid name-clash with global `top-level'.
10362
10363 * eshell/esh-proc.el (eshell-kill-process-function):
10364 Remove eshell-reset-after-proc from eshell-kill-hook if present.
10365 (eshell-reset-after-proc): Remove unused arg `proc'.
10366
10367 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
10368 (directory-files-and-attributes): Mark unused arg.
10369
10370 * eshell/em-unix.el (eshell-remove-entries):
10371 Remove unused arg `path'. Update callers.
10372
10373 * eshell/em-hist.el (eshell-hist-parse-arguments):
10374 Remove unused arg `silent'. Update callers.
10375
10376 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
10377 Fix (f)boundp mix-up.
10378
10379 * eshell/em-smart.el (eshell-smart-scroll-window)
10380 (eshell-disable-after-change):
10381 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
10382
10383 2013-09-18 Alan Mackenzie <acm@muc.de>
10384
10385 Fix fontification of type when followed by "const".
10386 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
10387 "known" types from fontification.
10388
10389 2013-09-18 Glenn Morris <rgm@gnu.org>
10390
10391 * emacs-lisp/chart.el (x-display-color-cells): Declare.
10392 (chart-face-list): Drop Emacsen without display-color-p.
10393
10394 * net/eww.el (libxml-parse-html-region): Declare.
10395 (eww-display-html): Explicit error if no libxml2 support.
10396
10397 * doc-view.el (doc-view-mode): Silence --without-x compilation.
10398
10399 * image.el (image-type-from-buffer, image-multi-frame-p):
10400 Remove --without-x warning/error.
10401
10402 * mouse.el (mouse-yank-primary):
10403 * term.el (term-mouse-paste):
10404 Reorder to silence --without-x compilation.
10405
10406 * mpc.el (doc-view-mode): Silence --without-x compilation.
10407
10408 * mail/rmailmm.el (rmail-mime-set-bulk-data):
10409 Silence --without-x compilation.
10410
10411 * progmodes/gud.el (gud-find-file, gud-mode):
10412 Silence --without-x compilation.
10413 (tooltip-mode): Declare.
10414
10415 * wdired.el (dired-backup-overwrite): Remove declaration.
10416 (wdired-mode-map): Add doc string.
10417
10418 * custom.el (x-get-resource): Declare.
10419
10420 * eshell/em-glob.el (ange-cache):
10421 * eshell/em-unix.el (ange-cache): Declare.
10422
10423 * faces.el (x-display-list, x-open-connection, x-get-resource):
10424 Declare.
10425
10426 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
10427 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
10428 Declare.
10429
10430 * frame.el (x-display-grayscale-p, x-display-name): Declare.
10431
10432 * net/gnutls.el (gnutls-log-level): Declare.
10433
10434 * net/shr.el (image-size, image-animate): Declare.
10435
10436 * simple.el (font-info): Declare.
10437
10438 * subr.el (x-popup-dialog): Declare.
10439
10440 * term/common-win.el (x-select-enable-primary)
10441 (x-last-selected-text-primary, x-last-selected-text-clipboard):
10442 Declare.
10443
10444 * term/ns-win.el (x-handle-args): Declare.
10445
10446 * term/x-win.el (x-select-enable-clipboard): Declare.
10447
10448 * term/w32-win.el (create-default-fontset): Declare.
10449
10450 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
10451 Declare.
10452
10453 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
10454 (fit-frame-to-buffer): Explicit error if --without-x.
10455 (mouse-autoselect-window-select): Silence compiler.
10456
10457 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
10458
10459 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
10460 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
10461 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
10462 * eshell/esh-util.el (eshell-sublist):
10463 Remove unused local variables.
10464
10465 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
10466
10467 * textmodes/two-column.el: Make 2C-split work for --without-x.
10468 (scroll-bar-columns): Autoload.
10469 (top-level): Require fringe when compiling.
10470
10471 2013-09-18 Leo Liu <sdl.web@gmail.com>
10472
10473 * subr.el (add-hook): Robustify to handle closure as well.
10474
10475 2013-09-17 Glenn Morris <rgm@gnu.org>
10476
10477 * simple.el (messages-buffer-mode-map): Unbind "g".
10478
10479 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * help-mode.el (help-mode-finish): Use derived-mode-p.
10482 Remove obsolete highlighting.
10483
10484 * play/life.el (life-mode): Use define-derived-mode. Derive from
10485 special-mode.
10486 (life): Let-bind inhibit-read-only.
10487 (life-setup): Avoid `setq'. Use `life-mode'.
10488
10489 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
10490 which should not be needed any more.
10491 (package-menu-refresh, package-menu-describe-package): Use user-error.
10492
10493 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
10494 (eshell-post-rewrite-command-hook): Make obsolete.
10495 (eshell-parse-command): Simplify.
10496 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
10497 (eshell--cmd): Declare.
10498 (eshell-parse-pipeline): Remove unused var `final-p'.
10499 Pass a dynvar to eshell-post-rewrite-command-hook.
10500 Implement the new eshell-post-rewrite-command-function.
10501 (eshell-invoke-directly): Remove unused arg `input'.
10502 * eshell/esh-io.el (eshell-io-initialize):
10503 Use eshell-post-rewrite-command-function (bug#15399).
10504 (eshell--apply-redirections): Rename from eshell-apply-redirections;
10505 adjust to new calling convention.
10506 (eshell-create-handles): Rename args to avoid clashing with dynvar
10507 `standard-output'.
10508
10509 2013-09-17 Glenn Morris <rgm@gnu.org>
10510
10511 * simple.el (messages-buffer-mode): New major mode.
10512 (messages-buffer): New function.
10513 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
10514 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
10515 (ert-run-test): Use `messages-buffer' function.
10516 (ert--force-message-log-buffer-truncation): Ignore read-only.
10517 * help.el (view-echo-area-messages): Use `messages-buffer' function.
10518 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
10519
10520 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
10523
10524 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
10525
10526 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
10527
10528 * icomplete.el (icomplete-in-buffer): New var.
10529 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
10530 vars and replace them with functions.
10531 (icomplete-minibuffer-setup): Adjust accordingly.
10532 (icomplete--completion-table, icomplete--completion-predicate)
10533 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
10534 New functions.
10535 (icomplete-forward-completions, icomplete-backward-completions)
10536 (icomplete-simple-completing-p, icomplete-exhibit)
10537 (icomplete-completions): Use them.
10538 (icomplete--in-region-buffer): New var.
10539 (icomplete--in-region-setup): New function.
10540 (icomplete-mode): Use it.
10541
10542 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
10543 (bug#15379).
10544 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
10545 return args and options.
10546 (eshell-eval-using-options): Use the new return value of
10547 eshell--do-opts to set the options's vars in their scope.
10548 (eshell--set-option): Rename from eshell-set-option.
10549 Add arg `opt-vals'.
10550 (eshell--process-option): Rename from eshell-process-option.
10551 Add arg `opt-vals'.
10552 (eshell--process-args): Use an `opt-vals' alist to store the options's
10553 values during their processing and return them additionally to the
10554 remaining args.
10555
10556 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
10557
10558 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
10559 continuation character an operator, as far as indentation is
10560 concerned (Bug#15369).
10561
10562 2013-09-15 Martin Rudalics <rudalics@gmx.at>
10563
10564 * window.el (window--state-put-2): Don't process buffer state
10565 when buffer doesn't exist any more (Bug#15382).
10566
10567 2013-09-15 Glenn Morris <rgm@gnu.org>
10568
10569 * eshell/em-unix.el (eshell/rm):
10570 Make -f ignore missing files. (Bug#15373)
10571
10572 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
10573 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
10574 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
10575
10576 2013-09-14 Glenn Morris <rgm@gnu.org>
10577
10578 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
10579
10580 2013-09-13 Glenn Morris <rgm@gnu.org>
10581
10582 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
10583 (dired-guess-default): Make `file' available in the env. (Bug#15363)
10584
10585 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
10586
10587 * frame.el (x-focus-frame): Mark as declared in frame.c.
10588
10589 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10590
10591 * ls-lisp.el: Use advice-add.
10592 (original-insert-directory): Remove.
10593 (ls-lisp--insert-directory): Rename from insert-directory; add
10594 `orig-fun' argument.
10595 (insert-directory): Advise.
10596
10597 2013-09-13 Eli Zaretskii <eliz@gnu.org>
10598
10599 * term.el (term-emulate-terminal): Decode the command string
10600 before passing it to term-command-hook. (Bug#15337)
10601
10602 2013-09-13 Glenn Morris <rgm@gnu.org>
10603
10604 * eshell/esh-util.el (ange-cache): Move declaration earlier.
10605
10606 * eshell/esh-ext.el (eshell-search-path): Declare.
10607
10608 * eshell/em-prompt.el (eshell/pwd): Autoload it.
10609 Otherwise an error occurs if eshell-dirs module not loaded.
10610
10611 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
10612
10613 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
10614
10615 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
10616 `tramp-check-proper-host'. Check for a valid method name.
10617
10618 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10619 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10620 * net/tramp-sh.el (tramp-maybe-open-connection):
10621 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
10622
10623 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
10624 also for hash values.
10625
10626 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10627
10628 * term/ns-win.el (parameters): Don't declare as dynamic.
10629 (before-make-frame-hook): Don't add ineffective function.
10630
10631 * eshell/*.el: Use lexical-binding (bug#15231).
10632
10633 2013-09-12 Kenichi Handa <handa@gnu.org>
10634
10635 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
10636
10637 2013-09-12 Glenn Morris <rgm@gnu.org>
10638
10639 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
10640 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
10641
10642 * subr.el (do-after-load-evaluation): Also give compiler warnings
10643 when obsolete files are used (except by obsolete files).
10644
10645 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
10646 in the status output, assume `filename' is the first. (Bug#15322)
10647
10648 * vc/vc.el (vc-deduce-fileset): Doc fix.
10649
10650 * calc/calc-help.el (Info-goto-node):
10651 * progmodes/cperl-mode.el (Info-find-node):
10652 * vc/ediff.el (Info-goto-node): Update declarations.
10653
10654 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
10655
10656 * vc/vc-bzr.el (vc-compilation-mode): Declare.
10657 (vc-bzr-pull): Require vc-dispatcher.
10658 * vc/vc-git.el (vc-compilation-mode): Declare.
10659 (vc-git-pull): Require vc-dispatcher.
10660
10661 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
10662
10663 * progmodes/octave.el (help-button-action): Declare.
10664
10665 * shell.el (shell-directory-tracker): Output error as a message
10666 rather than just returning it as a string.
10667 (shell-process-pushd): Remove useless use of message.
10668
10669 * dframe.el (dframe-timer-fn):
10670 * files.el (dir-locals-read-from-file):
10671 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
10672 (mpc-format):
10673 * reveal.el (reveal-post-command):
10674 * saveplace.el (load-save-place-alist-from-file):
10675 * shell.el (shell-resync-dirs):
10676 * w32-common-fns.el (x-get-selection-value):
10677 * emacs-lisp/copyright.el (copyright-find-copyright):
10678 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10679 * emulation/tpu-edt.el (tpu-copy-keyfile):
10680 * play/bubbles.el (bubbles--mark-neighbourhood):
10681 * progmodes/executable.el
10682 (executable-make-buffer-file-executable-if-script-p):
10683 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
10684
10685 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 Cleanup Eshell to rely less on dynamic scoping.
10688 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
10689 last-value, and ext-command here. Bind `args' closer to `body'.
10690 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
10691 (eshell--args): Declare new dynamic var.
10692 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
10693 last-value, and ext-command. Pass `args' to `body'.
10694 (eshell-process-args): Bind eshell--args.
10695 (eshell-set-option): Use eshell--args.
10696 * eshell/eshell.el (eshell): Use derived-mode-p.
10697 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
10698 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
10699 (eshell-glob-function): Declare.
10700 * eshell/esh-util.el: Require cl-lib.
10701 (eshell-read-hosts-file): Avoid add-to-list.
10702 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
10703 `err'.
10704 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
10705 Declare.
10706 (eshell/diff): Remove unused var `err'.
10707 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
10708 `killflag'.
10709 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
10710 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
10711 first use.
10712 * eshell/em-glob.el (eshell-glob-matches, message-shown):
10713 Move declaration before first use.
10714 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
10715 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
10716 rely on cl-return.
10717
10718 2013-09-12 Glenn Morris <rgm@gnu.org>
10719
10720 * term/ns-win.el (global-map): Remove binding for ispell-next,
10721 deleted 1999-05-29. (Bug#15357)
10722
10723 2013-09-11 Glenn Morris <rgm@gnu.org>
10724
10725 * echistory.el (electric-command-history): Remove call to deleted func.
10726
10727 * play/landmark.el (landmark-mode): Fix typos.
10728
10729 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
10730 Check cvs-sort-ignore-file is bound.
10731
10732 * savehist.el: No need for cl when compiling on Emacs.
10733
10734 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
10737 (bug#15338).
10738 (eshell-self-insert-command, eshell-send-invisible):
10739 Remove unused argument.
10740 (eshell-handle-control-codes): Remove unused var `orig'.
10741 Avoid delete-backward-char.
10742
10743 * files.el (set-auto-mode): Simplify a bit further.
10744
10745 2013-09-11 Glenn Morris <rgm@gnu.org>
10746
10747 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
10748 (set-auto-mode): Don't regexp-quote elements.
10749 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
10750 * progmodes/cc-mode.el (interpreter-mode-alist):
10751 * progmodes/ruby-mode.el (interpreter-mode-alist):
10752 Revert previous change.
10753
10754 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * play/snake.el (snake-mode):
10757 * play/mpuz.el (mpuz-mode):
10758 * play/landmark.el (lm-mode):
10759 * play/blackbox.el (blackbox-mode):
10760 * play/5x5.el (5x5-mode):
10761 * obsolete/options.el (Edit-options-mode):
10762 * net/quickurl.el (quickurl-list-mode):
10763 * net/newst-treeview.el (newsticker-treeview-mode):
10764 * mail/rmailsum.el (rmail-summary-mode):
10765 * mail/mspools.el (mspools-mode):
10766 * locate.el (locate-mode):
10767 * ibuffer.el (ibuffer-mode):
10768 * emulation/ws-mode.el (wordstar-mode):
10769 * emacs-lisp/debug.el (debugger-mode):
10770 * array.el (array-mode):
10771 * net/eudc.el (eudc-mode): Use define-derived-mode.
10772 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
10773 Move initialization into declaration.
10774 (mairix-searches-mode): Use define-derived-mode.
10775 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
10776 (eudc-edit-hotlist): Use dolist.
10777 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
10778 (Man-mode): Use define-derived-mode.
10779 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
10780 (Info-edit-mode): Use define-derived-mode.
10781 (Info-cease-edit): Use Info-mode.
10782 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
10783 into declaration.
10784 (eshell-mode): Use define-derived-mode.
10785 * chistory.el (command-history-mode-map): Rename from
10786 command-history-map.
10787 (command-history-mode): Use define-derived-mode.
10788 (Command-history-setup): Remove function.
10789 * calc/calc.el (calc-trail-mode-map): New var.
10790 (calc-trail-mode): Use define-derived-mode.
10791 (calc-trail-buffer): Set calc-main-buffer manually.
10792 * bookmark.el (bookmark-insert-annotation): New function.
10793 (bookmark-edit-annotation): Use it.
10794 (bookmark-edit-annotation-mode): Make it a proper major mode.
10795 (bookmark-send-edited-annotation): Use derived-mode-p.
10796 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
10797 closer to its ideal place. Use \' to match EOS.
10798
10799 * profiler.el (profiler-calltree-find): Use function-equal.
10800
10801 2013-09-10 Glenn Morris <rgm@gnu.org>
10802
10803 * files.el (interpreter-mode-alist): Convert to regexps.
10804 (set-auto-mode): Adapt for this. (Bug#15306)
10805 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
10806 Comment out unused variable.
10807 * progmodes/cc-mode.el (interpreter-mode-alist):
10808 * progmodes/python.el (interpreter-mode-alist):
10809 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
10810 * progmodes/sh-script.el (sh-set-shell):
10811 No longer use interpreter-mode-alist to get list of shells.
10812
10813 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
10814
10815 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * simple.el: Use set-temporary-overlay-map for universal-argument.
10818 (universal-argument-map): Don't use default-bindings (bug#15317).
10819 Bind switch-frame explicitly. Replace universal-argument-minus with
10820 a conditional binding.
10821 (universal-argument-num-events, saved-overriding-map): Remove.
10822 (restore-overriding-map): Remove.
10823 (universal-argument--mode): Rename from save&set-overriding-map,
10824 and rewrite.
10825 (universal-argument, universal-argument-more, negative-argument)
10826 (digit-argument): Adjust accordingly.
10827 (universal-argument-minus): Remove.
10828 (universal-argument-other-key): Remove.
10829
10830 * subr.el (with-demoted-errors): Add `format' argument.
10831
10832 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
10833
10834 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
10835 `tramp-cleanup-connection'.
10836
10837 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
10838 parameters KEEP-DEBUG and KEEP-PASSWORD.
10839
10840 * net/tramp.el (tramp-file-name-handler):
10841 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10842 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
10843 (tramp-maybe-open-connection):
10844 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10845 Use `tramp-cleanup-connection'.
10846
10847 * net/tramp-sh.el (tramp-maybe-open-connection):
10848 Catch 'uname-changed inside the progress reporter.
10849
10850 2013-09-10 Glenn Morris <rgm@gnu.org>
10851
10852 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
10853
10854 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
10855 returns "alternate access method" in mode (eg "-rw-r--r--.").
10856
10857 2013-09-08 Glenn Morris <rgm@gnu.org>
10858
10859 * saveplace.el (load-save-place-alist-from-file):
10860 Demote errors. (Bug#15305)
10861
10862 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
10863
10864 Improve compatibility with older Emacsen, and XEmacs.
10865
10866 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
10867 only if it is bound. It isn't for XEmacs.
10868 (with-tramp-progress-reporter): Do not let-bind `result'.
10869 This yields to scoping errors in XEmacs.
10870 (tramp-handle-make-auto-save-file-name): New function, moved from
10871 tramp-sh.el.
10872
10873 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
10874 for `make-auto-save-file-name'.
10875 (tramp-adb--gnu-switches-to-ash):
10876 Use `tramp-compat-replace-regexp-in-string'.
10877
10878 * net/tramp-cache.el (tramp-cache-print): Call
10879 `substring-no-properties' only if it is bound. It isn't for XEmacs.
10880
10881 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
10882 bound. It isn't for XEmacs.
10883
10884 * net/tramp-compat.el (tramp-compat-copy-file):
10885 Catch `wrong-number-of-arguments' error.
10886 (tramp-compat-replace-regexp-in-string): New defun.
10887
10888 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
10889 for `make-auto-save-file-name'.
10890 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
10891 `copy-file'.
10892 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
10893 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
10894 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
10895
10896 * net/tramp-gw.el (tramp-gw-open-network-stream):
10897 Use `tramp-compat-replace-regexp-in-string'.
10898
10899 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10900 Call `tramp-handle-make-auto-save-file-name'.
10901 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
10902 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10903 (tramp-sh-file-inotifywait-process-filter):
10904 Use `tramp-compat-replace-regexp-in-string'.
10905 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
10906
10907 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
10908 for `make-auto-save-file-name'.
10909 (tramp-smb-handle-copy-directory):
10910 Call `tramp-compat-replace-regexp-in-string'.
10911 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
10912 (tramp-smb-handle-copy-file): Improve error message.
10913 (tramp-smb-handle-rename-file): Rename directly only in case
10914 `newname' does not exist yet. This is a restriction of smbclient.
10915 (tramp-smb-maybe-open-connection): Rerun the function only when
10916 `auth-sources' is non-nil.
10917
10918 2013-09-08 Kenichi Handa <handa@gnu.org>
10919
10920 * international/characters.el: Set category "^" (Combining) for
10921 more characters.
10922
10923 2013-09-07 Alan Mackenzie <acm@muc.de>
10924
10925 Correctly fontify Java class constructors.
10926 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
10927 in Java Mode.
10928 (c-recognize-typeless-decls): Set the Java value to t.
10929 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
10930 While handling a "(", add a check for, effectively, Java, and handle a
10931 "typeless" declaration there.
10932
10933 2013-09-07 Roland Winkler <winkler@gnu.org>
10934
10935 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
10936 field subtitle for entry type book.
10937
10938 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 * minibuffer.el: Make minibuffer-complete call completion-in-region
10941 rather than other way around.
10942 (completion--some, completion-pcm--find-all-completions):
10943 Don't delay signals when debugging.
10944 (minibuffer-completion-contents): Beware fields within the
10945 minibuffer contents.
10946 (completion-all-sorted-completions): Use defvar-local.
10947 (completion--do-completion, completion--cache-all-sorted-completions)
10948 (completion-all-sorted-completions, minibuffer-force-complete):
10949 Add args `beg' and `end'.
10950 (completion--in-region-1): New fun, extracted from minibuffer-complete.
10951 (minibuffer-complete): Use completion-in-region.
10952 (completion-complete-and-exit): New fun, extracted from
10953 minibuffer-complete-and-exit.
10954 (minibuffer-complete-and-exit): Use it.
10955 (completion--complete-and-exit): Rename from
10956 minibuffer--complete-and-exit.
10957 (completion-in-region--single-word): New function, extracted from
10958 minibuffer-complete-word.
10959 (minibuffer-complete-word): Use it.
10960 (display-completion-list): Make `common-substring' argument obsolete.
10961 (completion--in-region): Call completion--in-region-1 instead of
10962 minibuffer-complete.
10963 (completion-help-at-point): Pass boundaries to
10964 minibuffer-completion-help as args rather than via an overlay.
10965 (completion-pcm--string->pattern): Use `any-delim'.
10966 (completion-pcm--optimize-pattern): New function.
10967 (completion-pcm--pattern->regex): Handle `any-delim'.
10968 * icomplete.el (icomplete-forward-completions)
10969 (icomplete-backward-completions, icomplete-completions):
10970 Adjust calls to completion-all-sorted-completions and
10971 completion--cache-all-sorted-completions.
10972 (icomplete-with-completion-tables): Default to t.
10973 * emacs-lisp/crm.el (crm--current-element): Rename from
10974 crm--select-current-element. Don't put an overlay but return the
10975 boundaries instead.
10976 (crm--completion-command): Take two new args to bind to the boundaries.
10977 (crm-completion-help): Adjust accordingly.
10978 (crm-complete): Use completion-in-region.
10979 (crm-complete-word): Use completion-in-region--single-word.
10980 (crm-complete-and-exit): Use completion-complete-and-exit.
10981
10982 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
10985 than dynamically.
10986
10987 2013-09-06 Juri Linkov <juri@jurta.org>
10988
10989 * info.el (Info-display-images-node): When image file doesn't exist
10990 display text version of the image if it's provided in the Info file.
10991 Otherwise, display the location of missing image from SRC attribute.
10992 Add help-echo text property from ALT attribute. (Bug#15279)
10993
10994 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
10997 (edit-abbrevs-mode): Use define-derived-mode.
10998
10999 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
11000 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
11001 that it's defined.
11002 (epa-key-list-mode, epa-key-mode, epa-info-mode):
11003 Use define-derived-mode.
11004
11005 * epg.el (epg-start-encrypt): Minor CSE simplification.
11006
11007 2013-09-06 William Xu <william.xwl@gmail.com>
11008
11009 * arc-mode.el: Add support for 7za (bug#15264).
11010 (archive-7z-program): New var.
11011 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
11012 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
11013 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
11014
11015 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
11016
11017 Remove URL syntax.
11018
11019 * net/tramp.el (tramp-syntax, tramp-prefix-format)
11020 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
11021 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
11022 (tramp-postfix-host-format, tramp-file-name-regexp)
11023 (tramp-completion-file-name-regexp)
11024 (tramp-completion-dissect-file-name)
11025 (tramp-handle-substitute-in-file-name): Remove 'url case.
11026 (tramp-file-name-regexp-url)
11027 (tramp-completion-file-name-regexp-url): Remove constants.
11028
11029 2013-09-06 Glenn Morris <rgm@gnu.org>
11030
11031 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
11032
11033 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
11034
11035 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
11036 keywords" below "here-doc beginnings" (Bug#15270).
11037
11038 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * subr.el (pop): Use `car-safe'.
11041 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
11042 to detect unused `pop' return value.
11043
11044 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
11045 var `block-regexp'.
11046 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
11047 (python-fill-string): Remove unused var `marker'.
11048 (python-skeleton-add-menu-items): Remove unused var `items'.
11049
11050 * international/mule-cmds.el: Require CL.
11051 (find-coding-systems-for-charsets): Avoid add-to-list.
11052 (sanitize-coding-system-list): New function, extracted from
11053 select-safe-coding-system-interactively.
11054 (select-safe-coding-system-interactively): Use it.
11055 (read-input-method-name): Accept symbols for `default'.
11056
11057 * emacs-lisp/advice.el (defadvice): Add indent rule.
11058
11059 2013-09-05 Daniel Hackney <dan@haxney.org>
11060
11061 * dired-x.el:
11062 * net/ange-ftp.el:
11063 * net/browse-url.el:
11064 * net/dbus.el:
11065 * net/eudc.el:
11066 * net/eudcb-ldap.el:
11067 * net/eww.el:
11068 * net/imap.el:
11069 * printing.el:
11070 * vc/ediff-diff.el:
11071 * vc/ediff-init.el:
11072 * vc/ediff-merg.el:
11073 * vc/ediff-mult.el:
11074 * vc/ediff-util.el:
11075 * vc/ediff-wind.el:
11076 * vc/ediff.el:
11077 * vc/emerge.el:
11078 * vc/pcvs.el:
11079 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
11080 byte compiler. Remove some unused let-bound variables.
11081
11082 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
11083
11084 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
11085 a "ref-cell", since it gets better optimized (bug#14883).
11086
11087 2013-09-05 Glenn Morris <rgm@gnu.org>
11088
11089 * progmodes/cc-awk.el (c-forward-sws): Declare.
11090
11091 2013-09-04 Glenn Morris <rgm@gnu.org>
11092
11093 * generic-x.el [rul-generic-mode]: Require cc-mode.
11094 (c++-mode-syntax-table): Declare.
11095 (rul-generic-mode-syntax-table): Init in the defvar.
11096
11097 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
11098
11099 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
11100 (vc-do-command, vc-set-async-update):
11101 * vc/vc-mtn.el (vc-mtn-dir-status):
11102 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
11103 (vc-hg-pull, vc-hg-merge-branch):
11104 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
11105 (vc-git-merge-branch):
11106 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
11107 (vc-cvs-dir-status-files):
11108 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
11109 (vc-bzr-dir-status-files):
11110 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
11111 * vc/vc-annotate.el: Use lexical-binding.
11112 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
11113 (vc-sentinel-movepoint): Declare.
11114 (vc-annotate): Don't use `goto-line'.
11115 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
11116 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
11117 (vc-sentinel-movepoint): Declare.
11118 * vc/vc-svn.el: Use lexical-binding.
11119 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
11120 * vc/vc-sccs.el:
11121 * vc/vc-rcs.el: Use lexical-binding.
11122
11123 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
11124 `deleted'. Don't drop errors silently.
11125
11126 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
11127
11128 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
11129
11130 * vc/vc.el (vc-ignore): Rewrite.
11131 (vc-default-ignore): New function.
11132 (vc-default-ignore-completion-table): Use find-ignore-file.
11133
11134 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
11135 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
11136 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
11137 Remove. Most code moved to vc.el.
11138
11139 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
11140
11141 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
11142 * net/tramp-smb.el (tramp-smb-get-file-entries):
11143 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
11144 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
11145
11146 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
11147 Update call to it.
11148 (eww-change-select): Remove unused var `properties'.
11149 (eww-make-unique-file-name): Remove unused var `base'.
11150
11151 * finder.el (finder-compile-keywords): Don't mess with windows.
11152
11153 * calculator.el (calculator-funcall): Fix typo in last change.
11154
11155 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
11156
11157 * emacs-lisp/package.el (package-activate-1): Don't let a missing
11158 <pkg>-autoloads.el file stop us.
11159
11160 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
11161 warnings, and factor out common code.
11162
11163 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
11164
11165 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
11166 two-character operators and whether the character preceding them
11167 changes their meaning (Bug#15208).
11168
11169 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
11170
11171 Format code sent to Python shell for robustness.
11172 * progmodes/python.el (python-shell-buffer-substring):
11173 New function.
11174 (python-shell-send-region, python-shell-send-buffer): Use it.
11175
11176 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
11177
11178 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
11179 * net/tramp.el (tramp-user-error): ... here.
11180 (tramp-find-method, tramp-check-proper-host)
11181 (tramp-dissect-file-name, tramp-debug-message)
11182 (tramp-handle-shell-command):
11183 * net/tramp-adb.el (tramp-adb-handle-shell-command):
11184 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
11185
11186 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
11187
11188 2013-09-02 Martin Rudalics <rudalics@gmx.at>
11189
11190 * avoid.el (mouse-avoidance-point-position)
11191 (mouse-avoidance-too-close-p): Handle case where posn-at-point
11192 returns nil.
11193
11194 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
11195
11196 * progmodes/python.el (python-shell-completion-get-completions):
11197 Drop use of deleted `comint-last-prompt-overlay'.
11198 (python-nav-if-name-main): New command.
11199
11200 2013-09-01 Glenn Morris <rgm@gnu.org>
11201
11202 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
11203 Avoid leading space in $wins. Otherwise the sed command used by
11204 eg compile-main ends up containing "/*.el". (Bug#15170)
11205
11206 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
11207
11208 2013-08-30 Glenn Morris <rgm@gnu.org>
11209
11210 * emacs-lisp/bytecomp.el (byte-recompile-directory):
11211 Fix is-this-a-directory logic. (Bug#15220)
11212
11213 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11214
11215 * textmodes/css-mode.el: Use SMIE.
11216 (css-smie-grammar): New var.
11217 (css-smie--forward-token, css-smie--backward-token)
11218 (css-smie-rules): New functions.
11219 (css-mode): Use them.
11220 (css-navigation-syntax-table): Remove var.
11221 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
11222 (css-indent-calculate, css-indent-line): Remove functions.
11223
11224 Misc changes to reduce use of `(lambda...); and other cleanups.
11225 * cus-edit.el: Use lexical-binding.
11226 (customize-push-and-save, customize-apropos)
11227 (custom-buffer-create-internal): Use closures.
11228 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
11229 * progmodes/ada-xref.el: Use setq.
11230 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
11231 * dframe.el: Use lexical-binding.
11232 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
11233 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
11234 * descr-text.el: Use lexical-binding.
11235 (describe-text-widget, describe-text-sexp, describe-property-list):
11236 Use closures.
11237 * comint.el (comint-history-isearch-push-state): Use a closure.
11238 * calculator.el: Use lexical-binding.
11239 (calculator-number-to-string): Make it work with lexical-binding.
11240 (calculator-funcall): Same and use cl-letf.
11241
11242 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
11243 (lisp--company-doc-string, lisp--company-location): New functions.
11244 (lisp-completion-at-point): Use them to improve Company support.
11245
11246 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
11247 params of lambda expressions.
11248 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
11249 (ruby-smie--opening-pipe-p): New function.
11250 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
11251 symbols and matched |...| for formal params.
11252 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
11253 from being treated as hanging. Handle "rescue".
11254
11255 2013-08-29 Glenn Morris <rgm@gnu.org>
11256
11257 * progmodes/cc-engine.el (c-pull-open-brace):
11258 Move definition before use.
11259
11260 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11261
11262 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
11263 are immutable. Don't use `unsafe' any more.
11264 (cl--defsubst-expand): Don't substitute at the same time as keeping
11265 a residual unused let-binding. Don't use `unsafe' any more.
11266
11267 2013-08-29 Glenn Morris <rgm@gnu.org>
11268
11269 * calendar/cal-china.el (calendar-chinese-year-cache):
11270 Recenter on 2015.
11271
11272 * nxml/nxml-util.el (nxml-debug-clear-inside):
11273 Use cl-loop rather than loop.
11274
11275 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
11276
11277 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
11278
11279 2013-08-28 Glenn Morris <rgm@gnu.org>
11280
11281 * progmodes/antlr-mode.el: No need to require cc-mode twice.
11282
11283 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
11284
11285 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
11286
11287 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11288
11289 * simple.el (repeat-complex-command--called-interactively-skip):
11290 New function.
11291 (repeat-complex-command): Use it (bug#14136).
11292
11293 * progmodes/cc-mode.el: Minor cleanup of var declarations.
11294 (c-define-abbrev-table): Add `doc' argument.
11295 (c-mode-abbrev-table, c++-mode-abbrev-table)
11296 (objc-mode-abbrev-table, java-mode-abbrev-table)
11297 (idl-mode-abbrev-table, pike-mode-abbrev-table)
11298 (awk-mode-abbrev-table): Use it.
11299 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
11300 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
11301 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
11302 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
11303 Move initialization into the declaration; and remove any
11304 autoload cookie.
11305
11306 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
11307 and dynamic let binding.
11308
11309 * vc/smerge-mode.el: Remove redundant :group args.
11310
11311 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
11312 to load-path.
11313
11314 2013-08-28 Juri Linkov <juri@jurta.org>
11315
11316 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
11317 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
11318 (isearch-other-meta-char): Handle an undefined shifted printing
11319 character by downshifting it. (Bug#15200)
11320
11321 2013-08-28 Juri Linkov <juri@jurta.org>
11322
11323 * isearch.el (isearch-search): Change regexp error message for
11324 non-regexp searches. (Bug#15166)
11325
11326 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
11327
11328 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
11329 for portability to hosts where /bin/sh has problems.
11330
11331 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
11334
11335 2013-08-27 Juri Linkov <juri@jurta.org>
11336
11337 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
11338 in the keyboard macro. (Bug#15126)
11339
11340 2013-08-27 Juri Linkov <juri@jurta.org>
11341
11342 * isearch.el (isearch-quote-char): Comment out converting unibyte
11343 to multibyte, thus syncing with its `quoted-insert' counterpart.
11344 (Bug#15166)
11345
11346 2013-08-27 Martin Rudalics <rudalics@gmx.at>
11347
11348 * window.el (display-buffer-use-some-window): Add missing
11349 argument in call of get-largest-window (Bug#15185).
11350 Reported by Stephen Leake.
11351
11352 2013-08-27 Glenn Morris <rgm@gnu.org>
11353
11354 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
11355
11356 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11357
11358 * progmodes/python.el (python-font-lock-keywords): Don't return nil
11359 from a matcher-function unless there's no more matches (bug#15161).
11360
11361 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
11362
11363 * minibuffer.el: Revert change from 2013-08-20.
11364
11365 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
11366 with text property `tramp-default', if appropriate.
11367 (tramp-check-proper-host): New defun.
11368 (tramp-dissect-file-name): Do not check hostname. Revert change
11369 of 2013-03-18.
11370 (tramp-backtrace): Make VEC-OR-PROC optional.
11371
11372 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
11373 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11374 * net/tramp-sh.el (tramp-maybe-open-connection):
11375 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
11376 Apply `tramp-check-proper-host'.
11377
11378 2013-08-26 Tassilo Horn <tsdh@gnu.org>
11379
11380 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
11381 lambda expression in order to have `describe-variable' display it.
11382
11383 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
11384
11385 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
11386 BUF can be optional. (Bug#15186)
11387
11388 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
11389
11390 * progmodes/flymake.el (flymake-get-real-file-name-function):
11391 Fix broken customization. (Bug#15184)
11392
11393 2013-08-25 Alan Mackenzie <acm@muc.de>
11394
11395 Improve indentation of bracelists defined by macros (without "=").
11396
11397 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
11398 expansion begins with "{", regard it as bracelist when it doesn't
11399 contain a ";".
11400
11401 Parse C++ inher-intro when there's a template split over 2 lines.
11402
11403 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
11404 rigorously the search for "class" etc. followed by ":".
11405
11406 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
11407 random languages a regexp which never matches rather than nil.
11408
11409 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
11410
11411 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
11412 (c-awk-regexp-one-line-possibly-open-char-list-re)
11413 (c-awk-one-line-possibly-open-regexp-re)
11414 (c-awk-one-line-non-syn-ws*-re): Remove.
11415 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
11416 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
11417 (c-awk-space*-unclosed-regexp-/-re): New constants.
11418 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
11419 aren't regexp delimiters.
11420
11421 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
11422 handling for a rare situation in AWK Mode involving unterminated
11423 strings/regexps.
11424
11425 2013-08-23 Glenn Morris <rgm@gnu.org>
11426
11427 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
11428
11429 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
11430
11431 * files.el (create-file-buffer): If the result would begin with
11432 spaces, prepend a "|" instead of removing them. (Bug#15162)
11433
11434 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
11437 text-properties (bug#15155).
11438
11439 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
11440 exist any more.
11441 (calc-keypad-redraw): Remove unused var `pad'.
11442 (calc-keypad-press): Remove unused var `menu'.
11443
11444 2013-08-23 Martin Rudalics <rudalics@gmx.at>
11445
11446 * window.el (display-buffer-pop-up-frame):
11447 Call pop-up-frame-function with BUFFER current so `make-frame' will
11448 use it as the new frame's buffer (Bug#15133).
11449
11450 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11451
11452 * calendar/timeclock.el: Minor cleanups.
11453 (timeclock-ask-before-exiting, timeclock-use-display-time):
11454 Use `symbol'.
11455 (timeclock-modeline-display): Define as alias before the
11456 actual definition.
11457 (timeclock-mode-line-display): Use define-minor-mode.
11458 (timeclock-day-list-template): Make it a function, add an argument.
11459 (timeclock-day-list-required, timeclock-day-list-length)
11460 (timeclock-day-list-debt, timeclock-day-list-span)
11461 (timeclock-day-list-break): Adjust calls accordingly.
11462
11463 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
11464
11465 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
11466 Use read--expression so that completion works again.
11467
11468 2013-08-21 Sam Steingold <sds@gnu.org>
11469
11470 Add rudimentary inferior shell interaction
11471 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
11472 (sh-set-shell): Reset it.
11473 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
11474 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
11475
11476 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
11477
11478 * align.el: Use lexical-binding.
11479 (align-region): Simplify accordingly.
11480
11481 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
11482
11483 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
11484
11485 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
11486 `non-essential' up.
11487
11488 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
11489
11490 * net/tramp.el:
11491 * net/tramp-adb.el:
11492 * net/tramp-cmds.el:
11493 * net/tramp-ftp.el:
11494 * net/tramp-gvfs.el:
11495 * net/tramp-gw.el:
11496 * net/tramp-sh.el: Don't wrap external variable declarations by
11497 `eval-when-compile'.
11498
11499 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11500
11501 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
11502 now that Emacs supports ImageMagick animations.
11503
11504 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
11505
11506 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
11507 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
11508
11509 2013-08-16 Martin Rudalics <rudalics@gmx.at>
11510
11511 * window.el (mouse-autoselect-window-select): Do autoselect when
11512 mouse pointer is on margin.
11513
11514 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
11515
11516 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
11517
11518 2013-08-16 Glenn Morris <rgm@gnu.org>
11519
11520 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
11521 Handle "Remote Directory" response of some clients. (Bug#15058)
11522
11523 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
11524 Tweak warning. (Bug#14926)
11525
11526 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
11527 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
11528
11529 * image-mode.el (image-mode-map): Add menu items to reverse,
11530 increase, decrease, reset animation speed.
11531 (image--set-speed, image-increase-speed, image-decrease-speed)
11532 (image-reverse-speed, image-reset-speed): New functions.
11533 (image-mode-map): Add bindings for speed commands.
11534
11535 * image.el (image-animate-get-speed, image-animate-set-speed):
11536 New functions.
11537 (image-animate-timeout): Respect image :speed property.
11538
11539 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11540
11541 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
11542 previous line (bug#15101).
11543 (debugger-eval-expression, debugger-record-expression):
11544 Use read--expression (bug#15102).
11545
11546 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
11547
11548 Remove byte compiler warnings, visible when compiling with
11549 `byte-compile-force-lexical-warnings' set to t.
11550
11551 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
11552 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
11553 (tramp-handle-unhandled-file-name-directory)
11554 (tramp-handle-file-notify-add-watch, tramp-action-login)
11555 (tramp-action-succeed, tramp-action-permission-denied)
11556 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
11557 arguments with "_".
11558
11559 * net/tramp-adb.el (tramp-adb-parse-device-names)
11560 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
11561 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
11562 (tramp-adb-handle-file-truename): Remove unused arguments.
11563
11564 * net/tramp-cache.el (tramp-flush-directory-property)
11565 (tramp-flush-connection-property, tramp-list-connections)
11566 (tramp-parse-connection-properties): Prefix unused arguments with "_".
11567
11568 * net/tramp-compat.el (tramp-compat-make-temp-file):
11569 Rename FILENAME to F.
11570
11571 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
11572 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
11573 (tramp-zeroconf-parse-workstation-device-names)
11574 (tramp-zeroconf-parse-webdav-device-names)
11575 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
11576
11577 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
11578 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
11579
11580 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
11581 arguments.
11582 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
11583 (tramp-sh-handle-insert-file-contents-literally)
11584 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
11585 with "_".
11586 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
11587 Remove unused variables.
11588
11589 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11590 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
11591 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
11592
11593 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
11594 Make them a defconst.
11595 (tramp-uuencode-region): Remove unused variable.
11596
11597 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
11598
11599 * frameset.el (frameset--prop-setter): New function.
11600 (frameset-prop): Add gv-setter declaration.
11601 (frameset-filter-minibuffer): Deal with the case that the minibuffer
11602 parameter was already set in FILTERED. Doc fix.
11603 (frameset--record-minibuffer-relationships): Allow saving a
11604 minibufferless frame without its corresponding minibuffer frame.
11605 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
11606 frame, if the frame id matches.
11607 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
11608 frames before orphaned ones.
11609 (frameset-restore): Warn about orphaned windows, instead of error out.
11610
11611 2013-08-14 Martin Rudalics <rudalics@gmx.at>
11612
11613 * window.el (window-make-atom): Don't overwrite parameter
11614 already present.
11615 (display-buffer-in-atom-window): Handle special case where we
11616 split an already atomic window.
11617 (window--major-non-side-window, display-buffer-in-side-window)
11618 (window--side-check): Ignore minibuffer window when walking
11619 window tree.
11620 (window-deletable-p): Return 'frame only if no other frame uses
11621 our minibuffer window.
11622 (record-window-buffer): Run buffer-list-update-hook.
11623 (split-window): Make sure window--check-frame won't destroy an
11624 existing atomic window in case the new window gets nested
11625 inside.
11626 (display-buffer-at-bottom): Ignore minibuffer window when
11627 walking window tree. Don't split a side window.
11628 (pop-to-buffer): Don't set-buffer here, the select-window call
11629 should do that.
11630 (mouse-autoselect-window-select): Autoselect only if we are in the
11631 text portion of the window.
11632
11633 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
11634
11635 * net/shr.el (shr-parse-image-data): New function to grab both the
11636 data itself and the Content-Type.
11637 (shr-put-image): Use it.
11638
11639 * net/eww.el (eww-display-image): Ditto.
11640
11641 * image.el (image-content-type-suffixes): New variable.
11642
11643 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11644
11645 * progmodes/python.el (python-imenu--build-tree)
11646 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
11647
11648 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
11649
11650 * simple.el (backward-word): Mention the optional argument.
11651
11652 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * frameset.el (frameset--make): Rename constructor from make-frameset.
11655 (frameset-p, frameset-valid-p): Don't autoload.
11656 (frameset-valid-p): Use normal accessors.
11657
11658 2013-08-13 Glenn Morris <rgm@gnu.org>
11659
11660 * progmodes/compile.el (compile-command): Tweak example in doc.
11661 * obsolete/scribe.el (scribe-mode):
11662 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
11663
11664 * mail/feedmail.el (feedmail-confirm-outgoing)
11665 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
11666
11667 * cus-start.el (truncate-partial-width-windows): Fix type.
11668
11669 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
11670
11671 * net/shr.el (shr-table-horizontal-line): Fix custom type.
11672
11673 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * emacs-lisp/timer.el (timer--time-setter): New function.
11676 (timer--time): Use it as gv-setter.
11677
11678 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
11679 setter is not a symbol.
11680
11681 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
11682
11683 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
11684 if sending fails. This makes debugging easier.
11685
11686 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
11687
11688 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
11689 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
11690 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
11691
11692 2013-08-12 Eli Zaretskii <eliz@gnu.org>
11693
11694 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
11695
11696 2013-08-12 Glenn Morris <rgm@gnu.org>
11697
11698 * format.el (format-annotate-function):
11699 Handle read-only text properties in the source. (Bug#14887)
11700
11701 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
11702
11703 * net/eww.el (eww-display-html): Ignore coding system errors.
11704 One web site uses "utf-8lias" as the coding system.
11705
11706 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
11707
11708 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
11709
11710 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
11711
11712 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
11713 (tutorial--detailed-help): Remove unused local variables.
11714 (tutorial--save-tutorial-to): Use ignore-errors.
11715 (help-with-tutorial): Use looking-at-p.
11716
11717 * view.el (view-buffer-other-window, view-buffer-other-frame):
11718 Mark unused arguments.
11719
11720 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
11721 (woman-select-symbol-fonts, woman, woman-find-file)
11722 (woman-insert-file-contents, woman-non-underline-faces):
11723 Use string-match-p.
11724 (woman1-unquote): Move declaration.
11725
11726 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
11727 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
11728 argument. Remove unused local variable.
11729 (xml-parse-elem-type): Use string-match-p.
11730 (xml-substitute-numeric-entities): Use ignore-errors.
11731
11732 * calculator.el (calculator): Mark unused argument.
11733 (calculator-paste, calculator-quit, calculator-integer-p):
11734 Use ignore-errors.
11735 (calculator-string-to-number, calculator-decimal, calculator-exp)
11736 (calculator-op-or-exp): Use string-match-p.
11737
11738 * dired.el (dired-buffer-more-recently-used-p): Declare.
11739 (dired-insert-set-properties, dired-insert-old-subdirs):
11740 Use ignore-errors.
11741
11742 * dired-aux.el (dired-compress): Use ignore-errors.
11743 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
11744 (dired-do-async-shell-command, dired-do-shell-command)
11745 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
11746 (dired-insert-subdir-validate): Use string-match-p.
11747 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
11748 (dired-add-entry): Use string-match-p, looking-at-p.
11749 (dired-insert-subdir-newpos): Remove unused local variable.
11750
11751 * filenotify.el (file-notify-callback): Remove unused local variable.
11752
11753 * filesets.el (filesets-error): Mark unused argument.
11754 (filesets-which-command-p, filesets-filter-dir-names)
11755 (filesets-directory-files, filesets-get-external-viewer)
11756 (filesets-ingroup-get-data): Use string-match-p.
11757
11758 * find-file.el (ff-other-file-name, ff-other-file-name)
11759 (ff-find-the-other-file, ff-cc-hh-converter):
11760 Remove unused local variables.
11761 (ff-get-file-name): Use string-match-p.
11762 (ff-all-dirs-under): Use ignore-errors.
11763
11764 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
11765 (follow-select-if-visible): Remove unused local variable.
11766
11767 * forms.el (read-file-filter): Move declaration.
11768 (forms--make-format, forms--make-parser, forms-insert-record):
11769 Quote function with #'.
11770 (forms--update): Use string-match-p. Quote function with #'.
11771
11772 * help-mode.el (help-dir-local-var-def): Mark unused argument.
11773 (help-make-xrefs): Use looking-at-p.
11774 (help-xref-on-pp): Use looking-at-p, ignore-errors.
11775
11776 * ibuffer.el (ibuffer-ext-visible-p): Declare.
11777 (ibuffer-confirm-operation-on): Use string-match-p.
11778
11779 * msb.el (msb-item-handler, msb-dired-item-handler):
11780 Mark unused arguments.
11781
11782 * ses.el (ses-decode-cell-symbol)
11783 (ses-kill-override): Remove unused local variable.
11784 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
11785 (ses-load): Use ignore-errors, looking-at-p.
11786 (ses-jump-safe): Use ignore-errors.
11787 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
11788
11789 * tabify.el (untabify, tabify): Mark unused arguments.
11790
11791 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
11792 Mark unused argument.
11793 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
11794 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
11795
11796 * emacs-lisp/timer.el (timer--time): Define setter with
11797 gv-define-setter to avoid deprecation warning.
11798
11799 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
11800 (*record-cmpl-statistics-p*): Remove (was commented out).
11801 (cmpl-statistics-block): Remove (body was commented out).
11802 All callers changed.
11803 (add-completions-from-buffer, load-completions-from-file):
11804 Remove unused variables.
11805
11806 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
11807
11808 * filecache.el (file-cache-delete-file-list):
11809 Print message only when told so.
11810 (file-cache-files-matching): Use #' in mapconcat argument.
11811
11812 * ffap.el (ffap-url-at-point): Fix reference to variable
11813 thing-at-point-default-mail-uri-scheme.
11814
11815 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
11816
11817 * subr.el (define-error): New function.
11818 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
11819 error-file-not-found and define with define-error.
11820 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
11821 and define with define-error.
11822 * userlock.el (file-locked, file-supersession):
11823 * simple.el (mark-inactive):
11824 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
11825 * progmodes/ada-mode.el (ada-mode-errors):
11826 * play/life.el (life-extinct):
11827 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
11828 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
11829 * nxml/rng-util.el (rng-error):
11830 * nxml/rng-uri.el (rng-uri-error):
11831 * nxml/rng-match.el (rng-compile-error):
11832 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
11833 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
11834 * nxml/nxml-rap.el (nxml-scan-error):
11835 * nxml/nxml-outln.el (nxml-outline-error):
11836 * net/soap-client.el (soap-error):
11837 * net/gnutls.el (gnutls-error):
11838 * net/ange-ftp.el (ftp-error):
11839 * mpc.el (mpc-proc-error):
11840 * json.el (json-error, json-readtable-error, json-unknown-keyword)
11841 (json-number-format, json-string-escape, json-string-format)
11842 (json-key-format, json-object-format):
11843 * jka-compr.el (compression-error):
11844 * international/quail.el (quail-error):
11845 * international/kkc.el (kkc-error):
11846 * emacs-lisp/ert.el (ert-test-failed):
11847 * calc/calc.el (calc-error, inexact-result, math-overflow)
11848 (math-underflow):
11849 * bookmark.el (bookmark-error-no-filename):
11850 * epg.el (epg-error): Define with define-error.
11851
11852 * time.el (display-time-event-handler)
11853 (display-time-next-load-average): Don't call sit-for since it seems
11854 unnecessary (bug#15045).
11855
11856 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
11857 Use #' instead of ' to quote functions.
11858 (checkdoc-output-mode): Use setq-local.
11859 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
11860 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
11861 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
11862 (checkdoc-ispell, checkdoc-ispell-current-buffer)
11863 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
11864 (checkdoc-ispell-message-text, checkdoc-ispell-start)
11865 (checkdoc-ispell-continue, checkdoc-ispell-comments)
11866 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
11867
11868 * ido.el (ido-completion-help): Fix up compiler warning.
11869
11870 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
11871
11872 * frameset.el (frameset-p): Add autoload cookie.
11873 (frameset--jump-to-register): New function, based on code moved from
11874 register.el.
11875 (frameset-to-register): Move from register.el. Adapt to `registerv'.
11876
11877 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
11878 (frameset-restore, frameset-save, frameset-session-filter-alist):
11879 Remove declarations.
11880 (register-alist): Doc fix.
11881 (frameset-to-register): Move to frameset.el.
11882 (jump-to-register, describe-register-1): Remove frameset-specific code.
11883
11884 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11885
11886 * allout-widgets.el (allout-widgets-pre-command-business)
11887 (allout-widgets-post-command-business)
11888 (allout-widgets-after-change-handler)
11889 (allout-decorate-item-and-context, allout-set-boundary-marker)
11890 (allout-body-modification-handler)
11891 (allout-graphics-modification-handler): Mark ignored arguments.
11892 (allout-widgets-post-command-business)
11893 (allout-widgets-exposure-change-processor)
11894 (allout-widgets-exposure-undo-processor)
11895 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
11896 (allout-parse-item-at-point, allout-decorate-item-guides)
11897 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
11898 * allout.el (epa-passphrase-callback-function): Declare.
11899 (allout-overlay-insert-in-front-handler)
11900 (allout-overlay-interior-modification-handler)
11901 (allout-isearch-end-handler, allout-chart-siblings)
11902 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
11903 (allout-yank-processing, allout-process-exposed)
11904 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
11905 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
11906 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
11907 (lisp-indent-defform): Mark ignored arguments.
11908 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
11909 (calculate-lisp-indent): Remove unused variables.
11910 * international/characters.el (indian-2-column, arabic-2-column)
11911 (tibetan): Mark ignored arguments.
11912 (use-cjk-char-width-table): Mark ignored arguments.
11913 Remove unused variables.
11914 * international/fontset.el (build-default-fontset-data)
11915 (x-compose-font-name, create-fontset-from-fontset-spec):
11916 Mark ignored arguments.
11917 (fontset-plain-name): Remove unused variables.
11918 * international/mule.el (charset-id, charset-bytes, generic-char-p)
11919 (keyboard-coding-system): Mark ignored arguments.
11920 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
11921 * help.el (resize-temp-buffer-window):
11922 * window.el (display-buffer-in-major-side-window)
11923 (display-buffer-in-side-window, display-buffer-in-previous-window):
11924 Remove unused variables.
11925 * isearch.el (isearch-forward-symbol):
11926 * version.el (emacs-bzr-version-bzr):
11927 * international/mule-cmds.el (current-language-environment):
11928 * term/common-win.el (x-handle-iconic, x-handle-geometry)
11929 (x-handle-display):
11930 * term/pc-win.el (x-list-fonts, x-display-planes)
11931 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
11932 (x-server-version, x-display-screens, x-display-mm-height)
11933 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
11934 (x-selection-owner-p, x-own-selection-internal)
11935 (x-disown-selection-internal, x-get-selection-internal)
11936 (msdos-initialize-window-system):
11937 * term/tty-colors.el (tty-color-alist, tty-color-clear):
11938 * term/x-win.el (x-handle-no-bitmap-icon):
11939 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
11940 (vc-default-find-file-hook, vc-default-extra-menu):
11941 Mark ignored arguments.
11942
11943 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11944
11945 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
11946 break-condition in the context of the debugged code (bug#12685).
11947
11948 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
11949
11950 * comint.el:
11951 Do not use an overlay to highlight the last prompt. (Bug#14744)
11952 (comint-mode): Make comint-last-prompt buffer local.
11953 (comint-last-prompt): New variable.
11954 (comint-last-prompt-overlay): Remove. Superseded by
11955 comint-last-prompt.
11956 (comint-snapshot-last-prompt, comint-output-filter):
11957 Use comint-last-prompt.
11958
11959 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11960
11961 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
11962 (frameset-save): Check validity of the resulting frameset.
11963
11964 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
11965
11966 * ido.el (ido-record-command): Add doc string.
11967
11968 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11969
11970 * frameset.el (frameset): Do not disable creation of the default
11971 frameset-p predicate. Doc fix.
11972 (frameset-valid-p): New function, copied from the old predicate-p.
11973 Add additional checks.
11974 (frameset-restore): Check with frameset-valid-p.
11975 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
11976 (frameset-name, frameset-description, frameset-properties)
11977 (frameset-states): Add docstring.
11978 (frameset-session-filter-alist, frameset-persistent-filter-alist)
11979 (frameset-filter-alist): Doc fixes.
11980
11981 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11982
11983 * frameset.el (frameset-p, frameset-prop): Doc fixes.
11984
11985 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11986
11987 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
11988 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
11989 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
11990 (byte-compile-normal-call): Remove obsolescence check.
11991
11992 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
11993
11994 * frameset.el (frameset-restore): Doc fix.
11995
11996 * register.el (frameset-frame-id, frameset-frame-with-id)
11997 (frameset-p, frameset-restore, frameset-save): Declare.
11998 (register-alist): Document framesets.
11999 (frameset-session-filter-alist): Declare.
12000 (frameset-to-register): New function.
12001 (jump-to-register): Implement jumping to framesets. Doc fix.
12002 (describe-register-1): Describe framesets.
12003
12004 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
12005
12006 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
12007
12008 * desktop.el (desktop-save-frameset): Use new frameset-save args.
12009 Use lexical-binding.
12010
12011 * frameset.el (frameset): Use type vector, not list (incompatible
12012 change). Do not declare a new constructor, use the default one.
12013 Upgrade suggested properties `app', `name' and `desc' to slots `app',
12014 `name' and `description', respectively, and add read-only slot
12015 `timestamp'. Doc fixes.
12016 (frameset-copy, frameset-persistent-filter-alist)
12017 (frameset-filter-alist, frameset-switch-to-gui-p)
12018 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
12019 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
12020 (frameset-filter-iconified, frameset-keep-original-display-p):
12021 Doc fixes.
12022 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
12023 Rename from frameset-filter-(save|restore)-param. All callers changed.
12024 Doc fix.
12025 (frameset-p): Adapt to change to vector and be more thorough.
12026 Change arg name to OBJECT. Doc fix.
12027 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
12028 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
12029 All callers changed.
12030 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
12031 All callers changed.
12032 (frameset--record-minibuffer-relationships): Rename from
12033 frameset--process-minibuffer-frames. All callers changed.
12034 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
12035 Use new default constructor (again). Doc fix.
12036 (frameset--find-frame-if): Rename from `frameset--find-frame'.
12037 All callers changed.
12038 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
12039 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
12040 Doc fix.
12041 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
12042 PARAMETERS and WINDOW-STATE, respectively.
12043 (frameset-restore): Add new keyword argument PREDICATE.
12044 Reset frameset--target-display to nil. Doc fix.
12045
12046 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
12047
12048 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
12049 (bat-mode): Use it.
12050 (bat-mode-syntax-table): Mark \n as end-of-comment.
12051 (bat-font-lock-keywords): Remove comment rule.
12052
12053 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
12054 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
12055
12056 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
12057 (byte-compile-callargs-warn): Use `push'.
12058 (byte-compile-arglist-warn): Ignore higher-order "calls".
12059 (byte-compile-file-form-autoload): Use `pcase'.
12060 (byte-compile-function-form): If quoting a symbol, check that it exists.
12061
12062 2013-08-07 Eli Zaretskii <eliz@gnu.org>
12063
12064 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
12065 and add a few popular commands found in batch files.
12066 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
12067 (dos-mode): Doc fixes.
12068
12069 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
12070
12071 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
12072 (dos-mode): Use setq-local. Add space after "rem".
12073 (dos-mode-syntax-table): Don't use "w" for symbol chars.
12074 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
12075
12076 2013-08-07 Arni Magnusson <arnima@hafro.is>
12077
12078 * progmodes/dos.el: New file.
12079 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
12080 dos-mode.
12081
12082 2013-08-06 Glenn Morris <rgm@gnu.org>
12083
12084 * calendar/calendar.el: Add new faces, and day-header-array.
12085 (calendar-weekday-header, calendar-weekend-header)
12086 (calendar-month-header): New faces.
12087 (calendar-day-header-construct): New function.
12088 (calendar-day-header-width): Also :set calendar-day-header-array.
12089 (calendar-american-month-header, calendar-european-month-header)
12090 (calendar-iso-month-header): Use calendar- faces.
12091 (calendar-generate-month):
12092 Use calendar-day-header-array for day headers; apply faces to them.
12093 (calendar-mode): Check calendar-font-lock-keywords non-nil.
12094 (calendar-abbrev-construct): Add optional maxlen argument.
12095 (calendar-day-name-array): Doc fix.
12096 (calendar-day-name-array, calendar-abbrev-length)
12097 (calendar-day-abbrev-array):
12098 Also :set calendar-day-header-array, and maybe redraw.
12099 (calendar-day-header-array): New option. (Bug#15007)
12100 (calendar-font-lock-keywords): Set to nil and make obsolete.
12101 (calendar-day-name): Add option to use header array.
12102
12103 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12104
12105 * net/shr.el (shr-render-td): Remove debugging.
12106 (shr-render-td): Make width computation consistent by defaulting
12107 all zero-width columns to 10 characters. This may not be optimal,
12108 but it's at least consistent.
12109 (shr-make-table-1): Redo last change to fix the real problem in
12110 colspan handling.
12111
12112 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
12113
12114 * files.el (cache-long-line-scans):
12115 Make obsolete alias to `cache-long-scans'.
12116
12117 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
12118
12119 * frameset.el (frameset, frameset-filter-alist)
12120 (frameset-filter-params, frameset-save, frameset--reuse-frame)
12121 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
12122 (frameset-compute-pos): Rename from frameset--compute-pos,
12123 and add docstring.
12124 (frameset-move-onscreen): Use frameset-compute-pos.
12125 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12126
12127 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
12128 Fix typos in docstrings.
12129
12130 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
12131
12132 * frame.el (get-other-frame): Tiny cleanup.
12133
12134 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
12135
12136 * vc/vc.el (vc-default-ignore-completion-table):
12137 Silence byte-compiler warning.
12138
12139 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
12140 slot, which can indeed be nil.
12141 (frameset-live-filter-alist, frameset-persistent-filter-alist):
12142 Move entry for `left' from persistent to live filter alist.
12143 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
12144 Doc fixes.
12145 (frameset-filter-params): When restoring a frame, copy items added to
12146 `filtered', to avoid unwittingly modifying the original parameters.
12147 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
12148 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
12149
12150 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
12151 to use looking-at-p instead of looking-at. (Bug#15028)
12152
12153 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
12154
12155 Revert introduction of isearch-filter-predicates (bug#14714).
12156 Rely on add-function instead.
12157 * isearch.el (isearch-filter-predicates): Rename it back to
12158 isearch-filter-predicate.
12159 (isearch-message-prefix): Use advice-function-mapc and advice
12160 properties to get the isearch-message-prefix.
12161 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
12162 instead of run-hook-with-args-until-failure.
12163 (isearch-filter-visible): Not obsolete any more.
12164 * loadup.el: Preload nadvice.
12165 * replace.el (perform-replace): Revert to funcall
12166 instead of run-hook-with-args-until-failure.
12167 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
12168 * dired-aux.el (dired-isearch-filenames-mode): Rename from
12169 dired-isearch-filenames-toggle; make it into a proper minor mode.
12170 Use add/remove-function.
12171 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
12172 Call the minor-mode rather than add/remove-hook.
12173 (dired-isearch-filter-filenames):
12174 Remove isearch-message-prefix property.
12175 * info.el (Info--search-loop): New function, extracted from Info-search.
12176 Funcall isearch-filter-predicate instead of
12177 run-hook-with-args-until-failure isearch-filter-predicates.
12178 (Info-search): Use it.
12179 (Info-mode): Use isearch-filter-predicate instead of
12180 isearch-filter-predicates.
12181
12182 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
12183
12184 Do not call to `selected-window' where it is assumed by default.
12185 Affected functions are `window-minibuffer-p', `window-dedicated-p',
12186 `window-hscroll', `window-width', `window-height', `window-buffer',
12187 `window-frame', `window-start', `window-point', `next-window'
12188 and `window-display-table'.
12189 * abbrev.el (abbrev--default-expand):
12190 * bs.el (bs--show-with-configuration):
12191 * buff-menu.el (Buffer-menu-mouse-select):
12192 * calc/calc.el (calc):
12193 * calendar/calendar.el (calendar-generate-window):
12194 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
12195 (diary-make-entry):
12196 * comint.el (send-invisible, comint-dynamic-complete-filename)
12197 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
12198 * completion.el (complete):
12199 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
12200 * disp-table.el (describe-current-display-table):
12201 * doc-view.el (doc-view-insert-image):
12202 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
12203 * ehelp.el (with-electric-help):
12204 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
12205 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
12206 * emacs-lisp/helper.el (Helper-help-scroller):
12207 * emulation/cua-base.el (cua--post-command-handler-1):
12208 * eshell/esh-mode.el (eshell-output-filter):
12209 * ffap.el (ffap-gnus-wrapper):
12210 * help-macro.el (make-help-screen):
12211 * hilit-chg.el (highlight-compare-buffers):
12212 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
12213 * hl-line.el (global-hl-line-highlight):
12214 * icomplete.el (icomplete-simple-completing-p):
12215 * isearch.el (isearch-done):
12216 * jit-lock.el (jit-lock-stealth-fontify):
12217 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
12218 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
12219 * mpc.el (mpc-tagbrowser, mpc):
12220 * net/rcirc.el (rcirc-any-buffer):
12221 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
12222 * play/landmark.el (landmark-max-width, landmark-max-height):
12223 * play/zone.el (zone):
12224 * progmodes/compile.el (compilation-goto-locus):
12225 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
12226 * progmodes/etags.el (find-tag-other-window):
12227 * progmodes/fortran.el (fortran-column-ruler):
12228 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12229 * progmodes/verilog-mode.el (verilog-point-text):
12230 * reposition.el (reposition-window):
12231 * rot13.el (toggle-rot13-mode):
12232 * server.el (server-switch-buffer):
12233 * shell.el (shell-dynamic-complete-command)
12234 (shell-dynamic-complete-environment-variable):
12235 * simple.el (insert-buffer, set-selective-display)
12236 (delete-completion-window):
12237 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
12238 (speedbar-recenter):
12239 * startup.el (fancy-splash-head):
12240 * textmodes/ispell.el (ispell-command-loop):
12241 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
12242 * tutorial.el (help-with-tutorial):
12243 * vc/add-log.el (add-change-log-entry):
12244 * vc/compare-w.el (compare-windows):
12245 * vc/ediff-help.el (ediff-indent-help-message):
12246 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
12247 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
12248 (ediff-setup-control-frame):
12249 * vc/emerge.el (emerge-position-region):
12250 * vc/pcvs-util.el (cvs-bury-buffer):
12251 * window.el (walk-windows, mouse-autoselect-window-select):
12252 * winner.el (winner-set-conf, winner-undo): Related users changed.
12253
12254 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
12255
12256 * frameset.el (frameset--set-id): Doc fix.
12257 (frameset-frame-id, frameset-frame-id-equal-p)
12258 (frameset-locate-frame-id): New functions.
12259 (frameset--process-minibuffer-frames, frameset--reuse-frame)
12260 (frameset-restore): Use them.
12261
12262 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
12263
12264 Do not call to `selected-frame' where it is assumed by default.
12265 Affected functions are `raise-frame', `redraw-frame',
12266 `frame-first-window', `frame-terminal' and `delete-frame'.
12267 * calendar/appt.el (appt-disp-window):
12268 * epg.el (epg-wait-for-completion):
12269 * follow.el (follow-delete-other-windows-and-split)
12270 (follow-avoid-tail-recenter):
12271 * international/mule.el (set-terminal-coding-system):
12272 * mail/rmail.el (rmail-mail-return):
12273 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12274 * progmodes/f90.el (f90-add-imenu-menu):
12275 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
12276 * server.el (server-switch-buffer):
12277 * simple.el (delete-completion-window):
12278 * talk.el (talk):
12279 * term/xterm.el (terminal-init-xterm-modify-other-keys)
12280 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
12281 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
12282 * vc/ediff.el (ediff-documentation): Related users changed.
12283 * frame.el (selected-terminal): Remove the leftover.
12284
12285 2013-08-05 Glenn Morris <rgm@gnu.org>
12286
12287 * calendar/calendar.el (calendar-generate-month):
12288 Fix for calendar-column-width != 1 + calendar-day-digit-width.
12289 (calendar-generate-month, calendar-font-lock-keywords):
12290 Fix for calendar-day-header-width > length of any day name.
12291
12292 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
12293
12294 * desktop.el (desktop-clear): Use new name of sort predicate.
12295
12296 * frameset.el (frameset): Add docstring. Move :version property to its
12297 own `version' slot.
12298 (frameset-copy): Rename from copy-frameset.
12299 (frameset-p): Check more thoroughly.
12300 (frameset-prop): Do not check for :version, which is no longer a prop.
12301 (frameset-live-filter-alist, frameset-persistent-filter-alist):
12302 Use new :never value instead of t.
12303 (frameset-filter-alist): Expand and clarify docstring.
12304 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
12305 (frameset-filter-minibuffer, frameset-filter-save-param)
12306 (frameset-filter-restore-param, frameset-filter-iconified):
12307 Add pointer to docstring of frameset-filter-alist.
12308 (frameset-filter-params): Rename filter values to be more meaningful:
12309 :never instead of t, and reverse the meanings of :save and :restore.
12310 (frameset--process-minibuffer-frames): Clarify error message.
12311 (frameset-save): Avoid unnecessary and confusing call to framep.
12312 Use new BOA constructor for framesets.
12313 (frameset--reuse-list): Doc fix.
12314 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
12315 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
12316 (frameset-minibufferless-first-p): Doc fix.
12317 Rename from frameset-sort-frames-for-deletion.
12318 (frameset-restore): Doc fixes. Use new function names.
12319 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
12320
12321 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
12322
12323 * desktop.el (desktop-restore-forces-onscreen)
12324 (desktop-restore-reuses-frames): Document :keyword constant values.
12325 (desktop-filter-parameters-alist): Remove, now identical to
12326 frameset-filter-alist.
12327 (desktop--filter-tty*): Remove, moved to frameset.el.
12328 (desktop-save-frameset, desktop-restore-frameset):
12329 Do not pass :filters argument.
12330
12331 * frameset.el (frameset-live-filter-alist)
12332 (frameset-persistent-filter-alist): New variables.
12333 (frameset-filter-alist): Use them. Add autoload cookie.
12334 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
12335 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
12336 `frameset--id' (it's supposed to be internal to frameset.el).
12337 (frameset--process-minibuffer-frames): Ditto. Doc fix.
12338 (frameset--initial-params): New function.
12339 (frameset--get-frame): Use it. Doc fix.
12340 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
12341 Accept :all, not 'all.
12342 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
12343 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
12344 with fbound symbols. Fix frame id matching, and remove matching ids if
12345 the frame being restored is deleted. Obey :delete.
12346
12347 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
12348
12349 * subr.el (macrop): New function.
12350 (text-clone--maintaining): New var.
12351 (text-clone--maintain): Rename from text-clone-maintain. Use it
12352 instead of inhibit-modification-hooks.
12353
12354 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
12355 a proxy, so as handle autoloads and redefinitions of the target.
12356 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
12357
12358 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
12359 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
12360 (pcase--mutually-exclusive-p): New function.
12361 (pcase--split-consp): Use it.
12362 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
12363 mutually exclusive with the current predicate.
12364
12365 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
12366 (edebug-macrop): Remove. Use `macrop' instead.
12367 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
12368 (ad-macro-p):
12369 * eshell/esh-cmd.el (eshell-macrop):
12370 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
12371
12372 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
12373
12374 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
12375 (advice-mapc): New function, using it.
12376 (advice-function-member-p): New function.
12377 (advice--normalize): Store the cdr in advice--saved-rewrite since
12378 that's the part that will be changed.
12379 (advice--symbol-function): New function.
12380 (advice-remove): Handle removal before the function is defined.
12381 Adjust to new advice--saved-rewrite.
12382 (advice-member-p): Use advice-function-member-p and
12383 advice--symbol-function.
12384
12385 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
12386
12387 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
12388 (frameset-filter-minibuffer): Doc fix.
12389 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
12390 (frameset--set-id, frameset--process-minibuffer-frames)
12391 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
12392 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
12393
12394 * desktop.el (desktop-clear): Only delete frames when called
12395 interactively and desktop-restore-frames is non-nil. Doc fix.
12396 (desktop-read): Set desktop-saved-frameset to nil.
12397
12398 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
12399
12400 * vc/vc.el (vc-ignore): Rewrite.
12401 (vc-default-ignore-completion-table, vc--read-lines)
12402 (vc--add-line, vc--remove-regexp): New functions.
12403
12404 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
12405 (vc-svn-ignore-completion-table): New function.
12406
12407 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
12408 (vc-hg-ignore-completion-table)
12409 (vc-hg-find-ignore-file): New functions.
12410
12411 * vc/vc-git.el (vc-git-ignore): Rewrite.
12412 (vc-git-ignore-completion-table)
12413 (vc-git-find-ignore-file): New functions.
12414
12415 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
12416
12417 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
12418 (vc-bzr-ignore-completion-table)
12419 (vc-bzr-find-ignore-file): New functions.
12420
12421 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
12422
12423 * frameset.el (frameset-prop): New function and setter.
12424 (frameset-save): Do not modify frame list passed by the caller.
12425
12426 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
12429
12430 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
12433 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
12434
12435 * custom.el (custom-initialize-default, custom-initialize-set)
12436 (custom-initialize-reset, custom-initialize-changed): Affect the
12437 toplevel-default-value (bug#6275, bug#14586).
12438 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
12439 for bug#6275.
12440
12441 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
12442
12443 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
12444 Add cl-def* expressions.
12445
12446 * frameset.el (frameset-filter-params): Fix order of arguments.
12447
12448 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
12449
12450 Move code related to saving frames to frameset.el.
12451 * desktop.el: Require frameset.
12452 (desktop-restore-frames): Doc fix.
12453 (desktop-restore-reuses-frames): Rename from
12454 desktop-restoring-reuses-frames.
12455 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
12456 (desktop-clear): Clear frames too.
12457 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
12458 (desktop--filter-tty*, desktop-save, desktop-read):
12459 Use frameset functions.
12460 (desktop-before-saving-frames-functions, desktop--filter-*-color)
12461 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12462 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
12463 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
12464 (desktop--process-minibuffer-frames, desktop-save-frames)
12465 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
12466 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
12467 (desktop--sort-states, desktop-restoring-frames-p)
12468 (desktop-restore-frames): Remove. Most code moved to frameset.el.
12469 (desktop-restoring-frameset-p, desktop-restore-frameset)
12470 (desktop--check-dont-save, desktop-save-frameset): New functions.
12471 (desktop--app-id): New constant.
12472 (desktop-first-buffer, desktop-buffer-ok-count)
12473 (desktop-buffer-fail-count): Move before first use.
12474 * frameset.el: New file.
12475
12476 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * files.el: Use lexical-binding.
12479 (dir-locals-read-from-file): Remove unused `err' variable.
12480 (hack-dir-local-variables--warned-coding): New var.
12481 (hack-dir-local-variables): Use it to avoid repeated warnings.
12482 (make-backup-file-name--default-function): New function.
12483 (make-backup-file-name-function): Use it as default.
12484 (buffer-stale--default-function): New function.
12485 (buffer-stale-function): Use it as default.
12486 (revert-buffer-insert-file-contents--default-function): New function.
12487 (revert-buffer-insert-file-contents-function): Use it as default.
12488 (insert-directory): Avoid add-to-list.
12489
12490 * autorevert.el (auto-revert-handler): Simplify.
12491 Use buffer-stale--default-function.
12492
12493 2013-08-01 Tassilo Horn <tsdh@gnu.org>
12494
12495 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
12496
12497 * whitespace.el (whitespace-ensure-local-variables): New function.
12498 (whitespace-cleanup-region): Call it.
12499 (whitespace-turn-on): Call it.
12500
12501 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
12502
12503 Complete file name handlers.
12504
12505 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12506 (tramp-handle-verify-visited-file-modtime)
12507 (tramp-handle-file-notify-rm-watch): New functions.
12508 (tramp-call-process): Do not bind `default-directory'.
12509
12510 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12511 Order alphabetically.
12512 <access-file, add-name-to-file, dired-call-process>:
12513 <dired-compress-file, file-acl, file-notify-rm-watch>:
12514 <file-ownership-preserved-p, file-selinux-context>:
12515 <make-directory-internal, make-symbolic-link, set-file-acl>:
12516 <set-file-selinux-context, set-visited-file-modtime>:
12517 <verify-visited-file-modtime>: Add handler.
12518 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
12519
12520 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12521 <file-notify-add-watch, file-notify-rm-watch>:
12522 <set-file-times, set-visited-file-modtime>:
12523 <verify-visited-file-modtime>: Add handler.
12524 (with-tramp-gvfs-error-message)
12525 (tramp-gvfs-handle-set-visited-file-modtime)
12526 (tramp-gvfs-fuse-file-name): Remove.
12527 (tramp-gvfs-handle-file-notify-add-watch)
12528 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
12529 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
12530
12531 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12532 Order alphabetically.
12533 <file-notify-rm-watch>: Use default Tramp handler.
12534 <executable-find>: Remove private handler.
12535 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
12536 `default-directory'.
12537 (tramp-sh-handle-executable-find)
12538 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
12539 (tramp-sh-file-gvfs-monitor-dir-process-filter)
12540 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
12541 Do not use `format' in `tramp-message'.
12542
12543 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
12544 <file-notify-rm-watch, set-visited-file-modtime>:
12545 <verify-visited-file-modtime>: Add handler.
12546 (tramp-smb-call-winexe): Do not bind `default-directory'.
12547
12548 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
12549
12550 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
12551
12552 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
12553
12554 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
12555 use it.
12556 (log-view-diff-changeset): Same.
12557 (log-view-diff-common): Call backend command `previous-revision'
12558 to find out the previous revision, in both cases. Swap the
12559 variables `to' and `fr', so that `fr' usually refers to the
12560 earlier revision (Bug#14989).
12561
12562 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
12563
12564 * ibuf-ext.el (ibuffer-filter-by-filename):
12565 Make it work with dired buffers too.
12566
12567 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
12568
12569 * emacs-lisp/re-builder.el (reb-color-display-p):
12570 * files.el (save-buffers-kill-terminal):
12571 * net/browse-url.el (browse-url):
12572 * server.el (server-save-buffers-kill-terminal):
12573 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
12574 Prefer nil to selected-frame for the first arg of frame-parameter.
12575
12576 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
12577
12578 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
12579
12580 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
12581
12582 * minibuffer.el (completion--twq-all): Try and preserve each
12583 completion's case choice (bug#14907).
12584
12585 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12586
12587 * net/network-stream.el (open-network-stream): Mention the new
12588 :nogreeting parameter.
12589 (network-stream-open-starttls): Use the :nogreeting parameter
12590 (bug#14938).
12591
12592 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
12593
12594 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
12595 more natural than popping.
12596
12597 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
12598 (shr-urlify): Highlight under mouse.
12599
12600 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
12601
12602 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
12603
12604 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
12605
12606 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
12607 buffer for output.
12608
12609 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
12610 point-min==1. Fix search string. Fix parentheses missing.
12611
12612 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
12613 assume point-min==1. Fix search string. Fix parentheses missing.
12614
12615 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
12616
12617 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
12618 buffer for output.
12619
12620 2013-07-29 Eli Zaretskii <eliz@gnu.org>
12621
12622 * frame.el (frame-notice-user-settings): Avoid inflooping when the
12623 initial frame is minibuffer-less. (Bug#14841)
12624
12625 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
12626
12627 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
12628 option.
12629
12630 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
12631 (tramp-maybe-open-connection): Use it.
12632
12633 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
12634
12635 * desktop.el (desktop--make-frame): Include `minibuffer' in the
12636 minimal set of parameters passed when creating a frame, because
12637 the minibuffer status of a frame cannot be changed later.
12638
12639 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
12640
12641 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
12642 replace-regexp-in-string and inadvertent omissions in previous change.
12643 (todo-filter-items): Ensure only file names are comma-separated in
12644 name of filtered items buffer.
12645
12646 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
12647
12648 * desktop.el: Optionally force offscreen frames back onscreen.
12649 (desktop-restoring-reuses-frames): New option.
12650 (desktop--compute-pos, desktop--move-onscreen): New functions.
12651 (desktop--make-frame): Use desktop--move-onscreen.
12652
12653 2013-07-27 Alan Mackenzie <acm@muc.de>
12654
12655 Fontify a Java generic method as a function.
12656 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
12657 value to t.
12658
12659 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
12660
12661 * calendar/todo-mode.el: Add command to rename todo files.
12662 (todo-rename-file): New command.
12663 (todo-key-bindings-t): Add key binding for it. Change the
12664 bindings of todo-filter-regexp-items(-multifile) to use `x'
12665 instead of `r', since the latter is better suited to the new
12666 renaming command.
12667
12668 2013-07-27 Alan Mackenzie <acm@muc.de>
12669
12670 Make Java try-with-resources statement parse properly.
12671 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
12672 (c-block-stmt-1-2-key): New language constants/variables.
12673 * progmodes/cc-engine.el (c-beginning-of-statement-1)
12674 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
12675 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
12676 with c-block-stmt-1-2-key.
12677
12678 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
12679
12680 * desktop.el (desktop--make-frame): Apply most frame parameters after
12681 creating the frame to force (partially or totally) offscreen frames to
12682 be restored as such.
12683
12684 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
12685
12686 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
12687 (Bug#14948)
12688
12689 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
12692 `base' arg of backtrace-frame.
12693
12694 2013-07-26 Eli Zaretskii <eliz@gnu.org>
12695
12696 * simple.el (list-processes): Doc fix.
12697
12698 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
12699
12700 * desktop.el (desktop--select-frame):
12701 Try harder to reuse existing frames.
12702
12703 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
12706 (edebug-eval): Use backtrace-eval.
12707 (edebug--display, edebug--recursive-edit): Don't let-bind the
12708 edebug-outer-* vars that keep track of variables we locally let-bind.
12709 (edebug-outside-excursion): Don't restore outside values of locally
12710 let-bound vars.
12711 (edebug--display): Use user-error.
12712 (cl-lexical-debug, cl-debug-env): Remove.
12713
12714 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
12715
12716 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
12717 are restored to be sure that they are visible before deleting any
12718 remaining ones.
12719
12720 2013-07-26 Matthias Meulien <orontee@gmail.com>
12721
12722 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
12723 vc-print-root-log. (Bug#14948)
12724
12725 2013-07-26 Richard Stallman <rms@gnu.org>
12726
12727 Add aliases for encrypting mail.
12728 * epa.el (epa-mail-aliases): New option.
12729 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
12730 Bind inhibit-read-only so read-only text doesn't ruin everything.
12731 (epa-mail-default-recipients): New subroutine broken out.
12732 Handle epa-mail-aliases.
12733
12734 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12735
12736 Add support for lexical variables to the debugger's `e' command.
12737 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
12738 vars, except for debugger-outer-match-data.
12739 (debugger-frame-number): Move check for "on a function call" from
12740 callers into it. Add `skip-base' argument.
12741 (debugger-frame, debugger-frame-clear): Simplify accordingly.
12742 (debugger-env-macro): Only reset the state stored in non-variables,
12743 i.e. current-buffer and match-data.
12744 (debugger-eval-expression): Rewrite using backtrace-eval.
12745 * subr.el (internal--called-interactively-p--get-frame): Remove.
12746 (called-interactively-p):
12747 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
12748 `base' arg of backtrace-frame instead.
12749
12750 2013-07-26 Glenn Morris <rgm@gnu.org>
12751
12752 * align.el (align-regexp): Doc fix. (Bug#14857)
12753 (align-region): Explicit error if subexpression missing/does not match.
12754
12755 * simple.el (global-visual-line-mode):
12756 Do not duplicate the mode lighter. (Bug#14858)
12757
12758 2013-07-25 Martin Rudalics <rudalics@gmx.at>
12759
12760 * window.el (display-buffer): In display-buffer bind
12761 split-window-keep-point to t, bug#14829.
12762
12763 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
12764
12765 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
12766 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
12767 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
12768 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12769 Change accordingly.
12770 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
12771 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
12772
12773 2013-07-25 Glenn Morris <rgm@gnu.org>
12774
12775 * dired-x.el (dired-mark-extension): Convert comment to doc string.
12776
12777 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
12778
12779 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
12780 parameter to modify-frame-parameters if the value has not changed;
12781 this is a workaround for bug#14949.
12782 (desktop--make-frame): On cl-delete-if call, check parameter name,
12783 not full parameter.
12784
12785 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
12786
12787 * vc/vc.el (vc-ignore): New function.
12788
12789 * vc/vc-svn.el (vc-svn-ignore): New function.
12790
12791 * vc/vc-hg.el (vc-hg-ignore): New function.
12792
12793 * vc/vc-git.el (vc-git-ignore): New function.
12794
12795 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
12796 (vc-dir-ignore): New function.
12797
12798 * vc/vc-cvs.el (vc-cvs-ignore): New function.
12799 (cvs-append-to-ignore): Move here from pcvs.el.
12800
12801 * vc/vc-bzr.el (vc-bzr-ignore): New function.
12802
12803 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
12804
12805 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
12806
12807 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
12808 (desktop-restore-frames): Warn when deleting an existing frame failed.
12809
12810 2013-07-24 Glenn Morris <rgm@gnu.org>
12811
12812 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
12813
12814 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
12815
12816 * filenotify.el (file-notify-supported-p):
12817 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12818 Remove functions.
12819
12820 * autorevert.el (auto-revert-use-notify)
12821 (auto-revert-notify-add-watch):
12822 * net/tramp.el (tramp-file-name-for-operation):
12823 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12824 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12825 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
12826 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12827 Remove `file-notify-supported-p' entry.
12828
12829 2013-07-24 Glenn Morris <rgm@gnu.org>
12830
12831 * printing.el: Replace all uses of deleted ps-windows-system,
12832 ps-lp-system, ps-flatten-list with lpr- versions.
12833
12834 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
12835
12836 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
12837 checked with memq (bug#14935).
12838
12839 * files.el (revert-buffer-function): Use a non-nil default.
12840 (revert-buffer-preserve-modes): Declare var to
12841 provide access to the `preserve-modes' argument.
12842 (revert-buffer): Let-bind it.
12843 (revert-buffer--default): New function, extracted from revert-buffer.
12844
12845 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * lpr.el: Signal print errors more prominently.
12848 (print-region-function): Don't default to nil.
12849 (lpr-print-region): New function, extracted from print-region-1.
12850 Check lpr's return value and signal an error in case of problem.
12851 (print-region-1): Use it.
12852 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
12853 versions instead.
12854 (ps-printer-name): Default to nil.
12855 (ps-printer-name-option): Default to lpr-printer-switch.
12856 (ps-print-region-function): Don't default to nil.
12857 (ps-postscript-code-directory): Simplify default.
12858 (ps-do-despool): Use lpr-print-region to properly check the outcome.
12859 (ps-string-list, ps-eval-switch, ps-flatten-list)
12860 (ps-flatten-list-1): Remove.
12861 (ps-multibyte-buffer): Avoid setq.
12862 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
12863 (print-region-function, ps-print-region-function): Don't set them here.
12864
12865 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
12866
12867 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
12868 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
12869 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
12870 (ido-decorations): Doc fix.
12871
12872 * ansi-color.el: Fix old URL.
12873
12874 2013-07-23 Michael R. Mauger <michael@mauger.com>
12875
12876 * progmodes/sql.el: Version 3.3
12877 (sql-product-alist): Improve oracle :prompt-cont-regexp.
12878 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
12879 (sql-interactive-remove-continuation-prompt): Rewrite, use
12880 functions above. Fix continuation prompt and complete output line
12881 handling.
12882 (sql-redirect-one, sql-execute): Use `read-only-mode' on
12883 redirected output buffer.
12884 (sql-mode): Restore deleted code (Bug#13591).
12885
12886 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
12887
12888 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
12889
12890 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
12891
12892 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
12893
12894 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12895 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12896 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
12897
12898 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
12899
12900 * desktop.el (desktop-clear): Simplify; remove useless checks
12901 against invalid buffer names.
12902 (desktop-list*): Use cl-list*.
12903 (desktop-buffer-info, desktop-create-buffer): Simplify.
12904
12905 2013-07-23 Leo Liu <sdl.web@gmail.com>
12906
12907 * bookmark.el (bookmark-make-record): Restore NAME as a default
12908 value. (Bug#14933)
12909
12910 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
12911
12912 * emacs-lisp/autoload.el (autoload--setup-output): New function,
12913 extracted from autoload--insert-text.
12914 (autoload--insert-text): Remove.
12915 (autoload--print-cookie-text): New function, extracted from
12916 autoload--insert-cookie-text.
12917 (autoload--insert-cookie-text): Remove.
12918 (autoload-generate-file-autoloads): Adjust calls accordingly.
12919
12920 * winner.el (winner-hook-installed-p): Remove.
12921 (winner-mode): Simplify accordingly.
12922
12923 * subr.el (add-to-list): Fix compiler-macro when `append' is
12924 not constant. Don't use `cl-member' for the base case.
12925
12926 * progmodes/subword.el: Fix boundary case (bug#13758).
12927 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
12928 own group.
12929 (subword-backward-regexp): Make it a constant.
12930 (subword-forward-internal): Don't treat a trailing capital as the
12931 beginning of a word.
12932
12933 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
12934
12935 * emacs-lisp/package.el (package-menu-mode): Don't modify the
12936 global value of tabulated-list-revert-hook (bug#14930).
12937
12938 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
12939
12940 * desktop.el: Require 'cl-lib.
12941 (desktop-before-saving-frames-functions): New hook.
12942 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
12943 for frames being saved. Rename from desktop--save-minibuffer-frames.
12944 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
12945 Do not save frames with non-nil `desktop-dont-save' parameter.
12946 Filter out deleted frames.
12947 (desktop--find-frame): Use cl-find-if.
12948 (desktop--select-frame): Use cl-(first|second|third) to access values
12949 of desktop-mini.
12950 (desktop--make-frame): Use cl-delete-if.
12951 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
12952 (desktop-restore-frames): Use cl-(first|second|third) to access values
12953 of desktop-mini. Look for visible frame at the end, not while
12954 restoring frames.
12955
12956 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
12957 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
12958 Use string-match-p, looking-at-p (bug#14927).
12959
12960 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
12961
12962 * desktop.el (desktop-saved-frame-states):
12963 Rename from desktop--saved-states; all users changed.
12964 (desktop-save-frames): Rename from desktop--save-frames.
12965 Do not save state to desktop file.
12966 (desktop-save): Save desktop-saved-frame-states to desktop file
12967 and reset to nil.
12968 (desktop-restoring-frames-p): New function.
12969 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
12970 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
12971 buffer-lists when restoring frames. Suggested by Martin Rudalics.
12972
12973 * desktop.el: Correctly restore iconified frames.
12974 (desktop--filter-iconified-position): New function.
12975 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
12976
12977 2013-07-20 Glenn Morris <rgm@gnu.org>
12978
12979 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
12980 Let `message' do the formatting.
12981 (def-gdb-preempt-display-buffer): Add explicit format.
12982
12983 * image-dired.el (image-dired-track-original-file):
12984 Use with-current-buffer.
12985 (image-dired-track-thumbnail): Use with-current-buffer.
12986 Avoid changing point of wrong window.
12987
12988 * image-dired.el (image-dired-track-original-file):
12989 Avoid changing point of wrong window. (Bug#14909)
12990
12991 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
12992
12993 * progmodes/gdb-mi.el (gdb-done-or-error):
12994 Guard against "%" in gdb output. (Bug#14127)
12995
12996 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
12997
12998 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
12999 (Bug#14826)
13000
13001 * international/mule.el (coding-system-iso-2022-flags): Fix last
13002 change.
13003
13004 2013-07-20 Kenichi Handa <handa@gnu.org>
13005
13006 * international/mule.el (coding-system-iso-2022-flags):
13007 Add `8-bit-level-4'. (Bug#8522)
13008
13009 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13010
13011 * net/shr.el (shr-mouse-browse-url): New command and keystroke
13012 (bug#14815).
13013
13014 * net/eww.el (eww-process-text-input): Allow inputting when the
13015 point is at the start of the line, as the properties aren't
13016 front-sticky.
13017
13018 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
13019 degenerate widths.
13020
13021 2013-07-19 Richard Stallman <rms@gnu.org>
13022
13023 * epa.el (epa-popup-info-window): Doc fix.
13024
13025 * subr.el (split-string): New arg TRIM.
13026
13027 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
13028
13029 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
13030 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
13031
13032 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
13033
13034 * filenotify.el (file-notify--library): Rename from
13035 `file-notify-support'. Do not autoload. Adapt all uses.
13036 (file-notify-supported-p): New defun.
13037
13038 * autorevert.el (auto-revert-use-notify):
13039 Use `file-notify-supported-p' instead of `file-notify-support'.
13040 Adapt docstring.
13041 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
13042
13043 * net/tramp.el (tramp-file-name-for-operation):
13044 Add `file-notify-supported-p'.
13045
13046 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
13047 New defun.
13048 (tramp-sh-file-name-handler-alist): Add it as handler for
13049 `file-notify-supported-p '.
13050
13051 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
13052 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13053 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13054 Add `ignore' as handler for `file-notify-*' functions.
13055
13056 2013-07-17 Eli Zaretskii <eliz@gnu.org>
13057
13058 * simple.el (line-move-partial, line-move): Don't start vscroll or
13059 scroll-up if the current line is not taller than the window.
13060 (Bug#14881)
13061
13062 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
13063
13064 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
13065 highlight question marks in the method names as strings.
13066 (ruby-block-beg-keywords): Inline.
13067 (ruby-font-lock-keyword-beg-re): Extract from
13068 `ruby-font-lock-keywords'.
13069
13070 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
13071
13072 * frame.el (blink-cursor-blinks): New defcustom.
13073 (blink-cursor-blinks-done): New defvar.
13074 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
13075 (blink-cursor-timer-function): Check if number of blinks has been
13076 done on X and NS.
13077 (blink-cursor-suspend, blink-cursor-check): New defuns.
13078
13079 2013-07-15 Glenn Morris <rgm@gnu.org>
13080
13081 * edmacro.el (edmacro-format-keys): Fix previous change.
13082
13083 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
13084
13085 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
13086 The hack didn't work outside English locales anyway.
13087
13088 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
13089
13090 * simple.el (define-alternatives): Rename from alternatives-define,
13091 per RMS' suggestion.
13092
13093 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
13094
13095 * desktop.el (desktop-restore-frames): Change default to t.
13096 (desktop-restore-in-current-display): Now offer more options.
13097 (desktop-restoring-reuses-frames): New customization option.
13098 (desktop--saved-states): Doc fix.
13099 (desktop-filter-parameters-alist): New variable, renamed and expanded
13100 from desktop--excluded-frame-parameters.
13101 (desktop--target-display): New variable.
13102 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
13103 (desktop--filter-tty*, desktop--filter-*-color)
13104 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
13105 (desktop--filter-save-desktop-parm)
13106 (desktop-restore-in-original-display-p): New functions.
13107 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
13108 (desktop--save-minibuffer-frames): New function, inspired by a similar
13109 function from Martin Rudalics.
13110 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
13111 (desktop--restore-in-this-display-p): Remove.
13112 (desktop--find-frame): Rename from desktop--find-frame-in-display
13113 and add predicate argument.
13114 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
13115 (desktop--reuse-list): New variable.
13116 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
13117 New functions.
13118 (desktop--restore-frames): Add support for "minibuffer-special" frames.
13119
13120 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
13121
13122 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
13123
13124 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
13125
13126 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13127 Highlight conversion methods on Kernel.
13128
13129 2013-07-13 Alan Mackenzie <acm@muc.de>
13130
13131 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
13132 and comment it out. This out-commenting enables certain C++
13133 declarations to be parsed correctly.
13134
13135 2013-07-13 Eli Zaretskii <eliz@gnu.org>
13136
13137 * international/mule.el (define-coding-system): Doc fix.
13138
13139 * simple.el (default-font-height): Don't call font-info if the
13140 frame's default font didn't change since the frame was created.
13141 (Bug#14838)
13142
13143 2013-07-13 Leo Liu <sdl.web@gmail.com>
13144
13145 * ido.el (ido-read-file-name): Guard against non-symbol value.
13146
13147 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
13148
13149 * progmodes/python.el (python-imenu--build-tree): Fix corner case
13150 in nested defuns.
13151
13152 2013-07-13 Leo Liu <sdl.web@gmail.com>
13153
13154 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
13155 ido-set-matches call. (Bug#6852)
13156
13157 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
13158
13159 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
13160 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
13161 Ruby 2.0.
13162 (ruby-font-lock-keywords): Distinguish calls to functions with
13163 module-like names from module references. Highlight character
13164 literals.
13165
13166 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
13167
13168 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
13169 (gdb-send): Handle continued commands. (Bug#14847)
13170
13171 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
13172
13173 * desktop.el (desktop--v2s): Remove unused local variable.
13174 (desktop-save-buffer): Make defvar-local; adjust docstring.
13175 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
13176 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
13177
13178 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
13179
13180 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
13181
13182 2013-07-12 Eli Zaretskii <eliz@gnu.org>
13183
13184 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
13185 (Bug#14842)
13186
13187 2013-07-12 Glenn Morris <rgm@gnu.org>
13188
13189 * doc-view.el: Require cl-lib at runtime too.
13190 (doc-view-remove-if): Remove.
13191 (doc-view-search-next-match, doc-view-search-previous-match):
13192 Use cl-remove-if.
13193
13194 * edmacro.el: Require cl-lib at runtime too.
13195 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
13196 (edmacro-mismatch, edmacro-subseq): Remove.
13197
13198 * shadowfile.el: Require cl-lib.
13199 (shadow-remove-if): Remove.
13200 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
13201 Use cl-remove-if.
13202
13203 * wid-edit.el: Require cl-lib.
13204 (widget-choose): Use cl-remove-if.
13205 (widget-remove-if): Remove.
13206
13207 * progmodes/ebrowse.el: Require cl-lib at runtime too.
13208 (ebrowse-delete-if-not): Remove.
13209 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
13210 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
13211 Use cl-delete-if-not.
13212
13213 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
13214
13215 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
13216 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
13217
13218 2013-07-12 Leo Liu <sdl.web@gmail.com>
13219
13220 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
13221
13222 2013-07-11 Glenn Morris <rgm@gnu.org>
13223
13224 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
13225 (edebug-gensym-index, edebug-gensym):
13226 Remove reimplementation of cl-gensym.
13227 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
13228
13229 * thumbs.el: Require cl-lib at run-time too.
13230 (thumbs-gensym-counter, thumbs-gensym):
13231 Remove reimplementation of cl-gensym.
13232 (thumbs-temp-file): Use cl-gensym.
13233
13234 * emacs-lisp/ert.el: Require cl-lib at runtime too.
13235 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
13236 (ert--intersection, ert--set-difference, ert--set-difference-eq)
13237 (ert--union, ert--gensym-counter, ert--gensym-counter)
13238 (ert--coerce-to-vector, ert--remove*, ert--string-position)
13239 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
13240 (ert-make-test-unbound, ert--expand-should-1)
13241 (ert--expand-should, ert--should-error-handle-error)
13242 (should-error, ert--explain-equal-rec)
13243 (ert--plist-difference-explanation, ert-select-tests)
13244 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
13245 Use cl-lib functions rather than reimplementations.
13246
13247 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
13248
13249 * net/tramp.el (tramp-methods): Extend docstring.
13250 (tramp-connection-timeout): New defcustom.
13251 (tramp-error-with-buffer): Reset timestamp only when appropriate.
13252 (with-tramp-progress-reporter): Simplify.
13253 (tramp-process-actions): Improve messages.
13254
13255 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
13256 * net/tramp-sh.el (tramp-maybe-open-connection):
13257 Use `tramp-connection-timeout'.
13258 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
13259 (Bug#14808)
13260
13261 2013-07-11 Leo Liu <sdl.web@gmail.com>
13262
13263 * ido.el (ido-read-file-name): Conform to the requirements of
13264 read-file-name. (Bug#11861)
13265 (ido-read-directory-name): Conform to the requirements of
13266 read-directory-name.
13267
13268 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
13269
13270 * subr.el (delay-warning): New function.
13271
13272 2013-07-10 Eli Zaretskii <eliz@gnu.org>
13273
13274 * simple.el (default-line-height): New function.
13275 (line-move-partial, line-move): Use it instead of computing the
13276 line height inline.
13277 (line-move-partial): Always compute ROWH. If the last line is
13278 partially-visible, but its text is completely visible, allow
13279 cursor to enter such a partially-visible line.
13280
13281 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
13282
13283 Improve error messages. (Bug#14808)
13284
13285 * net/tramp.el (tramp-current-connection): New defvar, moved from
13286 tramp-sh.el.
13287 (tramp-message-show-progress-reporter-message): Remove, not
13288 needed anymore.
13289 (tramp-error-with-buffer): Show message in minibuffer.
13290 Discard input before waiting. Reset connection timestamp.
13291 (with-tramp-progress-reporter): Improve messages.
13292 (tramp-process-actions): Use progress reporter. Delete process in
13293 case of error. Improve messages.
13294
13295 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
13296 Call `tramp-error-with-buffer' with vector and buffer.
13297 (tramp-current-connection): Remove.
13298 (tramp-maybe-open-connection): The car of
13299 `tramp-current-connection' are the first 3 slots of the vector.
13300
13301 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
13302
13303 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
13304 inside continued strings.
13305
13306 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
13307
13308 Timestamp fixes for undo (Bug#14824).
13309 * files.el (clear-visited-file-modtime): Move here from fileio.c.
13310
13311 2013-07-10 Leo Liu <sdl.web@gmail.com>
13312
13313 * files.el (require-final-newline): Allow safe local value.
13314 (Bug#14834)
13315
13316 2013-07-09 Leo Liu <sdl.web@gmail.com>
13317
13318 * ido.el (ido-read-directory-name): Handle fallback.
13319 (ido-read-file-name): Update DIR to ido-current-directory.
13320 (Bug#1516)
13321 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
13322
13323 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
13324
13325 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
13326 "autoload". Remove "warn lower camel case" section, previously
13327 commented out. Highlight negation char. Do not highlight the
13328 target in singleton method definitions.
13329
13330 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
13331
13332 * faces.el (tty-setup-hook): Declare the hook.
13333
13334 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
13335 and detect when a guard/pred depends on local vars (bug#14773).
13336 (pcase--u1): Adjust caller.
13337
13338 2013-07-08 Eli Zaretskii <eliz@gnu.org>
13339
13340 * simple.el (line-move-partial, line-move): Account for
13341 line-spacing.
13342 (line-move-partial): Avoid setting vscroll when the last
13343 partially-visible line in window is of default height.
13344
13345 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
13346
13347 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
13348 been used a while.
13349
13350 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
13351
13352 * subr.el (read-quoted-char): Remove unused local variable `char'.
13353
13354 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
13355
13356 * vc/ediff.el (ediff-version): Version update.
13357 (ediff-files-command, ediff3-files-command, ediff-merge-command)
13358 (ediff-merge-with-ancestor-command, ediff-directories-command)
13359 (ediff-directories3-command, ediff-merge-directories-command)
13360 (ediff-merge-directories-with-ancestor-command): New functions.
13361 All are command-line interfaces to ediff: to facilitate calling
13362 Emacs with the appropriate ediff functions invoked.
13363
13364 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
13365 New function.
13366 (viper-save-kill-buffer): Check if buffer is modified.
13367
13368 * emulation/viper.el (viper-version): Version update.
13369 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
13370
13371 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
13372
13373 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
13374 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
13375 (viper-intercept-ESC-key): Simplify.
13376 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
13377 don't use kbd.
13378 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
13379 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
13380 (viper-setup-ESC-to-escape): New functions.
13381 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
13382 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
13383
13384 2013-07-07 Eli Zaretskii <eliz@gnu.org>
13385
13386 * simple.el (default-font-height, window-screen-lines):
13387 New functions.
13388 (line-move, line-move-partial): Use them instead of
13389 frame-char-height and window-text-height. This makes scrolling
13390 text smoother when the buffer's default face uses a font that is
13391 different from the frame's default font.
13392
13393 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
13394
13395 * files.el (write-file): Do not display confirm dialog for NS,
13396 it does its own dialog, which can't be canceled (Bug#14578).
13397
13398 2013-07-06 Eli Zaretskii <eliz@gnu.org>
13399
13400 * simple.el (line-move-partial): Adjust the row returned by
13401 posn-at-point for the current window-vscroll. (Bug#14567)
13402
13403 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
13404
13405 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
13406 (tramp-sh-file-inotifywait-process-filter): Handle file names with
13407 spaces.
13408
13409 2013-07-06 Martin Rudalics <rudalics@gmx.at>
13410
13411 * window.el (window-state-put-stale-windows): New variable.
13412 (window--state-put-2): Save list of windows without matching buffer.
13413 (window-state-put): Remove "bufferless" windows if possible.
13414
13415 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
13416
13417 * simple.el (alternatives-define): Remove leftover :group keyword.
13418 Tweak docstring.
13419
13420 2013-07-06 Leo Liu <sdl.web@gmail.com>
13421
13422 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
13423 (ido-enable-virtual-buffers): New variable.
13424 (ido-buffer-internal, ido-toggle-virtual-buffers)
13425 (ido-make-buffer-list): Use it.
13426 (ido-exhibit): Support turning on and off virtual buffers
13427 automatically.
13428
13429 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
13430
13431 * simple.el (alternatives-define): New macro.
13432
13433 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13434
13435 * subr.el (read-quoted-char): Use read-key.
13436 (sit-for): Let read-event decode tty input (bug#14782).
13437
13438 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
13439
13440 * calendar/todo-mode.el: Add handling of file deletion, both by
13441 mode command and externally. Fix various related bugs.
13442 Clarify Commentary and improve some documentation strings and code.
13443 (todo-delete-file): New command.
13444 (todo-check-file): New function.
13445 (todo-show): Handle external deletion of the file we're trying to
13446 show (bug#14688). Replace called-interactively-p by an optional
13447 prefix argument to avoid problematic interaction with catch form
13448 when byte compiled (bug#14702).
13449 (todo-quit): Handle external deletion of the archive's todo file.
13450 Make sure the buffer that was visiting the archive file is still
13451 live before trying to bury it.
13452 (todo-category-completions): Handle external deletion of any
13453 category completion files.
13454 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
13455 of todo files, in case of external deletion.
13456 (todo-add-file): Replace unnecessary setq by let-binding.
13457 (todo-find-archive): Check whether there are any archives.
13458 Replace unnecessary setq by let-binding.
13459 (todo-archive-done-item): Use find-file-noselect to get the
13460 archive buffer whether or not the archive already exists.
13461 Remove superfluous code. Use file size instead of buffer-file-name to
13462 check if the archive is new; if it is, update list of archives.
13463 (todo-default-todo-file): Allow nil to be a valid value for when
13464 there are no todo files.
13465 (todo-reevaluate-default-file-defcustom): Use corrected definition
13466 of todo-default-todo-file.
13467 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
13468 (todo-delete-category, todo-show-categories-table)
13469 (todo-category-number): Clarify comment.
13470 (todo-filter-items): Clarify documentation string.
13471 (todo-show-current-file, todo-display-as-todo-file)
13472 (todo-reset-and-enable-done-separator): Tweak documentation string.
13473 (todo-done-separator): Make separator length window-width, since
13474 bug#2749 is now fixed.
13475
13476 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
13477
13478 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
13479 Support both "gvfs-monitor-dir" and "inotifywait".
13480 (tramp-sh-file-inotifywait-process-filter): Rename from
13481 `tramp-sh-file-notify-process-filter'.
13482 (tramp-sh-file-gvfs-monitor-dir-process-filter)
13483 (tramp-get-remote-gvfs-monitor-dir): New defuns.
13484
13485 2013-07-05 Leo Liu <sdl.web@gmail.com>
13486
13487 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
13488
13489 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13490
13491 * frame.el (display-pixel-height, display-pixel-width)
13492 (display-mm-height, display-mm-width): Mention behavior on
13493 multi-monitor setups in docstrings.
13494 (w32-display-monitor-attributes-list): Declare function.
13495 (display-monitor-attributes-list): Use it.
13496
13497 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
13498
13499 * filenotify.el: New package.
13500
13501 * autorevert.el (top): Require filenotify.el.
13502 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
13503 instead.
13504 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13505 (auto-revert-notify-handler): Use `file-notify-*' functions.
13506
13507 * subr.el (file-notify-handle-event): Move function to filenotify.el.
13508
13509 * net/tramp.el (tramp-file-name-for-operation):
13510 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
13511
13512 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
13513 for `file-notify-add-watch' and `file-notify-rm-watch'.
13514 (tramp-process-sentinel): Improve trace.
13515 (tramp-sh-handle-file-notify-add-watch)
13516 (tramp-sh-file-notify-process-filter)
13517 (tramp-sh-handle-file-notify-rm-watch)
13518 (tramp-get-remote-inotifywait): New defuns.
13519
13520 2013-07-03 Juri Linkov <juri@jurta.org>
13521
13522 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
13523 call of `occur-read-primary-args' to interactive spec.
13524
13525 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
13526 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
13527
13528 2013-07-03 Matthias Meulien <orontee@gmail.com>
13529
13530 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
13531 `Buffer-menu-multi-occur'. Add it to the menu.
13532 (Buffer-menu-mode): Document it in docstring.
13533 (Buffer-menu-multi-occur): New command. (Bug#14673)
13534
13535 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
13536
13537 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
13538 keywords and built-ins.
13539
13540 2013-07-03 Glenn Morris <rgm@gnu.org>
13541
13542 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
13543
13544 Make info-xref checks case-sensitive by default
13545 * info.el (Info-find-node, Info-find-in-tag-table)
13546 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
13547 Add option for exact case matching of nodes.
13548 * info-xref.el (info-xref): New custom group.
13549 (info-xref-case-fold): New option.
13550 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
13551
13552 2013-07-03 Leo Liu <sdl.web@gmail.com>
13553
13554 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
13555
13556 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
13557
13558 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
13559 middle of block statement initially, lower the depth. Remove
13560 FIXME comment, not longer valid. Remove middle of block statement
13561 detection, no need to do that anymore since we've been using
13562 `ruby-parse-region' here.
13563
13564 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
13565
13566 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
13567
13568 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
13569
13570 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
13571
13572 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
13573
13574 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
13575 (desktop-restore-in-current-display): New customization option.
13576 (desktop--excluded-frame-parameters): Add `font'.
13577 (desktop--save-frames): Rename from desktop--save-windows.
13578 (desktop--restore-in-this-display-p): New function.
13579 (desktop--make-full-frame): Remove unwanted width/height from
13580 full(width|height) frames.
13581 (desktop--restore-frames): Rename from desktop--restore-windows.
13582 Obey desktop-restore-current-display. Do not delete old frames or
13583 select a new frame unless we were able to restore at least one frame.
13584
13585 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
13586
13587 * files.el (find-file-noselect): Simplify conditional expression.
13588
13589 * textmodes/remember.el (remember-append-to-file):
13590 Don't mix `find-buffer-visiting' and `get-file-buffer'.
13591
13592 Add `remember-notes' function to store random notes across Emacs
13593 restarts.
13594 * textmodes/remember.el (remember-data-file): Add :set callback to
13595 affect notes buffer (if any).
13596 (remember-notes): New command.
13597 (remember-notes-buffer-name, bury-remember-notes-on-kill):
13598 New defcustoms for the `remember-notes' function.
13599 (remember-notes-save-and-bury-buffer): New command.
13600 (remember-notes-mode-map): New variable.
13601 (remember-mode): New minor mode.
13602 (remember-notes--kill-buffer-query): New function.
13603 * startup.el (initial-buffer-choice): Add notes to custom type.
13604
13605 2013-06-30 Eli Zaretskii <eliz@gnu.org>
13606
13607 * bindings.el (right-char, left-char): Don't call sit-for, this is
13608 no longer needed. Use arithmetic comparison only for numerical
13609 arguments.
13610
13611 * international/mule-cmds.el (select-safe-coding-system):
13612 Handle the case of FROM being a string correctly. (Bug#14755)
13613
13614 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
13615
13616 * net/shr.el (shr-make-table-1): Add a sanity check that allows
13617 progression on degenerate tables.
13618 (shr-rescale-image): ImageMagick animated images currently don't work.
13619
13620 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
13621
13622 Some fixes and improvements for desktop frame restoration.
13623 It is still experimental and disabled by default.
13624 * desktop.el (desktop--save-windows): Put the selected frame at
13625 the head of the list.
13626 (desktop--make-full-frame): New function.
13627 (desktop--restore-windows): Try to re-select the frame that was
13628 selected upon saving. Do not abort if some frames fail to restore,
13629 just show an error message and continue. Set up maximized frames
13630 so they have default non-maximized dimensions.
13631
13632 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
13633
13634 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
13635 Don't start heredoc inside a string or comment.
13636
13637 2013-06-29 Eli Zaretskii <eliz@gnu.org>
13638
13639 * bindings.el (visual-order-cursor-movement): New defcustom.
13640 (right-char, left-char): Provide visual-order cursor motion by
13641 calling move-point-visually. Update the doc strings.
13642
13643 2013-06-28 Kenichi Handa <handa@gnu.org>
13644
13645 * international/mule.el (define-coding-system): New coding system
13646 properties :inhibit-null-byte-detection,
13647 :inhibit-iso-escape-detection, and :prefer-utf-8.
13648 (set-buffer-file-coding-system): If :charset-list property of
13649 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
13650 appropriate for setting.
13651
13652 * international/mule-cmds.el (select-safe-coding-system):
13653 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
13654 multibyte characters, return utf-8 (or one of its siblings).
13655
13656 * international/mule-conf.el (prefer-utf-8): New coding system.
13657 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
13658 files.
13659
13660 2013-06-28 Ivan Kanis <ivan@kanis.fr>
13661
13662 * net/shr.el (shr-render-region): New function.
13663
13664 * net/eww.el: Autoload `eww-browse-url'.
13665
13666 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
13667
13668 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13669 Adapt to `package-desc-version' being a list.
13670 Use `package--ac-desc-version' to retrieve version from a package
13671 archive element.
13672
13673 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
13674
13675 New experimental feature to save&restore window and frame setup.
13676 * desktop.el (desktop-save-windows): New defcustom.
13677 (desktop--saved-states): New var.
13678 (desktop--excluded-frame-parameters): New defconst.
13679 (desktop--filter-frame-parms, desktop--find-frame-in-display)
13680 (desktop--restore-windows, desktop--save-windows): New functions.
13681 (desktop-save): Call `desktop--save-windows'.
13682 (desktop-read): Call `desktop--restore-windows'.
13683
13684 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
13685
13686 * net/shr.el (add-face-text-property): Remove compat definition.
13687
13688 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
13689
13690 * info.el (Info-try-follow-nearest-node): Move search for footnote
13691 above search for node name to prevent missing a footnote (bug#14717).
13692
13693 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
13694
13695 * obsolete/otodo-mode.el: Add obsolescence info to file header.
13696
13697 2013-06-27 Leo Liu <sdl.web@gmail.com>
13698
13699 * net/eww.el (eww-read-bookmarks): Check file size.
13700
13701 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13702
13703 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
13704 advice--pending if newdef is nil or an autoload (bug#13820).
13705 (advice-mapc): New function.
13706
13707 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
13708
13709 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
13710 probably.
13711 (eww-mode-map): Add a menu bar.
13712 (eww-add-bookmark): New command.
13713 (eww-bookmark-mode): New mode and commands.
13714 (eww-add-bookmark): Remove newlines from the title.
13715 (eww-bookmark-browse): Don't bug out if it's the only window.
13716
13717 2013-06-26 Glenn Morris <rgm@gnu.org>
13718
13719 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
13720 (hfy-size): Handle ttys. (Bug#14668)
13721
13722 * info-xref.el: Update for Texinfo 5 change in *note format.
13723 (info-xref-node-re, info-xref-note-re): New constants.
13724 (info-xref-check-buffer): Use info-xref-note-re.
13725
13726 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13727
13728 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
13729
13730 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
13731 nil terminate the loop (bug#14718).
13732
13733 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13734
13735 * net/eww.el: Rework history traversal. When going forward/back,
13736 put these actions into the history, too, so that they can be
13737 replayed.
13738 (eww-render): Move the history reset to the correct buffer.
13739
13740 2013-06-25 Juri Linkov <juri@jurta.org>
13741
13742 * files-x.el (modify-dir-local-variable): Change the header comment
13743 in the file with directory local variables. (Bug#14692)
13744
13745 * files-x.el (read-file-local-variable-value): Add `default'.
13746 (Bug#14710)
13747
13748 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13749
13750 * net/eww.el (eww-make-unique-file-name): Create a unique file
13751 name before saving to entering `y' accidentally asynchronously.
13752
13753 2013-06-25 Ivan Kanis <ivan@kanis.fr>
13754
13755 * net/eww.el (eww-download): New command and keystroke.
13756
13757 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13758
13759 * net/eww.el (eww-copy-page-url): Change name of command.
13760
13761 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
13762 be more consistent with Info and dired.
13763
13764 * net/eww.el (eww-mode-map): Ditto.
13765
13766 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13767
13768 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
13769 packages from archives.
13770 (package-archive-contents): Change format; include obsolete packages.
13771 (package-desc): Use `dir' to mark builtin packages.
13772 (package--from-builtin): Set the `dir' field to `builtin'.
13773 (generated-autoload-file, version-control): Declare.
13774 (package-compute-transaction): Change first arg and return value to be
13775 lists of package-descs. Adjust to new package-archive-contents format.
13776 (package--add-to-archive-contents): Adjust to new
13777 package-archive-contents format.
13778 (package-download-transaction): Arg is now a list of package-descs.
13779 (package-install): If `pkg' is a package name, pass it as
13780 a requirement, so it is subject to the usual (e.g. disabled) checks.
13781 (describe-package): Accept package-desc as well.
13782 (describe-package-1): Describe a specific package-desc. Add links to
13783 other package-descs for the same package name.
13784 (package-menu-describe-package): Pass the actual package-desc.
13785 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
13786 works correctly.
13787 (package-desc-status): New function.
13788 (package-menu--refresh): New function, extracted
13789 from package-menu--generate.
13790 (package-menu--generate): Use it.
13791 (package-delete): Update package-alist.
13792 (package-menu-execute): Don't call package-initialize.
13793
13794 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
13795 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
13796 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
13797 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
13798 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
13799 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
13800
13801 2013-06-25 Martin Rudalics <rudalics@gmx.at>
13802
13803 * window.el (window--state-get-1): Workaround for bug#14527.
13804 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
13805
13806 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
13807
13808 * net/eww.el (eww-back-url): Implement the history by stashing all
13809 the data into a list.
13810 (eww-forward-url): Allow going forward in the history, too.
13811
13812 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
13813
13814 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
13815 for values and use read--expression for expressions (bug#14710).
13816 (read-file-local-variable): Avoid setq.
13817 (read-file-local-variable-mode): Use minor-mode-list.
13818
13819 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13820
13821 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
13822 for DOI URLs.
13823
13824 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13825
13826 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
13827 Update imenu-support when dialect changes.
13828
13829 2013-06-25 Leo Liu <sdl.web@gmail.com>
13830
13831 * ido.el (ido-read-internal): Allow forward slash on windows.
13832
13833 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13834
13835 * net/eww.el (eww): Start of strings is \\`, not ^.
13836
13837 2013-06-24 Ivan Kanis <ivan@kanis.fr>
13838
13839 * net/shr.el (shr-browse-url): Fix interactive spec.
13840
13841 * net/eww.el (eww): Add a trailing slash to domain names.
13842
13843 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
13844
13845 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
13846
13847 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
13848
13849 * net/shr.el (shr-browse-url): Use an external browser if given a
13850 prefix.
13851
13852 * net/eww.el (eww-external-browser): Move to shr.
13853
13854 2013-06-24 Ivan Kanis <ivan@kanis.fr>
13855
13856 * net/eww.el (eww): Work more correctly for file: URLs.
13857 (eww-detect-charset): Allow quoted charsets.
13858 (eww-yank-page-url): New command and keystroke.
13859
13860 2013-06-24 Daiki Ueno <ueno@gnu.org>
13861
13862 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
13863 file name of gpg executable.
13864 (epg-context-program): New function.
13865 (epg-context-home-directory): New function.
13866 (epg-context-set-program): New function.
13867 (epg-context-set-home-directory): New function.
13868 (epg--start): Use `epg-context-program' instead of
13869 'epg-gpg-program'.
13870 (epg--list-keys-1): Likewise.
13871
13872 2013-06-24 Leo Liu <sdl.web@gmail.com>
13873
13874 * ido.el (ido-read-internal): Fix bug#14620.
13875
13876 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
13877
13878 * faces.el (face-documentation): Simplify.
13879 (read-face-attribute, tty-find-type, x-resolve-font-name):
13880 Use `string-match-p'.
13881 (list-faces-display): Use `string-match-p'. Simplify.
13882 (face-spec-recalc): Check face to avoid face alias loops.
13883 (read-color): Use `string-match-p' and non-capturing parenthesis.
13884
13885 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
13886
13887 * net/shr.el (shr-rescale-image): Use the new
13888 :max-width/:max-height functionality.
13889
13890 2013-06-23 Ivan Kanis <ivan@kanis.fr>
13891
13892 * net/eww.el (eww-search-prefix): New variable.
13893 (eww): Use it.
13894 (eww-external-browser): New variable.
13895 (eww-mode-map): New keystroke.
13896 (eww-browse-with-external-browser): New command.
13897
13898 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
13899
13900 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
13901
13902 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
13903 Don't skip aligning the next header field when padding is 0;
13904 otherwise, field width is not respected unless the title is as
13905 wide as the field.
13906
13907 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
13908
13909 * emacs-lisp/package.el (package-el-version): Remove.
13910 (package-process-define-package): Fix inf-loop.
13911 (package-install): Allow symbols as arguments again.
13912
13913 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
13914
13915 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
13916 add some more keyword-like methods.
13917 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
13918
13919 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
13920
13921 * bs.el (bs-buffer-show-mark): Make defvar-local.
13922 (bs-mode): Use setq-local.
13923
13924 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
13925 (emacs-lock--try-unlocking): Make defvar-local.
13926
13927 2013-06-22 Glenn Morris <rgm@gnu.org>
13928
13929 * play/cookie1.el (cookie-apropos): Minor simplification.
13930
13931 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
13932
13933 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
13934
13935 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
13936 `regexp-opt', it breaks the build during dumping.
13937
13938 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
13939
13940 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
13941 Highlight keyword-like methods on Kernel and Module with
13942 font-lock-builtin-face.
13943 (auto-mode-alist): Consolidate different entries into one regexp
13944 and add more *file-s.
13945
13946 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
13947
13948 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
13949
13950 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
13951 (diary-entry): Use it in the action of this button type instead of
13952 diary-goto-entry.
13953
13954 * calendar/todo-mode.el: New version.
13955 (todo-add-category): Append new category to end of file and give
13956 it the highest number, instead of putting it at the beginning and
13957 giving it 0. Incorporate noninteractive functionality.
13958 (todo-forward-category): Adapt to 1-based category numbering.
13959 Allow skipping over archived categories.
13960 (todo-backward-category): Derive from todo-forward-category.
13961 (todo-backward-item, todo-forward-item): Make noninteractive and
13962 delegate interactive part to new commands. Make sensitive to done items.
13963 (todo-categories): Make value an alist of category names and
13964 vectors of item counts.
13965 (todo-category-beg): Make a defconst.
13966 (todo-category-number): Use 1 instead of 0 as initial value.
13967 (todo-category-select): Make sensitive to overlays, optional item
13968 highlighting and done items.
13969 (todo-delete-item): Make sensitive to overlays and marked and done items.
13970 (todo-edit-item): Make sensitive to overlays and editing of
13971 date/time header optional. Add format checks.
13972 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
13973 no-op if point is not on an item. Advertise using todo-edit-quit.
13974 (todo-edit-mode): Make sensitive to new format, font-locking, and
13975 multiple todo files.
13976 (todo-insert-item, todo-insert-item-here): Derive from
13977 todo-basic-insert-item and extend functionality.
13978 (todo-item-end, todo-item-start): Make sensitive to done items.
13979 (todo-item-string): Don't return text properties. Restore point.
13980 (todo-jump-to-category): Make sensitive to multiple todo files and
13981 todo archives. Use extended category completion.
13982 (todo-lower-item, todo-raise-item): Rename to *-priority and
13983 derive from todo-set-item-priority.
13984 (todo-mode): Derive from special-mode. Make sensitive to new
13985 format, font-locking and multiple todo files. Make read-only.
13986 (todo-mode-map): Don't suppress digit keys, so they can supply
13987 prefix arguments. Add many new key bindings.
13988 (todo-prefix): Insert as an overlay instead of file text.
13989 Change semantics from diary date expression to purely visual mark.
13990 (todo-print): Rename to todo-print-buffer. Make buffer display
13991 features printable. Remove option to restrict number of items
13992 printed. Add option to print to file.
13993 (todo-print-function): Rename to todo-print-buffer-function.
13994 (todo-quit): Extend to handle exiting new todo modes.
13995 (todo-remove-item): Make sensitive to overlays.
13996 (todo-save): Extend to buffers of filtered items.
13997 (todo-show): Make sensitive to done items, multiple todo files and
13998 new todo modes. Offer to convert legacy todo file before creating
13999 first new todo file.
14000 (todo-show-priorities): Rename to todo-top-priorities.
14001 Change semantics of value 0.
14002 (todo-top-priorities): Rename to todo-filter-top-priorities,
14003 derive from todo-filter-items and extend functionality.
14004 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
14005 and extend functionality to other types of filtered items.
14006 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
14007 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
14008 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
14009 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
14010 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
14011 (todo-edit-mode-hook, todo-entry-prefix-function)
14012 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
14013 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
14014 (todo-initials, todo-insert-threshold, todo-item-string-start)
14015 (todo-line-string, todo-menu, todo-mode-hook)
14016 (todo-more-important-p, todo-previous-answer, todo-previous-line)
14017 (todo-print-priorities, todo-remove-separator)
14018 (todo-save-top-priorities-too, todo-string-count-lines)
14019 (todo-string-multiline-p, todo-time-string-format)
14020 (todo-tmp-buffer-name): Remove.
14021 (todo-add-file, todo-archive-done-item, todo-choose-archive)
14022 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
14023 (todo-edit-category-diary-inclusion)
14024 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
14025 (todo-edit-file, todo-edit-item-date-day)
14026 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
14027 (todo-edit-item-date-month, todo-edit-item-date-to-today)
14028 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
14029 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
14030 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
14031 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
14032 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
14033 (todo-filter-top-priorities-multifile, todo-find-archive)
14034 (todo-find-filtered-items-file, todo-go-to-source-item)
14035 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
14036 (todo-jump-to-archive-category, todo-lower-category)
14037 (todo-mark-category, todo-marked-item-p, todo-merge-category)
14038 (todo-move-category, todo-move-item, todo-next-button)
14039 (todo-next-item, todo-padded-string, todo-powerset)
14040 (todo-previous-button, todo-previous-item)
14041 (todo-print-buffer-to-file, todo-raise-category)
14042 (todo-rename-category, todo-repair-categories-sexp, todo-search)
14043 (todo-set-category-number, todo-set-item-priority)
14044 (todo-set-top-priorities-in-category)
14045 (todo-set-top-priorities-in-file, todo-show-categories-table)
14046 (todo-sort-categories-alphabetically-or-numerically)
14047 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
14048 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
14049 (todo-toggle-item-header, todo-toggle-item-highlighting)
14050 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
14051 (todo-toggle-view-done-items, todo-toggle-view-done-only)
14052 (todo-unarchive-items, todo-unmark-category): New commands.
14053 (todo-absolute-file-name, todo-add-to-buffer-list)
14054 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
14055 (todo-basic-insert-item, todo-category-completions)
14056 (todo-category-number, todo-category-string-matcher-1)
14057 (todo-category-string-matcher-2, todo-check-filtered-items-file)
14058 (todo-check-format, todo-clear-matches)
14059 (todo-comment-string-matcher, todo-convert-legacy-date-time)
14060 (todo-current-category, todo-date-string-matcher)
14061 (todo-define-insertion-command, todo-diary-expired-matcher)
14062 (todo-diary-goto-entry, todo-diary-item-p)
14063 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
14064 (todo-display-categories, todo-display-sorted, todo-done-item-p)
14065 (todo-done-item-section-p, todo-done-separator)
14066 (todo-done-string-matcher, todo-files, todo-filter-items)
14067 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
14068 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
14069 (todo-insert-category-line, todo-insert-item-from-calendar)
14070 (todo-insert-sort-button, todo-insert-with-overlays)
14071 (todo-insertion-command-name, todo-insertion-key-bindings)
14072 (todo-label-to-key, todo-longest-category-name-length)
14073 (todo-make-categories-list, todo-mode-external-set)
14074 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
14075 (todo-modes-set-3, todo-multiple-filter-files)
14076 (todo-nondiary-marker-matcher, todo-prefix-overlays)
14077 (todo-read-category, todo-read-date, todo-read-dayname)
14078 (todo-read-file-name, todo-read-time)
14079 (todo-reevaluate-category-completions-files-defcustom)
14080 (todo-reevaluate-default-file-defcustom)
14081 (todo-reevaluate-filelist-defcustoms)
14082 (todo-reevaluate-filter-files-defcustom)
14083 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
14084 (todo-reset-done-separator, todo-reset-done-separator-string)
14085 (todo-reset-done-string, todo-reset-global-current-todo-file)
14086 (todo-reset-highlight-item, todo-reset-nondiary-marker)
14087 (todo-reset-prefix, todo-set-categories)
14088 (todo-set-date-from-calendar, todo-set-show-current-file)
14089 (todo-set-top-priorities, todo-short-file-name)
14090 (todo-show-current-file, todo-sort, todo-time-string-matcher)
14091 (todo-total-item-counts, todo-update-buffer-list)
14092 (todo-update-categories-display, todo-update-categories-sexp)
14093 (todo-update-count, todo-validate-name, todo-y-or-n-p):
14094 New functions.
14095 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
14096 New major modes.
14097 (todo-categories, todo-display, todo-edit, todo-faces)
14098 (todo-filtered): New defgroups.
14099 (todo-archived-only, todo-button, todo-category-string, todo-date)
14100 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
14101 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
14102 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
14103 (todo-add-item-if-new-category, todo-always-add-time-string)
14104 (todo-categories-align, todo-categories-archived-label)
14105 (todo-categories-category-label, todo-categories-diary-label)
14106 (todo-categories-done-label, todo-categories-number-separator)
14107 (todo-categories-todo-label, todo-categories-totals-label)
14108 (todo-category-completions-files, todo-completion-ignore-case)
14109 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
14110 (todo-done-separator-string, todo-done-string)
14111 (todo-files-function, todo-filter-done-items, todo-filter-files)
14112 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
14113 (todo-initial-category, todo-initial-file, todo-item-mark)
14114 (todo-legacy-date-time-regexp, todo-mode-line-function)
14115 (todo-nondiary-marker, todo-number-prefix)
14116 (todo-print-buffer-function, todo-show-current-file)
14117 (todo-show-done-only, todo-show-first, todo-show-with-done)
14118 (todo-skip-archived-categories, todo-top-priorities-overrides)
14119 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
14120 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
14121 New defcustoms.
14122 (todo-category-done, todo-date-pattern, todo-date-string-start)
14123 (todo-diary-items-buffer, todo-done-string-start)
14124 (todo-filtered-items-buffer, todo-item-start)
14125 (todo-month-abbrev-array, todo-month-name-array)
14126 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
14127 (todo-top-priorities-buffer): New defconsts.
14128 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
14129 (todo-categories-with-marks, todo-category-string-face)
14130 (todo-comment-face, todo-comment-string, todo-current-todo-file)
14131 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
14132 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
14133 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
14134 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
14135 (todo-font-lock-keywords, todo-global-current-todo-file)
14136 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
14137 (todo-insertion-commands-args)
14138 (todo-insertion-commands-args-genlist)
14139 (todo-insertion-commands-names, todo-insertion-map)
14140 (todo-key-bindings-t, todo-key-bindings-t+a)
14141 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
14142 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
14143 (todo-nondiary-face, todo-print-buffer, todo-time-face)
14144 (todo-visited): New variables.
14145
14146 2013-06-21 Glenn Morris <rgm@gnu.org>
14147
14148 * play/cookie1.el (cookie-apropos): Add optional display argument.
14149 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
14150 (psychoanalyze-pinhead): Use cookie-doctor.
14151
14152 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
14153
14154 * emacs-lisp/package.el (tar-get-file-descriptor)
14155 (tar--extract): Declare.
14156
14157 2013-06-21 Eduard Wiebe <usenet@pusto.de>
14158
14159 Extend flymake's warning predicate to be a function (bug#14217).
14160 * progmodes/flymake.el (flymake-warning-predicate): New.
14161 (flymake-parse-line): Use it.
14162 (flymake-warning-re): Make obsolete alias to
14163 `flymake-warning-predicate'.
14164
14165 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14166
14167 * emacs-lisp/package.el (package-alist): Include obsolete packages.
14168 (package-obsolete-list): Remove.
14169 (package-activate): Remove min-version argument. Add `force' argument.
14170 Adjust to new package-alist format.
14171 (package-mark-obsolete): Remove.
14172 (package-unpack): Force reload of the package's autoloads.
14173 (package-installed-p): Check builtins if the installed package is not
14174 recent enough.
14175 (package-initialize): Don't reset package-obsolete-list.
14176 Don't specify which package version to activate.
14177 (package-process-define-package, describe-package-1)
14178 (package-menu--generate): Adjust to new package-alist format.
14179
14180 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
14181
14182 * allout-widgets.el (allout-widgets-mode-off)
14183 (allout-widgets-mode-on, allout-widgets-pre-command-business)
14184 (allout-widgets-post-command-business)
14185 (allout-widgets-after-copy-or-kill-function)
14186 (allout-widgets-after-undo-function, allout-test-range-overlaps)
14187 (allout-decorate-item-and-context)
14188 (allout-graphics-modification-handler): Fix typos in docstrings.
14189 (allout-get-or-create-parent-widget): Use `looking-at-p'.
14190
14191 * cmuscheme.el (scheme-start-file): Doc fix.
14192 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
14193 (scheme-input-filter): Use `string-match-p'.
14194
14195 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
14196
14197 * dired-x.el: Use Dired consistently in docstrings.
14198
14199 * dired.el: Use Dired consistently in docstrings.
14200 (dired-readin, dired-mode): Use `setq-local'.
14201 (dired-switches-alist): Make defvar-local.
14202 (dired-buffers-for-dir): Use `zerop'.
14203 (dired-safe-switches-p, dired-switches-escape-p)
14204 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
14205 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
14206 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
14207 (dired-goto-next-nontrivial-file): Use `string-match-p'.
14208 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
14209 (dired-toggle-marks, dired-mark-files-containing-regexp)
14210 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
14211 (dired-flag-auto-save-files, dired-flag-backup-files):
14212 Use `looking-at-p'.
14213 (dired-mark-files-regexp, dired-build-subdir-alist):
14214 Use `string-match-p', `looking-at-p'.
14215
14216 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
14217 (direct-print-region-helper): Use `string-match-p'.
14218
14219 2013-06-21 Leo Liu <sdl.web@gmail.com>
14220
14221 * comint.el (comint-redirect-results-list-from-process):
14222 Fix infinite loop.
14223
14224 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
14225
14226 * net/eww.el (eww-update-header-line-format): Quote % characters.
14227
14228 2013-06-21 Glenn Morris <rgm@gnu.org>
14229
14230 * play/cookie1.el (cookie): New custom group.
14231 (cookie-file): New option.
14232 (cookie-check-file): New function.
14233 (cookie): Make it interactive. Make start and end messages optional.
14234 Interactively, display the result. Default to cookie-file.
14235 (cookie-insert): Default to cookie-file.
14236 (cookie-snarf): Make start and end messages optional.
14237 Default to cookie-file. Use with-temp-buffer.
14238 (cookie-read): Rename from read-cookie.
14239 Make start and end messages optional. Default to cookie-file.
14240 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
14241 Do not autoload it.
14242 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
14243 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
14244
14245 2013-06-21 Leo Liu <sdl.web@gmail.com>
14246
14247 * progmodes/octave.el (octave-mode): Backward compatibility fix.
14248
14249 2013-06-21 Glenn Morris <rgm@gnu.org>
14250
14251 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
14252
14253 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
14254 Daniel Hackney <dan@haxney.org>
14255
14256 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
14257 Consolidate the single-file vs tarball code.
14258 (package-desc-suffix): New function.
14259 (package-desc-full-name): Don't bother inlining it.
14260 (package-load-descriptor): Return the new package-desc.
14261 (package-mark-obsolete): Remove unused arg `package'.
14262 (package-unpack): Make it work for single files as well.
14263 Make it update package-alist.
14264 (package--make-autoloads-and-stuff): Rename from
14265 package--make-autoloads-and-compile. Don't compile any more.
14266 (package--compile): New function.
14267 (package-generate-description-file): New function, extracted from
14268 package-unpack-single.
14269 (package-unpack-single): Remove.
14270 (package--with-work-buffer): Add indentation and debugging info.
14271 (package-download-single): Remove.
14272 (package-install-from-archive): Rename from package-download-tar, make
14273 it take a pkg-desc, and make it work for single files as well.
14274 (package-download-transaction): Simplify.
14275 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
14276 external tar program.
14277 (package-install-from-buffer): Remove `pkg-desc' argument.
14278 Use package-tar-file-info for tar-mode buffers.
14279 (package-install-file): Simplify accordingly.
14280 (package-archive-base): Change to take a pkg-desc.
14281 * tar-mode.el (tar--check-descriptor): New function, extracted from
14282 tar-get-descriptor.
14283 (tar-get-descriptor): Use it.
14284 (tar-get-file-descriptor): New function.
14285 (tar--extract): New function, extracted from tar-extract.
14286 (tar--extract): Use it.
14287 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
14288 case the summary uses non-ascii. Adjust to new calling convention of
14289 package-tar-file-info.
14290
14291 2013-06-21 Leo Liu <sdl.web@gmail.com>
14292
14293 * comint.el (comint-redirect-results-list-from-process):
14294 Fix random delay. (Bug#14681)
14295
14296 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
14297
14298 * profiler.el (profiler-format-number): Use log, not log10.
14299
14300 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
14301
14302 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
14303
14304 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
14305
14306 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
14307 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
14308 yet available.
14309 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
14310 (AUTOGENEL): ... here.
14311 * emacs-lisp/cl-macs.el (cl--sublis): New function.
14312 (cl--defsubst-expand): Use it.
14313
14314 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
14315
14316 * subr.el (log10): Move here from C code, and declare as obsolete.
14317 All uses of (log10 X) replaced with (log X 10).
14318
14319 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
14320
14321 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
14322 Declare with `defvar-local'.
14323 (tabulated-list-use-header-line, tabulated-list-entries)
14324 (tabulated-list-padding, tabulated-list-printer)
14325 (tabulated-list-sort-key): Declare with `defvar-local'.
14326 (tabulated-list-init-header, tabulated-list-print-fake-header):
14327 Use `setq-local'.
14328
14329 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
14330
14331 * arc-mode.el (archive-mode): Add `archive-write-file' to
14332 `write-contents-functions' also for remote files. (Bug#14652)
14333
14334 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
14335
14336 * cus-edit.el (custom-commands): Fix typos.
14337 (custom-display): Fix tooltip text.
14338 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
14339 Fix typos in docstrings.
14340 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
14341 (custom-unlispify-menu-entry, custom-magic-value-create)
14342 (custom-add-see-also, custom-group-value-create): Use ?\s.
14343 (custom-guess-type, customize-apropos, editable-field)
14344 (custom-face-value-create): Use `string-match-p'.
14345 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
14346
14347 * custom.el (custom-load-symbol): Use `string-match-p'.
14348
14349 * ansi-color.el: Convert to lexical binding.
14350 (ansi-colors): Fix URL.
14351 (ansi-color-context, ansi-color-context-region): Use defvar-local.
14352 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
14353 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
14354
14355 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14356
14357 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
14358
14359 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
14360
14361 2013-06-19 Tom Tromey <tromey@redhat.com>
14362
14363 * net/eww.el (eww-top-url): Remove.
14364 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
14365 (eww-render): Set new variables. Don't set eww-top-url.
14366 (eww-handle-link): Handle "prev", "home", and "contents".
14367 Downcase the rel text.
14368 (eww-top-url): Choose best top URL.
14369
14370 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14371
14372 * net/eww.el: Rewrite to implement form elements "by hand" instead of
14373 relying in widget.el. Using widget.el leads to too many
14374 user interface inconsistencies.
14375 (eww-self-insert): Implement entering commands in text fields.
14376 (eww-process-text-input): New function to make text input field editing
14377 work.
14378 (eww-submit): Rewrite to use the new-style form methods.
14379 (eww-select-display): Display the correct selected item.
14380 (eww-change-select): Implement changing the select value.
14381 (eww-toggle-checkbox): Implement radio/checkboxes.
14382 (eww-update-field): Fix compilation error.
14383 (eww-tag-textarea): Implement <textarea>.
14384
14385 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
14386 we don't shadow mode-specific bindings.
14387
14388 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
14389 nothing to push.
14390
14391 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
14392
14393 2013-06-19 Glenn Morris <rgm@gnu.org>
14394
14395 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
14396
14397 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
14398
14399 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
14400 not needed.
14401
14402 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
14403
14404 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
14405
14406 * net/browse-url.el (browse-url-browser-function):
14407 `eww-browse-url' has the right calling signature, `eww' does not.
14408
14409 2013-06-19 Glenn Morris <rgm@gnu.org>
14410
14411 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14412 Only eval autoloaded macros.
14413 (byte-compile-autoload): Only give the macro warning for macros.
14414
14415 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
14416 (ps-underlined-faces): Declare.
14417
14418 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
14419 (speedbar-add-supported-extension): Declare.
14420
14421 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
14422 Don't include a date stamp in the header of the generated file;
14423 it leads to needless differences between output files.
14424
14425 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
14426
14427 * net/secrets.el (secrets-struct-secret-content-type):
14428 Replace check of introspection data by a test call of "CreateItem".
14429 Some servers do not offer introspection.
14430
14431 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
14432
14433 * electric.el (electric-pair-mode): Improve interaction with
14434 electric-layout-mode.
14435 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
14436 (electric-pair-syntax): Use text-mode-syntax-table in comments
14437 and strings.
14438 (electric-pair--insert): New function.
14439 (electric-pair-post-self-insert-function): Use it and
14440 electric--after-char-pos.
14441
14442 2013-06-19 Leo Liu <sdl.web@gmail.com>
14443
14444 * progmodes/octave.el (octave-help): Fix regexp.
14445
14446 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
14447
14448 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
14449 (shr-table-horizontal-line): Allow nil as a value, and change the
14450 default.
14451 (shr-insert-table-ruler): Respect the nil value.
14452
14453 2013-06-18 Tom Tromey <tromey@barimba>
14454
14455 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14456 New defvars.
14457 (eww-open-file): New defun.
14458 (eww-render): Initialize new variables.
14459 (eww-display-html): Handle "link" and "a".
14460 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
14461 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
14462 (eww-back-url): Rename from eww-previous-url.
14463 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
14464 New defuns.
14465
14466 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
14467
14468 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
14469 Distinguish ternary operator tokens from slash symbol and slash
14470 char literal.
14471
14472 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
14473
14474 Convert symbol prettification into minor mode and global minor mode.
14475
14476 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
14477 `prog-prettify-symbols', and make a local defvar instead of defcustom.
14478 (prettify-symbols--keywords): Rename from
14479 `prog-prettify-symbols-alist' and make a local defvar.
14480 (prettify-symbols--compose-symbol): Rename from
14481 `prog--prettify-font-lock-compose-symbol'.
14482 (prettify-symbols--make-keywords): Rename from
14483 `prog-prettify-font-lock-symbols-keywords' and simplify.
14484 (prog-prettify-install): Remove.
14485 (prettify-symbols-mode): New minor mode, based on
14486 `prog-prettify-install'.
14487 (turn-on-prettify-symbols-mode): New function.
14488 (global-prettify-symbols-mode): New globalized minor mode.
14489
14490 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14491 * progmodes/cfengine.el (cfengine3-mode):
14492 * progmodes/perl-mode.el (perl-mode): Don't call
14493 `prog-prettify-install'; set `prettify-symbols-alist' instead.
14494
14495 2013-06-18 Juri Linkov <juri@jurta.org>
14496
14497 * files-x.el (modify-file-local-variable-message): New function.
14498 (modify-file-local-variable)
14499 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
14500 and call `modify-file-local-variable-message' when it's non-nil.
14501 (add-file-local-variable, delete-file-local-variable)
14502 (add-file-local-variable-prop-line)
14503 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
14504 and use it. (Bug#9820)
14505
14506 2013-06-18 Juri Linkov <juri@jurta.org>
14507
14508 * emulation/vi.el (vi-shell-op):
14509 * emulation/vip.el (vip-execute-com, ex-command):
14510 * emulation/viper-cmd.el (viper-exec-bang):
14511 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
14512 the call of `shell-command-on-region'. (Bug#14637)
14513
14514 * simple.el (shell-command-on-region): Doc fix.
14515
14516 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
14517
14518 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
14519 (bug#14633).
14520
14521 2013-06-18 Glenn Morris <rgm@gnu.org>
14522
14523 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
14524
14525 * newcomment.el (comment-search-forward, comment-search-backward):
14526 Doc fix. (Bug#14376)
14527
14528 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
14529
14530 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
14531 (buffer-face-mode-invoke): Doc fix.
14532
14533 2013-06-18 Matthias Meulien <orontee@gmail.com>
14534
14535 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
14536 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
14537
14538 2013-06-18 Glenn Morris <rgm@gnu.org>
14539
14540 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
14541 Replace obsolete function generic-make-keywords with its expansion.
14542
14543 * progmodes/python.el (ffap-alist): Declare.
14544
14545 * textmodes/reftex.el (bibtex-mode-map): Declare.
14546
14547 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
14548
14549 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
14550 (package-unpack, package-unpack-single): Return the pkg-dir.
14551 (package-download-transaction): Use it to update package-alist.
14552
14553 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
14554
14555 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
14556 possible choice.
14557
14558 2013-06-17 Juri Linkov <juri@jurta.org>
14559
14560 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
14561
14562 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
14563
14564 * emacs-lisp/package.el (package-load-descriptor):
14565 Remove `with-syntax-table' call, `read' doesn't need it.
14566 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
14567
14568 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
14569
14570 * startup.el (command-line): Expand package name returned by
14571 `package--description-file' (bug#14639).
14572
14573 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
14574
14575 * emacs-lisp/package.el (package-load-descriptor): Do not call
14576 `emacs-lisp-mode', just use its syntax table.
14577
14578 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
14579
14580 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
14581 `font-lock-extra-managed-props' if any prettifying keyword is added.
14582 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
14583 (prog-mode): Use `setq-local'.
14584
14585 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 * international/characters.el (standard-case-table): Set syntax of ?»
14588 and ?« to punctuation.
14589
14590 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
14591
14592 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
14593 Save relevant match data before calling `syntax-ppss' (bug#14595).
14594
14595 2013-06-15 Juri Linkov <juri@jurta.org>
14596
14597 * files-x.el (modify-file-local-variable-prop-line): Add local
14598 variables to the end of the existing comment on the first line.
14599 Use `file-auto-mode-skip' to skip interpreter magic line,
14600 and also skip XML declaration.
14601
14602 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
14603
14604 * startup.el (package--builtin-versions): New var.
14605 (package-subdirectory-regexp): Remove.
14606 (package--description-file): Hard code its value instead.
14607
14608 * emacs-lisp/package.el: Don't activate packages older than builtin.
14609 (package-obsolete-list): Rename from package-obsolete-alist, and make
14610 it into a simple list of package-desc.
14611 (package-strip-version): Remove.
14612 (package-built-in-p): Use package--builtin-versions.
14613 (package-mark-obsolete): Simplify.
14614 (package-process-define-package): Mark it obsolete if older than the
14615 builtin version.
14616 (package-handle-response): Use line-end-position.
14617 (package-read-archive-contents, package--download-one-archive):
14618 Simplify.
14619 (package--add-to-archive-contents): Skip if older than the builtin or
14620 installed version.
14621 (package-menu-describe-package): Fix last change.
14622 (package-list-unversioned): New var.
14623 (package-menu--generate): Use it.
14624
14625 * emacs-lisp/autoload.el: Manage package--builtin-versions.
14626 (autoload--insert-text, autoload--insert-cookie-text): New functions.
14627 (autoload-builtin-package-versions): New variable.
14628 (autoload-generate-file-autoloads): Use them.
14629 Remove the list of autoloaded functions/macros from the
14630 (autoload...) comments.
14631
14632 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
14633
14634 2013-06-15 Eli Zaretskii <eliz@gnu.org>
14635
14636 * simple.el (line-move-partial): Don't jump to the next screen
14637 line as soon as it becomes visible. Instead, continue enlarging
14638 the vscroll until the portion of a tall screen line that's left on
14639 display is about the height of the frame's default font.
14640 (Bug#14567)
14641
14642 2013-06-15 Glenn Morris <rgm@gnu.org>
14643
14644 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
14645 compilation-error-regexp-alist void, or local while let-bound.
14646
14647 * progmodes/make-mode.el (makefile-mode-syntax-table):
14648 Treat "=" as punctuation. (Bug#14614)
14649
14650 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
14651
14652 * help-fns.el (describe-variable):
14653 Add extra line for permanent-local variables.
14654
14655 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
14656
14657 * progmodes/scheme.el (scheme-font-lock-keywords-2):
14658 Add export, import, library. (Bug#9164)
14659 (library): Set indent function.
14660
14661 2013-06-14 Glenn Morris <rgm@gnu.org>
14662
14663 * term/xterm.el (xterm--query):
14664 Stop after first matching handler. (Bug#14615)
14665
14666 2013-06-14 Ivan Kanis <ivan@kanis.fr>
14667
14668 Add support for dired in saveplace.
14669 * dired.el (dired-initial-position-hook): New variable.
14670 (dired-initial-position): Call hook to place cursor position.
14671 * saveplace.el (save-place-to-alist): Add dired position.
14672 (save-place-dired-hook): New function.
14673
14674 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
14675
14676 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
14677 through a symbol rather than letrec.
14678
14679 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
14680 (package-desc): Add `dir' field.
14681 (package-desc-full-name): New function.
14682 (package-load-descriptor): Combine the two arguments. Don't use `load'.
14683 (package-maybe-load-descriptor): Remove.
14684 (package-load-all-descriptors): Just call package-load-descriptor.
14685 (package--disabled-p): New function.
14686 (package-desc-vers, package-desc-doc): Remove aliases.
14687 (package--dir): Remove function.
14688 (package-activate): Check if a package is disabled.
14689 (package-process-define-package): New function, extracted from
14690 define-package.
14691 (define-package): Turn into a place holder.
14692 (package-unpack-single, package-tar-file-info):
14693 Use package--description-file.
14694 (package-compute-transaction): Use package--disabled-p.
14695 (package-download-transaction): Don't call
14696 package-maybe-load-descriptor since they're all loaded anyway.
14697 (package-install): Change argument to be a pkg-desc.
14698 (package-delete): Use a single pkg-desc argument.
14699 (describe-package-1): Use package-desc-dir instead of package--dir.
14700 Use package-desc property instead of package-symbol.
14701 (package-install-button-action): Adjust accordingly.
14702 (package--push): Rewrite.
14703 (package-menu--print-info): Adjust accordingly. Change the ID format
14704 to be a pkg-desc.
14705 (package-menu-describe-package, package-menu-get-status)
14706 (package-menu--find-upgrades, package-menu-mark-upgrades)
14707 (package-menu-execute, package-menu--name-predicate):
14708 Adjust accordingly.
14709 * startup.el (package--description-file): New function.
14710 (command-line): Use it.
14711 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14712 Use package-desc-version.
14713
14714 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
14715 (byte-compile-preprocess): Use it.
14716 (byte-compile-file-form-defalias): Try a bit harder to use macros we
14717 can't quite recognize.
14718 (byte-compile-add-to-list): Remove.
14719 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
14720 (cconv-closure-convert): Add assertion.
14721
14722 * emacs-lisp/map-ynp.el: Use lexical-binding.
14723 (map-y-or-n-p): Remove unused vars `tail' and `object'.
14724 Factor out some repeated code.
14725
14726 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * subr.el (with-eval-after-load): New macro.
14729 (eval-after-load): Allow form to be a function.
14730 take advantage of lexical-binding.
14731 (do-after-load-evaluation): Use dolist and adjust to new format.
14732 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
14733
14734 2013-06-13 Juri Linkov <juri@jurta.org>
14735
14736 * replace.el (perform-replace): Display "symbol " and other search
14737 modes from `isearch-message-prefix' in the *Help* buffer.
14738
14739 * isearch.el (isearch-query-replace): Add " symbol" and other
14740 possible search modes from `isearch-message-prefix' to the prompt.
14741 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
14742 when reading a regexp to collect.
14743
14744 2013-06-13 Juri Linkov <juri@jurta.org>
14745
14746 * isearch.el (word-search-regexp): Match whitespace if the search
14747 string begins or ends in whitespace. The LAX arg is applied to
14748 both ends of the search string. Use `regexp-quote' and explicit
14749 \< and \> instead of \b. Use \` and \' instead of ^ and $.
14750 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
14751 boundaries are replaced with symbol boundaries, and characters
14752 between symbols match non-word non-symbol syntax. (Bug#14602)
14753
14754 2013-06-13 Juri Linkov <juri@jurta.org>
14755
14756 * isearch.el (isearch-del-char): Don't exceed the length of
14757 `isearch-string' by the prefix arg. (Bug#14563)
14758
14759 2013-06-13 Juri Linkov <juri@jurta.org>
14760
14761 * isearch.el (isearch-yank-word, isearch-yank-line)
14762 (isearch-char-by-name, isearch-quote-char)
14763 (isearch-printing-char, isearch-process-search-char):
14764 Add optional count prefix arg. (Bug#14563)
14765
14766 * international/isearch-x.el
14767 (isearch-process-search-multibyte-characters):
14768 Add optional count prefix arg.
14769
14770 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14771
14772 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
14773 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
14774 lexical-binding.
14775
14776 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
14777
14778 * subr.el (set-temporary-overlay-map): Add on-exit argument.
14779
14780 2013-06-13 Glenn Morris <rgm@gnu.org>
14781
14782 * startup.el (tty-handle-args):
14783 Don't just discard "--" and anything after. (Bug#14608)
14784
14785 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
14786
14787 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
14788
14789 Implement changes in Secret Service API. Make it backward compatible.
14790 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
14791 (secrets-create-item): Use it. Prefix properties with interface.
14792
14793 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
14794
14795 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
14796 (term-emulate-terminal): Respect term-suppress-hard-newline.
14797
14798 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
14799
14800 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
14801 Only remove a `thumb-file' overlay. (Bug#14548)
14802
14803 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
14804
14805 * mail/reporter.el (reporter-submit-bug-report):
14806 Handle missing package-name. (Bug#14600)
14807
14808 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14809
14810 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
14811 (reftex-citation-prompt, reftex-default-bibliography)
14812 (reftex-bib-or-thebib, reftex-get-bibfile-list)
14813 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
14814 (reftex-bib-sort-author, reftex-bib-sort-year)
14815 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
14816 (reftex-extract-bib-entries-from-thebibliography)
14817 (reftex-get-bibkey-default, reftex-get-bib-names)
14818 (reftex-parse-bibtex-entry, reftex-get-bib-field)
14819 (reftex-format-bib-entry, reftex-parse-bibitem)
14820 (reftex-format-bibitem, reftex-do-citation)
14821 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
14822 (reftex-restrict-bib-matches, reftex-extract-bib-file)
14823 (reftex-insert-bib-matches, reftex-format-citation)
14824 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
14825 (reftex-create-bibtex-file): Add docstrings, mostly by converting
14826 existing comments into docstrings.
14827
14828 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
14829
14830 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
14831
14832 2013-06-12 Andreas Schwab <schwab@suse.de>
14833
14834 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
14835 for auto-save files.
14836
14837 2013-06-12 Glenn Morris <rgm@gnu.org>
14838
14839 * ido.el (ido-delete-ignored-files): Remove.
14840 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
14841 Go back to calling ido-ignore-item-p directly.
14842
14843 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
14844
14845 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
14846
14847 * ido.el (ido-delete-ignored-files): New function,
14848 split from ido-make-file-list-1.
14849 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
14850 (ido-make-file-list-1): Use ido-delete-ignored-files.
14851
14852 2013-06-12 Leo Liu <sdl.web@gmail.com>
14853
14854 * progmodes/octave.el (inferior-octave-startup)
14855 (inferior-octave-completion-table)
14856 (inferior-octave-track-window-width-change)
14857 (octave-eldoc-function-signatures, octave-help)
14858 (octave-find-definition): Use single quoted strings.
14859 (inferior-octave-startup-args): Change default value.
14860 (inferior-octave-startup): Do not hard code "-i" and
14861 "--no-line-editing".
14862 (inferior-octave-resync-dirs): Add optional arg NOERROR.
14863 (inferior-octave-directory-tracker): Use it.
14864 (octave-goto-function-definition): Robustify.
14865 (octave-help): Support highlighting operators in 'See also'.
14866 (octave-find-definition): Find subfunctions only in Octave mode.
14867
14868 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14869
14870 * help-fns.el (help-fns--compiler-macro): If the handler function is
14871 named, then put a link to it.
14872 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
14873 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
14874 (cl-typep): Use it.
14875 (cl-eval-when): Simplify debug spec.
14876 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
14877 compiler-macro function instead of setting `compiler-macro-file'.
14878
14879 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
14880
14881 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
14882 * vc/vc-hooks.el (vc-stay-local): Doc fix.
14883
14884 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
14885 Daniel Hackney <dan@haxney.org>
14886
14887 First part of Daniel Hackney's patch to package.el.
14888 * emacs-lisp/package.el: Use defstruct.
14889 (package-desc): New, main struct.
14890 (package--bi-desc, package--ac-desc): New structs, used to describe the
14891 format in external files.
14892 (package-desc-vers): Replace with package-desc-version accessor.
14893 (package-desc-doc): Replace with package-desc-summary accessor.
14894 (package-activate-1): Remove `package' arg since the pkg-vec now
14895 includes the name.
14896 (define-package): Use package-desc-from-define.
14897 (package-unpack-single): Change file-name arg to be a symbol.
14898 (package--add-to-archive-contents): Use package-desc-create and new
14899 accessor functions to package--ac-desc.
14900 (package-buffer-info, package-tar-file-info): Return a package-desc.
14901 (package-install-from-buffer): Remove `type' argument. Change pkg-info
14902 arg to be a package-desc.
14903 (package-install-file): Adjust accordingly. Use \' to match EOS.
14904 (package--from-builtin): New function.
14905 (describe-package-1, package-menu--generate): Use it.
14906 (package--make-autoloads-and-compile): Change name arg to be a symbol.
14907 (package-generate-autoloads): Idem and return the name of the file.
14908 * emacs-lisp/package-x.el (package-upload-buffer-internal):
14909 Change pkg-info arg to be a package-desc.
14910 Use package-make-ac-desc.
14911 (package-upload-file): Use \' to match EOS.
14912 * finder.el (finder-compile-keywords): Use package-make-builtin.
14913
14914 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14915
14916 * vc/vc.el (vc-deduce-fileset): Change error message.
14917 (vc-read-backend): New function.
14918 (vc-next-action): Use it.
14919
14920 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
14921
14922 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
14923 (prolog-font-lock-keywords): Use regexp-opt instead.
14924 Don't manually highlight strings.
14925 (prolog-mode-variables): Simplify comment-start-skip.
14926 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
14927
14928 * emacs-lisp/generic.el (generic--normalise-comments)
14929 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
14930 (generic-mode-set-comments): Use them.
14931 (generic-bracket-support): Use setq-local.
14932 (generic-make-keywords-list): Declare obsolete.
14933
14934 2013-06-11 Glenn Morris <rgm@gnu.org>
14935
14936 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14937 Prettify after setting font-lock-defaults. (Bug#14574)
14938
14939 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
14940
14941 * replace.el (query-replace, occur-read-regexp-defaults-function)
14942 (replace-search):
14943 * subr.el (declare-function, number-sequence, local-set-key)
14944 (substitute-key-definition, locate-user-emacs-file)
14945 (with-silent-modifications, split-string, eval-after-load):
14946 Fix typos, remove unneeded backslashes and reflow some docstrings.
14947
14948 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
14949
14950 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
14951 default for Elisp files.
14952
14953 2013-06-11 Glenn Morris <rgm@gnu.org>
14954
14955 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
14956 although define-derived-mode was doing this anyway. (Bug#14583)
14957
14958 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
14959
14960 * allout.el (allout-encryption-plaintext-sanitization-regexps):
14961 Fix make-variable-buffer-local call to refer to the correct variable.
14962
14963 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
14964
14965 * eshell/em-term.el (eshell-visual-commands)
14966 (eshell-visual-subcommands, eshell-visual-options):
14967 Add summary line to docstrings. Add cross-references.
14968
14969 2013-06-10 Glenn Morris <rgm@gnu.org>
14970
14971 * epa.el (epa-read-file-name): New function. (Bug#14510)
14972 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
14973
14974 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
14975
14976 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
14977 output redirection to be ignored with visual commands.
14978
14979 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
14980
14981 * eshell/em-term.el (eshell-visual-command-p): New function.
14982 (eshell-term-initialize): Move long lambda to separate function
14983 eshell-visual-command-p.
14984 * eshell/em-dirs.el (eshell-dirs-initialize):
14985 * eshell/em-script.el (eshell-script-initialize):
14986 Add missing #' to lambda.
14987
14988 2013-06-08 Leo Liu <sdl.web@gmail.com>
14989
14990 * progmodes/octave.el (octave-add-log-current-defun): New function.
14991 (octave-mode): Set add-log-current-defun-function.
14992 (octave-goto-function-definition): Do not move point if not found.
14993 (octave-find-definition): Enhance to try subfunctions first.
14994
14995 2013-06-08 Glenn Morris <rgm@gnu.org>
14996
14997 * emacs-lisp/bytecomp.el (byte-compile-char-before)
14998 (byte-compile-backward-char, byte-compile-backward-word):
14999 Improve previous change, to handle non-explicit nil.
15000
15001 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
15002
15003 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
15004 (smie--opener/closer-at-point): New function.
15005 (smie--matching-block-data): Use it. Don't match from right after an
15006 opener or right before a closer. Obey smie-blink-matching-inners.
15007 Don't signal a mismatch for repeated inners like "switch..case..case".
15008
15009 2013-06-07 Leo Liu <sdl.web@gmail.com>
15010
15011 * progmodes/octave.el (octave-mode): Set comment-use-global-state
15012 to t. (Bug#14303)
15013 (octave-function-header-regexp): Fix. (Bug#14570)
15014 (octave-help-mode-finish-hook, octave-help-mode-finish):
15015 Remove. Just use temp-buffer-show-hook.
15016
15017 * newcomment.el (comment-search-backward): Revert last change.
15018 (Bug#14434)
15019
15020 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
15021
15022 2013-06-07 Eli Zaretskii <eliz@gnu.org>
15023
15024 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
15025 through xargs, to avoid failure due to MS-Windows limitations on
15026 command-line length.
15027
15028 2013-06-06 Glenn Morris <rgm@gnu.org>
15029
15030 * font-lock.el (lisp-font-lock-keywords-2):
15031 Treat user-error like error.
15032
15033 * emacs-lisp/bytecomp.el (byte-compile-char-before)
15034 (byte-compile-backward-char, byte-compile-backward-word):
15035 Handle explicit nil arguments. (Bug#14565)
15036
15037 2013-06-05 Alan Mackenzie <acm@muc.de>
15038
15039 * isearch.el (isearch-allow-prefix): New user option.
15040 (isearch-other-meta-char): Don't exit isearch when a prefix
15041 argument is typed whilst `isearch-allow-prefix' is non-nil.
15042 (Bug#9706)
15043
15044 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15045
15046 * autorevert.el (auto-revert-notify-handler): Use memq.
15047 Hide assertion failure.
15048
15049 * skeleton.el: Use cl-lib.
15050 (skeleton-further-elements): Use defvar-local.
15051 (skeleton-insert): Use cl-progv.
15052
15053 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
15054
15055 * progmodes/prog-mode.el (prog-prettify-symbols)
15056 (prog-prettify-install): Update docstrings.
15057
15058 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15059
15060 * simple.el: Move all the prog-mode code to prog-mode.el.
15061 * progmodes/prog-mode.el: New file.
15062 * loadup.el: Add prog-mode.el.
15063
15064 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
15065
15066 * simple.el (prog-prettify-symbols): Add version.
15067 (prog-prettify-install): Add convenience function to prettify symbols.
15068
15069 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
15070 (perl--augmented-font-lock-keywords-1)
15071 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
15072 variables and use it.
15073
15074 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15075 (cfengine3-mode): Remove unneeded variable and use it.
15076
15077 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15078 (lisp--augmented-font-lock-keywords-1)
15079 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
15080 Remove unneeded variables and use it.
15081
15082 2013-06-05 João Távora <joaotavora@gmail.com>
15083
15084 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
15085 to point when opening the connection. (Bug#14380)
15086
15087 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15088
15089 * subr.el (load-history-regexp, load-history-filename-element)
15090 (eval-after-load, after-load-functions, do-after-load-evaluation)
15091 (eval-next-after-load, display-delayed-warnings)
15092 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
15093 definition of save-match-data.
15094 (overriding-local-map): Remove accidental obsolescence declaration.
15095
15096 * emacs-lisp/edebug.el (edebug-result): Move before first use.
15097
15098 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
15099
15100 Generalize symbol prettify support to prog-mode and implement it
15101 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
15102 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
15103 (prog--prettify-font-lock-compose-symbol)
15104 (prog-prettify-font-lock-symbols-keywords): New variables and
15105 functions to support symbol prettification.
15106 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
15107 (lisp--augmented-font-lock-keywords-1)
15108 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
15109 (lisp--prettify-symbols-alist): Implement prettify of lambda.
15110 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
15111 (cfengine3--prettify-symbols-alist, cfengine3-mode):
15112 Implement prettify of -> => :: strings.
15113 * progmodes/perl-mode.el (perl-prettify-symbols)
15114 (perl--font-lock-compose-symbol)
15115 (perl--font-lock-symbols-keywords): Move to prog-mode.
15116 (perl--prettify-symbols-alist): Prettify -> => :: strings.
15117 (perl-font-lock-keywords-1)
15118 (perl-font-lock-keywords-2): Remove explicit prettify support.
15119 (perl--augmented-font-lock-keywords)
15120 (perl--augmented-font-lock-keywords-1)
15121 (perl--augmented-font-lock-keywords-2, perl-mode):
15122 Implement prettify support.
15123
15124 2013-06-05 Leo Liu <sdl.web@gmail.com>
15125
15126 Re-implement SMIE matching block highlight using
15127 show-paren-data-function. (Bug#14395)
15128 * emacs-lisp/smie.el (smie-matching-block-highlight)
15129 (smie--highlight-matching-block-overlay)
15130 (smie--highlight-matching-block-lastpos)
15131 (smie-highlight-matching-block)
15132 (smie-highlight-matching-block-mode): Remove.
15133 (smie--matching-block-data-cache): New variable.
15134 (smie--matching-block-data): New function.
15135 (smie-setup): Use smie--matching-block-data for
15136 show-paren-data-function.
15137
15138 * progmodes/octave.el (octave-mode-menu): Fix.
15139 (octave-find-definition): Skip garbage lines.
15140
15141 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 Fix compilation error with simultaneous dynamic+lexical scoping.
15144 Add warning when a defvar appears after the first let-binding.
15145 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
15146 (byte-compile-close-variables): Initialize it.
15147 (byte-compile--declare-var): New function.
15148 (byte-compile-file-form-defvar)
15149 (byte-compile-file-form-define-abbrev-table)
15150 (byte-compile-file-form-custom-declare-variable): Use it.
15151 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
15152 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
15153 (byte-compile-bind): Handle dynamic bindings that shadow
15154 lexical bindings.
15155 (byte-compile-unbind): Make arg non-optional.
15156 (byte-compile-let): Simplify.
15157 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
15158 (cconv--analyse-function, cconv-analyse-form): Populate it.
15159 Protect byte-compile-bound-variables to limit the scope of defvars.
15160 (cconv-analyse-form): Add missing rule for (defvar <foo>).
15161 Remove unneeded rule for `declare'.
15162
15163 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
15164 so as to avoid depending on cl-adjoin at run-time.
15165 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
15166
15167 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
15168 (macroexp--warn-and-return): Use it.
15169
15170 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
15171
15172 * subr.el: Convert to lexical binding.
15173 (overriding-local-map): Make obsolete.
15174 (add-to-list): Doc fix. Add compiler macro.
15175 (read-key): Swap values of local maps.
15176
15177 2013-06-05 Leo Liu <sdl.web@gmail.com>
15178
15179 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
15180
15181 2013-06-04 Leo Liu <sdl.web@gmail.com>
15182
15183 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
15184 (compilation-auto-jump): Suppress the "Mark set" message to give
15185 way to exit message.
15186
15187 2013-06-04 Alan Mackenzie <acm@muc.de>
15188
15189 Remove faulty optimisation from indentation calculation.
15190 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
15191 search limit based on 2000 characters back from indent-point.
15192
15193 2013-06-03 Tassilo Horn <tsdh@gnu.org>
15194
15195 * eshell/em-term.el (cl-lib): Require `cl-lib'.
15196
15197 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
15198
15199 * emacs-lisp/lisp.el: Use lexical-binding.
15200 (lisp--local-variables-1, lisp--local-variables): New functions.
15201 (lisp--local-variables-completion-table): New var.
15202 (lisp-completion-at-point): Use it complete let-bound vars.
15203
15204 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
15205 eagerly (bug#14422).
15206
15207 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
15208
15209 * autorevert.el (auto-revert-notify-enabled)
15210 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
15211 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
15212 (auto-revert-notify-handler): Handle also gfilenotify.
15213
15214 * subr.el (file-notify-handle-event): New defun. Replacing ...
15215 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
15216 Remove.
15217
15218 2013-06-03 Juri Linkov <juri@jurta.org>
15219
15220 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
15221 `M-s h .'. (Bug#14427)
15222
15223 * hi-lock.el (highlight-symbol-at-point): New alias for the new
15224 command `hi-lock-face-symbol-at-point'.
15225 (hi-lock-face-symbol-at-point): New command.
15226 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
15227 (hi-lock-menu): Add `highlight-symbol-at-point'.
15228 (hi-lock-mode): Doc fix.
15229
15230 * isearch.el (isearch-forward-symbol-at-point): New command.
15231 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
15232 (isearch-highlight-regexp): Add a regexp which matches
15233 words/symbols for word/symbol mode.
15234
15235 * subr.el (find-tag-default-bounds): New function with the body
15236 mostly moved from `find-tag-default'.
15237 (find-tag-default): Move most code to `find-tag-default-bounds',
15238 call it and apply `buffer-substring-no-properties' afterwards.
15239
15240 2013-06-03 Tassilo Horn <tsdh@gnu.org>
15241
15242 * eshell/em-term.el (eshell-term-initialize):
15243 Use `cl-intersection' rather than `intersection'.
15244
15245 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
15246
15247 * vc/log-view.el: Doc fix.
15248 (log-view-mode-map): Copy keymap from `special-mode-map'.
15249
15250 2013-06-02 Eric Ludlam <zappo@gnu.org>
15251
15252 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
15253 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
15254 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
15255 (eieio-unbound, eieio-default-superclass)
15256 (eieio--define-field-accessors, method-static, method-before)
15257 (method-primary, method-after, method-num-lists)
15258 (method-generic-before, method-generic-primary)
15259 (method-generic-after, method-num-slots)
15260 (eieio-specialized-key-to-generic-key)
15261 (eieio--check-type, class-v, class-p)
15262 (eieio-class-name, define-obsolete-function-alias)
15263 (eieio-class-parents-fast, eieio-class-children-fast)
15264 (same-class-fast-p, class-constructor, generic-p)
15265 (generic-primary-only-p, generic-primary-only-one-p)
15266 (class-option-assoc, class-option, eieio-object-p)
15267 (class-abstract-p, class-method-invocation-order)
15268 (eieio-defclass-autoload-map, eieio-defclass-autoload)
15269 (eieio-class-un-autoload, eieio-defclass)
15270 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
15271 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
15272 (eieio--defgeneric-init-form, eieio-defgeneric-form)
15273 (eieio-defgeneric-reset-generic-form)
15274 (eieio-defgeneric-form-primary-only)
15275 (eieio-defgeneric-reset-generic-form-primary-only)
15276 (eieio-defgeneric-form-primary-only-one)
15277 (eieio-defgeneric-reset-generic-form-primary-only-one)
15278 (eieio-unbind-method-implementations)
15279 (eieio--defmethod, eieio--typep)
15280 (eieio-perform-slot-validation, eieio-validate-slot-value)
15281 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
15282 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
15283 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
15284 (eieio-slot-name-index, eieio-class-slot-name-index)
15285 (eieio-set-defaults, eieio-initarg-to-attribute)
15286 (eieio-attribute-to-initarg, eieio-c3-candidate)
15287 (eieio-c3-merge-lists, eieio-class-precedence-c3)
15288 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
15289 (eieio-class-precedence-list, eieio-generic-call-methodname)
15290 (eieio-generic-call-arglst, eieio-generic-call-key)
15291 (eieio-generic-call-next-method-list)
15292 (eieio-pre-method-execution-functions, eieio-generic-call)
15293 (eieio-generic-call-primary-only, eieiomt-method-list)
15294 (eieiomt-optimizing-obarray, eieiomt-install)
15295 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
15296 (eieio-generic-form, eieio-defmethod, make-obsolete)
15297 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
15298 (defclass): Remove `eval-and-compile' from macro.
15299 (call-next-method, shared-initialize): Instead of using
15300 `scoped-class' variable, use new eieio--scoped-class, and
15301 eieio--with-scoped-class.
15302 (initialize-instance): Rename local variable 'scoped-class' to
15303 'this-class' to remove ambiguitity from old global.
15304
15305 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
15306 eieio.el.
15307 (eieio--scoped-class-stack): New variable.
15308 (eieio--scoped-class): New fcn.
15309 (eieio--with-scoped-class): New scoping macro.
15310 (eieio-defclass): Use pushnew instead of add-to-list.
15311 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
15312 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
15313 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
15314 `scoped-class' variable, use new eieio--scoped-class, and
15315 eieio--with-scoped-class.
15316
15317 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
15318
15319 2013-06-02 Tassilo Horn <tsdh@gnu.org>
15320
15321 * eshell/esh-ext.el (eshell-external-command): Pass args to
15322 `eshell-find-interpreter'.
15323 (eshell-find-interpreter): Add new second parameter ARGS.
15324
15325 * eshell/em-script.el (eshell-script-initialize): Add second arg
15326 to the function added as MATCH to `eshell-interpreter-alist'.
15327
15328 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
15329 the function added as MATCH to `eshell-interpreter-alist'.
15330
15331 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
15332 (eshell-visual-options): New defcustom.
15333 (eshell-escape-control-x): Adapt docstring.
15334 (eshell-term-initialize): Test `eshell-visual-subcommands' and
15335 `eshell-visual-options' in addition to `eshell-visual-commands'.
15336 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
15337
15338 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
15339
15340 * progmodes/python.el (python-indent-block-enders): Add break,
15341 continue and raise keywords.
15342
15343 2013-06-01 Glenn Morris <rgm@gnu.org>
15344
15345 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
15346
15347 Plain (f)boundp silences compilation warnings since Emacs 22.1.
15348 * progmodes/cc-cmds.el (delete-forward-p):
15349 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
15350 * progmodes/cc-engine.el (buffer-syntactic-context):
15351 * progmodes/cc-fonts.el (face-property-instance):
15352 * progmodes/cc-mode.el (set-keymap-parents):
15353 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
15354 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
15355 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
15356 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
15357 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
15358
15359 * progmodes/cc-vars.el (other): Emacs has this widget since
15360 at least 21.1, so don't (re)define it.
15361
15362 * eshell/em-cmpl.el (eshell-cmpl-initialize):
15363 Replace the obsolete alias pcomplete-arg-quote-list.
15364
15365 2013-06-01 Leo Liu <sdl.web@gmail.com>
15366
15367 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
15368 punctuation syntax.
15369 (inferior-octave-minimal-columns)
15370 (inferior-octave-last-column-width): New variables.
15371 (inferior-octave-track-window-width-change): New function.
15372 (inferior-octave-mode): Adjust column width so that Octave output,
15373 for example from 'ls', can fit into the window nicely.
15374
15375 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
15376
15377 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15378 Highlight expansions inside regexp literals.
15379
15380 2013-05-31 Glenn Morris <rgm@gnu.org>
15381
15382 * obsolete/sym-comp.el (symbol-complete):
15383 Replace obsolete completion-annotate-function.
15384
15385 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
15386
15387 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
15388
15389 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
15390 New function, checks if point is inside a literal that allows
15391 expression expansion.
15392 (ruby-syntax-propertize-expansion): Use it.
15393 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
15394 around the body.
15395
15396 2013-05-30 Juri Linkov <juri@jurta.org>
15397
15398 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
15399 to "\M-si".
15400 (isearch-invisible): New variable.
15401 (isearch-forward): Doc fix.
15402 (isearch-mode): Set `isearch-invisible'
15403 to the value of `search-invisible'.
15404 (isearch-toggle-case-fold): Doc fix.
15405 (isearch-toggle-invisible): New command.
15406 (isearch-query-replace): Let-bind `search-invisible'
15407 to the value of `isearch-invisible'.
15408 (isearch-search): Use `isearch-invisible' instead of
15409 `search-invisible'. Let-bind `search-invisible'
15410 to the value of `isearch-invisible'. (Bug#11378)
15411
15412 2013-05-30 Juri Linkov <juri@jurta.org>
15413
15414 * replace.el (perform-replace): Avoid `isearch-range-invisible'
15415 call when `query-flag' is nil and `search-invisible' is non-nil.
15416 (Bug#11746)
15417
15418 2013-05-30 Glenn Morris <rgm@gnu.org>
15419
15420 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
15421
15422 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
15423 (cc-require): Suppress spurious "noruntime" warnings.
15424 (cc-require-when-compile): Use fboundp, for sake of compiler.
15425
15426 * progmodes/cc-mode.el: Move load of cc-vars before that of
15427 cc-langs (which in turn loads cc-vars), to quieten compiler.
15428
15429 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15430
15431 * paren.el: Simplify the code.
15432 (show-paren-mode): Always start the timer.
15433 (show-paren--idle-timer): Rename from show-paren-idle-timer.
15434 (show-paren--overlay, show-paren--overlay-1): Rename from
15435 show-paren-overlay and show-paren-overlay-1, and initialize to an
15436 overlay rather than to nil.
15437 (show-paren-function): Misc cleanup and simplifications.
15438
15439 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15440
15441 * paren.el (show-paren-data-function): New hook.
15442 (show-paren--default): New function, extracted from show-paren-function.
15443 (show-paren-function): Use show-paren-data-function.
15444
15445 2013-05-30 Glenn Morris <rgm@gnu.org>
15446
15447 * ielm.el (ielm-map, ielm-complete-symbol):
15448 Use completion-at-point rather than obsolete functions.
15449 (inferior-emacs-lisp-mode): Doc fix.
15450 Set completion-at-point-functions, rather than
15451 comint-dynamic-complete-functions.
15452
15453 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
15454 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
15455 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
15456
15457 * image.el (image-animated-p): Tweak definition.
15458
15459 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
15460 (rlogin-process-connection-type): Tweak default. Add set-after.
15461 (rlogin-host): Doc fix.
15462 (rlogin): Tweak prompt.
15463 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
15464
15465 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
15466 * progmodes/tcl.el (inferior-tcl-mode-map):
15467 Use completion-at-point rather than obsolete alias.
15468
15469 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
15470
15471 * minibuffer.el (read-file-name-completion-ignore-case):
15472 Move before completion--in-region, for eager macro expansion.
15473
15474 2013-05-29 Juri Linkov <juri@jurta.org>
15475
15476 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
15477 for total count of matching lines. Add `global-matches' for total
15478 count of matches. Rename `matches' to `lines' for count of
15479 matching lines. Add `matches' for count of matches.
15480 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
15481 to `prev-line' for line number of prev match endpt.
15482 Increment `matches' for every match. Print the number of
15483 matching lines in the header.
15484 (occur-context-lines): Rename `lines' to `curr-line'.
15485 Rename `prev-lines' to `prev-line'. (Bug#14017)
15486
15487 2013-05-29 Juri Linkov <juri@jurta.org>
15488
15489 * replace.el (perform-replace): Add `skip-read-only-count',
15490 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
15491 Increment them for corresponding conditions and report the number
15492 of skipped occurrences in the final message. (Bug#11746)
15493 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15494 (replace-string, replace-regexp): Doc fix.
15495
15496 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
15497
15498 * emacs-lisp/trace.el (trace--read-args): Provide a default.
15499
15500 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
15501 prog-mode-map (bug#14504).
15502
15503 2013-05-29 Leo Liu <sdl.web@gmail.com>
15504
15505 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
15506 (octave-help): Small simplification.
15507
15508 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
15509 off the highlight first.
15510
15511 2013-05-29 Glenn Morris <rgm@gnu.org>
15512
15513 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
15514 Handle idlwave-last-system-routine-info-cons-cell being nil.
15515
15516 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
15517 (idlwave-write-paths): Simplify via with-temp-buffer.
15518
15519 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
15520 * emulation/cua-rect.el: Also load cua-base at run time.
15521
15522 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
15523 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
15524 (cperl-imenu-on-info): Require imenu.
15525
15526 2013-05-28 Alan Mackenzie <acm@muc.de>
15527
15528 Handle "capitalised keywords" correctly.
15529 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
15530
15531 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
15532
15533 * eshell/em-unix.el: Add -r option to cp.
15534
15535 2013-05-28 Glenn Morris <rgm@gnu.org>
15536
15537 * vc/vc-arch.el (vc-exec-after): Declare.
15538 (vc-switches): Autoload.
15539 * vc/vc-bzr.el: No need to require vc when compiling.
15540 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
15541 (vc-resynch-buffer, vc-dir-refresh): Declare.
15542 (vc-setup-buffer, vc-switches): Autoload.
15543 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
15544 (vc-resynch-buffer): Declare.
15545 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
15546 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
15547 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
15548 (grep-read-regexp, grep-read-files, grep-expand-template)
15549 (vc-dir-refresh): Declare.
15550 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
15551 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
15552 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
15553 * vc/vc-mtn.el (vc-exec-after): Declare.
15554 (vc-switches): Autoload.
15555 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
15556 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
15557 (vc-file-tree-walk): Declare.
15558 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
15559 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
15560 (vc-tag-precondition, vc-rename-master): Autoload.
15561 * vc/vc-svn.el (vc-exec-after): Declare.
15562 (vc-switches, vc-setup-buffer): Autoload.
15563 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
15564 Autoload.
15565 (vc-resynch-buffer): Declare.
15566
15567 * obsolete/fast-lock.el (byte-compile-warnings):
15568 Don't warn about obsolete features in this obsolete file.
15569
15570 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
15571 Move definition before use.
15572
15573 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
15574 (dun-unix-verbs): Remove dun-zippy.
15575 (dun-zippy): Remove function.
15576
15577 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
15578
15579 2013-05-27 Juri Linkov <juri@jurta.org>
15580
15581 * replace.el (replace-search): New function with code moved out
15582 from `perform-replace'.
15583 (replace-highlight, replace-dehighlight): Move function definitions
15584 up closer to `replace-search'. (Bug#11746)
15585
15586 2013-05-27 Juri Linkov <juri@jurta.org>
15587
15588 * replace.el (perform-replace): Ignore invisible matches.
15589 In addition to checking `query-replace-skip-read-only', also
15590 filter out matches by calling `run-hook-with-args-until-failure'
15591 on `isearch-filter-predicates', and also check `search-invisible'
15592 for t or call `isearch-range-invisible'.
15593 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
15594
15595 2013-05-27 Juri Linkov <juri@jurta.org>
15596
15597 * isearch.el (isearch-filter-predicates): Rename from
15598 `isearch-filter-predicate'. Doc fix. (Bug#11378)
15599 (isearch-message-prefix): Display text from the property
15600 `isearch-message-prefix' of the currently active filters.
15601 (isearch-search): Don't compare `isearch-filter-predicate' with
15602 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
15603 on `isearch-filter-predicates'. Also check `search-invisible' for t
15604 or call `isearch-range-invisible'.
15605 (isearch-filter-visible): Make obsolete.
15606 (isearch-lazy-highlight-search):
15607 Call `run-hook-with-args-until-failure' on
15608 `isearch-filter-predicates' and use `isearch-range-invisible'.
15609
15610 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
15611 `isearch-filter-predicates' instead of `funcall'ing
15612 `isearch-filter-predicate'.
15613 (Info-mode): Set `Info-isearch-filter' to
15614 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
15615
15616 * dired-aux.el (dired-isearch-filter-predicate-orig):
15617 Remove variable.
15618 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
15619 (dired-isearch-filenames-end): Add and remove
15620 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
15621 instead of changing the value of `isearch-filter-predicate'.
15622 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
15623 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
15624 Put property `isearch-message-prefix' to "filename " on
15625 `dired-isearch-filter-filenames'.
15626
15627 * wdired.el (wdired-change-to-wdired-mode):
15628 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
15629 locally instead of changing `isearch-filter-predicate'.
15630 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
15631
15632 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
15633
15634 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
15635 return the commit hash (Bug#14459). Also set the
15636 `vc-git-detached' property.
15637 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
15638 (vc-git-mode-line-string): Use the same help-echo format whether
15639 in detached mode or not, because we know the actual revision now.
15640 When in detached mode, shorten the revision to 7 chars.
15641
15642 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 * emacs-lisp/easy-mmode.el (define-minor-mode):
15645 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
15646 mode hook and provide a docstring.
15647
15648 2013-05-27 Alan Mackenzie <acm@muc.de>
15649
15650 Remove spurious syntax-table text properties inserted by C-y.
15651 * progmodes/cc-mode.el (c-after-change): Also clear hard
15652 syntax-table property with value nil.
15653
15654 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
15655
15656 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
15657 when reading the events; the buffer layout shall not be changed.
15658
15659 2013-05-27 Leo Liu <sdl.web@gmail.com>
15660
15661 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
15662 New variable.
15663 (inferior-octave-directory-tracker): Automatically re-sync
15664 default-directory.
15665 (octave-help): Improve handling of 'See also'.
15666
15667 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15668
15669 * doc-view.el: Minor naming convention tweaks.
15670 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
15671
15672 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
15673 even if there's no `display' property yet (bug#14435).
15674
15675 2013-05-25 Eli Zaretskii <eliz@gnu.org>
15676
15677 * subr.el (unmsys--file-name): Rename from reveal-filename.
15678
15679 * Makefile.in (custom-deps, finder-data, autoloads)
15680 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15681 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15682 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
15683
15684 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15685
15686 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
15687 error-completion on the first 2 args of condition-case (bug#14446).
15688 Don't burp at EOB.
15689
15690 2013-05-25 Leo Liu <sdl.web@gmail.com>
15691
15692 * comint.el (comint-previous-matching-input): Do not flood the
15693 *Messages* buffer with trivial messages.
15694
15695 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15696
15697 * progmodes/flymake.el (flymake-nop): Don't return a string.
15698 (flymake-set-at): Fix typo.
15699
15700 * simple.el (read--expression): New function, extracted from
15701 eval-expression. Set completion-at-point-functions (bug#14465).
15702 (eval-expression, eval-minibuffer): Use it.
15703
15704 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
15705
15706 * progmodes/flymake.el (flymake-save-buffer-in-file)
15707 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
15708 (flymake-selected-frame, flymake-log, flymake-ins-after)
15709 (flymake-set-at, flymake-get-buildfile-from-cache)
15710 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
15711 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
15712 Refine the doc string.
15713 (flymake-get-file-name-mode-and-masks): Reformat.
15714 (flymake-get-real-file-name-function): Fix a minor bug.
15715
15716 2013-05-24 Juri Linkov <juri@jurta.org>
15717
15718 * progmodes/grep.el (grep-mode-font-lock-keywords):
15719 Support =linenumber= format used by git-grep for lines with
15720 function names. (Bug#13549)
15721
15722 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
15723
15724 * progmodes/octave.el (octave-smie-rules): Return nil rather than
15725 0 after a semi-colon; it works better for smie-auto-fill.
15726 (octave--indent-new-comment-line): New function.
15727 (octave-indent-new-comment-line): Use it (indirectly).
15728 (octave-mode): Don't disable smie-auto-fill. Use add-function to
15729 modify comment-line-break-function.
15730
15731 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
15732 (smie-setup): Use add-function to set it.
15733
15734 2013-05-24 Sam Steingold <sds@gnu.org>
15735
15736 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
15737 argument (before the `interactive' argument).
15738
15739 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
15740
15741 * image-mode.el (image-mode-winprops): Add winprops to
15742 image-mode-winprops-alist before running
15743 image-mode-new-window-functions.
15744 * doc-view.el (doc-view-new-window-function): Don't delay
15745 doc-view-goto-page via timers (bug#14435).
15746
15747 2013-05-24 Tassilo Horn <tsdh@gnu.org>
15748
15749 * doc-view.el: Integrate with desktop.el. (Bug#14435)
15750 (doc-view-desktop-save-buffer): New function.
15751 (doc-view-restore-desktop-buffer): New function.
15752 (desktop-buffer-mode-handlers):
15753 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
15754 handler.
15755 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
15756 `desktop-save-buffer' function.
15757
15758 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
15759
15760 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
15761 (tramp-gvfs-file-name-handler): Raise a user error when
15762 `tramp-gvfs-enabled' is nil.
15763 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
15764 Do not raise a user error when loading package. (Bug#14447)
15765
15766 * net/xesam.el: Move to obsolete/.
15767
15768 2013-05-24 Glenn Morris <rgm@gnu.org>
15769
15770 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
15771
15772 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
15773
15774 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
15775 (Info-find-node, Man-getpage-in-background): Declare.
15776
15777 * mail/unrmail.el (unrmail):
15778 Replace obsolete detect-coding-with-priority.
15779
15780 * net/socks.el (socks-split-string): Use this rather than split-string.
15781 (socks-nslookup-host): Update for above change.
15782 (dynamic-choice, s5-dynamic-choice-match)
15783 (s5-dynamic-choice-match-inline, s5-widget-value-create):
15784 Comment out unused code.
15785
15786 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
15787 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
15788 (gud-tooltip-echo-area): Make obsolete.
15789 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
15790
15791 * progmodes/js.el (js--optimize-arglist): Declare.
15792
15793 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
15794
15795 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
15796 (ediff-window-C): Declare.
15797
15798 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
15799 Tweak requires to silence compiler.
15800
15801 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
15802 (he-search-string, he-tried-table, he-expand-list)
15803 (he-init-string, he-string-member, he-substitute-string)
15804 (he-reset-string): Declare.
15805
15806 * obsolete/options.el (list-options): Use custom-variable-p,
15807 rather than obsolete alias.
15808
15809 2013-05-23 Sam Steingold <sds@gnu.org>
15810
15811 * simple.el (shell-command-on-region): Pass the `replace' argument
15812 down to `call-process-region' to comply with the doc as reported on
15813 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
15814
15815 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
15816
15817 * emacs-lisp/smie.el (smie-indent-forward-token)
15818 (smie-indent-backward-token): Handle string tokens (bug#14381).
15819
15820 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15821
15822 * ielm.el (ielm-menu): New menu.
15823 (inferior-emacs-lisp-mode): Set comment-start.
15824
15825 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15826
15827 * textmodes/reftex.el (reftex-ref-style-toggle):
15828 Fix deactivate action.
15829
15830 * textmodes/reftex-vars.el (reftex-ref-style-alist):
15831 Add cleveref macros.
15832
15833 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15834 Accept options for bibliography commands.
15835 * textmodes/reftex-vars.el (reftex-bibliography-commands):
15836 Add addbibresource. Basic Biblatex support.
15837
15838 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
15839
15840 * net/tramp-gvfs.el (top):
15841 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
15842 when loading package. (Bug#14447)
15843
15844 2013-05-23 Glenn Morris <rgm@gnu.org>
15845
15846 * progmodes/js.el: No need to load comint when compiling.
15847 (ring-insert, comint-send-string, comint-send-input)
15848 (comint-last-input-end, ido-chop): Declare.
15849
15850 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
15851 * vc/ediff-mult.el: Adjust requires.
15852 (ediff-directories-internal, ediff-directory-revisions-internal)
15853 (ediff-patch-file-internal): Declare.
15854 * vc/ediff-ptch.el: Adjust requires.
15855 (ediff-use-last-dir, ediff-buffers-internal): Declare.
15856 (ediff-find-file): Autoload.
15857 * vc/ediff-util.el: No need to load ediff when compiling.
15858 (ediff-regions-internal): Declare.
15859 * vc/ediff-wind.el: Adjust requires.
15860 (ediff-compute-toolbar-width): Define when compiling.
15861 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
15862 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
15863 (dired-get-filename, dired-get-marked-files)
15864 (ediff-last-dir-patch, ediff-patch-default-directory)
15865 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
15866 (ediff-patch-buffer-internal): Declare.
15867
15868 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
15869 (ispell-process, ispell-buffer-local-words, lm-summary)
15870 (lm-section-start, lm-section-end): Declare.
15871 (checkdoc-ispell-init): Simplify.
15872
15873 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
15874 (he-string-member, he-reset-string, he-substitute-string): Declare.
15875
15876 * eshell/em-ls.el: Adjust requires.
15877 (eshell-glob-regexp): Declare.
15878 * eshell/em-tramp.el: Adjust requires.
15879 (eshell-parse-command): Autoload.
15880 * eshell/em-xtra.el: Adjust requires.
15881 (eshell-parse-command): Autoload.
15882 * eshell/esh-ext.el: Adjust requires.
15883 (eshell-parse-command, eshell-close-handles): Autoload.
15884 * eshell/esh-io.el: Adjust requires.
15885 (eshell-output-filter): Autoload.
15886 * eshell/esh-util.el: No need to load tramp when compiling.
15887 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
15888 Declare.
15889 (eshell-parse-ange-ls): Require ange-ftp and tramp.
15890 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
15891 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
15892 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
15893 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
15894 * eshell/esh-opt.el, eshell/esh-proc.el:
15895 * eshell/esh-var.el: Adjust requires.
15896 * eshell/eshell.el: Do not require esh-util twice.
15897 (eshell-add-input-to-history): Declare.
15898 (eshell-command): Check history module is active before using it.
15899
15900 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
15901
15902 2013-05-22 Leo Liu <sdl.web@gmail.com>
15903
15904 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
15905
15906 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
15907
15908 * autorevert.el (auto-revert-notify-add-watch)
15909 (auto-revert-notify-handler): Add `attrib' for the inotify case,
15910 it indicates changes in file modification time.
15911
15912 2013-05-22 Glenn Morris <rgm@gnu.org>
15913
15914 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15915 Always delete the autoloaded function from the noruntime and
15916 unresolved functions lists.
15917
15918 * allout.el: No need to load epa, epg, overlay when compiling.
15919 (epg-context-set-passphrase-callback, epg-list-keys)
15920 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
15921 (epg-key-user-id-list): Declare.
15922
15923 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
15924 (viper-set-parsing-style-toggling-macro)
15925 (viper-set-emacs-state-searchstyle-macros):
15926 Use called-interactively-p on Emacs.
15927 (viper-looking-back): Make it an obsolete alias. Update callers.
15928 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
15929 Use looking-back rather than viper-looking-back.
15930 (viper-tmp-insert-at-eob, viper-enlarge-region)
15931 (viper-read-string-with-history, viper-register-to-point)
15932 (viper-append-to-register, viper-change-state-to-vi)
15933 (viper-backward-char-carefully, viper-forward-char-carefully)
15934 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
15935 (viper-change-state-to-emacs): Declare.
15936 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
15937 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
15938 * emulation/viper-mous.el: Do not load viper-cmd.
15939 (viper-backward-char-carefully, viper-forward-char-carefully)
15940 (viper-forward-word, viper-adjust-window): Declare.
15941
15942 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
15943
15944 * progmodes/idlw-help.el (idlwave-help-fontify):
15945 Use called-interactively-p.
15946
15947 * term/w32console.el (w32-get-console-codepage)
15948 (w32-get-console-output-codepage): Declare.
15949
15950 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
15951 Remove unnecessary declarations.
15952 (dframe-message): Doc fix.
15953
15954 * info.el (dframe-select-attached-frame, dframe-current-frame):
15955 Declare.
15956
15957 * speedbar.el (speedbar-message): Make it an obsolete alias.
15958 Update all callers.
15959 (speedbar-with-attached-buffer)
15960 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
15961 (speedbar-with-writable): Use backquote.
15962 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
15963 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
15964 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
15965 rather than speedbar- aliases.
15966 * mail/rmail.el: Load dframe rather than speedbar when compiling.
15967 (speedbar-make-specialized-keymap, speedbar-insert-button)
15968 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
15969 (speedbar-do-function-pointer): Declare.
15970 (rmail-speedbar-button, rmail-speedbar-find-file)
15971 (rmail-speedbar-move-message):
15972 Use dframe-with-attached-buffer rather than speedbar- alias.
15973 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
15974 (dframe-message, speedbar-make-specialized-keymap)
15975 (speedbar-add-expansion-list, speedbar-mode-functions-list)
15976 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
15977 (speedbar-insert-button, dframe-select-attached-frame)
15978 (dframe-maybee-jump-to-attached-frame)
15979 (speedbar-change-initial-expansion-list)
15980 (speedbar-previously-used-expansion-list-name): Declare.
15981 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
15982 Use dframe-message, dframe-with-attached-buffer rather than
15983 speedbar- aliases.
15984 (gud-sentinel): Silence compiler.
15985 * progmodes/vhdl-mode.el (speedbar-refresh)
15986 (speedbar-do-function-pointer, speedbar-add-supported-extension)
15987 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
15988 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
15989 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
15990 (speedbar-file-lists, speedbar-make-tag-line)
15991 (speedbar-line-directory, speedbar-goto-this-file)
15992 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
15993 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
15994 (speedbar-make-button, speedbar-reset-scanners)
15995 (speedbar-files-item-info, speedbar-line-text)
15996 (speedbar-find-file-in-frame, speedbar-set-timer)
15997 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
15998 (speedbar-with-writable): Do not (re)define it.
15999 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
16000 rather than speedbar- alias.
16001
16002 2013-05-21 Leo Liu <sdl.web@gmail.com>
16003
16004 * progmodes/octave.el (octave-mode-menu): Update and re-organize
16005 menu items.
16006 (octave-mode): Tweak fill-nobreak-predicate.
16007 (inferior-octave-startup): Check process to avoid infinite loop.
16008 (inferior-octave): Pop to buffer first to show abornmal process
16009 exit information.
16010
16011 2013-05-21 Glenn Morris <rgm@gnu.org>
16012
16013 * printing.el (pr-menu-bar): Define when compiling.
16014
16015 2013-05-21 Leo Liu <sdl.web@gmail.com>
16016
16017 * progmodes/octave.el (octave-auto-fill): Remove.
16018 (octave-indent-new-comment-line): Improve.
16019 (octave-mode): Use auto fill mode through
16020 comment-line-break-function and fill-nobreak-predicate.
16021 (octave-goto-function-definition): Support DEFUN_DLD.
16022 (octave-beginning-of-defun): Small tweak.
16023 (octave-help): Show parent directory.
16024
16025 2013-05-21 Glenn Morris <rgm@gnu.org>
16026
16027 * files.el (dired-unmark):
16028 * progmodes/gud.el (gdb-input): Update declarations.
16029
16030 * calculator.el (electric, ehelp): No need to load when compiling.
16031 (Electric-command-loop, electric-describe-mode): Declare.
16032
16033 * doc-view.el (doc-view-current-converter-processes): Move before use.
16034
16035 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
16036 Move MODE-set-explicitly definition before use.
16037
16038 * international/mule-diag.el (mule-diag):
16039 Don't use obsolete window-system-version.
16040
16041 * mail/feedmail.el (smtpmail): No need to load when compiling.
16042 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
16043
16044 * mail/mail-utils.el (rfc822): No need to load when compiling.
16045 (rfc822-addresses): Autoload it.
16046 (mail-strip-quoted-names): Trivial simplification.
16047
16048 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
16049 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
16050
16051 * net/snmp-mode.el (tempo): Don't duplicate requires.
16052
16053 * progmodes/prolog.el (info): No need to load when compiling.
16054 (comint): Require before shell requires it.
16055 (Info-goto-node): Autoload it.
16056 (Info-follow-nearest-node): Declare.
16057 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
16058
16059 * textmodes/artist.el (picture-mode-exit): Declare.
16060
16061 * textmodes/reftex-parse.el (reftex-parse-from-file):
16062 Trivial rewrite so the compiler can parse it better.
16063
16064 2013-05-20 Leo Liu <sdl.web@gmail.com>
16065
16066 * progmodes/octave.el (octave-help-mode-map)
16067 (octave-help-mode-finish-hook): New variables.
16068 (octave-help-mode, octave-help-mode-finish): New functions.
16069 (octave-help): Use octave-help-mode.
16070
16071 2013-05-20 Glenn Morris <rgm@gnu.org>
16072
16073 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
16074
16075 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
16076
16077 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
16078 start at point, so that expansion starting right after opening
16079 slash in a regexp is recognized.
16080 (ruby-syntax-before-regexp-re): New defvar, extracted from
16081 ruby-syntax-propertize-function. Since the value of this regexp
16082 is looked up at runtime now, we should be able to turn
16083 `ruby-syntax-methods-before-regexp' into a defcustom later.
16084 (ruby-syntax-propertize-function): Split regexp matching into two
16085 parts, for opening and closing slashes. That allows us to skip
16086 over string interpolations and support multiline regexps.
16087 Don't call `ruby-syntax-propertize-expansions', instead use another rule
16088 for them, which calls `ruby-syntax-propertize-expansion'.
16089 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
16090 call to `ruby-syntax-propertize-function'.
16091 (ruby-syntax-propertize-expansion): Extracted from
16092 `ruby-syntax-propertize-expansions'. Handles one expansion.
16093 (ruby-syntax-propertize-percent-literal): Leave point right after
16094 the percent symbol, so that the expression expansion rule can
16095 propertize the contents.
16096 (ruby-syntax-propertize-heredoc): Leave point at bol following the
16097 heredoc openers.
16098 (ruby-syntax-propertize-expansions): Remove.
16099
16100 2013-05-18 Juri Linkov <juri@jurta.org>
16101
16102 * man.el (Man-default-man-entry): Remove `-' from the end
16103 of the default value. (Bug#14400)
16104
16105 2013-05-18 Glenn Morris <rgm@gnu.org>
16106
16107 * comint.el (comint-password-prompt-regexp):
16108 Allow "password for XXX" where XXX contains colons (eg https://...).
16109
16110 2013-05-18 Leo Liu <sdl.web@gmail.com>
16111
16112 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
16113 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
16114 (octave-source-directories): Don't check process.
16115 (octave-source-directories, octave-find-definition): Doc fix.
16116
16117 2013-05-18 Glenn Morris <rgm@gnu.org>
16118
16119 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
16120 Remove backspace/delete bindings. (Bug#14392)
16121
16122 * cus-dep.el (custom-make-dependencies): Sort the output.
16123 (custom-versions-load-alist): Convert comment to doc.
16124
16125 2013-05-17 Leo Liu <sdl.web@gmail.com>
16126
16127 * newcomment.el (comment-search-backward): Stricter in finding
16128 comment start. (Bug#14303)
16129
16130 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
16131 (octave-comment-start-skip): Properly anchored.
16132
16133 2013-05-17 Leo Liu <sdl.web@gmail.com>
16134
16135 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
16136 Clean up when turned off. (Bug#14395)
16137 (smie--highlight-matching-block-overlay): No longer buffer-local.
16138 (smie-highlight-matching-block): Adjust.
16139
16140 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
16141
16142 Doc string fix for "nanoseconds" (Bug#14406).
16143 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
16144 Fix doc string typo that had "nanoseconds" instead of "microseconds".
16145
16146 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
16147
16148 * calc/calc-units.el (math-extract-units): Preserve powers
16149 of units.
16150
16151 2013-05-17 Leo Liu <sdl.web@gmail.com>
16152
16153 * subr.el (delete-consecutive-dups): New function.
16154 * ido.el (ido-set-matches-1): Use it.
16155 * progmodes/octave.el (inferior-octave-completion-table): Use it.
16156 * ido.el (ido-remove-consecutive-dups): Remove.
16157
16158 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
16161 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
16162 regexp-opt's `words'.
16163
16164 2013-05-16 Leo Liu <sdl.web@gmail.com>
16165
16166 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
16167 (smie--highlight-matching-block-overlay)
16168 (smie--highlight-matching-block-lastpos)
16169 (smie--highlight-matching-block-timer): New variables.
16170 (smie-highlight-matching-block): New function.
16171 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
16172 (smie-setup): Conditionally enable smie-blink-matching-open.
16173
16174 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
16175
16176 Sync with upstream verilog-mode r840.
16177 * progmodes/verilog-mode.el (verilog-mode-version)
16178 (verilog-mode-release-date): Update.
16179 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
16180 (verilog-sig-tieoff): Fix string error on
16181 AUTORESET with colon define, bug594. Reported by Andrew Hou.
16182 (verilog-read-decls): Fix parameters confusing
16183 AUTOINST interfaces, bug565. Reported by Leith Johnson.
16184
16185 2013-05-16 Eli Zaretskii <eliz@gnu.org>
16186
16187 * subr.el (reveal-filename): New function.
16188
16189 * loadup.el: Compute Emacs executable versions on MS-Windows,
16190 where executables have the .exe extension. Add a hard link
16191 emacs-XX.YY.ZZ.exe on MS-Windows.
16192
16193 * Makefile.in (XARGS_LIMIT): New variable.
16194 (custom-deps, finder-data, autoloads)
16195 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16196 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16197 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
16198 (compile-main): Limit xargs according to $(XARGS_LIMIT).
16199
16200 2013-05-16 Leo Liu <sdl.web@gmail.com>
16201
16202 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
16203 (octave-mode-menu, octave-mode-map): Remove its uses.
16204
16205 2013-05-16 Reto Zimmermann <reto@gnu.org>
16206
16207 Sync with upstream vhdl mode v3.34.2.
16208 * progmodes/vhdl-mode.el: Use `push' throughout.
16209 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
16210 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
16211 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
16212 (vhdl-actual-generic-name): New option to derive actual generic name.
16213 (vhdl-port-paste-signals): Replace formal by actual generics.
16214 (vhdl-beautify): New name for old group vhdl-align. Update users.
16215 (vhdl-beautify-options): New option.
16216 (vhdl-last-input-event): New compat alias. Use throughout.
16217 (vhdl-goto-line): Replace user level function `goto-line'.
16218 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
16219 vhdl-fix-statement-buffer.
16220 (vhdl-create-mode-menu): Add some entries.
16221 (vhdl-align-region-groups): Respect vhdl-beautify-options.
16222 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
16223 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
16224 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
16225 to force statements on one line.
16226 (vhdl-remove-trailing-spaces-region):
16227 New, split from vhdl-remove-trailing-spaces.
16228 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
16229 Respect vhdl-beautify-options.
16230 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
16231 (vhdl-update-sensitivity-list): Not add with index if exists without.
16232 Not include array index with signal. Ignore keywords in comments.
16233 (vhdl-get-visible-signals): Regexp tweaks.
16234 (vhdl-template-component-inst): Handle empty library.
16235 (vhdl-template-type): Add template for 'enum' type.
16236 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
16237 Use vhdl-replace-string.
16238 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
16239 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
16240 (vhdl-speedbar-initialize): Update for above name change.
16241 (vhdl-compose-wire-components): Fix in handling of constants.
16242 (vhdl-error-regexp-emacs-alist): New variable.
16243 (vhdl-error-regexp-add-emacs): New function;
16244 adds support for new compile.el (Emacs 22+)
16245 (vhdl-generate-makefile-1): Change target order for single lib. units.
16246 Allow use of absolute file names.
16247
16248 2013-05-16 Leo Liu <sdl.web@gmail.com>
16249
16250 * simple.el (prog-indent-sexp): Indent enclosing defun.
16251
16252 2013-05-15 Glenn Morris <rgm@gnu.org>
16253
16254 * cus-start.el (show-trailing-whitespace): Move to editing basics.
16255 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
16256 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
16257 (whitespace-highlight): Move to whitespace group.
16258
16259 * comint.el (comint-source):
16260 * pcmpl-linux.el (pcmpl-linux):
16261 * shell.el (shell-faces):
16262 * eshell/esh-opt.el (eshell-opt):
16263 * international/ccl.el (ccl): Remove empty custom groups.
16264
16265 * completion.el (dynamic-completion-mode):
16266 * jit-lock.el (jit-lock-debug-mode):
16267 * minibuffer.el (completion-in-region-mode):
16268 * type-break.el (type-break-mode-line-message-mode)
16269 (type-break-query-mode):
16270 * emulation/tpu-edt.el (tpu-edt-mode):
16271 * progmodes/subword.el (global-subword-mode, global-superword-mode):
16272 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
16273 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
16274
16275 * term/xterm.el (xterm): Change parent group to terminals.
16276
16277 * master.el (master): Remove empty custom group.
16278 (master-mode): Remove unused :group argument.
16279 * textmodes/refill.el (refill): Remove empty custom group.
16280 (refill-mode): Remove unused :group argument.
16281
16282 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
16283
16284 * cus-dep.el: Provide a feature.
16285 (custom-make-dependencies): Ignore dotfiles (dir-locals).
16286 Don't mistakenly ignore files whose basenames match a basename
16287 from preloaded-file-list (eg cedet/ede/simple.el).
16288 Add a fallback method for getting :group.
16289
16290 2013-05-15 Juri Linkov <juri@jurta.org>
16291
16292 * isearch.el (isearch-char-by-name): Rename from
16293 `isearch-insert-char-by-name'. Doc fix.
16294 (isearch-forward): Mention `isearch-char-by-name' in
16295 the docstring. (Bug#13348)
16296
16297 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
16298 `exit-minibuffer' instead of
16299 `isearch-nonincremental-exit-minibuffer'.
16300 (isearch-edit-string): Remove mention of
16301 `isearch-nonincremental-exit-minibuffer' from docstring.
16302 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
16303 (isearch-forward-exit-minibuffer)
16304 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
16305
16306 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
16307
16308 * loadup.el: Just use unversioned DOC.
16309
16310 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
16311 literals as extending to EOB.
16312 (nxml-last-fontify-end): Remove unused variable.
16313 (nxml-after-change1): Use with-silent-modifications.
16314 (nxml-extend-after-change-region): Simplify.
16315 (nxml-extend-after-change-region1): Remove function.
16316 (nxml-after-change1): Don't adjust for dependent regions.
16317 (nxml-fontify-matcher): Simplify.
16318 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
16319 (xmltok-add-dependent): Remove function.
16320 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
16321 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
16322 (xmltok-scan-prolog-after-processing-instruction-open): Treat
16323 unclosed <[[, <?, comment, and other literals as extending to EOB.
16324 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
16325 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
16326 Remove functions.
16327 (rng-do-some-validation-1): Don't mark dependent regions.
16328 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
16329 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
16330 (nxml-clear-dependent-regions): Remove functions.
16331 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
16332 (nxml-ensure-scan-up-to-date):
16333 Don't clear&mark dependent regions.
16334
16335 2013-05-15 Leo Liu <sdl.web@gmail.com>
16336
16337 * progmodes/octave.el (octave-goto-function-definition):
16338 Improve and fix callers.
16339
16340 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
16341
16342 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
16343 the setter (bug#14387).
16344
16345 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
16346 surrounding group (bug#14402).
16347
16348 2013-05-14 Juri Linkov <juri@jurta.org>
16349
16350 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
16351 (Bug#14390)
16352
16353 2013-05-14 Glenn Morris <rgm@gnu.org>
16354
16355 * progmodes/f90.el (f90-imenu-generic-expression):
16356 Fix typo in 2013-05-08 change. (Bug#14402)
16357
16358 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
16359
16360 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
16361 Remove signals for which replies are never received.
16362
16363 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
16364
16365 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
16366 (gdb-handler-alist, gdb-handler-number): Remove variables.
16367 (gdb-handler-list): New variable.
16368 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
16369 (gdb-pending-handler-p, gdb-handle-reply)
16370 (gdb-remove-all-pending-triggers): New functions.
16371 (gdb-discard-unordered-replies): New defcustom.
16372 (gdb-handler): New defstruct.
16373 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
16374 instead of gdb-pending-triggers. Update docstring.
16375 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
16376 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
16377 (gdb-var-update-handler, def-gdb-auto-update-trigger)
16378 (def-gdb-auto-update-handler, gdb-get-changed-registers)
16379 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
16380 (gdb-frame-handler): Pending triggers are now automatically managed.
16381 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
16382 Remove argument.
16383 (gdb-input): Automatically handles pending triggers. Update docstring.
16384 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
16385 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
16386 Update comments.
16387 (gdb-done-or-error): Now use gdb-handle-reply.
16388
16389 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
16390
16391 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
16392 gdb-debug-log.
16393
16394 2013-05-14 Glenn Morris <rgm@gnu.org>
16395
16396 * subr.el (user-emacs-directory-warning): New option.
16397 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
16398
16399 2013-05-14 Leo Liu <sdl.web@gmail.com>
16400
16401 * progmodes/octave.el (octave-font-lock-keywords): Fix error
16402 during redisplay.
16403 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
16404 (octave-font-lock-texinfo-comment): Fix invalid search bound
16405 error: wrong side of point.
16406
16407 2013-05-14 Glenn Morris <rgm@gnu.org>
16408
16409 * progmodes/flymake.el (flymake-xml-program): New option.
16410 (flymake-xml-init): Use it.
16411
16412 * term/xterm.el: Provide a feature.
16413
16414 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
16415
16416 2013-05-13 Glenn Morris <rgm@gnu.org>
16417
16418 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
16419 Add compat aliases as a hack workaround. (Bug#14384)
16420
16421 2013-05-13 Leo Liu <sdl.web@gmail.com>
16422
16423 * progmodes/octave.el (octave-indent-comment): Fix indentation for
16424 ###, and %!.
16425 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
16426 C-M-q.
16427 (octave-comment-start-skip): Include %!.
16428 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
16429
16430 2013-05-12 Leo Liu <sdl.web@gmail.com>
16431
16432 * progmodes/octave.el (inferior-octave-startup): Store the value
16433 of __octave_srcdir__ for octave-source-directories.
16434 (inferior-octave-check-process): New function refactored out of
16435 inferior-octave-send-list-and-digest.
16436 (octave-source-directories)
16437 (octave-find-definition-filename-function): New variables.
16438 (octave-source-directories)
16439 (octave-find-definition-default-filename): New functions.
16440 (octave-find-definition): Improve to find functions implemented in C++.
16441
16442 2013-05-12 Glenn Morris <rgm@gnu.org>
16443
16444 * calendar/diary-lib.el (diary-outlook-format-1):
16445 Don't include dayname in the output. (Bug#14349)
16446
16447 2013-05-11 Glenn Morris <rgm@gnu.org>
16448
16449 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
16450
16451 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
16452 Treat cc-provide like provide.
16453
16454 2013-05-11 Kevin Ryde <user42@zip.com.au>
16455
16456 * cus-dep.el (custom-make-dependencies):
16457 Use generated-autoload-load-name for the sake of files such
16458 such cedet/semantic/bovine/c.el, where the base file name
16459 is not in load-path. (Bug#5277)
16460
16461 2013-05-11 Glenn Morris <rgm@gnu.org>
16462
16463 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
16464 Provide features.
16465
16466 2013-05-11 Leo Liu <sdl.web@gmail.com>
16467
16468 * progmodes/octave.el (octave-indent-comment): Improve.
16469 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
16470 (octave-eldoc-function-signatures, octave-eldoc-function):
16471 New functions.
16472 (octave-mode, inferior-octave-mode): Add eldoc support.
16473
16474 2013-05-11 Richard Stallman <rms@gnu.org>
16475
16476 * epa.el (epa-decrypt-file): Take output file name as argument
16477 and read it using `interactive'.
16478
16479 2013-05-11 Leo Liu <sdl.web@gmail.com>
16480
16481 * progmodes/octave.el (octave-beginning-of-line)
16482 (octave-end-of-line): Check before using up-list because it jumps
16483 out of more syntactic contructs since moving to smie.
16484 (octave-indent-comment): New function.
16485 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
16486 (octave-begin-keywords, octave-end-keywords)
16487 (octave-reserved-words, octave-smie-bnf-table)
16488 (octave-smie-rules): Add new keywords from Octave 3.6.4.
16489
16490 2013-05-11 Glenn Morris <rgm@gnu.org>
16491
16492 * faces.el (internal-face-x-get-resource):
16493 * frame.el (ns-display-monitor-attributes-list):
16494 * calc/calc-aent.el (math-to-radians-2):
16495 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
16496 Fix declarations.
16497
16498 * calc/calc-menu.el: Make it loadable in isolation.
16499
16500 * net/eudcb-bbdb.el: Make it loadable without bbdb.
16501 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
16502 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
16503 (eudc-bbdb-query-internal): Require 'bbdb.
16504
16505 * lpr.el (lpr-headers-switches):
16506 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
16507
16508 * progmodes/sql.el (sql-login-params): Fix and improve :type.
16509
16510 * emulation/edt-mapper.el: In batch mode, error rather than hang.
16511
16512 * term.el (term-set-escape-char): Make it idempotent.
16513
16514 2013-05-10 Leo Liu <sdl.web@gmail.com>
16515
16516 * progmodes/octave.el (inferior-octave-completion-table):
16517 No longer a function and all uses changed. Use cache to speed up
16518 completion due to bug#11906.
16519 (octave-beginning-of-defun): Re-write to be more general.
16520
16521 2013-05-10 Glenn Morris <rgm@gnu.org>
16522
16523 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
16524
16525 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
16526
16527 * comint.el (comint-redirect-send-command-to-process): Use :around
16528 rather than :override for comint-redirect-filter.
16529 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
16530 Call it instead of comint-redirect-original-filter-function (which
16531 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
16532
16533 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
16534
16535 * frame.el (display-monitor-attributes-list): Add NS case.
16536 (ns-display-monitor-attributes-list): Declare.
16537
16538 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
16539
16540 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
16541
16542 2013-05-09 Glenn Morris <rgm@gnu.org>
16543
16544 * international/fontset.el (vertical-centering-font-regexp):
16545 Set standard-value.
16546
16547 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
16548
16549 * bookmark.el (bookmark-search-delay):
16550 * cus-start.el (vertical-centering-font-regexp):
16551 * ps-mule.el (ps-mule-font-info-database-default):
16552 * ps-print.el (ps-default-fg, ps-default-bg):
16553 * type-break.el (type-break-good-break-interval):
16554 * whitespace.el (whitespace-indentation-regexp)
16555 (whitespace-space-after-tab-regexp):
16556 * emacs-lisp/testcover.el (testcover-1value-functions)
16557 (testcover-noreturn-functions, testcover-progn-functions)
16558 (testcover-prog1-functions):
16559 * emulation/viper-init.el (viper-emacs-state-cursor-color):
16560 * eshell/em-glob.el (eshell-glob-translate-alist):
16561 * play/tetris.el (tetris-tty-colors):
16562 * progmodes/cpp.el (cpp-face-default-list):
16563 * progmodes/flymake.el (flymake-allowed-file-name-masks):
16564 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
16565 (idlwave-help-browser-generic-args):
16566 * progmodes/make-mode.el (makefile-special-targets-list):
16567 * progmodes/python.el (python-shell-virtualenv-path):
16568 * progmodes/verilog-mode.el (verilog-active-low-regexp)
16569 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
16570 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
16571 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
16572 * textmodes/reftex-vars.el (reftex-format-label-function):
16573 * textmodes/remember.el (remember-diary-file): Fix custom types.
16574
16575 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
16576 Add :version.
16577
16578 2013-05-09 Leo Liu <sdl.web@gmail.com>
16579
16580 * progmodes/octave.el (inferior-octave-completion-at-point):
16581 Restore file completion. (Bug#14300)
16582 (inferior-octave-startup): Fix incorrect highlighting for the
16583 first prompt.
16584
16585 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16586
16587 * progmodes/ruby-mode.el: First cut at SMIE support.
16588 (ruby-use-smie): New var.
16589 (ruby-smie-grammar): New constant.
16590 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
16591 (ruby-smie--forward-token, ruby-smie--backward-token)
16592 (ruby-smie-rules): New functions.
16593 (ruby-mode-variables): Setup SMIE if applicable.
16594
16595 2013-05-08 Eli Zaretskii <eliz@gnu.org>
16596
16597 * simple.el (line-move-visual): Signal beginning/end of buffer
16598 only if vertical-motion moved less than it was requested. Avoids
16599 silly incorrect error messages when there are display strings with
16600 multiple newlines at EOL.
16601
16602 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
16605 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
16606 (prolog-char-quote-workaround):
16607 * progmodes/cperl-mode.el (cperl-under-as-char):
16608 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
16609 Mark as obsolete.
16610 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
16611 their declaration.
16612 (vhdl-mode-syntax-table-init): Remove.
16613
16614 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
16615 last change.
16616
16617 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
16618 syntax for "_".
16619 (ld-script-font-lock-keywords):
16620 Change regexps to use things like \_< and \_>.
16621
16622 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
16623 Change all regexps to use things like \_< and \_>.
16624
16625 * progmodes/autoconf.el (autoconf-definition-regexp)
16626 (autoconf-font-lock-keywords, autoconf-current-defun-function):
16627 Handle a _ with symbol syntax.
16628 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
16629
16630 * progmodes/ada-mode.el (ada-mode-abbrev-table):
16631 Consolidate declaration.
16632 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
16633 the declaration.
16634 (ada-create-syntax-table): Remove.
16635 (ada-capitalize-word): Don't mess with the syntax of "_" since it
16636 already has the right syntax nowadays.
16637 (ada-goto-next-word): Don't change the syntax of "_".
16638
16639 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
16640 with-wrapper-hook.
16641
16642 2013-05-08 Sam Steingold <sds@gnu.org>
16643
16644 * thingatpt.el (thing-at-point): Accept optional second argument
16645 NO-PROPERTIES to strip the text properties from the return value.
16646 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
16647 to `thing-at-point' instead of stripping the properties ourselves.
16648 Also, when `thing-at-point' fails to find a url, prepend "http://"
16649 to the filename at point on the assumption that the user is
16650 pointing at something like gnu.org/gnu.
16651
16652 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
16653
16654 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16655 * faces.el (crm-separator):
16656 Silence byte-compiler.
16657
16658 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
16659 (tool-bar-map): Remove unneeded defvars.
16660
16661 2013-05-08 Leo Liu <sdl.web@gmail.com>
16662
16663 Re-work a fix for bug#10994 based on Le Wang's patch.
16664 * ido.el (ido-remove-consecutive-dups): New helper.
16665 (ido-completing-read): Use it.
16666 (ido-chop): Revert fix for bug#10994.
16667
16668 2013-05-08 Adam Spiers <emacs@adamspiers.org>
16669
16670 * cus-edit.el (custom-save-variables):
16671 Pretty-print long values. (Bug#14187)
16672
16673 2013-05-08 Glenn Morris <rgm@gnu.org>
16674
16675 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
16676 (m4-mode-syntax-table): Init in the defvar.
16677 (m4-mode-abbrev-table): Let define-derived-mode define it.
16678
16679 2013-05-08 Tom Tromey <tromey@redhat.com>
16680
16681 * progmodes/m4-mode.el (m4-mode-syntax-table):
16682 Do not treat "_" as word constituent. (Bug#14167)
16683
16684 2013-05-07 Glenn Morris <rgm@gnu.org>
16685
16686 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
16687 Remove explicit eshell-isearch-cancel-map.
16688
16689 * progmodes/f90.el (f90-smart-end-names): New option.
16690 (f90-smart-end): Doc fix.
16691 (f90-end-block-optional-name): New constant.
16692 (f90-block-match): Respect f90-smart-end-names.
16693
16694 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * progmodes/octave.el (octave-smie-forward-token): Be more careful
16697 about implicit semi-colons (bug#14218).
16698
16699 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16700
16701 * frame.el (display-monitor-attributes-list)
16702 (frame-monitor-attributes): New functions.
16703
16704 2013-05-06 Leo Liu <sdl.web@gmail.com>
16705
16706 * progmodes/octave.el (octave-syntax-propertize-function): Change
16707 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
16708 (octave-font-lock-keywords): Use octave-operator-regexp.
16709 (octave-completion-at-point): Rename from
16710 octave-completion-at-point-function.
16711 (inferior-octave-directory-tracker): Robustify.
16712 (octave-text-functions): Remove and fix its uses. No such things
16713 any more.
16714
16715 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16716
16717 * emacs-lisp/trace.el (trace--display-buffer): New function.
16718 (trace-make-advice): Use it.
16719
16720 2013-05-06 Juri Linkov <juri@jurta.org>
16721
16722 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
16723 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
16724 Doc fix.
16725 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
16726 in the help string. (Bug#12985)
16727
16728 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
16729
16730 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
16731
16732 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16733
16734 * progmodes/perl-mode.el: Add support for here documents.
16735 (perl-syntax-propertize-function): Match here-doc markers.
16736 (perl-syntax-propertize-special-constructs): Find their end.
16737 (perl-imenu-generic-expression): Use [:alnum:].
16738
16739 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
16740 (advice--add-function): Refresh the advice if already present
16741 (bug#14317).
16742
16743 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
16744
16745 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
16746
16747 2013-05-06 Glenn Morris <rgm@gnu.org>
16748
16749 * w32-fns.el (w32-charset-info-alist): Declare.
16750
16751 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
16752 of its defcustom properties.
16753 (eshell-cmpl-initialize): No need to load pcomplete.
16754
16755 * generic-x.el: No need to require comint when compiling.
16756
16757 * net/eudc-export.el: Make it loadable without bbdb.
16758 (top-level): Use require rather than load-library.
16759 (eudc-create-bbdb-record, eudc-bbdbify-phone)
16760 (eudc-batch-export-records-to-bbdb)
16761 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
16762 Require bbdb.
16763
16764 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16765
16766 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
16767 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
16768 some tweaks, instead.
16769
16770 2013-05-05 Leo Liu <sdl.web@gmail.com>
16771
16772 * progmodes/octave.el (octave-font-lock-keywords)
16773 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
16774 (inferior-octave-send-list-and-digest): Improve error message.
16775 (octave-mode, inferior-octave-mode): Use setq-local.
16776 (octave-help): Set info-lookup-mode.
16777
16778 2013-05-05 Richard Stallman <rms@gnu.org>
16779
16780 * vc/compare-w.el (compare-windows-whitespace):
16781 Treat no-break space as whitespace.
16782
16783 * mail/rmailsum.el (rmail-summary-rmail-update):
16784 Detect empty summary and don't change selected message.
16785 (rmail-summary-goto-msg): Likewise.
16786
16787 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
16788 Doc fixes, rename args.
16789
16790 2013-05-05 Alan Mackenzie <acm@muc.de>
16791
16792 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
16793
16794 2013-05-05 Juri Linkov <juri@jurta.org>
16795
16796 * info.el (Info-read-subfile): Use (point-min) instead of (point)
16797 to not add the length of the summary segment to the return value.
16798 (Bug#14125)
16799
16800 2013-05-05 Leo Liu <sdl.web@gmail.com>
16801
16802 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
16803 (inferior-octave-output-filter): Remove.
16804 (octave-send-region, inferior-octave-startup): Fix callers.
16805 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
16806 (octave-binary-file-extensions): New user variable.
16807 (octave-find-definition): Confirm if opening binary files.
16808 (octave-help-file): Use octave-find-definition to get the binary
16809 confirmation.
16810 (octave-help): Adjust for octave-help-file change.
16811
16812 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16813
16814 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
16815 Merge the two entries that handle function definitions.
16816 (pascal--syntax-propertize): New const.
16817 (pascal-mode): Use it. Use setq-local.
16818
16819 2013-05-04 Glenn Morris <rgm@gnu.org>
16820
16821 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
16822 (diary-from-outlook): Respect diary-from-outlook-function.
16823
16824 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16825
16826 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
16827 Move the declaration from C.
16828 (read-minibuffer, eval-minibuffer): Move from C.
16829 (completion-setup-function): Avoid minibuffer-completion-contents.
16830
16831 2013-05-03 Leo Liu <sdl.web@gmail.com>
16832
16833 * progmodes/octave.el (octave-font-lock-keywords): Do not
16834 dehighlight 'end' in comments or strings.
16835 (octave-completing-read, octave-goto-function-definition):
16836 New helpers.
16837 (octave-help-buffer): New user variable.
16838 (octave-help-file, octave-help-function): New button types.
16839 (octave-help): New command and bind it to C-h ;.
16840 (octave-find-definition): New command and bind it to M-.
16841 (user-error): Alias to error if not defined.
16842
16843 2013-05-02 Leo Liu <sdl.web@gmail.com>
16844
16845 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
16846 for \. (bug#14332)
16847 (octave-font-lock-keywords): Include [ and {.
16848
16849 2013-05-02 Leo Liu <sdl.web@gmail.com>
16850
16851 * progmodes/octave.el (inferior-octave-startup-file): Change default.
16852 (inferior-octave): Remove calling comint-mode and return the buffer.
16853 (inferior-octave-startup): Cosmetic changes.
16854
16855 2013-05-02 Leo Liu <sdl.web@gmail.com>
16856
16857 * progmodes/octave.el (octave-syntax-propertize-function):
16858 Include the case when ' is at line beginning. (Bug#14336)
16859
16860 2013-05-02 Glenn Morris <rgm@gnu.org>
16861
16862 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
16863 * desktop.el (vc-dir-mode): Just autoload it here.
16864
16865 2013-05-02 Alan Mackenzie <acm@muc.de>
16866
16867 Eliminate variable c-standard-font-lock-fontify-region-function.
16868 * progmodes/cc-mode.el
16869 (c-standard-font-lock-fontify-region-function): Remove.
16870 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
16871
16872 2013-05-01 Leo Liu <sdl.web@gmail.com>
16873
16874 * progmodes/octave.el: Compatible with older emacs-24 releases.
16875 (inferior-octave-has-built-in-variables): Remove. Built-in
16876 variables were removed from Octave in 2007.
16877 (inferior-octave-startup): Fix uses.
16878 (comint-line-beginning-position): Remove compatibility code for
16879 emacs 21.
16880
16881 2013-05-01 Juri Linkov <juri@jurta.org>
16882
16883 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
16884
16885 2013-05-01 Juri Linkov <juri@jurta.org>
16886
16887 * comint.el (comint-previous-matching-input): Don't print message
16888 "History item: %d" when `isearch-mode' is active.
16889 (comint-history-isearch-message): Print message "History item: %d"
16890 when `comint-input-ring-index' is not empty and this function is
16891 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
16892
16893 2013-05-01 Leo Liu <sdl.web@gmail.com>
16894
16895 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
16896 definitions. Use completion-at-point to insert keywords.
16897 (octave-abbrev-start): Remove.
16898 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
16899
16900 2013-04-30 Leo Liu <sdl.web@gmail.com>
16901
16902 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
16903 change.
16904
16905 2013-04-30 Alan Mackenzie <acm@muc.de>
16906
16907 Handle arbitrarily long C++ member initialisation lists.
16908 * progmodes/cc-engine.el (c-back-over-member-initializers):
16909 new function.
16910 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
16911 (most) member init lists.
16912
16913 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16914
16915 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
16916 variable.
16917
16918 2013-04-30 Leo Liu <sdl.web@gmail.com>
16919
16920 * progmodes/octave.el (octave-variables): Remove. No builtin
16921 variables any more. All converted to functions.
16922 (octave-font-lock-keywords, octave-completion-at-point-function):
16923 Fix uses.
16924 (octave-font-lock-texinfo-comment): New user variable.
16925 (octave-texinfo-font-lock-keywords): New variable for texinfo
16926 comment block.
16927 (octave-function-comment-block): New face.
16928 (octave-font-lock-texinfo-comment): New function.
16929 (octave-mode): Font lock texinfo comment block.
16930
16931 2013-04-29 Leo Liu <sdl.web@gmail.com>
16932
16933 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
16934 indexing expression.
16935 (octave-continuation-string): Do not use \.
16936 (inferior-octave-complete-impossible): Remove.
16937 (inferior-octave-completion-table)
16938 (inferior-octave-completion-at-point): Remove its uses.
16939 (inferior-octave-startup): completion_matches was introduced to
16940 Octave in 1996 so safe to assume it.
16941 (octave-function-file-comment): Improve to follow how Octave does it.
16942 (octave-update-function-file-comment): Tweak.
16943
16944 2013-04-29 Leo Liu <sdl.web@gmail.com>
16945
16946 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
16947 (inferior-octave-startup): Remove inferior-octave-startup-hook.
16948 (octave-function-file-comment): Fix typo.
16949 (octave-sync-function-file-names): Use read-char-choice.
16950
16951 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
16952
16953 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
16954 to t for the less important warnings.
16955
16956 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
16957
16958 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
16959
16960 2013-04-27 Glenn Morris <rgm@gnu.org>
16961
16962 * vc/log-view.el (log-view-current-entry):
16963 Treat "---" separator lines as part of the following rev. (Bug#14169)
16964
16965 2013-04-27 Juri Linkov <juri@jurta.org>
16966
16967 * subr.el (read-number): Doc fix about using it by interactive
16968 code letter `n'. (Bug#14254)
16969
16970 2013-04-27 Juri Linkov <juri@jurta.org>
16971
16972 * desktop.el (desktop-auto-save-timeout): New option.
16973 (desktop-file-checksum): New variable.
16974 (desktop-save): Add optional arg `auto-save' and don't auto-save
16975 if nothing changed.
16976 (desktop-auto-save-timer): New variable.
16977 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
16978 (after-init-hook): Call `desktop-auto-save-set-timer'.
16979 Suggested by Reuben Thomas <rrt@sc3d.org> in
16980 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
16981
16982 2013-04-27 Leo Liu <sdl.web@gmail.com>
16983
16984 * progmodes/octave.el (octave-function-file-p)
16985 (octave-skip-comment-forward, octave-function-file-comment)
16986 (octave-update-function-file-comment): New functions.
16987 (octave-mode-map): Bind C-c ; to
16988 octave-update-function-file-comment.
16989 (octave-mode-menu): Add octave-update-function-file-comment.
16990 (octave-mode, inferior-octave-mode): Fix doc-string.
16991 (octave-insert-defun): Conform to Octave's coding convention.
16992 (Bug#14285)
16993
16994 * files.el (basic-save-buffer): Don't let errors in
16995 before-save-hook prevent saving buffer.
16996
16997 2013-04-20 Roland Winkler <winkler@gnu.org>
16998
16999 * faces.el (read-face-name): Use completing-read if arg multiple
17000 is nil.
17001
17002 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
17003
17004 * ls-lisp.el (ls-lisp-insert-directory): If no files are
17005 displayed, move point to after the totals line.
17006 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
17007 for the details.
17008
17009 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17010
17011 * emacs-lisp/package.el (package-autoload-ensure-default-file):
17012 Add current dir to the load-path.
17013 (package-generate-autoloads): Don't rely on
17014 autoload-ensure-default-file.
17015
17016 2013-04-26 Reuben Thomas <rrt@sc3d.org>
17017
17018 * textmodes/remember.el (remember-store-in-files): Document that
17019 the file name format is passed to `format-time-string'.
17020
17021 2013-04-26 Leo Liu <sdl.web@gmail.com>
17022
17023 * progmodes/octave.el (octave-sync-function-file-names): New function.
17024 (octave-mode): Use it in before-save-hook.
17025
17026 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17027
17028 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
17029 (bug#14274).
17030
17031 * progmodes/octave.el (octave-smie-forward-token): Properly skip
17032 \n and comment, even if it's not an implicit ; (bug#14218).
17033
17034 2013-04-26 Glenn Morris <rgm@gnu.org>
17035
17036 * subr.el (read-number): Once more use `read' rather than
17037 `string-to-number', to trap non-numeric input. (Bug#14254)
17038
17039 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
17040
17041 * emacs-lisp/syntax.el (syntax-propertize-multiline):
17042 Use `syntax-multiline' text property consistently instead of
17043 `font-lock-multiline'. (Bug#14237)
17044
17045 2013-04-26 Glenn Morris <rgm@gnu.org>
17046
17047 * emacs-lisp/shadow.el (list-load-path-shadows):
17048 No longer necessary to check for duplicate simple.el, since
17049 2012-07-07 change to init_lread to not include installation lisp
17050 directories in load-path when running uninstalled. (Bug#14270)
17051
17052 2013-04-26 Leo Liu <sdl.web@gmail.com>
17053
17054 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
17055 (octave-mode, inferior-octave-mode): Use setq-local.
17056 (octave-not-in-string-or-comment-p): Rename to
17057 octave-in-string-or-comment-p.
17058 (octave-in-comment-p, octave-in-string-p)
17059 (octave-in-string-or-comment-p): Replace defsubst with defun.
17060
17061 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
17062
17063 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
17064
17065 2013-04-25 Bastien Guerry <bzg@gnu.org>
17066
17067 * textmodes/remember.el (remember-data-directory)
17068 (remember-directory-file-name-format): Fix custom types.
17069
17070 2013-04-25 Leo Liu <sdl.web@gmail.com>
17071
17072 * progmodes/octave.el (octave-completion-at-point-function):
17073 Make use of inferior octave process.
17074 (octave-initialize-completions): Remove.
17075 (inferior-octave-completion-table): New function.
17076 (inferior-octave-completion-at-point): Use it.
17077 (octave-completion-alist): Remove.
17078
17079 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17080
17081 * progmodes/opascal.el: Use font-lock and syntax-propertize.
17082 (opascal-mode-syntax-table): New var.
17083 (opascal-literal-kind, opascal-is-literal-end)
17084 (opascal-literal-token-at): Rewrite.
17085 (opascal--literal-start-re, opascal-font-lock-keywords)
17086 (opascal--syntax-propertize): New constants.
17087 (opascal-font-lock-defaults): Adjust.
17088 (opascal-mode): Use them. Set comment-<foo> variables as well.
17089 (delphi-comment-face, opascal-comment-face, delphi-string-face)
17090 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
17091 (delphi-other-face, opascal-other-face): Remove face variables.
17092 (opascal-save-state): Remove macro.
17093 (opascal-fontifying-progress-step): Remove constant.
17094 (opascal--ignore-changes): Remove var.
17095 (opascal-set-token-property, opascal-parse-next-literal)
17096 (opascal-is-stable-literal, opascal-complete-literal)
17097 (opascal-is-literal-start, opascal-face-of)
17098 (opascal-parse-region, opascal-parse-region-until-stable)
17099 (opascal-fontify-region, opascal-after-change)
17100 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
17101 (opascal-debug-parse-region, opascal-debug-parse-window)
17102 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
17103 (opascal-debug-fontify-buffer): Remove.
17104 (opascal-debug-mode-map): Adjust accordingly.
17105
17106 2013-04-25 Leo Liu <sdl.web@gmail.com>
17107
17108 Merge octave-mod.el and octave-inf.el into octave.el with some
17109 cleanups.
17110 * progmodes/octave.el: New file renamed from octave-mod.el.
17111 * progmodes/octave-inf.el: Merged into octave.el.
17112 * progmodes/octave-mod.el: Renamed to octave.el.
17113
17114 2013-04-25 Tassilo Horn <tsdh@gnu.org>
17115
17116 * textmodes/reftex-vars.el
17117 (reftex-label-ignored-macros-and-environments): New defcustom.
17118
17119 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
17120
17121 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
17122
17123 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
17124 (smie-indent-keyword): Improve the check to ensure that the next
17125 comment is really on the same line.
17126 (smie-indent-comment): Don't align with a subsequent closer (or eob).
17127
17128 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
17129 semi-colons if the line is not otherwise empty (bug#14218).
17130
17131 2013-04-25 Glenn Morris <rgm@gnu.org>
17132
17133 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
17134
17135 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
17136
17137 * progmodes/opascal.el (opascal-set-token-property): Rename from
17138 opascal-set-text-properties and only set `token' (bug#14134).
17139 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
17140 (opascal-literal-text-properties): Remove.
17141 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
17142 Adjust callers.
17143
17144 2013-04-24 Reuben Thomas <rrt@sc3d.org>
17145
17146 * textmodes/remember.el (remember-handler-functions): Add an
17147 option for a new handler `remember-store-in-files'.
17148 (remember-data-directory, remember-directory-file-name-format):
17149 New options.
17150 (remember-store-in-files): New function to store remember notes
17151 as separate files within a directory.
17152
17153 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
17154
17155 * progmodes/compile.el (compilation-next-error-function):
17156 Pass "formats" to compilation-find-file (bug#11777).
17157
17158 2013-04-24 Glenn Morris <rgm@gnu.org>
17159
17160 * vc/vc-bzr.el (vc-bzr-print-log):
17161 * vc/vc-hg.el (vc-hg-print-log):
17162 * vc/vc-svn.el (vc-svn-print-log):
17163 Fix START-REVISION with LIMIT != 1. (Bug#14168)
17164
17165 * vc/vc-bzr.el (vc-bzr-print-log):
17166 * vc/vc-cvs.el (vc-cvs-print-log):
17167 * vc/vc-git.el (vc-git-print-log):
17168 * vc/vc-hg.el (vc-hg-print-log):
17169 * vc/vc-mtn.el (vc-mtn-print-log):
17170 * vc/vc-rcs.el (vc-rcs-print-log):
17171 * vc/vc-sccs.el (vc-sccs-print-log):
17172 * vc/vc-svn.el (vc-svn-print-log):
17173 * vc/vc.el (vc-print-log-internal): Doc fixes.
17174
17175 2013-04-23 Glenn Morris <rgm@gnu.org>
17176
17177 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
17178 Remove venerable code attempting to avoid substitute-command-keys.
17179
17180 2013-04-23 Tassilo Horn <tsdh@gnu.org>
17181
17182 * textmodes/reftex-vars.el (reftex-label-regexps):
17183 Call `reftex-compile-variables' after changes to this variable.
17184
17185 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17186
17187 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
17188 Use lexical-binding.
17189 (jit-lock-force-redisplay): Use markers, check buffer's continued
17190 existence and beware narrowed buffers.
17191 (jit-lock-fontify-now): Adjust call accordingly.
17192
17193 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17194
17195 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
17196 to avoid misleading the user.
17197
17198 2013-04-22 Leo Liu <sdl.web@gmail.com>
17199
17200 * info-look.el: Prefer latex2e.info. (Bug#14240)
17201
17202 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
17203
17204 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
17205
17206 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
17207 * net/tramp.el (tramp-call-process): ... here.
17208 (tramp-set-completion-function, tramp-parse-putty):
17209 * net/tramp-adb.el (tramp-adb-execute-adb-command):
17210 * net/tramp-gvfs.el (tramp-gvfs-send-command):
17211 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
17212 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
17213 (tramp-call-local-coding-command): Use `tramp-call-process'
17214 instead of `tramp-compat-call-process'.
17215
17216 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
17217 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
17218 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
17219 (tramp-find-inline-compress): Improve traces.
17220 (tramp-maybe-send-script): Check for Perl binary.
17221 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
17222
17223 2013-04-22 Daiki Ueno <ueno@gnu.org>
17224
17225 * epg.el (epg-context-pinentry-mode): New function.
17226 (epg-context-set-pinentry-mode): New function.
17227 (epg--start): Pass --pinentry-mode option to gpg command.
17228
17229 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
17230
17231 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
17232 `comint-dynamic-complete' is obsolete since 24.1, replaced by
17233 `completion-at-point'. (Bug#13774)
17234
17235 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
17236 default key binding for `describe-distribution' has been moved to
17237 `C-h C-o'. (Bug#13970)
17238
17239 2013-04-21 Glenn Morris <rgm@gnu.org>
17240
17241 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
17242 Add doc strings.
17243 (vc-print-log): Clarify interactive prompt.
17244
17245 2013-04-20 Glenn Morris <rgm@gnu.org>
17246
17247 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
17248 No longer include timestamp etc information.
17249
17250 2013-04-20 Roland Winkler <winkler@gnu.org>
17251
17252 * faces.el (read-face-name): Bug fix, return just one face if arg
17253 multiple is nil. (Bug#14209)
17254
17255 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17256
17257 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
17258 (remove-function): Autoload.
17259
17260 * comint.el (comint-redirect-original-filter-function): Remove.
17261 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
17262 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
17263 (vc-cvs-annotate-command):
17264 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
17265 * progmodes/prolog.el (prolog-consult-compile):
17266 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
17267 Use add/remove-function instead.
17268 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
17269 (gud-tooltip-process-output, gud-tooltip-tips):
17270 Use add/remove-function instead.
17271 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
17272 (scheme-interaction-mode, exit-scheme-interaction-mode):
17273 Use add/remove-function instead.
17274
17275 * vc/vc-dispatcher.el: Use lexical-binding.
17276 (vc--process-sentinel): Rename from vc-process-sentinel.
17277 Change last arg to be the code to run. Don't use vc-previous-sentinel
17278 and vc-sentinel-commands any more.
17279 (vc-exec-after): Allow code to be a function. Use add/remove-function.
17280 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
17281
17282 2013-04-19 Masatake YAMATO <yamato@redhat.com>
17283
17284 * progmodes/sh-script.el (sh-imenu-generic-expression):
17285 Handle function names with a single character. (Bug#14111)
17286
17287 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
17288
17289 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
17290 for subroutines defined in an eval (bug#14182).
17291
17292 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17293
17294 * bookmark.el (bookmark-completing-read): Improve handling of empty
17295 string (bug#14176).
17296
17297 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17298
17299 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
17300
17301 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
17302
17303 New faster Imenu implementation (bug#14058).
17304 * progmodes/python.el (python-imenu-prev-index-position)
17305 (python-imenu-format-item-label-function)
17306 (python-imenu-format-parent-item-label-function)
17307 (python-imenu-format-parent-item-jump-label-function):
17308 New vars.
17309 (python-imenu-format-item-label)
17310 (python-imenu-format-parent-item-label)
17311 (python-imenu-format-parent-item-jump-label)
17312 (python-imenu--put-parent, python-imenu--build-tree)
17313 (python-imenu-create-index, python-imenu-create-flat-index)
17314 (python-util-popn): New functions.
17315 (python-mode): Set imenu-create-index-function to
17316 python-imenu-create-index.
17317
17318 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17319
17320 * winner.el (winner-active-region): Use region-active-p, activate-mark
17321 and deactivate-mark (bug#14225).
17322
17323 * simple.el (deactivate-mark): Don't inline it.
17324
17325 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
17326
17327 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
17328
17329 2013-04-18 Tassilo Horn <tsdh@gnu.org>
17330
17331 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
17332 file extensions from the archive-mode entry in order to prefer
17333 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
17334
17335 2013-04-18 Leo Liu <sdl.web@gmail.com>
17336
17337 * bindings.el (help-event-list): Add ?\?.
17338
17339 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * subr.el (with-wrapper-hook): Declare obsolete.
17342 * simple.el (filter-buffer-substring-function): New hook.
17343 (filter-buffer-substring): Use it.
17344 (filter-buffer-substring-functions): Mark obsolete.
17345 * minibuffer.el (completion-in-region-function): New hook.
17346 (completion-in-region): Use it.
17347 (completion-in-region-functions): Mark obsolete.
17348 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
17349 * abbrev.el (abbrev-expand-function): New hook.
17350 (expand-abbrev): Use it.
17351 (abbrev-expand-functions): Mark obsolete.
17352 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
17353 and :filter-return.
17354
17355 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
17356
17357 * progmodes/python.el (python-nav--syntactically): Fix cornercases
17358 and do not care about match data.
17359
17360 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
17363 completion tables when completing error conditions and
17364 `declare' arguments.
17365 (lisp-complete-symbol, field-complete): Mark as obsolete.
17366 (check-parens): Unmatched parens are user errors.
17367 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
17368
17369 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
17370
17371 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
17372 command changed buffer (ie. `flyspell-pre-buffer' is not current
17373 buffer), which prevents making decisions based on invalid value of
17374 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
17375 cause an error when `flyspell-pre-point' was nil after switching
17376 buffers.
17377 (flyspell-post-command-hook): No longer needs to change buffers when
17378 checking pre-word. While at it remove unnecessary progn.
17379
17380 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
17381
17382 * textmodes/ispell.el (ispell-add-per-file-word-list):
17383 Fix `flyspell-correct-word-before-point' error when accepting
17384 words and `coment-padding' is an integer by using
17385 `comment-normalize-vars' (Bug #14214).
17386
17387 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
17388
17389 New defun movement commands.
17390 * progmodes/python.el (python-nav--syntactically)
17391 (python-nav--forward-defun, python-nav-backward-defun)
17392 (python-nav-forward-defun): New functions.
17393
17394 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
17395
17396 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
17397 (python-syntax-context): Use named compiler-macro for backwards
17398 compatibility with Emacs 24.x.
17399
17400 2013-04-17 Leo Liu <sdl.web@gmail.com>
17401
17402 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
17403 octave-hide-process-buffer.
17404
17405 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
17406
17407 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
17408 (bug#14216).
17409
17410 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
17411
17412 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
17413 Fix adjustment of offset when receiving incomplete responses from GDB
17414 (bug#14129).
17415
17416 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17417
17418 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
17419 python-mode-abbrev-table.
17420 (python-skeleton-define): Adjust accordingly.
17421 (python-mode-abbrev-table): New table that inherits from it so that
17422 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
17423
17424 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
17425 (abbrev-symbol): Use it.
17426 (abbrev--before-point): Use it since we already handle inheritance.
17427
17428 2013-04-16 Leo Liu <sdl.web@gmail.com>
17429
17430 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
17431 binding to info-lookup-symbol.
17432
17433 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
17434
17435 * minibuffer.el (completion--twq-all):
17436 * term/ns-win.el (ns-initialize-window-system):
17437 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
17438
17439 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17440
17441 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
17442 global bindings.
17443
17444 * doc-view.el (doc-view-start-process): Handle url-handler directories.
17445
17446 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
17447
17448 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
17449 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
17450 to nil.
17451 (ruby-end-of-defun): Remove the unused arg, change the docstring
17452 to reflect that this function is only used as the value of
17453 `end-of-defun-function'.
17454 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
17455 to reflect an earlier change that beginning/end-of-defun functions
17456 jump between methods in a class definition, as well as top-level
17457 functions.
17458
17459 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * minibuffer.el (minibuffer-complete): Don't just scroll
17462 a *Completions* that's been iconified.
17463 (minibuffer-force-complete): Make sure repetitions do cycle when going
17464 through completion-in-region -> minibuffer-complete.
17465
17466 2013-04-15 Alan Mackenzie <acm@muc.de>
17467
17468 Correct the placement of c-cpp-delimiters when there're #s not at
17469 col 0.
17470
17471 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
17472 place a submatch around the #.
17473 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
17474 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
17475 on the #, not BOL.
17476
17477 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17478
17479 * emacs-lisp/nadvice.el: Properly test names when adding advice.
17480 (advice--member-p): New arg `name'.
17481 (advice--add-function, advice-member-p): Use it (bug#14202).
17482
17483 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
17484
17485 Reformulate java imenu-generic-expression.
17486 The old expression contained ill formed regexps.
17487
17488 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
17489 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
17490 (cc-imenu-java-method-arg-regexp): New defconsts.
17491 (cc-imenu-java-build-type-args-regex): New defun.
17492 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
17493 handling of spaces in the regexp.
17494
17495 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
17496
17497 * textmodes/ispell.el (ispell-command-loop): Remove
17498 flyspell highlight of a word when ispell accepts it (bug #14178).
17499
17500 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
17501
17502 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
17503 uses code from the previous `ange-ftp-run-real-handler'.
17504 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
17505 only in case that function exist. This is needed for proper
17506 unloading of Tramp.
17507
17508 2013-04-15 Tassilo Horn <tsdh@gnu.org>
17509
17510 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
17511
17512 * textmodes/reftex.el (reftex-compile-variables): Use it.
17513
17514 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17515
17516 * files.el (normal-mode): Only use default major-mode if no other mode
17517 was specified.
17518
17519 * emacs-lisp/trace.el (trace-values): New function.
17520
17521 * files.el: Allow : in local variables (bug#14089).
17522 (hack-local-variable-regexp): New var.
17523 (hack-local-variables-prop-line, hack-local-variables): Use it.
17524
17525 2013-04-13 Roland Winkler <winkler@gnu.org>
17526
17527 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
17528 data before it gets modified by bibtex-beginning-of-entry.
17529
17530 2013-04-13 Roland Winkler <winkler@gnu.org>
17531
17532 * textmodes/bibtex.el (bibtex-url): Doc fix.
17533
17534 2013-04-13 Roland Winkler <winkler@gnu.org>
17535
17536 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
17537 does not visit a BibTeX file, exclude it from the list of buffers
17538 returned by bibtex-initialize.
17539
17540 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
17541
17542 * window.el (split-window): Remove interactive form, since as a
17543 command this function is a special case of split-window-below.
17544 Correct doc string.
17545
17546 2013-04-12 Roland Winkler <winkler@gnu.org>
17547
17548 * faces.el (read-face-name): Do not override value of arg default.
17549 Allow single faces and strings as default values. Remove those
17550 elements from return value that are not faces.
17551 (describe-face): Simplify.
17552 (face-at-point): New optional args thing and multiple so that this
17553 function can provide the same functionality previously provided by
17554 read-face-name.
17555 (make-face-bold, make-face-unbold, make-face-italic)
17556 (make-face-unitalic, make-face-bold-italic, invert-face)
17557 (modify-face, read-face-and-attribute): Use face-at-point.
17558
17559 * cus-edit.el (customize-face, customize-face-other-window)
17560 * cus-theme.el (custom-theme-add-face)
17561 * face-remap.el (buffer-face-set)
17562 * facemenu.el (facemenu-set-face): Use face-at-point.
17563
17564 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
17565
17566 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
17567
17568 2013-04-10 Tassilo Horn <tsdh@gnu.org>
17569
17570 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
17571 off leading { and trailing } from field values.
17572
17573 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17574
17575 * emacs-lisp/timer.el (timer--check): New function.
17576 (timer--time, timer-set-function, timer-event-handler): Use it.
17577 (timer-set-idle-time): Simplify.
17578 (timer--activate): CSE.
17579 (timer-event-handler): Give more info in error message.
17580 (internal-timer-start-idle): New function, moved from C.
17581
17582 * mpc.el (mpc-proc): Add `restart' argument.
17583 (mpc-proc-cmd): Use it.
17584 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
17585 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
17586 less often.
17587
17588 2013-04-10 Masatake YAMATO <yamato@redhat.com>
17589
17590 * progmodes/sh-script.el: Implement `sh-mode' own
17591 `add-log-current-defun-function' (bug#14112).
17592 (sh-current-defun-name): New function.
17593 (sh-mode): Use the function.
17594
17595 2013-04-09 Bastien Guerry <bzg@gnu.org>
17596
17597 * simple.el (choose-completion-string): Fix docstring (bug#14163).
17598
17599 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17600
17601 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
17602
17603 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
17604 timer (bug#14156).
17605
17606 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
17607
17608 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
17609 declaration.
17610
17611 2013-04-07 Leo Liu <sdl.web@gmail.com>
17612
17613 * pcmpl-x.el: New file.
17614
17615 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
17616
17617 Do not set x-display-name until X connection is established.
17618 This is needed to prevent from weird situation described at
17619 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
17620 * frame.el (make-frame): Set x-display-name after call to
17621 window system initialization function, not before.
17622 * term/x-win.el (x-initialize-window-system): Add optional
17623 display argument and use it.
17624 * term/w32-win.el (w32-initialize-window-system):
17625 * term/ns-win.el (ns-initialize-window-system):
17626 * term/pc-win.el (msdos-initialize-window-system):
17627 Add compatible optional display argument.
17628
17629 2013-04-06 Eli Zaretskii <eliz@gnu.org>
17630
17631 * files.el (normal-backup-enable-predicate): On MS-Windows and
17632 MS-DOS compare truenames of temporary-file-directory and of the
17633 file, so that 8+3 aliases (usually found in $TEMP on Windows)
17634 don't fail comparison by compare-strings. Also, compare file
17635 names case-insensitively on MS-Windows and MS-DOS.
17636
17637 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
17638
17639 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
17640 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
17641
17642 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
17643
17644 * whitespace.el (whitespace-color-on, whitespace-color-off):
17645 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
17646
17647 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
17648
17649 * ispell.el (ispell-set-spellchecker-params):
17650 Really set `ispell-args' for all equivs.
17651
17652 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
17653
17654 * ido.el (ido-completions): Use extra elements of ido-decorations
17655 (bug#14143).
17656 (ido-decorations): Update docstring.
17657
17658 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
17659
17660 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
17661 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
17662 nil during initialization, in order not to miss changes since the
17663 file was opened. (Bug#14140)
17664
17665 2013-04-05 Leo Liu <sdl.web@gmail.com>
17666
17667 * kmacro.el (kmacro-call-macro): Fix bug#14135.
17668
17669 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
17670
17671 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
17672
17673 2013-04-04 Glenn Morris <rgm@gnu.org>
17674
17675 * electric.el (electric-pair-inhibit-predicate): Add :version.
17676
17677 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
17678
17679 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
17680 when a package is required several times (bug#14082).
17681
17682 2013-04-04 Roland Winkler <winkler@gnu.org>
17683
17684 * faces.el (read-face-name): Behave as promised by the docstring.
17685 Assume that arg default is a list of faces.
17686 (describe-face): Call read-face-name with list of default faces.
17687
17688 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17689
17690 * bookmark.el: Fix deletion of bookmarks (bug#13972).
17691 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
17692 (bookmark-bmenu-execute-deletions): Only skip first line if it's
17693 the header.
17694 (bookmark-exit-hook-internal): Save even if list is empty.
17695
17696 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
17697
17698 * emacs-lisp/package.el (package-pinned-packages): New var.
17699 (package--add-to-archive-contents): Obey it (bug#14118).
17700
17701 2013-04-03 Alan Mackenzie <acm@muc.de>
17702
17703 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
17704 Also adapt to the new values of element 7 of a parse state.
17705
17706 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
17707 parameter `not-in-delimiter'. Handle being inside comment opener.
17708 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
17709 character in case we're typing a '*' after a '/'.
17710 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
17711 instead by passing the parameter to c-state-pp-to-literal.
17712
17713 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
17714 for elt. 7 of a parse state.
17715
17716 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
17717
17718 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
17719 * international/latin1-disp.el, international/mule-util.el:
17720 * language/cyril-util.el, language/european.el, language/ind-util.el:
17721 * language/lao-util.el, language/thai.el, language/tibet-util.el:
17722 * language/tibetan.el, language/viet-util.el:
17723 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
17724
17725 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
17726
17727 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
17728 (electric-pair-post-self-insert-function): Use it.
17729 (electric-pair-default-inhibit): New function, extracted from
17730 electric-pair-post-self-insert-function.
17731
17732 2013-03-31 Roland Winkler <winkler@gnu.org>
17733
17734 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
17735
17736 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
17737
17738 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
17739
17740 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
17741
17742 Un-indent after "pass" and "return" statements (Bug#13888)
17743 * progmodes/python.el (python-indent-block-enders): New var.
17744 (python-indent-calculate-indentation): Use it.
17745
17746 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
17747
17748 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
17749 defun. Defining it as defalias could introduce too eager
17750 byte-compiler optimization. (Bug#14030)
17751
17752 2013-03-30 Chong Yidong <cyd@gnu.org>
17753
17754 * iswitchb.el (iswitchb-read-buffer): Fix typo.
17755
17756 2013-03-30 Leo Liu <sdl.web@gmail.com>
17757
17758 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
17759 (kmacro-execute-from-register): Pass the keyboard macro to
17760 kmacro-call-macro or repeating won't work correctly.
17761
17762 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
17763
17764 * progmodes/subword.el: Back to using `forward-symbol'.
17765
17766 * subr.el (forward-whitespace, forward-symbol)
17767 (forward-same-syntax): Move from thingatpt.el.
17768
17769 2013-03-29 Leo Liu <sdl.web@gmail.com>
17770
17771 * kmacro.el (kmacro-to-register): New command.
17772 (kmacro-execute-from-register): New function.
17773 (kmacro-keymap): Bind to 'x'. (Bug#14071)
17774
17775 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
17776
17777 * mpc.el: Use defvar-local and setq-local.
17778 (mpc--proc-connect): Connection failures are not bugs.
17779 (mpc-mode-map): `follow-link' only applies to the buffer's content.
17780 (mpc-volume-map): Bind to the up-events.
17781
17782 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
17783
17784 * progmodes/subword.el (superword-mode): Use `forward-sexp'
17785 instead of `forward-symbol'.
17786
17787 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
17788
17789 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
17790 (edebug--recursive-edit): Use it.
17791 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
17792 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
17793
17794 2013-03-28 Leo Liu <sdl.web@gmail.com>
17795
17796 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
17797
17798 2013-03-27 Eli Zaretskii <eliz@gnu.org>
17799
17800 * facemenu.el (list-colors-callback): New defvar.
17801 (list-colors-redisplay): New function.
17802 (list-colors-display): Install list-colors-redisplay as the
17803 revert-buffer-function. (Bug#14063)
17804
17805 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
17806
17807 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
17808 and suffixes don't overlap (bug#14061).
17809
17810 * case-table.el: Use lexical-binding.
17811 (case-table-get-table): New function.
17812 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
17813
17814 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
17815
17816 * progmodes/subword.el: Add `superword-mode' to do word motion
17817 over symbol_words (parallels and leverages `subword-mode' which
17818 does word motion inside MixedCaseWords).
17819
17820 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
17821
17822 * eshell/em-unix.el: Move su and sudo to...
17823 * eshell/em-tramp.el: ...Eshell tramp module.
17824
17825 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17826
17827 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
17828 Change return value to be a sexp. Delay `get-buffer' to after
17829 restoring the desktop (bug#13951).
17830
17831 2013-03-26 Leo Liu <sdl.web@gmail.com>
17832
17833 * register.el: Move semantic tag handling back to
17834 cedet/semantic/senator.el. (Bug#14052)
17835
17836 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
17837
17838 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
17839 into the prompt either (bug#13963).
17840
17841 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
17842
17843 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
17844 part of "(error-foo)".
17845
17846 2013-03-24 Juri Linkov <juri@jurta.org>
17847
17848 * replace.el (list-matching-lines-prefix-face): New defcustom.
17849 (occur-1): Pass `list-matching-lines-prefix-face' to the function
17850 `occur-engine' if `face-differs-from-default-p' returns t.
17851 (occur-engine): Add `,' inside backquote construct to evaluate
17852 `prefix-face'. Propertize the prefix with the `prefix-face' face.
17853 Pass `prefix-face' to the functions `occur-context-lines' and
17854 `occur-engine-add-prefix'.
17855 (occur-engine-add-prefix, occur-context-lines): Add optional arg
17856 `prefix-face' and propertize the prefix with `prefix-face'.
17857 (Bug#14017)
17858
17859 2013-03-24 Leo Liu <sdl.web@gmail.com>
17860
17861 * nxml/rng-valid.el (rng-validate-while-idle)
17862 (rng-validate-quick-while-idle): Guard against deleted buffer.
17863 (Bug#13999)
17864
17865 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
17866 is the last entry in kill-buffer-hook.
17867
17868 * files.el (kill-buffer-hook): Doc fix.
17869
17870 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
17871
17872 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
17873 Make it safe-local.
17874
17875 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
17876
17877 2013-03-23 Leo Liu <sdl.web@gmail.com>
17878
17879 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
17880 Remove.
17881
17882 * nxml/rng-valid.el (rng-validate-mode)
17883 (rng-after-change-function, rng-do-some-validation):
17884 * nxml/rng-maint.el (rng-validate-buffer):
17885 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
17886 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
17887 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
17888 (nxml-extend-after-change-region): Use with-silent-modifications.
17889
17890 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
17891 timer-idle-list.
17892
17893 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
17894 (rng-next-error-1, rng-previous-error-1): Do not let-bind
17895 timer-idle-list. (Bug#13999)
17896
17897 2013-03-23 Juri Linkov <juri@jurta.org>
17898
17899 * info.el (info-index-match): New face.
17900 (Info-index, Info-apropos-matches): Add a nested subgroup to the
17901 main pattern and add text properties with the new face to matches
17902 in index entries relative to the beginning of the index entry.
17903 (Bug#14015)
17904
17905 2013-03-21 Eric Ludlam <zappo@gnu.org>
17906
17907 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
17908 Inhibit read only while inserting objects.
17909
17910 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
17911
17912 * progmodes/cfengine.el: Update docs to mention
17913 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
17914 symbol motion. Remove "_" from the word syntax.
17915
17916 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
17917
17918 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
17919 syntax for both `cfengine2-mode' and `cfengine3-mode'.
17920
17921 2013-03-20 Juri Linkov <juri@jurta.org>
17922
17923 * info.el (Info-next-reference-or-link)
17924 (Info-prev-reference-or-link): New functions.
17925 (Info-next-reference, Info-prev-reference): Use them.
17926 (Info-try-follow-nearest-node): Handle footnote navigation.
17927 (Info-fontify-node): Fontify footnotes. (Bug#13989)
17928
17929 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
17930
17931 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
17932 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
17933
17934 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
17935
17936 Suppress unnecessary non-ASCII chatter during build process.
17937 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
17938 (batch-skkdic-convert): Suppress most of the chatter.
17939 It's not needed so much now that machines are faster,
17940 and its non-ASCII component was confusing; see Dmitry Gutov in
17941 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
17942
17943 2013-03-20 Leo Liu <sdl.web@gmail.com>
17944
17945 * ido.el (ido-chop): Fix bug#10994.
17946
17947 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
17948
17949 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
17950 Remove vars.
17951 (whitespace-color-on, whitespace-color-off):
17952 Use `font-lock-fontify-buffer' (Bug#13817).
17953
17954 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
17957 remapping in mode-line.
17958 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
17959
17960 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
17961
17962 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
17963 value for `whitespace-line' face (Bug#13875).
17964 (whitespace-font-lock-keywords): Change description.
17965 (whitespace-color-on): Don't save `font-lock-keywords' value, save
17966 the constructed keywords instead.
17967 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
17968
17969 2013-03-19 Leo Liu <sdl.web@gmail.com>
17970
17971 * progmodes/compile.el (compilation-display-error): New command.
17972 (compilation-mode-map, compilation-minor-mode-map): Bind it to
17973 C-o. (Bug#13992)
17974
17975 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
17976
17977 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
17978
17979 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
17980
17981 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
17982
17983 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
17984
17985 * net/tramp-compat.el (tramp-compat-user-error): New defun.
17986
17987 * net/tramp-adb.el (tramp-adb-handle-shell-command):
17988 * net/tramp-gvfs.el (top):
17989 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
17990 (tramp-handle-shell-command): Use it.
17991 (tramp-dissect-file-name): Raise an error when hostname is a
17992 method name, and neither method nor user is specified.
17993
17994 * net/trampver.el: Update release number.
17995
17996 2013-03-18 Leo Liu <sdl.web@gmail.com>
17997
17998 Make sure eldoc can be turned off properly.
17999 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
18000 eldoc-mode.
18001 (eldoc-display-message-p): Revert last change.
18002 (eldoc-display-message-no-interference-p)
18003 (eldoc-print-current-symbol-info): Tweak.
18004
18005 2013-03-18 Tassilo Horn <tsdh@gnu.org>
18006
18007 * doc-view.el (doc-view-new-window-function): Check the new window
18008 overlay's display property instead the char property of the
18009 buffer's first char. Use `with-selected-window' instead of
18010 `save-window-excursion' with `select-window'.
18011 (doc-view-document->bitmap): Check the current doc-view overlay's
18012 display property instead the char property of the buffer's first char.
18013
18014 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
18015
18016 Automate the build of ja-dic.el (Bug#13984).
18017 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
18018 from the input, rather than assume that it's been done for us by the
18019 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
18020 the current date into a ja-dic.el comment, as that complicates
18021 regression testing.
18022
18023 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
18024
18025 * whitespace.el: Fix double evaluation.
18026 (whitespace-space, whitespace-hspace, whitespace-tab)
18027 (whitespace-newline, whitespace-trailing, whitespace-line)
18028 (whitespace-space-before-tab, whitespace-indentation)
18029 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
18030 obsolete defvars.
18031 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
18032 (whitespace-color-on): Use a single font-lock-add-keywords call.
18033 Fix double-evaluation of face variables.
18034
18035 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
18036
18037 * net/tramp-adb.el (tramp-adb-parse-device-names):
18038 Use `start-process' instead of `call-process'. Otherwise, the
18039 function might be blocked under MS Windows. (Bug#13299)
18040
18041 2013-03-17 Leo Liu <sdl.web@gmail.com>
18042
18043 Extend eldoc to display info in the mode-line. (Bug#13978)
18044 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
18045 (eldoc-mode-line-string): New variable.
18046 (eldoc-minibuffer-message): New function.
18047 (eldoc-message-function): New variable.
18048 (eldoc-message): Use it.
18049 (eldoc-display-message-p)
18050 (eldoc-display-message-no-interference-p):
18051 Support eldoc-post-insert-mode.
18052
18053 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
18054 (eval-expression): Run it.
18055
18056 2013-03-17 Roland Winkler <winkler@gnu.org>
18057
18058 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
18059 strings in the list of return values.
18060
18061 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
18062
18063 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
18064 radix before checking for HMS forms.
18065
18066 2013-03-16 Leo Liu <sdl.web@gmail.com>
18067
18068 * progmodes/scheme.el: Add indentation and font-locking for λ.
18069 (Bug#13975)
18070
18071 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
18072
18073 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
18074 token before point (bug#13942).
18075
18076 2013-03-16 Leo Liu <sdl.web@gmail.com>
18077
18078 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
18079
18080 2013-03-16 Eli Zaretskii <eliz@gnu.org>
18081
18082 * startup.el (command-line-normalize-file-name): Fix handling of
18083 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
18084 <xfq.free@gmail.com> in
18085 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
18086
18087 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
18088
18089 Sync with Tramp 2.2.7.
18090
18091 * net/trampver.el: Update release number.
18092
18093 2013-03-14 Tassilo Horn <tsdh@gnu.org>
18094
18095 * doc-view.el: Fix bug#13887.
18096 (doc-view-insert-image): Don't modify overlay associated to
18097 non-live windows, and implement horizontal centering of image in
18098 case it's smaller than the window.
18099 (doc-view-new-window-function): Force redisplay of new windows on
18100 doc-view buffers.
18101
18102 2013-03-13 Karl Fogel <kfogel@red-bean.com>
18103
18104 * saveplace.el (save-place-alist-to-file): Don't sort
18105 `save-place-alist', just pretty-print it (bug#13882).
18106
18107 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
18108
18109 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
18110 Check whether `default-file-name-coding-system' is bound.
18111 It isn't in XEmacs.
18112
18113 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
18114
18115 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
18116 backquotes for `obsolete' (bug#13929).
18117
18118 * international/mule.el (find-auto-coding): Include file name in
18119 obsolescence warning (bug#13922).
18120
18121 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
18122
18123 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
18124 for CFEngine 3-specific indentation.
18125 (cfengine3-indent-line): Use it. Fix up category regex.
18126 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
18127
18128 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
18129
18130 * type-break.el (type-break-file-name):
18131 * textmodes/remember.el (remember-data-file):
18132 * strokes.el (strokes-file):
18133 * shadowfile.el (shadow-initialize):
18134 * saveplace.el (save-place-file):
18135 * ps-bdf.el (bdf-cache-file):
18136 * progmodes/idlwave.el (idlwave-config-directory):
18137 * net/quickurl.el (quickurl-url-file):
18138 * international/kkc.el (kkc-init-file-name):
18139 * ido.el (ido-save-directory-list-file):
18140 * emulation/viper.el (viper-custom-file-name):
18141 * emulation/vip.el (vip-startup-file):
18142 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
18143 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
18144
18145 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
18146
18147 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
18148 * language/thai-word.el: Switch to UTF-8.
18149
18150 See ChangeLog.16 for earlier changes.
18151
18152 ;; Local Variables:
18153 ;; coding: utf-8
18154 ;; End:
18155
18156 Copyright (C) 2011-2014 Free Software Foundation, Inc.
18157
18158 This file is part of GNU Emacs.
18159
18160 GNU Emacs is free software: you can redistribute it and/or modify
18161 it under the terms of the GNU General Public License as published by
18162 the Free Software Foundation, either version 3 of the License, or
18163 (at your option) any later version.
18164
18165 GNU Emacs is distributed in the hope that it will be useful,
18166 but WITHOUT ANY WARRANTY; without even the implied warranty of
18167 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18168 GNU General Public License for more details.
18169
18170 You should have received a copy of the GNU General Public License
18171 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.