lisp/skeleton.el (skeleton-insert): Doc fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2014-06-21 Eli Zaretskii <eliz@gnu.org>
2
3 * skeleton.el (skeleton-insert): Doc fix.
4
5 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
8 (smie-config-guess): Use smie-config-local so the rules are obeyed
9 (bug#17818).
10
11 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
12 since it's already done inside the loop (bug#17819).
13
14 2014-06-20 Martin Rudalics <rudalics@gmx.at>
15
16 * mouse.el (mouse-drag-line): Re-remove code initially removed
17 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
18 (Bug#17819).
19
20 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
23 align with the surrounding parent (bug#17721).
24
25 2014-06-20 Eli Zaretskii <eliz@gnu.org>
26
27 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
28 locally to nil.
29 (texinfo-insert-block, texinfo-insert-@end)
30 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
31 local setting of skeleton-end-newline by adding an explicit \n to
32 the skeletons where appropriate. (Bug#17801)
33
34 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
37 (smie-indent--hanging-p): Use it.
38 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
39
40 2014-06-20 Leo Liu <sdl.web@gmail.com>
41
42 * simple.el (read-quoted-char): Don't let help chars pop up help
43 buffer. (Bug#16617)
44
45 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
46
47 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
48 for | (bug#17621).
49
50 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
53 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
54 burping.
55
56 2014-06-18 Eli Zaretskii <eliz@gnu.org>
57
58 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
59 and later. (Bug#17790)
60
61 2014-06-18 Juri Linkov <juri@jurta.org>
62
63 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
64 to `soft'. (Bug#17554)
65
66 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
67
68 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
69 (bug#17737).
70
71 2014-06-16 Dmitry <dgutov@yandex.ru>
72
73 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
74 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
75
76 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
77
78 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
79 `unread-command-events'.
80
81 2014-06-14 Glenn Morris <rgm@gnu.org>
82
83 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
84 Replace delete-duplicates and mapcan by cl- versions throughout.
85 And cl-macroexpand-all by macroexpand-all.
86 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
87
88 2014-06-14 Eli Zaretskii <eliz@gnu.org>
89
90 * subr.el (posn-col-row): Doc fix. (Bug#17768)
91
92 2014-06-14 Juri Linkov <juri@jurta.org>
93
94 * bindings.el: Put `ascii-character' property on keypad keys
95 mapped to characters. (Bug#17759)
96
97 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
98
99 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
100 bumping forward into a closing paren (bug#17761).
101
102 * term/xterm.el (xterm--version-handler): Work around for OSX
103 Terminal.app (bug#17607).
104
105 2014-06-08 Glenn Morris <rgm@gnu.org>
106
107 * startup.el (initial-buffer-choice): Doc fix.
108 Reset :version (adding an option does not merit a :version bump).
109
110 * bookmark.el (bookmark-load):
111 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
112
113 2014-06-06 Juri Linkov <juri@jurta.org>
114
115 * desktop.el: Activate auto-saving on window configuration changes.
116 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
117 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
118 (desktop-auto-save-set-timer): Change REPEAT arg of
119 `run-with-idle-timer' from t to nil.
120 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
121
122 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
123
124 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
125 vc-hg-command (bug#17570).
126
127 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
128
129 * international/mule-cmds.el (ucs-names): Add special entry for BEL
130 (bug#17702).
131
132 2014-06-06 Glenn Morris <rgm@gnu.org>
133
134 * startup.el (window-setup-hook): Doc fix.
135
136 2014-06-05 Glenn Morris <rgm@gnu.org>
137
138 * emacs-lisp/package.el (package-check-signature)
139 (package-unsigned-archives): Doc fixes.
140
141 2014-06-03 Martin Rudalics <rudalics@gmx.at>
142
143 * window.el (display-buffer-use-some-window): Don't make window
144 used smaller than it was before (Bug#17671).
145
146 2014-06-03 Eli Zaretskii <eliz@gnu.org>
147
148 * menu-bar.el (menu-bar-open): Fix last change: use the PC
149 'redisplay' instead of '(sit-for 0)'.
150
151 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
152
153 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
154 regexp. (Bug#17653)
155
156 2014-06-03 Glenn Morris <rgm@gnu.org>
157
158 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
159
160 2014-06-02 Eli Zaretskii <eliz@gnu.org>
161
162 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
163
164 2014-06-01 Eli Zaretskii <eliz@gnu.org>
165
166 * simple.el (keyboard-quit): Force update of mode lines, to remove
167 the "Def" indicator, if we were defining a macro. (Bug#17615)
168
169 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * minibuffer.el (minibuffer-force-complete-and-exit):
172 Obey minibuffer-default (bug#17545).
173
174 * progmodes/js.el (js-indent-line): Don't mix columns and chars
175 (bug#17619).
176
177 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
178
179 * subr.el (set-transient-map): Don't wait for some "nested"
180 transient-map to finish if we're only supposed to be active for
181 the next command (bug#17642).
182
183 2014-05-31 Leo Liu <sdl.web@gmail.com>
184
185 * emacs-lisp/gv.el (window-buffer, window-display-table)
186 (window-dedicated-p, window-hscroll, window-point, window-start):
187 Fix gv-expander. (Bug#17630)
188
189 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
192 clicks (bug#17633).
193
194 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
195 for the single comma, since ", " is *very* common in normal French text
196 (bug#17643).
197
198 2014-05-30 Glenn Morris <rgm@gnu.org>
199
200 * emacs-lisp/package.el (package-check-signature)
201 (package-unsigned-archives): Fix :version.
202
203 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * subr.el (sit-for): Don't run input-methods (bug#15614).
206
207 2014-05-28 Glenn Morris <rgm@gnu.org>
208
209 * cus-start.el: Fix some :version numbers.
210
211 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
212
213 * simple.el (deactivate-mark): Set mark-active to nil even if
214 deactivation is done via setting transient-mark-mode to nil,
215 since one is buffer-local and the other is global.
216
217 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
218 there can't be more than 2 arguments (bug#17584).
219
220 2014-05-27 Glenn Morris <rgm@gnu.org>
221
222 * simple.el (filter-buffer-substring-functions)
223 (filter-buffer-substring-function, buffer-substring-filters)
224 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
225
226 * minibuffer.el (completion-in-region-functions, completion-in-region)
227 (completion--in-region): Doc fixes.
228
229 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
230 (expand-abbrev, abbrev--default-expand): Doc fixes.
231
232 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
233
234 Include sources used to create macuvs.h.
235 * international/README: Refer to the Unicode Terms of Use rather
236 than copying it bodily here, as that simplifies maintenance.
237
238 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
239
240 * cus-face.el (custom-face-attributes): Add :distant-foreground.
241
242 2014-05-25 Martin Rudalics <rudalics@gmx.at>
243
244 * window.el (window--dump-frame): Remove interactive
245 specification.
246
247 2014-05-23 Glenn Morris <rgm@gnu.org>
248
249 * hippie-exp.el (he-line-search-regexp):
250 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
251
252 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
253
254 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
255 to avoid errors when trying to create or visit a file foo.todo
256 located outside to todo-directory, and to allow having such files
257 without them being tied to Todo mode (bug#17482).
258 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
259 (todo-archive-done-item, todo-find-filtered-items-file)
260 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
261 (todo-category-completions, todo-read-category): When visiting a
262 Todo file, make sure we're in the right mode and the buffer local
263 variables are set.
264 (todo-make-categories-list, todo-reset-nondiary-marker)
265 (todo-reset-done-string, todo-reset-comment-string):
266 After processing all Todo files, kill the buffers of those files that
267 weren't being visited before the processing.
268 (todo-display-as-todo-file, todo-add-to-buffer-list)
269 (todo-visit-files-commands): Comment out.
270 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
271 (auto-mode-alist): Remove add-to-list calls making Todo file
272 extensions unrestrictedly tied to Todo modes.
273
274 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
275
276 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
277 (advice-function-member-p): Tell it to check both names and functions
278 (bug#17531).
279 (advice--add-function): Adjust call accordingly.
280
281 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
282
283 * calendar/todo-mode.el: Miscellaneous bug fixes.
284 (todo-delete-file): When deleting an archive but not its todo
285 file, make sure to update the todo file's category sexp.
286 (todo-move-category): Keep the moved category's name unless the
287 file moved to already has a category with that name. If the
288 numerically last category of the source file was moved, make the
289 first category current to avoid selecting a nonexisting category.
290 (todo-merge-category): Fix implementation to make merging to a
291 category in another file work as documented. Eliminate now
292 insufficient and unnecessary renaming of archive category, correct
293 document string accordingly, and clarify it. If the numerically
294 last category of the source file was merged, make the first
295 category current to avoid selecting a nonexisting category.
296 (todo-archive-done-item): When there are marked items and point
297 happens to be on an unmarked item, ignore the latter. Don't leave
298 point below last item after archiving marked items.
299 (todo-unarchive-items): Fix logic to ensure unarchiving an item
300 from an archive with only one category deletes the archive only
301 when the category is empty after unarchiving. Make sure the todo
302 file's category sexp is updated.
303 (todo-read-file-name): Allow an existing file name even when it is
304 not required (todo-move-category needs this to work as documented).
305 (todo-add-file): Call todo-validate-name to reject the name of an
306 existing todo file (needed due to fix in todo-read-file-name).
307 (todo-reset-nondiary-marker): Also reset in filtered items files.
308 (todo-reset-done-string, todo-reset-comment-string): Also reset in
309 regexp filtered items files.
310 (todo-reset-highlight-item): Also reset in filtered items files.
311 Fix incorrect variable reference in document string.
312
313 2014-05-22 Glenn Morris <rgm@gnu.org>
314
315 * window.el (window--dump-frame): Avoid error in --without-x builds.
316
317 2014-05-21 Glenn Morris <rgm@gnu.org>
318
319 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
320
321 2014-05-21 Eli Zaretskii <eliz@gnu.org>
322
323 * frame.el (set-frame-font): Doc fix.
324
325 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
326
327 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
328
329 * emacs-lisp/package.el (package--download-one-archive):
330 Use `write-region' instead of `save-buffer' to avoid running various
331 hooks. (Bug#17155)
332 (describe-package-1): Same. Insert newline at the end of the
333 buffer if appropriate.
334
335 2014-05-20 Juri Linkov <juri@jurta.org>
336
337 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
338 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
339 Add more modifiers: meta, control, shift, hyper, super, alt.
340 (Bug#17439)
341
342 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
343 to allow changing its value with `set-variable'.
344
345 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
346
347 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
348 #; comments.
349 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
350 New functions.
351 (scheme-mode-variables): Set syntax-propertize-function instead of
352 font-lock-syntactic-face-function.
353 (scheme-font-lock-syntactic-face-function): Delete.
354
355 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
356
357 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
358
359 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
360 (bug#17392).
361
362 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
363
364 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
365 for a temporary file name.
366
367 2014-05-17 Eli Zaretskii <eliz@gnu.org>
368
369 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
370
371 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
372
373 * net/dbus.el (dbus-init-bus, dbus-call-method)
374 (dbus-call-method-asynchronously, dbus-send-signal)
375 (dbus-method-return-internal, dbus-method-error-internal):
376 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
377
378 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
379
380 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
381 methods which do not have a doc string. (Bug#17490)
382
383 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
384 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
387 suffix (bug#15419).
388
389 2014-05-14 Glenn Morris <rgm@gnu.org>
390
391 * vc/emerge.el (emerge-temp-file-prefix):
392 Make pointless option obsolete.
393 (emerge-temp-file-mode): Make non-functional option obsolete.
394
395 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
396
397 * net/browse-url.el (browse-url):
398 Use `unhandled-file-name-directory' when setting `default-directory',
399 in order to circumvent stalled remote connections. (Bug#17425)
400
401 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
404 into autoloading just because of a silly indirection.
405
406 2014-05-11 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
407
408 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
409
410 2014-05-11 Glenn Morris <rgm@gnu.org>
411
412 * emacs-lisp/find-gc.el: Move to ../admin.
413
414 2014-05-10 Glenn Morris <rgm@gnu.org>
415
416 * printing.el (pr-version):
417 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
418
419 * net/browse-url.el (browse-url-mosaic):
420 Create /tmp/Mosaic.PID as a private file.
421
422 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
425 (advice--member-p): If name is given, only compare the name.
426 (advice--remove-function): Don't stop at the first match.
427 (advice--normalize-place): New function.
428 (add-function, remove-function): Use it.
429 (advice--add-function): Pass the name, if any, to
430 advice--remove-function.
431
432 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
433
434 * electric.el (electric-indent-post-self-insert-function): Don't use
435 `pos' after modifying the buffer (bug#17449).
436
437 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * subr.el (function-put): Add function.
440
441 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
442
443 * calendar/todo-mode.el (todo-insert-item-from-calendar):
444 Correct argument list to conform to todo-insert-item--basic.
445
446 2014-05-09 Glenn Morris <rgm@gnu.org>
447
448 * files.el (cd-absolute): Test if directory is accessible
449 rather than executable. (Bug#17330)
450
451 * progmodes/compile.el (recompile):
452 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
453
454 2014-05-08 Juri Linkov <juri@jurta.org>
455
456 * dired.el (dired-check-switches, dired-switches-recursive-p):
457 New functions. (Bug#17218)
458 (dired-switches-escape-p, dired-move-to-end-of-filename):
459 Use `dired-check-switches'.
460 (dired-insert-old-subdirs, dired-build-subdir-alist)
461 (dired-sort-R-check): Use `dired-switches-recursive-p'.
462
463 2014-05-08 Glenn Morris <rgm@gnu.org>
464
465 * net/browse-url.el (browse-url-mosaic):
466 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
467 This is CVE-2014-3423.
468
469 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
470
471 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
472 (xterm-mouse--read-event-sequence-1000): Return nil if something
473 looks fishy.
474 (xterm-mouse-event): Propagate it.
475 (xterm-mouse-translate-1): Handle it.
476
477 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
478
479 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
480 four slots of the parameter list are filled, make sure to pass it
481 to the argument list of todo-insert-item--basic.
482
483 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
486 Add optional `seen' argument to detect and break infinite loops.
487
488 2014-05-06 Eli Zaretskii <eliz@gnu.org>
489
490 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
491 (trace-unsafe, trace-use-tree): Make parentheses style be
492 according to Emacs style.
493
494 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
495
496 * net/tramp-sh.el (tramp-remote-process-environment):
497 Remove HISTFILE and HISTSIZE; it's too late to set them here.
498 Add :version entry.
499 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
500 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
501 extra "PSx=..." commands.
502 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
503 (Bug#17295)
504
505 (tramp-uudecode): Replace the hard-coded temporary file name by a
506 format specifier.
507 (tramp-remote-coding-commands): Enhance docstring.
508 (tramp-find-inline-encoding): Replace "%t" by a temporary file
509 name. (Bug#17415)
510 This is CVE-2014-3424.
511
512 2014-05-06 Glenn Morris <rgm@gnu.org>
513
514 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
515 (find-gc-source-files): Update some names.
516 (trace-call-tree): Simplify and update.
517 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
518 This is CVE-2014-3422.
519
520 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * minibuffer.el (completion--try-word-completion): Revert fix for
523 Bug#15980 (bug#17375).
524
525 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
526 Always store button numbers in the same way in xterm-mouse-last;
527 Don't burp is xterm-mouse-last is not set as expected.
528 Never return negative indices.
529
530 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
531
532 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
533 Backtrack one char if the global/char-literal var matcher hits
534 inside a string. The next char could be the beginning of an
535 expression expansion.
536
537 2014-05-05 Glenn Morris <rgm@gnu.org>
538
539 * help-fns.el (describe-function-1): Test for an autoload before a
540 macro, since `macrop' works on autoloads. (Bug#17410)
541
542 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * electric.el (electric-indent-functions-without-reindent): Add yaml.
545
546 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
547 Make sure the new point we return is within the new string (bug#17239).
548
549 2014-05-03 Eli Zaretskii <eliz@gnu.org>
550
551 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
552
553 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
554
555 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
556 Use nil rather than `default' for the "default" appearance (bug#17388).
557 * vc/ediff-util.el (ediff-inferior-compare-regions)
558 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
559 a misleading `default' value when it's really a boolean.
560 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
561 overlay is not visible.
562
563 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
564
565 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
566 (todo-menu): Uncomment and update.
567
568 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
569
570 * calendar/todo-mode.el: Reimplement item editing to have the same
571 basic user interface as item insertion, and make small UI and
572 larger internal improvements to the latter.
573 (todo-insert-item): Add reference to the Todo mode user manual to
574 the documentation string.
575 (todo-insert-item--basic): Rename from todo-basic-insert-item and
576 adjust all callers. Change signature to combine diary and
577 nonmarking arguments. Incorporate functionality of deleted item
578 copying command and add error checking. Remove detailed
579 descriptions of the arguments from the documentation string, since
580 this is treated in the Todo mode user manual.
581 (todo-copy-item, todo-edit-multiline-item)
582 (todo-edit-done-item-comment, todo-edit-item-header)
583 (todo-edit-item-time, todo-edit-item-date-from-calendar)
584 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
585 (todo-edit-item-date-year, todo-edit-item-date-month)
586 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
587 Remove.
588 (todo-edit-item): Reimplement as wrapper command for
589 todo-edit-item--next-key and make it distinguish done and not done
590 todo items.
591 (todo-edit-item--text): New function, replacing old command
592 todo-edit-item and incorporating deleted commands
593 todo-edit-multiline-item and todo-edit-done-item-comment.
594 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
595 Use only numeric value of prefix argument. Remove detailed
596 descriptions of the arguments from the documentation string, since
597 this is treated in the Todo mode user manual.
598 (todo-edit-item--diary-inclusion): New function, replacing old
599 command todo-edit-item-diary-inclusion and incorporating and fixing
600 functionality of deleted command todo-edit-item-diary-nonmarking,
601 making sure to remove todo-nondiary-marker when adding
602 diary-nonmarking-symbol.
603 (todo-edit-category-diary-inclusion): Make sure to delete
604 diary-nonmarking-symbol when adding todo-nondiary-marker.
605 (todo-edit-category-diary-nonmarking): Fix indentation.
606 (todo-insert-item--parameters): Group diary and nonmarking
607 parameters together.
608 (todo-insert-item--apply-args): Adjust to signature of
609 todo-insert-item--basic and incorporate copy parameter.
610 Make small code improvements.
611 (todo-insert-item--next-param): Improve prompt and adjust it to
612 new parameter grouping. Remove obsolete code.
613 (todo-edit-item--param-key-alist)
614 (todo-edit-item--date-param-key-alist)
615 (todo-edit-done-item--param-key-alist): New defconsts.
616 (todo-edit-item--prompt): New variable.
617 (todo-edit-item--next-key): New function.
618 (todo-key-bindings-t): Bind "e" to todo-edit-item.
619 Remove bindings of deleted commands.
620
621 2014-05-02 Leo Liu <sdl.web@gmail.com>
622
623 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
624
625 2014-05-01 Glenn Morris <rgm@gnu.org>
626
627 * allout-widgets.el (allout-widgets-tally)
628 (allout-decorate-item-guides):
629 * menu-bar.el (menu-bar-positive-p):
630 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
631 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
632 * progmodes/js.el (js--inside-param-list-p)
633 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
634 * progmodes/prolog.el (region-exists-p):
635 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
636 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
637 Doc fixes (replace `iff').
638
639 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
642
643 2014-04-30 Eli Zaretskii <eliz@gnu.org>
644
645 * dired.el (dired-initial-position-hook, dired-initial-position):
646 Doc string fixes.
647
648 2014-04-29 Glenn Morris <rgm@gnu.org>
649
650 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
651
652 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
653
654 * faces.el (face-spec-recalc): Apply X resources only after the
655 defface spec has been applied. Thus, X resources are no longer
656 overriden by the defface spec which also fixes issues on win32 where
657 the toolbar coloring was wrong because it is set through X resources
658 and was (wrongfully) overriden. (Bug#16694)
659
660 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * textmodes/rst.el (electric-pair-pairs): Declare.
663 (rst-mode): Set it (bug#17131).
664
665 2014-04-27 Juri Linkov <juri@jurta.org>
666
667 * desktop.el (desktop-value-to-string): Let-bind `print-length'
668 and `print-level' to nil. (Bug#17351)
669
670 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
671
672 * battery.el (battery-update): Handle the case where battery
673 status is "N/A" (bug#17319).
674
675 2014-04-24 Eli Zaretskii <eliz@gnu.org>
676
677 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
678 Use equal-including-properties to compare help-echo strings (bug#17331).
679
680 2014-04-24 Leo Liu <sdl.web@gmail.com>
681
682 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
683 Fix syntax for @. (Bug#17325)
684
685 2014-04-24 Daniel Colascione <dancol@dancol.org>
686
687 * emacs-lisp/cl.el (gv): Require gv early to break eager
688 macro-expansion cycles.
689
690 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * simple.el (region-active-p): Check there's a mark (bug#17324).
693
694 * simple.el (completion-list-mode-map): Use choose-completion for the
695 mouse binding as well (bug#17302).
696 (completion-list-mode, completion-setup-function): Adjust docstring and
697 echo area message accordingly.
698 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
699 calling convention of choose-completion.
700 * comint.el (comint-dynamic-list-completions):
701 * term.el (term-dynamic-list-completions): Accept choose-completion.
702
703 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
704 &, |, +, - and * can't be a division (bug#17317).
705
706 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
707
708 * term/xterm.el (xterm--version-handler): Don't use modern xterm
709 features on gnome-terminal (bug#16988).
710
711 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
712
713 * dired.el (dired-insert-set-properties): Do not consider
714 subdirectory headings and empty lines to be information that
715 `dired-hide-details-mode' should hide. (Bug#17228)
716
717 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
718
719 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
720 Remove test messages.
721 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
722 and `target' twice.
723
724 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
727 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
728
729 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
730
731 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
732
733 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
734 Set "IFS=" when using read builtin, in order to preserve spaces in
735 the file name. Add test messages for hunting a bug on hydra.
736 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
737
738 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
739
740 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
741 Don't prettify a word within a symbol.
742
743 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
744
745 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
746 possible.
747
748 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
749
750 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
751 assignments such as "case=hello" (bug#17297).
752
753 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
754
755 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
756 Do not autoload.
757 (tramp-file-name-handler, tramp-completion-file-name-handler):
758 Revert patch from 2014-04-10, it isn't necessary anymore.
759 (tramp-autoload-file-name-handler)
760 (tramp-register-autoload-file-name-handlers): New defuns.
761 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
762 (tramp-register-file-name-handlers): Remove also
763 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
764 Do not autoload its invocation, but eval it after loading of 'tramp.
765
766 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
767
768 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
769
770 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
771
772 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
773 was done (bug#17264).
774 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
775 comment to EOB.
776
777 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
778 here-documents (bug#17262).
779
780 2014-04-16 Eli Zaretskii <eliz@gnu.org>
781
782 * term/pc-win.el (x-list-fonts, x-get-selection-value):
783 Provide doc strings, as required by snarf-documentation.
784
785 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
788 arg of overlays-at. Use `invisible-p'.
789
790 * obsolete/lucid.el (extent-at):
791 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
792 overlays-at.
793 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
794
795 2014-04-14 João Távora <joaotavora@gmail.com>
796
797 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
798 links. (Bug#17217).
799
800 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
801
802 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
803 Use mapc to loop over a vector. (Bug#17257).
804
805 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
806
807 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
808 patch, there are new problems with file names containing spaces.
809 Get rid of backticks. (Bug#17238)
810
811 2014-04-13 João Távora <joaotavora@gmail.com>
812
813 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
814 possible bug.
815
816 2014-04-13 Eli Zaretskii <eliz@gnu.org>
817
818 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
819 (blink-cursor-mode): Mention customization variables and the
820 effect of 'blink-cursor-blinks'.
821
822 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
823
824 * simple.el (undo): Prevent insertion of identity mapping into
825 undo-equiv-table so as undo-only does not inf loop in the presence
826 of consecutive nils in undo list.
827
828 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
829
830 * faces.el (make-face): Deprecate optional argument as it is no
831 longer needed/used since the conditional X resources handling
832 has been pushed down to make-face-x-resource-internal itself.
833 (make-empty-face): Don't pass optional argument to make-face.
834
835 2014-04-12 Eli Zaretskii <eliz@gnu.org>
836
837 * international/characters.el <standard-case-table>: Add entries
838 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
839 Set category of Coptic characters be 'g' (Greek).
840
841 2014-04-12 Leo Liu <sdl.web@gmail.com>
842
843 * progmodes/octave.el (completion-table-with-cache): Define if not
844 available.
845 (octave-goto-function-definition)
846 (octave-sync-function-file-names)
847 (octave-find-definition-default-filename): Backquote upattern for
848 compatibility.
849
850 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
851
852 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
853 name twice due to backticks. (Bug#17238)
854
855 2014-04-11 Glenn Morris <rgm@gnu.org>
856
857 * term/w32-win.el (x-win-suspend-error):
858 * term/x-win.el (x-win-suspend-error): Sync docs.
859
860 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 Ediff's overlay priorities cause more trouble than they solve.
863 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
864 (ediff-highest-priority): Remove function (bug#17234).
865 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
866 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
867 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
868 overlay priorities.
869
870 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
871
872 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
873 entry; use symbol boundaries to avoid mis-matches.
874
875 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
876
877 * net/tramp.el (tramp-file-name-handler)
878 (tramp-completion-file-name-handler): Avoid recursive loading.
879
880 * net/tramp-sh.el (tramp-make-copy-program-file-name):
881 Quote result also locally.
882
883 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
884
885 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
886 Module methods. (Bug#17216)
887
888 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * help.el (describe-bindings): Fix buffer handling (bug#17210).
891 (describe-bindings-internal): Mark obsolete.
892
893 2014-04-07 João Távora <joaotavora@gmail.com>
894
895 * elec-pair.el:
896 (electric-pair--syntax-ppss): When inside comments parse from
897 comment beginning.
898 (electric-pair--balance-info): Fix typo in comment.
899 (electric-pair--in-unterminated-string-p): Delete.
900 (electric-pair--unbalanced-strings-p): New function.
901 (electric-pair-string-bound-function): New var.
902 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
903 according to `electric-pair--in-unterminated-string-p'
904
905 2014-04-07 João Távora <joaotavora@gmail.com>
906
907 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
908 Inhibit quote pairing if point-max is inside an unterminated string.
909 (electric-pair--looking-at-unterminated-string-p): Delete.
910 (electric-pair--in-unterminated-string-p): New function.
911
912 2014-04-07 Glenn Morris <rgm@gnu.org>
913
914 * shell.el (shell-directory-tracker):
915 Go back to just ignoring failures. (Bug#17159)
916
917 2014-04-06 João Távora <joaotavora@gmail.com>
918
919 Fix `electric-pair-delete-adjacent-pairs' in modes binding
920 backspace. (bug#16981)
921 * elec-pair.el (electric-pair-backward-delete-char): Delete.
922 (electric-pair-backward-delete-char-untabify): Delete.
923 (electric-pair-mode-map): Bind backspace to a menu item filtering
924 a new `electric-pair-delete-pair' command.
925 (electric-pair-delete-pair): New command.
926
927 2014-04-06 João Távora <joaotavora@gmail.com>
928
929 * progmodes/python.el (python-electric-pair-string-delimiter):
930 Fix triple-quoting electricity. (Bug#17192)
931
932 2014-04-06 João Távora <joaotavora@gmail.com>
933
934 * elec-pair.el (electric-pair-post-self-insert-function):
935 Don't skip whitespace when `electric-pair-text-pairs' and
936 `electric-pair-pairs' were used. syntax to
937 electric-pair--skip-whitespace. (Bug#17183)
938
939 2014-04-06 Eli Zaretskii <eliz@gnu.org>
940
941 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
942 "<F>". (Bug#17199)
943
944 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
945
946 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
947 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
948
949 2014-04-05 Glenn Morris <rgm@gnu.org>
950
951 * help.el (view-lossage): Doc tweak.
952
953 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
954
955 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
956 only when inhibit-x-resources is nil, and do that earlier in the
957 function. Doc fix. (Bug#16694)
958 (face-spec-choose): Accept additional optional argument, whose
959 value is returned if no matching attributes are found.
960 (face-spec-recalc): Use the new optional argument when calling
961 face-spec-choose. (Bug#16378)
962 (make-face-x-resource-internal): Do nothing when
963 inhibit-x-resources is non-nil. Don't touch the default face if
964 reversed video is given--as was done in previous versions of Emacs.
965 (face-set-after-frame-default): Don't call
966 make-face-x-resource-internal here. (Bug#16434)
967
968 2014-04-04 Tassilo Horn <tsdh@gnu.org>
969
970 * doc-view.el (doc-view-bookmark-jump):
971 Use `bookmark-after-jump-hook' to jump to the right page after the
972 buffer is shown in a window. (bug#16090)
973
974 2014-04-04 Eli Zaretskii <eliz@gnu.org>
975
976 * international/characters.el (mirroring): Fix last change:
977 instead of loading uni-mirrored.el explicitly, do that implicitly
978 by creating the 'mirroring' uniprop table. This avoids announcing
979 the loading of uni-mirrored.el.
980
981 2014-04-04 Glenn Morris <rgm@gnu.org>
982
983 * files.el (buffer-stale--default-function)
984 (buffer-stale-function, revert-buffer--default):
985 * autorevert.el (auto-revert-buffers): Doc tweaks.
986
987 2014-04-03 Eli Zaretskii <eliz@gnu.org>
988
989 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
990
991 2014-04-03 Glenn Morris <rgm@gnu.org>
992
993 * files.el (make-backup-file-name-function)
994 (make-backup-file-name, make-backup-file-name--default-function)
995 (make-backup-file-name-1, find-backup-file-name)
996 (revert-buffer-function, revert-buffer-insert-file-contents-function)
997 (buffer-stale--default-function, buffer-stale-function)
998 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
999 (revert-buffer, revert-buffer--default)
1000 (revert-buffer-insert-file-contents--default-function):
1001 Doc fixes related to defaults no longer being nil.
1002 (make-backup-file-name-function): Bump :version.
1003 Restore nil as a valid but deprecated custom type.
1004
1005 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1006
1007 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
1008 used as a variable (bug#17174).
1009
1010 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1011
1012 * progmodes/perl-mode.el (perl-indent-new-calculate):
1013 Handle forward-sexp failure (bug#16985).
1014 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1015 modifiers introducing expressions (bug#17116).
1016
1017 2014-04-02 Glenn Morris <rgm@gnu.org>
1018
1019 * menu-bar.el (menu-bar-file-menu):
1020 * vc/ediff.el (ediff-current-file):
1021 Update for revert-buffer-function no longer being nil by default.
1022
1023 * simple.el (command-execute): Respect nil disabled-command-function.
1024
1025 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1026
1027 * simple.el (command-execute): Do not execute the command when it
1028 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1029
1030 2014-03-29 Juri Linkov <juri@jurta.org>
1031
1032 * dired-aux.el (dired-compress-file): Don't use string-match-p
1033 because its match data is used afterwards.
1034
1035 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1038 0 like nil.
1039
1040 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1041
1042 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1043 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1044
1045 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1046 Don't propertize `?' or `!' as symbol constituent when after
1047 colon. (Bug#17097)
1048
1049 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1050
1051 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1052 which is no longer needed and causes trouble in GTK builds (bug#17046).
1053
1054 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1055 Use url-insert-file-contents; package-handle-response no longer exists.
1056
1057 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1058
1059 * emacs-lisp/package.el: Fix bug#16733 (again).
1060 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1061 (url-http-target-url): Remove unused declarations.
1062 (package-handle-response): Remove.
1063 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1064 (package--download-one-archive): Use current-buffer instead of
1065 dynamic binding of `buffer'.
1066 (describe-package-1): Do not decode readme-string.
1067
1068 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
1069
1070 * simple.el (primitive-undo): Correction to 2014-03-24 change.
1071
1072 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
1073
1074 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1075
1076 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1077 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1078 `remote-file-name-inhibit-cache' to nil in the second pass.
1079 (tramp-find-executable): Do not call "which" on SunOS.
1080 (tramp-send-command-and-check): Fix docstring.
1081 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1082 check whether source directory has set the sticky bit.
1083
1084 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
1085
1086 * simple.el (primitive-undo): Only process marker adjustments
1087 validated against their corresponding (TEXT . POS). Issue warning
1088 for lone marker adjustments in undo history. (Bug#16818)
1089 (undo-make-selective-list): Add marker adjustments to selective
1090 undo list based on whether their corresponding (TEXT . POS) is in
1091 the region. Remove variable adjusted-markers, which was unused
1092 and only non nil during undo-make-selective-list.
1093 (undo-elt-in-region): Return nil when passed a marker adjustment
1094 and explain in function doc.
1095
1096 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1097
1098 * emacs-lisp/package.el (package--add-to-archive-contents):
1099 Include already installed and built-in packages in
1100 `package-archive-contents'.
1101 (package-install): Don't include already installed packages in the
1102 options during interactive invocation. (Bug#16762)
1103
1104 2014-03-24 Daniel Colascione <dancol@dancol.org>
1105
1106 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1107 instead of cl-loop search function.
1108
1109 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
1110
1111 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1112
1113 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1114
1115 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1116
1117 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1118
1119 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1120 Match special global variables without curlies, too.
1121 (ruby-font-lock-keywords): Simplify the matcher for special global
1122 variables. Don't require a non-word character after the variable.
1123 (Bug#17057)
1124
1125 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * simple.el (redisplay-highlight-region-function): Increase priority of
1128 overlay to make sure boundaries are visible (bug#15899).
1129
1130 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * frameset.el (frameset-restore): Compare display strings with equal.
1133
1134 * frame.el (make-frame): Don't quote display name in error message,
1135 it is already a string.
1136
1137 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1138
1139 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1140 the password.
1141
1142 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1143
1144 * emacs-lisp/package.el (package-show-package-list): If the buffer
1145 is already displayed in another window, switch to that window.
1146
1147 2014-03-21 Daniel Colascione <dancol@dancol.org>
1148
1149 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1150 information in bug reports.
1151
1152 2014-03-23 Daniel Colascione <dancol@dancol.org>
1153
1154 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1155 list to look for keyword arguments instead of `memq', fixing
1156 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1157 Please make bootstrap.
1158
1159 2014-03-23 Richard Stallman <rms@gnu.org>
1160
1161 * battery.el (battery-linux-sysfs): Search for each field
1162 from the beginning of the buffer.
1163
1164 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1165
1166 * emacs-lisp/package.el (package-desc): Use the contents of the
1167 quoted form, not its cdr. (Bug#16873)
1168
1169 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1172 benefit of doc.c; change parameter profile to match the X function.
1173
1174 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1175
1176 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1177 and `tramp-copy-env'.
1178
1179 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1180 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1181
1182 2014-03-21 Glenn Morris <rgm@gnu.org>
1183
1184 * electric.el (electric-indent-post-self-insert-function): Add doc.
1185
1186 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1187
1188 * emacs-lisp/package.el (package-compute-transaction):
1189 Use `version-list-<=' to compare the requirement version against
1190 the version of package already to be installed. Update the error
1191 message. (Bug#16826)
1192
1193 * progmodes/ruby-mode.el (ruby-smie-rules):
1194 Add indentation rule for ` @ '. (Bug#17050)
1195
1196 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1197
1198 * align.el (align-regexp): Remove superfluous backslash.
1199
1200 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1201 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1202 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1203 Fix docstring typos.
1204 (ffap-next): Use C-u in docstring.
1205 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1206 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1207 Remove superfluous backslashes.
1208 (ffap-string-at-point): Reflow docstring.
1209
1210 * server.el (server-host): Reflow docstring.
1211 (server-unload-function): Fix docstring typo.
1212 (server-eval-at): Remove superfluous backslash.
1213
1214 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1215 (skeleton-insert): Doc fix.
1216 (skeleton-insert): Reflow docstring.
1217
1218 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1219 (tty-color-approximate, tty-color-by-index, tty-color-values)
1220 (tty-color-desc): Remove superfluous backslashes.
1221
1222 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1223
1224 * electric.el (electric-newline-and-maybe-indent): New command.
1225 Bind it globally to C-j.
1226 (electric-indent-mode): Don't mess with the global map any more.
1227 Don't drop the post-self-insert-hook is some buffer is still using it
1228 (bug#16770).
1229
1230 * bindings.el (global-map): Remove C-j binding.
1231
1232 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1233 the docstring of functions advised before dumping (bug#16993).
1234
1235 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1236
1237 * ps-print.el (ps-generate-postscript-with-faces):
1238 Explicitly deactivate the mark (bug#16866).
1239 * simple.el (deactivate-mark): Update region highlight.
1240
1241 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * emacs-lisp/package.el (describe-package-1):
1244 Decode commentary (bug#16733).
1245
1246 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1247
1248 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1249 modification of the value argument of :set (bug#16755).
1250
1251 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1252
1253 * simple.el (newline-and-indent): Do autofill (bug#17031).
1254
1255 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1256
1257 * newcomment.el (comment-normalize-vars): Only add escaping check
1258 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1259 (comment-beginning): Use `narrow-to-region' instead of moving back
1260 one character.
1261 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1262 (comment-start-skip): Update the docstring.
1263
1264 2014-03-18 Richard Stallman <rms@gnu.org>
1265
1266 * dired.el (dired-display-file): Force use of other window.
1267
1268 2014-03-18 Daniel Colascione <dancol@dancol.org>
1269
1270 * startup.el (tty-handle-args): Remove debug message from 2007.
1271
1272 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1275 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1276 (advice--make-1, advice-add, advice-remove):
1277 Remove braindead :advice-pending hack.
1278
1279 2014-03-17 Glenn Morris <rgm@gnu.org>
1280
1281 * calendar/calendar.el (calendar-generate-month): Apply weekend
1282 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1283
1284 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1287 (tramp-call-process): Trace also DESTINATION.
1288
1289 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1290 Quote file names when they are local. Remove superfluous trace.
1291
1292 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1293
1294 * newcomment.el (comment-beginning): If `comment-start-skip'
1295 doesn't match, move back one char and try again. (Bug#16971)
1296
1297 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1298 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1299 Set `comment-start-skip' to a simpler value that doesn't try to
1300 check if the semicolon is escaped (this is handled by
1301 `syntax-ppss' now). (Bug#16971)
1302
1303 * progmodes/scheme.el (scheme-mode-variables): Same.
1304
1305 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1306
1307 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1308 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1309 current (Bug#16816, Bug#17007).
1310 (with-current-buffer-window): New macro doing the same as
1311 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1312 * help.el (help-print-return-message): Warn in doc-string to not
1313 use this in `with-help-window'.
1314 (describe-bindings-internal): Call `describe-buffer-bindings'
1315 from within help buffer. See Juanma's scenario in (Bug#16816).
1316 (with-help-window): Update doc-string.
1317 * dired.el (dired-mark-pop-up):
1318 * files.el (save-buffers-kill-emacs):
1319 * register.el (register-preview): Use `with-current-buffer-window'
1320 instead of `with-temp-buffer-window'.
1321
1322 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1323
1324 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1325 Implement inserting into current buffer, documented in their docstrings.
1326 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1327 (rst-section-tree-point, rst-forward-section, rst-indent)
1328 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1329 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1330 (rst-font-lock-handle-adornment-pre-match-form)
1331 (rst-repeat-last-character): Reflow docstrings.
1332 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1333 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1334 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1335 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1336 Fix docstring typos.
1337 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1338 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1339 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1340
1341 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1342
1343 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1344 for compatibility with other ports.
1345 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1346 from the -xrm command line argument, but in the Nextstep port its value
1347 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1348
1349 * progmodes/python.el (defconst, python-syntax-count-quotes)
1350 (python-indent-region, python-indent-shift-right)
1351 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1352 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1353 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1354 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1355 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1356 (python-shell-buffer-substring, python-shell-send-buffer)
1357 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1358 (python-completion-complete-at-point, python-fill-docstring-style)
1359 (python-eldoc-function, python-imenu-format-item-label)
1360 (python-imenu-format-parent-item-label)
1361 (python-imenu-format-parent-item-jump-label)
1362 (python-imenu--build-tree, python-imenu-create-index)
1363 (python-imenu-create-flat-index): Fix docstring typos.
1364 (python-indent-context, python-shell-prompt-regexp, run-python):
1365 Remove superfluous backslashes.
1366 (python-indent-line, python-nav-beginning-of-defun)
1367 (python-shell-get-buffer, python-shell-get-process)
1368 (python-info-current-defun, python-info-current-line-comment-p)
1369 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1370 (python-indent-post-self-insert-function, python-shell-send-file)
1371 (python-shell-completion-get-completions)
1372 (python-shell-completion-complete-or-indent)
1373 (python-eldoc--get-doc-at-point): Reflow docstrings.
1374
1375 2014-03-14 Glenn Morris <rgm@gnu.org>
1376
1377 * emacs-lisp/package.el (package-menu-mode-map):
1378 Replace use of obsolete function alias. Tweak menu item text.
1379
1380 * info.el (Info-finder-find-node):
1381 Ignore the `emacs' metapackage. (Bug#10813)
1382
1383 * finder.el (finder-list-matches): Include unversioned packages
1384 in the result of a keyword search.
1385
1386 * finder.el (finder--builtins-descriptions): New constant.
1387 (finder-compile-keywords): Use finder--builtins-descriptions.
1388
1389 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1390
1391 * simple.el (blink-matching-paren): Describe the new value,
1392 `jump', enabling the old behavior.
1393 (blink-matching-open): Use that value. (Bug#17008)
1394
1395 2014-03-14 Glenn Morris <rgm@gnu.org>
1396
1397 * finder.el (finder-no-scan-regexp): Add leim-list.
1398 (finder-compile-keywords):
1399 Don't skip files with same basename. (Bug#14010)
1400 * Makefile.in (setwins_finder): New, excluding leim.
1401 (finder-data): Use setwins_finder.
1402
1403 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1404 (help-function-arglist, help-make-usage): Move from here...
1405 * help.el (help-split-fundoc, help-add-fundoc-usage)
1406 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1407 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1408
1409 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1410
1411 * net/socks.el (socks, socks-override-functions)
1412 (socks-find-services-entry):
1413 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1414 (hif-find-ifdef-block):
1415 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1416
1417 * net/tls.el (tls-program): Reflow docstring.
1418
1419 * progmodes/pascal.el (pascal-mode-abbrev-table)
1420 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1421 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1422 (pascal-outline-mode): Fix docstring typos.
1423 (pascal-mode): Let define-derived-mode document mode hook.
1424 (pascal-uncomment-area): Reflow.
1425 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1426
1427 * progmodes/opascal.el (opascal-compound-block-indent)
1428 (opascal-case-label-indent): Fix docstring typos.
1429 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1430
1431 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1432
1433 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1434 Fontify multiple adjacent negation chars. (Bug#17004)
1435
1436 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1437
1438 * emacs-lisp/package.el (package--prepare-dependencies):
1439 Accept requirements without explicit version (bug#14941).
1440
1441 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * register.el (register-separator, copy-to-register): Doc fixes.
1444 (register-preview-default): Remove unnecessary call to concat.
1445
1446 * frameset.el (frameset-restore): When checking for a visible frame,
1447 use the action map instead of calling visible-frame-list.
1448
1449 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1450
1451 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1452
1453 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1454
1455 * window.el (fit-frame-to-buffer): Get maximum width from
1456 display's width instead of height.
1457
1458 2014-03-12 Glenn Morris <rgm@gnu.org>
1459
1460 * desktop.el (desktop-restore-frames)
1461 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1462 (desktop-restore-reuses-frames): Doc tweaks.
1463
1464 * electric.el (electric-indent-mode): Doc fix.
1465
1466 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1467
1468 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1469 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1470 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1471 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1472 (cvs-dired-use-hook): Fix docstring typos.
1473 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1474 Doc fixes.
1475
1476 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1477 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1478 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1479 (cvs-execute-single-dir): Fix docstring typos.
1480
1481 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1482 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1483
1484 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1485
1486 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1487 Fix docstring typos.
1488
1489 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1490
1491 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1492 called from jump-to-register after unloading the frameset package.
1493
1494 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1495
1496 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1497 (bug#16975). Deactivate the mark before setting it to nil.
1498 (activate-mark): Do nothing if region is already active.
1499
1500 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1501
1502 * frameset.el (frameset--target-display): Remove definition; declare.
1503 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1504
1505 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1506
1507 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1508 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1509 when the advice is pending.
1510 (advice-remove): Remove this marker when not needed any more.
1511
1512 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1513
1514 * frameset.el: Separate options for reusing frames and cleaning up.
1515 (frameset--reuse-list): Remove definition; declare.
1516 (frameset--action-map): Declare.
1517 (frameset--find-frame-if): Doc fix.
1518 (frameset--restore-frame): Cache frame action.
1519 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1520 how to clean up the frame list after restoring. Remove cleaning
1521 options from REUSE-FRAMES. Change all keyword values to symbols.
1522 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1523
1524 * desktop.el (desktop-restore-forces-onscreen)
1525 (desktop-restore-reuses-frames): Use non-keyword values.
1526 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1527
1528 2014-03-10 Glenn Morris <rgm@gnu.org>
1529
1530 * files.el (find-file): Doc fix: update info node name.
1531
1532 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1533 Doc fix: remove references to deleted info nodes.
1534
1535 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1536
1537 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1538 Do not add `nil' to the environment, when there's no remote `locale'.
1539 (tramp-find-inline-encoding): Check, that the remote host has
1540 installed perl, before sending scripts.
1541
1542 2014-03-10 Leo Liu <sdl.web@gmail.com>
1543
1544 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1545 Clear eldoc-last-message. (Bug#16920)
1546
1547 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1550 (bug#14430).
1551
1552 2014-03-09 Juri Linkov <juri@jurta.org>
1553
1554 * ansi-color.el (ansi-color-names-vector): Copy default colors
1555 from `xterm-standard-colors' that look well on the default white
1556 background (and also on the black background) to avoid illegible
1557 color combinations like yellow-on-white and white-on-white.
1558 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1559
1560 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * frameset.el (frameset-restore): When no frame is visible, do not
1563 generate a list of frames, just make visible the selected one.
1564
1565 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1566
1567 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1568 it only contains the repository root. (Bug#16897)
1569
1570 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1571
1572 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1573 only when `remote-file-name-inhibit-cache' is nil.
1574 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1575
1576 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1577
1578 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1579 Fix doc-strings.
1580 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1581 fit-frame-to-buffer variable. Fix doc-string.
1582 (fit-window-to-buffer): Set ONLY argument in call of
1583 fit-frame-to-buffer. Fix doc-string.
1584
1585 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1586
1587 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1588 (tramp-action-password): Clear password cache if needed.
1589 (tramp-read-passwd): Do not clear password cache.
1590
1591 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1592 cache unless it is the first password request.
1593
1594 2014-03-06 Glenn Morris <rgm@gnu.org>
1595
1596 * simple.el (newline): Doc tweak.
1597
1598 * emacs-lisp/shadow.el (load-path-shadows-find):
1599 Ignore dir-locals. (Bug#12357)
1600
1601 2014-03-05 Glenn Morris <rgm@gnu.org>
1602
1603 * files.el (interpreter-mode-alist):
1604 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1605
1606 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1607
1608 * frameset.el (frameset--initial-params): Filter out null entries.
1609
1610 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1611
1612 * window.el (window-min-height, window-min-width):
1613 Rewrite doc-strings.
1614 (window-body-size): Add PIXELWISE argument to make it consistent
1615 with its callees.
1616
1617 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1618
1619 * finder.el (finder-mode-map, finder-mode-syntax-table):
1620 Revert part of 2014-02-28 change.
1621
1622 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1623
1624 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1625 (eww-setup-buffer): Clear next/prev/etc more reliably.
1626 (eww-textarea-map): [tab] doesn't work on tty.
1627 Reported by Mario Lang.
1628
1629 * net/shr.el (shr-map): Ditto.
1630
1631 2014-03-04 Glenn Morris <rgm@gnu.org>
1632
1633 * minibuffer.el (completion-hilit-commonality):
1634 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1635
1636 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1637
1638 * hilit-chg.el (hilit-chg-unload-function): New function.
1639 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1640 (hilit-chg-map-changes): Prefer cardinal number to digit.
1641 (hilit-chg-display-changes): Reflow docstring.
1642 (highlight-changes-rotate-faces): Remove superfluous backslash.
1643
1644 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1645
1646 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1647 `tramp-send-command-and-check'.
1648
1649 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1650
1651 * hexl.el (hexl-address-region, hexl-ascii-region)
1652 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1653 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1654 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1655 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1656 (hexl-mode): Doc fix.
1657 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1658 (hexl-mode-ruler): Fix typos in docstrings.
1659
1660 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1661 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1662 Remove superfluous backslashes.
1663 (strokes-last-stroke, strokes-global-map, strokes-mode):
1664 Reflow docstrings.
1665 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1666 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1667 (strokes-distance-squared, strokes-global-set-stroke)
1668 (strokes-global-set-stroke-string): Doc fixes.
1669 (strokes-help): Fix typos; reflow docstring.
1670
1671 2014-03-04 Martin Rudalics <rudalics@gmx.at>
1672
1673 * window.el (window-in-direction): Fix doc-string.
1674
1675 2014-03-04 Glenn Morris <rgm@gnu.org>
1676
1677 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1678 Explicit error if no grammar.
1679 (smie-config-save): Doc fix. Fix quote typo.
1680
1681 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1682
1683 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1684 electric-indent-mode-hook if we obey electric-indent-mode.
1685 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1686 decide whether we obey electric-indent-mode.
1687 (c-change-set-fl-decl-start, c-extend-after-change-region):
1688 Silence warnings.
1689 (c-electric-indent-mode-hook): Assume we do want to obey
1690 electric-indent-mode.
1691
1692 * electric.el (electric-indent-mode-has-been-called): Remove.
1693 (electric-indent-mode): Fix accordingly.
1694
1695 * files.el (hack-local-variables): Mention file name in warning.
1696
1697 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1698
1699 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
1700
1701 * bindings.el: Add comment describing why C-d binds to `delete-char'.
1702 * simple.el (delete-forward-char): Mark as interactive-only.
1703
1704 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
1705
1706 * icomplete.el (icomplete-completions):
1707 Follow-up to 2014-03-01 change.
1708
1709 * icomplete.el: Miscellaneous doc fixes.
1710 Use Icomplete everywhere instead of icomplete for consistency.
1711 (icomplete-max-delay-chars): Fix typo.
1712 (icomplete-mode): Use \[].
1713 (icomplete-tidy, icomplete-exhibit): Reflow.
1714 (icomplete-minibuffer-setup-hook, icomplete-completions):
1715 Remove superfluous backlashes.
1716
1717 * ido.el: Miscellaneous doc fixes.
1718 Use Ido everywhere instead of ido or `ido' for consistency.
1719 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1720 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1721 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1722 (ido-separator): Extract obsolescence info from docstring and declare
1723 with make-obsolete-variable.
1724 (ido-minibuffer-setup-hook): Simplify example.
1725 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1726 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1727 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1728 (ido-everywhere): Reflow docstring.
1729 (ido-toggle-vc): Doc fix.
1730 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1731 of long list of keybindings.
1732
1733 2014-03-03 Glenn Morris <rgm@gnu.org>
1734
1735 * frame.el (display-pixel-height, display-pixel-width)
1736 (display-mm-dimensions-alist, display-mm-height)
1737 (display-mm-width): Doc tweaks.
1738
1739 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1740
1741 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1742 case of undo in region.
1743
1744 2014-03-02 Martin Rudalics <rudalics@gmx.at>
1745
1746 * window.el (fit-window-to-buffer): Fix argument in window-size
1747 call when window is horizontally combined.
1748
1749 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
1750
1751 * icomplete.el (icomplete-completions): Use string-width.
1752 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1753
1754 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1755
1756 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1757 Highlight regexp options. (Bug#16914)
1758
1759 2014-03-01 Martin Rudalics <rudalics@gmx.at>
1760
1761 * window.el (window--max-delta-1): Round down when calculating
1762 how many lines/columns we can get from a window.
1763
1764 2014-03-01 Glenn Morris <rgm@gnu.org>
1765
1766 * isearch.el (search-invisible): Doc fix.
1767
1768 * minibuffer.el (completion-hilit-commonality):
1769 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1770 * comint.el (comint-dynamic-list-completions): Doc fix.
1771 * comint.el (comint-dynamic-list-completions):
1772 * filecache.el (file-cache-minibuffer-complete):
1773 * tempo.el (tempo-display-completions):
1774 * eshell/em-hist.el (eshell-list-history):
1775 Replace use of obsolete argument of display-completion-list.
1776
1777 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
1778
1779 * icomplete.el (icomplete-completions):
1780 Revert back to using "..." when ?… cannot be displayed.
1781
1782 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * finder.el (finder-unload-function): New function.
1785
1786 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1787
1788 * dframe.el (dframe-detach):
1789 * find-dired.el (find-dired, find-name-dired):
1790 * finder.el (finder-mode-map, finder-mode-syntax-table)
1791 (finder-headmark, finder-select, finder-mouse-select):
1792 Fix docstring typos.
1793
1794 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1795
1796 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1797 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1798 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1799 Fix doc-string based on a suggestion by Nicolas Richard
1800 <theonewiththeevillook@yahoo.fr>.
1801 * help.el (with-help-window): Fix doc-string.
1802
1803 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1804
1805 * net/shr.el (shr-image-animate): New option.
1806 (shr-put-image): Respect shr-image-animate.
1807
1808 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1809
1810 * net/tramp-adb.el (tramp-adb-parse-device-names):
1811 Use `accept-process-output'.
1812 (tramp-adb-handle-file-truename): Cache the localname only.
1813 (tramp-adb-handle-make-directory)
1814 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1815 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1816 modes cannot be changed.
1817
1818 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1819 file properties of symlinks.
1820
1821 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1822
1823 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1824 required/optional fields to match development biblatex. (Bug#16781)
1825
1826 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1827
1828 * saveplace.el (toggle-save-place):
1829 Fix argument handling. (Bug#16673)
1830
1831 2014-02-28 Glenn Morris <rgm@gnu.org>
1832
1833 * minibuffer.el (completions-first-difference)
1834 (completions-common-part, completion-hilit-commonality): Doc fixes.
1835
1836 2014-02-28 Karl Berry <karl@gnu.org>
1837
1838 * info.el (Info-mode-map): Add H for describe-mode,
1839 to synchronize with standalone Info.
1840
1841 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1842
1843 * progmodes/sql.el (sql-interactive-mode):
1844 Avoid setting global comint-input-ring-separator. (Bug#16814)
1845
1846 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1847
1848 * net/dbus.el (dbus--init-bus): Declare function.
1849 (dbus-path-local, dbus-interface-local): New defconst.
1850 (dbus-init-bus): Use them.
1851 (dbus-return-values-table): Extend doc.
1852 (dbus-handle-bus-disconnect): Extend error message.
1853
1854 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1855
1856 * subr.el (y-or-n-p): Fix double space issue in message.
1857
1858 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1859
1860 * net/tramp.el (tramp-call-process): Improve trace message.
1861 (tramp-handle-insert-file-contents): Trace error case.
1862
1863 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1864 <insert-directory>: Use `tramp-handle-insert-directory'.
1865 (tramp-adb-handle-insert-directory): Remove function.
1866 (tramp-adb-send-command-and-check): New defun, replacing
1867 `tramp-adb-command-exit-status'. Change all callees.
1868 (tramp-adb-handle-file-attributes)
1869 (tramp-adb-handle-directory-files-and-attributes): Use it.
1870 (tramp-adb-ls-output-name-less-p):
1871 Use `directory-listing-before-filename-regexp'.
1872 (tramp-adb-handle-delete-directory): Flush also file properties of
1873 the truename of directory.
1874 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1875 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1876 (tramp-adb-handle-write-region): Implement APPEND.
1877 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1878 properties correctly.
1879 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1880 variables. Check for connected devices only when needed.
1881
1882 2014-02-27 Glenn Morris <rgm@gnu.org>
1883
1884 * minibuffer.el (completion-table-dynamic)
1885 (completion-table-with-cache): Doc fixes.
1886
1887 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1888 (completing-read-multiple): Doc fixes.
1889
1890 2014-02-27 Daniel Colascione <dancol@dancol.org>
1891
1892 * minibuffer.el (completion--nth-completion): Fix indentation.
1893
1894 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1895 explicit tramp path is empty.
1896
1897 2014-02-27 Glenn Morris <rgm@gnu.org>
1898
1899 * emacs-lisp/crm.el (completing-read-multiple):
1900 Empower help-enable-auto-load.
1901
1902 2014-02-26 Glenn Morris <rgm@gnu.org>
1903
1904 * startup.el (command-line): Don't init the tty in daemon mode.
1905
1906 Avoid calling tty-setup-hook twice, eg if a term file
1907 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1908 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1909 (tty-create-frame-with-faces): Use it.
1910 * startup.el (command-line): Pass run-hook argument
1911 to tty-run-terminal-initialization.
1912
1913 * dired.el (dired-restore-desktop-buffer): Demote errors;
1914 eg in case a glob match fails. (Bug#16884)
1915
1916 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1917
1918 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1919 error from `read-from-string'. (Bug#16850)
1920
1921 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1922 result of `completing-read' in the interactive form. (Bug#16854)
1923
1924 2014-02-25 Glenn Morris <rgm@gnu.org>
1925
1926 * image.el (image-animate, image-animate-timeout):
1927 Stop animating images in dead buffers. (Bug#16878)
1928
1929 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1930
1931 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1932 Doc fixes.
1933 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1934 * term/sun.el (sun-raw-prefix-hooks):
1935 Use tty-setup-hook instead of term-setup-hook.
1936 (terminal-init-sun): Construct message from bytecomp plist.
1937 * term/wyse50.el (enable-arrow-keys): Doc fix.
1938
1939 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1940
1941 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1942 Fix docstring typos.
1943
1944 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1945
1946 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1947
1948 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1949
1950 * minibuffer.el (completion--try-word-completion):
1951 Fix error when completing M-x commands (bug#16808).
1952
1953 2014-02-24 Leo Liu <sdl.web@gmail.com>
1954
1955 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1956
1957 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * apropos.el (apropos-print): Avoid formatting error when
1960 apropos-do-all and apropos-compact-layout are both t.
1961
1962 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1963
1964 * apropos.el (apropos-property, apropos-all-words-regexp)
1965 (apropos-true-hit, apropos-variable, apropos-print):
1966 Fix docstring typos, and remove obsolete comment.
1967
1968 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1969
1970 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1971 Preserve trailing "/". (Bug#16851)
1972
1973 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1974
1975 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1976 after `=>' (bug#16811).
1977 (ruby-smie-rules): Handle the inconsistent second element of the
1978 list returned by `smie-indent--parent'.
1979 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1980 method call.
1981
1982 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1983
1984 * elec-pair.el (electric-pair-text-syntax-table)
1985 (electric-pair-syntax-info, electric-pair--syntax-ppss)
1986 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
1987 (electric-pair--looking-at-unterminated-string-p): Doc fix.
1988 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
1989
1990 2014-02-22 Glenn Morris <rgm@gnu.org>
1991
1992 * imenu.el (imenu--generic-function): Doc fix.
1993
1994 * register.el (frame-configuration-to-register): Make obsolete.
1995
1996 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
1997
1998 * desktop.el (desktop-save-buffer-p): Do not fail when
1999 desktop-files-not-to-save is nil. Return t for true result
2000 as the doc says.
2001
2002 2014-02-22 Daniel Colascione <dancol@dancol.org>
2003
2004 * net/secrets.el (secrets-create-item, secrets-search-items):
2005 Check that attribute values are strings, avoiding the construction
2006 of invalid dbus messages.
2007
2008 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2009
2010 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2011 defun-declarations-alist.
2012
2013 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2014
2015 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2016 (bug#16829).
2017
2018 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2019
2020 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2021 (whitespace-newline, whitespace-trailing, whitespace-line)
2022 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2023 (whitespace-space-after-tab): Fix typo in docstrings.
2024
2025 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2026
2027 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2028
2029 * electric.el (electric-indent-functions-without-reindent):
2030 Add `yaml-indent-line'.
2031
2032 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2035 It has done nothing for years; should be removed after the release.
2036
2037 * simple.el (choose-completion): Fix docstring typo.
2038 (read-quoted-char-radix): Remove unneeded * in docstring.
2039 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2040 Don't escape parentheses unnecessarily in docstrings.
2041
2042 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2043
2044 Fix handling of window-min-height/-width (Bug#16738).
2045 * window.el (window--dump-window, window--dump-frame):
2046 New functions.
2047 (window--min-size-1): Account for window dividers.
2048 When window-resize-pixelwise is nil, delay rounding till after the
2049 sum of the window components has been calculated.
2050 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2051 nil make sure at least one text line and two text columns remain
2052 fully visible.
2053 (window-resize): Signal an error when window-resize-apply fails.
2054 (window--resize-child-windows): Fix calculation of by how many
2055 pixels a window can still be shrunk via window-new-normal.
2056 (adjust-window-trailing-edge): Call window--resizable with
2057 correct TRAIL argument.
2058
2059 (with-temp-buffer-window): Don't evaluate BODY within
2060 with-current-buffer (Bug#16816).
2061
2062 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2063
2064 * net/tramp.el (tramp-check-cached-permissions):
2065 Call `file-attributes' with `suffix' being a symbol but a string.
2066
2067 2014-02-21 Daniel Colascione <dancol@dancol.org>
2068
2069 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2070 (dbus-init-bus): New function: call into dbus-init-bus-1
2071 and installs a handler for the disconnect signal.
2072 (dbus-call-method): Rewrite to look for result in cons.
2073 (dbus-call-method-handler): Store result in cons.
2074 (dbus-check-event): Recognize events with nil sender as valid.
2075 (dbus-handle-bus-disconnect): New function. React to bus
2076 disconnection signal by synthesizing dbus error for each
2077 pending synchronous or asynchronous call.
2078 (dbus-notice-synchronous-call-errors): New function.
2079 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2080 is true, not all the time.
2081
2082 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2083
2084 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2085 Remove obsolescence declarations, these variables do not exist anymore.
2086
2087 * savehist.el (savehist-save-minibuffer-history)
2088 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2089 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2090 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2091 mostly, refer to "Savehist mode" when talking about the mode,
2092 and not the function.
2093
2094 * saveplace.el (save-place): Remove redundant info in docstring.
2095 (save-place-forget-unreadable-files, toggle-save-place)
2096 (save-place-forget-unreadable-files, save-place-dired-hook):
2097 Fix typos and remove unneeded backslashes.
2098
2099 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2100
2101 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2102 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2103
2104 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2105 <insert-directory>: Use `tramp-handle-insert-directory'.
2106 (tramp-gvfs-handle-insert-directory): Remove function.
2107
2108 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2109 Call `tramp-handle-insert-directory'.
2110
2111 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2114 before the start of buffer/region (bug#16799).
2115
2116 2014-02-20 Glenn Morris <rgm@gnu.org>
2117
2118 * isearch.el (search-invisible): Doc fix.
2119
2120 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2121
2122 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2123 (bug#16657).
2124
2125 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2126
2127 * frameset.el (frameset-restore): Delay removing an old frame's
2128 duplicate id until the new frame has been correctly created.
2129
2130 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2131
2132 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2133 (tramp-check-cached-permissions): Call `file-attributes' if the
2134 cache is empty.
2135
2136 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2137 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2138
2139 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2140 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2141 (tramp-gvfs-maybe-open-connection): Set always connection
2142 properties, even if target is mounted already.
2143
2144 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2145 Set tramp-autoload cookie.
2146 (tramp-get-remote-touch): New defun.
2147 (tramp-sh-handle-set-file-times): Use it.
2148 (tramp-sh-handle-directory-files-and-attributes):
2149 Use `tramp-handle-directory-files-and-attributes' if neither stat
2150 nor perl are available on the remote host.
2151
2152 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2153 "/". Write long listing only when "l" belongs to the switches.
2154
2155 * net/trampver.el: Update release number.
2156
2157 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2158
2159 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2160
2161 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2162
2163 * window.el (window-state-put): Allow WINDOW to refer to an
2164 internal window (Bug#16793).
2165
2166 2014-02-19 Glenn Morris <rgm@gnu.org>
2167
2168 * textmodes/remember.el: Move provide statement to end.
2169 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2170 (remember-notes): Doc fixes.
2171
2172 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * delsel.el (delete-char): Restore incorrectly erased property
2175 (bug#16795).
2176
2177 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2178
2179 * frameset.el (frameset--restore-frame): When a frame is being reused
2180 and its root window is not alive, delete all the frame's windows before
2181 restoring the window state. This works around the issue in bug#16793.
2182
2183 2014-02-18 Glenn Morris <rgm@gnu.org>
2184
2185 * textmodes/remember.el (remember-data-directory)
2186 (remember-directory-file-name-format, remember-store-in-files)
2187 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2188 (remember-notes-save-and-bury-buffer)
2189 (remember-notes--kill-buffer-query): Doc fixes.
2190
2191 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2192
2193 2014-02-17 Alan Mackenzie <acm@muc.de>
2194
2195 Connect electric-indent-mode up with CC Mode. Bug #15478.
2196 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2197 to electric-indent-{,local-}-mode.
2198 (c-basic-common-init): Set electric-indent-inhibit.
2199 Initialise c-electric-flag from electric-indent-mode.
2200 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2201 New hook functions which propagate electric-indent-mode to CC mode.
2202
2203 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2204 hit, toggle electric-indent-local-mode.
2205
2206 * electric.el (electric-indent-mode-has-been-called):
2207 New variable.
2208
2209 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2210
2211 * frameset.el (frameset-cfg-id): New function.
2212 (frameset--reuse-frame, frameset-restore): Use it.
2213 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2214
2215 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 * ido.el (ido-file-internal): Remove unused var `d'.
2218 Use \` for to match BoS. Fit within 80n columns.
2219
2220 2014-02-17 Daniel Colascione <dancol@dancol.org>
2221
2222 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2223 dbus-call-method check for completion using a busy-wait loop with
2224 gradual backoff.
2225
2226 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2227
2228 Sync with Tramp 2.2.9.
2229
2230 * net/trampver.el: Update release number.
2231
2232 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2233
2234 * ido.el (ido-file-internal): Don't add the name of an existing
2235 directory twice. (Bug#16747)
2236
2237 2014-02-16 Glenn Morris <rgm@gnu.org>
2238
2239 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2240 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2241
2242 2014-02-15 Michael R. Mauger <michael@mauger.com>
2243
2244 * progmodes/sql.el: Version 3.4
2245 (sql-oracle-options): New default value ("-L").
2246 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2247 (sql-placeholders-filter): Correct placeholder pattern.
2248 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2249 (sql-login-delay): New variable.
2250 (sql-product-interactive): Use it.
2251
2252 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * frameset.el (frameset--jump-to-register): Check that buffer is live
2255 (bug#16749).
2256
2257 2014-02-15 Glenn Morris <rgm@gnu.org>
2258
2259 * info.el (info-initialize): Revert 2014-01-10 change.
2260
2261 2014-02-14 Glenn Morris <rgm@gnu.org>
2262
2263 * replace.el (map-query-replace-regexp)
2264 (read-regexp-defaults-function, read-regexp): Doc fixes.
2265
2266 * dired.el (dired-read-regexp):
2267 * faces.el (list-faces-display):
2268 * misearch.el (multi-isearch-read-matching-buffers)
2269 (multi-isearch-read-matching-files):
2270 * play/cookie1.el (cookie-apropos):
2271 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2272
2273 * textmodes/remember.el (remember): Use frameset-to-register
2274 rather than frame-configuration-to-register.
2275
2276 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2277
2278 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2279 incorrect keybinding.
2280
2281 2014-02-13 Daniel Colascione <dancol@dancol.org>
2282
2283 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2284 when adding overlays so that line numbers from compiler match line
2285 numbers we use.
2286
2287 2014-02-13 Glenn Morris <rgm@gnu.org>
2288
2289 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2290
2291 * jit-lock.el (jit-lock-mode): Doc fix.
2292
2293 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2294
2295 * apropos.el (apropos-read-pattern): When the user passes an empty
2296 string, give a more helpful error message than "Wrong type
2297 argument: stringp, nil".
2298
2299 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2300
2301 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2302
2303 2014-02-13 Glenn Morris <rgm@gnu.org>
2304
2305 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2306
2307 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2308
2309 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2310 shift-select commands.
2311
2312 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2313
2314 * progmodes/js.el (js-indent-line): Don't widen.
2315 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2316
2317 2014-02-12 Glenn Morris <rgm@gnu.org>
2318
2319 * icomplete.el (icomplete): Add info-link to defgroup.
2320 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2321 (icomplete-minibuffer-map, icomplete-mode)
2322 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2323
2324 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2325 (package-menu-filter): Rename from package-menu-filter-interactive.
2326 Doc fix.
2327
2328 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2329
2330 * frameset.el (frameset--jump-to-register): Select the required
2331 window and buffer before restoring position (bug#16696).
2332
2333 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2334
2335 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2336
2337 2014-02-10 Glenn Morris <rgm@gnu.org>
2338
2339 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2340
2341 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2342
2343 * w32-common-fns.el (x-get-selection): Doc fix.
2344 * select.el (x-get-selection): Doc fix. (Bug#15109)
2345
2346 * face-remap.el (face-remap-add-relative)
2347 (face-remap-remove-relative, face-remap-reset-base)
2348 (face-remap-set-base): Call force-mode-line-update to redisplay
2349 the current buffer due to potential change in faces. (Bug#16709)
2350
2351 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2352
2353 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2354 script more robustly.
2355
2356 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2357
2358 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2359
2360 * simple.el (choose-completion): Doc fix (bug#14160).
2361
2362 * subr.el (event-start): Say what a nil EVENT value means.
2363
2364 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2365 (bug#14197).
2366
2367 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2368
2369 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2370
2371 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2372
2373 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2374 predicate function (bug#15455).
2375
2376 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2377
2378 * ielm.el (inferior-emacs-lisp-mode): Instead of
2379 `comment-use-global-state', set `comment-use-syntax'.
2380
2381 2014-02-10 Glenn Morris <rgm@gnu.org>
2382
2383 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2384
2385 2014-02-09 Alan Mackenzie <acm@muc.de>
2386
2387 Fix c-invalidate-state-cache on narrowed buffers.
2388 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2389 Widen when setting and clearing the CPP delimiter properties.
2390
2391 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2392
2393 * help.el (describe-bindings): Doc fix (bug#9888).
2394
2395 * files.el (save-buffer): Use ARG as the parameter name for
2396 consistency (bug#10346).
2397 (save-buffer): Clarify the 0 argument (bug#10346).
2398
2399 * cus-edit.el (customize-apropos): Fix error string.
2400 (custom-buffer-create): Doc fix (bug#11122).
2401 (custom-sort-items): Doc fix (bug#11121).
2402
2403 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2404
2405 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2406 (icomplete-simple-completing-p): Mention the previous variable.
2407
2408 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2409 meaning of the parameter (bug#12282).
2410
2411 * files.el (find-file-noselect): Clarify prompt when changing
2412 readedness (bug#13261).
2413 (locate-file): Suffixes aren't returned, so don't say that they
2414 are (bug#12674).
2415 (backup-inhibited): Doc clarification (bug#12525).
2416
2417 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2418 before we actually start to delete things (bug#16331).
2419
2420 * subr.el (event-start): Doc fix (bug#14228).
2421 (event-end): Ditto.
2422
2423 2014-02-09 Glenn Morris <rgm@gnu.org>
2424
2425 * emacs-lisp/warnings.el (lwarn):
2426 Empower help-enable-auto-load. (Bug#15940)
2427
2428 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2429
2430 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2431 (Bug#16690)
2432
2433 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2434
2435 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2436 Insert output at end of buffer. (Bug#16120)
2437
2438 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2439
2440 * simple.el (choose-completion-string-functions): Document new
2441 calling convention (bug#14153).
2442 (execute-extended-command): Clarify doc string (bug#13373).
2443
2444 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2445
2446 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2447 (find-grep-dired): Doc fix (bug#14288).
2448
2449 2014-02-08 Juri Linkov <juri@jurta.org>
2450
2451 * isearch.el (isearch-quote-char): Check character validity
2452 like in `quoted-insert' (bug#16677).
2453
2454 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2455
2456 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2457
2458 * isearch.el (isearch-hide-immediately): Doc clarification
2459 (bug#14723).
2460
2461 * simple.el (line-move): Document utility function used many
2462 places in the Emacs sources (bug#14843).
2463
2464 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2465 (dired-prev-marked-file): Doc fix (bug#14855).
2466 (dired-up-directory): Doc fix (bug#14848).
2467
2468 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2469
2470 * files.el (file-relative-name): Doc fix (bug#15159).
2471
2472 * fringe.el (fringe-styles): Doc fix (bug#15239).
2473
2474 * isearch.el (isearch-filter-predicate): Documentation typo fix
2475 (bug#15474).
2476
2477 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2478
2479 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2480
2481 * replace.el (replace-match-maybe-edit): Doc clarification
2482 (bug#15632).
2483
2484 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2485
2486 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2487
2488 2014-02-08 Glenn Morris <rgm@gnu.org>
2489
2490 * help-fns.el (describe-variable):
2491 Check {file,dir}-local-variables-alist, and buffer-file-name,
2492 in the correct buffer.
2493
2494 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2495
2496 * help-fns.el (describe-variable): Fix the case where
2497 a value is directory-local with no dir-locals file. (Bug#16635)
2498
2499 2014-02-08 Glenn Morris <rgm@gnu.org>
2500
2501 * abbrev.el (edit-abbrevs-mode):
2502 Derive from fundamental-mode. (Bug#16682)
2503
2504 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2505
2506 * simple.el (quoted-insert): Check character validity (bug#16677).
2507
2508 2014-02-07 Juri Linkov <juri@jurta.org>
2509
2510 * desktop.el (desktop-read): Claim the lock when the owner is not
2511 the current process. (Bug#16157)
2512
2513 2014-02-07 Juri Linkov <juri@jurta.org>
2514
2515 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2516 to "\\` ". (Bug#16651)
2517
2518 2014-02-07 Juri Linkov <juri@jurta.org>
2519
2520 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2521 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2522 (desktop-auto-save-cancel-timer): New function with some code from
2523 `desktop-auto-save-set-timer'.
2524 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2525 Instead of setting `desktop-save-mode' to nil, call
2526 `desktop-save-mode' with arg 0. (Bug#16630)
2527
2528 2014-02-07 Glenn Morris <rgm@gnu.org>
2529
2530 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2531 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2532 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2533
2534 * obsolete/iswitchb.el: Move to obsolete/.
2535 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2536 since obsolete/ is not scanned for autoloads.
2537 * emacs-lisp/authors.el (authors-valid-file-names):
2538 Add iswitchb.el.
2539
2540 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2541 Disable now non-functional find-file-hook.
2542
2543 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2544
2545 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2546 instead of ";" in order to avoid additional prompts. Let heredoc
2547 scripts read from tty. (Bug#16582)
2548 (tramp-send-command): No special handling of heredocs, it isn't
2549 necessary anymore.
2550
2551 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2554 with a space (bug#16664). Limit the symbols considered to the ones
2555 that are bound or fbound (bug#16646).
2556
2557 2014-02-06 Glenn Morris <rgm@gnu.org>
2558
2559 * epa.el (epa-mail-aliases): Doc fix.
2560
2561 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2562
2563 * emacs-lisp/lisp.el (lisp-completion-at-point):
2564 Use `completion-table-merge' instead of `completion-table-in-turn'
2565 (bug#16604).
2566
2567 * minibuffer.el (completion-table-merge): New function.
2568
2569 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2572 (tramp-sh-handle-set-file-acl)
2573 (tramp-sh-handle-start-file-process)
2574 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2575 (tramp-find-executable, tramp-send-command): Use it.
2576
2577 2014-02-05 Glenn Morris <rgm@gnu.org>
2578
2579 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2580
2581 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2582
2583 * progmodes/python.el (python-shell-send-string)
2584 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2585
2586 2014-02-04 Anders Lindgren <andlind@gmail.com>
2587
2588 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2589 the names (bug#16620).
2590
2591 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2592
2593 * faces.el (window-divider): New default value. Rewrite doc-string.
2594 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2595
2596 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2597
2598 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2599 `protected' and `public' can also be called without arguments.
2600
2601 2014-02-03 Glenn Morris <rgm@gnu.org>
2602
2603 * register.el (window-configuration-to-register)
2604 (frame-configuration-to-register): Unadvertise unused argument.
2605 * frameset.el (frameset-to-register): Remove unused argument.
2606
2607 * frameset.el (frameset-to-register):
2608 * kmacro.el (kmacro-to-register):
2609 * register.el (increment-register):
2610 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2611 (calc-append-to-register, calc-prepend-to-register):
2612 * play/gametree.el (gametree-layout-to-register)
2613 (gametree-apply-register-layout):
2614 * textmodes/picture.el (picture-clear-rectangle-to-register)
2615 (picture-yank-rectangle-from-register):
2616 * vc/emerge.el (emerge-combine-versions-register):
2617 Use register-read-with-preview to read registers.
2618
2619 2014-02-03 João Távora <joaotavora@gmail.com>
2620
2621 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2622 when at beginning of (possibly narrowed) buffer.
2623
2624 2014-02-02 Daniel Colascione <dancol@dancol.org>
2625
2626 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2627 Also try to display local help from just before point.
2628
2629 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2630
2631 c-parse-state. Don't "append-lower-brace-pair" in certain
2632 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2633 recognised as a comment.
2634
2635 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2636 as well as normal comment starter.
2637 (c-parse-state-get-strategy): Extra return possibility
2638 'back-and-forward.
2639 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2640 return value list to indicate replacement of a brace-pair cons
2641 with its car.
2642 (c-parse-state-1): With 'back-and-forward, only call
2643 c-append-lower-brace-pair-to state-cache when cons-separated.
2644
2645 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2646
2647 * term/ns-win.el (ns-suspend-error): New function.
2648 (ns-initialize-window-system): Add ns-suspend-error to
2649 suspend-hook (Bug#16612).
2650
2651 2014-02-02 Daniel Colascione <dancol@dancol.org>
2652
2653 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2654 Make loading cc-mode silent.
2655
2656 2014-02-02 Daniel Colascione <dancol@dancol.org>
2657
2658 * comint.el (comint-prompt-read-only): Change doc to suggest
2659 remap keybinding.
2660
2661 2014-02-02 Glenn Morris <rgm@gnu.org>
2662
2663 * register.el (register-read-with-preview, point-to-register)
2664 (window-configuration-to-register, frame-configuration-to-register)
2665 (jump-to-register, number-to-register, view-register, insert-register)
2666 (copy-to-register, append-to-register, prepend-to-register)
2667 (copy-rectangle-to-register): Doc fixes.
2668
2669 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2670
2671 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2672 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2673 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2674 * help-fns.el (describe-function-1): Use it.
2675
2676 2014-02-02 Glenn Morris <rgm@gnu.org>
2677
2678 * register.el (register-preview-default): New function,
2679 split from register-preview.
2680 (register-preview-function): Rename from register-preview-functions,
2681 make it not a hook.
2682 (register-preview): Use register-preview-function.
2683 (register-read-with-preview): Error on non-character event. (Bug#16595)
2684
2685 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2686
2687 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2688 `:' before binary operators (bug#16609). Don't check for `:'
2689 before `[' and `(', or their syntax status. A percent literal
2690 can't end with either.
2691 (ruby-font-lock-keywords): For built-ins that require arguments,
2692 check that they're followed by something that looks like argument
2693 (bug#16610).
2694
2695 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2696
2697 * subr.el (butlast): Document what an omitted N means (bug#13437).
2698 (nbutlast): Ditto.
2699
2700 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2701
2702 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2703 depth shallower (bug#16587).
2704 (shr-tag-svg): Respect `shr-inhibit-images'.
2705 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2706
2707 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2708
2709 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2710 (ruby-smie-grammar): Make "." right-associative. Make its priority
2711 lower than the ternary and all binary operators.
2712 (ruby-smie-rules): Indent "(" relative to the first non-"."
2713 parent, or the first "." parent at indentation.
2714 Use `ruby-align-chained-calls' for indentation of "." tokens.
2715 (Bug#16593)
2716
2717 2014-01-31 Juri Linkov <juri@jurta.org>
2718
2719 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2720 from `make-hash-table'.
2721
2722 * textmodes/ispell.el (ispell-init-process): Change message format
2723 to be consistent with other messages.
2724
2725 2014-01-31 Glenn Morris <rgm@gnu.org>
2726
2727 * delsel.el (delete-selection-mode): Doc fix.
2728
2729 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2730 (trace-function-background): Doc fixes.
2731
2732 * ido.el (ido-use-virtual-buffers): Doc fix.
2733 Reset :version, since the default value has not changed.
2734
2735 * register.el (register-preview-delay, register-read-with-preview):
2736 Doc fixes.
2737
2738 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2739 do not mess with mail-buffer position (fixes 2009-11-03 change).
2740 * progmodes/cc-mode.el (c-submit-bug-report):
2741 Check auto-fill-mode is bound. (Bug#16592)
2742
2743 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
2744
2745 * startup.el (fancy-splash-image-file): New function,
2746 split from fancy-splash-head.
2747 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2748 so that we are both using the same image. (Bug#16574)
2749
2750 2014-01-30 Glenn Morris <rgm@gnu.org>
2751
2752 * simple.el (eval-expression): Doc fix.
2753
2754 * hexl.el (hexl-mode-hook):
2755 * ielm.el (ielm-mode-hook):
2756 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2757 (lisp-interaction-mode-hook):
2758 * progmodes/cfengine.el (cfengine3-documentation-function):
2759 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2760
2761 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2764 is a symbol (bug#16584).
2765
2766 2014-01-30 Glenn Morris <rgm@gnu.org>
2767
2768 * help.el (help-for-help-internal): Add "P" to text.
2769
2770 2014-01-29 Glenn Morris <rgm@gnu.org>
2771
2772 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2773
2774 2014-01-28 Martin Rudalics <rudalics@gmx.at>
2775
2776 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2777 height constraints.
2778
2779 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2780
2781 * progmodes/hideif.el: Extend to full CPP expression syntax.
2782 (hif-token-alist): Add missing tokens.
2783 (hif-token-regexp): Add support for float/octal/hex immediates.
2784 (hif-string-literal-regexp): New const.
2785 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2786 (hif-exprlist): New function.
2787 (hif-parse-if-exp): Use it.
2788 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2789 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2790 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2791 (hif-logxor, hif-comma): New functions.
2792
2793 2014-01-28 Glenn Morris <rgm@gnu.org>
2794
2795 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2796
2797 * indent.el (tab-stop-list): Doc fix. Add :version.
2798
2799 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2800 (cvs-append-to-ignore): Add compatibility alias.
2801
2802 2014-01-27 Glenn Morris <rgm@gnu.org>
2803
2804 * dired.el (dired-hide-details-mode): Don't autoload it,
2805 since it cannot be used outside Dired buffers anyway.
2806
2807 * emulation/cua-base.el (cua-mode): Doc fix.
2808
2809 * dired.el (dired-hide-details-hide-symlink-targets)
2810 (dired-hide-details-hide-information-lines)
2811 (dired-hide-details-mode): Doc fixes.
2812
2813 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2814 * strokes.el (strokes-file): Doc fix. Bump :version.
2815 (strokes-help): Doc fix.
2816 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2817 * emulation/viper.el (viper): Doc fix for custom group.
2818 (top-level): Remove oh-so-no-longer-relevant text about vip.
2819 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2820
2821 * ido.el (ido-save-directory-list-file):
2822 * saveplace.el (save-place-file):
2823 * calendar/timeclock.el (timeclock-file):
2824 * net/quickurl.el (quickurl-url-file):
2825 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2826 * progmodes/idlwave.el (idlwave-config-directory):
2827 * textmodes/remember.el (remember-data-file):
2828 Bump :version.
2829
2830 2014-01-26 Glenn Morris <rgm@gnu.org>
2831
2832 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2833 Doc fix. Make obsolete.
2834 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2835
2836 * sort.el (delete-duplicate-lines): Doc fix.
2837
2838 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2839
2840 * progmodes/ada-mode.el (ada):
2841 * woman.el (woman): Link to info manual and Commentary section.
2842
2843 * progmodes/flymake.el (flymake):
2844 * nxml/nxml-mode.el (nxml):
2845 * net/eww.el (eww):
2846 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2847 * htmlfontify.el (htmlfontify):
2848 * ses.el (ses):
2849 * epa.el (epa):
2850 * ido.el (ido): Link to info manual.
2851
2852 2014-01-25 Leo Liu <sdl.web@gmail.com>
2853
2854 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2855
2856 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2857
2858 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2859 (bug#16537).
2860
2861 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2862
2863 * net/eww.el (eww-download-callback):
2864 Fix reference to eww-download-directory.
2865
2866 * emacs-lisp/bytecomp.el (byte-compile-file):
2867 Remove unused local variable `file-name'.
2868
2869 2014-01-24 Glenn Morris <rgm@gnu.org>
2870
2871 * woman.el (woman-default-faces, woman-monochrome-faces):
2872 Fix obsolescence specification.
2873
2874 * subr.el (with-demoted-errors): Doc fix.
2875
2876 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2879 (cl--macroexp-fboundp): New function.
2880 (cl--make-type-test): Use it.
2881
2882 2014-01-23 Glenn Morris <rgm@gnu.org>
2883
2884 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2885 * simple.el (eval-expression): Doc fixes.
2886
2887 2014-01-22 Glenn Morris <rgm@gnu.org>
2888
2889 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2890
2891 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * emacs-lisp/package.el: Write files silently.
2894 (package-autoload-ensure-default-file, package--write-file-no-coding)
2895 (package-generate-description-file, package--download-one-archive)
2896 (package-install-from-archive): Tell `write-region' to stay quiet.
2897 (package-menu-mode, package-menu--print-info): Omit the Archive column
2898 if there's only one archive.
2899 (package-all-keywords, package--has-keyword-p): Remove dead code.
2900
2901 2014-01-22 Glenn Morris <rgm@gnu.org>
2902
2903 * version.el (emacs-bzr-version-bzr): Fix typo.
2904
2905 * version.el (emacs-repository-get-version):
2906 Check either .bzr or .git, but not both.
2907 Make the git case actually use the DIR argument, and return nil
2908 rather than the empty string.
2909 Avoid error if .git exists but the git executable is not found.
2910
2911 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2912
2913 Fixes in window size functions around Bug#16430 and Bug#16470.
2914 * window.el (window-total-size, window-size): New argument ROUND.
2915 (window--min-delta-1, window-min-delta, window--max-delta-1):
2916 Be more conservative when calculating the numbers of lines or
2917 columns a window can shrink (Bug#16430).
2918 (fit-window-to-buffer): Simplify code.
2919 * term.el (term-window-width): Call window-body-width again.
2920
2921 2014-01-22 Glenn Morris <rgm@gnu.org>
2922
2923 * image.el (image-format-suffixes): Doc fix.
2924
2925 * international/quail.el (quail-define-package): Doc fix.
2926
2927 * emacs-lisp/authors.el (authors-valid-file-names)
2928 (authors-renamed-files-alist): Additions.
2929
2930 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2931 reverts 2014-01-09 change. (Bug#16422)
2932
2933 * calc/calc-embed.el (thing-at-point-looking-at):
2934 * emacs-lisp/map-ynp.el (x-popup-dialog):
2935 * obsolete/lmenu.el (x-popup-dialog):
2936 * emacs-lisp/package.el (url-recreate-url):
2937 * mail/mailclient.el (clipboard-kill-ring-save):
2938 * subr.el (x-popup-dialog): Update declaration.
2939 * mail/rmail.el (rmail-mime-message-p):
2940 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2941
2942 2014-01-21 Daniel Colascione <dancol@dancol.org>
2943
2944 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2945 Correctly detect when we're inside an arithmetic expansion form
2946 containing nested parenthesis.
2947 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2948 to detect cases where we shouldn't expand "<<" to a heredoc
2949 skeleton.
2950
2951 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2954 (eldoc--message-command-p): New function.
2955 (eldoc-display-message-p): Use it.
2956 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2957 message is not automatically erased for us.
2958 (eldoc-print-current-symbol-info): Erase previous message, if any.
2959
2960 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2961
2962 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2963 specify it's an interactive function.
2964
2965 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2966 Fix regex used for scanning for citation keys which failed for
2967 citations with optional arguments.
2968
2969 2014-01-21 Leo Liu <sdl.web@gmail.com>
2970
2971 * simple.el (read--expression): Don't enable eldoc-mode.
2972
2973 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2974
2975 * simple.el (move-beginning-of-line): Make sure we don't move forward
2976 (bug#16497).
2977
2978 2014-01-20 Juri Linkov <juri@jurta.org>
2979
2980 * saveplace.el (toggle-save-place, save-place-to-alist)
2981 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
2982 'dired-mode) before checking for dired-directory. (Bug#16477)
2983
2984 2014-01-20 Juri Linkov <juri@jurta.org>
2985
2986 * indent.el (indent-line-to): Use backward-to-indentation
2987 instead of back-to-indentation. (Bug#16461)
2988
2989 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2990
2991 Revert some of the CANNOT_DUMP fix (Bug#16494).
2992 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
2993 but fixing this can wait until after the next release.
2994 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
2995
2996 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
2997
2998 * eshell/esh-mode.el (eshell-password-prompt-regexp):
2999 Use `password-word-equivalents'.
3000 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3001 to t. (Bug#5664, Bug#13124)
3002
3003 2014-01-19 Alan Mackenzie <acm@muc.de>
3004
3005 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3006 points.
3007 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3008 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3009 * progmodes/cc-mode.el (c-before-change, c-after-change)
3010 (c-font-lock-fontify-region): Bind it here.
3011
3012 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3013
3014 * term.el (term-window-width): Call window-text-width instead of
3015 window-width (Bug#16470).
3016
3017 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3018
3019 * simple.el (password-word-equivalents): Remove duplicates.
3020 Sort, to make this easier next time.
3021 Downcase. Omit ": " after "jelszó".
3022
3023 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3024
3025 * term/common-win.el (saved-region-selection): Defvar it.
3026 (x-select-text): Set saved-region-selection (Bug#16382).
3027
3028 2014-01-18 Glenn Morris <rgm@gnu.org>
3029
3030 * emacs-lisp/authors.el (authors-aliases)
3031 (authors-renamed-files-alist): Add some entries.
3032
3033 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3034
3035 * net/tramp.el (tramp-password-prompt-regexp):
3036 Use `password-word-equivalents' if available.
3037 (tramp-action-password, tramp-process-one-action)
3038 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3039
3040 2014-01-17 Chong Yidong <cyd@gnu.org>
3041
3042 * simple.el (password-word-equivalents): New defcustom.
3043 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3044 to 24.4.
3045 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3046 to t. (Bug#13124)
3047
3048 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3049
3050 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3051 (ruby-align-to-stmt-keywords): Change the default value.
3052 Use `ruby-alignable-keywords' to generate the possible customization
3053 choices.
3054 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3055 keywords, check against the value of `ruby-alignable-keywords'
3056 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3057
3058 2014-01-17 Glenn Morris <rgm@gnu.org>
3059
3060 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3061
3062 Make M-x authors return zero *Authors Errors* from current logs.
3063 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3064 (authors-ignored-files): Add some entries, remove others.
3065 (authors-ambiguous-files, authors-valid-file-names):
3066 Add some entries.
3067 (authors-renamed-files-alist): Add, remove, and adjust entries.
3068 (authors-renamed-files-regexps): Add some entries.
3069 Remove some very broad ones. Make some entries `lax'.
3070 (authors-lax-changelogs): New constant.
3071 (authors-disambiguate-file-name): Treat top-level specially.
3072 (authors-lax-changelog-p): New function.
3073 (authors-canonical-file-name): Check file as written against
3074 authors-valid-file-names. Do not special-case etc/.
3075 Handle `lax' logs and authors-renamed-files-regexps elements.
3076
3077 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3078
3079 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3080 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3081 callers.
3082
3083 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3084
3085 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3086 Assume we're already in the proper buffer.
3087 Inspired by Anders Lindgren <andlind@gmail.com>.
3088 (follow-post-command-hook): Call it from the right buffer.
3089 (follow-comint-scroll-to-bottom): Adjust call.
3090 (follow-all-followers): Use get-buffer-window-list.
3091
3092 2014-01-15 Daniel Colascione <dancol@dancol.org>
3093
3094 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3095 `buffer-file-name' in interactive-form so that we don't leave
3096 pathless file names in `file-name-history'.
3097
3098 2014-01-15 Juri Linkov <juri@jurta.org>
3099
3100 * indent.el (indent-rigidly): Set deactivate-mark to nil
3101 in transient indentation mode. (Bug#16438)
3102
3103 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3104
3105 * emacs-lisp/package.el (package-desc-keywords): New function
3106 (Bug#16222).
3107 (describe-package-1, package-all-keywords)
3108 (package--has-keyword-p): Use it.
3109
3110 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3111
3112 * simple.el (define-alternatives): When creating the
3113 COMMAND-alternatives variable, assign COMMAND as its definition
3114 name so that `describe-variable' can relocate it.
3115
3116 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3117
3118 * font-lock.el (font-lock-keywords): Fix typo in docstring
3119 (bug#16307).
3120
3121 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3122
3123 * ispell.el (ispell-region): Reset `in-comment' for new line
3124 instead of wrongly reset `add-coment' (bug#13577).
3125
3126 2014-01-14 Daiki Ueno <ueno@gnu.org>
3127
3128 * epa-file.el (epa-file-write-region): Encode the region according
3129 to `buffer-file-format'. Problem reported at:
3130 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3131
3132 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3135 so it applies in the right buffer (bug#16410).
3136
3137 2014-01-13 Daniel Colascione <dancol@dancol.org>
3138
3139 * textmodes/rst.el (rst-define-key): Provide deprecated
3140 keybindings through named functions instead of anonymous ones so
3141 that "??" doesn't appear in describe-mode output.
3142
3143 2014-01-13 Bastien Guerry <bzg@gnu.org>
3144
3145 * simple.el (define-alternatives): Call the selected command
3146 interactively. When setting `COMMAND--implementation' for the
3147 first time, tell the user how to chose another implementation.
3148 Enhance the docstring.
3149
3150 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3153 (log-edit--match-first-line): New function.
3154 (log-edit-font-lock-keywords): Use it.
3155 (log-edit-mode): Make jit-lock-defer-multiline work.
3156
3157 2014-01-13 Bastien Guerry <bzg@gnu.org>
3158
3159 * rect.el (rectangle-mark-mode): When the region is not active,
3160 display a message saying that the mark as been set and that
3161 rectangle mode is in use.
3162 (rectangle--highlight-for-redisplay): Only put an overlay with a
3163 visible vertical bar when (display-graphic-p) is non-nil.
3164 This partially fixes Bug#16403.
3165
3166 2014-01-13 Juri Linkov <juri@jurta.org>
3167
3168 * info.el (Info-find-file): Go to DIR before displaying the error
3169 about a nonexistent file if no previous Info file is visited.
3170 Use `user-error' instead of `error' for "Info file %s does not exist".
3171 (Info-find-node-2): In case of a nonexistent node in unwind forms
3172 go to the Top node if there is no previous node to revert to.
3173 (Bug#16405)
3174
3175 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3176
3177 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3178 * window.el (fit-frame-to-buffer): Fix doc-string.
3179 Respect window-min-height/-width. Fit pixelwise when
3180 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3181 when avoiding that frame goes partially off-screen.
3182 (fit-window-to-buffer): Respect window-min-height/-width
3183 (Bug#14096).
3184
3185 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3186
3187 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3188 after an empty line.
3189
3190 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3191
3192 * net/shr.el (shr-render-region): Autoload.
3193
3194 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3195
3196 * net/eww.el (eww-download-directory): Rename from
3197 `eww-download-path' (Bug#16419).
3198
3199 2014-01-12 Leo Liu <sdl.web@gmail.com>
3200
3201 * dired-x.el (dired-mode-map): Fix last change.
3202
3203 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3204
3205 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3206
3207 Spelling fixes.
3208 * emacs-lisp/generic.el (generic--normalize-comments):
3209 Rename from generic--normalise-comments. All uses changed.
3210 * play/bubbles.el (bubbles--neighborhood-score)
3211 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3212 (bubbles--neighborhood-available)
3213 (bubbles--update-neighborhood-score):
3214 Rename from names with 'neighbourhood'. All uses changed.
3215
3216 2014-01-12 Leo Liu <sdl.web@gmail.com>
3217
3218 Re-implement the feature of showing eldoc info after editing.
3219 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3220 (eldoc-edit-message-commands): New function.
3221 (eldoc-print-after-edit): New variable.
3222 (eldoc-pre-command-refresh-echo-area): Emit message only by
3223 eldoc-message-commands.
3224 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3225 if eldoc-print-after-edit is set. (Bug#16346)
3226 * simple.el (read--expression): Enable eldoc-mode.
3227 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3228
3229 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3230 Eric S. Raymond <esr@thyrsus.com>
3231
3232 * version.el (emacs-repository-get-version): Enhance so the
3233 function works correctly in either a Bazaar or Git repo.
3234
3235 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3236
3237 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3238 Goes with removal of the joke manpages from /etc.
3239
3240 2014-01-10 Kenichi Handa <handa@gnu.org>
3241
3242 * mail/rmail.el (rmail-get-coding-system):
3243 Check rmail-get-coding-function before "funcall"ing it.
3244
3245 2014-01-10 Glenn Morris <rgm@gnu.org>
3246
3247 * emacs-lisp/authors.el (authors-fixed-entries):
3248 Update for files that no longer exist.
3249
3250 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3251
3252 * version.el (emacs-bzr-get-version): Restore compatibilty with
3253 24.3 (Tested).
3254
3255 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3256
3257 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3258 and Podfile.
3259
3260 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3261
3262 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3263
3264 2014-01-10 Chong Yidong <cyd@gnu.org>
3265
3266 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3267
3268 2014-01-10 Anders Lindgren <andlind@gmail.com>
3269
3270 * follow.el (follow-cache-command-list): Include right-char and
3271 left-char.
3272
3273 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3274
3275 Spelling fixes.
3276 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3277 * woman.el (woman-mark-horizontal-position):
3278 Rename from woman-mark-horizonal-position. Use changed.
3279
3280 2014-01-10 Glenn Morris <rgm@gnu.org>
3281
3282 * info.el (info-initialize): If running uninstalled, ensure our
3283 own info files are always found first, even if INFOPATH is set.
3284
3285 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3286
3287 2014-01-09 David Engster <deng@randomsample.de>
3288
3289 * emacs-lisp/eieio-custom.el:
3290 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3291 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3292 * emacs-lisp/eieio.el: Regenerate autoloads.
3293
3294 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3295
3296 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3297 following renames. (Bug#8756)
3298
3299 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3302 (bug#16382).
3303 (activate-mark): Add `no-tmm' argument.
3304 (set-mark, push-mark-command): Use it instead of running
3305 activate-mark-hook by hand.
3306
3307 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3308
3309 In preparation for the move to git, sanitize out some
3310 Bazaar-specific names.
3311
3312 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3313
3314 * version.el (emacs-bzr-version): Name changed to
3315 emacs-repository-version. Obsolete-variable alias made.
3316 * loadup.el: Follow through on this name change.
3317 * mail/emacsbug.el (report-emacs-bug): Factor out any
3318 assumption about the version control system in use.
3319
3320 2014-01-08 David Engster <deng@randomsample.de>
3321
3322 * help-fns.el (help-fns-describe-function-functions):
3323 New variable to call functions for augmenting help buffers.
3324 (describe-function-1): Remove explicit calls to
3325 `help-fns--compiler-macro', `help-fns--parent-mode' and
3326 `help-fns--obsolete'. Put them in above new variable instead, and
3327 call them through `run-hook-with-args'.
3328 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3329 `eieio-describe-class'. Not meant for interactive use anymore,
3330 but to augment existing help buffers. Remove optional second
3331 argument. Create proper button for file location.
3332 Rewrite function to use `insert' instead of `princ' and `prin1' where
3333 possible.
3334 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3335 (eieio-method-def, eieio-class-def): Move further up.
3336 (describe-method, describe-generic, eieio-describe-method):
3337 Remove aliases.
3338 (eieio-help-constructor, eieio-help-generic): Rename from
3339 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3340 Rewrite to use `insert' in the current buffer and use proper help
3341 buttons.
3342 (eieio-help-find-method-definition)
3343 (eieio-help-find-class-definition): Also accept symbols as
3344 arguments.
3345 (eieio-help-mode-augmentation-maybee): Remove.
3346 (eieio-describe-class-sb): Use `describe-function'.
3347 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3348 Add `eieio-help-generic' and `eieio-help-constructor'.
3349
3350 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3351
3352 Spelling fixes.
3353 * language/china-util.el (hz-ascii-designation):
3354 Rename from hz-ascii-designnation.
3355 (hz-ascii-designation): Rename from hz-ascii-designnation.
3356 All uses changed.
3357
3358 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3359
3360 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3361 package-alist.
3362
3363 2014-01-08 Bastien Guerry <bzg@gnu.org>
3364
3365 * emacs-lisp/package.el (package-delete):
3366 Correctly delete the package from package-alist.
3367
3368 2014-01-08 Daiki Ueno <ueno@gnu.org>
3369
3370 * emacs-lisp/package.el (url-recreate-url): Declare.
3371 (url-http-target-url): Declare.
3372 (package-handle-response): Include requested URL in the error message.
3373 (package--check-signature): Don't re-signal errors from
3374 package--with-work-buffer. Suggested by Stefan Monnier.
3375
3376 2014-01-07 Bastien Guerry <bzg@gnu.org>
3377
3378 * minibuffer.el (completion--try-word-completion): When both a
3379 hyphen and a space are possible candidates for the character
3380 following a word, display both candidates. (Bug#15980)
3381
3382 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3383
3384 * window.el (balance-windows-2): While rounding don't give a
3385 window more than the remainder. Bug#16351, bug#16383.
3386
3387 2014-01-07 Glenn Morris <rgm@gnu.org>
3388
3389 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3390 (menu-bar-help-menu): Use view-external-packages instead.
3391
3392 2014-01-07 Bastien Guerry <bzg@gnu.org>
3393
3394 * emacs-lisp/package.el (package-delete): Also delete the package
3395 name from `package-alist', not its description only.
3396
3397 2014-01-07 Glenn Morris <rgm@gnu.org>
3398
3399 * help.el (view-external-packages):
3400 * menu-bar.el (menu-bar-help-extra-packages):
3401 Visit efaq.info rather than etc/MORE.STUFF.
3402
3403 2014-01-07 Juri Linkov <juri@jurta.org>
3404
3405 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3406 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3407
3408 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3409 that shadows RET. (Bug#16342)
3410
3411 2014-01-07 Chong Yidong <cyd@gnu.org>
3412
3413 * isearch.el (isearch-yank-char, isearch-yank-word)
3414 (isearch-yank-line): Doc fix.
3415
3416 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3417
3418 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3419 * emacs-lisp/elint.el (elint-find-builtins):
3420 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3421 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3422 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3423 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3424 * apropos.el (apropos-safe-documentation):
3425 * subr.el (symbol-file): Remove redundant fboundp.
3426 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3427
3428 2014-01-06 Bastien Guerry <bzg@gnu.org>
3429
3430 * hl-line.el (global-hl-line-overlay): Make a local variable.
3431 (global-hl-line-overlays): New variable to store all overlays.
3432 (global-hl-line-mode): Don't delete overlays from the current
3433 buffer when `global-hl-line-sticky-flag' is non-nil.
3434 (global-hl-line-highlight): Add new overlays to
3435 `global-hl-line-overlays'.
3436 (global-hl-line-unhighlight-all): New function to delete all
3437 overlays when turning off `global-hl-line-mode'.
3438 This fixes Bug#16183.
3439
3440 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * subr.el (set-transient-map): Fix nested case and docstring.
3443
3444 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3445
3446 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3447 `Texinfo' entry.
3448
3449 2014-01-06 Daniel Colascione <dancol@dancol.org>
3450
3451 Fix defun navigation in vc log view.
3452
3453 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3454 like `beginning-of-defun'.
3455 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3456 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3457 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3458 (log-view-extract-comment): Call `log-view-current-entry' directly
3459 instead of relying on broken `log-view-beginning-of-defun' behavior.
3460
3461 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3462
3463 Spelling fixes.
3464 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3465 * emacs-lisp/debug.el (cancel-debug-on-entry):
3466 * epg.el (epg-error-to-string):
3467 * files.el (recover-file):
3468 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3469 * mail/emacsbug.el (report-emacs-bug-hook):
3470 * mail/sendmail.el (mail-recover):
3471 * ses.el (ses-yank-resize):
3472 * term/ns-win.el (ns-print-buffer):
3473 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3474 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3475 All uses changed.
3476 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3477
3478 2014-01-06 Leo Liu <sdl.web@gmail.com>
3479
3480 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3481 to avoid shadowing global key. (Bug#16354)
3482
3483 2014-01-06 Daniel Colascione <dancol@dancol.org>
3484
3485 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3486 rst-mode.
3487
3488 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3489
3490 * window.el (balance-windows): Add mising t to fix Bug#16351.
3491
3492 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3493
3494 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3495 (bug#16285).
3496 (shr-insert): If we have a word that's longer than `shr-width',
3497 break after it anyway. Otherwise we'll do no breaking once we get
3498 such a long word.
3499
3500 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3501
3502 * net/eww.el (eww): Support single/double quote for search.
3503 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3504 (eww-history-quit): Delete and use quit-window.
3505 (eww-history-kill): Delete, because it doesn't work well and
3506 not necessary.
3507 (eww-history-mode-map): Delete some keys and add easy-menu.
3508
3509 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3510
3511 Fix misspelling of 'chinese' in rx (Bug#16237).
3512 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3513 chinese-two-byte.
3514
3515 Change subword regexps back to vars (Bug#16296).
3516 * progmodes/subword.el (subword-forward-regexp)
3517 (subword-backward-regexp): Change these back to variables.
3518
3519 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3522 syntax-begin-function (bug#16247).
3523
3524 2014-01-03 Chong Yidong <cyd@gnu.org>
3525
3526 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3527 (advice--docstring): Delete variable.
3528 (advice--make-1): Leave the docstring empty.
3529 (advice-add): Use function-documentation for advised docstring.
3530
3531 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3532 Ignore function-documentation property when getting documentation.
3533 (ad-activate-advised-definition): Use function-documentation
3534 generate the docstring.
3535 (ad-make-advised-definition): Don't call
3536 ad-make-advised-definition-docstring.
3537 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3538 Delete functions.
3539
3540 * progmodes/sql.el (sql-help): Use function-documentation instead
3541 of dynamic-docstring-function property. No need to autoload now.
3542 (sql--help-docstring): New variable.
3543 (sql--make-help-docstring): Use it.
3544
3545 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3546
3547 * ielm.el (ielm-tab): Retarget.
3548 (ielm-map): Use ielm-tab for tab.
3549 (ielm-complete-filename): Use comint-filename-completion.
3550 (ielm-complete-symbol): Remove.
3551 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3552 remove ielm-tab from completion-at-point-functions (bug#16224).
3553
3554 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3555 Beware signals raised by predicates (bug#16201).
3556
3557 2014-01-02 Richard Stallman <rms@gnu.org>
3558
3559 * dired-aux.el (dired-do-print): Handle printer-name.
3560
3561 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3562 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3563 (rmail-epa-decrypt): Turn off mime processing.
3564
3565 * mail/rmail.el (rmail-make-in-reply-to-field):
3566 Add parens in message-id.
3567
3568 * mail/rmail.el (rmail-get-coding-function): Variable.
3569 (rmail-get-coding-system): Use it.
3570
3571 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3572
3573 * international/mule-conf.el: Unify the charset indian-is13194.
3574 (indian-is13194): Specify unify-map.
3575
3576 2013-12-31 Leo Liu <sdl.web@gmail.com>
3577
3578 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3579
3580 2013-12-30 Daniel Colascione <dancol@dancol.org>
3581
3582 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3583 of printing a useless when we resume from sleep.
3584
3585 * progmodes/sh-script.el
3586 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3587 in indentation code. (Bug#16233)
3588
3589 2013-12-28 João Távora <joaotavora@gmail.com>
3590
3591 * elec-pair.el (electric-pair-post-self-insert-function):
3592 Don't open extra newlines at beginning of buffer. (Bug#16272)
3593
3594 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3595
3596 * frame.el (window-system-for-display): Don't allow to create a
3597 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3598
3599 2013-12-28 Glenn Morris <rgm@gnu.org>
3600
3601 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3602 Update callers.
3603
3604 * apropos.el (apropos-match-face):
3605 * calculator.el (calculator-displayer):
3606 * dabbrev.el (dabbrev-search-these-buffers-only):
3607 * face-remap.el (buffer-face-mode-face):
3608 * simple.el (yank-handled-properties):
3609 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3610 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3611 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3612 (hashcash-double-spend-database):
3613 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3614 (ruby-deep-indent-paren-style):
3615 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3616 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3617 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3618 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3619 Specify custom types.
3620
3621 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3622 * bookmark.el (bookmark-bmenu-use-header-line):
3623 * doc-view.el (doc-view-scale-internally):
3624 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3625 * register.el (register-preview-delay):
3626 * net/shr.el (shr-bullet):
3627 * progmodes/cfengine.el (cfengine-cf-promises)
3628 (cfengine-parameters-indent):
3629 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3630 * textmodes/reftex-vars.el (reftex-label-regexps):
3631 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3632
3633 * net/tls.el (tls-certtool-program): Fix default value.
3634
3635 * desktop.el (desktop-restore-in-current-display):
3636 * newcomment.el (comment-empty-lines):
3637 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3638 (idlwave-pad-keyword):
3639 * progmodes/tcl.el (tcl-tab-always-indent):
3640 * textmodes/reftex-vars.el (reftex-index-default-tag):
3641 * elec-pair.el (electric-pair-skip-whitespace):
3642 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3643
3644 * emacs-lisp/authors.el (authors-ignored-files)
3645 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3646
3647 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3648
3649 * shell.el (shell-dynamic-complete-command): Doc fix.
3650 (shell--command-completion-data): Shell completion now matches
3651 executable filenames from the current buffer's directory, on
3652 systems in which this behavior is the default (windows-nt, ms-dos).
3653
3654 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3655
3656 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3657
3658 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3661 (bug#16251).
3662
3663 * electric.el: Move all electric-pair-* to elec-pair.el.
3664 * elec-pair.el: New file, split from electric.el.
3665
3666 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3667
3668 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3669 indentation level is larger than the width, because that will
3670 infloop.
3671 (shr-insert): Fill repeatedly long texts, so that Japanese is
3672 formatted correctly (bug#16263).
3673 (shr-find-fill-point): Off by one error in comparison with the
3674 indentation.
3675
3676 2013-12-26 João Távora <joaotavora@gmail.com>
3677
3678 * electric.el (electric-pair-mode): More flexible engine for skip-
3679 and inhibit predicates, new options for pairing-related functionality.
3680 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3681 if that keeps or improves their balance in buffers.
3682 (electric-pair-delete-adjacent-pairs): Delete the pair when
3683 backspacing over adjacent matched delimiters.
3684 (electric-pair-open-extra-newline): Open extra newline when
3685 inserting newlines between adjacent matched delimiters.
3686 (electric--sort-post-self-insertion-hook):
3687 Sort post-self-insert-hook according to priority values when
3688 minor-modes are activated.
3689 * simple.el (newline-and-indent): Call newline with interactive
3690 set to t.
3691 (blink-paren-post-self-insert-function): Set priority to 100.
3692 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3693 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3694 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3695 electric-pair-open-newline-between-pairs to nil.
3696
3697 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3698
3699 * progmodes/python.el: Use lexical-binding.
3700 (python-nav-beginning-of-defun): Stop searching ASAP.
3701
3702 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3703
3704 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3705 Fix interactive spec. Doc fix. (Bug#15754)
3706
3707 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3708
3709 * emacs-lisp/byte-run.el (eval-when-compile):
3710 * progmodes/cc-defs.el (cc-eval-when-compile):
3711 Fix edebug spec (bug#16184).
3712
3713 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3714
3715 * net/shr.el (shr-visit-file): Remove debugging function.
3716 (shr-insert): Don't infloop if we can't find a good place to break
3717 the line (bug#16256).
3718
3719 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3720
3721 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3722 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3723 python-nav-lisp-forward-sexp-safe.
3724 (python-nav--forward-sexp): New argument SAFE allows switching
3725 forward sexp movement behavior for parens.
3726 (python-nav-forward-sexp): Throw errors on unterminated parens
3727 (Bug#16191).
3728 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3729 (python-nav-backward-sexp-safe): New functions.
3730 (python-shell-buffer-substring):
3731 Use `python-nav-forward-sexp-safe'.
3732
3733 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3734
3735 * net/shr.el (shr-find-fill-point): Don't break lines before a
3736 quotation mark.
3737 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3738 (shr-find-fill-point): Remove the special checks for the quotation
3739 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3740
3741 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3742
3743 * net/eww.el (eww-form-textarea): Use a different face for
3744 textareas than text input since they have different keymaps
3745 (bug#16142).
3746
3747 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3748
3749 * progmodes/python.el (python-nav-beginning-of-statement):
3750 Speed up (Bug#15295).
3751
3752 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3753
3754 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3755 the window configuration.
3756
3757 2013-12-24 Eli Zaretskii <eliz@gnu.org>
3758
3759 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3760 we run on MS-Windows or MS-DOS.
3761
3762 2013-12-24 Martin Rudalics <rudalics@gmx.at>
3763
3764 * window.el (balance-windows-area): Call window-size instead of
3765 window-height and window-width. Bug#16241.
3766
3767 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3768
3769 * net/eww.el (eww-bookmark-quit): Remove.
3770 (eww-bookmark-browse): Restore the window configuration when you
3771 choose a bookmark (bug#16144).
3772
3773 2013-12-24 Daniel Colascione <dancol@dancol.org>
3774
3775 * icomplete.el: Remove redundant :group arguments to `defcustom'
3776 throughout.
3777 (icomplete-show-matches-on-no-input): New customizable variable.
3778 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3779 we have something to show.
3780 (icomplete-exhibit): Compute completions even if we have no user input.
3781
3782 2013-12-23 Daniel Colascione <dancol@dancol.org>
3783
3784 * icomplete.el: Move `provide' to end of file.
3785
3786 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3787
3788 * net/gnutls.el (gnutls-verify-error): Add version tag.
3789
3790 2013-12-23 Chong Yidong <cyd@gnu.org>
3791
3792 * subr.el (set-transient-map): Rename from
3793 set-temporary-overlay-map. Doc fix.
3794
3795 * face-remap.el (text-scale-adjust):
3796 * indent.el (indent-rigidly):
3797 * kmacro.el (kmacro-call-macro):
3798 * minibuffer.el (minibuffer-force-complete):
3799 * repeat.el (repeat):
3800 * simple.el (universal-argument--mode):
3801 * calendar/todo-mode.el (todo-insert-item--next-param):
3802 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3803
3804 * indent.el (indent-rigidly): Use substitute-command-keys.
3805
3806 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3807
3808 * net/eww.el (eww-tag-select): Add text-property to jump to next
3809 select field.
3810 (eww): Add non-supported ftp error.
3811
3812 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3813
3814 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3815 comments. Handle electric indent after typing `?' and `!'.
3816
3817 2013-12-22 Chong Yidong <cyd@gnu.org>
3818
3819 * faces.el (face-spec-recalc): If the theme specs are not
3820 applicable to a frame, fall back on the defface spec.
3821 This prevents themes from obliterating faces on low-color terminals.
3822
3823 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3824
3825 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3826 after `{'. We need it after block openers, and it doesn't seem
3827 to hurt after hash openers.
3828
3829 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3830
3831 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3832 extracted from `ruby-smie-rules'.
3833 (ruby--electric-indent-chars): New variable.
3834 (ruby--electric-indent-p): New function.
3835 (ruby-mode): Use `electric-indent-functions' instead of
3836 `electric-indent-chars'.
3837
3838 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3839
3840 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3841 docstring.
3842 (ruby-smie-rules): Indent plus one level after `=>'.
3843
3844 2013-12-21 Richard Stallman <rms@gnu.org>
3845
3846 * simple.el (newline): Doc fix.
3847
3848 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3849
3850 * net/eww.el (eww-list-histories, eww-list-histories)
3851 (eww-history-browse, eww-history-quit, eww-history-kill)
3852 (eww-history-mode-map, eww-history-mode): New command and
3853 functions to list browser histories.
3854 (eww-form-text): Support text form with disabled
3855 and readonly attributes.
3856 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3857
3858 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3859
3860 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3861 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3862 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3863 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3864 Use `user-error'.
3865 (eww-bookmark-mode-map): Add menu.
3866 (eww-render, eww-mode): Use `setq-local'.
3867 (eww-tool-bar-map): New variable.
3868 (eww-mode): Set `tool-bar-map'.
3869 (eww-view-source): Check for `html-mode' with `fboundp'.
3870
3871 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3872
3873 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3874 elements with text inside. Also remove debugging.
3875
3876 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3877
3878 * cus-start.el (all): Add ns-use-srgb-colorspace.
3879
3880 2013-12-21 Chong Yidong <cyd@gnu.org>
3881
3882 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3883 undefined. Thus, theme settings for undefined faces do not take
3884 effect until the faces are defined with defface, the same as with
3885 theme variables.
3886
3887 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3888 (face-spec-reset-face): Don't assign extra properties in temacs.
3889 (face-spec-recalc): Apply X resources too.
3890
3891 2013-12-21 Chong Yidong <cyd@gnu.org>
3892
3893 * faces.el (face-spec-set):
3894 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3895 * custom.el (defface): Doc fixes (Bug#16203).
3896
3897 * indent.el (indent-rigidly-map): Add docstring, and move commands
3898 into named functions.
3899 (indent-rigidly-left, indent-rigidly-right)
3900 (indent-rigidly-left-to-tab-stop)
3901 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3902 indentation direction based on bidi direction, and accumulate
3903 sequential commands in a single undo boundary.
3904 (indent-rigidly--pop-undo): New utility function.
3905
3906 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3907
3908 * faces.el (read-face-name): Require crm.el when using crm-separator.
3909
3910 2013-12-20 Daniel Colascione <dancol@dancol.org>
3911
3912 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3913 so that we don't reflow comments into the shebang line.
3914
3915 2013-12-20 Juri Linkov <juri@jurta.org>
3916
3917 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3918 a position when `dired-directory' is non-nil. Check integer
3919 positions with `integerp'.
3920 (toggle-save-place, save-places-to-alist): Add check for
3921 `dired-directory'.
3922 (save-place-find-file-hook): Check integer positions with
3923 `integerp'.
3924 (save-place-dired-hook): Use `dired-goto-file' when
3925 `dired-filename' is found in the assoc list. Check integer
3926 positions with `integerp'.
3927 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3928
3929 * dired.el (dired-initial-position-hook): Rename back from
3930 `dired-initial-point-hook'.
3931 (dired-initial-position): Rename `dired-initial-point-hook' to
3932 `dired-initial-position-hook'.
3933 (dired-file-name-at-point): Doc fix. (Bug#15329)
3934
3935 2013-12-20 Juri Linkov <juri@jurta.org>
3936
3937 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3938 (read-regexp-suggestions): New function.
3939 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3940 Use `read-regexp-suggestions'. Add non-empty default to history
3941 for empty input.
3942 (occur-read-regexp-defaults-function): Remove function.
3943 (occur-read-primary-args): Use `regexp-history-last' instead of
3944 `occur-read-regexp-defaults-function'.
3945
3946 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3947 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3948 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3949 `hi-lock-read-regexp-defaults-function'. Doc fix.
3950 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3951 with `find-tag-default-as-symbol-regexp'. Doc fix.
3952 (hi-lock-read-regexp-defaults): Remove function.
3953 (hi-lock-regexp-okay): Add check for null.
3954
3955 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3956 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3957
3958 * subr.el (find-tag-default-as-symbol-regexp): New function.
3959 (find-tag-default-as-regexp): Move symbol regexp formatting to
3960 `find-tag-default-as-symbol-regexp'.
3961
3962 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3963
3964 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3965 (Bug#14179)
3966
3967 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3968
3969 * calendar/todo-mode.el: New implementation of item insertion
3970 commands and key bindings.
3971 (todo-key-prompt): New face.
3972 (todo-insert-item): New command.
3973 (todo-insert-item--parameters): New defconst, replacing defvar
3974 todo-insertion-commands-args-genlist.
3975 (todo-insert-item--param-key-alist): New defconst, replacing
3976 defvar todo-insertion-commands-arg-key-list.
3977 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3978 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3979 (todo-insert-item--next-param): New functions.
3980 (todo-insert-item--args, todo-insert-item--argleft)
3981 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
3982 New variables.
3983 (todo-key-bindings-t): Change binding of "i" from
3984 todo-insertion-map to todo-insert-item.
3985 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
3986 (todo-insertion-command-name, todo-insertion-commands-names)
3987 (todo-define-insertion-command, todo-insertion-commands)
3988 (todo-insertion-key-bindings, todo-insertion-map): Remove.
3989
3990 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3991
3992 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
3993 (todo-toggle-item-highlighting): Use eval-and-compile instead of
3994 eval-when-compile.
3995 (todo-move-category): Allow choosing a non-existing todo file to
3996 move the category to, and create that file.
3997 (todo-default-priority): New user option.
3998 (todo-set-item-priority): Use it.
3999 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4000 (desktop-restore-file-buffer): Declare.
4001 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4002 (todo-modes-set-2): Locally set desktop-save-buffer to
4003 todo-desktop-save-buffer.
4004 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4005 (auto-mode-alist): Add autoload cookie.
4006
4007 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4008
4009 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4010 helpers.el was a poor choice of name.
4011 (string-remove-prefix): New function.
4012 (string-remove-suffix): New function.
4013
4014 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4015
4016 Fix assignment for new window total sizes.
4017 * window.el (window--pixel-to-size): Remove function.
4018 (window--pixel-to-total-1, window--pixel-to-total):
4019 Fix calculation of new total sizes.
4020
4021 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4022
4023 * comint.el (comint-output-filter): Fix rear-nonsticky property
4024 placement (Bug#16010).
4025
4026 2013-12-20 Chong Yidong <cyd@gnu.org>
4027
4028 * faces.el (read-color): Minor fix for completion function.
4029
4030 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4031
4032 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4033 New option. (Bug#16182)
4034 (ruby-smie--indent-to-stmt-p): Use it.
4035 (ruby-smie-rules): Revert the logic in the handling of `when'.
4036 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4037 (ruby-deep-arglist, ruby-deep-indent-paren)
4038 (ruby-deep-indent-paren-style): Update docstrings to note that the
4039 vars don't have any effect with SMIE.
4040
4041 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4042
4043 * calc/calc.el (calc-enter, calc-pop): Use the variable
4044 `calc-context-sensitive-enter'.
4045
4046 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4047
4048 * net/shr.el (shr-insert): Protect against infloops in degenerate
4049 tables.
4050
4051 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4052
4053 * progmodes/octave.el (octave): Add link to manual and octave
4054 homepage.
4055 (octave-mode-menu): Link to octave-mode manual.
4056
4057 2013-12-20 Leo Liu <sdl.web@gmail.com>
4058
4059 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4060 insertion using skeleton-end-newline. (Bug#16138)
4061
4062 2013-12-20 Juri Linkov <juri@jurta.org>
4063
4064 * replace.el (occur-engine): Use `add-face-text-property'
4065 to add the face property to matches and titles. (Bug#14645)
4066
4067 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4068 the palette of other hi-lock colors.
4069 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4070
4071 2013-12-19 Juri Linkov <juri@jurta.org>
4072
4073 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4074 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4075 (minibuffer-history-symbol): Move variable declaration closer to
4076 its usage.
4077
4078 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4079 (Bug#14785)
4080
4081 2013-12-19 Juri Linkov <juri@jurta.org>
4082
4083 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4084 New function.
4085 (log-edit-hook): Add it to :options. (Bug#16170)
4086
4087 2013-12-19 Juri Linkov <juri@jurta.org>
4088
4089 * simple.el (eval-expression-print-format): Don't check for
4090 command names and the last command. Always display additional
4091 formats of the integer result in the echo area, and insert them
4092 to the current buffer only with a zero prefix arg.
4093 Display character when char-displayable-p is non-nil.
4094 (eval-expression): With a zero prefix arg, set `print-length' and
4095 `print-level' to nil, and insert the integer values from
4096 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4097
4098 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4099 `eval-last-sexp-arg-internal'. Doc fix.
4100 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4101 `eval-last-sexp-print-value'. Doc fix.
4102 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4103 Set `print-length' and `print-level' to nil when arg is zero.
4104 (eval-last-sexp): Doc fix.
4105 (eval-defun-2): Print the integer values from
4106 `eval-expression-print-format' at the end.
4107
4108 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4109 values from `eval-expression-print-format' at the end.
4110
4111 * ielm.el (ielm-eval-input): Print the integer
4112 values from `eval-expression-print-format' at the end.
4113
4114 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4115
4116 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4117 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4118
4119 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4120
4121 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4122 (hl-line-highlight, global-hl-line-highlight): Use it.
4123 (hl-line-overlay): Use defvar-local.
4124
4125 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4126
4127 * term/ns-win.el: Require dnd.
4128 (global-map): Remove drag items.
4129 (ns-insert-text, ns-set-foreground-at-mouse)
4130 (ns-set-background-at-mouse):
4131 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4132 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4133 New functions.
4134
4135 2013-12-19 Glenn Morris <rgm@gnu.org>
4136
4137 * emacs-lisp/ert.el (ert-select-tests):
4138 Fix string/symbol mixup. (Bug#16121)
4139
4140 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4141
4142 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4143 keywords to their parent.
4144
4145 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4146
4147 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4148 first arg to be a string (fixed dead code), or an operator symbol.
4149 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4150 operator symbols.
4151 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4152 did nothing. Don't respond to `(:after ".")', it will be called
4153 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4154 change anything. Only return indentation for binary operators
4155 when they are hanging. De-dent opening paren when its parent is
4156 `.', otherwise it looks bad when the dot is not at bol or eol
4157 (bug#16182).
4158
4159 2013-12-19 Juri Linkov <juri@jurta.org>
4160
4161 * replace.el (query-replace-read-args): Split a non-negative arg
4162 and a negative arg into separate elements.
4163 (query-replace, query-replace-regexp, replace-string)
4164 (replace-regexp): Add arg `backward'. Doc fix.
4165 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4166 move point to the beginning of the match.
4167 (replace-search, replace-highlight): Use new arg `backward'
4168 to set the value of `isearch-forward'.
4169 (perform-replace): Add arg `backward' and use it to perform
4170 replacement backward. (Bug#14979)
4171
4172 * isearch.el (isearch-query-replace): Use a negative prefix arg
4173 to call `perform-replace' with a non-nil arg `backward'.
4174
4175 2013-12-18 Juri Linkov <juri@jurta.org>
4176
4177 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4178 to the default list. Move `log-edit-show-files' to the end.
4179 Add more available functions to options.
4180 (log-edit): Move default specific settings to
4181 `log-edit-insert-message-template'. Don't move point.
4182 (log-edit-insert-message-template): New function.
4183 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4184 (Bug#16170)
4185
4186 2013-12-18 Juri Linkov <juri@jurta.org>
4187
4188 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4189 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4190
4191 2013-12-18 Leo Liu <sdl.web@gmail.com>
4192
4193 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4194 (Bug#16186)
4195
4196 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4197
4198 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4199 formats for displaying file sizes when the -s switch is given.
4200 Instead, compute a separate format for displaying the size in
4201 blocks, which is displayed in addition to the "regular" size.
4202 When -h is given in addition to -s, produce size in blocks in
4203 human-readable form as well. (Bug#16179)
4204
4205 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4206
4207 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4208 Reference tables with ~\ref{...} instead of only \ref{...}.
4209
4210 2013-12-18 Chong Yidong <cyd@gnu.org>
4211
4212 * cus-edit.el (custom-magic-alist): Fix "themed" description
4213 (Bug#14348).
4214
4215 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4216 is non-nil, do not create a new entry in the symbol's theme-value
4217 or theme-face property; update theme-settings only (Bug#14664).
4218 (custom-available-themes): Doc fix.
4219
4220 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4221 (Bug#15674).
4222
4223 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4224
4225 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4226
4227 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4228 (Bug#13914).
4229
4230 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4231
4232 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4233
4234 2013-12-18 Glenn Morris <rgm@gnu.org>
4235
4236 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4237 * cus-start.el (load-prefer-newer): New option.
4238
4239 2013-12-18 Le Wang <l26wang@gmail.com>
4240
4241 * comint.el (comint-previous-matching-input-from-input):
4242 Retain point (Bug#13404).
4243
4244 2013-12-18 Chong Yidong <cyd@gnu.org>
4245
4246 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4247
4248 2013-12-18 Glenn Morris <rgm@gnu.org>
4249
4250 * mail/emacsbug.el (report-emacs-bug):
4251 Only mention enable-multibyte-characters if non-standard.
4252
4253 2013-12-17 Juri Linkov <juri@jurta.org>
4254
4255 * arc-mode.el (archive-extract-by-file): Check if directory exists
4256 before deletion to not show irrelevant errors if it doesn't exist.
4257
4258 2013-12-17 Juri Linkov <juri@jurta.org>
4259
4260 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4261 (Bug#14751)
4262
4263 * net/eww.el (browse-web): Add alias to `eww'.
4264 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4265 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4266
4267 * net/browse-url.el (browse-url-browser-function): Move `eww'
4268 closer to similar functions.
4269
4270 * startup.el (fancy-startup-screen, fancy-about-screen):
4271 Set browse-url-browser-function to eww-browse-url locally.
4272 (Bug#14751)
4273
4274 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4275
4276 * window.el (window--pixel-to-total): Remove unused `mini' var.
4277 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4278 (split-window): Remove unused `new' var.
4279 (window--display-buffer): Remove unused `frame' and `delta' vars.
4280 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4281 and display-width'.
4282
4283 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4284
4285 * dired.el (dired-mark-pop-up):
4286 * register.el (register-preview): Don't bind
4287 split-height-threshold here since it's now done in
4288 display-buffer-below-selected.
4289
4290 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4291
4292 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4293 xterm-rgb-convert-to-16bit.
4294 (rxvt-register-default-colors): Standardize with
4295 xterm-register-default-colors (Bug#14078).
4296
4297 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4298
4299 * simple.el (kill-region): Pass mark first, then point, so that
4300 kill-append works right (Bug#12819).
4301 (copy-region-as-kill, kill-ring-save): Likewise.
4302
4303 2013-12-17 Leo Liu <sdl.web@gmail.com>
4304
4305 * net/rcirc.el (rcirc-add-face):
4306 * eshell/em-prompt.el (eshell-emit-prompt):
4307 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4308 (Bug#16167)
4309
4310 2013-12-17 Chong Yidong <cyd@gnu.org>
4311
4312 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4313 Suggested by Xue Fuqiao.
4314
4315 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4316
4317 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4318
4319 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4320
4321 * net/shr.el (shr-insert-document): Remove unused var
4322 `shr-preliminary-table-render'.
4323 (shr-rescale-image): Remove unused arg `force'.
4324 (shr-put-image): Update calls accordingly.
4325 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4326
4327 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4328
4329 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4330 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4331 :close-all, to see which indentation method to use (Bug#16116).
4332 (smie-rules-function): Document the method :close-all.
4333
4334 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4335
4336 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4337
4338 * net/eww.el (eww-display-html): If we can't find the anchor we're
4339 looking for, then go to point-min.
4340
4341 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4342
4343 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4344 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4345 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4346 Expand dir too, in case it's relative.
4347
4348 2013-12-16 Juri Linkov <juri@jurta.org>
4349
4350 * desktop.el (desktop-auto-save-timeout): Change default to
4351 `auto-save-timeout'. Doc fix.
4352 (desktop-save): Skip the timestamp in desktop-saved-frameset
4353 when checking for auto-save changes.
4354 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4355 `desktop-auto-save' is called repeatedly by the idle timer.
4356 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4357 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4358 (Bug#15331)
4359
4360 2013-12-16 Juri Linkov <juri@jurta.org>
4361
4362 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4363 (Bug#16035)
4364 (isearch-pre-command-hook): Check `this-command' for symbolp.
4365
4366 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4367
4368 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4369
4370 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4371
4372 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4373 (cfengine3--current-function): Bring in the current-function
4374 functionality from `cfengine3--current-word'.
4375 (cfengine3-completion-function): Bring in the
4376 bounds-of-current-word functionality from
4377 `cfengine3--current-word'.
4378
4379 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4380
4381 * window.el (display-buffer-below-selected):
4382 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4383
4384 2013-12-16 Leo Liu <sdl.web@gmail.com>
4385
4386 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4387 Remove NOMSG arg and all uses changed.
4388
4389 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4390
4391 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4392 (cua--deactivate-rectangle): Don't deactivate the mark.
4393 (cua-set-rectangle-mark): Don't set mark-active since
4394 cua--activate-rectangle already does it for us.
4395 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4396 non-rectangular region.
4397
4398 * emulation/cua-base.el (cua-repeat-replace-region):
4399 Use with-current-buffer.
4400
4401 * net/gnutls.el: Use cl-lib.
4402 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4403
4404 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4405
4406 * emacs-lisp/package.el (package-built-in-p): Support both
4407 built-in and the package.el converted package descriptions.
4408 (package-show-package-list): Allow keywords.
4409 (package-keyword-button-action): Use it instead of
4410 `finder-list-matches'.
4411 (package-menu-filter-interactive): Interactive filtering (by
4412 keyword) function.
4413 (package-menu--generate): Support keywords and change keymappings
4414 and headers when they are given.
4415 (package--has-keyword-p): Helper function.
4416 (package-menu--refresh): Use it.
4417 (package--mapc): Helper function.
4418 (package-all-keywords): Use it.
4419 (package-menu-mode-map): Set up menu items and keybindings to
4420 provide a filtering UI.
4421
4422 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4423
4424 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4425 the behavior when a certificate fails validation. Defaults to
4426 old behavior: never abort, just warn.
4427 (gnutls-negotiate): Use it.
4428
4429 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4430
4431 * window.el (display-buffer-below-selected): Never split window
4432 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4433
4434 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4435
4436 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4437 (package-buffer-info): Use it (bug#15108).
4438
4439 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * icomplete.el (icomplete-completions): Make sure the prefix is already
4442 displayed elsewhere before hiding it (bug#16219).
4443
4444 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4445
4446 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4447 open-paren tokens when preceded by a open-paren, too.
4448 (ruby-smie-rules): Handle virtual indentation after open-paren
4449 tokens specially. If there is code between it and eol, return the
4450 column where is starts (Bug#16118).
4451
4452 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4453
4454 * progmodes/cfengine.el: Fix `add-hook' doc.
4455 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4456 (cfengine3--current-word): Fix parameters.
4457 (cfengine3-make-syntax-cache): Simplify further.
4458 (cfengine3-completion-function, cfengine3--current-function):
4459 Use `assq' for symbols.
4460 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4461
4462 2013-12-13 Glenn Morris <rgm@gnu.org>
4463
4464 * loadup.el (load-path): Warn if site-load or site-init changes it.
4465 No more need to reset it when bootstrapping.
4466
4467 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4468
4469 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4470 locations for cf-promises.
4471 (cfengine-mode-syntax-functions-regex): New caching variable.
4472 (cfengine3-fallback-syntax): Fallback syntax for cases where
4473 cf-promises doesn't run.
4474 (cfengine3--current-word): Reimplement using
4475 `cfengine-mode-syntax-functions-regex'.
4476 (cfengine3-completion-function, cfengine3--current-function):
4477 Use `cfengine3-make-syntax-cache' directly.
4478 (cfengine3-clear-syntax-cache): New function.
4479 (cfengine3-make-syntax-cache): Simplify and create
4480 `cfengine-mode-syntax-functions-regex' on demand.
4481 (cfengine3-format-function-docstring): Don't call
4482 `cfengine3-make-syntax-cache' explicitly.
4483
4484 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4485
4486 Fix windmove-find-other-window broken after pixelwise resizing
4487 (Bug#16017).
4488 * windmove.el (windmove-other-window-loc): Revert change from
4489 2013-12-04.
4490 (windmove-find-other-window): Call window-in-direction.
4491 * window.el (window-in-direction): New arguments SIGN, WRAP and
4492 MINI to emulate original windmove-find-other-window behavior.
4493
4494 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4495
4496 * simple.el (blink-matching--overlay): New variable.
4497 (blink-matching-open): Instead of moving point, highlight the
4498 matching paren with an overlay
4499 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4500
4501 * faces.el (paren-showing-faces, show-paren-match)
4502 (show-paren-mismatch): Move from paren.el.
4503
4504 2013-12-13 Leo Liu <sdl.web@gmail.com>
4505
4506 * indent.el (indent-region): Disable progress reporter in
4507 minibuffer. (Bug#16108)
4508
4509 * bindings.el (visual-order-cursor-movement): Fix version.
4510
4511 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4512
4513 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4514 Also match after beginning of line.
4515 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4516 files. Thanks to Russell Sim. (Bug#15378)
4517
4518 2013-12-13 Juri Linkov <juri@jurta.org>
4519
4520 * simple.el <Keypad support>: Remove key bindings duplicated
4521 with bindings.el. (Bug#14397)
4522
4523 2013-12-13 Juri Linkov <juri@jurta.org>
4524
4525 * comint.el (comint-mode-map): Replace `delete-char' with
4526 `delete-forward-char'. (Bug#16109)
4527
4528 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4529
4530 * progmodes/python.el (python-indent-calculate-indentation):
4531 Fix de-denters cornercase. (Bug#15731)
4532
4533 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4534
4535 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4536 (advice--make): Pay attention to `depth'.
4537 (advice--make-1): Don't autoload commands eagerly.
4538 * emacs-lisp/elp.el (elp-instrument-function):
4539 * emacs-lisp/trace.el (trace-function-internal):
4540 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4541
4542 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4543
4544 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4545
4546 * term/w32-win.el (w32-handle-dropped-file):
4547 * startup.el (normal-top-level):
4548 * net/browse-url.el (browse-url-file-url):
4549 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4550 decode file names using 'utf-8' rather than
4551 file-name-coding-system.
4552
4553 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4554
4555 * progmodes/python.el (python-indent-context)
4556 (python-indent-calculate-indentation): Fix auto-identation
4557 behavior for comment blocks. (Bug#15916)
4558
4559 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4560
4561 * progmodes/python.el (python-indent-calculate-indentation):
4562 When determining indentation, don't treat "return", "pass", etc., as
4563 operators when they are just string constituents. (Bug#15812)
4564
4565 2013-12-12 Juri Linkov <juri@jurta.org>
4566
4567 * uniquify.el (uniquify-buffer-name-style): Change default to
4568 `post-forward-angle-brackets'.
4569
4570 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4571 `uniquify'. Change default to `post-forward-angle-brackets'.
4572
4573 2013-12-11 Glenn Morris <rgm@gnu.org>
4574
4575 * emacs-lisp/package.el (finder-list-matches):
4576 Autoload rather than falsely declaring.
4577
4578 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4579
4580 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4581 (eww-mode-map): Use them.
4582
4583 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4584
4585 * window.el (display-buffer-in-side-window): Fix doc-string
4586 (Bug#16115).
4587
4588 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4589
4590 * vc/vc-git.el: Silence byte-compiler warnings.
4591 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4592 (log-edit-set-header): Declare.
4593
4594 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4595
4596 * Makefile.in (custom-deps, finder-data): Run output file names
4597 through unmsys--file-name. (Bug#16099)
4598
4599 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4602 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4603
4604 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4605 instead of deleting the selection "by hand" (bug#16098).
4606 Rely on insert-for-yank to yank rectangles.
4607 (cua-highlight-region-shift-only): Mark obsolete.
4608 (cua-mode): Don't enable/disable transient-mark-mode,
4609 shift-select-mode (cua-mode works both with and without them), and
4610 pc-selection-mode (obsolete).
4611 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4612 (cua--deactivate-rectangle): Deactivate it.
4613
4614 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4615 (delete-selection-helper): Make sure yank starts at the top of the
4616 deleted region.
4617 (minibuffer-keyboard-quit): Use region-active-p.
4618
4619 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4620
4621 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4622 to `delete' (bug#16109).
4623
4624 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4625
4626 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4627 info manual and show keybindings and set `:group' keyword.
4628
4629 2013-12-11 Juri Linkov <juri@jurta.org>
4630
4631 * delsel.el (delete-active-region): Let-bind `this-command'
4632 to prevent `kill-region' from changing its original value.
4633 (delete-selection-helper): Handle `overwrite-mode' for the type
4634 `kill' exactly the same way as for the type `t'.
4635 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4636 Support more commands. (Bug#13312)
4637
4638 2013-12-11 Juri Linkov <juri@jurta.org>
4639
4640 * bindings.el: Map kp keys to non-kp keys systematically
4641 with basic modifiers control, meta and shift. (Bug#14397)
4642
4643 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4644
4645 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4646 "Close browser" menu items. Fix wrong function of "List
4647 bookmarks".
4648
4649 2013-12-11 Juri Linkov <juri@jurta.org>
4650
4651 * misearch.el (multi-isearch-buffers): Set the value of
4652 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4653 arg of isearch-forward to t.
4654 (multi-isearch-buffers-regexp): Set the value of
4655 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4656 arg of isearch-forward-regexp to t.
4657 (multi-isearch-files): Set the value of
4658 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4659 arg of isearch-forward to t.
4660 (multi-isearch-files-regexp): Set the value of
4661 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4662 arg of isearch-forward-regexp to t. (Bug#16035)
4663
4664 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4665 arg of isearch-forward to t.
4666 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4667 arg of isearch-forward-regexp to t.
4668 (dired-isearch-filter-filenames): Remove unnecessary check for
4669 `dired-isearch-filenames'.
4670
4671 * comint.el (comint-history-isearch-backward):
4672 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4673 (comint-history-isearch-backward-regexp):
4674 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4675
4676 2013-12-10 Eli Zaretskii <eliz@gnu.org>
4677
4678 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4679 unmsys--file-name. (Bug#16099)
4680
4681 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4682
4683 * emacs-lisp/package.el (package-keyword-button-action):
4684 Remove finder.el require dependency.
4685
4686 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4687
4688 * emacs-lisp/package.el: Require finder.el.
4689 (describe-package-1): Add keyword buttons.
4690 (package-make-button): New convenience function.
4691 (package-keyword-button-action): Keyword button action using
4692 `finder-list-matches'.
4693
4694 2013-12-09 Eli Zaretskii <eliz@gnu.org>
4695
4696 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4697 last commit.
4698
4699 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
4700
4701 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4702 symlinked files.
4703
4704 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4705
4706 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4707 after the end of a percent literal.
4708
4709 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4710
4711 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4712 Handle caret-delimited strings (Bug#16079).
4713
4714 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4715
4716 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4717 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4718 `ruby-parse-partial' (Bug#16078).
4719
4720 2013-12-09 Leo Liu <sdl.web@gmail.com>
4721
4722 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4723
4724 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4725
4726 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4727 (js-switch-indent-offset): New option.
4728 (js--proper-indentation): Use it. And handle the case when
4729 "default" is actually a key in an object literal.
4730 (js--same-line): New function.
4731 (js--multi-line-declaration-indentation): Use it.
4732 (js--indent-in-array-comp, js--array-comp-indentation):
4733 New functions.
4734 (js--proper-indentation): Use them, to handle array comprehension
4735 continuations.
4736
4737 2013-12-08 Leo Liu <sdl.web@gmail.com>
4738
4739 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4740 (flymake-make-overlay): Remove arg MOUSE-FACE.
4741 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4742
4743 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4746 New function.
4747 (redisplay-highlight-region-function): Use it.
4748
4749 * emulation/cua-base.el (cua--explicit-region-start)
4750 (cua--last-region-shifted): Remove.
4751 (cua--deactivate): Use deactivate-mark.
4752 (cua--pre-command-handler-1): Don't handle shift-selection.
4753 (cua--post-command-handler-1): Don't change transient-mark-mode.
4754 (cua--select-keymaps): Use region-active-p rather than
4755 cua--explicit-region-start or cua--last-region-shifted.
4756 (cua-mode): Enable shift-select-mode.
4757
4758 2013-12-08 Leo Liu <sdl.web@gmail.com>
4759
4760 * progmodes/flymake.el (flymake-popup-current-error-menu):
4761 Rename from flymake-display-err-menu-for-current-line. Reimplement.
4762 (flymake-posn-at-point-as-event, flymake-popup-menu)
4763 (flymake-make-emacs-menu): Remove. (Bug#16077)
4764
4765 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * rect.el (rectangle-mark-mode): Activate mark even if
4768 transient-mark-mode is off (bug#16066).
4769 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4770 is > mark and at bolp.
4771
4772 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4773 (region-extract-function): Use it.
4774 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4775 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4776 Delete functions.
4777 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4778 kill-ring-save, kill-region, delete-char, delete-forward-char.
4779 Ignore self-insert-iso.
4780
4781 * emulation/cua-gmrk.el (cua--init-global-mark):
4782 Ignore `self-insert-iso'.
4783
4784 * emulation/cua-base.el (cua--prefix-copy-handler)
4785 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4786 checking cua--rectangle.
4787 (cua-delete-region): Use region-extract-function.
4788 (cua-replace-region): Delete function.
4789 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4790 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4791 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4792 (cua--init-keymaps): Don't remap delete-selection commands.
4793 (cua-mode): Use delete-selection-mode instead of rolling our own
4794 (bug#16085).
4795
4796 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4797 Obey region-extract-function.
4798
4799 Make registers and delete-selection-mode work on rectangles.
4800 * register.el (describe-register-1): Don't modify the register's value.
4801 (copy-to-register): Obey region-extract-function.
4802 * delsel.el (delete-active-region): Obey region-extract-function.
4803
4804 2013-12-08 Leo Liu <sdl.web@gmail.com>
4805
4806 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4807 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4808 (flymake-compilation-prevents-syntax-check)
4809 (flymake-start-syntax-check-on-newline)
4810 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4811 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4812 (flymake-xml-program, flymake-master-file-dirs)
4813 (flymake-master-file-count-limit)
4814 (flymake-allowed-file-name-masks): Relocate.
4815 (flymake-makehash, flymake-float-time)
4816 (flymake-replace-regexp-in-string, flymake-split-string)
4817 (flymake-get-temp-dir): Remove.
4818 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4819 (flymake-current-row, flymake-selected-frame)
4820 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4821 related functions. (Bug#16077)
4822
4823 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4824
4825 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4826
4827 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4828
4829 * help-fns.el (describe-function-1): Use new advice-* functions
4830 rather than old ad-* functions. Fix function type description and
4831 source links for advised functions and subrs.
4832
4833 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4834
4835 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4836
4837 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4838
4839 * progmodes/compile.el (compilation-start):
4840 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4841
4842 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4843 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4844
4845 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4846
4847 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4848 Touch up the last change.
4849
4850 2013-12-06 Leo Liu <sdl.web@gmail.com>
4851
4852 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4853 (inferior-octave-startup): Always use "octave> " for prompt.
4854 (octave-goto-function-definition)
4855 (octave-sync-function-file-names)
4856 (octave-find-definition-default-filename): Remove redundant backquotes.
4857
4858 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4859
4860 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4861 syntax for `?'.
4862 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4863 where appropriate already.
4864 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4865 end of method names (Bug#15874).
4866
4867 2013-12-06 Juri Linkov <juri@jurta.org>
4868
4869 * isearch.el (isearch--saved-overriding-local-map):
4870 New internal variable.
4871 (isearch-mode): Set it to the initial value of
4872 `overriding-terminal-local-map'.
4873 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4874 with `isearch--saved-overriding-local-map'. (Bug#16035)
4875
4876 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4877
4878 * progmodes/octave.el (inferior-octave-completion-table):
4879 Turn back into function, use `completion-table-with-cache'
4880 (Bug#11906). Update all references.
4881
4882 * minibuffer.el (completion-table-with-cache): New function.
4883
4884 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4885
4886 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4887
4888 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4889
4890 * net/eww.el (eww-current-source): New variable to store page
4891 source.
4892 (eww-display-html, eww-mode, eww-save-history)
4893 (eww-restore-history): Use it.
4894 (eww-view-source): New command to view page source.
4895 Opportunistically uses `html-mode' to highlight the buffer.
4896 (eww-mode-map): Install it.
4897
4898 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4899
4900 * net/dbus.el (dbus-unregister-service)
4901 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4902 Fix docstring.
4903 (dbus-unregister-service): Skip :serial entries in
4904 `dbus-registered-objects-table'.
4905 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4906
4907 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4908
4909 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4910 around keywords with extra `split-string' argument.
4911
4912 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4913
4914 * windmove.el (windmove-other-window-loc): Handle navigation
4915 between windows (excluding the minibuffer window - Bug#16017).
4916
4917 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4918
4919 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4920 in D-Bus type syntax.
4921 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4922 preserve unibyte strings. (Bug#16048)
4923
4924 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4925
4926 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4927 Call force-mode-line-update is the proper buffer (bug#16042).
4928
4929 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4930
4931 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4932 `log-edit-remember-comment', make argument optional. Adjust all
4933 callers.
4934 (log-edit-mode): Add `log-edit-remember-comment' to
4935 `kill-buffer-hook' locally.
4936 (log-edit-kill-buffer): Don't remember comment explicitly since
4937 the buffer is killed anyway.
4938
4939 2013-12-04 Juri Linkov <juri@jurta.org>
4940
4941 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4942 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4943
4944 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4945
4946 * notifications.el (notifications-close-notification): Call the
4947 D-Bus method with ID being a `:uint32'. (Bug#16030)
4948
4949 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4950
4951 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4952
4953 2013-12-03 Juri Linkov <juri@jurta.org>
4954
4955 * progmodes/compile.el (compilation-start): Rename window alist
4956 entry `no-display-ok' to `allow-no-window'.
4957
4958 * simple.el (shell-command): Add window alist entry
4959 `allow-no-window' to `display-buffer'.
4960 (async-shell-command): Doc fix.
4961
4962 * window.el (display-buffer-no-window): New action function.
4963 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4964
4965 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4966
4967 * vc/log-edit.el (log-edit-set-header): Extract from
4968 `log-edit-toggle-header'.
4969 (log-edit-extract-headers): Separate the summary, when extracted
4970 from header, from the rest of the message with an empty line.
4971
4972 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4973 line, if present, to the Summary header.
4974
4975 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4978 in current-buffer (bug#16029).
4979
4980 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4981
4982 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
4983 (debugger-mode-map): Bind it.
4984 (debugger--backtrace-base): New function.
4985 (debugger-eval-expression): Use it.
4986 (debugger-frame-number): Skip local vars when present.
4987 (debugger--locals-visible-p, debugger--insert-locals)
4988 (debugger--show-locals, debugger--hide-locals): New functions.
4989
4990 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
4991
4992 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
4993 "LC_ALL".
4994 (tramp-get-remote-locale): New defun.
4995 (tramp-open-connection-setup-interactive-shell): Use it.
4996
4997 2013-12-02 Leo Liu <sdl.web@gmail.com>
4998
4999 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5000
5001 * progmodes/sh-script.el (sh-shell-process):
5002 * progmodes/octave.el (inferior-octave-process-live-p):
5003 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5004 (gdb-inferior-io-sentinel):
5005 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5006
5007 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5008
5009 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5010 `save-selected-window' to `log-edit-hide-buf'. This makes
5011 `log-edit-show-files' idempotent.
5012 (log-edit-show-files): Mark the new window as dedicated.
5013
5014 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5015
5016 * vc/log-edit.el (log-edit-mode-map): Add binding for
5017 `log-edit-kill-biffer'.
5018 (log-edit-hide-buf): Add a FIXME comment.
5019 (log-edit-add-new-comment): New function, extracted from
5020 `log-edit-done'.
5021 (log-edit-done, log-edit-add-to-changelog): Use it.
5022 (log-edit-kill-buffer): New command.
5023
5024 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5025
5026 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5027 instead of killing the buffer.
5028
5029 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5030
5031 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5032
5033 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5034
5035 * net/eww.el (eww-form-checkbox-selected-symbol)
5036 (eww-form-checkbox-symbol): New customizable variable.
5037 (eww-form-checkbox, eww-toggle-checkbox):
5038 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5039
5040 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5041 (shr--get-media-pref, shr--extract-best-source): New function.
5042 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5043 no :src tag was specified.
5044
5045 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5046 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5047 Use \\` to match beginning of string instead of ^.
5048 (eww-browse-with-external-browser): Provide optional URL parameter.
5049 (eww-render): Set `eww-current-title' back to "".
5050
5051 * net/shr.el (shr-tag-video): Display content for video if no
5052 poster is available.
5053 (shr-tag-audio): Add support for <audio> tag.
5054
5055 * net/eww.el (eww-text-input-types): New const.
5056 (eww-process-text-input): Treat input types in
5057 `eww-text-input-types' as text.
5058
5059 * net/shr.el (shr-tag-table): Fix comment typo.
5060
5061 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5062
5063 * net/eww.el (eww-follow-link): New command to avoid reloading
5064 pages when we follow #target links (bug#15243).
5065 (eww-quit): Special mode buffers shouldn't query before exiting.
5066
5067 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5068
5069 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5070 forms.
5071
5072 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5073
5074 * net/eww.el (eww-restore-history): Update the window title after
5075 moving in the history.
5076 (eww-current-dom): New variable used to save the current DOM.
5077
5078 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5079
5080 * vc/log-edit.el (log-edit-mode-map): Add binding for
5081 `log-edit-beginning-of-line'.
5082 (log-edit-setup-add-author): New user option.
5083 (log-edit-beginning-of-line): New command.
5084 (log-edit): Move major mode call above the contents setup so that
5085 the local variable values are already applied.
5086 (log-edit): Only insert "Author: " when
5087 `log-edit-setup-add-author' is non-nil.
5088 (log-edit): When SETUP is non-nil, position point after ": "
5089 instead of point-min.
5090
5091 2013-12-01 Glenn Morris <rgm@gnu.org>
5092
5093 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5094
5095 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5096
5097 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5098 redisplay to make sure the initial frame gets a chance to become
5099 visible. (Bug#16014)
5100
5101 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5102
5103 Support resizing frames and windows pixelwise.
5104 * cus-start.el (frame-resize-pixelwise)
5105 (window-resize-pixelwise): New entries.
5106 * emacs-lisp/debug.el (debug): Use window-total-height instead
5107 of window-total-size.
5108 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5109 * help.el (describe-bindings-internal): Use help-buffer as
5110 argument for with-help-window.
5111 (temp-buffer-max-width): New option.
5112 (resize-temp-buffer-window, help-window-setup)
5113 (with-help-window): Rewrite.
5114 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5115 dragging dividers.
5116 * window.el (frame-char-size, window-min-pixel-height)
5117 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5118 (window-min-pixel-width, window-safe-min-pixel-size)
5119 (window-combination-p, window-safe-min-size)
5120 (window-resizable-p, window--size-to-pixel)
5121 (window--pixel-to-size, window--resize-apply-p): New functions.
5122 (window-safe-min-height): Fix doc-string.
5123 (window-size, window-min-size, window--min-size-1)
5124 (window-sizable, window-sizable-p, window--min-delta-1)
5125 (window-min-delta, window--max-delta-1, window-max-delta)
5126 (window--resizable, window--resizable-p, window-resizable)
5127 (window-full-height-p, window-full-width-p, window-at-side-p)
5128 (window--in-direction-2, window-in-direction)
5129 (window--resize-reset-1, window--resize-mini-window)
5130 (window-resize, window-resize-no-error)
5131 (window--resize-child-windows-normal)
5132 (window--resize-child-windows, window--resize-siblings)
5133 (window--resize-this-window, window--resize-root-window)
5134 (window--resize-root-window-vertically)
5135 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5136 (maximize-window, minimize-window, delete-window)
5137 (quit-restore-window, window-split-min-size, split-window)
5138 (balance-windows-2, balance-windows)
5139 (balance-windows-area-adjust, balance-windows-area)
5140 (window--state-get-1, window-state-get, window--state-put-1)
5141 (window--state-put-2, window-state-put)
5142 (display-buffer-record-window, window--display-buffer):
5143 Make functions handle pixelwise sizing of windows.
5144 (display-buffer--action-function-custom-type)
5145 (display-buffer-fallback-action):
5146 Add display-buffer-in-previous-window.
5147 (display-buffer-use-some-window): Resize window to height it had
5148 before.
5149 (fit-window-to-buffer-horizontally): New option.
5150 (fit-frame-to-buffer): Describe new values.
5151 (fit-frame-to-buffer-bottom-margin): Replace with
5152 fit-frame-to-buffer-margins.
5153 (window--sanitize-margin): New function.
5154 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5155 using window-text-pixel-size.
5156
5157 2013-11-30 Glenn Morris <rgm@gnu.org>
5158
5159 * emacs-lisp/bytecomp.el (byte-compile-form):
5160 Make the `interactive-only' warning like the `obsolete' one.
5161 * comint.el (comint-run):
5162 * files.el (insert-file-literally, insert-file):
5163 * replace.el (replace-string, replace-regexp):
5164 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5165 (goto-line, insert-buffer, next-line, previous-line):
5166 Tweak `interactive-only' spec.
5167
5168 Stop keeping (most) generated cedet grammar files in the repository.
5169 * Makefile.in (semantic): New.
5170 (compile-main): Depend on semantic.
5171
5172 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5175 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5176
5177 * uniquify.el (uniquify-buffer-name-style): Change default.
5178
5179 * loadup.el: Preload "uniquify".
5180
5181 * time.el (display-time-update): Update all mode lines (bug#15999).
5182
5183 * electric.el (electric-indent-mode): Enable by default.
5184 * loadup.el: Preload "electric".
5185
5186 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5187
5188 * emacs-lisp/helpers.el (string-empty-p): New function.
5189 (string-blank-p): New function.
5190
5191 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5192
5193 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5194 (Bug#14029).
5195
5196 2013-11-29 Andreas Politz <politza@fh-trier.de>
5197 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5198 allow non-lambda lists as functions.
5199 (imenu--in-alist): Don't recurse into non-subalists.
5200 (imenu): Don't pass function itself as an argument (Bug#14029).
5201
5202 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5203
5204 * progmodes/python.el (python-mode-map): Remove binding for ":".
5205 (python-indent-electric-colon): Remove command.
5206 (python-indent-post-self-insert-function): Integrate the previous code
5207 of python-indent-electric-colon. Make it conditional on
5208 electric-indent-mode.
5209 (python-mode): Add ?: to electric-indent-chars.
5210 Move python-indent-post-self-insert-function to the end of
5211 post-self-insert-hook.
5212
5213 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5214
5215 * doc-view.el (doc-view-goto-page): Update mode-line.
5216
5217 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5218
5219 2013-11-27 Glenn Morris <rgm@gnu.org>
5220
5221 * international/charprop.el, international/uni-bidi.el:
5222 * international/uni-category.el, international/uni-combining.el:
5223 * international/uni-comment.el, international/uni-decimal.el:
5224 * international/uni-decomposition.el, international/uni-digit.el:
5225 * international/uni-lowercase.el, international/uni-mirrored.el:
5226 * international/uni-name.el, international/uni-numeric.el:
5227 * international/uni-old-name.el, international/uni-titlecase.el:
5228 * international/uni-uppercase.el:
5229 Remove generated files from VCS repository.
5230
5231 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5232
5233 * filenotify.el (file-notify-add-watch): Don't special-case
5234 w32notify when computing the directory to watch.
5235
5236 2013-11-27 Glenn Morris <rgm@gnu.org>
5237
5238 Make bootstrap without generated uni-*.el files possible again.
5239 * loadup.el: Update command-line-args checking for unidata-gen.
5240 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5241 * composite.el, international/characters.el:
5242 Handle unicode tables being undefined.
5243
5244 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5245 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5246 (compile-main): Depend on leim rule.
5247 (leim): New rule.
5248 * loadup.el: Move leim-list.el to leim/ subdirectory.
5249 * startup.el (normal-top-level): No more leim directory.
5250 * international/ja-dic-cnv.el (skkdic-convert):
5251 Disable version-control and autoloads in output files.
5252 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5253 Disable version-control and autoloads in output files.
5254 * leim/quail: Move here from ../leim.
5255 * leim/quail/hangul.el (hangul-input-method-activate):
5256 Add autoload cookie.
5257 (generated-autoload-load-name): Set file-local value.
5258 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5259 (generated-autoload-load-name): Set file-local value.
5260
5261 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5262
5263 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5264 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5265 (eww-quit): Ask confirmation before quitting eww.
5266
5267 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5268
5269 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5270 reading output from Diff on MS-Windows and MS-DOS.
5271
5272 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5273
5274 * emacs-lisp/helpers.el (string-reverse): New function.
5275
5276 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5277
5278 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5279 names on MS Windows, like "/[::1]:".
5280
5281 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5282 SWITCHES.
5283
5284 2013-11-26 Glenn Morris <rgm@gnu.org>
5285
5286 * progmodes/python.el (python-indent-guess-indent-offset):
5287 Avoid corner-case error. (Bug#15975)
5288
5289 Preload leim-list.el. (Bug#4789)
5290 * loadup.el: Load leim-list.el when found.
5291 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5292
5293 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5294
5295 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5296
5297 * emacs-lisp/helpers.el (string-join): New function.
5298
5299 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5300
5301 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5302 Mark as obsolete and replace it with a symbol property.
5303 (byte-compile-form): Use new 'interactive-only property.
5304 * comint.el, files.el, replace.el, simple.el:
5305 Apply new 'interactive-only properly.
5306
5307 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5308
5309 * window.el (display-buffer-at-bottom): Make sure that
5310 split-window-sensibly creates the new window on bottom
5311 (Bug#15961).
5312
5313 2013-11-23 David Kastrup <dak@gnu.org>
5314
5315 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5316 on the conflict markers when available.
5317 (smerge--get-marker): New function.
5318 (smerge-end-re, smerge-base-re): Add subgroup.
5319
5320 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5321
5322 * frame.el (handle-focus-in, handle-focus-out): Add missing
5323 interactive spec.
5324
5325 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5326
5327 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5328 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5329
5330 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5333 (gomoku--last-pos): New var.
5334 (gomoku--intangible-chars): New const.
5335 (gomoku--intangible): New function.
5336 (gomoku-mode): Use it. Derive from special-mode.
5337 (gomoku-move-up): Adjust line count.
5338 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5339 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5340 Simplify accordingly.
5341
5342 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5343 Remove blink-cursor code.
5344 (blink-cursor-timer-function, blink-cursor-suspend):
5345 Don't special-case GUIs.
5346 (blink-cursor-mode): Use focus-in/out-hook.
5347
5348 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5349
5350 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5351 work when annotation is invisible (Bug#13886).
5352
5353 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5354
5355 * json.el (json-alist-p): Only return non-nil if the alist has
5356 simple keys (Bug#13518).
5357
5358 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5359
5360 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5361 when control-statement is the first statement in a buffer (Bug#15956).
5362
5363 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5364
5365 * imenu.el (imenu-generic-skip-comments-and-strings):
5366 New option (Bug#15560).
5367 (imenu--generic-function): Use it.
5368
5369 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5370
5371 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5372 (Bug#13898)
5373
5374 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5375
5376 * emacs-lisp/helpers.el: Add some string helpers.
5377 (string-trim-left): Removes leading whitespace.
5378 (string-trim-right): Removes trailing whitespace.
5379 (string-trim): Removes leading and trailing whitespace.
5380
5381 * subr.el (string-suffix-p): New function.
5382
5383 2013-11-23 Glenn Morris <rgm@gnu.org>
5384
5385 * progmodes/python.el (python-shell-send-file):
5386 Add option to delete file when done. (Bug#15647)
5387 (python-shell-send-string, python-shell-send-region): Use it.
5388
5389 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5390
5391 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5392 to set buffer-read-only to t, never to nil. (Bug#15938)
5393
5394 * textmodes/tex-mode.el (latex-noindent-environments):
5395 Add safe-local-variable property. (Bug#15936)
5396
5397 2013-11-23 Glenn Morris <rgm@gnu.org>
5398
5399 * textmodes/enriched.el (enriched-mode): Doc fix.
5400 * emacs-lisp/authors.el (authors-renamed-files-alist):
5401 Add enriched.doc -> enriched.txt.
5402
5403 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5404
5405 2013-11-22 Leo Liu <sdl.web@gmail.com>
5406
5407 * progmodes/octave.el (inferior-octave-startup): Spit out error
5408 message.
5409
5410 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5411
5412 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5413 Improve docstring.
5414 Add :version.
5415 (ruby-encoding-magic-comment-style): Add :version.
5416
5417 2013-11-22 Leo Liu <sdl.web@gmail.com>
5418
5419 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5420 (Bug#15076)
5421 (octave-help-mode): Adapt to change to help-mode-finish to use
5422 derived-mode-p on 2013-09-17.
5423 (inferior-octave-prompt): Also match octave-gui.
5424 (octave-kill-process): Don't ask twice. (Bug#10564)
5425
5426 2013-11-22 Leo Liu <sdl.web@gmail.com>
5427
5428 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5429 (inferior-octave-startup, inferior-octave-check-process)
5430 (inferior-octave-track-window-width-change)
5431 (octave-completion-at-point, octave-eldoc-function): Use it.
5432 (octave-kill-process): Provide confirmation. (Bug#10564)
5433
5434 2013-11-21 Leo Liu <sdl.web@gmail.com>
5435
5436 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5437 Fix obsolete variable comment-use-global-state.
5438
5439 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5440
5441 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5442 Add `octave-source-file'.
5443 (octave-source-file): New function. (Bug#15935)
5444
5445 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5446
5447 * net/eww.el (eww-local-regex): New variable.
5448 (eww): Use it to detect localhost and similar.
5449
5450 2013-11-21 Leo Liu <sdl.web@gmail.com>
5451
5452 Add completion for command `ag'.
5453 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5454 (pcomplete/ag): New function.
5455 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5456
5457 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5460 (bug#14646).
5461 (make-obsolete): Remove interactive spec.
5462
5463 2013-11-21 Glenn Morris <rgm@gnu.org>
5464
5465 * startup.el (command-line-1): Use path-separator with -L.
5466
5467 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5468
5469 * emacs-lisp/package.el (describe-package-1): Add package archive
5470 to shown fields.
5471
5472 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5473
5474 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5475 Change default to "# encoding: %s" to differentiate it from the
5476 default Ruby encoding comment template.
5477
5478 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5479
5480 * ses.el (ses-mode): Doc fix. (Bug#14748)
5481
5482 2013-11-20 Leo Liu <sdl.web@gmail.com>
5483
5484 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5485
5486 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5487
5488 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5489 when rebase or bisect are in progress.
5490
5491 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5492
5493 * filenotify.el (file-notify-add-watch): Doc fix.
5494
5495 2013-11-19 Leo Liu <sdl.web@gmail.com>
5496
5497 * obsolete/rcompile.el: Mark obsolete.
5498
5499 * progmodes/compile.el (compilation-start)
5500 (compilation-goto-locus, compilation-find-file):
5501 Pass no-display-ok and handle nil value from display-buffer.
5502 (Bug#13594)
5503
5504 * window.el (display-buffer-alist, display-buffer): Document the
5505 new parameter no-display-ok. Return either a window or nil
5506 but never a non-window value.
5507
5508 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5509
5510 * electric.el (electric-indent-mode-map): Remove.
5511 (electric-indent-mode): Change the global-map instead (bug#15915).
5512
5513 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5514 Use add-function.
5515
5516 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5517
5518 * emacs-lisp/nadvice.el (remove-function): Align with
5519 add-function's behavior.
5520
5521 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5522 (gdb--string-regexp): New constant.
5523 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5524 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5525 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5526 submatch 1.
5527 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5528 Adjust use accordingly.
5529 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5530
5531 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5532
5533 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5534 interpolation curlies (Bug#15914).
5535
5536 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5537
5538 * calc/calc.el (calc-context-sensitive-enter): New variable.
5539 (calc-enter): Use `calc-context-sensitive-enter'.
5540
5541 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5542
5543 * progmodes/cfengine.el: Version bump.
5544 (cfengine-cf-promises): New defcustom to locate cf-promises.
5545 (cfengine3-vartypes): Add new "data" type.
5546 (cfengine3--current-word): New function to get current name-like
5547 word or its bounds.
5548 (cfengine3--current-function): New function to look up a CFEngine
5549 function's definition.
5550 (cfengine3-format-function-docstring): New function.
5551 (cfengine3-make-syntax-cache): New function.
5552 (cfengine3-documentation-function): New function: ElDoc glue.
5553 (cfengine3-completion-function): New function: completion glue.
5554 (cfengine3-mode): Set `compile-command',
5555 `eldoc-documentation-function', and add to
5556 `completion-at-point-functions'.
5557
5558 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5559
5560 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5561 `tramp-current-connection'.
5562
5563 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5564
5565 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5566 nil/self/true/false with "end of symbol".
5567
5568 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5569
5570 * subr.el (version-regexp-alist): Fix a typo.
5571
5572 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5573
5574 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5575 "en_US.utf8" and "LC_CTYPE" to "".
5576 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5577 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5578
5579 2013-11-15 Leo Liu <sdl.web@gmail.com>
5580
5581 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5582
5583 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5584
5585 * progmodes/gud.el (ctl-x-map):
5586 Remove C-x SPC binding. (Bug#12342)
5587 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5588
5589 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5590
5591 * subr.el (version-regexp-alist):
5592 Recognize hg, svn and darcs versions as snapshot versions.
5593
5594 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5595 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5596 (ruby--encoding-comment-required-p): Extract from
5597 `ruby-mode-set-encoding'.
5598 (ruby-mode-set-encoding): Add the ability to always insert an
5599 utf-8 encoding comment. Fix and simplify coding comment update
5600 logic.
5601
5602 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5603
5604 * net/tramp-gvfs.el (top): Run init code only when
5605 `tramp-gvfs-enabled' is not nil.
5606 (tramp-gvfs-enabled): Check also :system bus.
5607
5608 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 Sync with upstream verilog-mode revision 78e66ba.
5611 * progmodes/verilog-mode.el (verilog-end-of-defun)
5612 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5613 (verilog-get-end-of-defun): Remove unused argument.
5614 (verilog-comment-depth): Remove unused local `e'.
5615 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5616 Don't pass arg to verilog-get-end-of-defun.
5617
5618 2013-11-14 Glenn Morris <rgm@gnu.org>
5619
5620 * obsolete/assoc.el (aget): Prefix dynamic variable.
5621
5622 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5623
5624 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * widget.el, hfy-cmap.el: Remove bogus package version number.
5627
5628 2013-11-13 Glenn Morris <rgm@gnu.org>
5629
5630 * replace.el (replace-eval-replacement):
5631 Try to give more helpful error message. (Bug#15836)
5632
5633 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5634 (archive-7z-update): Avoid custom type mismatches.
5635
5636 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5637
5638 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5639
5640 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5641 address can be empty.
5642
5643 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5644 Accept nil SWITCHES.
5645 (tramp-gvfs-handle-write-region): Implement APPEND.
5646
5647 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5648
5649 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5650 binary "|" operator and closing block args delimiter.
5651 Remove FIXME comment referring to Ruby 1.8-only syntax.
5652 (ruby-smie--implicit-semi-p): Not after "|" operator.
5653 (ruby-smie--closing-pipe-p): New function.
5654 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5655 (ruby-smie-rules): Indent after "|".
5656
5657 2013-11-12 Glenn Morris <rgm@gnu.org>
5658
5659 * ps-print.el (ps-face-attribute-list):
5660 Handle anonymous faces. (Bug#15827)
5661
5662 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5663
5664 * window.el (display-buffer-other-frame): Fix doc-string.
5665 (Bug#15868)
5666
5667 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5670
5671 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
5672
5673 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5674 (tramp-sh-handle-file-local-copy): Don't write a message when
5675 saving temporary files.
5676
5677 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5678 both directories are remote.
5679 (tramp-smb-handle-directory-files): Do not return double entries.
5680 Do not expand full file names.
5681 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5682 (tramp-smb-handle-write-region): Implement APPEND.
5683 (tramp-smb-get-stat-capability): Fix a stupid bug.
5684
5685 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5688
5689 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5690
5691 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5692 throwing error over malformed let/let* (bug#15814).
5693
5694 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * iswitchb.el (iswitchb-mode): Mark obsolete.
5697
5698 2013-11-11 Glenn Morris <rgm@gnu.org>
5699
5700 * international/uni-bidi.el, international/uni-category.el:
5701 * international/uni-name.el, international/uni-numeric.el:
5702 Regenerate for Unicode 6.3.0.
5703
5704 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
5705
5706 * net/tramp.el (tramp-methods):
5707 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5708 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5709
5710 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5711
5712 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5713 Force highlighting text after Summary keyword in doc face for rpm.
5714
5715 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5716
5717 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5718 available and the word has no wildcards, append one to the grep pattern.
5719 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5720 (ispell-complete-word): Call `ispell-lookup-words' with the value
5721 independent of `ispell-look-p'.
5722
5723 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5724
5725 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5726 Not after "||".
5727 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5728 their parent.
5729
5730 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5733 (ruby-font-lock-keywords): Use backquote.
5734
5735 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5736
5737 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5738 (ruby-smie--backward-token): Only consider full-string matches.
5739
5740 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5741
5742 * faces.el (describe-face): Add distant-foreground.
5743
5744 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5745
5746 * progmodes/ruby-mode.el: Improve encoding comment handling.
5747 (ruby-encoding-magic-comment-style): New option.
5748 (ruby-custom-encoding-magic-comment-template): New option.
5749 (ruby--insert-coding-comment, ruby--detect-encoding):
5750 New functions extracted from `ruby-mode-set-encoding'.
5751 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5752 to control the style of the auto-inserted encoding comment.
5753
5754 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5755
5756 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5757 Use `smie-backward-sexp' with token argument.
5758
5759 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
5760
5761 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5762 Remove instrumentation code.
5763
5764 2013-11-08 Glenn Morris <rgm@gnu.org>
5765
5766 * progmodes/autoconf.el (autoconf-mode):
5767 Tweak comment-start-skip. (Bug#15822)
5768
5769 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5772 at bobp (bug#15826).
5773 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5774
5775 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
5776
5777 * man.el (Man-start-calling): New macro, extracted from
5778 Man-getpage-in-background.
5779 (Man-getpage-in-background): Use it.
5780 (Man-update-manpage): New command.
5781 (Man-mode-map): Bind it.
5782
5783 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5784
5785 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5786 of "and", "or", "&&" and "||".
5787 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5788 argument. Prohibit opening curly brace because it could only be a
5789 block opener in that position.
5790 (ruby-smie--forward-token, ruby-smie--backward-token):
5791 Separate "|" from "&" or "*" going after it. That can happen in block
5792 arguments.
5793 (ruby-smie--indent-to-stmt): New function, seeks the end of
5794 previous statement or beginning of buffer.
5795 (ruby-smie-rules): Use it.
5796 (ruby-smie-rules): Check if there's a ":" before a curly block
5797 opener candidate; if there is, it's a hash.
5798
5799 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5802 (cl--block-wrapper): Fix last accidental change.
5803
5804 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5805
5806 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5807 Instrument, in order to hunt failure on hydra.
5808
5809 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5810
5811 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5812 malformed bindings form (bug#15814).
5813
5814 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5815
5816 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5817 "." compared to " @ ". This incidentally fixes some indentation
5818 examples with "do".
5819 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5820 (ruby-smie-grammar): New tokens: "and" and "or".
5821 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5822 Exclude "and" and "or". Remove "do" in order to work around token
5823 priorities.
5824 (ruby-smie-rules): Add all infix tokens. Handle the case of
5825 beginning-of-buffer.
5826
5827 2013-11-06 Glenn Morris <rgm@gnu.org>
5828
5829 * Makefile.in (setwins_almost, setwins_for_subdirs):
5830 Avoid accidental matches.
5831
5832 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * menu-bar.el (popup-menu): Use key-binding.
5835
5836 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5837
5838 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5839 menus, support also the menus produced by minor modes.
5840 (Bug#15817)
5841
5842 2013-11-06 Leo Liu <sdl.web@gmail.com>
5843
5844 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5845 DISTANCE to bound the search. All uses changed. (Bug#15808)
5846
5847 2013-11-06 Glenn Morris <rgm@gnu.org>
5848
5849 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5850 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5851 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5852
5853 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * electric.el (electric-indent-just-newline): New command.
5856 (electric-indent-mode-map): New keymap.
5857 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5858 Re-add :group which weren't redundant.
5859
5860 * electric.el (electric-indent-local-mode): New minor mode.
5861 (electric-indent-functions-without-reindent): New var.
5862 (electric-indent-post-self-insert-function): Use it.
5863 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5864
5865 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5866
5867 * international/quail.el (quail-help): Be more explicit about the
5868 meaning of the labels shown on the keys. (Bug#15800)
5869
5870 * startup.el (normal-top-level): Load the subdirs.el files before
5871 setting the locale environment. (Bug#15805)
5872
5873 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5874
5875 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5876 via arguments so as to get the right ones (bug#15418).
5877
5878 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5879
5880 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5881
5882 Fix problems found while writing a test suite.
5883
5884 * net/tramp-compat.el (tramp-compat-load): New defun.
5885 * net/tramp.el (tramp-handle-load): Use it.
5886
5887 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5888 "(numberp ok-if-already-exists)" correctly.
5889
5890 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5891
5892 * international/characters.el (glyphless-char-display-control):
5893 Add usage note.
5894
5895 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5896
5897 * progmodes/python.el (python-mode):
5898 * progmodes/scheme.el (scheme-mode):
5899 * progmodes/prolog.el (prolog-mode):
5900 * progmodes/ruby-mode.el (ruby-mode):
5901 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5902 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5903
5904 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5905
5906 * rect.el (rectangle--highlight-for-redisplay):
5907 * emacs-lisp/smie.el (smie--next-indent-change):
5908 Use buffer-chars-modified-tick.
5909
5910 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5911
5912 * electric.el (electric-indent-post-self-insert-function):
5913 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5914
5915 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5916
5917 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5918
5919 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5920
5921 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5922 (bug#15786).
5923
5924 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5925
5926 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5927
5928 * progmodes/python.el: Fix up last change.
5929 (python-shell--save-temp-file): New function.
5930 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5931 `string' comes from the current buffer.
5932 (python-shell-send-string-no-output): Remove `msg' arg.
5933 (python--use-fake-loc): New var.
5934 (python-shell-buffer-substring): Obey it. Try to compensate for the
5935 extra coding line added by python-shell--save-temp-file.
5936 (python-shell-send-region): Use python-shell--save-temp-file and
5937 python-shell-send-file directly. Add `nomain' argument.
5938 (python-shell-send-buffer): Use python-shell-send-region.
5939 (python-electric-pair-string-delimiter): New function.
5940 (python-mode): Use it.
5941
5942 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5943
5944 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5945 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5946 environment and decoding all of the default-directory's to here
5947 from command-line.
5948 (command-line): Decode also argv[0].
5949
5950 * loadup.el: Error out if default-directory is a multibyte string
5951 when we are dumping.
5952
5953 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5954
5955 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5956
5957 * emacs-lisp/package.el (package-menu-mode)
5958 (package-menu--print-info, package-menu--archive-predicate):
5959 Add Archive column to package list.
5960
5961 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5962
5963 Fix problems found while writing a test suite.
5964
5965 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5966 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5967 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5968 to nil when running original file name handler. Otherwise,
5969 there are problems with constructs like "$$FOO".
5970
5971 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5972 for `localname'.
5973
5974 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5975
5976 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5977
5978 * subr.el (version<, version<=, version=):
5979 Update docstrings with information for snapshot versions.
5980
5981 * helpers.el: New library for misc helper functions.
5982 (hash-table-keys): New function returning a list of hash keys.
5983 (hash-table-values): New function returning a list of hash values.
5984
5985 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
5986
5987 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5988 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5989
5990 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
5991
5992 * textmodes/fill.el (fill-single-char-nobreak-p): New function
5993 checking whether point is after a 1-letter word.
5994
5995 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5996
5997 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
5998 Don't infloop when expanding region over `multiline' syntax-type that
5999 begins a line (bug#15778).
6000
6001 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6002
6003 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6004 Make it into a proper minor mode.
6005 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
6006 (rectangle-mark-mode-map): New keymap.
6007 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6008
6009 2013-11-04 Glenn Morris <rgm@gnu.org>
6010
6011 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6012
6013 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6014
6015 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6016 (ruby-smie-rules): Use smie-rule-parent instead.
6017
6018 * emacs-lisp/smie.el (smie-rule-parent): Always call
6019 smie-indent-virtual rather than only for hanging tokens.
6020 (smie--next-indent-change): New helper command.
6021
6022 2013-11-03 Glenn Morris <rgm@gnu.org>
6023
6024 * Makefile.in (abs_srcdir): Remove.
6025 (emacs): Unset EMACSLOADPATH.
6026
6027 2013-11-02 Glenn Morris <rgm@gnu.org>
6028
6029 * Makefile.in (EMACS): Use a relative filename.
6030 (abs_top_builddir): Remove.
6031 (custom-deps, finder-data, autoloads): Use --chdir.
6032
6033 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6034
6035 Use relative filenames in TAGS files.
6036 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6037 (lisptagsfiles4, TAGS): Use relative file names.
6038 (TAGS-LISP): Remove.
6039 (maintainer-clean): No more TAGS-LISP file.
6040
6041 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6042 (lisptagsfiles4): Use absolute filenames again.
6043 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6044 Remove all *loaddefs files, not just the first. Remove esh-groups.
6045 (maintainer-clean): Delete TAGS, TAGS-LISP.
6046
6047 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6048
6049 * emacs-lisp/package.el (package-version-join):
6050 Recognize snapshot versions.
6051
6052 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6053
6054 * subr.el (version-regexp-alist): Add support for snapshot versions.
6055
6056 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6057
6058 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6059 New function, replacement for `smie-rule-parent' for when we want to
6060 skip over our direct parent if it's an assignment token..
6061 (ruby-smie-rules): Use it.
6062
6063 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6064
6065 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6066 unconditionally. Remove now unnecessary forward declarations.
6067 Remove XEmacs-specific setup.
6068 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6069 (ruby-font-lock-syntactic-keywords)
6070 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6071 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6072 (ruby-here-doc-end-syntax): Remove.
6073 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6074 defined as function.
6075
6076 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6077
6078 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6079
6080 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6081
6082 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6083 table and abbrev table, `define-derived-mode' does that for us
6084 anyway.
6085
6086 2013-11-01 Glenn Morris <rgm@gnu.org>
6087
6088 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6089 files is atomic for some time, so no parallel compilation issues).
6090
6091 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6092
6093 * faces.el (face-x-resources): Add :distant-foreground.
6094 (region): Use :distant-foreground for gtk and ns.
6095
6096 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6097
6098 Allow multiple bibliographies when BibLaTeX is used rather than
6099 BibTeX.
6100 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6101 (reftex-locate-bibliography-files): Us it.
6102
6103 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6104
6105 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6106 allow comments in pbm files.
6107
6108 * term/w32-win.el (dynamic-library-alist): Support newer versions
6109 of libjpeg starting with v7: look only for the DLL from the
6110 version against which Emacs was built.
6111 Support versions of libpng beyond 1.4.x.
6112 Support libtiff v4.x.
6113
6114 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6115
6116 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6117 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6118 Add property :safe.
6119 (ruby-deep-arglist): Add property :type.
6120
6121 2013-10-31 Glenn Morris <rgm@gnu.org>
6122
6123 * Makefile.in (custom-deps, finder-data): No need to setq the target
6124 variables, we are in the right directory and the defaults work fine.
6125
6126 2013-10-30 Glenn Morris <rgm@gnu.org>
6127
6128 * Makefile.in (autoloads): Do not use abs_lisp.
6129
6130 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6131 `newline' does not respect `standard-output', so use `princ'.
6132
6133 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6134
6135 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6136 * buff-menu.el (Buffer-menu--unmark): New function.
6137 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6138
6139 2013-10-30 Glenn Morris <rgm@gnu.org>
6140
6141 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6142
6143 * emacs-lisp/package.el (lm-homepage): Declare.
6144
6145 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6146 Fix doc typos.
6147
6148 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6149
6150 * Makefile.in (finder-data, autoloads, update-subdirs)
6151 (compile-main, compile-clean, compile-always, bootstrap-clean):
6152 Check return value of cd.
6153 (compile-calc): Remove.
6154
6155 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6156
6157 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6158
6159 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6160 (byte-compile-and-folded): New function.
6161 (=, <, >, <=, >=): Use it.
6162
6163 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6164 (path-separator, null-device, buffer-file-coding-system)
6165 (lpr-headers-switches): Check system-type before modifying them.
6166 (find-buffer-file-type-coding-system): Mark obsolete.
6167 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6168 find-file-not-found-set-buffer-file-coding-system.
6169 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6170 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6171 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6172 (w32-direct-print-region-helper, w32-direct-print-region-function)
6173 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6174 * startup.el (normal-top-level-add-subdirs-to-load-path):
6175 * ps-print.el (ps-print-region-function):
6176 * lpr.el (print-region-function): Use new name.
6177
6178 * subr.el (custom-declare-variable-early): Remove function.
6179 (custom-declare-variable-list): Remove var.
6180 (error, user-error): Remove `while' loop.
6181 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6182 (user-emacs-directory-warning, locate-user-emacs-file):
6183 Move to files.el.
6184 * simple.el (read-quoted-char-radix, read-quoted-char):
6185 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6186 Move from subr.el.
6187 * custom.el (custom-declare-variable-list): Don't process
6188 custom-declare-variable-list.
6189
6190 * progmodes/python.el (python-shell-get-buffer): New function.
6191 (python-shell-get-process): Use it.
6192 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6193 Python which encoding was used. Don't split-string since we only care
6194 about the first line. Return the temp-file, if applicable.
6195 (python-shell-send-region): Tell compile.el how to turn locations in
6196 the temp-file into locations in the source buffer.
6197
6198 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6199
6200 * subr.el (undefined): Add missing behavior from the C code for
6201 unbound keys.
6202
6203 * rect.el: Use lexical-binding. Add new rectangular region support.
6204 (rectangle-mark): New command.
6205 (rectangle--region): New var.
6206 (deactivate-mark-hook): Reset rectangle--region.
6207 (rectangle--extract-region, rectangle--insert-for-yank)
6208 (rectangle--highlight-for-redisplay)
6209 (rectangle--unhighlight-for-redisplay): New functions.
6210 (region-extract-function, redisplay-unhighlight-region-function)
6211 (redisplay-highlight-region-function): Use them to handle
6212 rectangular region.
6213 * simple.el (region-extract-function): New var.
6214 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6215 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6216 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6217 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6218 (redisplay-unhighlight-region-function)
6219 (redisplay-highlight-region-function): New vars.
6220 (redisplay--update-region-highlight): New function.
6221 (pre-redisplay-function): Use it.
6222 (exchange-point-and-mark): Don't deactivate the mark before
6223 reactivate-it anyway.
6224 * comint.el (comint-kill-region): Remove yank-handler argument.
6225 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6226 (delete-char): Remove property, since it's now part of their
6227 default behavior.
6228 (self-insert-iso): Remove property since this command doesn't exist.
6229
6230 * emacs-lisp/package.el (package--download-one-archive)
6231 (describe-package-1): Don't query the user about final newline.
6232
6233 2013-10-29 Daniel Colascione <dancol@dancol.org>
6234
6235 * net/tramp.el (tramp-methods): Document new functionality.
6236 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6237 tramp-hostname-checker if method provides one instead of scanning
6238 argument list for "%h" to decide hostname acceptability.
6239
6240 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6241
6242 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6243 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6244 Handle COPY-CONTENTS. (Bug#15737)
6245
6246 2013-10-28 Daiki Ueno <ueno@gnu.org>
6247
6248 * epa-file.el
6249 (epa-file-cache-passphrase-for-symmetric-encryption):
6250 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6251
6252 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6253
6254 * image.el (defimage, image-load-path): Doc fixes.
6255
6256 2013-10-27 Alan Mackenzie <acm@muc.de>
6257
6258 Indent statements in macros following "##" correctly.
6259 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6260 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6261
6262 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6263
6264 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6265
6266 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6267
6268 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6269 after `=' is probably a new expression.
6270
6271 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6272
6273 * man.el (man-imenu-title): New option.
6274 (Man-mode-map): Add menu. (Bug#15722)
6275 (Man-mode): Add imenu to menu.
6276
6277 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6278
6279 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6280 specific in what the first arg can be: a non-keyword word,
6281 string/regexp/percent literal opener, opening paren, or unary
6282 operator followed directly by word.
6283
6284 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6285
6286 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6287 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6288 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6289 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6290 Remove vars, they do not apply any more.
6291 (prolog-mode-abbrev-table): Remove redundant declaration.
6292 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6293 (prolog-use-smie): Remove.
6294 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6295 supported by prolog-electric-if-then-else-flag.
6296 (prolog-mode-variables, prolog-menu): Use setq-local.
6297 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6298 Remove binding to `Backspace' since this key doesn't exist anyway.
6299 Remove bindings for electric self-inserting keys.
6300 (prog-mode): Assume it's defined.
6301 (prolog-post-self-insert): New function.
6302 (prolog-mode): Use it.
6303 (prolog-indent-line, prolog-indent-level)
6304 (prolog-find-indent-of-matching-paren)
6305 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6306 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6307 (prolog-goto-next-paren, prolog-in-string-or-comment)
6308 (prolog-tokenize, prolog-inside-mline-comment)
6309 (prolog-find-start-of-mline-comment): Remove functions.
6310 (prolog-find-unmatched-paren, prolog-clause-end)
6311 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6312 (prolog-electric--if-then-else): Rename from
6313 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6314 (prolog-tokenize-searchkey): Remove const.
6315 (prolog-clause-info): Use forward-sexp.
6316 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6317 (prolog-electric-if-then-else): Remove commands.
6318 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6319 for use in post-self-insert-hook.
6320 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6321 for use in post-self-insert-hook.
6322 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6323 for use in post-self-insert-hook.
6324 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6325 adapt it for use in post-self-insert-hook.
6326
6327 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6328
6329 * emacs-lisp/ert.el (ert-run-tests-interactively):
6330 Use `completing-read'. (Bug#9756)
6331
6332 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6333
6334 * simple.el (line-move): Call line-move-1 instead of
6335 line-move-visual when the current window hscroll is zero, but
6336 temporary-goal-column indicates we will need to hscroll as result
6337 of the movement. (Bug#15712)
6338
6339 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6340
6341 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6342 capitalization. Use :visible instead of :active.
6343 Fix `ruby-indent-exp' reference. Add menu items for the generic
6344 commands that are used with SMIE.
6345 (ruby-do-end-to-brace): Insert space after `{'.
6346
6347 2013-10-25 John Anthony <john@jo.hnanthony.com>
6348
6349 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6350
6351 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6352
6353 2013-10-25 Glenn Morris <rgm@gnu.org>
6354
6355 * vc/vc.el (vc-print-log): Don't use a working revision unless
6356 one was explicitly specified. (Bug#15322)
6357
6358 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * subr.el (add-to-list): Preserve return value in compiler-macro
6361 (bug#15692).
6362
6363 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6364
6365 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6366 result. Ask user to retry using '-all' flag. (Bug#15701)
6367
6368 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6369
6370 * emacs-lisp/smie.el: New smie-config system.
6371 (smie-config): New defcustom.
6372 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6373 (smie-config-guess, smie-config-save): New commands.
6374 (smie-config--mode-local, smie-config--buffer-local)
6375 (smie-config--trace, smie-config--modefuns): New vars.
6376 (smie-config--advice, smie-config--mode-hook)
6377 (smie-config--setter, smie-config-local, smie-config--get-trace)
6378 (smie-config--guess-value, smie-config--guess): New functions.
6379 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6380 text properties. Treat "string fence" syntax like string syntax.
6381
6382 * progmodes/sh-script.el (sh-use-smie): Change default.
6383 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6384 (sh-var-value): Simplify by CSE.
6385 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6386 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6387 is used.
6388 (sh-guess-basic-offset): Use cl-incf.
6389 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6390
6391 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6392
6393 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6394 (bug#15699).
6395
6396 2013-10-24 Glenn Morris <rgm@gnu.org>
6397
6398 * Makefile.in (abs_top_srcdir): Remove.
6399 (update-subdirs): Use relative path to update-subdirs.
6400
6401 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6402
6403 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6404 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6405 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6406 Call unmsys--file-name before expand-file-name, not after it.
6407
6408 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6409
6410 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6411 (ert-test-skipped): New error.
6412 (ert-skip, ert-stats-skipped): New defuns.
6413 (ert--skip-unless): New macro.
6414 (ert-test-skipped): New struct.
6415 (ert--run-test-debugger, ert-test-result-type-p)
6416 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6417 (ert--stats-set-test-and-result, ert-char-for-test-result)
6418 (ert-string-for-test-result, ert-run-tests-batch)
6419 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6420 Handle skipped tests. (Bug#9803)
6421
6422 2013-10-24 Glenn Morris <rgm@gnu.org>
6423
6424 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6425
6426 * Makefile.in (abs_top_srcdir): New, set by configure.
6427 (update-subdirs): Correct build-aux location.
6428
6429 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6430
6431 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6432 value, whether we could auto-deduce `backend', or not.
6433
6434 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6435 with parameters" example. Simplify the "is it block or is it
6436 hash" check, but also make it more thorough.
6437
6438 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6439
6440 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6441
6442 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6443
6444 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6445 { if it is hanging.
6446
6447 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6448 :before ";".
6449
6450 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6451
6452 * progmodes/compile.el (compilation-directory-matcher)
6453 (compilation-page-delimiter):
6454 Support GNU Make-4.0 directory quoting. (Bug#15678)
6455
6456 2013-10-23 Leo Liu <sdl.web@gmail.com>
6457
6458 * ido.el (ido-tidy): Handle read-only text.
6459
6460 2013-10-23 Glenn Morris <rgm@gnu.org>
6461
6462 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6463 (emacs, compile, compile-always):
6464 Quote entities that might contain whitespace.
6465 (custom-deps, finder-data, autoloads): Use abs_lisp.
6466 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6467 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6468 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6469
6470 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6471
6472 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6473 Use `following-char'.
6474
6475 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6478 * progmodes/ruby-mode.el (ruby-smie-rules):
6479 Remove corresponding workaround. Fix indentation rule of ";" so it
6480 also applies when ";" is the parent.
6481
6482 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6483
6484 * frame.el (display-screens, display-pixel-height)
6485 (display-pixel-width, display-mm-width, display-backing-store)
6486 (display-save-under, display-planes, display-color-cells)
6487 (display-visual-class, display-monitor-attributes-list):
6488 Mention the optional ‘display’ argument in doc strings.
6489
6490 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6491
6492 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6493 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6494
6495 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6496
6497 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6498 TODO. Add "." after " @ ".
6499 (ruby-smie--at-dot-call): New function. Checks if point at method
6500 call with explicit target.
6501 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6502 to the method name tokens when it precedes them.
6503 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6504 (ruby-smie-rules): Add rule for indentation before and after "."
6505 token.
6506
6507 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6508
6509 * textmodes/remember.el (remember-diary-extract-entries):
6510 Avoid add-to-list.
6511
6512 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6513 an instruction.
6514
6515 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6516
6517 * progmodes/ruby-mode.el (ruby-smie-grammar):
6518 Add (almost) all infix operators.
6519 (ruby-smie--implicit-semi-p): Add new operator chars.
6520
6521 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6522 `smie-down-list'.
6523 (ruby-smie--args-separator-p): Check that there's no newline
6524 between method call and its arguments.
6525
6526 2013-10-20 Alan Mackenzie <acm@muc.de>
6527
6528 Allow comma separated lists after Java "implements".
6529
6530 * progmodes/cc-engine.el (c-backward-over-enum-header):
6531 Parse commas.
6532 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6533 from a "disallowed" list in enum fontification.
6534
6535 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6536
6537 * startup.el (default-frame-background-mode): Remove unused defvar.
6538
6539 * progmodes/verilog-mode.el (verilog-mode): Don't set
6540 comment-indent-function globally.
6541
6542 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6543
6544 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6545 Move Info menu item creation to ns-win.el.
6546
6547 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6548 in menu bar.
6549
6550 * menu-bar.el: Move GNUstep specific menus...
6551
6552 * term/ns-win.el (ns-initialize-window-system): ... to here.
6553
6554 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6555
6556 * simple.el (newline): Only run post-self-insert-hook when
6557 called interactively.
6558
6559 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6560
6561 * icomplete.el (icomplete-with-completion-tables): Add :version.
6562
6563 2013-10-19 Alan Mackenzie <acm@muc.de>
6564
6565 Fix fontification bugs with constructors and const.
6566
6567 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6568 CASE 2) Remove the check for the absence of a suffix construct
6569 after a function declaration with only types (no identifiers) in
6570 the parentheses. Also, accept a function declaration with just a
6571 type inside the parentheses, if this type can be positively
6572 recognised as such, or if a prefix keyword like "explicit" nails
6573 down the construct as a declaration.
6574
6575 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6576
6577 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6578 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6579 the problem whereby selecting a menu item that leads to a
6580 minibuffer prompt moves the cursor out of the minibuffer window,
6581 making it hard to type at the prompt. Suggested by Stefan Monnier
6582 <monnier@iro.umontreal.ca>.
6583
6584 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6585
6586 * menu-bar.el: Don't make Services menu.
6587
6588 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6589
6590 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6591 (ffap-alist): Use ffap-c++-mode for c++-mode.
6592 (ffap-c++-path): New variable.
6593 (ffap-c++-mode): New function.
6594
6595 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6596
6597 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6598
6599 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6600
6601 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6602 introduced on 2013-09-08, which results in an infinite loop
6603 requesting a password.
6604
6605 2013-10-18 Glenn Morris <rgm@gnu.org>
6606
6607 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6608
6609 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6610
6611 Sync with upstream verilog-mode revision 1a6ecec7.
6612 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6613 (verilog-mode-release-date): Remove.
6614 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6615 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6616 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6617 (verilog-auto-tieoff-ignore-regexp)
6618 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6619 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6620 (verilog-signals-with, verilog-dir-cache-preserving)
6621 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6622 Doc fixes.
6623 (verilog-case-fold): New option, to control case folding in
6624 regexp searches, bug597.
6625 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6626 (verilog-string-match-fold, verilog-in-paren-count)
6627 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6628 (verilog-at-close-struct-p): New functions.
6629 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6630 (verilog-forward-sexp, verilog-set-auto-endcomments)
6631 (verilog-leap-to-case-head): Handle "unique0" case.
6632 (verilog-in-constraint-re): New constant.
6633 (verilog-keywords, verilog-type-font-keywords):
6634 Add some SystemVerilog 1800-2012 keywords.
6635 (verilog-label-be): Remove unimplemented argument, bug669.
6636 (verilog-batch-execute-func): When batch expanding clear
6637 create-lockfiles to prevent spurious user locks when a file ends
6638 up not changing.
6639 (verilog-calculate-indent, verilog-calc-1)
6640 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6641 (verilog-do-indent): Fix indentation of nested constraints
6642 and structures.
6643 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6644 (verilog-auto-inst-param): Use verilog-string-match-fold.
6645 (verilog-read-inst-module-matcher):
6646 Fix AUTOINST on gate primitives with #1.
6647 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6648 Reads all user-defined typed variables.
6649 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6650 (verilog-signals-matching-regexp)
6651 (verilog-signals-not-matching-regexp, verilog-auto):
6652 Respect verilog-case-fold.
6653 (verilog-diff-report): Fix line count.
6654 (verilog-auto-assign-modport): Remove unused local `modi'.
6655 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6656 better handle multidimensional arrays.
6657 Fix packed array ports misadding bit index in AUTOINST, bug637.
6658 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6659 to not double-declare existing outputs and inputs, respectively.
6660 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6661 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6662 (verilog-sk-uvm-component): New skeleton.
6663 (verilog-submit-bug-report): Add verilog-case-fold,
6664 remove verilog-mode-release-date.
6665
6666 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6667
6668 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6669 as before.
6670
6671 2013-10-18 Reuben Thomas <rrt@sc3d.org>
6672
6673 * textmodes/remember.el (remember): Set buffer-offer-save in
6674 remember buffers (bug#13566).
6675
6676 2013-10-18 Daniel Colascione <dancol@dancol.org>
6677
6678 When evaluating forms in ielm, direct standard output to ielm
6679 buffer. Add new ielm-return-for-effect command. Remove trailing
6680 whitespace throughout.
6681
6682 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6683 (ielm-return-for-effect): New command.
6684 (ielm-send-input): Accept optional `for-effect' parameter.
6685 (ielm-eval-input): Accept optional `for-effect' parameter.
6686 Bind `standard-output' to stream we create using
6687 `ielm-standard-output-impl'. Suppress printing result when
6688 `for-effect'.
6689 (ielm-standard-output-impl): New function.
6690 (inferior-emacs-lisp-mode): Explain new features in documentation.
6691
6692 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
6693
6694 Code cleanup.
6695
6696 * net/tramp.el (tramp-debug-message): Do not check for connection
6697 buffer.
6698 (tramp-message): Use "vector" connection property.
6699
6700 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6701 (tramp-equal-remote, tramp-eshell-directory-change)
6702 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6703 (tramp-adb-handle-rename-file)
6704 * net/tramp-cmds.el (tramp-list-remote-buffers)
6705 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6706 * net/tramp-compat.el (tramp-compat-process-running-p)
6707 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6708 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6709 (tramp-gvfs-handle-rename-file)
6710 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6711 (tramp-set-file-uid-gid)
6712 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6713 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6714 of `file-remote-p'.
6715
6716 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6717 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6718 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6719 (tramp-gw-open-network-stream): Suppress unrelated traces.
6720
6721 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6722 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6723 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6724 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6725 connection property.
6726
6727 * net/tramp-cache.el (top): Suppress traces when reading
6728 persistency file.
6729
6730 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6731 Refactor common code. Improve debug message.
6732 (tramp-maybe-open-connection)
6733 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6734 connection buffer too early.
6735
6736 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6737 from `tramp-smb-actions-with-acl'.
6738 (tramp-smb-actions-set-acl): New defconst.
6739 (tramp-smb-handle-copy-directory)
6740 (tramp-smb-action-get-acl): New defun, renamed from
6741 `tramp-smb-action-with-acl'.
6742 (tramp-smb-action-set-acl): New defun.
6743 (tramp-smb-handle-set-file-acl): Rewrite.
6744
6745 2013-10-17 Glenn Morris <rgm@gnu.org>
6746
6747 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6748
6749 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * skeleton.el (skeleton-newline): Remove.
6752 (skeleton-internal-1): Use (insert "\n") instead.
6753
6754 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6755 let-bindings.
6756
6757 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6758 forward-sexp-function while we redo its job (bug#15613).
6759
6760 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6761
6762 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6763 represented by lists.
6764
6765 2013-10-16 Glenn Morris <rgm@gnu.org>
6766
6767 * tmm.el (tmm--history): New dynamic variable.
6768 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6769
6770 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
6771
6772 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6773 (tramp-smb-errors): Add error messages.
6774 (tramp-smb-actions-with-acl): New defconst.
6775 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6776 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6777 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6778 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6779 (tramp-smb-get-stat-capability): Fix tests.
6780
6781 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6782
6783 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6784 (bug#15580).
6785
6786 2013-10-16 Glenn Morris <rgm@gnu.org>
6787
6788 * ansi-color.el (ansi-color-drop-regexp):
6789 Add 1J, 1K, 2K. (Bug#15617)
6790
6791 * files.el (hack-local-variables--warned-lexical): New.
6792 (hack-local-variables):
6793 Warn about misplaced lexical-binding. (Bug#15616)
6794
6795 * net/eww.el (eww-render): Always set eww-current-url,
6796 and update header line. (Bug#15622)
6797 (eww-display-html): ... Rather than just doing it here.
6798
6799 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6800
6801 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6802 menu navigations commands.
6803
6804 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6805
6806 * progmodes/subword.el (subword-capitalize): Be careful when
6807 the search for [[:alpha:]] fails (bug#15580).
6808
6809 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6810
6811 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6812 to commands that scroll the menu.
6813
6814 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6815
6816 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6817 Handle methods ending with `?' and `!'.
6818
6819 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6820
6821 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6822 `japanese-cp932' to `cp932' to fix the problem where saving a
6823 source file written in Shift_JIS twice would end up having
6824 `coding: japanese-cp932' which Ruby could not recognize.
6825 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6826 in `ruby-encoding-map'.
6827 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6828 doesn't need to be explicitly declared in magic comment.
6829 (ruby-encoding-map): Add type declaration for better customize UI.
6830
6831 2013-10-13 Glenn Morris <rgm@gnu.org>
6832
6833 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6834 Occur buffers are read-only. http://bugs.debian.org/720775
6835
6836 * emacs-lisp/authors.el (authors-fixed-entries):
6837 Comment out old alpha stuff.
6838
6839 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6840
6841 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6842 to `after-save-hook' instead of `before-save-hook'.
6843 (ruby-mode-set-encoding): Use the value of coding system used to
6844 write the file. Call `basic-save-buffer-1' after modifying the
6845 buffer.
6846
6847 2013-10-13 Alan Mackenzie <acm@muc.de>
6848
6849 Fix indentation/fontification of Java enum with
6850 "implements"/generic.
6851
6852 * progmodes/cc-engine.el (c-backward-over-enum-header):
6853 Extracted from the three other places and enhanced to handle generics.
6854 (c-inside-bracelist-p): Uses new function above.
6855 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6856 function above.
6857 (c-font-lock-enum-tail): Uses new function above.
6858
6859 2013-10-13 Kenichi Handa <handa@gnu.org>
6860
6861 * international/mule-cmds.el (select-safe-coding-system): Remove a
6862 superfluous condition in chekcing whether a coding system is safe
6863 or not.
6864
6865 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6866
6867 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6868
6869 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6870
6871 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6872
6873 2013-10-13 Glenn Morris <rgm@gnu.org>
6874
6875 * menu-bar.el (menu-bar-update-buffers):
6876 Unify Buffers menu prompt string. (Bug#15576)
6877
6878 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6879
6880 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6881 Add some entries.
6882 (authors-fixed-entries): Use accented form of name.
6883
6884 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6885
6886 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6887 method calls (bug#15594).
6888 (ruby-smie--args-separator-p): New function.
6889 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6890 recognize paren-free method calls.
6891
6892 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6893 internals of universal-argument.
6894
6895 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6896
6897 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6898 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6899 dropped menu on second mouse click on the menu bar.
6900
6901 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6902
6903 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6904 (explicit-shell-file-name): Declare.
6905 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6906 (sh-completion-at-point-function): New function.
6907 (sh-mode): Use it.
6908 (sh-smie--keyword-p): Remove unused argument.
6909 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6910 vars.
6911 (sh-set-shell): Always setup SMIE, even if we use the
6912 old indentation code.
6913
6914 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6915
6916 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6917 cases of ? and =.
6918 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6919 predicate would return nil are almost non-existent.
6920 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6921
6922 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6923 cache also after commands that modify the buffer but don't move
6924 point.
6925
6926 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * env.el (substitute-env-in-file-name): New function.
6929 (substitute-env-vars): Extend the meaning of the optional arg.
6930
6931 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6932
6933 * term/w32-win.el (dynamic-library-alist): Define separate lists
6934 of GIF DLLs for versions before and after 5.0.0 of giflib.
6935 (Bug#15531)
6936
6937 2013-10-10 João Távora <joaotavora@gmail.com>
6938
6939 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6940 not locked, use last revision and current source as
6941 defaults. (Bug#15569)
6942
6943 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6944
6945 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6946 menu-bar is hidden.
6947
6948 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6949
6950 * window.el (pop-to-buffer-same-window): Fix doc-string.
6951 (Bug#15492)
6952
6953 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6956
6957 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6958
6959 * calendar/icalendar.el (icalendar-import-file):
6960 Fix interactive spec. (Bug#15482)
6961
6962 2013-10-10 Glenn Morris <rgm@gnu.org>
6963
6964 * desktop.el (desktop-save): Default to saving in .emacs.d,
6965 since PWD is no longer in desktop-path by default. (Bug#15319)
6966
6967 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6968 now that text mode has a menu with the same entry.
6969 (menu-bar-text-mode-auto-fill): Remove now unused func.
6970 * textmodes/text-mode.el (text-mode-map):
6971 Use auto-fill help text from menu-bar.el.
6972
6973 2013-10-10 John Anthony <john@jo.hnanthony.com>
6974
6975 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6976
6977 2013-10-09 Juri Linkov <juri@jurta.org>
6978
6979 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6980 instead of this-command-keys. Add universal-argument-more and
6981 universal-argument-minus to the list of prefix commands. (Bug#15568)
6982
6983 2013-10-09 Glenn Morris <rgm@gnu.org>
6984
6985 * vc/vc-svn.el (vc-svn-create-repo):
6986 Expand paths in file://... url. (Bug#15446)
6987
6988 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
6989 Add some entries.
6990 (authors): Remove unused local variables.
6991
6992 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * profiler.el: Create a more coherent calltree from partial backtraces.
6995 (profiler-format): Hide the tail with `invisible' so that C-s can still
6996 find the hidden elements.
6997 (profiler-calltree-depth): Don't recurse so enthusiastically.
6998 (profiler-function-equal): New hash-table-test.
6999 (profiler-calltree-build-unified): New function.
7000 (profiler-calltree-build): Use it.
7001 (profiler-report-make-name-part): Indent the calltree less.
7002 (profiler-report-mode): Add visibility specs for profiler-format.
7003 (profiler-report-expand-entry, profiler-report-toggle-entry):
7004 Expand the whole subtree when provided with a prefix arg.
7005
7006 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7007
7008 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7009 iuwu-mod token.
7010 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7011 hanging iuwu-mod token.
7012 (ruby-smie--forward-token): Do not include a dot after a token in
7013 that token.
7014 (ruby-smie--backward-token): Likewise.
7015
7016 2013-10-08 Juri Linkov <juri@jurta.org>
7017
7018 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7019 to isearch-other-control-char.
7020 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7021 and isearch-post-command-hook to post-command-hook.
7022 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7023 and isearch-post-command-hook from post-command-hook.
7024 (isearch-unread-key-sequence)
7025 (isearch-reread-key-sequence-naturally)
7026 (isearch-lookup-scroll-key, isearch-other-control-char)
7027 (isearch-other-meta-char): Remove functions.
7028 (isearch-pre-command-hook, isearch-post-command-hook):
7029 New functions based on isearch-other-meta-char rewritten
7030 relying on the new behavior of overriding-terminal-local-map
7031 that does not replace the local keymaps any more. (Bug#15200)
7032
7033 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7034
7035 Support menus on text-mode terminals.
7036 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7037 functionality.
7038
7039 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7040
7041 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7042 Move here from mouse.el.
7043 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7044 and arrow keys.
7045 (tty-menu-navigation-map): New map for TTY menu navigation.
7046
7047 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7048
7049 * frame.el (display-mouse-p): Report text-mode mouse as available
7050 on w32.
7051 (display-popup-menus-p): Report availability if mouse is
7052 available; don't condition on window-system.
7053
7054 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7055 (tty-menu-selected-face): New faces.
7056
7057 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7058
7059 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7060 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7061 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7062 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7063 New constants.
7064 (lisp-mode-variables): New `elisp' argument.
7065 (emacs-lisp-mode): Use it.
7066 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7067 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7068
7069 * indent.el: Use lexical-binding.
7070 (indent-region): Add progress reporter.
7071 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7072 last step.
7073 (indent--next-tab-stop): New function to implement this behavior.
7074 (tab-to-tab-stop, move-to-tab-stop): Use it.
7075
7076 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7077
7078 * indent.el (indent-rigidly--current-indentation): New function.
7079 (indent-rigidly-map): New var.
7080 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7081
7082 2013-10-08 Bastien Guerry <bzg@gnu.org>
7083
7084 * register.el (insert-register): Fix 2013-10-07 change.
7085
7086 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * progmodes/perl-mode.el: Use lexical-binding.
7089 Remove redundant :group args.
7090 (perl-nochange): Change default to be closer to other major modes's
7091 standard behavior.
7092 (perl-indent-line): Don't consider text on current line as a
7093 valid beginning of function from which to indent.
7094
7095 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7096 with more than one argument (bug#15538).
7097
7098 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7099
7100 * vc/pcvs.el: Use lexical-binding.
7101 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7102 environment of `eval'.
7103 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7104 than a list of expressions. Adjust callers.
7105 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7106
7107 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7108
7109 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7110 case of the dot in a chained method call being on the following line.
7111
7112 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * electric.el (electric-indent-inhibit): New var.
7115 (electric-indent-post-self-insert-function): Use it.
7116 * progmodes/python.el (python-mode): Set it.
7117
7118 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7119 open braces.
7120
7121 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7122
7123 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7124 (css-mode): Use electric-indent-chars.
7125
7126 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7127 (font-lock-beg, font-lock-end): Move before first use.
7128 (nxml-mode): Use syntax-propertize-function.
7129 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7130 (nxml-extend-after-change-region): Remove.
7131 * nxml/xmltok.el: Use lexical-binding.
7132 (xmltok-save): Use `declare'.
7133 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7134 * nxml/nxml-util.el: Use lexical-binding.
7135 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7136 Use `declare'.
7137 * nxml/nxml-ns.el: Use lexical-binding.
7138 (nxml-ns-save): Use `declare'.
7139 (nxml-ns-prefixes-for): Avoid add-to-list.
7140 * nxml/rng-match.el: Use lexical-binding.
7141 (rng--ipattern): Use cl-defstruct.
7142 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7143 (rng-cons-group-after, rng-subst-group-after)
7144 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7145 Use closures instead of `(lambda...).
7146
7147 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7148
7149 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7150 of BEG and END.
7151
7152 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7153 Use `tramp-handle-insert-file-contents'.
7154 (tramp-gvfs-handle-insert-file-contents): Remove function.
7155
7156 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7157 Use `save-restriction' in order to keep markers.
7158
7159 * net/trampver.el: Update release number.
7160
7161 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * progmodes/compile.el (compilation-parse-errors):
7164 Use compilation--put-prop.
7165 (compilation--ensure-parse): Check compilation-multiline.
7166
7167 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7168
7169 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7170 lexical-binding.
7171
7172 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7173
7174 * progmodes/ruby-mode.el: Fix recently added tests.
7175 (ruby-smie-grammar): Add - and +.
7176 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7177 (ruby-smie--backward-id): New functions.
7178 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7179 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7180 any more.
7181
7182 2013-10-07 Leo Liu <sdl.web@gmail.com>
7183
7184 * register.el (register-preview-delay)
7185 (register-preview-functions): New variables.
7186 (register-read-with-preview, register-preview)
7187 (register-describe-oneline): New functions.
7188 (point-to-register, window-configuration-to-register)
7189 (frame-configuration-to-register, jump-to-register)
7190 (number-to-register, view-register, insert-register)
7191 (copy-to-register, append-to-register, prepend-to-register)
7192 (copy-rectangle-to-register): Use register-read-with-preview to
7193 read register. (Bug#15525)
7194
7195 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7196
7197 * net/network-stream.el (network-stream-open-starttls): Don't add
7198 --insecure if it's already present, because that gnutls-cli
7199 rejects getting that parameter twice.
7200
7201 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7202
7203 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7204 keyword, too.
7205
7206 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7207
7208 * newcomment.el (comment-use-global-state): Change default value
7209 to t, mark obsolete (Bug#15251).
7210 (comment-beginning): In addition to `comment-to-syntax', check the
7211 value of `comment-use-global-state'.
7212
7213 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7214
7215 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7216 (ruby-comment-column): Follow the global default, by default.
7217 (ruby-smie-grammar): Add assignment syntax.
7218 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7219 open-paren, a comma, or a \.
7220 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7221 and line continuations.
7222 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7223 followed by implicit semi-colons. Add rule for string concatenation
7224 and for indentation at BOB.
7225 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7226
7227 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7228 calling next-sexp, since next-token may have skipped chars which
7229 next-sexp doesn't know should be skipped!
7230
7231 2013-10-05 Leo Liu <sdl.web@gmail.com>
7232
7233 * progmodes/octave.el (octave-send-region):
7234 Call compilation-forget-errors.
7235
7236 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7237
7238 * vc/vc-svn.el (vc-svn-find-admin-dir):
7239 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7240 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7241 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7242 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7243
7244 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7247
7248 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * subr.el (read-passwd): Hide chars even when called within a context
7251 where after-change-functions is disabled (bug#15501).
7252 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7253 until we removed ourself from overriding-terminal-local-map.
7254
7255 2013-10-04 Leo Liu <sdl.web@gmail.com>
7256
7257 * progmodes/octave.el (inferior-octave-mode):
7258 Call compilation-forget-errors.
7259
7260 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7261
7262 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7263
7264 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7265
7266 * net/secrets.el (secrets-create-collection): Add optional
7267 argument ALIAS. Use proper Label keyword. Append ALIAS as
7268 dbus-call-method argument. (Bug#15516)
7269
7270 2013-10-04 Leo Liu <sdl.web@gmail.com>
7271
7272 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7273 (inferior-octave-compilation-font-lock-keywords): New variables.
7274 (compilation-error-regexp-alist)
7275 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7276 (inferior-octave-mode): Use compilation-shell-minor-mode.
7277
7278 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7279
7280 * minibuffer.el (completion--replace): Be careful that `end' might be
7281 a marker.
7282
7283 2013-10-03 Daiki Ueno <ueno@gnu.org>
7284
7285 Add support for package signature checking.
7286 * emacs-lisp/package.el (url-http-file-exists-p)
7287 (epg-make-context, epg-context-set-home-directory)
7288 (epg-verify-string, epg-context-result-for)
7289 (epg-signature-status, epg-signature-to-string)
7290 (epg-check-configuration, epg-configuration)
7291 (epg-import-keys-from-file): Declare.
7292 (package-check-signature): New user option.
7293 (package-unsigned-archives): New user option.
7294 (package-desc): Add `signed' field.
7295 (package-load-descriptor): Set `signed' field if .signed file exists.
7296 (package--archive-file-exists-p): New function.
7297 (package--check-signature): New function.
7298 (package-install-from-archive): Check package signature.
7299 (package--download-one-archive): Check archive signature.
7300 (package-delete): Remove .signed file.
7301 (package-import-keyring): New command.
7302 (package-refresh-contents): Import default keyring.
7303 (package-desc-status): Add "unsigned" status.
7304 (describe-package-1, package-menu--print-info)
7305 (package-menu-mark-delete, package-menu--find-upgrades)
7306 (package-menu--status-predicate): Support "unsigned" status.
7307
7308 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7309
7310 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7311 the new compilation scheme using the new byte-codes.
7312
7313 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7314 (byte-pophandler): New byte codes.
7315 (byte-goto-ops): Adjust accordingly.
7316 (byte-compile--use-old-handlers): New var.
7317 (byte-compile-catch): Use new byte codes depending on
7318 byte-compile--use-old-handlers.
7319 (byte-compile-condition-case--old): Rename from
7320 byte-compile-condition-case.
7321 (byte-compile-condition-case--new): New function.
7322 (byte-compile-condition-case): New function that dispatches depending
7323 on byte-compile--use-old-handlers.
7324 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7325 when we can.
7326
7327 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7328 Optimize under `condition-case' and `catch' if
7329 byte-compile--use-old-handlers is nil.
7330 (disassemble-offset): Handle new bytecodes.
7331
7332 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7333
7334 * subr.el (error): Use `declare'.
7335 (decode-char, encode-char): Use advertised-calling-convention instead
7336 of the docstring to discourage use of the `restriction' arg.
7337
7338 2013-10-03 Daiki Ueno <ueno@gnu.org>
7339
7340 * epg.el (epg-verify-file): Add a comment saying that it does not
7341 notify verification error as a return value nor a signal.
7342 (epg-verify-string): Ditto.
7343
7344 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7345
7346 * progmodes/compile.el (compilation-start): Try globbing the arg to
7347 `cd' (bug#15417).
7348
7349 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7350
7351 Sync with Tramp 2.2.8.
7352
7353 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7354 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7355 * net/trampver.el: Update release number.
7356
7357 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7358
7359 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7360 and default-process-coding-system for darwin only.
7361
7362 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7365
7366 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7367
7368 * vc/vc-git.el (vc-git-grep): Disable pager.
7369
7370 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7371
7372 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7373 Use :url instead of :homepage, as per
7374 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7375
7376 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7377 non-nil, use `syntax-ppss' (Bug#15251).
7378
7379 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7380
7381 * progmodes/octave.el (inferior-octave-startup-file):
7382 Prefer ~/.emacs.d/init_octave.m.
7383
7384 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7385
7386 * emacs-lisp/package.el (package-desc-from-define):
7387 Accept additional arguments as plist, convert them to an alist and store
7388 them in the `extras' slot.
7389 (package-generate-description-file): Convert extras alist back to
7390 plist and append to the `define-package' form arguments.
7391 (package--alist-to-plist): New function.
7392 (package--ac-desc): Add `extras' slot.
7393 (package--add-to-archive-contents): Check if the archive-contents
7394 vector is long enough, and if it is, pass its `extras' slot value
7395 to `package-desc-create'.
7396 (package-buffer-info): Call `lm-homepage', pass the returned value
7397 to `package-desc-from-define'.
7398 (describe-package-1): Render the homepage button (Bug#13291).
7399
7400 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7401 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7402
7403 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7404
7405 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7406 and default-process-coding-system to utf-8-unix (Bug#15402).
7407
7408 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7409
7410 * subr.el (looking-back): Do not recommend using looking-back.
7411
7412 2013-09-28 Alan Mackenzie <acm@muc.de>
7413
7414 Fix indentation/fontification of Java enum with "implements".
7415
7416 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7417 regexp which matches "implements", etc., in Java.
7418 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7419 specifier clauses coming after "enum".
7420 * progmodes/cc-fonts.el (c-font-lock-declarations)
7421 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7422 after "enum".
7423
7424 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7425
7426 * faces.el (region): Change ns_selection_color to
7427 ns_selection_fg_color, add ns_selection_bg_color.
7428
7429 2013-09-28 Leo Liu <sdl.web@gmail.com>
7430
7431 * progmodes/octave.el (inferior-octave-completion-table)
7432 (inferior-octave-completion-at-point): Minor tweaks.
7433
7434 * textmodes/ispell.el (ispell-lookup-words): Rename from
7435 lookup-words. (Bug#15460)
7436 (lookup-words): Obsolete.
7437 (ispell-complete-word, ispell-command-loop): All uses changed.
7438
7439 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7440
7441 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7442 (octave-mode-menu): Add octave-send-buffer.
7443 (octave-send-buffer): New function.
7444
7445 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7446
7447 * progmodes/octave.el (octave-mode-map): Add key binding for
7448 octave-lookfor.
7449 (octave-mode-menu): Add octave-lookfor.
7450 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7451 octave-lookfor.
7452 (octave-lookfor): New function.
7453
7454 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7457 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7458 its convention.
7459 (cl--loop-set-iterator-function): New function.
7460 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7461 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7462 Bind `it' with `let' instead of substituting it with `cl-subst'.
7463 (cl--unused-var-p): New function.
7464 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7465 Eliminate some unused variable warnings (bug#15326).
7466
7467 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7468
7469 * doc-view.el (doc-view-scale-reset): Rename from
7470 `doc-view-reset-zoom-level'.
7471 (doc-view-scale-adjust): New command.
7472 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7473 `doc-view-scale-adjust'.
7474
7475 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7476
7477 * doc-view.el (doc-view-reset-zoom-level): New command.
7478 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7479 zoom commands (bug#15466).
7480
7481 2013-09-26 Kenichi Handa <handa@gnu.org>
7482
7483 * international/quail.el (quail-help): Make it not a command.
7484
7485 2013-09-26 Leo Liu <sdl.web@gmail.com>
7486
7487 * minibuffer.el (completion-all-sorted-completions): Make args
7488 optional as they are.
7489
7490 2013-09-25 Daniel Colascione <dancol@dancol.org>
7491
7492 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7493 specs are and that they're not evaluated.
7494
7495 2013-09-24 Sam Steingold <sds@gnu.org>
7496
7497 * midnight.el (clean-buffer-list-kill-regexps)
7498 (clean-buffer-list-kill-buffer-names): Update for the new Man
7499 buffer naming which includes the object name.
7500
7501 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7504 (eshell-parse-command, eshell-parse-pipeline): Use it since
7505 eshell-separate-commands requires a dynamic scoped var.
7506 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7507
7508 2013-09-23 Leo Liu <sdl.web@gmail.com>
7509
7510 * autoinsert.el (auto-insert-alist): Make the value of
7511 lexical-binding match its file setting.
7512
7513 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7514
7515 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7516
7517 * autoarg.el (autoarg-kp-digit-argument):
7518 * electric.el (Electric-command-loop):
7519 * kmacro.el (kmacro-step-edit-insert):
7520 Do not set universal-argument-num-events.
7521
7522 2013-09-22 Leo Liu <sdl.web@gmail.com>
7523
7524 * files.el (interpreter-mode-alist): Add octave.
7525
7526 2013-09-21 Alan Mackenzie <acm@muc.de>
7527
7528 C++: fontify identifier in declaration following "public:" correctly.
7529 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7530 to match "public", etc.
7531 (c-decl-prefix-re): Add ":" into the C++ value.
7532 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7533 bit. Add a check for a ":" preceded by "public", etc.
7534
7535 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7536
7537 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7538 recognized by GDB 7.5 and later.
7539
7540 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7541
7542 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7543
7544 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * subr.el (internal--call-interactively): New const.
7547 (called-interactively-p): Use it (bug#3984).
7548
7549 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7550
7551 * vc/pcvs.el (cvs-mode-ignore):
7552 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7553 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7554
7555 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7556
7557 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7558 (eshell-ls-orig-insert-directory): Remove.
7559 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7560 (eshell-ls-use-in-dired): Use advice-add/remove.
7561 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7562 Add `orig-fun' arg for use in :around advice.
7563 Make it check (redundantly) eshell-ls-use-in-dired.
7564
7565 2013-09-19 Glenn Morris <rgm@gnu.org>
7566
7567 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7568
7569 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7570
7571 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7572
7573 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7574
7575 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7576 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7577 (tramp-get-remote-python): New defuns.
7578 (tramp-get-remote-uid-with-perl)
7579 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7580 contributed by yary <not.com@gmail.com> (tiny change).
7581 (tramp-get-remote-uid-with-python)
7582 (tramp-get-remote-gid-with-python): New defuns. Python code
7583 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7584 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7585
7586 2013-09-19 Glenn Morris <rgm@gnu.org>
7587
7588 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7589
7590 * eshell/em-unix.el (eshell-remove-entries):
7591 Rename argument to avoid name-clash with global `top-level'.
7592
7593 * eshell/esh-proc.el (eshell-kill-process-function):
7594 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7595 (eshell-reset-after-proc): Remove unused arg `proc'.
7596
7597 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7598 (directory-files-and-attributes): Mark unused arg.
7599
7600 * eshell/em-unix.el (eshell-remove-entries):
7601 Remove unused arg `path'. Update callers.
7602
7603 * eshell/em-hist.el (eshell-hist-parse-arguments):
7604 Remove unused arg `silent'. Update callers.
7605
7606 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7607 Fix (f)boundp mix-up.
7608
7609 * eshell/em-smart.el (eshell-smart-scroll-window)
7610 (eshell-disable-after-change):
7611 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7612
7613 2013-09-18 Alan Mackenzie <acm@muc.de>
7614
7615 Fix fontification of type when followed by "const".
7616 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7617 "known" types from fontification.
7618
7619 2013-09-18 Glenn Morris <rgm@gnu.org>
7620
7621 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7622 (chart-face-list): Drop Emacsen without display-color-p.
7623
7624 * net/eww.el (libxml-parse-html-region): Declare.
7625 (eww-display-html): Explicit error if no libxml2 support.
7626
7627 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7628
7629 * image.el (image-type-from-buffer, image-multi-frame-p):
7630 Remove --without-x warning/error.
7631
7632 * mouse.el (mouse-yank-primary):
7633 * term.el (term-mouse-paste):
7634 Reorder to silence --without-x compilation.
7635
7636 * mpc.el (doc-view-mode): Silence --without-x compilation.
7637
7638 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7639 Silence --without-x compilation.
7640
7641 * progmodes/gud.el (gud-find-file, gud-mode):
7642 Silence --without-x compilation.
7643 (tooltip-mode): Declare.
7644
7645 * wdired.el (dired-backup-overwrite): Remove declaration.
7646 (wdired-mode-map): Add doc string.
7647
7648 * custom.el (x-get-resource): Declare.
7649
7650 * eshell/em-glob.el (ange-cache):
7651 * eshell/em-unix.el (ange-cache): Declare.
7652
7653 * faces.el (x-display-list, x-open-connection, x-get-resource):
7654 Declare.
7655
7656 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7657 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7658 Declare.
7659
7660 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7661
7662 * net/gnutls.el (gnutls-log-level): Declare.
7663
7664 * net/shr.el (image-size, image-animate): Declare.
7665
7666 * simple.el (font-info): Declare.
7667
7668 * subr.el (x-popup-dialog): Declare.
7669
7670 * term/common-win.el (x-select-enable-primary)
7671 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7672 Declare.
7673
7674 * term/ns-win.el (x-handle-args): Declare.
7675
7676 * term/x-win.el (x-select-enable-clipboard): Declare.
7677
7678 * term/w32-win.el (create-default-fontset): Declare.
7679
7680 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7681 Declare.
7682
7683 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7684 (fit-frame-to-buffer): Explicit error if --without-x.
7685 (mouse-autoselect-window-select): Silence compiler.
7686
7687 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7688
7689 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7690 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7691 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7692 * eshell/esh-util.el (eshell-sublist):
7693 Remove unused local variables.
7694
7695 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7696
7697 * textmodes/two-column.el: Make 2C-split work for --without-x.
7698 (scroll-bar-columns): Autoload.
7699 (top-level): Require fringe when compiling.
7700
7701 2013-09-18 Leo Liu <sdl.web@gmail.com>
7702
7703 * subr.el (add-hook): Robustify to handle closure as well.
7704
7705 2013-09-17 Glenn Morris <rgm@gnu.org>
7706
7707 * simple.el (messages-buffer-mode-map): Unbind "g".
7708
7709 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7710
7711 * help-mode.el (help-mode-finish): Use derived-mode-p.
7712 Remove obsolete highlighting.
7713
7714 * play/life.el (life-mode): Use define-derived-mode. Derive from
7715 special-mode.
7716 (life): Let-bind inhibit-read-only.
7717 (life-setup): Avoid `setq'. Use `life-mode'.
7718
7719 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7720 which should not be needed any more.
7721 (package-menu-refresh, package-menu-describe-package): Use user-error.
7722
7723 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7724 (eshell-post-rewrite-command-hook): Make obsolete.
7725 (eshell-parse-command): Simplify.
7726 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7727 (eshell--cmd): Declare.
7728 (eshell-parse-pipeline): Remove unused var `final-p'.
7729 Pass a dynvar to eshell-post-rewrite-command-hook.
7730 Implement the new eshell-post-rewrite-command-function.
7731 (eshell-invoke-directly): Remove unused arg `input'.
7732 * eshell/esh-io.el (eshell-io-initialize):
7733 Use eshell-post-rewrite-command-function (bug#15399).
7734 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7735 adjust to new calling convention.
7736 (eshell-create-handles): Rename args to avoid clashing with dynvar
7737 `standard-output'.
7738
7739 2013-09-17 Glenn Morris <rgm@gnu.org>
7740
7741 * simple.el (messages-buffer-mode): New major mode.
7742 (messages-buffer): New function.
7743 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7744 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7745 (ert-run-test): Use `messages-buffer' function.
7746 (ert--force-message-log-buffer-truncation): Ignore read-only.
7747 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7748 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7749
7750 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7751
7752 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7753
7754 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7755
7756 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * icomplete.el (icomplete-in-buffer): New var.
7759 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7760 vars and replace them with functions.
7761 (icomplete-minibuffer-setup): Adjust accordingly.
7762 (icomplete--completion-table, icomplete--completion-predicate)
7763 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7764 New functions.
7765 (icomplete-forward-completions, icomplete-backward-completions)
7766 (icomplete-simple-completing-p, icomplete-exhibit)
7767 (icomplete-completions): Use them.
7768 (icomplete--in-region-buffer): New var.
7769 (icomplete--in-region-setup): New function.
7770 (icomplete-mode): Use it.
7771
7772 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7773 (bug#15379).
7774 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7775 return args and options.
7776 (eshell-eval-using-options): Use the new return value of
7777 eshell--do-opts to set the options's vars in their scope.
7778 (eshell--set-option): Rename from eshell-set-option.
7779 Add arg `opt-vals'.
7780 (eshell--process-option): Rename from eshell-process-option.
7781 Add arg `opt-vals'.
7782 (eshell--process-args): Use an `opt-vals' alist to store the options's
7783 values during their processing and return them additionally to the
7784 remaining args.
7785
7786 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7787
7788 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7789 continuation character an operator, as far as indentation is
7790 concerned (Bug#15369).
7791
7792 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7793
7794 * window.el (window--state-put-2): Don't process buffer state
7795 when buffer doesn't exist any more (Bug#15382).
7796
7797 2013-09-15 Glenn Morris <rgm@gnu.org>
7798
7799 * eshell/em-unix.el (eshell/rm):
7800 Make -f ignore missing files. (Bug#15373)
7801
7802 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7803 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7804 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7805
7806 2013-09-14 Glenn Morris <rgm@gnu.org>
7807
7808 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7809
7810 2013-09-13 Glenn Morris <rgm@gnu.org>
7811
7812 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7813 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7814
7815 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7816
7817 * frame.el (x-focus-frame): Mark as declared in frame.c.
7818
7819 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7820
7821 * ls-lisp.el: Use advice-add.
7822 (original-insert-directory): Remove.
7823 (ls-lisp--insert-directory): Rename from insert-directory; add
7824 `orig-fun' argument.
7825 (insert-directory): Advise.
7826
7827 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7828
7829 * term.el (term-emulate-terminal): Decode the command string
7830 before passing it to term-command-hook. (Bug#15337)
7831
7832 2013-09-13 Glenn Morris <rgm@gnu.org>
7833
7834 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7835
7836 * eshell/esh-ext.el (eshell-search-path): Declare.
7837
7838 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7839 Otherwise an error occurs if eshell-dirs module not loaded.
7840
7841 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7842
7843 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7844
7845 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7846 `tramp-check-proper-host'. Check for a valid method name.
7847
7848 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7849 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7850 * net/tramp-sh.el (tramp-maybe-open-connection):
7851 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7852
7853 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7854 also for hash values.
7855
7856 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7857
7858 * term/ns-win.el (parameters): Don't declare as dynamic.
7859 (before-make-frame-hook): Don't add ineffective function.
7860
7861 * eshell/*.el: Use lexical-binding (bug#15231).
7862
7863 2013-09-12 Kenichi Handa <handa@gnu.org>
7864
7865 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7866
7867 2013-09-12 Glenn Morris <rgm@gnu.org>
7868
7869 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7870 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7871
7872 * subr.el (do-after-load-evaluation): Also give compiler warnings
7873 when obsolete files are used (except by obsolete files).
7874
7875 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7876 in the status output, assume `filename' is the first. (Bug#15322)
7877
7878 * vc/vc.el (vc-deduce-fileset): Doc fix.
7879
7880 * calc/calc-help.el (Info-goto-node):
7881 * progmodes/cperl-mode.el (Info-find-node):
7882 * vc/ediff.el (Info-goto-node): Update declarations.
7883
7884 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7885
7886 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7887 (vc-bzr-pull): Require vc-dispatcher.
7888 * vc/vc-git.el (vc-compilation-mode): Declare.
7889 (vc-git-pull): Require vc-dispatcher.
7890
7891 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7892
7893 * progmodes/octave.el (help-button-action): Declare.
7894
7895 * shell.el (shell-directory-tracker): Output error as a message
7896 rather than just returning it as a string.
7897 (shell-process-pushd): Remove useless use of message.
7898
7899 * dframe.el (dframe-timer-fn):
7900 * files.el (dir-locals-read-from-file):
7901 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7902 (mpc-format):
7903 * reveal.el (reveal-post-command):
7904 * saveplace.el (load-save-place-alist-from-file):
7905 * shell.el (shell-resync-dirs):
7906 * w32-common-fns.el (x-get-selection-value):
7907 * emacs-lisp/copyright.el (copyright-find-copyright):
7908 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7909 * emulation/tpu-edt.el (tpu-copy-keyfile):
7910 * play/bubbles.el (bubbles--mark-neighbourhood):
7911 * progmodes/executable.el
7912 (executable-make-buffer-file-executable-if-script-p):
7913 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7914
7915 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 Cleanup Eshell to rely less on dynamic scoping.
7918 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7919 last-value, and ext-command here. Bind `args' closer to `body'.
7920 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7921 (eshell--args): Declare new dynamic var.
7922 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7923 last-value, and ext-command. Pass `args' to `body'.
7924 (eshell-process-args): Bind eshell--args.
7925 (eshell-set-option): Use eshell--args.
7926 * eshell/eshell.el (eshell): Use derived-mode-p.
7927 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7928 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7929 (eshell-glob-function): Declare.
7930 * eshell/esh-util.el: Require cl-lib.
7931 (eshell-read-hosts-file): Avoid add-to-list.
7932 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7933 `err'.
7934 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7935 Declare.
7936 (eshell/diff): Remove unused var `err'.
7937 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7938 `killflag'.
7939 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7940 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7941 first use.
7942 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7943 Move declaration before first use.
7944 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7945 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7946 rely on cl-return.
7947
7948 2013-09-12 Glenn Morris <rgm@gnu.org>
7949
7950 * term/ns-win.el (global-map): Remove binding for ispell-next,
7951 deleted 1999-05-29. (Bug#15357)
7952
7953 2013-09-11 Glenn Morris <rgm@gnu.org>
7954
7955 * echistory.el (electric-command-history): Remove call to deleted func.
7956
7957 * play/landmark.el (landmark-mode): Fix typos.
7958
7959 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7960 Check cvs-sort-ignore-file is bound.
7961
7962 * savehist.el: No need for cl when compiling on Emacs.
7963
7964 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7965
7966 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7967 (bug#15338).
7968 (eshell-self-insert-command, eshell-send-invisible):
7969 Remove unused argument.
7970 (eshell-handle-control-codes): Remove unused var `orig'.
7971 Avoid delete-backward-char.
7972
7973 * files.el (set-auto-mode): Simplify a bit further.
7974
7975 2013-09-11 Glenn Morris <rgm@gnu.org>
7976
7977 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7978 (set-auto-mode): Don't regexp-quote elements.
7979 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7980 * progmodes/cc-mode.el (interpreter-mode-alist):
7981 * progmodes/ruby-mode.el (interpreter-mode-alist):
7982 Revert previous change.
7983
7984 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7985
7986 * play/snake.el (snake-mode):
7987 * play/mpuz.el (mpuz-mode):
7988 * play/landmark.el (lm-mode):
7989 * play/blackbox.el (blackbox-mode):
7990 * play/5x5.el (5x5-mode):
7991 * obsolete/options.el (Edit-options-mode):
7992 * net/quickurl.el (quickurl-list-mode):
7993 * net/newst-treeview.el (newsticker-treeview-mode):
7994 * mail/rmailsum.el (rmail-summary-mode):
7995 * mail/mspools.el (mspools-mode):
7996 * locate.el (locate-mode):
7997 * ibuffer.el (ibuffer-mode):
7998 * emulation/ws-mode.el (wordstar-mode):
7999 * emacs-lisp/debug.el (debugger-mode):
8000 * array.el (array-mode):
8001 * net/eudc.el (eudc-mode): Use define-derived-mode.
8002 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8003 Move initialization into declaration.
8004 (mairix-searches-mode): Use define-derived-mode.
8005 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8006 (eudc-edit-hotlist): Use dolist.
8007 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8008 (Man-mode): Use define-derived-mode.
8009 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8010 (Info-edit-mode): Use define-derived-mode.
8011 (Info-cease-edit): Use Info-mode.
8012 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8013 into declaration.
8014 (eshell-mode): Use define-derived-mode.
8015 * chistory.el (command-history-mode-map): Rename from
8016 command-history-map.
8017 (command-history-mode): Use define-derived-mode.
8018 (Command-history-setup): Remove function.
8019 * calc/calc.el (calc-trail-mode-map): New var.
8020 (calc-trail-mode): Use define-derived-mode.
8021 (calc-trail-buffer): Set calc-main-buffer manually.
8022 * bookmark.el (bookmark-insert-annotation): New function.
8023 (bookmark-edit-annotation): Use it.
8024 (bookmark-edit-annotation-mode): Make it a proper major mode.
8025 (bookmark-send-edited-annotation): Use derived-mode-p.
8026 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8027 closer to its ideal place. Use \' to match EOS.
8028
8029 * profiler.el (profiler-calltree-find): Use function-equal.
8030
8031 2013-09-10 Glenn Morris <rgm@gnu.org>
8032
8033 * files.el (interpreter-mode-alist): Convert to regexps.
8034 (set-auto-mode): Adapt for this. (Bug#15306)
8035 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8036 Comment out unused variable.
8037 * progmodes/cc-mode.el (interpreter-mode-alist):
8038 * progmodes/python.el (interpreter-mode-alist):
8039 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8040 * progmodes/sh-script.el (sh-set-shell):
8041 No longer use interpreter-mode-alist to get list of shells.
8042
8043 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8044
8045 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * simple.el: Use set-temporary-overlay-map for universal-argument.
8048 (universal-argument-map): Don't use default-bindings (bug#15317).
8049 Bind switch-frame explicitly. Replace universal-argument-minus with
8050 a conditional binding.
8051 (universal-argument-num-events, saved-overriding-map): Remove.
8052 (restore-overriding-map): Remove.
8053 (universal-argument--mode): Rename from save&set-overriding-map,
8054 and rewrite.
8055 (universal-argument, universal-argument-more, negative-argument)
8056 (digit-argument): Adjust accordingly.
8057 (universal-argument-minus): Remove.
8058 (universal-argument-other-key): Remove.
8059
8060 * subr.el (with-demoted-errors): Add `format' argument.
8061
8062 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8063
8064 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8065 `tramp-cleanup-connection'.
8066
8067 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8068 parameters KEEP-DEBUG and KEEP-PASSWORD.
8069
8070 * net/tramp.el (tramp-file-name-handler):
8071 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8072 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8073 (tramp-maybe-open-connection):
8074 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8075 Use `tramp-cleanup-connection'.
8076
8077 * net/tramp-sh.el (tramp-maybe-open-connection):
8078 Catch 'uname-changed inside the progress reporter.
8079
8080 2013-09-10 Glenn Morris <rgm@gnu.org>
8081
8082 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8083
8084 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8085 returns "alternate access method" in mode (eg "-rw-r--r--.").
8086
8087 2013-09-08 Glenn Morris <rgm@gnu.org>
8088
8089 * saveplace.el (load-save-place-alist-from-file):
8090 Demote errors. (Bug#15305)
8091
8092 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8093
8094 Improve compatibility with older Emacsen, and XEmacs.
8095
8096 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8097 only if it is bound. It isn't for XEmacs.
8098 (with-tramp-progress-reporter): Do not let-bind `result'.
8099 This yields to scoping errors in XEmacs.
8100 (tramp-handle-make-auto-save-file-name): New function, moved from
8101 tramp-sh.el.
8102
8103 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8104 for `make-auto-save-file-name'.
8105 (tramp-adb--gnu-switches-to-ash):
8106 Use `tramp-compat-replace-regexp-in-string'.
8107
8108 * net/tramp-cache.el (tramp-cache-print): Call
8109 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8110
8111 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8112 bound. It isn't for XEmacs.
8113
8114 * net/tramp-compat.el (tramp-compat-copy-file):
8115 Catch `wrong-number-of-arguments' error.
8116 (tramp-compat-replace-regexp-in-string): New defun.
8117
8118 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8119 for `make-auto-save-file-name'.
8120 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8121 `copy-file'.
8122 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8123 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8124 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8125
8126 * net/tramp-gw.el (tramp-gw-open-network-stream):
8127 Use `tramp-compat-replace-regexp-in-string'.
8128
8129 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8130 Call `tramp-handle-make-auto-save-file-name'.
8131 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8132 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8133 (tramp-sh-file-inotifywait-process-filter):
8134 Use `tramp-compat-replace-regexp-in-string'.
8135 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8136
8137 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8138 for `make-auto-save-file-name'.
8139 (tramp-smb-handle-copy-directory):
8140 Call `tramp-compat-replace-regexp-in-string'.
8141 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8142 (tramp-smb-handle-copy-file): Improve error message.
8143 (tramp-smb-handle-rename-file): Rename directly only in case
8144 `newname' does not exist yet. This is a restriction of smbclient.
8145 (tramp-smb-maybe-open-connection): Rerun the function only when
8146 `auth-sources' is non-nil.
8147
8148 2013-09-08 Kenichi Handa <handa@gnu.org>
8149
8150 * international/characters.el: Set category "^" (Combining) for
8151 more characters.
8152
8153 2013-09-07 Alan Mackenzie <acm@muc.de>
8154
8155 Correctly fontify Java class constructors.
8156 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8157 in Java Mode.
8158 (c-recognize-typeless-decls): Set the Java value to t.
8159 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8160 While handling a "(", add a check for, effectively, Java, and handle a
8161 "typeless" declaration there.
8162
8163 2013-09-07 Roland Winkler <winkler@gnu.org>
8164
8165 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8166 field subtitle for entry type book.
8167
8168 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8169
8170 * minibuffer.el: Make minibuffer-complete call completion-in-region
8171 rather than other way around.
8172 (completion--some, completion-pcm--find-all-completions):
8173 Don't delay signals when debugging.
8174 (minibuffer-completion-contents): Beware fields within the
8175 minibuffer contents.
8176 (completion-all-sorted-completions): Use defvar-local.
8177 (completion--do-completion, completion--cache-all-sorted-completions)
8178 (completion-all-sorted-completions, minibuffer-force-complete):
8179 Add args `beg' and `end'.
8180 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8181 (minibuffer-complete): Use completion-in-region.
8182 (completion-complete-and-exit): New fun, extracted from
8183 minibuffer-complete-and-exit.
8184 (minibuffer-complete-and-exit): Use it.
8185 (completion--complete-and-exit): Rename from
8186 minibuffer--complete-and-exit.
8187 (completion-in-region--single-word): New function, extracted from
8188 minibuffer-complete-word.
8189 (minibuffer-complete-word): Use it.
8190 (display-completion-list): Make `common-substring' argument obsolete.
8191 (completion--in-region): Call completion--in-region-1 instead of
8192 minibuffer-complete.
8193 (completion-help-at-point): Pass boundaries to
8194 minibuffer-completion-help as args rather than via an overlay.
8195 (completion-pcm--string->pattern): Use `any-delim'.
8196 (completion-pcm--optimize-pattern): New function.
8197 (completion-pcm--pattern->regex): Handle `any-delim'.
8198 * icomplete.el (icomplete-forward-completions)
8199 (icomplete-backward-completions, icomplete-completions):
8200 Adjust calls to completion-all-sorted-completions and
8201 completion--cache-all-sorted-completions.
8202 (icomplete-with-completion-tables): Default to t.
8203 * emacs-lisp/crm.el (crm--current-element): Rename from
8204 crm--select-current-element. Don't put an overlay but return the
8205 boundaries instead.
8206 (crm--completion-command): Take two new args to bind to the boundaries.
8207 (crm-completion-help): Adjust accordingly.
8208 (crm-complete): Use completion-in-region.
8209 (crm-complete-word): Use completion-in-region--single-word.
8210 (crm-complete-and-exit): Use completion-complete-and-exit.
8211
8212 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8213
8214 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8215 than dynamically.
8216
8217 2013-09-06 Juri Linkov <juri@jurta.org>
8218
8219 * info.el (Info-display-images-node): When image file doesn't exist
8220 display text version of the image if it's provided in the Info file.
8221 Otherwise, display the location of missing image from SRC attribute.
8222 Add help-echo text property from ALT attribute. (Bug#15279)
8223
8224 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8225
8226 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8227 (edit-abbrevs-mode): Use define-derived-mode.
8228
8229 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8230 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8231 that it's defined.
8232 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8233 Use define-derived-mode.
8234
8235 * epg.el (epg-start-encrypt): Minor CSE simplification.
8236
8237 2013-09-06 William Xu <william.xwl@gmail.com>
8238
8239 * arc-mode.el: Add support for 7za (bug#15264).
8240 (archive-7z-program): New var.
8241 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8242 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8243 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8244
8245 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8246
8247 Remove URL syntax.
8248
8249 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8250 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8251 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8252 (tramp-postfix-host-format, tramp-file-name-regexp)
8253 (tramp-completion-file-name-regexp)
8254 (tramp-completion-dissect-file-name)
8255 (tramp-handle-substitute-in-file-name): Remove 'url case.
8256 (tramp-file-name-regexp-url)
8257 (tramp-completion-file-name-regexp-url): Remove constants.
8258
8259 2013-09-06 Glenn Morris <rgm@gnu.org>
8260
8261 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8262
8263 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8264
8265 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8266 keywords" below "here-doc beginnings" (Bug#15270).
8267
8268 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * subr.el (pop): Use `car-safe'.
8271 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8272 to detect unused `pop' return value.
8273
8274 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8275 var `block-regexp'.
8276 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8277 (python-fill-string): Remove unused var `marker'.
8278 (python-skeleton-add-menu-items): Remove unused var `items'.
8279
8280 * international/mule-cmds.el: Require CL.
8281 (find-coding-systems-for-charsets): Avoid add-to-list.
8282 (sanitize-coding-system-list): New function, extracted from
8283 select-safe-coding-system-interactively.
8284 (select-safe-coding-system-interactively): Use it.
8285 (read-input-method-name): Accept symbols for `default'.
8286
8287 * emacs-lisp/advice.el (defadvice): Add indent rule.
8288
8289 2013-09-05 Daniel Hackney <dan@haxney.org>
8290
8291 * dired-x.el:
8292 * net/ange-ftp.el:
8293 * net/browse-url.el:
8294 * net/dbus.el:
8295 * net/eudc.el:
8296 * net/eudcb-ldap.el:
8297 * net/eww.el:
8298 * net/imap.el:
8299 * printing.el:
8300 * vc/ediff-diff.el:
8301 * vc/ediff-init.el:
8302 * vc/ediff-merg.el:
8303 * vc/ediff-mult.el:
8304 * vc/ediff-util.el:
8305 * vc/ediff-wind.el:
8306 * vc/ediff.el:
8307 * vc/emerge.el:
8308 * vc/pcvs.el:
8309 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8310 byte compiler. Remove some unused let-bound variables.
8311
8312 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8315 a "ref-cell", since it gets better optimized (bug#14883).
8316
8317 2013-09-05 Glenn Morris <rgm@gnu.org>
8318
8319 * progmodes/cc-awk.el (c-forward-sws): Declare.
8320
8321 2013-09-04 Glenn Morris <rgm@gnu.org>
8322
8323 * generic-x.el [rul-generic-mode]: Require cc-mode.
8324 (c++-mode-syntax-table): Declare.
8325 (rul-generic-mode-syntax-table): Init in the defvar.
8326
8327 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8328
8329 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8330 (vc-do-command, vc-set-async-update):
8331 * vc/vc-mtn.el (vc-mtn-dir-status):
8332 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8333 (vc-hg-pull, vc-hg-merge-branch):
8334 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8335 (vc-git-merge-branch):
8336 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8337 (vc-cvs-dir-status-files):
8338 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8339 (vc-bzr-dir-status-files):
8340 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8341 * vc/vc-annotate.el: Use lexical-binding.
8342 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8343 (vc-sentinel-movepoint): Declare.
8344 (vc-annotate): Don't use `goto-line'.
8345 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8346 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8347 (vc-sentinel-movepoint): Declare.
8348 * vc/vc-svn.el: Use lexical-binding.
8349 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8350 * vc/vc-sccs.el:
8351 * vc/vc-rcs.el: Use lexical-binding.
8352
8353 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8354 `deleted'. Don't drop errors silently.
8355
8356 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8357
8358 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8359
8360 * vc/vc.el (vc-ignore): Rewrite.
8361 (vc-default-ignore): New function.
8362 (vc-default-ignore-completion-table): Use find-ignore-file.
8363
8364 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8365 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8366 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8367 Remove. Most code moved to vc.el.
8368
8369 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8372 * net/tramp-smb.el (tramp-smb-get-file-entries):
8373 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8374 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8375
8376 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8377 Update call to it.
8378 (eww-change-select): Remove unused var `properties'.
8379 (eww-make-unique-file-name): Remove unused var `base'.
8380
8381 * finder.el (finder-compile-keywords): Don't mess with windows.
8382
8383 * calculator.el (calculator-funcall): Fix typo in last change.
8384
8385 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8386
8387 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8388 <pkg>-autoloads.el file stop us.
8389
8390 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8391 warnings, and factor out common code.
8392
8393 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8394
8395 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8396 two-character operators and whether the character preceding them
8397 changes their meaning (Bug#15208).
8398
8399 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8400
8401 Format code sent to Python shell for robustness.
8402 * progmodes/python.el (python-shell-buffer-substring):
8403 New function.
8404 (python-shell-send-region, python-shell-send-buffer): Use it.
8405
8406 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8407
8408 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8409 * net/tramp.el (tramp-user-error): ... here.
8410 (tramp-find-method, tramp-check-proper-host)
8411 (tramp-dissect-file-name, tramp-debug-message)
8412 (tramp-handle-shell-command):
8413 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8414 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8415
8416 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8417
8418 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8419
8420 * avoid.el (mouse-avoidance-point-position)
8421 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8422 returns nil.
8423
8424 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8425
8426 * progmodes/python.el (python-shell-completion-get-completions):
8427 Drop use of deleted `comint-last-prompt-overlay'.
8428 (python-nav-if-name-main): New command.
8429
8430 2013-09-01 Glenn Morris <rgm@gnu.org>
8431
8432 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8433 Avoid leading space in $wins. Otherwise the sed command used by
8434 eg compile-main ends up containing "/*.el". (Bug#15170)
8435
8436 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8437
8438 2013-08-30 Glenn Morris <rgm@gnu.org>
8439
8440 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8441 Fix is-this-a-directory logic. (Bug#15220)
8442
8443 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8444
8445 * textmodes/css-mode.el: Use SMIE.
8446 (css-smie-grammar): New var.
8447 (css-smie--forward-token, css-smie--backward-token)
8448 (css-smie-rules): New functions.
8449 (css-mode): Use them.
8450 (css-navigation-syntax-table): Remove var.
8451 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8452 (css-indent-calculate, css-indent-line): Remove functions.
8453
8454 Misc changes to reduce use of `(lambda...); and other cleanups.
8455 * cus-edit.el: Use lexical-binding.
8456 (customize-push-and-save, customize-apropos)
8457 (custom-buffer-create-internal): Use closures.
8458 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8459 * progmodes/ada-xref.el: Use setq.
8460 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8461 * dframe.el: Use lexical-binding.
8462 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8463 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8464 * descr-text.el: Use lexical-binding.
8465 (describe-text-widget, describe-text-sexp, describe-property-list):
8466 Use closures.
8467 * comint.el (comint-history-isearch-push-state): Use a closure.
8468 * calculator.el: Use lexical-binding.
8469 (calculator-number-to-string): Make it work with lexical-binding.
8470 (calculator-funcall): Same and use cl-letf.
8471
8472 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8473 (lisp--company-doc-string, lisp--company-location): New functions.
8474 (lisp-completion-at-point): Use them to improve Company support.
8475
8476 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8477 params of lambda expressions.
8478 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8479 (ruby-smie--opening-pipe-p): New function.
8480 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8481 symbols and matched |...| for formal params.
8482 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8483 from being treated as hanging. Handle "rescue".
8484
8485 2013-08-29 Glenn Morris <rgm@gnu.org>
8486
8487 * progmodes/cc-engine.el (c-pull-open-brace):
8488 Move definition before use.
8489
8490 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8491
8492 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8493 are immutable. Don't use `unsafe' any more.
8494 (cl--defsubst-expand): Don't substitute at the same time as keeping
8495 a residual unused let-binding. Don't use `unsafe' any more.
8496
8497 2013-08-29 Glenn Morris <rgm@gnu.org>
8498
8499 * calendar/cal-china.el (calendar-chinese-year-cache):
8500 Recenter on 2015.
8501
8502 * nxml/nxml-util.el (nxml-debug-clear-inside):
8503 Use cl-loop rather than loop.
8504
8505 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8506
8507 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8508
8509 2013-08-28 Glenn Morris <rgm@gnu.org>
8510
8511 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8512
8513 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8514
8515 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8516
8517 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * simple.el (repeat-complex-command--called-interactively-skip):
8520 New function.
8521 (repeat-complex-command): Use it (bug#14136).
8522
8523 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8524 (c-define-abbrev-table): Add `doc' argument.
8525 (c-mode-abbrev-table, c++-mode-abbrev-table)
8526 (objc-mode-abbrev-table, java-mode-abbrev-table)
8527 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8528 (awk-mode-abbrev-table): Use it.
8529 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8530 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8531 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8532 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8533 Move initialization into the declaration; and remove any
8534 autoload cookie.
8535
8536 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8537 and dynamic let binding.
8538
8539 * vc/smerge-mode.el: Remove redundant :group args.
8540
8541 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8542 to load-path.
8543
8544 2013-08-28 Juri Linkov <juri@jurta.org>
8545
8546 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8547 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8548 (isearch-other-meta-char): Handle an undefined shifted printing
8549 character by downshifting it. (Bug#15200)
8550
8551 2013-08-28 Juri Linkov <juri@jurta.org>
8552
8553 * isearch.el (isearch-search): Change regexp error message for
8554 non-regexp searches. (Bug#15166)
8555
8556 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8557
8558 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8559 for portability to hosts where /bin/sh has problems.
8560
8561 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8564
8565 2013-08-27 Juri Linkov <juri@jurta.org>
8566
8567 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8568 in the keyboard macro. (Bug#15126)
8569
8570 2013-08-27 Juri Linkov <juri@jurta.org>
8571
8572 * isearch.el (isearch-quote-char): Comment out converting unibyte
8573 to multibyte, thus syncing with its `quoted-insert' counterpart.
8574 (Bug#15166)
8575
8576 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8577
8578 * window.el (display-buffer-use-some-window): Add missing
8579 argument in call of get-largest-window (Bug#15185).
8580 Reported by Stephen Leake.
8581
8582 2013-08-27 Glenn Morris <rgm@gnu.org>
8583
8584 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8585
8586 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8587
8588 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8589 from a matcher-function unless there's no more matches (bug#15161).
8590
8591 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8592
8593 * minibuffer.el: Revert change from 2013-08-20.
8594
8595 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8596 with text property `tramp-default', if appropriate.
8597 (tramp-check-proper-host): New defun.
8598 (tramp-dissect-file-name): Do not check hostname. Revert change
8599 of 2013-03-18.
8600 (tramp-backtrace): Make VEC-OR-PROC optional.
8601
8602 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8603 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8604 * net/tramp-sh.el (tramp-maybe-open-connection):
8605 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8606 Apply `tramp-check-proper-host'.
8607
8608 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8609
8610 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8611 lambda expression in order to have `describe-variable' display it.
8612
8613 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8614
8615 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8616 BUF can be optional. (Bug#15186)
8617
8618 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8619
8620 * progmodes/flymake.el (flymake-get-real-file-name-function):
8621 Fix broken customization. (Bug#15184)
8622
8623 2013-08-25 Alan Mackenzie <acm@muc.de>
8624
8625 Improve indentation of bracelists defined by macros (without "=").
8626
8627 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8628 expansion begins with "{", regard it as bracelist when it doesn't
8629 contain a ";".
8630
8631 Parse C++ inher-intro when there's a template split over 2 lines.
8632
8633 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8634 rigorously the search for "class" etc. followed by ":".
8635
8636 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8637 random languages a regexp which never matches rather than nil.
8638
8639 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8640
8641 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8642 (c-awk-regexp-one-line-possibly-open-char-list-re)
8643 (c-awk-one-line-possibly-open-regexp-re)
8644 (c-awk-one-line-non-syn-ws*-re): Remove.
8645 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8646 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8647 (c-awk-space*-unclosed-regexp-/-re): New constants.
8648 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8649 aren't regexp delimiters.
8650
8651 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8652 handling for a rare situation in AWK Mode involving unterminated
8653 strings/regexps.
8654
8655 2013-08-23 Glenn Morris <rgm@gnu.org>
8656
8657 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8658
8659 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8660
8661 * files.el (create-file-buffer): If the result would begin with
8662 spaces, prepend a "|" instead of removing them. (Bug#15162)
8663
8664 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8667 text-properties (bug#15155).
8668
8669 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8670 exist any more.
8671 (calc-keypad-redraw): Remove unused var `pad'.
8672 (calc-keypad-press): Remove unused var `menu'.
8673
8674 2013-08-23 Martin Rudalics <rudalics@gmx.at>
8675
8676 * window.el (display-buffer-pop-up-frame):
8677 Call pop-up-frame-function with BUFFER current so `make-frame' will
8678 use it as the new frame's buffer (Bug#15133).
8679
8680 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8681
8682 * calendar/timeclock.el: Minor cleanups.
8683 (timeclock-ask-before-exiting, timeclock-use-display-time):
8684 Use `symbol'.
8685 (timeclock-modeline-display): Define as alias before the
8686 actual definition.
8687 (timeclock-mode-line-display): Use define-minor-mode.
8688 (timeclock-day-list-template): Make it a function, add an argument.
8689 (timeclock-day-list-required, timeclock-day-list-length)
8690 (timeclock-day-list-debt, timeclock-day-list-span)
8691 (timeclock-day-list-break): Adjust calls accordingly.
8692
8693 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8696 Use read--expression so that completion works again.
8697
8698 2013-08-21 Sam Steingold <sds@gnu.org>
8699
8700 Add rudimentary inferior shell interaction
8701 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8702 (sh-set-shell): Reset it.
8703 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8704 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8705
8706 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8707
8708 * align.el: Use lexical-binding.
8709 (align-region): Simplify accordingly.
8710
8711 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
8712
8713 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8714
8715 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8716 `non-essential' up.
8717
8718 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
8719
8720 * net/tramp.el:
8721 * net/tramp-adb.el:
8722 * net/tramp-cmds.el:
8723 * net/tramp-ftp.el:
8724 * net/tramp-gvfs.el:
8725 * net/tramp-gw.el:
8726 * net/tramp-sh.el: Don't wrap external variable declarations by
8727 `eval-when-compile'.
8728
8729 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8730
8731 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8732 now that Emacs supports ImageMagick animations.
8733
8734 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
8735
8736 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8737 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8738
8739 2013-08-16 Martin Rudalics <rudalics@gmx.at>
8740
8741 * window.el (mouse-autoselect-window-select): Do autoselect when
8742 mouse pointer is on margin.
8743
8744 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8745
8746 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8747
8748 2013-08-16 Glenn Morris <rgm@gnu.org>
8749
8750 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8751 Handle "Remote Directory" response of some clients. (Bug#15058)
8752
8753 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8754 Tweak warning. (Bug#14926)
8755
8756 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8757 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8758
8759 * image-mode.el (image-mode-map): Add menu items to reverse,
8760 increase, decrease, reset animation speed.
8761 (image--set-speed, image-increase-speed, image-decrease-speed)
8762 (image-reverse-speed, image-reset-speed): New functions.
8763 (image-mode-map): Add bindings for speed commands.
8764
8765 * image.el (image-animate-get-speed, image-animate-set-speed):
8766 New functions.
8767 (image-animate-timeout): Respect image :speed property.
8768
8769 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8770
8771 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8772 previous line (bug#15101).
8773 (debugger-eval-expression, debugger-record-expression):
8774 Use read--expression (bug#15102).
8775
8776 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
8777
8778 Remove byte compiler warnings, visible when compiling with
8779 `byte-compile-force-lexical-warnings' set to t.
8780
8781 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8782 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8783 (tramp-handle-unhandled-file-name-directory)
8784 (tramp-handle-file-notify-add-watch, tramp-action-login)
8785 (tramp-action-succeed, tramp-action-permission-denied)
8786 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8787 arguments with "_".
8788
8789 * net/tramp-adb.el (tramp-adb-parse-device-names)
8790 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8791 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8792 (tramp-adb-handle-file-truename): Remove unused arguments.
8793
8794 * net/tramp-cache.el (tramp-flush-directory-property)
8795 (tramp-flush-connection-property, tramp-list-connections)
8796 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8797
8798 * net/tramp-compat.el (tramp-compat-make-temp-file):
8799 Rename FILENAME to F.
8800
8801 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8802 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8803 (tramp-zeroconf-parse-workstation-device-names)
8804 (tramp-zeroconf-parse-webdav-device-names)
8805 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8806
8807 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8808 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8809
8810 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8811 arguments.
8812 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8813 (tramp-sh-handle-insert-file-contents-literally)
8814 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8815 with "_".
8816 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8817 Remove unused variables.
8818
8819 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8820 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8821 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8822
8823 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8824 Make them a defconst.
8825 (tramp-uuencode-region): Remove unused variable.
8826
8827 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8828
8829 * frameset.el (frameset--prop-setter): New function.
8830 (frameset-prop): Add gv-setter declaration.
8831 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8832 parameter was already set in FILTERED. Doc fix.
8833 (frameset--record-minibuffer-relationships): Allow saving a
8834 minibufferless frame without its corresponding minibuffer frame.
8835 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8836 frame, if the frame id matches.
8837 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8838 frames before orphaned ones.
8839 (frameset-restore): Warn about orphaned windows, instead of error out.
8840
8841 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8842
8843 * window.el (window-make-atom): Don't overwrite parameter
8844 already present.
8845 (display-buffer-in-atom-window): Handle special case where we
8846 split an already atomic window.
8847 (window--major-non-side-window, display-buffer-in-side-window)
8848 (window--side-check): Ignore minibuffer window when walking
8849 window tree.
8850 (window-deletable-p): Return 'frame only if no other frame uses
8851 our minibuffer window.
8852 (record-window-buffer): Run buffer-list-update-hook.
8853 (split-window): Make sure window--check-frame won't destroy an
8854 existing atomic window in case the new window gets nested
8855 inside.
8856 (display-buffer-at-bottom): Ignore minibuffer window when
8857 walking window tree. Don't split a side window.
8858 (pop-to-buffer): Don't set-buffer here, the select-window call
8859 should do that.
8860 (mouse-autoselect-window-select): Autoselect only if we are in the
8861 text portion of the window.
8862
8863 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8864
8865 * net/shr.el (shr-parse-image-data): New function to grab both the
8866 data itself and the Content-Type.
8867 (shr-put-image): Use it.
8868
8869 * net/eww.el (eww-display-image): Ditto.
8870
8871 * image.el (image-content-type-suffixes): New variable.
8872
8873 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8874
8875 * progmodes/python.el (python-imenu--build-tree)
8876 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8877
8878 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8879
8880 * simple.el (backward-word): Mention the optional argument.
8881
8882 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * frameset.el (frameset--make): Rename constructor from make-frameset.
8885 (frameset-p, frameset-valid-p): Don't autoload.
8886 (frameset-valid-p): Use normal accessors.
8887
8888 2013-08-13 Glenn Morris <rgm@gnu.org>
8889
8890 * progmodes/compile.el (compile-command): Tweak example in doc.
8891 * obsolete/scribe.el (scribe-mode):
8892 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8893
8894 * mail/feedmail.el (feedmail-confirm-outgoing)
8895 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8896
8897 * cus-start.el (truncate-partial-width-windows): Fix type.
8898
8899 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8900
8901 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8902
8903 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * emacs-lisp/timer.el (timer--time-setter): New function.
8906 (timer--time): Use it as gv-setter.
8907
8908 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8909 setter is not a symbol.
8910
8911 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8912
8913 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8914 if sending fails. This makes debugging easier.
8915
8916 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8917
8918 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8919 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8920 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8921
8922 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8923
8924 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8925
8926 2013-08-12 Glenn Morris <rgm@gnu.org>
8927
8928 * format.el (format-annotate-function):
8929 Handle read-only text properties in the source. (Bug#14887)
8930
8931 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8932
8933 * net/eww.el (eww-display-html): Ignore coding system errors.
8934 One web site uses "utf-8lias" as the coding system.
8935
8936 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8937
8938 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8939
8940 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8941
8942 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8943 (tutorial--detailed-help): Remove unused local variables.
8944 (tutorial--save-tutorial-to): Use ignore-errors.
8945 (help-with-tutorial): Use looking-at-p.
8946
8947 * view.el (view-buffer-other-window, view-buffer-other-frame):
8948 Mark unused arguments.
8949
8950 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8951 (woman-select-symbol-fonts, woman, woman-find-file)
8952 (woman-insert-file-contents, woman-non-underline-faces):
8953 Use string-match-p.
8954 (woman1-unquote): Move declaration.
8955
8956 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8957 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8958 argument. Remove unused local variable.
8959 (xml-parse-elem-type): Use string-match-p.
8960 (xml-substitute-numeric-entities): Use ignore-errors.
8961
8962 * calculator.el (calculator): Mark unused argument.
8963 (calculator-paste, calculator-quit, calculator-integer-p):
8964 Use ignore-errors.
8965 (calculator-string-to-number, calculator-decimal, calculator-exp)
8966 (calculator-op-or-exp): Use string-match-p.
8967
8968 * dired.el (dired-buffer-more-recently-used-p): Declare.
8969 (dired-insert-set-properties, dired-insert-old-subdirs):
8970 Use ignore-errors.
8971
8972 * dired-aux.el (dired-compress): Use ignore-errors.
8973 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8974 (dired-do-async-shell-command, dired-do-shell-command)
8975 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8976 (dired-insert-subdir-validate): Use string-match-p.
8977 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8978 (dired-add-entry): Use string-match-p, looking-at-p.
8979 (dired-insert-subdir-newpos): Remove unused local variable.
8980
8981 * filenotify.el (file-notify-callback): Remove unused local variable.
8982
8983 * filesets.el (filesets-error): Mark unused argument.
8984 (filesets-which-command-p, filesets-filter-dir-names)
8985 (filesets-directory-files, filesets-get-external-viewer)
8986 (filesets-ingroup-get-data): Use string-match-p.
8987
8988 * find-file.el (ff-other-file-name, ff-other-file-name)
8989 (ff-find-the-other-file, ff-cc-hh-converter):
8990 Remove unused local variables.
8991 (ff-get-file-name): Use string-match-p.
8992 (ff-all-dirs-under): Use ignore-errors.
8993
8994 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
8995 (follow-select-if-visible): Remove unused local variable.
8996
8997 * forms.el (read-file-filter): Move declaration.
8998 (forms--make-format, forms--make-parser, forms-insert-record):
8999 Quote function with #'.
9000 (forms--update): Use string-match-p. Quote function with #'.
9001
9002 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9003 (help-make-xrefs): Use looking-at-p.
9004 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9005
9006 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9007 (ibuffer-confirm-operation-on): Use string-match-p.
9008
9009 * msb.el (msb-item-handler, msb-dired-item-handler):
9010 Mark unused arguments.
9011
9012 * ses.el (ses-decode-cell-symbol)
9013 (ses-kill-override): Remove unused local variable.
9014 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9015 (ses-load): Use ignore-errors, looking-at-p.
9016 (ses-jump-safe): Use ignore-errors.
9017 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9018
9019 * tabify.el (untabify, tabify): Mark unused arguments.
9020
9021 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9022 Mark unused argument.
9023 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9024 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9025
9026 * emacs-lisp/timer.el (timer--time): Define setter with
9027 gv-define-setter to avoid deprecation warning.
9028
9029 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9030 (*record-cmpl-statistics-p*): Remove (was commented out).
9031 (cmpl-statistics-block): Remove (body was commented out).
9032 All callers changed.
9033 (add-completions-from-buffer, load-completions-from-file):
9034 Remove unused variables.
9035
9036 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9037
9038 * filecache.el (file-cache-delete-file-list):
9039 Print message only when told so.
9040 (file-cache-files-matching): Use #' in mapconcat argument.
9041
9042 * ffap.el (ffap-url-at-point): Fix reference to variable
9043 thing-at-point-default-mail-uri-scheme.
9044
9045 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9046
9047 * subr.el (define-error): New function.
9048 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9049 error-file-not-found and define with define-error.
9050 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9051 and define with define-error.
9052 * userlock.el (file-locked, file-supersession):
9053 * simple.el (mark-inactive):
9054 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9055 * progmodes/ada-mode.el (ada-mode-errors):
9056 * play/life.el (life-extinct):
9057 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9058 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9059 * nxml/rng-util.el (rng-error):
9060 * nxml/rng-uri.el (rng-uri-error):
9061 * nxml/rng-match.el (rng-compile-error):
9062 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9063 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9064 * nxml/nxml-rap.el (nxml-scan-error):
9065 * nxml/nxml-outln.el (nxml-outline-error):
9066 * net/soap-client.el (soap-error):
9067 * net/gnutls.el (gnutls-error):
9068 * net/ange-ftp.el (ftp-error):
9069 * mpc.el (mpc-proc-error):
9070 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9071 (json-number-format, json-string-escape, json-string-format)
9072 (json-key-format, json-object-format):
9073 * jka-compr.el (compression-error):
9074 * international/quail.el (quail-error):
9075 * international/kkc.el (kkc-error):
9076 * emacs-lisp/ert.el (ert-test-failed):
9077 * calc/calc.el (calc-error, inexact-result, math-overflow)
9078 (math-underflow):
9079 * bookmark.el (bookmark-error-no-filename):
9080 * epg.el (epg-error): Define with define-error.
9081
9082 * time.el (display-time-event-handler)
9083 (display-time-next-load-average): Don't call sit-for since it seems
9084 unnecessary (bug#15045).
9085
9086 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9087 Use #' instead of ' to quote functions.
9088 (checkdoc-output-mode): Use setq-local.
9089 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9090 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9091 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9092 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9093 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9094 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9095 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9096 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9097
9098 * ido.el (ido-completion-help): Fix up compiler warning.
9099
9100 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9101
9102 * frameset.el (frameset-p): Add autoload cookie.
9103 (frameset--jump-to-register): New function, based on code moved from
9104 register.el.
9105 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9106
9107 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9108 (frameset-restore, frameset-save, frameset-session-filter-alist):
9109 Remove declarations.
9110 (register-alist): Doc fix.
9111 (frameset-to-register): Move to frameset.el.
9112 (jump-to-register, describe-register-1): Remove frameset-specific code.
9113
9114 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9115
9116 * allout-widgets.el (allout-widgets-pre-command-business)
9117 (allout-widgets-post-command-business)
9118 (allout-widgets-after-change-handler)
9119 (allout-decorate-item-and-context, allout-set-boundary-marker)
9120 (allout-body-modification-handler)
9121 (allout-graphics-modification-handler): Mark ignored arguments.
9122 (allout-widgets-post-command-business)
9123 (allout-widgets-exposure-change-processor)
9124 (allout-widgets-exposure-undo-processor)
9125 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9126 (allout-parse-item-at-point, allout-decorate-item-guides)
9127 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9128 * allout.el (epa-passphrase-callback-function): Declare.
9129 (allout-overlay-insert-in-front-handler)
9130 (allout-overlay-interior-modification-handler)
9131 (allout-isearch-end-handler, allout-chart-siblings)
9132 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9133 (allout-yank-processing, allout-process-exposed)
9134 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9135 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9136 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9137 (lisp-indent-defform): Mark ignored arguments.
9138 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9139 (calculate-lisp-indent): Remove unused variables.
9140 * international/characters.el (indian-2-column, arabic-2-column)
9141 (tibetan): Mark ignored arguments.
9142 (use-cjk-char-width-table): Mark ignored arguments.
9143 Remove unused variables.
9144 * international/fontset.el (build-default-fontset-data)
9145 (x-compose-font-name, create-fontset-from-fontset-spec):
9146 Mark ignored arguments.
9147 (fontset-plain-name): Remove unused variables.
9148 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9149 (keyboard-coding-system): Mark ignored arguments.
9150 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9151 * help.el (resize-temp-buffer-window):
9152 * window.el (display-buffer-in-major-side-window)
9153 (display-buffer-in-side-window, display-buffer-in-previous-window):
9154 Remove unused variables.
9155 * isearch.el (isearch-forward-symbol):
9156 * version.el (emacs-bzr-version-bzr):
9157 * international/mule-cmds.el (current-language-environment):
9158 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9159 (x-handle-display):
9160 * term/pc-win.el (x-list-fonts, x-display-planes)
9161 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9162 (x-server-version, x-display-screens, x-display-mm-height)
9163 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9164 (x-selection-owner-p, x-own-selection-internal)
9165 (x-disown-selection-internal, x-get-selection-internal)
9166 (msdos-initialize-window-system):
9167 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9168 * term/x-win.el (x-handle-no-bitmap-icon):
9169 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9170 (vc-default-find-file-hook, vc-default-extra-menu):
9171 Mark ignored arguments.
9172
9173 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9176 break-condition in the context of the debugged code (bug#12685).
9177
9178 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9179
9180 * comint.el:
9181 Do not use an overlay to highlight the last prompt. (Bug#14744)
9182 (comint-mode): Make comint-last-prompt buffer local.
9183 (comint-last-prompt): New variable.
9184 (comint-last-prompt-overlay): Remove. Superseded by
9185 comint-last-prompt.
9186 (comint-snapshot-last-prompt, comint-output-filter):
9187 Use comint-last-prompt.
9188
9189 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9190
9191 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9192 (frameset-save): Check validity of the resulting frameset.
9193
9194 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9195
9196 * ido.el (ido-record-command): Add doc string.
9197
9198 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9199
9200 * frameset.el (frameset): Do not disable creation of the default
9201 frameset-p predicate. Doc fix.
9202 (frameset-valid-p): New function, copied from the old predicate-p.
9203 Add additional checks.
9204 (frameset-restore): Check with frameset-valid-p.
9205 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9206 (frameset-name, frameset-description, frameset-properties)
9207 (frameset-states): Add docstring.
9208 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9209 (frameset-filter-alist): Doc fixes.
9210
9211 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9212
9213 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9214
9215 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9216
9217 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9218 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9219 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9220 (byte-compile-normal-call): Remove obsolescence check.
9221
9222 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9223
9224 * frameset.el (frameset-restore): Doc fix.
9225
9226 * register.el (frameset-frame-id, frameset-frame-with-id)
9227 (frameset-p, frameset-restore, frameset-save): Declare.
9228 (register-alist): Document framesets.
9229 (frameset-session-filter-alist): Declare.
9230 (frameset-to-register): New function.
9231 (jump-to-register): Implement jumping to framesets. Doc fix.
9232 (describe-register-1): Describe framesets.
9233
9234 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9235
9236 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9237
9238 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9239 Use lexical-binding.
9240
9241 * frameset.el (frameset): Use type vector, not list (incompatible
9242 change). Do not declare a new constructor, use the default one.
9243 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9244 `name' and `description', respectively, and add read-only slot
9245 `timestamp'. Doc fixes.
9246 (frameset-copy, frameset-persistent-filter-alist)
9247 (frameset-filter-alist, frameset-switch-to-gui-p)
9248 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9249 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9250 (frameset-filter-iconified, frameset-keep-original-display-p):
9251 Doc fixes.
9252 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9253 Rename from frameset-filter-(save|restore)-param. All callers changed.
9254 Doc fix.
9255 (frameset-p): Adapt to change to vector and be more thorough.
9256 Change arg name to OBJECT. Doc fix.
9257 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9258 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9259 All callers changed.
9260 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9261 All callers changed.
9262 (frameset--record-minibuffer-relationships): Rename from
9263 frameset--process-minibuffer-frames. All callers changed.
9264 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9265 Use new default constructor (again). Doc fix.
9266 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9267 All callers changed.
9268 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9269 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9270 Doc fix.
9271 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9272 PARAMETERS and WINDOW-STATE, respectively.
9273 (frameset-restore): Add new keyword argument PREDICATE.
9274 Reset frameset--target-display to nil. Doc fix.
9275
9276 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9277
9278 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9279 (bat-mode): Use it.
9280 (bat-mode-syntax-table): Mark \n as end-of-comment.
9281 (bat-font-lock-keywords): Remove comment rule.
9282
9283 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9284 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9285
9286 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9287 (byte-compile-callargs-warn): Use `push'.
9288 (byte-compile-arglist-warn): Ignore higher-order "calls".
9289 (byte-compile-file-form-autoload): Use `pcase'.
9290 (byte-compile-function-form): If quoting a symbol, check that it exists.
9291
9292 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9293
9294 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9295 and add a few popular commands found in batch files.
9296 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9297 (dos-mode): Doc fixes.
9298
9299 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9300
9301 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9302 (dos-mode): Use setq-local. Add space after "rem".
9303 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9304 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9305
9306 2013-08-07 Arni Magnusson <arnima@hafro.is>
9307
9308 * progmodes/dos.el: New file.
9309 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9310 dos-mode.
9311
9312 2013-08-06 Glenn Morris <rgm@gnu.org>
9313
9314 * calendar/calendar.el: Add new faces, and day-header-array.
9315 (calendar-weekday-header, calendar-weekend-header)
9316 (calendar-month-header): New faces.
9317 (calendar-day-header-construct): New function.
9318 (calendar-day-header-width): Also :set calendar-day-header-array.
9319 (calendar-american-month-header, calendar-european-month-header)
9320 (calendar-iso-month-header): Use calendar- faces.
9321 (calendar-generate-month):
9322 Use calendar-day-header-array for day headers; apply faces to them.
9323 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9324 (calendar-abbrev-construct): Add optional maxlen argument.
9325 (calendar-day-name-array): Doc fix.
9326 (calendar-day-name-array, calendar-abbrev-length)
9327 (calendar-day-abbrev-array):
9328 Also :set calendar-day-header-array, and maybe redraw.
9329 (calendar-day-header-array): New option. (Bug#15007)
9330 (calendar-font-lock-keywords): Set to nil and make obsolete.
9331 (calendar-day-name): Add option to use header array.
9332
9333 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9334
9335 * net/shr.el (shr-render-td): Remove debugging.
9336 (shr-render-td): Make width computation consistent by defaulting
9337 all zero-width columns to 10 characters. This may not be optimal,
9338 but it's at least consistent.
9339 (shr-make-table-1): Redo last change to fix the real problem in
9340 colspan handling.
9341
9342 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9343
9344 * files.el (cache-long-line-scans):
9345 Make obsolete alias to `cache-long-scans'.
9346
9347 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9348
9349 * frameset.el (frameset, frameset-filter-alist)
9350 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9351 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9352 (frameset-compute-pos): Rename from frameset--compute-pos,
9353 and add docstring.
9354 (frameset-move-onscreen): Use frameset-compute-pos.
9355 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9356
9357 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9358 Fix typos in docstrings.
9359
9360 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9361
9362 * frame.el (get-other-frame): Tiny cleanup.
9363
9364 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9365
9366 * vc/vc.el (vc-default-ignore-completion-table):
9367 Silence byte-compiler warning.
9368
9369 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9370 slot, which can indeed be nil.
9371 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9372 Move entry for `left' from persistent to live filter alist.
9373 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9374 Doc fixes.
9375 (frameset-filter-params): When restoring a frame, copy items added to
9376 `filtered', to avoid unwittingly modifying the original parameters.
9377 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9378 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9379
9380 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9381 to use looking-at-p instead of looking-at. (Bug#15028)
9382
9383 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 Revert introduction of isearch-filter-predicates (bug#14714).
9386 Rely on add-function instead.
9387 * isearch.el (isearch-filter-predicates): Rename it back to
9388 isearch-filter-predicate.
9389 (isearch-message-prefix): Use advice-function-mapc and advice
9390 properties to get the isearch-message-prefix.
9391 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9392 instead of run-hook-with-args-until-failure.
9393 (isearch-filter-visible): Not obsolete any more.
9394 * loadup.el: Preload nadvice.
9395 * replace.el (perform-replace): Revert to funcall
9396 instead of run-hook-with-args-until-failure.
9397 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9398 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9399 dired-isearch-filenames-toggle; make it into a proper minor mode.
9400 Use add/remove-function.
9401 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9402 Call the minor-mode rather than add/remove-hook.
9403 (dired-isearch-filter-filenames):
9404 Remove isearch-message-prefix property.
9405 * info.el (Info--search-loop): New function, extracted from Info-search.
9406 Funcall isearch-filter-predicate instead of
9407 run-hook-with-args-until-failure isearch-filter-predicates.
9408 (Info-search): Use it.
9409 (Info-mode): Use isearch-filter-predicate instead of
9410 isearch-filter-predicates.
9411
9412 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9413
9414 Do not call to `selected-window' where it is assumed by default.
9415 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9416 `window-hscroll', `window-width', `window-height', `window-buffer',
9417 `window-frame', `window-start', `window-point', `next-window'
9418 and `window-display-table'.
9419 * abbrev.el (abbrev--default-expand):
9420 * bs.el (bs--show-with-configuration):
9421 * buff-menu.el (Buffer-menu-mouse-select):
9422 * calc/calc.el (calc):
9423 * calendar/calendar.el (calendar-generate-window):
9424 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9425 (diary-make-entry):
9426 * comint.el (send-invisible, comint-dynamic-complete-filename)
9427 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9428 * completion.el (complete):
9429 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9430 * disp-table.el (describe-current-display-table):
9431 * doc-view.el (doc-view-insert-image):
9432 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9433 * ehelp.el (with-electric-help):
9434 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9435 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9436 * emacs-lisp/helper.el (Helper-help-scroller):
9437 * emulation/cua-base.el (cua--post-command-handler-1):
9438 * eshell/esh-mode.el (eshell-output-filter):
9439 * ffap.el (ffap-gnus-wrapper):
9440 * help-macro.el (make-help-screen):
9441 * hilit-chg.el (highlight-compare-buffers):
9442 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9443 * hl-line.el (global-hl-line-highlight):
9444 * icomplete.el (icomplete-simple-completing-p):
9445 * isearch.el (isearch-done):
9446 * jit-lock.el (jit-lock-stealth-fontify):
9447 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9448 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9449 * mpc.el (mpc-tagbrowser, mpc):
9450 * net/rcirc.el (rcirc-any-buffer):
9451 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9452 * play/landmark.el (landmark-max-width, landmark-max-height):
9453 * play/zone.el (zone):
9454 * progmodes/compile.el (compilation-goto-locus):
9455 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9456 * progmodes/etags.el (find-tag-other-window):
9457 * progmodes/fortran.el (fortran-column-ruler):
9458 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9459 * progmodes/verilog-mode.el (verilog-point-text):
9460 * reposition.el (reposition-window):
9461 * rot13.el (toggle-rot13-mode):
9462 * server.el (server-switch-buffer):
9463 * shell.el (shell-dynamic-complete-command)
9464 (shell-dynamic-complete-environment-variable):
9465 * simple.el (insert-buffer, set-selective-display)
9466 (delete-completion-window):
9467 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9468 (speedbar-recenter):
9469 * startup.el (fancy-splash-head):
9470 * textmodes/ispell.el (ispell-command-loop):
9471 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9472 * tutorial.el (help-with-tutorial):
9473 * vc/add-log.el (add-change-log-entry):
9474 * vc/compare-w.el (compare-windows):
9475 * vc/ediff-help.el (ediff-indent-help-message):
9476 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9477 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9478 (ediff-setup-control-frame):
9479 * vc/emerge.el (emerge-position-region):
9480 * vc/pcvs-util.el (cvs-bury-buffer):
9481 * window.el (walk-windows, mouse-autoselect-window-select):
9482 * winner.el (winner-set-conf, winner-undo): Related users changed.
9483
9484 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9485
9486 * frameset.el (frameset--set-id): Doc fix.
9487 (frameset-frame-id, frameset-frame-id-equal-p)
9488 (frameset-locate-frame-id): New functions.
9489 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9490 (frameset-restore): Use them.
9491
9492 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9493
9494 Do not call to `selected-frame' where it is assumed by default.
9495 Affected functions are `raise-frame', `redraw-frame',
9496 `frame-first-window', `frame-terminal' and `delete-frame'.
9497 * calendar/appt.el (appt-disp-window):
9498 * epg.el (epg-wait-for-completion):
9499 * follow.el (follow-delete-other-windows-and-split)
9500 (follow-avoid-tail-recenter):
9501 * international/mule.el (set-terminal-coding-system):
9502 * mail/rmail.el (rmail-mail-return):
9503 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9504 * progmodes/f90.el (f90-add-imenu-menu):
9505 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9506 * server.el (server-switch-buffer):
9507 * simple.el (delete-completion-window):
9508 * talk.el (talk):
9509 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9510 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9511 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9512 * vc/ediff.el (ediff-documentation): Related users changed.
9513 * frame.el (selected-terminal): Remove the leftover.
9514
9515 2013-08-05 Glenn Morris <rgm@gnu.org>
9516
9517 * calendar/calendar.el (calendar-generate-month):
9518 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9519 (calendar-generate-month, calendar-font-lock-keywords):
9520 Fix for calendar-day-header-width > length of any day name.
9521
9522 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9523
9524 * desktop.el (desktop-clear): Use new name of sort predicate.
9525
9526 * frameset.el (frameset): Add docstring. Move :version property to its
9527 own `version' slot.
9528 (frameset-copy): Rename from copy-frameset.
9529 (frameset-p): Check more thoroughly.
9530 (frameset-prop): Do not check for :version, which is no longer a prop.
9531 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9532 Use new :never value instead of t.
9533 (frameset-filter-alist): Expand and clarify docstring.
9534 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9535 (frameset-filter-minibuffer, frameset-filter-save-param)
9536 (frameset-filter-restore-param, frameset-filter-iconified):
9537 Add pointer to docstring of frameset-filter-alist.
9538 (frameset-filter-params): Rename filter values to be more meaningful:
9539 :never instead of t, and reverse the meanings of :save and :restore.
9540 (frameset--process-minibuffer-frames): Clarify error message.
9541 (frameset-save): Avoid unnecessary and confusing call to framep.
9542 Use new BOA constructor for framesets.
9543 (frameset--reuse-list): Doc fix.
9544 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9545 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9546 (frameset-minibufferless-first-p): Doc fix.
9547 Rename from frameset-sort-frames-for-deletion.
9548 (frameset-restore): Doc fixes. Use new function names.
9549 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9550
9551 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9552
9553 * desktop.el (desktop-restore-forces-onscreen)
9554 (desktop-restore-reuses-frames): Document :keyword constant values.
9555 (desktop-filter-parameters-alist): Remove, now identical to
9556 frameset-filter-alist.
9557 (desktop--filter-tty*): Remove, moved to frameset.el.
9558 (desktop-save-frameset, desktop-restore-frameset):
9559 Do not pass :filters argument.
9560
9561 * frameset.el (frameset-live-filter-alist)
9562 (frameset-persistent-filter-alist): New variables.
9563 (frameset-filter-alist): Use them. Add autoload cookie.
9564 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9565 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9566 `frameset--id' (it's supposed to be internal to frameset.el).
9567 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9568 (frameset--initial-params): New function.
9569 (frameset--get-frame): Use it. Doc fix.
9570 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9571 Accept :all, not 'all.
9572 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9573 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9574 with fbound symbols. Fix frame id matching, and remove matching ids if
9575 the frame being restored is deleted. Obey :delete.
9576
9577 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9579 * subr.el (macrop): New function.
9580 (text-clone--maintaining): New var.
9581 (text-clone--maintain): Rename from text-clone-maintain. Use it
9582 instead of inhibit-modification-hooks.
9583
9584 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9585 a proxy, so as handle autoloads and redefinitions of the target.
9586 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9587
9588 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9589 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9590 (pcase--mutually-exclusive-p): New function.
9591 (pcase--split-consp): Use it.
9592 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9593 mutually exclusive with the current predicate.
9594
9595 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9596 (edebug-macrop): Remove. Use `macrop' instead.
9597 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9598 (ad-macro-p):
9599 * eshell/esh-cmd.el (eshell-macrop):
9600 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9601
9602 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9603
9604 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9605 (advice-mapc): New function, using it.
9606 (advice-function-member-p): New function.
9607 (advice--normalize): Store the cdr in advice--saved-rewrite since
9608 that's the part that will be changed.
9609 (advice--symbol-function): New function.
9610 (advice-remove): Handle removal before the function is defined.
9611 Adjust to new advice--saved-rewrite.
9612 (advice-member-p): Use advice-function-member-p and
9613 advice--symbol-function.
9614
9615 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9616
9617 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9618 (frameset-filter-minibuffer): Doc fix.
9619 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9620 (frameset--set-id, frameset--process-minibuffer-frames)
9621 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9622 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9623
9624 * desktop.el (desktop-clear): Only delete frames when called
9625 interactively and desktop-restore-frames is non-nil. Doc fix.
9626 (desktop-read): Set desktop-saved-frameset to nil.
9627
9628 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9629
9630 * vc/vc.el (vc-ignore): Rewrite.
9631 (vc-default-ignore-completion-table, vc--read-lines)
9632 (vc--add-line, vc--remove-regexp): New functions.
9633
9634 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9635 (vc-svn-ignore-completion-table): New function.
9636
9637 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9638 (vc-hg-ignore-completion-table)
9639 (vc-hg-find-ignore-file): New functions.
9640
9641 * vc/vc-git.el (vc-git-ignore): Rewrite.
9642 (vc-git-ignore-completion-table)
9643 (vc-git-find-ignore-file): New functions.
9644
9645 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9646
9647 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9648 (vc-bzr-ignore-completion-table)
9649 (vc-bzr-find-ignore-file): New functions.
9650
9651 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9652
9653 * frameset.el (frameset-prop): New function and setter.
9654 (frameset-save): Do not modify frame list passed by the caller.
9655
9656 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9657
9658 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9659
9660 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9661
9662 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9663 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9664
9665 * custom.el (custom-initialize-default, custom-initialize-set)
9666 (custom-initialize-reset, custom-initialize-changed): Affect the
9667 toplevel-default-value (bug#6275, bug#14586).
9668 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9669 for bug#6275.
9670
9671 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9672
9673 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9674 Add cl-def* expressions.
9675
9676 * frameset.el (frameset-filter-params): Fix order of arguments.
9677
9678 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9679
9680 Move code related to saving frames to frameset.el.
9681 * desktop.el: Require frameset.
9682 (desktop-restore-frames): Doc fix.
9683 (desktop-restore-reuses-frames): Rename from
9684 desktop-restoring-reuses-frames.
9685 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9686 (desktop-clear): Clear frames too.
9687 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9688 (desktop--filter-tty*, desktop-save, desktop-read):
9689 Use frameset functions.
9690 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9691 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9692 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9693 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9694 (desktop--process-minibuffer-frames, desktop-save-frames)
9695 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9696 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9697 (desktop--sort-states, desktop-restoring-frames-p)
9698 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9699 (desktop-restoring-frameset-p, desktop-restore-frameset)
9700 (desktop--check-dont-save, desktop-save-frameset): New functions.
9701 (desktop--app-id): New constant.
9702 (desktop-first-buffer, desktop-buffer-ok-count)
9703 (desktop-buffer-fail-count): Move before first use.
9704 * frameset.el: New file.
9705
9706 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * files.el: Use lexical-binding.
9709 (dir-locals-read-from-file): Remove unused `err' variable.
9710 (hack-dir-local-variables--warned-coding): New var.
9711 (hack-dir-local-variables): Use it to avoid repeated warnings.
9712 (make-backup-file-name--default-function): New function.
9713 (make-backup-file-name-function): Use it as default.
9714 (buffer-stale--default-function): New function.
9715 (buffer-stale-function): Use it as default.
9716 (revert-buffer-insert-file-contents--default-function): New function.
9717 (revert-buffer-insert-file-contents-function): Use it as default.
9718 (insert-directory): Avoid add-to-list.
9719
9720 * autorevert.el (auto-revert-handler): Simplify.
9721 Use buffer-stale--default-function.
9722
9723 2013-08-01 Tassilo Horn <tsdh@gnu.org>
9724
9725 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9726
9727 * whitespace.el (whitespace-ensure-local-variables): New function.
9728 (whitespace-cleanup-region): Call it.
9729 (whitespace-turn-on): Call it.
9730
9731 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
9732
9733 Complete file name handlers.
9734
9735 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9736 (tramp-handle-verify-visited-file-modtime)
9737 (tramp-handle-file-notify-rm-watch): New functions.
9738 (tramp-call-process): Do not bind `default-directory'.
9739
9740 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9741 Order alphabetically.
9742 <access-file, add-name-to-file, dired-call-process>:
9743 <dired-compress-file, file-acl, file-notify-rm-watch>:
9744 <file-ownership-preserved-p, file-selinux-context>:
9745 <make-directory-internal, make-symbolic-link, set-file-acl>:
9746 <set-file-selinux-context, set-visited-file-modtime>:
9747 <verify-visited-file-modtime>: Add handler.
9748 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9749
9750 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9751 <file-notify-add-watch, file-notify-rm-watch>:
9752 <set-file-times, set-visited-file-modtime>:
9753 <verify-visited-file-modtime>: Add handler.
9754 (with-tramp-gvfs-error-message)
9755 (tramp-gvfs-handle-set-visited-file-modtime)
9756 (tramp-gvfs-fuse-file-name): Remove.
9757 (tramp-gvfs-handle-file-notify-add-watch)
9758 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9759 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9760
9761 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9762 Order alphabetically.
9763 <file-notify-rm-watch>: Use default Tramp handler.
9764 <executable-find>: Remove private handler.
9765 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9766 `default-directory'.
9767 (tramp-sh-handle-executable-find)
9768 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9769 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9770 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9771 Do not use `format' in `tramp-message'.
9772
9773 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9774 <file-notify-rm-watch, set-visited-file-modtime>:
9775 <verify-visited-file-modtime>: Add handler.
9776 (tramp-smb-call-winexe): Do not bind `default-directory'.
9777
9778 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9779
9780 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9781
9782 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9783
9784 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9785 use it.
9786 (log-view-diff-changeset): Same.
9787 (log-view-diff-common): Call backend command `previous-revision'
9788 to find out the previous revision, in both cases. Swap the
9789 variables `to' and `fr', so that `fr' usually refers to the
9790 earlier revision (Bug#14989).
9791
9792 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9793
9794 * ibuf-ext.el (ibuffer-filter-by-filename):
9795 Make it work with dired buffers too.
9796
9797 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9798
9799 * emacs-lisp/re-builder.el (reb-color-display-p):
9800 * files.el (save-buffers-kill-terminal):
9801 * net/browse-url.el (browse-url):
9802 * server.el (server-save-buffers-kill-terminal):
9803 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9804 Prefer nil to selected-frame for the first arg of frame-parameter.
9805
9806 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9807
9808 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9809
9810 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9811
9812 * minibuffer.el (completion--twq-all): Try and preserve each
9813 completion's case choice (bug#14907).
9814
9815 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9816
9817 * net/network-stream.el (open-network-stream): Mention the new
9818 :nogreeting parameter.
9819 (network-stream-open-starttls): Use the :nogreeting parameter
9820 (bug#14938).
9821
9822 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9823
9824 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9825 more natural than popping.
9826
9827 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9828 (shr-urlify): Highlight under mouse.
9829
9830 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9831
9832 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9833
9834 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9835
9836 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9837 buffer for output.
9838
9839 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9840 point-min==1. Fix search string. Fix parentheses missing.
9841
9842 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9843 assume point-min==1. Fix search string. Fix parentheses missing.
9844
9845 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9846
9847 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9848 buffer for output.
9849
9850 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9851
9852 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9853 initial frame is minibuffer-less. (Bug#14841)
9854
9855 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9856
9857 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9858 option.
9859
9860 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9861 (tramp-maybe-open-connection): Use it.
9862
9863 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9864
9865 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9866 minimal set of parameters passed when creating a frame, because
9867 the minibuffer status of a frame cannot be changed later.
9868
9869 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9870
9871 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9872 replace-regexp-in-string and inadvertent omissions in previous change.
9873 (todo-filter-items): Ensure only file names are comma-separated in
9874 name of filtered items buffer.
9875
9876 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9877
9878 * desktop.el: Optionally force offscreen frames back onscreen.
9879 (desktop-restoring-reuses-frames): New option.
9880 (desktop--compute-pos, desktop--move-onscreen): New functions.
9881 (desktop--make-frame): Use desktop--move-onscreen.
9882
9883 2013-07-27 Alan Mackenzie <acm@muc.de>
9884
9885 Fontify a Java generic method as a function.
9886 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9887 value to t.
9888
9889 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9890
9891 * calendar/todo-mode.el: Add command to rename todo files.
9892 (todo-rename-file): New command.
9893 (todo-key-bindings-t): Add key binding for it. Change the
9894 bindings of todo-filter-regexp-items(-multifile) to use `x'
9895 instead of `r', since the latter is better suited to the new
9896 renaming command.
9897
9898 2013-07-27 Alan Mackenzie <acm@muc.de>
9899
9900 Make Java try-with-resources statement parse properly.
9901 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9902 (c-block-stmt-1-2-key): New language constants/variables.
9903 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9904 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9905 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9906 with c-block-stmt-1-2-key.
9907
9908 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9909
9910 * desktop.el (desktop--make-frame): Apply most frame parameters after
9911 creating the frame to force (partially or totally) offscreen frames to
9912 be restored as such.
9913
9914 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9915
9916 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9917 (Bug#14948)
9918
9919 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9922 `base' arg of backtrace-frame.
9923
9924 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9925
9926 * simple.el (list-processes): Doc fix.
9927
9928 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9929
9930 * desktop.el (desktop--select-frame):
9931 Try harder to reuse existing frames.
9932
9933 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9934
9935 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9936 (edebug-eval): Use backtrace-eval.
9937 (edebug--display, edebug--recursive-edit): Don't let-bind the
9938 edebug-outer-* vars that keep track of variables we locally let-bind.
9939 (edebug-outside-excursion): Don't restore outside values of locally
9940 let-bound vars.
9941 (edebug--display): Use user-error.
9942 (cl-lexical-debug, cl-debug-env): Remove.
9943
9944 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9945
9946 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9947 are restored to be sure that they are visible before deleting any
9948 remaining ones.
9949
9950 2013-07-26 Matthias Meulien <orontee@gmail.com>
9951
9952 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9953 vc-print-root-log. (Bug#14948)
9954
9955 2013-07-26 Richard Stallman <rms@gnu.org>
9956
9957 Add aliases for encrypting mail.
9958 * epa.el (epa-mail-aliases): New option.
9959 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9960 Bind inhibit-read-only so read-only text doesn't ruin everything.
9961 (epa-mail-default-recipients): New subroutine broken out.
9962 Handle epa-mail-aliases.
9963
9964 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9965
9966 Add support for lexical variables to the debugger's `e' command.
9967 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9968 vars, except for debugger-outer-match-data.
9969 (debugger-frame-number): Move check for "on a function call" from
9970 callers into it. Add `skip-base' argument.
9971 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9972 (debugger-env-macro): Only reset the state stored in non-variables,
9973 i.e. current-buffer and match-data.
9974 (debugger-eval-expression): Rewrite using backtrace-eval.
9975 * subr.el (internal--called-interactively-p--get-frame): Remove.
9976 (called-interactively-p):
9977 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9978 `base' arg of backtrace-frame instead.
9979
9980 2013-07-26 Glenn Morris <rgm@gnu.org>
9981
9982 * align.el (align-regexp): Doc fix. (Bug#14857)
9983 (align-region): Explicit error if subexpression missing/does not match.
9984
9985 * simple.el (global-visual-line-mode):
9986 Do not duplicate the mode lighter. (Bug#14858)
9987
9988 2013-07-25 Martin Rudalics <rudalics@gmx.at>
9989
9990 * window.el (display-buffer): In display-buffer bind
9991 split-window-keep-point to t, bug#14829.
9992
9993 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
9994
9995 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
9996 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
9997 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
9998 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
9999 Change accordingly.
10000 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10001 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10002
10003 2013-07-25 Glenn Morris <rgm@gnu.org>
10004
10005 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10006
10007 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10008
10009 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10010 parameter to modify-frame-parameters if the value has not changed;
10011 this is a workaround for bug#14949.
10012 (desktop--make-frame): On cl-delete-if call, check parameter name,
10013 not full parameter.
10014
10015 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10016
10017 * vc/vc.el (vc-ignore): New function.
10018
10019 * vc/vc-svn.el (vc-svn-ignore): New function.
10020
10021 * vc/vc-hg.el (vc-hg-ignore): New function.
10022
10023 * vc/vc-git.el (vc-git-ignore): New function.
10024
10025 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10026 (vc-dir-ignore): New function.
10027
10028 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10029 (cvs-append-to-ignore): Move here from pcvs.el.
10030
10031 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10032
10033 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10034
10035 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10036
10037 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10038 (desktop-restore-frames): Warn when deleting an existing frame failed.
10039
10040 2013-07-24 Glenn Morris <rgm@gnu.org>
10041
10042 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10043
10044 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10045
10046 * filenotify.el (file-notify-supported-p):
10047 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10048 Remove functions.
10049
10050 * autorevert.el (auto-revert-use-notify)
10051 (auto-revert-notify-add-watch):
10052 * net/tramp.el (tramp-file-name-for-operation):
10053 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10054 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10055 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10056 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10057 Remove `file-notify-supported-p' entry.
10058
10059 2013-07-24 Glenn Morris <rgm@gnu.org>
10060
10061 * printing.el: Replace all uses of deleted ps-windows-system,
10062 ps-lp-system, ps-flatten-list with lpr- versions.
10063
10064 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10067 checked with memq (bug#14935).
10068
10069 * files.el (revert-buffer-function): Use a non-nil default.
10070 (revert-buffer-preserve-modes): Declare var to
10071 provide access to the `preserve-modes' argument.
10072 (revert-buffer): Let-bind it.
10073 (revert-buffer--default): New function, extracted from revert-buffer.
10074
10075 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * lpr.el: Signal print errors more prominently.
10078 (print-region-function): Don't default to nil.
10079 (lpr-print-region): New function, extracted from print-region-1.
10080 Check lpr's return value and signal an error in case of problem.
10081 (print-region-1): Use it.
10082 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10083 versions instead.
10084 (ps-printer-name): Default to nil.
10085 (ps-printer-name-option): Default to lpr-printer-switch.
10086 (ps-print-region-function): Don't default to nil.
10087 (ps-postscript-code-directory): Simplify default.
10088 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10089 (ps-string-list, ps-eval-switch, ps-flatten-list)
10090 (ps-flatten-list-1): Remove.
10091 (ps-multibyte-buffer): Avoid setq.
10092 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10093 (print-region-function, ps-print-region-function): Don't set them here.
10094
10095 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10096
10097 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10098 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10099 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10100 (ido-decorations): Doc fix.
10101
10102 * ansi-color.el: Fix old URL.
10103
10104 2013-07-23 Michael R. Mauger <michael@mauger.com>
10105
10106 * progmodes/sql.el: Version 3.3
10107 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10108 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10109 (sql-interactive-remove-continuation-prompt): Rewrite, use
10110 functions above. Fix continuation prompt and complete output line
10111 handling.
10112 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10113 redirected output buffer.
10114 (sql-mode): Restore deleted code (Bug#13591).
10115
10116 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10117
10118 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10119
10120 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10121
10122 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10123
10124 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10125 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10126 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10127
10128 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10129
10130 * desktop.el (desktop-clear): Simplify; remove useless checks
10131 against invalid buffer names.
10132 (desktop-list*): Use cl-list*.
10133 (desktop-buffer-info, desktop-create-buffer): Simplify.
10134
10135 2013-07-23 Leo Liu <sdl.web@gmail.com>
10136
10137 * bookmark.el (bookmark-make-record): Restore NAME as a default
10138 value. (Bug#14933)
10139
10140 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10141
10142 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10143 extracted from autoload--insert-text.
10144 (autoload--insert-text): Remove.
10145 (autoload--print-cookie-text): New function, extracted from
10146 autoload--insert-cookie-text.
10147 (autoload--insert-cookie-text): Remove.
10148 (autoload-generate-file-autoloads): Adjust calls accordingly.
10149
10150 * winner.el (winner-hook-installed-p): Remove.
10151 (winner-mode): Simplify accordingly.
10152
10153 * subr.el (add-to-list): Fix compiler-macro when `append' is
10154 not constant. Don't use `cl-member' for the base case.
10155
10156 * progmodes/subword.el: Fix boundary case (bug#13758).
10157 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10158 own group.
10159 (subword-backward-regexp): Make it a constant.
10160 (subword-forward-internal): Don't treat a trailing capital as the
10161 beginning of a word.
10162
10163 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10164
10165 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10166 global value of tabulated-list-revert-hook (bug#14930).
10167
10168 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10169
10170 * desktop.el: Require 'cl-lib.
10171 (desktop-before-saving-frames-functions): New hook.
10172 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10173 for frames being saved. Rename from desktop--save-minibuffer-frames.
10174 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10175 Do not save frames with non-nil `desktop-dont-save' parameter.
10176 Filter out deleted frames.
10177 (desktop--find-frame): Use cl-find-if.
10178 (desktop--select-frame): Use cl-(first|second|third) to access values
10179 of desktop-mini.
10180 (desktop--make-frame): Use cl-delete-if.
10181 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10182 (desktop-restore-frames): Use cl-(first|second|third) to access values
10183 of desktop-mini. Look for visible frame at the end, not while
10184 restoring frames.
10185
10186 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10187 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10188 Use string-match-p, looking-at-p (bug#14927).
10189
10190 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10191
10192 * desktop.el (desktop-saved-frame-states):
10193 Rename from desktop--saved-states; all users changed.
10194 (desktop-save-frames): Rename from desktop--save-frames.
10195 Do not save state to desktop file.
10196 (desktop-save): Save desktop-saved-frame-states to desktop file
10197 and reset to nil.
10198 (desktop-restoring-frames-p): New function.
10199 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10200 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10201 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10202
10203 * desktop.el: Correctly restore iconified frames.
10204 (desktop--filter-iconified-position): New function.
10205 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10206
10207 2013-07-20 Glenn Morris <rgm@gnu.org>
10208
10209 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10210 Let `message' do the formatting.
10211 (def-gdb-preempt-display-buffer): Add explicit format.
10212
10213 * image-dired.el (image-dired-track-original-file):
10214 Use with-current-buffer.
10215 (image-dired-track-thumbnail): Use with-current-buffer.
10216 Avoid changing point of wrong window.
10217
10218 * image-dired.el (image-dired-track-original-file):
10219 Avoid changing point of wrong window. (Bug#14909)
10220
10221 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10222
10223 * progmodes/gdb-mi.el (gdb-done-or-error):
10224 Guard against "%" in gdb output. (Bug#14127)
10225
10226 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10227
10228 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10229 (Bug#14826)
10230
10231 * international/mule.el (coding-system-iso-2022-flags): Fix last
10232 change.
10233
10234 2013-07-20 Kenichi Handa <handa@gnu.org>
10235
10236 * international/mule.el (coding-system-iso-2022-flags):
10237 Add `8-bit-level-4'. (Bug#8522)
10238
10239 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10240
10241 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10242 (bug#14815).
10243
10244 * net/eww.el (eww-process-text-input): Allow inputting when the
10245 point is at the start of the line, as the properties aren't
10246 front-sticky.
10247
10248 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10249 degenerate widths.
10250
10251 2013-07-19 Richard Stallman <rms@gnu.org>
10252
10253 * epa.el (epa-popup-info-window): Doc fix.
10254
10255 * subr.el (split-string): New arg TRIM.
10256
10257 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10258
10259 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10260 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10261
10262 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10263
10264 * filenotify.el (file-notify--library): Rename from
10265 `file-notify-support'. Do not autoload. Adapt all uses.
10266 (file-notify-supported-p): New defun.
10267
10268 * autorevert.el (auto-revert-use-notify):
10269 Use `file-notify-supported-p' instead of `file-notify-support'.
10270 Adapt docstring.
10271 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10272
10273 * net/tramp.el (tramp-file-name-for-operation):
10274 Add `file-notify-supported-p'.
10275
10276 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10277 New defun.
10278 (tramp-sh-file-name-handler-alist): Add it as handler for
10279 `file-notify-supported-p '.
10280
10281 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10282 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10283 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10284 Add `ignore' as handler for `file-notify-*' functions.
10285
10286 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10287
10288 * simple.el (line-move-partial, line-move): Don't start vscroll or
10289 scroll-up if the current line is not taller than the window.
10290 (Bug#14881)
10291
10292 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10293
10294 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10295 highlight question marks in the method names as strings.
10296 (ruby-block-beg-keywords): Inline.
10297 (ruby-font-lock-keyword-beg-re): Extract from
10298 `ruby-font-lock-keywords'.
10299
10300 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10301
10302 * frame.el (blink-cursor-blinks): New defcustom.
10303 (blink-cursor-blinks-done): New defvar.
10304 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10305 (blink-cursor-timer-function): Check if number of blinks has been
10306 done on X and NS.
10307 (blink-cursor-suspend, blink-cursor-check): New defuns.
10308
10309 2013-07-15 Glenn Morris <rgm@gnu.org>
10310
10311 * edmacro.el (edmacro-format-keys): Fix previous change.
10312
10313 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10314
10315 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10316 The hack didn't work outside English locales anyway.
10317
10318 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10319
10320 * simple.el (define-alternatives): Rename from alternatives-define,
10321 per RMS' suggestion.
10322
10323 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10324
10325 * desktop.el (desktop-restore-frames): Change default to t.
10326 (desktop-restore-in-current-display): Now offer more options.
10327 (desktop-restoring-reuses-frames): New customization option.
10328 (desktop--saved-states): Doc fix.
10329 (desktop-filter-parameters-alist): New variable, renamed and expanded
10330 from desktop--excluded-frame-parameters.
10331 (desktop--target-display): New variable.
10332 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10333 (desktop--filter-tty*, desktop--filter-*-color)
10334 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10335 (desktop--filter-save-desktop-parm)
10336 (desktop-restore-in-original-display-p): New functions.
10337 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10338 (desktop--save-minibuffer-frames): New function, inspired by a similar
10339 function from Martin Rudalics.
10340 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10341 (desktop--restore-in-this-display-p): Remove.
10342 (desktop--find-frame): Rename from desktop--find-frame-in-display
10343 and add predicate argument.
10344 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10345 (desktop--reuse-list): New variable.
10346 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10347 New functions.
10348 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10349
10350 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10351
10352 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10353
10354 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10355
10356 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10357 Highlight conversion methods on Kernel.
10358
10359 2013-07-13 Alan Mackenzie <acm@muc.de>
10360
10361 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10362 and comment it out. This out-commenting enables certain C++
10363 declarations to be parsed correctly.
10364
10365 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10366
10367 * international/mule.el (define-coding-system): Doc fix.
10368
10369 * simple.el (default-font-height): Don't call font-info if the
10370 frame's default font didn't change since the frame was created.
10371 (Bug#14838)
10372
10373 2013-07-13 Leo Liu <sdl.web@gmail.com>
10374
10375 * ido.el (ido-read-file-name): Guard against non-symbol value.
10376
10377 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10378
10379 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10380 in nested defuns.
10381
10382 2013-07-13 Leo Liu <sdl.web@gmail.com>
10383
10384 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10385 ido-set-matches call. (Bug#6852)
10386
10387 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10388
10389 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10390 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10391 Ruby 2.0.
10392 (ruby-font-lock-keywords): Distinguish calls to functions with
10393 module-like names from module references. Highlight character
10394 literals.
10395
10396 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10397
10398 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10399 (gdb-send): Handle continued commands. (Bug#14847)
10400
10401 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10402
10403 * desktop.el (desktop--v2s): Remove unused local variable.
10404 (desktop-save-buffer): Make defvar-local; adjust docstring.
10405 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10406 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10407
10408 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10409
10410 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10411
10412 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10413
10414 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10415 (Bug#14842)
10416
10417 2013-07-12 Glenn Morris <rgm@gnu.org>
10418
10419 * doc-view.el: Require cl-lib at runtime too.
10420 (doc-view-remove-if): Remove.
10421 (doc-view-search-next-match, doc-view-search-previous-match):
10422 Use cl-remove-if.
10423
10424 * edmacro.el: Require cl-lib at runtime too.
10425 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10426 (edmacro-mismatch, edmacro-subseq): Remove.
10427
10428 * shadowfile.el: Require cl-lib.
10429 (shadow-remove-if): Remove.
10430 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10431 Use cl-remove-if.
10432
10433 * wid-edit.el: Require cl-lib.
10434 (widget-choose): Use cl-remove-if.
10435 (widget-remove-if): Remove.
10436
10437 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10438 (ebrowse-delete-if-not): Remove.
10439 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10440 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10441 Use cl-delete-if-not.
10442
10443 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10444
10445 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10446 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10447
10448 2013-07-12 Leo Liu <sdl.web@gmail.com>
10449
10450 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10451
10452 2013-07-11 Glenn Morris <rgm@gnu.org>
10453
10454 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10455 (edebug-gensym-index, edebug-gensym):
10456 Remove reimplementation of cl-gensym.
10457 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10458
10459 * thumbs.el: Require cl-lib at run-time too.
10460 (thumbs-gensym-counter, thumbs-gensym):
10461 Remove reimplementation of cl-gensym.
10462 (thumbs-temp-file): Use cl-gensym.
10463
10464 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10465 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10466 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10467 (ert--union, ert--gensym-counter, ert--gensym-counter)
10468 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10469 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10470 (ert-make-test-unbound, ert--expand-should-1)
10471 (ert--expand-should, ert--should-error-handle-error)
10472 (should-error, ert--explain-equal-rec)
10473 (ert--plist-difference-explanation, ert-select-tests)
10474 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10475 Use cl-lib functions rather than reimplementations.
10476
10477 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10478
10479 * net/tramp.el (tramp-methods): Extend docstring.
10480 (tramp-connection-timeout): New defcustom.
10481 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10482 (with-tramp-progress-reporter): Simplify.
10483 (tramp-process-actions): Improve messages.
10484
10485 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10486 * net/tramp-sh.el (tramp-maybe-open-connection):
10487 Use `tramp-connection-timeout'.
10488 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10489 (Bug#14808)
10490
10491 2013-07-11 Leo Liu <sdl.web@gmail.com>
10492
10493 * ido.el (ido-read-file-name): Conform to the requirements of
10494 read-file-name. (Bug#11861)
10495 (ido-read-directory-name): Conform to the requirements of
10496 read-directory-name.
10497
10498 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10499
10500 * subr.el (delay-warning): New function.
10501
10502 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10503
10504 * simple.el (default-line-height): New function.
10505 (line-move-partial, line-move): Use it instead of computing the
10506 line height inline.
10507 (line-move-partial): Always compute ROWH. If the last line is
10508 partially-visible, but its text is completely visible, allow
10509 cursor to enter such a partially-visible line.
10510
10511 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10512
10513 Improve error messages. (Bug#14808)
10514
10515 * net/tramp.el (tramp-current-connection): New defvar, moved from
10516 tramp-sh.el.
10517 (tramp-message-show-progress-reporter-message): Remove, not
10518 needed anymore.
10519 (tramp-error-with-buffer): Show message in minibuffer.
10520 Discard input before waiting. Reset connection timestamp.
10521 (with-tramp-progress-reporter): Improve messages.
10522 (tramp-process-actions): Use progress reporter. Delete process in
10523 case of error. Improve messages.
10524
10525 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10526 Call `tramp-error-with-buffer' with vector and buffer.
10527 (tramp-current-connection): Remove.
10528 (tramp-maybe-open-connection): The car of
10529 `tramp-current-connection' are the first 3 slots of the vector.
10530
10531 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10532
10533 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10534 inside continued strings.
10535
10536 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10537
10538 Timestamp fixes for undo (Bug#14824).
10539 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10540
10541 2013-07-10 Leo Liu <sdl.web@gmail.com>
10542
10543 * files.el (require-final-newline): Allow safe local value.
10544 (Bug#14834)
10545
10546 2013-07-09 Leo Liu <sdl.web@gmail.com>
10547
10548 * ido.el (ido-read-directory-name): Handle fallback.
10549 (ido-read-file-name): Update DIR to ido-current-directory.
10550 (Bug#1516)
10551 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10552
10553 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10554
10555 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10556 "autoload". Remove "warn lower camel case" section, previously
10557 commented out. Highlight negation char. Do not highlight the
10558 target in singleton method definitions.
10559
10560 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10561
10562 * faces.el (tty-setup-hook): Declare the hook.
10563
10564 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10565 and detect when a guard/pred depends on local vars (bug#14773).
10566 (pcase--u1): Adjust caller.
10567
10568 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10569
10570 * simple.el (line-move-partial, line-move): Account for
10571 line-spacing.
10572 (line-move-partial): Avoid setting vscroll when the last
10573 partially-visible line in window is of default height.
10574
10575 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10576
10577 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10578 been used a while.
10579
10580 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10581
10582 * subr.el (read-quoted-char): Remove unused local variable `char'.
10583
10584 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10585
10586 * ediff.el (ediff-version): Version update.
10587 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10588 (ediff-merge-with-ancestor-command, ediff-directories-command)
10589 (ediff-directories3-command, ediff-merge-directories-command)
10590 (ediff-merge-directories-with-ancestor-command): New functions.
10591 All are command-line interfaces to ediff: to facilitate calling
10592 Emacs with the appropriate ediff functions invoked.
10593
10594 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10595 (viper-save-kill-buffer): Check if buffer is modified.
10596
10597 * viper.el (viper-version): Version update.
10598 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10599
10600 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10603 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10604 (viper-intercept-ESC-key): Simplify.
10605 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10606 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10607 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10608 (viper-setup-ESC-to-escape): New functions.
10609 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10610 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10611
10612 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10613
10614 * simple.el (default-font-height, window-screen-lines):
10615 New functions.
10616 (line-move, line-move-partial): Use them instead of
10617 frame-char-height and window-text-height. This makes scrolling
10618 text smoother when the buffer's default face uses a font that is
10619 different from the frame's default font.
10620
10621 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10622
10623 * files.el (write-file): Do not display confirm dialog for NS,
10624 it does its own dialog, which can't be canceled (Bug#14578).
10625
10626 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10627
10628 * simple.el (line-move-partial): Adjust the row returned by
10629 posn-at-point for the current window-vscroll. (Bug#14567)
10630
10631 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10632
10633 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10634 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10635 spaces.
10636
10637 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10638
10639 * window.el (window-state-put-stale-windows): New variable.
10640 (window--state-put-2): Save list of windows without matching buffer.
10641 (window-state-put): Remove "bufferless" windows if possible.
10642
10643 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10644
10645 * simple.el (alternatives-define): Remove leftover :group keyword.
10646 Tweak docstring.
10647
10648 2013-07-06 Leo Liu <sdl.web@gmail.com>
10649
10650 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10651 (ido-enable-virtual-buffers): New variable.
10652 (ido-buffer-internal, ido-toggle-virtual-buffers)
10653 (ido-make-buffer-list): Use it.
10654 (ido-exhibit): Support turning on and off virtual buffers
10655 automatically.
10656
10657 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10658
10659 * simple.el (alternatives-define): New macro.
10660
10661 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10662
10663 * subr.el (read-quoted-char): Use read-key.
10664 (sit-for): Let read-event decode tty input (bug#14782).
10665
10666 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10667
10668 * calendar/todo-mode.el: Add handling of file deletion, both by
10669 mode command and externally. Fix various related bugs.
10670 Clarify Commentary and improve some documentation strings and code.
10671 (todo-delete-file): New command.
10672 (todo-check-file): New function.
10673 (todo-show): Handle external deletion of the file we're trying to
10674 show (bug#14688). Replace called-interactively-p by an optional
10675 prefix argument to avoid problematic interaction with catch form
10676 when byte compiled (bug#14702).
10677 (todo-quit): Handle external deletion of the archive's todo file.
10678 Make sure the buffer that was visiting the archive file is still
10679 live before trying to bury it.
10680 (todo-category-completions): Handle external deletion of any
10681 category completion files.
10682 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10683 of todo files, in case of external deletion.
10684 (todo-add-file): Replace unnecessary setq by let-binding.
10685 (todo-find-archive): Check whether there are any archives.
10686 Replace unnecessary setq by let-binding.
10687 (todo-archive-done-item): Use find-file-noselect to get the
10688 archive buffer whether or not the archive already exists.
10689 Remove superfluous code. Use file size instead of buffer-file-name to
10690 check if the archive is new; if it is, update list of archives.
10691 (todo-default-todo-file): Allow nil to be a valid value for when
10692 there are no todo files.
10693 (todo-reevaluate-default-file-defcustom): Use corrected definition
10694 of todo-default-todo-file.
10695 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10696 (todo-delete-category, todo-show-categories-table)
10697 (todo-category-number): Clarify comment.
10698 (todo-filter-items): Clarify documentation string.
10699 (todo-show-current-file, todo-display-as-todo-file)
10700 (todo-reset-and-enable-done-separator): Tweak documentation string.
10701 (todo-done-separator): Make separator length window-width, since
10702 bug#2749 is now fixed.
10703
10704 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
10705
10706 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10707 Support both "gvfs-monitor-dir" and "inotifywait".
10708 (tramp-sh-file-inotifywait-process-filter): Rename from
10709 `tramp-sh-file-notify-process-filter'.
10710 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10711 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10712
10713 2013-07-05 Leo Liu <sdl.web@gmail.com>
10714
10715 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10716
10717 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10718
10719 * frame.el (display-pixel-height, display-pixel-width)
10720 (display-mm-height, display-mm-width): Mention behavior on
10721 multi-monitor setups in docstrings.
10722 (w32-display-monitor-attributes-list): Declare function.
10723 (display-monitor-attributes-list): Use it.
10724
10725 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
10726
10727 * filenotify.el: New package.
10728
10729 * autorevert.el (top): Require filenotify.el.
10730 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10731 instead.
10732 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10733 (auto-revert-notify-handler): Use `file-notify-*' functions.
10734
10735 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10736
10737 * net/tramp.el (tramp-file-name-for-operation):
10738 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10739
10740 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10741 for `file-notify-add-watch' and `file-notify-rm-watch'.
10742 (tramp-process-sentinel): Improve trace.
10743 (tramp-sh-handle-file-notify-add-watch)
10744 (tramp-sh-file-notify-process-filter)
10745 (tramp-sh-handle-file-notify-rm-watch)
10746 (tramp-get-remote-inotifywait): New defuns.
10747
10748 2013-07-03 Juri Linkov <juri@jurta.org>
10749
10750 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10751 call of `occur-read-primary-args' to interactive spec.
10752
10753 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10754 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10755
10756 2013-07-03 Matthias Meulien <orontee@gmail.com>
10757
10758 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10759 `Buffer-menu-multi-occur'. Add it to the menu.
10760 (Buffer-menu-mode): Document it in docstring.
10761 (Buffer-menu-multi-occur): New command. (Bug#14673)
10762
10763 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10764
10765 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10766 keywords and built-ins.
10767
10768 2013-07-03 Glenn Morris <rgm@gnu.org>
10769
10770 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10771
10772 Make info-xref checks case-sensitive by default
10773 * info.el (Info-find-node, Info-find-in-tag-table)
10774 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10775 Add option for exact case matching of nodes.
10776 * info-xref.el (info-xref): New custom group.
10777 (info-xref-case-fold): New option.
10778 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10779
10780 2013-07-03 Leo Liu <sdl.web@gmail.com>
10781
10782 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10783
10784 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10785
10786 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10787 middle of block statement initially, lower the depth. Remove
10788 FIXME comment, not longer valid. Remove middle of block statement
10789 detection, no need to do that anymore since we've been using
10790 `ruby-parse-region' here.
10791
10792 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10793
10794 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10795
10796 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10797
10798 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10799
10800 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10801
10802 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10803 (desktop-restore-in-current-display): New customization option.
10804 (desktop--excluded-frame-parameters): Add `font'.
10805 (desktop--save-frames): Rename from desktop--save-windows.
10806 (desktop--restore-in-this-display-p): New function.
10807 (desktop--make-full-frame): Remove unwanted width/height from
10808 full(width|height) frames.
10809 (desktop--restore-frames): Rename from desktop--restore-windows.
10810 Obey desktop-restore-current-display. Do not delete old frames or
10811 select a new frame unless we were able to restore at least one frame.
10812
10813 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10814
10815 * files.el (find-file-noselect): Simplify conditional expression.
10816
10817 * textmodes/remember.el (remember-append-to-file):
10818 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10819
10820 Add `remember-notes' function to store random notes across Emacs
10821 restarts.
10822 * textmodes/remember.el (remember-data-file): Add :set callback to
10823 affect notes buffer (if any).
10824 (remember-notes): New command.
10825 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10826 New defcustoms for the `remember-notes' function.
10827 (remember-notes-save-and-bury-buffer): New command.
10828 (remember-notes-mode-map): New variable.
10829 (remember-mode): New minor mode.
10830 (remember-notes--kill-buffer-query): New function.
10831 * startup.el (initial-buffer-choice): Add notes to custom type.
10832
10833 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10834
10835 * bindings.el (right-char, left-char): Don't call sit-for, this is
10836 no longer needed. Use arithmetic comparison only for numerical
10837 arguments.
10838
10839 * international/mule-cmds.el (select-safe-coding-system):
10840 Handle the case of FROM being a string correctly. (Bug#14755)
10841
10842 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10843
10844 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10845 progression on degenerate tables.
10846 (shr-rescale-image): ImageMagick animated images currently don't work.
10847
10848 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10849
10850 Some fixes and improvements for desktop frame restoration.
10851 It is still experimental and disabled by default.
10852 * desktop.el (desktop--save-windows): Put the selected frame at
10853 the head of the list.
10854 (desktop--make-full-frame): New function.
10855 (desktop--restore-windows): Try to re-select the frame that was
10856 selected upon saving. Do not abort if some frames fail to restore,
10857 just show an error message and continue. Set up maximized frames
10858 so they have default non-maximized dimensions.
10859
10860 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10861
10862 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10863 Don't start heredoc inside a string or comment.
10864
10865 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10866
10867 * bindings.el (visual-order-cursor-movement): New defcustom.
10868 (right-char, left-char): Provide visual-order cursor motion by
10869 calling move-point-visually. Update the doc strings.
10870
10871 2013-06-28 Kenichi Handa <handa@gnu.org>
10872
10873 * international/mule.el (define-coding-system): New coding system
10874 properties :inhibit-null-byte-detection,
10875 :inhibit-iso-escape-detection, and :prefer-utf-8.
10876 (set-buffer-file-coding-system): If :charset-list property of
10877 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10878 appropriate for setting.
10879
10880 * international/mule-cmds.el (select-safe-coding-system):
10881 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10882 multibyte characters, return utf-8 (or one of its siblings).
10883
10884 * international/mule-conf.el (prefer-utf-8): New coding system.
10885 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10886 files.
10887
10888 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10889
10890 * net/shr.el (shr-render-region): New function.
10891
10892 * net/eww.el: Autoload `eww-browse-url'.
10893
10894 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10895
10896 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10897 Adapt to `package-desc-version' being a list.
10898 Use `package--ac-desc-version' to retrieve version from a package
10899 archive element.
10900
10901 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10902
10903 New experimental feature to save&restore window and frame setup.
10904 * desktop.el (desktop-save-windows): New defcustom.
10905 (desktop--saved-states): New var.
10906 (desktop--excluded-frame-parameters): New defconst.
10907 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10908 (desktop--restore-windows, desktop--save-windows): New functions.
10909 (desktop-save): Call `desktop--save-windows'.
10910 (desktop-read): Call `desktop--restore-windows'.
10911
10912 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10913
10914 * net/shr.el (add-face-text-property): Remove compat definition.
10915
10916 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10917
10918 * info.el (Info-try-follow-nearest-node): Move search for footnote
10919 above search for node name to prevent missing a footnote (bug#14717).
10920
10921 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10922
10923 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10924
10925 2013-06-27 Leo Liu <sdl.web@gmail.com>
10926
10927 * net/eww.el (eww-read-bookmarks): Check file size.
10928
10929 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10930
10931 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10932 advice--pending if newdef is nil or an autoload (bug#13820).
10933 (advice-mapc): New function.
10934
10935 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10936
10937 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10938 probably.
10939 (eww-mode-map): Add a menu bar.
10940 (eww-add-bookmark): New command.
10941 (eww-bookmark-mode): New mode and commands.
10942 (eww-add-bookmark): Remove newlines from the title.
10943 (eww-bookmark-browse): Don't bug out if it's the only window.
10944
10945 2013-06-26 Glenn Morris <rgm@gnu.org>
10946
10947 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10948 (hfy-size): Handle ttys. (Bug#14668)
10949
10950 * info-xref.el: Update for Texinfo 5 change in *note format.
10951 (info-xref-node-re, info-xref-note-re): New constants.
10952 (info-xref-check-buffer): Use info-xref-note-re.
10953
10954 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10957
10958 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10959 nil terminate the loop (bug#14718).
10960
10961 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10962
10963 * net/eww.el: Rework history traversal. When going forward/back,
10964 put these actions into the history, too, so that they can be
10965 replayed.
10966 (eww-render): Move the history reset to the correct buffer.
10967
10968 2013-06-25 Juri Linkov <juri@jurta.org>
10969
10970 * files-x.el (modify-dir-local-variable): Change the header comment
10971 in the file with directory local variables. (Bug#14692)
10972
10973 * files-x.el (read-file-local-variable-value): Add `default'.
10974 (Bug#14710)
10975
10976 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10977
10978 * net/eww.el (eww-make-unique-file-name): Create a unique file
10979 name before saving to entering `y' accidentally asynchronously.
10980
10981 2013-06-25 Ivan Kanis <ivan@kanis.fr>
10982
10983 * net/eww.el (eww-download): New command and keystroke.
10984
10985 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10986
10987 * net/eww.el (eww-copy-page-url): Change name of command.
10988
10989 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
10990 be more consistent with Info and dired.
10991
10992 * net/eww.el (eww-mode-map): Ditto.
10993
10994 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
10997 packages from archives.
10998 (package-archive-contents): Change format; include obsolete packages.
10999 (package-desc): Use `dir' to mark builtin packages.
11000 (package--from-builtin): Set the `dir' field to `builtin'.
11001 (generated-autoload-file, version-control): Declare.
11002 (package-compute-transaction): Change first arg and return value to be
11003 lists of package-descs. Adjust to new package-archive-contents format.
11004 (package--add-to-archive-contents): Adjust to new
11005 package-archive-contents format.
11006 (package-download-transaction): Arg is now a list of package-descs.
11007 (package-install): If `pkg' is a package name, pass it as
11008 a requirement, so it is subject to the usual (e.g. disabled) checks.
11009 (describe-package): Accept package-desc as well.
11010 (describe-package-1): Describe a specific package-desc. Add links to
11011 other package-descs for the same package name.
11012 (package-menu-describe-package): Pass the actual package-desc.
11013 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11014 works correctly.
11015 (package-desc-status): New function.
11016 (package-menu--refresh): New function, extracted
11017 from package-menu--generate.
11018 (package-menu--generate): Use it.
11019 (package-delete): Update package-alist.
11020 (package-menu-execute): Don't call package-initialize.
11021
11022 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11023 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11024 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11025 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11026 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11027 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11028
11029 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11030
11031 * window.el (window--state-get-1): Workaround for bug#14527.
11032 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11033
11034 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11035
11036 * net/eww.el (eww-back-url): Implement the history by stashing all
11037 the data into a list.
11038 (eww-forward-url): Allow going forward in the history, too.
11039
11040 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11041
11042 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11043 for values and use read--expression for expressions (bug#14710).
11044 (read-file-local-variable): Avoid setq.
11045 (read-file-local-variable-mode): Use minor-mode-list.
11046
11047 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11048
11049 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11050 for DOI URLs.
11051
11052 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11053
11054 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11055 Update imenu-support when dialect changes.
11056
11057 2013-06-25 Leo Liu <sdl.web@gmail.com>
11058
11059 * ido.el (ido-read-internal): Allow forward slash on windows.
11060
11061 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11062
11063 * net/eww.el (eww): Start of strings is \\`, not ^.
11064
11065 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11066
11067 * net/shr.el (shr-browse-url): Fix interactive spec.
11068
11069 * net/eww.el (eww): Add a trailing slash to domain names.
11070
11071 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11072
11073 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11074
11075 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11076
11077 * net/shr.el (shr-browse-url): Use an external browser if given a
11078 prefix.
11079
11080 * net/eww.el (eww-external-browser): Move to shr.
11081
11082 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11083
11084 * net/eww.el (eww): Work more correctly for file: URLs.
11085 (eww-detect-charset): Allow quoted charsets.
11086 (eww-yank-page-url): New command and keystroke.
11087
11088 2013-06-24 Daiki Ueno <ueno@gnu.org>
11089
11090 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11091 file name of gpg executable.
11092 (epg-context-program): New function.
11093 (epg-context-home-directory): New function.
11094 (epg-context-set-program): New function.
11095 (epg-context-set-home-directory): New function.
11096 (epg--start): Use `epg-context-program' instead of
11097 'epg-gpg-program'.
11098 (epg--list-keys-1): Likewise.
11099
11100 2013-06-24 Leo Liu <sdl.web@gmail.com>
11101
11102 * ido.el (ido-read-internal): Fix bug#14620.
11103
11104 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11105
11106 * faces.el (face-documentation): Simplify.
11107 (read-face-attribute, tty-find-type, x-resolve-font-name):
11108 Use `string-match-p'.
11109 (list-faces-display): Use `string-match-p'. Simplify.
11110 (face-spec-recalc): Check face to avoid face alias loops.
11111 (read-color): Use `string-match-p' and non-capturing parenthesis.
11112
11113 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11114
11115 * net/shr.el (shr-rescale-image): Use the new
11116 :max-width/:max-height functionality.
11117
11118 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11119
11120 * net/eww.el (eww-search-prefix): New variable.
11121 (eww): Use it.
11122 (eww-external-browser): New variable.
11123 (eww-mode-map): New keystroke.
11124 (eww-browse-with-external-browser): New command.
11125
11126 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11127
11128 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11129
11130 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11131 Don't skip aligning the next header field when padding is 0;
11132 otherwise, field width is not respected unless the title is as
11133 wide as the field.
11134
11135 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 * emacs-lisp/package.el (package-el-version): Remove.
11138 (package-process-define-package): Fix inf-loop.
11139 (package-install): Allow symbols as arguments again.
11140
11141 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11142
11143 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11144 add some more keyword-like methods.
11145 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11146
11147 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11148
11149 * bs.el (bs-buffer-show-mark): Make defvar-local.
11150 (bs-mode): Use setq-local.
11151
11152 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11153 (emacs-lock--try-unlocking): Make defvar-local.
11154
11155 2013-06-22 Glenn Morris <rgm@gnu.org>
11156
11157 * play/cookie1.el (cookie-apropos): Minor simplification.
11158
11159 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11160
11161 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11162
11163 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11164 `regexp-opt', it breaks the build during dumping.
11165
11166 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11167
11168 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11169 Highlight keyword-like methods on Kernel and Module with
11170 font-lock-builtin-face.
11171 (auto-mode-alist): Consolidate different entries into one regexp
11172 and add more *file-s.
11173
11174 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11175
11176 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11177
11178 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11179 (diary-entry): Use it in the action of this button type instead of
11180 diary-goto-entry.
11181
11182 * calendar/todo-mode.el: New version.
11183 (todo-add-category): Append new category to end of file and give
11184 it the highest number, instead of putting it at the beginning and
11185 giving it 0. Incorporate noninteractive functionality.
11186 (todo-forward-category): Adapt to 1-based category numbering.
11187 Allow skipping over archived categories.
11188 (todo-backward-category): Derive from todo-forward-category.
11189 (todo-backward-item, todo-forward-item): Make noninteractive and
11190 delegate interactive part to new commands. Make sensitive to done items.
11191 (todo-categories): Make value an alist of category names and
11192 vectors of item counts.
11193 (todo-category-beg): Make a defconst.
11194 (todo-category-number): Use 1 instead of 0 as initial value.
11195 (todo-category-select): Make sensitive to overlays, optional item
11196 highlighting and done items.
11197 (todo-delete-item): Make sensitive to overlays and marked and done items.
11198 (todo-edit-item): Make sensitive to overlays and editing of
11199 date/time header optional. Add format checks.
11200 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11201 no-op if point is not on an item. Advertise using todo-edit-quit.
11202 (todo-edit-mode): Make sensitive to new format, font-locking, and
11203 multiple todo files.
11204 (todo-insert-item, todo-insert-item-here): Derive from
11205 todo-basic-insert-item and extend functionality.
11206 (todo-item-end, todo-item-start): Make sensitive to done items.
11207 (todo-item-string): Don't return text properties. Restore point.
11208 (todo-jump-to-category): Make sensitive to multiple todo files and
11209 todo archives. Use extended category completion.
11210 (todo-lower-item, todo-raise-item): Rename to *-priority and
11211 derive from todo-set-item-priority.
11212 (todo-mode): Derive from special-mode. Make sensitive to new
11213 format, font-locking and multiple todo files. Make read-only.
11214 (todo-mode-map): Don't suppress digit keys, so they can supply
11215 prefix arguments. Add many new key bindings.
11216 (todo-prefix): Insert as an overlay instead of file text.
11217 Change semantics from diary date expression to purely visual mark.
11218 (todo-print): Rename to todo-print-buffer. Make buffer display
11219 features printable. Remove option to restrict number of items
11220 printed. Add option to print to file.
11221 (todo-print-function): Rename to todo-print-buffer-function.
11222 (todo-quit): Extend to handle exiting new todo modes.
11223 (todo-remove-item): Make sensitive to overlays.
11224 (todo-save): Extend to buffers of filtered items.
11225 (todo-show): Make sensitive to done items, multiple todo files and
11226 new todo modes. Offer to convert legacy todo file before creating
11227 first new todo file.
11228 (todo-show-priorities): Rename to todo-top-priorities.
11229 Change semantics of value 0.
11230 (todo-top-priorities): Rename to todo-filter-top-priorities,
11231 derive from todo-filter-items and extend functionality.
11232 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11233 and extend functionality to other types of filtered items.
11234 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11235 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11236 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11237 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11238 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11239 (todo-edit-mode-hook, todo-entry-prefix-function)
11240 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11241 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11242 (todo-initials, todo-insert-threshold, todo-item-string-start)
11243 (todo-line-string, todo-menu, todo-mode-hook)
11244 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11245 (todo-print-priorities, todo-remove-separator)
11246 (todo-save-top-priorities-too, todo-string-count-lines)
11247 (todo-string-multiline-p, todo-time-string-format)
11248 (todo-tmp-buffer-name): Remove.
11249 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11250 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11251 (todo-edit-category-diary-inclusion)
11252 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11253 (todo-edit-file, todo-edit-item-date-day)
11254 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11255 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11256 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11257 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11258 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11259 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11260 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11261 (todo-filter-top-priorities-multifile, todo-find-archive)
11262 (todo-find-filtered-items-file, todo-go-to-source-item)
11263 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11264 (todo-jump-to-archive-category, todo-lower-category)
11265 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11266 (todo-move-category, todo-move-item, todo-next-button)
11267 (todo-next-item, todo-padded-string, todo-powerset)
11268 (todo-previous-button, todo-previous-item)
11269 (todo-print-buffer-to-file, todo-raise-category)
11270 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11271 (todo-set-category-number, todo-set-item-priority)
11272 (todo-set-top-priorities-in-category)
11273 (todo-set-top-priorities-in-file, todo-show-categories-table)
11274 (todo-sort-categories-alphabetically-or-numerically)
11275 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11276 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11277 (todo-toggle-item-header, todo-toggle-item-highlighting)
11278 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11279 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11280 (todo-unarchive-items, todo-unmark-category): New commands.
11281 (todo-absolute-file-name, todo-add-to-buffer-list)
11282 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11283 (todo-basic-insert-item, todo-category-completions)
11284 (todo-category-number, todo-category-string-matcher-1)
11285 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11286 (todo-check-format, todo-clear-matches)
11287 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11288 (todo-current-category, todo-date-string-matcher)
11289 (todo-define-insertion-command, todo-diary-expired-matcher)
11290 (todo-diary-goto-entry, todo-diary-item-p)
11291 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11292 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11293 (todo-done-item-section-p, todo-done-separator)
11294 (todo-done-string-matcher, todo-files, todo-filter-items)
11295 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11296 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11297 (todo-insert-category-line, todo-insert-item-from-calendar)
11298 (todo-insert-sort-button, todo-insert-with-overlays)
11299 (todo-insertion-command-name, todo-insertion-key-bindings)
11300 (todo-label-to-key, todo-longest-category-name-length)
11301 (todo-make-categories-list, todo-mode-external-set)
11302 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11303 (todo-modes-set-3, todo-multiple-filter-files)
11304 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11305 (todo-read-category, todo-read-date, todo-read-dayname)
11306 (todo-read-file-name, todo-read-time)
11307 (todo-reevaluate-category-completions-files-defcustom)
11308 (todo-reevaluate-default-file-defcustom)
11309 (todo-reevaluate-filelist-defcustoms)
11310 (todo-reevaluate-filter-files-defcustom)
11311 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11312 (todo-reset-done-separator, todo-reset-done-separator-string)
11313 (todo-reset-done-string, todo-reset-global-current-todo-file)
11314 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11315 (todo-reset-prefix, todo-set-categories)
11316 (todo-set-date-from-calendar, todo-set-show-current-file)
11317 (todo-set-top-priorities, todo-short-file-name)
11318 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11319 (todo-total-item-counts, todo-update-buffer-list)
11320 (todo-update-categories-display, todo-update-categories-sexp)
11321 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11322 New functions.
11323 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11324 New major modes.
11325 (todo-categories, todo-display, todo-edit, todo-faces)
11326 (todo-filtered): New defgroups.
11327 (todo-archived-only, todo-button, todo-category-string, todo-date)
11328 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11329 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11330 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11331 (todo-add-item-if-new-category, todo-always-add-time-string)
11332 (todo-categories-align, todo-categories-archived-label)
11333 (todo-categories-category-label, todo-categories-diary-label)
11334 (todo-categories-done-label, todo-categories-number-separator)
11335 (todo-categories-todo-label, todo-categories-totals-label)
11336 (todo-category-completions-files, todo-completion-ignore-case)
11337 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11338 (todo-done-separator-string, todo-done-string)
11339 (todo-files-function, todo-filter-done-items, todo-filter-files)
11340 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11341 (todo-initial-category, todo-initial-file, todo-item-mark)
11342 (todo-legacy-date-time-regexp, todo-mode-line-function)
11343 (todo-nondiary-marker, todo-number-prefix)
11344 (todo-print-buffer-function, todo-show-current-file)
11345 (todo-show-done-only, todo-show-first, todo-show-with-done)
11346 (todo-skip-archived-categories, todo-top-priorities-overrides)
11347 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11348 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11349 New defcustoms.
11350 (todo-category-done, todo-date-pattern, todo-date-string-start)
11351 (todo-diary-items-buffer, todo-done-string-start)
11352 (todo-filtered-items-buffer, todo-item-start)
11353 (todo-month-abbrev-array, todo-month-name-array)
11354 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11355 (todo-top-priorities-buffer): New defconsts.
11356 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11357 (todo-categories-with-marks, todo-category-string-face)
11358 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11359 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11360 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11361 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11362 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11363 (todo-font-lock-keywords, todo-global-current-todo-file)
11364 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11365 (todo-insertion-commands-args)
11366 (todo-insertion-commands-args-genlist)
11367 (todo-insertion-commands-names, todo-insertion-map)
11368 (todo-key-bindings-t, todo-key-bindings-t+a)
11369 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11370 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11371 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11372 (todo-visited): New variables.
11373
11374 2013-06-21 Glenn Morris <rgm@gnu.org>
11375
11376 * play/cookie1.el (cookie-apropos): Add optional display argument.
11377 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11378 (psychoanalyze-pinhead): Use cookie-doctor.
11379
11380 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11381
11382 * emacs-lisp/package.el (tar-get-file-descriptor)
11383 (tar--extract): Declare.
11384
11385 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11386
11387 Extend flymake's warning predicate to be a function (bug#14217).
11388 * progmodes/flymake.el (flymake-warning-predicate): New.
11389 (flymake-parse-line): Use it.
11390 (flymake-warning-re): Make obsolete alias to
11391 `flymake-warning-predicate'.
11392
11393 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11394
11395 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11396 (package-obsolete-list): Remove.
11397 (package-activate): Remove min-version argument. Add `force' argument.
11398 Adjust to new package-alist format.
11399 (package-mark-obsolete): Remove.
11400 (package-unpack): Force reload of the package's autoloads.
11401 (package-installed-p): Check builtins if the installed package is not
11402 recent enough.
11403 (package-initialize): Don't reset package-obsolete-list.
11404 Don't specify which package version to activate.
11405 (package-process-define-package, describe-package-1)
11406 (package-menu--generate): Adjust to new package-alist format.
11407
11408 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11409
11410 * allout-widgets.el (allout-widgets-mode-off)
11411 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11412 (allout-widgets-post-command-business)
11413 (allout-widgets-after-copy-or-kill-function)
11414 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11415 (allout-decorate-item-and-context)
11416 (allout-graphics-modification-handler): Fix typos in docstrings.
11417 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11418
11419 * cmuscheme.el (scheme-start-file): Doc fix.
11420 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11421 (scheme-input-filter): Use `string-match-p'.
11422
11423 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11424
11425 * dired-x.el: Use Dired consistently in docstrings.
11426
11427 * dired.el: Use Dired consistently in docstrings.
11428 (dired-readin, dired-mode): Use `setq-local'.
11429 (dired-switches-alist): Make defvar-local.
11430 (dired-buffers-for-dir): Use `zerop'.
11431 (dired-safe-switches-p, dired-switches-escape-p)
11432 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11433 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11434 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11435 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11436 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11437 (dired-toggle-marks, dired-mark-files-containing-regexp)
11438 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11439 (dired-flag-auto-save-files, dired-flag-backup-files):
11440 Use `looking-at-p'.
11441 (dired-mark-files-regexp, dired-build-subdir-alist):
11442 Use `string-match-p', `looking-at-p'.
11443
11444 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11445 (direct-print-region-helper): Use `string-match-p'.
11446
11447 2013-06-21 Leo Liu <sdl.web@gmail.com>
11448
11449 * comint.el (comint-redirect-results-list-from-process):
11450 Fix infinite loop.
11451
11452 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11453
11454 * net/eww.el (eww-update-header-line-format): Quote % characters.
11455
11456 2013-06-21 Glenn Morris <rgm@gnu.org>
11457
11458 * play/cookie1.el (cookie): New custom group.
11459 (cookie-file): New option.
11460 (cookie-check-file): New function.
11461 (cookie): Make it interactive. Make start and end messages optional.
11462 Interactively, display the result. Default to cookie-file.
11463 (cookie-insert): Default to cookie-file.
11464 (cookie-snarf): Make start and end messages optional.
11465 Default to cookie-file. Use with-temp-buffer.
11466 (cookie-read): Rename from read-cookie.
11467 Make start and end messages optional. Default to cookie-file.
11468 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11469 Do not autoload it.
11470 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11471 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11472
11473 2013-06-21 Leo Liu <sdl.web@gmail.com>
11474
11475 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11476
11477 2013-06-21 Glenn Morris <rgm@gnu.org>
11478
11479 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11480
11481 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11482 Daniel Hackney <dan@haxney.org>
11483
11484 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11485 Consolidate the single-file vs tarball code.
11486 (package-desc-suffix): New function.
11487 (package-desc-full-name): Don't bother inlining it.
11488 (package-load-descriptor): Return the new package-desc.
11489 (package-mark-obsolete): Remove unused arg `package'.
11490 (package-unpack): Make it work for single files as well.
11491 Make it update package-alist.
11492 (package--make-autoloads-and-stuff): Rename from
11493 package--make-autoloads-and-compile. Don't compile any more.
11494 (package--compile): New function.
11495 (package-generate-description-file): New function, extracted from
11496 package-unpack-single.
11497 (package-unpack-single): Remove.
11498 (package--with-work-buffer): Add indentation and debugging info.
11499 (package-download-single): Remove.
11500 (package-install-from-archive): Rename from package-download-tar, make
11501 it take a pkg-desc, and make it work for single files as well.
11502 (package-download-transaction): Simplify.
11503 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11504 external tar program.
11505 (package-install-from-buffer): Remove `pkg-desc' argument.
11506 Use package-tar-file-info for tar-mode buffers.
11507 (package-install-file): Simplify accordingly.
11508 (package-archive-base): Change to take a pkg-desc.
11509 * tar-mode.el (tar--check-descriptor): New function, extracted from
11510 tar-get-descriptor.
11511 (tar-get-descriptor): Use it.
11512 (tar-get-file-descriptor): New function.
11513 (tar--extract): New function, extracted from tar-extract.
11514 (tar--extract): Use it.
11515 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11516 case the summary uses non-ascii. Adjust to new calling convention of
11517 package-tar-file-info.
11518
11519 2013-06-21 Leo Liu <sdl.web@gmail.com>
11520
11521 * comint.el (comint-redirect-results-list-from-process):
11522 Fix random delay. (Bug#14681)
11523
11524 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11525
11526 * profiler.el (profiler-format-number): Use log, not log10.
11527
11528 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11529
11530 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11531
11532 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11533
11534 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11535 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11536 yet available.
11537 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11538 (AUTOGENEL): ... here.
11539 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11540 (cl--defsubst-expand): Use it.
11541
11542 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11543
11544 * subr.el (log10): Move here from C code, and declare as obsolete.
11545 All uses of (log10 X) replaced with (log X 10).
11546
11547 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11548
11549 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11550 Declare with `defvar-local'.
11551 (tabulated-list-use-header-line, tabulated-list-entries)
11552 (tabulated-list-padding, tabulated-list-printer)
11553 (tabulated-list-sort-key): Declare with `defvar-local'.
11554 (tabulated-list-init-header, tabulated-list-print-fake-header):
11555 Use `setq-local'.
11556
11557 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11558
11559 * arc-mode.el (archive-mode): Add `archive-write-file' to
11560 `write-contents-functions' also for remote files. (Bug#14652)
11561
11562 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11563
11564 * cus-edit.el (custom-commands): Fix typos.
11565 (custom-display): Fix tooltip text.
11566 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11567 Fix typos in docstrings.
11568 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11569 (custom-unlispify-menu-entry, custom-magic-value-create)
11570 (custom-add-see-also, custom-group-value-create): Use ?\s.
11571 (custom-guess-type, customize-apropos, editable-field)
11572 (custom-face-value-create): Use `string-match-p'.
11573 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11574
11575 * custom.el (custom-load-symbol): Use `string-match-p'.
11576
11577 * ansi-color.el: Convert to lexical binding.
11578 (ansi-colors): Fix URL.
11579 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11580 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11581 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11582
11583 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11584
11585 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11586
11587 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11588
11589 2013-06-19 Tom Tromey <tromey@redhat.com>
11590
11591 * net/eww.el (eww-top-url): Remove.
11592 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11593 (eww-render): Set new variables. Don't set eww-top-url.
11594 (eww-handle-link): Handle "prev", "home", and "contents".
11595 Downcase the rel text.
11596 (eww-top-url): Choose best top URL.
11597
11598 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11599
11600 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11601 relying in widget.el. Using widget.el leads to too many
11602 user interface inconsistencies.
11603 (eww-self-insert): Implement entering commands in text fields.
11604 (eww-process-text-input): New function to make text input field editing
11605 work.
11606 (eww-submit): Rewrite to use the new-style form methods.
11607 (eww-select-display): Display the correct selected item.
11608 (eww-change-select): Implement changing the select value.
11609 (eww-toggle-checkbox): Implement radio/checkboxes.
11610 (eww-update-field): Fix compilation error.
11611 (eww-tag-textarea): Implement <textarea>.
11612
11613 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11614 we don't shadow mode-specific bindings.
11615
11616 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11617 nothing to push.
11618
11619 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11620
11621 2013-06-19 Glenn Morris <rgm@gnu.org>
11622
11623 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11624
11625 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11626
11627 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11628 not needed.
11629
11630 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11631
11632 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11633
11634 * net/browse-url.el (browse-url-browser-function):
11635 `eww-browse-url' has the right calling signature, `eww' does not.
11636
11637 2013-06-19 Glenn Morris <rgm@gnu.org>
11638
11639 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11640 Only eval autoloaded macros.
11641 (byte-compile-autoload): Only give the macro warning for macros.
11642
11643 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11644 (ps-underlined-faces): Declare.
11645
11646 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11647 (speedbar-add-supported-extension): Declare.
11648
11649 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11650 Don't include a date stamp in the header of the generated file;
11651 it leads to needless differences between output files.
11652
11653 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11654
11655 * net/secrets.el (secrets-struct-secret-content-type):
11656 Replace check of introspection data by a test call of "CreateItem".
11657 Some servers do not offer introspection.
11658
11659 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11660
11661 * electric.el (electric-pair-mode): Improve interaction with
11662 electric-layout-mode.
11663 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11664 (electric-pair-syntax): Use text-mode-syntax-table in comments
11665 and strings.
11666 (electric-pair--insert): New function.
11667 (electric-pair-post-self-insert-function): Use it and
11668 electric--after-char-pos.
11669
11670 2013-06-19 Leo Liu <sdl.web@gmail.com>
11671
11672 * progmodes/octave.el (octave-help): Fix regexp.
11673
11674 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11675
11676 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11677 (shr-table-horizontal-line): Allow nil as a value, and change the
11678 default.
11679 (shr-insert-table-ruler): Respect the nil value.
11680
11681 2013-06-18 Tom Tromey <tromey@barimba>
11682
11683 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11684 New defvars.
11685 (eww-open-file): New defun.
11686 (eww-render): Initialize new variables.
11687 (eww-display-html): Handle "link" and "a".
11688 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11689 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11690 (eww-back-url): Rename from eww-previous-url.
11691 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11692 New defuns.
11693
11694 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11695
11696 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11697 Distinguish ternary operator tokens from slash symbol and slash
11698 char literal.
11699
11700 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11701
11702 Convert symbol prettification into minor mode and global minor mode.
11703
11704 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11705 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11706 (prettify-symbols--keywords): Rename from
11707 `prog-prettify-symbols-alist' and make a local defvar.
11708 (prettify-symbols--compose-symbol): Rename from
11709 `prog--prettify-font-lock-compose-symbol'.
11710 (prettify-symbols--make-keywords): Rename from
11711 `prog-prettify-font-lock-symbols-keywords' and simplify.
11712 (prog-prettify-install): Remove.
11713 (prettify-symbols-mode): New minor mode, based on
11714 `prog-prettify-install'.
11715 (turn-on-prettify-symbols-mode): New function.
11716 (global-prettify-symbols-mode): New globalized minor mode.
11717
11718 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11719 * progmodes/cfengine.el (cfengine3-mode):
11720 * progmodes/perl-mode.el (perl-mode): Don't call
11721 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11722
11723 2013-06-18 Juri Linkov <juri@jurta.org>
11724
11725 * files-x.el (modify-file-local-variable-message): New function.
11726 (modify-file-local-variable)
11727 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11728 and call `modify-file-local-variable-message' when it's non-nil.
11729 (add-file-local-variable, delete-file-local-variable)
11730 (add-file-local-variable-prop-line)
11731 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11732 and use it. (Bug#9820)
11733
11734 2013-06-18 Juri Linkov <juri@jurta.org>
11735
11736 * emulation/vi.el (vi-shell-op):
11737 * emulation/vip.el (vip-execute-com, ex-command):
11738 * emulation/viper-cmd.el (viper-exec-bang):
11739 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11740 the call of `shell-command-on-region'. (Bug#14637)
11741
11742 * simple.el (shell-command-on-region): Doc fix.
11743
11744 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11747 (bug#14633).
11748
11749 2013-06-18 Glenn Morris <rgm@gnu.org>
11750
11751 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11752
11753 * newcomment.el (comment-search-forward, comment-search-backward):
11754 Doc fix. (Bug#14376)
11755
11756 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11757
11758 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11759 (buffer-face-mode-invoke): Doc fix.
11760
11761 2013-06-18 Matthias Meulien <orontee@gmail.com>
11762
11763 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11764 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11765
11766 2013-06-18 Glenn Morris <rgm@gnu.org>
11767
11768 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11769 Replace obsolete function generic-make-keywords with its expansion.
11770
11771 * progmodes/python.el (ffap-alist): Declare.
11772
11773 * textmodes/reftex.el (bibtex-mode-map): Declare.
11774
11775 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11776
11777 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11778 (package-unpack, package-unpack-single): Return the pkg-dir.
11779 (package-download-transaction): Use it to update package-alist.
11780
11781 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11782
11783 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11784 possible choice.
11785
11786 2013-06-17 Juri Linkov <juri@jurta.org>
11787
11788 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11789
11790 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11791
11792 * emacs-lisp/package.el (package-load-descriptor):
11793 Remove `with-syntax-table' call, `read' doesn't need it.
11794 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11795
11796 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11797
11798 * startup.el (command-line): Expand package name returned by
11799 `package--description-file' (bug#14639).
11800
11801 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11802
11803 * emacs-lisp/package.el (package-load-descriptor): Do not call
11804 `emacs-lisp-mode', just use its syntax table.
11805
11806 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11807
11808 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11809 `font-lock-extra-managed-props' if any prettifying keyword is added.
11810 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11811 (prog-mode): Use `setq-local'.
11812
11813 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11814
11815 * international/characters.el (standard-case-table): Set syntax of ?»
11816 and ?« to punctuation.
11817
11818 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11819
11820 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11821 Save relevant match data before calling `syntax-ppss' (bug#14595).
11822
11823 2013-06-15 Juri Linkov <juri@jurta.org>
11824
11825 * files-x.el (modify-file-local-variable-prop-line): Add local
11826 variables to the end of the existing comment on the first line.
11827 Use `file-auto-mode-skip' to skip interpreter magic line,
11828 and also skip XML declaration.
11829
11830 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11831
11832 * startup.el (package--builtin-versions): New var.
11833 (package-subdirectory-regexp): Remove.
11834 (package--description-file): Hard code its value instead.
11835
11836 * emacs-lisp/package.el: Don't activate packages older than builtin.
11837 (package-obsolete-list): Rename from package-obsolete-alist, and make
11838 it into a simple list of package-desc.
11839 (package-strip-version): Remove.
11840 (package-built-in-p): Use package--builtin-versions.
11841 (package-mark-obsolete): Simplify.
11842 (package-process-define-package): Mark it obsolete if older than the
11843 builtin version.
11844 (package-handle-response): Use line-end-position.
11845 (package-read-archive-contents, package--download-one-archive):
11846 Simplify.
11847 (package--add-to-archive-contents): Skip if older than the builtin or
11848 installed version.
11849 (package-menu-describe-package): Fix last change.
11850 (package-list-unversioned): New var.
11851 (package-menu--generate): Use it.
11852
11853 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11854 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11855 (autoload-builtin-package-versions): New variable.
11856 (autoload-generate-file-autoloads): Use them.
11857 Remove the list of autoloaded functions/macros from the
11858 (autoload...) comments.
11859
11860 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11861
11862 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11863
11864 * simple.el (line-move-partial): Don't jump to the next screen
11865 line as soon as it becomes visible. Instead, continue enlarging
11866 the vscroll until the portion of a tall screen line that's left on
11867 display is about the height of the frame's default font.
11868 (Bug#14567)
11869
11870 2013-06-15 Glenn Morris <rgm@gnu.org>
11871
11872 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11873 compilation-error-regexp-alist void, or local while let-bound.
11874
11875 * progmodes/make-mode.el (makefile-mode-syntax-table):
11876 Treat "=" as punctuation. (Bug#14614)
11877
11878 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11879
11880 * help-fns.el (describe-variable):
11881 Add extra line for permanent-local variables.
11882
11883 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11884
11885 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11886 Add export, import, library. (Bug#9164)
11887 (library): Set indent function.
11888
11889 2013-06-14 Glenn Morris <rgm@gnu.org>
11890
11891 * term/xterm.el (xterm--query):
11892 Stop after first matching handler. (Bug#14615)
11893
11894 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11895
11896 Add support for dired in saveplace.
11897 * dired.el (dired-initial-position-hook): New variable.
11898 (dired-initial-position): Call hook to place cursor position.
11899 * saveplace.el (save-place-to-alist): Add dired position.
11900 (save-place-dired-hook): New function.
11901
11902 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11905 through a symbol rather than letrec.
11906
11907 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11908 (package-desc): Add `dir' field.
11909 (package-desc-full-name): New function.
11910 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11911 (package-maybe-load-descriptor): Remove.
11912 (package-load-all-descriptors): Just call package-load-descriptor.
11913 (package--disabled-p): New function.
11914 (package-desc-vers, package-desc-doc): Remove aliases.
11915 (package--dir): Remove function.
11916 (package-activate): Check if a package is disabled.
11917 (package-process-define-package): New function, extracted from
11918 define-package.
11919 (define-package): Turn into a place holder.
11920 (package-unpack-single, package-tar-file-info):
11921 Use package--description-file.
11922 (package-compute-transaction): Use package--disabled-p.
11923 (package-download-transaction): Don't call
11924 package-maybe-load-descriptor since they're all loaded anyway.
11925 (package-install): Change argument to be a pkg-desc.
11926 (package-delete): Use a single pkg-desc argument.
11927 (describe-package-1): Use package-desc-dir instead of package--dir.
11928 Use package-desc property instead of package-symbol.
11929 (package-install-button-action): Adjust accordingly.
11930 (package--push): Rewrite.
11931 (package-menu--print-info): Adjust accordingly. Change the ID format
11932 to be a pkg-desc.
11933 (package-menu-describe-package, package-menu-get-status)
11934 (package-menu--find-upgrades, package-menu-mark-upgrades)
11935 (package-menu-execute, package-menu--name-predicate):
11936 Adjust accordingly.
11937 * startup.el (package--description-file): New function.
11938 (command-line): Use it.
11939 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11940 Use package-desc-version.
11941
11942 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11943 (byte-compile-preprocess): Use it.
11944 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11945 can't quite recognize.
11946 (byte-compile-add-to-list): Remove.
11947 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11948 (cconv-closure-convert): Add assertion.
11949
11950 * emacs-lisp/map-ynp.el: Use lexical-binding.
11951 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11952 Factor out some repeated code.
11953
11954 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11955
11956 * subr.el (with-eval-after-load): New macro.
11957 (eval-after-load): Allow form to be a function.
11958 take advantage of lexical-binding.
11959 (do-after-load-evaluation): Use dolist and adjust to new format.
11960 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11961
11962 2013-06-13 Juri Linkov <juri@jurta.org>
11963
11964 * replace.el (perform-replace): Display "symbol " and other search
11965 modes from `isearch-message-prefix' in the *Help* buffer.
11966
11967 * isearch.el (isearch-query-replace): Add " symbol" and other
11968 possible search modes from `isearch-message-prefix' to the prompt.
11969 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11970 when reading a regexp to collect.
11971
11972 2013-06-13 Juri Linkov <juri@jurta.org>
11973
11974 * isearch.el (word-search-regexp): Match whitespace if the search
11975 string begins or ends in whitespace. The LAX arg is applied to
11976 both ends of the search string. Use `regexp-quote' and explicit
11977 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11978 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11979 boundaries are replaced with symbol boundaries, and characters
11980 between symbols match non-word non-symbol syntax. (Bug#14602)
11981
11982 2013-06-13 Juri Linkov <juri@jurta.org>
11983
11984 * isearch.el (isearch-del-char): Don't exceed the length of
11985 `isearch-string' by the prefix arg. (Bug#14563)
11986
11987 2013-06-13 Juri Linkov <juri@jurta.org>
11988
11989 * isearch.el (isearch-yank-word, isearch-yank-line)
11990 (isearch-char-by-name, isearch-quote-char)
11991 (isearch-printing-char, isearch-process-search-char):
11992 Add optional count prefix arg. (Bug#14563)
11993
11994 * international/isearch-x.el
11995 (isearch-process-search-multibyte-characters):
11996 Add optional count prefix arg.
11997
11998 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11999
12000 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12001 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12002 lexical-binding.
12003
12004 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12005
12006 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12007
12008 2013-06-13 Glenn Morris <rgm@gnu.org>
12009
12010 * startup.el (tty-handle-args):
12011 Don't just discard "--" and anything after. (Bug#14608)
12012
12013 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12014
12015 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12016
12017 Implement changes in Secret Service API. Make it backward compatible.
12018 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12019 (secrets-create-item): Use it. Prefix properties with interface.
12020
12021 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12022
12023 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12024 (term-emulate-terminal): Respect term-suppress-hard-newline.
12025
12026 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12027
12028 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12029 Only remove a `thumb-file' overlay. (Bug#14548)
12030
12031 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12032
12033 * mail/reporter.el (reporter-submit-bug-report):
12034 Handle missing package-name. (Bug#14600)
12035
12036 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12037
12038 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12039 (reftex-citation-prompt, reftex-default-bibliography)
12040 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12041 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12042 (reftex-bib-sort-author, reftex-bib-sort-year)
12043 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12044 (reftex-extract-bib-entries-from-thebibliography)
12045 (reftex-get-bibkey-default, reftex-get-bib-names)
12046 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12047 (reftex-format-bib-entry, reftex-parse-bibitem)
12048 (reftex-format-bibitem, reftex-do-citation)
12049 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12050 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12051 (reftex-insert-bib-matches, reftex-format-citation)
12052 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12053 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12054 existing comments into docstrings.
12055
12056 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12057
12058 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12059
12060 2013-06-12 Andreas Schwab <schwab@suse.de>
12061
12062 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12063 for auto-save files.
12064
12065 2013-06-12 Glenn Morris <rgm@gnu.org>
12066
12067 * ido.el (ido-delete-ignored-files): Remove.
12068 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12069 Go back to calling ido-ignore-item-p directly.
12070
12071 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12072
12073 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12074
12075 * ido.el (ido-delete-ignored-files): New function,
12076 split from ido-make-file-list-1.
12077 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12078 (ido-make-file-list-1): Use ido-delete-ignored-files.
12079
12080 2013-06-12 Leo Liu <sdl.web@gmail.com>
12081
12082 * progmodes/octave.el (inferior-octave-startup)
12083 (inferior-octave-completion-table)
12084 (inferior-octave-track-window-width-change)
12085 (octave-eldoc-function-signatures, octave-help)
12086 (octave-find-definition): Use single quoted strings.
12087 (inferior-octave-startup-args): Change default value.
12088 (inferior-octave-startup): Do not hard code "-i" and
12089 "--no-line-editing".
12090 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12091 (inferior-octave-directory-tracker): Use it.
12092 (octave-goto-function-definition): Robustify.
12093 (octave-help): Support highlighting operators in 'See also'.
12094 (octave-find-definition): Find subfunctions only in Octave mode.
12095
12096 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * help-fns.el (help-fns--compiler-macro): If the handler function is
12099 named, then put a link to it.
12100 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12101 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12102 (cl-typep): Use it.
12103 (cl-eval-when): Simplify debug spec.
12104 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12105 compiler-macro function instead of setting `compiler-macro-file'.
12106
12107 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12108
12109 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12110 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12111
12112 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12113 Daniel Hackney <dan@haxney.org>
12114
12115 First part of Daniel Hackney's patch to package.el.
12116 * emacs-lisp/package.el: Use defstruct.
12117 (package-desc): New, main struct.
12118 (package--bi-desc, package--ac-desc): New structs, used to describe the
12119 format in external files.
12120 (package-desc-vers): Replace with package-desc-version accessor.
12121 (package-desc-doc): Replace with package-desc-summary accessor.
12122 (package-activate-1): Remove `package' arg since the pkg-vec now
12123 includes the name.
12124 (define-package): Use package-desc-from-define.
12125 (package-unpack-single): Change file-name arg to be a symbol.
12126 (package--add-to-archive-contents): Use package-desc-create and new
12127 accessor functions to package--ac-desc.
12128 (package-buffer-info, package-tar-file-info): Return a package-desc.
12129 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12130 arg to be a package-desc.
12131 (package-install-file): Adjust accordingly. Use \' to match EOS.
12132 (package--from-builtin): New function.
12133 (describe-package-1, package-menu--generate): Use it.
12134 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12135 (package-generate-autoloads): Idem and return the name of the file.
12136 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12137 Change pkg-info arg to be a package-desc.
12138 Use package-make-ac-desc.
12139 (package-upload-file): Use \' to match EOS.
12140 * finder.el (finder-compile-keywords): Use package-make-builtin.
12141
12142 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * vc/vc.el (vc-deduce-fileset): Change error message.
12145 (vc-read-backend): New function.
12146 (vc-next-action): Use it.
12147
12148 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12149
12150 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12151 (prolog-font-lock-keywords): Use regexp-opt instead.
12152 Don't manually highlight strings.
12153 (prolog-mode-variables): Simplify comment-start-skip.
12154 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12155
12156 * emacs-lisp/generic.el (generic--normalise-comments)
12157 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12158 (generic-mode-set-comments): Use them.
12159 (generic-bracket-support): Use setq-local.
12160 (generic-make-keywords-list): Declare obsolete.
12161
12162 2013-06-11 Glenn Morris <rgm@gnu.org>
12163
12164 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12165 Prettify after setting font-lock-defaults. (Bug#14574)
12166
12167 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12168
12169 * replace.el (query-replace, occur-read-regexp-defaults-function)
12170 (replace-search):
12171 * subr.el (declare-function, number-sequence, local-set-key)
12172 (substitute-key-definition, locate-user-emacs-file)
12173 (with-silent-modifications, split-string, eval-after-load):
12174 Fix typos, remove unneeded backslashes and reflow some docstrings.
12175
12176 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12179 default for Elisp files.
12180
12181 2013-06-11 Glenn Morris <rgm@gnu.org>
12182
12183 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12184 although define-derived-mode was doing this anyway. (Bug#14583)
12185
12186 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12187
12188 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12189 Fix make-variable-buffer-local call to refer to the correct variable.
12190
12191 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12192
12193 * eshell/em-term.el (eshell-visual-commands)
12194 (eshell-visual-subcommands, eshell-visual-options):
12195 Add summary line to docstrings. Add cross-references.
12196
12197 2013-06-10 Glenn Morris <rgm@gnu.org>
12198
12199 * epa.el (epa-read-file-name): New function. (Bug#14510)
12200 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12201
12202 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12203
12204 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12205 output redirection to be ignored with visual commands.
12206
12207 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12208
12209 * eshell/em-term.el (eshell-visual-command-p): New function.
12210 (eshell-term-initialize): Move long lambda to separate function
12211 eshell-visual-command-p.
12212 * eshell/em-dirs.el (eshell-dirs-initialize):
12213 * eshell/em-script.el (eshell-script-initialize):
12214 Add missing #' to lambda.
12215
12216 2013-06-08 Leo Liu <sdl.web@gmail.com>
12217
12218 * progmodes/octave.el (octave-add-log-current-defun): New function.
12219 (octave-mode): Set add-log-current-defun-function.
12220 (octave-goto-function-definition): Do not move point if not found.
12221 (octave-find-definition): Enhance to try subfunctions first.
12222
12223 2013-06-08 Glenn Morris <rgm@gnu.org>
12224
12225 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12226 (byte-compile-backward-char, byte-compile-backward-word):
12227 Improve previous change, to handle non-explicit nil.
12228
12229 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12230
12231 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12232 (smie--opener/closer-at-point): New function.
12233 (smie--matching-block-data): Use it. Don't match from right after an
12234 opener or right before a closer. Obey smie-blink-matching-inners.
12235 Don't signal a mismatch for repeated inners like "switch..case..case".
12236
12237 2013-06-07 Leo Liu <sdl.web@gmail.com>
12238
12239 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12240 to t. (Bug#14303)
12241 (octave-function-header-regexp): Fix. (Bug#14570)
12242 (octave-help-mode-finish-hook, octave-help-mode-finish):
12243 Remove. Just use temp-buffer-show-hook.
12244
12245 * newcomment.el (comment-search-backward): Revert last change.
12246 (Bug#14434)
12247
12248 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12249
12250 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12251
12252 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12253 through xargs, to avoid failure due to MS-Windows limitations on
12254 command-line length.
12255
12256 2013-06-06 Glenn Morris <rgm@gnu.org>
12257
12258 * font-lock.el (lisp-font-lock-keywords-2):
12259 Treat user-error like error.
12260
12261 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12262 (byte-compile-backward-char, byte-compile-backward-word):
12263 Handle explicit nil arguments. (Bug#14565)
12264
12265 2013-06-05 Alan Mackenzie <acm@muc.de>
12266
12267 * isearch.el (isearch-allow-prefix): New user option.
12268 (isearch-other-meta-char): Don't exit isearch when a prefix
12269 argument is typed whilst `isearch-allow-prefix' is non-nil.
12270 (Bug#9706)
12271
12272 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12273
12274 * autorevert.el (auto-revert-notify-handler): Use memq.
12275 Hide assertion failure.
12276
12277 * skeleton.el: Use cl-lib.
12278 (skeleton-further-elements): Use defvar-local.
12279 (skeleton-insert): Use cl-progv.
12280
12281 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12282
12283 * progmodes/prog-mode.el (prog-prettify-symbols)
12284 (prog-prettify-install): Update docstrings.
12285
12286 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12287
12288 * simple.el: Move all the prog-mode code to prog-mode.el.
12289 * progmodes/prog-mode.el: New file.
12290 * loadup.el: Add prog-mode.el.
12291
12292 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12293
12294 * simple.el (prog-prettify-symbols): Add version.
12295 (prog-prettify-install): Add convenience function to prettify symbols.
12296
12297 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12298 (perl--augmented-font-lock-keywords-1)
12299 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12300 variables and use it.
12301
12302 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12303 (cfengine3-mode): Remove unneeded variable and use it.
12304
12305 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12306 (lisp--augmented-font-lock-keywords-1)
12307 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12308 Remove unneeded variables and use it.
12309
12310 2013-06-05 João Távora <joaotavora@gmail.com>
12311
12312 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12313 to point when opening the connection. (Bug#14380)
12314
12315 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12316
12317 * subr.el (load-history-regexp, load-history-filename-element)
12318 (eval-after-load, after-load-functions, do-after-load-evaluation)
12319 (eval-next-after-load, display-delayed-warnings)
12320 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12321 definition of save-match-data.
12322 (overriding-local-map): Remove accidental obsolescence declaration.
12323
12324 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12325
12326 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12327
12328 Generalize symbol prettify support to prog-mode and implement it
12329 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12330 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12331 (prog--prettify-font-lock-compose-symbol)
12332 (prog-prettify-font-lock-symbols-keywords): New variables and
12333 functions to support symbol prettification.
12334 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12335 (lisp--augmented-font-lock-keywords-1)
12336 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12337 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12338 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12339 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12340 Implement prettify of -> => :: strings.
12341 * progmodes/perl-mode.el (perl-prettify-symbols)
12342 (perl--font-lock-compose-symbol)
12343 (perl--font-lock-symbols-keywords): Move to prog-mode.
12344 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12345 (perl-font-lock-keywords-1)
12346 (perl-font-lock-keywords-2): Remove explicit prettify support.
12347 (perl--augmented-font-lock-keywords)
12348 (perl--augmented-font-lock-keywords-1)
12349 (perl--augmented-font-lock-keywords-2, perl-mode):
12350 Implement prettify support.
12351
12352 2013-06-05 Leo Liu <sdl.web@gmail.com>
12353
12354 Re-implement SMIE matching block highlight using
12355 show-paren-data-function. (Bug#14395)
12356 * emacs-lisp/smie.el (smie-matching-block-highlight)
12357 (smie--highlight-matching-block-overlay)
12358 (smie--highlight-matching-block-lastpos)
12359 (smie-highlight-matching-block)
12360 (smie-highlight-matching-block-mode): Remove.
12361 (smie--matching-block-data-cache): New variable.
12362 (smie--matching-block-data): New function.
12363 (smie-setup): Use smie--matching-block-data for
12364 show-paren-data-function.
12365
12366 * progmodes/octave.el (octave-mode-menu): Fix.
12367 (octave-find-definition): Skip garbage lines.
12368
12369 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12370
12371 Fix compilation error with simultaneous dynamic+lexical scoping.
12372 Add warning when a defvar appears after the first let-binding.
12373 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12374 (byte-compile-close-variables): Initialize it.
12375 (byte-compile--declare-var): New function.
12376 (byte-compile-file-form-defvar)
12377 (byte-compile-file-form-define-abbrev-table)
12378 (byte-compile-file-form-custom-declare-variable): Use it.
12379 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12380 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12381 (byte-compile-bind): Handle dynamic bindings that shadow
12382 lexical bindings.
12383 (byte-compile-unbind): Make arg non-optional.
12384 (byte-compile-let): Simplify.
12385 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12386 (cconv--analyse-function, cconv-analyse-form): Populate it.
12387 Protect byte-compile-bound-variables to limit the scope of defvars.
12388 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12389 Remove unneeded rule for `declare'.
12390
12391 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12392 so as to avoid depending on cl-adjoin at run-time.
12393 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12394
12395 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12396 (macroexp--warn-and-return): Use it.
12397
12398 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * subr.el: Convert to lexical binding.
12401 (overriding-local-map): Make obsolete.
12402 (add-to-list): Doc fix. Add compiler macro.
12403 (read-key): Swap values of local maps.
12404
12405 2013-06-05 Leo Liu <sdl.web@gmail.com>
12406
12407 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12408
12409 2013-06-04 Leo Liu <sdl.web@gmail.com>
12410
12411 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12412 (compilation-auto-jump): Suppress the "Mark set" message to give
12413 way to exit message.
12414
12415 2013-06-04 Alan Mackenzie <acm@muc.de>
12416
12417 Remove faulty optimisation from indentation calculation.
12418 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12419 search limit based on 2000 characters back from indent-point.
12420
12421 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12422
12423 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12424
12425 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * emacs-lisp/lisp.el: Use lexical-binding.
12428 (lisp--local-variables-1, lisp--local-variables): New functions.
12429 (lisp--local-variables-completion-table): New var.
12430 (lisp-completion-at-point): Use it complete let-bound vars.
12431
12432 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12433 eagerly (bug#14422).
12434
12435 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12436
12437 * autorevert.el (auto-revert-notify-enabled)
12438 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12439 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12440 (auto-revert-notify-handler): Handle also gfilenotify.
12441
12442 * subr.el (file-notify-handle-event): New defun. Replacing ...
12443 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12444 Remove.
12445
12446 2013-06-03 Juri Linkov <juri@jurta.org>
12447
12448 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12449 `M-s h .'. (Bug#14427)
12450
12451 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12452 command `hi-lock-face-symbol-at-point'.
12453 (hi-lock-face-symbol-at-point): New command.
12454 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12455 (hi-lock-menu): Add `highlight-symbol-at-point'.
12456 (hi-lock-mode): Doc fix.
12457
12458 * isearch.el (isearch-forward-symbol-at-point): New command.
12459 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12460 (isearch-highlight-regexp): Add a regexp which matches
12461 words/symbols for word/symbol mode.
12462
12463 * subr.el (find-tag-default-bounds): New function with the body
12464 mostly moved from `find-tag-default'.
12465 (find-tag-default): Move most code to `find-tag-default-bounds',
12466 call it and apply `buffer-substring-no-properties' afterwards.
12467
12468 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12469
12470 * eshell/em-term.el (eshell-term-initialize):
12471 Use `cl-intersection' rather than `intersection'.
12472
12473 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12474
12475 * vc/log-view.el: Doc fix.
12476 (log-view-mode-map): Copy keymap from `special-mode-map'.
12477
12478 2013-06-02 Eric Ludlam <zappo@gnu.org>
12479
12480 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12481 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12482 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12483 (eieio-unbound, eieio-default-superclass)
12484 (eieio--define-field-accessors, method-static, method-before)
12485 (method-primary, method-after, method-num-lists)
12486 (method-generic-before, method-generic-primary)
12487 (method-generic-after, method-num-slots)
12488 (eieio-specialized-key-to-generic-key)
12489 (eieio--check-type, class-v, class-p)
12490 (eieio-class-name, define-obsolete-function-alias)
12491 (eieio-class-parents-fast, eieio-class-children-fast)
12492 (same-class-fast-p, class-constructor, generic-p)
12493 (generic-primary-only-p, generic-primary-only-one-p)
12494 (class-option-assoc, class-option, eieio-object-p)
12495 (class-abstract-p, class-method-invocation-order)
12496 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12497 (eieio-class-un-autoload, eieio-defclass)
12498 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12499 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12500 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12501 (eieio-defgeneric-reset-generic-form)
12502 (eieio-defgeneric-form-primary-only)
12503 (eieio-defgeneric-reset-generic-form-primary-only)
12504 (eieio-defgeneric-form-primary-only-one)
12505 (eieio-defgeneric-reset-generic-form-primary-only-one)
12506 (eieio-unbind-method-implementations)
12507 (eieio--defmethod, eieio--typep)
12508 (eieio-perform-slot-validation, eieio-validate-slot-value)
12509 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12510 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12511 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12512 (eieio-slot-name-index, eieio-class-slot-name-index)
12513 (eieio-set-defaults, eieio-initarg-to-attribute)
12514 (eieio-attribute-to-initarg, eieio-c3-candidate)
12515 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12516 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12517 (eieio-class-precedence-list, eieio-generic-call-methodname)
12518 (eieio-generic-call-arglst, eieio-generic-call-key)
12519 (eieio-generic-call-next-method-list)
12520 (eieio-pre-method-execution-functions, eieio-generic-call)
12521 (eieio-generic-call-primary-only, eieiomt-method-list)
12522 (eieiomt-optimizing-obarray, eieiomt-install)
12523 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12524 (eieio-generic-form, eieio-defmethod, make-obsolete)
12525 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12526 (defclass): Remove `eval-and-compile' from macro.
12527 (call-next-method, shared-initialize): Instead of using
12528 `scoped-class' variable, use new eieio--scoped-class, and
12529 eieio--with-scoped-class.
12530 (initialize-instance): Rename local variable 'scoped-class' to
12531 'this-class' to remove ambiguitity from old global.
12532
12533 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12534 eieio.el.
12535 (eieio--scoped-class-stack): New variable.
12536 (eieio--scoped-class): New fcn.
12537 (eieio--with-scoped-class): New scoping macro.
12538 (eieio-defclass): Use pushnew instead of add-to-list.
12539 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12540 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12541 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12542 `scoped-class' variable, use new eieio--scoped-class, and
12543 eieio--with-scoped-class.
12544
12545 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12546
12547 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12548
12549 * eshell/esh-ext.el (eshell-external-command): Pass args to
12550 `eshell-find-interpreter'.
12551 (eshell-find-interpreter): Add new second parameter ARGS.
12552
12553 * eshell/em-script.el (eshell-script-initialize): Add second arg
12554 to the function added as MATCH to `eshell-interpreter-alist'.
12555
12556 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12557 the function added as MATCH to `eshell-interpreter-alist'.
12558
12559 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12560 (eshell-visual-options): New defcustom.
12561 (eshell-escape-control-x): Adapt docstring.
12562 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12563 `eshell-visual-options' in addition to `eshell-visual-commands'.
12564 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12565
12566 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12567
12568 * progmodes/python.el (python-indent-block-enders): Add break,
12569 continue and raise keywords.
12570
12571 2013-06-01 Glenn Morris <rgm@gnu.org>
12572
12573 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12574
12575 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12576 * progmodes/cc-cmds.el (delete-forward-p):
12577 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12578 * progmodes/cc-engine.el (buffer-syntactic-context):
12579 * progmodes/cc-fonts.el (face-property-instance):
12580 * progmodes/cc-mode.el (set-keymap-parents):
12581 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12582 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12583 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12584 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12585 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12586
12587 * progmodes/cc-vars.el (other): Emacs has this widget since
12588 at least 21.1, so don't (re)define it.
12589
12590 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12591 Replace the obsolete alias pcomplete-arg-quote-list.
12592
12593 2013-06-01 Leo Liu <sdl.web@gmail.com>
12594
12595 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12596 punctuation syntax.
12597 (inferior-octave-minimal-columns)
12598 (inferior-octave-last-column-width): New variables.
12599 (inferior-octave-track-window-width-change): New function.
12600 (inferior-octave-mode): Adjust column width so that Octave output,
12601 for example from 'ls', can fit into the window nicely.
12602
12603 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12604
12605 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12606 Highlight expansions inside regexp literals.
12607
12608 2013-05-31 Glenn Morris <rgm@gnu.org>
12609
12610 * obsolete/sym-comp.el (symbol-complete):
12611 Replace obsolete completion-annotate-function.
12612
12613 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12614
12615 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12616
12617 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12618 New function, checks if point is inside a literal that allows
12619 expression expansion.
12620 (ruby-syntax-propertize-expansion): Use it.
12621 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12622 around the body.
12623
12624 2013-05-30 Juri Linkov <juri@jurta.org>
12625
12626 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12627 to "\M-si".
12628 (isearch-invisible): New variable.
12629 (isearch-forward): Doc fix.
12630 (isearch-mode): Set `isearch-invisible'
12631 to the value of `search-invisible'.
12632 (isearch-toggle-case-fold): Doc fix.
12633 (isearch-toggle-invisible): New command.
12634 (isearch-query-replace): Let-bind `search-invisible'
12635 to the value of `isearch-invisible'.
12636 (isearch-search): Use `isearch-invisible' instead of
12637 `search-invisible'. Let-bind `search-invisible'
12638 to the value of `isearch-invisible'. (Bug#11378)
12639
12640 2013-05-30 Juri Linkov <juri@jurta.org>
12641
12642 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12643 call when `query-flag' is nil and `search-invisible' is non-nil.
12644 (Bug#11746)
12645
12646 2013-05-30 Glenn Morris <rgm@gnu.org>
12647
12648 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12649
12650 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12651 (cc-require): Suppress spurious "noruntime" warnings.
12652 (cc-require-when-compile): Use fboundp, for sake of compiler.
12653
12654 * progmodes/cc-mode.el: Move load of cc-vars before that of
12655 cc-langs (which in turn loads cc-vars), to quieten compiler.
12656
12657 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12658
12659 * paren.el: Simplify the code.
12660 (show-paren-mode): Always start the timer.
12661 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12662 (show-paren--overlay, show-paren--overlay-1): Rename from
12663 show-paren-overlay and show-paren-overlay-1, and initialize to an
12664 overlay rather than to nil.
12665 (show-paren-function): Misc cleanup and simplifications.
12666
12667 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12668
12669 * paren.el (show-paren-data-function): New hook.
12670 (show-paren--default): New function, extracted from show-paren-function.
12671 (show-paren-function): Use show-paren-data-function.
12672
12673 2013-05-30 Glenn Morris <rgm@gnu.org>
12674
12675 * ielm.el (ielm-map, ielm-complete-symbol):
12676 Use completion-at-point rather than obsolete functions.
12677 (inferior-emacs-lisp-mode): Doc fix.
12678 Set completion-at-point-functions, rather than
12679 comint-dynamic-complete-functions.
12680
12681 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12682 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12683 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12684
12685 * image.el (image-animated-p): Tweak definition.
12686
12687 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12688 (rlogin-process-connection-type): Tweak default. Add set-after.
12689 (rlogin-host): Doc fix.
12690 (rlogin): Tweak prompt.
12691 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12692
12693 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12694 * progmodes/tcl.el (inferior-tcl-mode-map):
12695 Use completion-at-point rather than obsolete alias.
12696
12697 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12698
12699 * minibuffer.el (read-file-name-completion-ignore-case):
12700 Move before completion--in-region, for eager macro expansion.
12701
12702 2013-05-29 Juri Linkov <juri@jurta.org>
12703
12704 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12705 for total count of matching lines. Add `global-matches' for total
12706 count of matches. Rename `matches' to `lines' for count of
12707 matching lines. Add `matches' for count of matches.
12708 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12709 to `prev-line' for line number of prev match endpt.
12710 Increment `matches' for every match. Print the number of
12711 matching lines in the header.
12712 (occur-context-lines): Rename `lines' to `curr-line'.
12713 Rename `prev-lines' to `prev-line'. (Bug#14017)
12714
12715 2013-05-29 Juri Linkov <juri@jurta.org>
12716
12717 * replace.el (perform-replace): Add `skip-read-only-count',
12718 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12719 Increment them for corresponding conditions and report the number
12720 of skipped occurrences in the final message. (Bug#11746)
12721 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12722 (replace-string, replace-regexp): Doc fix.
12723
12724 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12725
12726 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12727
12728 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12729 prog-mode-map (bug#14504).
12730
12731 2013-05-29 Leo Liu <sdl.web@gmail.com>
12732
12733 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12734 (octave-help): Small simplification.
12735
12736 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12737 off the highlight first.
12738
12739 2013-05-29 Glenn Morris <rgm@gnu.org>
12740
12741 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12742 Handle idlwave-last-system-routine-info-cons-cell being nil.
12743
12744 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12745 (idlwave-write-paths): Simplify via with-temp-buffer.
12746
12747 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12748 * emulation/cua-rect.el: Also load cua-base at run time.
12749
12750 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12751 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12752 (cperl-imenu-on-info): Require imenu.
12753
12754 2013-05-28 Alan Mackenzie <acm@muc.de>
12755
12756 Handle "capitalised keywords" correctly.
12757 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12758
12759 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
12760
12761 * eshell/em-unix.el: Add -r option to cp.
12762
12763 2013-05-28 Glenn Morris <rgm@gnu.org>
12764
12765 * vc/vc-arch.el (vc-exec-after): Declare.
12766 (vc-switches): Autoload.
12767 * vc/vc-bzr.el: No need to require vc when compiling.
12768 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12769 (vc-resynch-buffer, vc-dir-refresh): Declare.
12770 (vc-setup-buffer, vc-switches): Autoload.
12771 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12772 (vc-resynch-buffer): Declare.
12773 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12774 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12775 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12776 (grep-read-regexp, grep-read-files, grep-expand-template)
12777 (vc-dir-refresh): Declare.
12778 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12779 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12780 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12781 * vc/vc-mtn.el (vc-exec-after): Declare.
12782 (vc-switches): Autoload.
12783 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12784 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12785 (vc-file-tree-walk): Declare.
12786 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12787 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12788 (vc-tag-precondition, vc-rename-master): Autoload.
12789 * vc/vc-svn.el (vc-exec-after): Declare.
12790 (vc-switches, vc-setup-buffer): Autoload.
12791 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12792 Autoload.
12793 (vc-resynch-buffer): Declare.
12794
12795 * obsolete/fast-lock.el (byte-compile-warnings):
12796 Don't warn about obsolete features in this obsolete file.
12797
12798 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12799 Move definition before use.
12800
12801 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12802 (dun-unix-verbs): Remove dun-zippy.
12803 (dun-zippy): Remove function.
12804
12805 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12806
12807 2013-05-27 Juri Linkov <juri@jurta.org>
12808
12809 * replace.el (replace-search): New function with code moved out
12810 from `perform-replace'.
12811 (replace-highlight, replace-dehighlight): Move function definitions
12812 up closer to `replace-search'. (Bug#11746)
12813
12814 2013-05-27 Juri Linkov <juri@jurta.org>
12815
12816 * replace.el (perform-replace): Ignore invisible matches.
12817 In addition to checking `query-replace-skip-read-only', also
12818 filter out matches by calling `run-hook-with-args-until-failure'
12819 on `isearch-filter-predicates', and also check `search-invisible'
12820 for t or call `isearch-range-invisible'.
12821 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12822
12823 2013-05-27 Juri Linkov <juri@jurta.org>
12824
12825 * isearch.el (isearch-filter-predicates): Rename from
12826 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12827 (isearch-message-prefix): Display text from the property
12828 `isearch-message-prefix' of the currently active filters.
12829 (isearch-search): Don't compare `isearch-filter-predicate' with
12830 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12831 on `isearch-filter-predicates'. Also check `search-invisible' for t
12832 or call `isearch-range-invisible'.
12833 (isearch-filter-visible): Make obsolete.
12834 (isearch-lazy-highlight-search):
12835 Call `run-hook-with-args-until-failure' on
12836 `isearch-filter-predicates' and use `isearch-range-invisible'.
12837
12838 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12839 `isearch-filter-predicates' instead of `funcall'ing
12840 `isearch-filter-predicate'.
12841 (Info-mode): Set `Info-isearch-filter' to
12842 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12843
12844 * dired-aux.el (dired-isearch-filter-predicate-orig):
12845 Remove variable.
12846 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12847 (dired-isearch-filenames-end): Add and remove
12848 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12849 instead of changing the value of `isearch-filter-predicate'.
12850 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12851 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12852 Put property `isearch-message-prefix' to "filename " on
12853 `dired-isearch-filter-filenames'.
12854
12855 * wdired.el (wdired-change-to-wdired-mode):
12856 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12857 locally instead of changing `isearch-filter-predicate'.
12858 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12859
12860 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12861
12862 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12863 return the commit hash (Bug#14459). Also set the
12864 `vc-git-detached' property.
12865 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12866 (vc-git-mode-line-string): Use the same help-echo format whether
12867 in detached mode or not, because we know the actual revision now.
12868 When in detached mode, shorten the revision to 7 chars.
12869
12870 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12871
12872 * emacs-lisp/easy-mmode.el (define-minor-mode):
12873 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12874 mode hook and provide a docstring.
12875
12876 2013-05-27 Alan Mackenzie <acm@muc.de>
12877
12878 Remove spurious syntax-table text properties inserted by C-y.
12879 * progmodes/cc-mode.el (c-after-change): Also clear hard
12880 syntax-table property with value nil.
12881
12882 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12883
12884 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12885 when reading the events; the buffer layout shall not be changed.
12886
12887 2013-05-27 Leo Liu <sdl.web@gmail.com>
12888
12889 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12890 New variable.
12891 (inferior-octave-directory-tracker): Automatically re-sync
12892 default-directory.
12893 (octave-help): Improve handling of 'See also'.
12894
12895 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12896
12897 * doc-view.el: Minor naming convention tweaks.
12898 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12899
12900 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12901 even if there's no `display' property yet (bug#14435).
12902
12903 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12904
12905 * subr.el (unmsys--file-name): Rename from reveal-filename.
12906
12907 * Makefile.in (custom-deps, finder-data, autoloads)
12908 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12909 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12910 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12911
12912 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12913
12914 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12915 error-completion on the first 2 args of condition-case (bug#14446).
12916 Don't burp at EOB.
12917
12918 2013-05-25 Leo Liu <sdl.web@gmail.com>
12919
12920 * comint.el (comint-previous-matching-input): Do not flood the
12921 *Messages* buffer with trivial messages.
12922
12923 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12924
12925 * progmodes/flymake.el (flymake-nop): Don't return a string.
12926 (flymake-set-at): Fix typo.
12927
12928 * simple.el (read--expression): New function, extracted from
12929 eval-expression. Set completion-at-point-functions (bug#14465).
12930 (eval-expression, eval-minibuffer): Use it.
12931
12932 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12933
12934 * progmodes/flymake.el (flymake-save-buffer-in-file)
12935 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12936 (flymake-selected-frame, flymake-log, flymake-ins-after)
12937 (flymake-set-at, flymake-get-buildfile-from-cache)
12938 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12939 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12940 Refine the doc string.
12941 (flymake-get-file-name-mode-and-masks): Reformat.
12942 (flymake-get-real-file-name-function): Fix a minor bug.
12943
12944 2013-05-24 Juri Linkov <juri@jurta.org>
12945
12946 * progmodes/grep.el (grep-mode-font-lock-keywords):
12947 Support =linenumber= format used by git-grep for lines with
12948 function names. (Bug#13549)
12949
12950 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12951
12952 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12953 0 after a semi-colon; it works better for smie-auto-fill.
12954 (octave--indent-new-comment-line): New function.
12955 (octave-indent-new-comment-line): Use it (indirectly).
12956 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12957 modify comment-line-break-function.
12958
12959 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12960 (smie-setup): Use add-function to set it.
12961
12962 2013-05-24 Sam Steingold <sds@gnu.org>
12963
12964 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12965 argument (before the `interactive' argument).
12966
12967 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * image-mode.el (image-mode-winprops): Add winprops to
12970 image-mode-winprops-alist before running
12971 image-mode-new-window-functions.
12972 * doc-view.el (doc-view-new-window-function): Don't delay
12973 doc-view-goto-page via timers (bug#14435).
12974
12975 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12976
12977 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12978 (doc-view-desktop-save-buffer): New function.
12979 (doc-view-restore-desktop-buffer): New function.
12980 (desktop-buffer-mode-handlers):
12981 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
12982 handler.
12983 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
12984 `desktop-save-buffer' function.
12985
12986 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
12987
12988 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
12989 (tramp-gvfs-file-name-handler): Raise a user error when
12990 `tramp-gvfs-enabled' is nil.
12991 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
12992 Do not raise a user error when loading package. (Bug#14447)
12993
12994 * net/xesam.el: Move to obsolete/.
12995
12996 2013-05-24 Glenn Morris <rgm@gnu.org>
12997
12998 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
12999
13000 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13001
13002 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13003 (Info-find-node, Man-getpage-in-background): Declare.
13004
13005 * mail/unrmail.el (unrmail):
13006 Replace obsolete detect-coding-with-priority.
13007
13008 * net/socks.el (socks-split-string): Use this rather than split-string.
13009 (socks-nslookup-host): Update for above change.
13010 (dynamic-choice, s5-dynamic-choice-match)
13011 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13012 Comment out unused code.
13013
13014 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13015 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13016 (gud-tooltip-echo-area): Make obsolete.
13017 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13018
13019 * progmodes/js.el (js--optimize-arglist): Declare.
13020
13021 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13022
13023 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13024 (ediff-window-C): Declare.
13025
13026 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13027 Tweak requires to silence compiler.
13028
13029 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13030 (he-search-string, he-tried-table, he-expand-list)
13031 (he-init-string, he-string-member, he-substitute-string)
13032 (he-reset-string): Declare.
13033
13034 * obsolete/options.el (list-options): Use custom-variable-p,
13035 rather than obsolete alias.
13036
13037 2013-05-23 Sam Steingold <sds@gnu.org>
13038
13039 * simple.el (shell-command-on-region): Pass the `replace' argument
13040 down to `call-process-region' to comply with the doc as reported on
13041 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13042
13043 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13044
13045 * emacs-lisp/smie.el (smie-indent-forward-token)
13046 (smie-indent-backward-token): Handle string tokens (bug#14381).
13047
13048 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13049
13050 * ielm.el (ielm-menu): New menu.
13051 (inferior-emacs-lisp-mode): Set comment-start.
13052
13053 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13054
13055 * textmodes/reftex.el (reftex-ref-style-toggle):
13056 Fix deactivate action.
13057
13058 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13059 Add cleveref macros.
13060
13061 * textmodes/reftex-parse.el
13062 (reftex-locate-bibliography-files): Accept options for
13063 bibliography commands.
13064 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13065 Add addbibresource. Basic Biblatex support.
13066
13067 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13068
13069 * net/tramp-gvfs.el (top):
13070 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13071 when loading package. (Bug#14447)
13072
13073 2013-05-23 Glenn Morris <rgm@gnu.org>
13074
13075 * progmodes/js.el: No need to load comint when compiling.
13076 (ring-insert, comint-send-string, comint-send-input)
13077 (comint-last-input-end, ido-chop): Declare.
13078
13079 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13080 * vc/ediff-mult.el: Adjust requires.
13081 (ediff-directories-internal, ediff-directory-revisions-internal)
13082 (ediff-patch-file-internal): Declare.
13083 * vc/ediff-ptch.el: Adjust requires.
13084 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13085 (ediff-find-file): Autoload.
13086 * vc/ediff-util.el: No need to load ediff when compiling.
13087 (ediff-regions-internal): Declare.
13088 * vc/ediff-wind.el: Adjust requires.
13089 (ediff-compute-toolbar-width): Define when compiling.
13090 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13091 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13092 (dired-get-filename, dired-get-marked-files)
13093 (ediff-last-dir-patch, ediff-patch-default-directory)
13094 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13095 (ediff-patch-buffer-internal): Declare.
13096
13097 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13098 (ispell-process, ispell-buffer-local-words, lm-summary)
13099 (lm-section-start, lm-section-end): Declare.
13100 (checkdoc-ispell-init): Simplify.
13101
13102 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13103 (he-string-member, he-reset-string, he-substitute-string): Declare.
13104
13105 * eshell/em-ls.el: Adjust requires.
13106 (eshell-glob-regexp): Declare.
13107 * eshell/em-tramp.el: Adjust requires.
13108 (eshell-parse-command): Autoload.
13109 * eshell/em-xtra.el: Adjust requires.
13110 (eshell-parse-command): Autoload.
13111 * eshell/esh-ext.el: Adjust requires.
13112 (eshell-parse-command, eshell-close-handles): Autoload.
13113 * eshell/esh-io.el: Adjust requires.
13114 (eshell-output-filter): Autoload.
13115 * eshell/esh-util.el: No need to load tramp when compiling.
13116 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13117 Declare.
13118 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13119 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13120 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13121 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13122 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13123 * eshell/esh-opt.el, eshell/esh-proc.el:
13124 * eshell/esh-var.el: Adjust requires.
13125 * eshell/eshell.el: Do not require esh-util twice.
13126 (eshell-add-input-to-history): Declare.
13127 (eshell-command): Check history module is active before using it.
13128
13129 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13130
13131 2013-05-22 Leo Liu <sdl.web@gmail.com>
13132
13133 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13134
13135 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13136
13137 * autorevert.el (auto-revert-notify-add-watch)
13138 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13139 it indicates changes in file modification time.
13140
13141 2013-05-22 Glenn Morris <rgm@gnu.org>
13142
13143 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13144 Always delete the autoloaded function from the noruntime and
13145 unresolved functions lists.
13146
13147 * allout.el: No need to load epa, epg, overlay when compiling.
13148 (epg-context-set-passphrase-callback, epg-list-keys)
13149 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13150 (epg-key-user-id-list): Declare.
13151
13152 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13153 (viper-set-parsing-style-toggling-macro)
13154 (viper-set-emacs-state-searchstyle-macros):
13155 Use called-interactively-p on Emacs.
13156 (viper-looking-back): Make it an obsolete alias. Update callers.
13157 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13158 Use looking-back rather than viper-looking-back.
13159 (viper-tmp-insert-at-eob, viper-enlarge-region)
13160 (viper-read-string-with-history, viper-register-to-point)
13161 (viper-append-to-register, viper-change-state-to-vi)
13162 (viper-backward-char-carefully, viper-forward-char-carefully)
13163 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13164 (viper-change-state-to-emacs): Declare.
13165 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13166 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13167 * emulation/viper-mous.el: Do not load viper-cmd.
13168 (viper-backward-char-carefully, viper-forward-char-carefully)
13169 (viper-forward-word, viper-adjust-window): Declare.
13170
13171 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13172
13173 * progmodes/idlw-help.el (idlwave-help-fontify):
13174 Use called-interactively-p.
13175
13176 * term/w32console.el (w32-get-console-codepage)
13177 (w32-get-console-output-codepage): Declare.
13178
13179 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13180 Remove unnecessary declarations.
13181 (dframe-message): Doc fix.
13182
13183 * info.el (dframe-select-attached-frame, dframe-current-frame):
13184 Declare.
13185
13186 * speedbar.el (speedbar-message): Make it an obsolete alias.
13187 Update all callers.
13188 (speedbar-with-attached-buffer)
13189 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13190 (speedbar-with-writable): Use backquote.
13191 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13192 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13193 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13194 rather than speedbar- aliases.
13195 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13196 (speedbar-make-specialized-keymap, speedbar-insert-button)
13197 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13198 (speedbar-do-function-pointer): Declare.
13199 (rmail-speedbar-button, rmail-speedbar-find-file)
13200 (rmail-speedbar-move-message):
13201 Use dframe-with-attached-buffer rather than speedbar- alias.
13202 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13203 (dframe-message, speedbar-make-specialized-keymap)
13204 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13205 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13206 (speedbar-insert-button, dframe-select-attached-frame)
13207 (dframe-maybee-jump-to-attached-frame)
13208 (speedbar-change-initial-expansion-list)
13209 (speedbar-previously-used-expansion-list-name): Declare.
13210 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13211 Use dframe-message, dframe-with-attached-buffer rather than
13212 speedbar- aliases.
13213 (gud-sentinel): Silence compiler.
13214 * progmodes/vhdl-mode.el (speedbar-refresh)
13215 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13216 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13217 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13218 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13219 (speedbar-file-lists, speedbar-make-tag-line)
13220 (speedbar-line-directory, speedbar-goto-this-file)
13221 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13222 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13223 (speedbar-make-button, speedbar-reset-scanners)
13224 (speedbar-files-item-info, speedbar-line-text)
13225 (speedbar-find-file-in-frame, speedbar-set-timer)
13226 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13227 (speedbar-with-writable): Do not (re)define it.
13228 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13229 rather than speedbar- alias.
13230
13231 2013-05-21 Leo Liu <sdl.web@gmail.com>
13232
13233 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13234 menu items.
13235 (octave-mode): Tweak fill-nobreak-predicate.
13236 (inferior-octave-startup): Check process to avoid infinite loop.
13237 (inferior-octave): Pop to buffer first to show abornmal process
13238 exit information.
13239
13240 2013-05-21 Glenn Morris <rgm@gnu.org>
13241
13242 * printing.el (pr-menu-bar): Define when compiling.
13243
13244 2013-05-21 Leo Liu <sdl.web@gmail.com>
13245
13246 * progmodes/octave.el (octave-auto-fill): Remove.
13247 (octave-indent-new-comment-line): Improve.
13248 (octave-mode): Use auto fill mode through
13249 comment-line-break-function and fill-nobreak-predicate.
13250 (octave-goto-function-definition): Support DEFUN_DLD.
13251 (octave-beginning-of-defun): Small tweak.
13252 (octave-help): Show parent directory.
13253
13254 2013-05-21 Glenn Morris <rgm@gnu.org>
13255
13256 * files.el (dired-unmark):
13257 * progmodes/gud.el (gdb-input): Update declarations.
13258
13259 * calculator.el (electric, ehelp): No need to load when compiling.
13260 (Electric-command-loop, electric-describe-mode): Declare.
13261
13262 * doc-view.el (doc-view-current-converter-processes): Move before use.
13263
13264 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13265 Move MODE-set-explicitly definition before use.
13266
13267 * international/mule-diag.el (mule-diag):
13268 Don't use obsolete window-system-version.
13269
13270 * mail/feedmail.el (smtpmail): No need to load when compiling.
13271 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13272
13273 * mail/mail-utils.el (rfc822): No need to load when compiling.
13274 (rfc822-addresses): Autoload it.
13275 (mail-strip-quoted-names): Trivial simplification.
13276
13277 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13278 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13279
13280 * net/snmp-mode.el (tempo): Don't duplicate requires.
13281
13282 * progmodes/prolog.el (info): No need to load when compiling.
13283 (comint): Require before shell requires it.
13284 (Info-goto-node): Autoload it.
13285 (Info-follow-nearest-node): Declare.
13286 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13287
13288 * textmodes/artist.el (picture-mode-exit): Declare.
13289
13290 * textmodes/reftex-parse.el (reftex-parse-from-file):
13291 Trivial rewrite so the compiler can parse it better.
13292
13293 2013-05-20 Leo Liu <sdl.web@gmail.com>
13294
13295 * progmodes/octave.el (octave-help-mode-map)
13296 (octave-help-mode-finish-hook): New variables.
13297 (octave-help-mode, octave-help-mode-finish): New functions.
13298 (octave-help): Use octave-help-mode.
13299
13300 2013-05-20 Glenn Morris <rgm@gnu.org>
13301
13302 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13303
13304 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13305
13306 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13307 start at point, so that expansion starting right after opening
13308 slash in a regexp is recognized.
13309 (ruby-syntax-before-regexp-re): New defvar, extracted from
13310 ruby-syntax-propertize-function. Since the value of this regexp
13311 is looked up at runtime now, we should be able to turn
13312 `ruby-syntax-methods-before-regexp' into a defcustom later.
13313 (ruby-syntax-propertize-function): Split regexp matching into two
13314 parts, for opening and closing slashes. That allows us to skip
13315 over string interpolations and support multiline regexps.
13316 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13317 for them, which calls `ruby-syntax-propertize-expansion'.
13318 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13319 call to `ruby-syntax-propertize-function'.
13320 (ruby-syntax-propertize-expansion): Extracted from
13321 `ruby-syntax-propertize-expansions'. Handles one expansion.
13322 (ruby-syntax-propertize-percent-literal): Leave point right after
13323 the percent symbol, so that the expression expansion rule can
13324 propertize the contents.
13325 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13326 heredoc openers.
13327 (ruby-syntax-propertize-expansions): Remove.
13328
13329 2013-05-18 Juri Linkov <juri@jurta.org>
13330
13331 * man.el (Man-default-man-entry): Remove `-' from the end
13332 of the default value. (Bug#14400)
13333
13334 2013-05-18 Glenn Morris <rgm@gnu.org>
13335
13336 * comint.el (comint-password-prompt-regexp):
13337 Allow "password for XXX" where XXX contains colons (eg https://...).
13338
13339 2013-05-18 Leo Liu <sdl.web@gmail.com>
13340
13341 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13342 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13343 (octave-source-directories): Don't check process.
13344 (octave-source-directories, octave-find-definition): Doc fix.
13345
13346 2013-05-18 Glenn Morris <rgm@gnu.org>
13347
13348 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13349 Remove backspace/delete bindings. (Bug#14392)
13350
13351 * cus-dep.el (custom-make-dependencies): Sort the output.
13352 (custom-versions-load-alist): Convert comment to doc.
13353
13354 2013-05-17 Leo Liu <sdl.web@gmail.com>
13355
13356 * newcomment.el (comment-search-backward): Stricter in finding
13357 comment start. (Bug#14303)
13358
13359 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13360 (octave-comment-start-skip): Properly anchored.
13361
13362 2013-05-17 Leo Liu <sdl.web@gmail.com>
13363
13364 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13365 Clean up when turned off. (Bug#14395)
13366 (smie--highlight-matching-block-overlay): No longer buffer-local.
13367 (smie-highlight-matching-block): Adjust.
13368
13369 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13370
13371 Doc string fix for "nanoseconds" (Bug#14406).
13372 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13373 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13374
13375 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13376
13377 * calc/calc-units.el (math-extract-units): Preserve powers
13378 of units.
13379
13380 2013-05-17 Leo Liu <sdl.web@gmail.com>
13381
13382 * subr.el (delete-consecutive-dups): New function.
13383 * ido.el (ido-set-matches-1): Use it.
13384 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13385 * ido.el (ido-remove-consecutive-dups): Remove.
13386
13387 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13390 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13391 regexp-opt's `words'.
13392
13393 2013-05-16 Leo Liu <sdl.web@gmail.com>
13394
13395 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13396 (smie--highlight-matching-block-overlay)
13397 (smie--highlight-matching-block-lastpos)
13398 (smie--highlight-matching-block-timer): New variables.
13399 (smie-highlight-matching-block): New function.
13400 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13401 (smie-setup): Conditionally enable smie-blink-matching-open.
13402
13403 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13404
13405 Sync with upstream verilog-mode r840.
13406 * progmodes/verilog-mode.el (verilog-mode-version)
13407 (verilog-mode-release-date): Update.
13408 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13409 (verilog-sig-tieoff): Fix string error on
13410 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13411 (verilog-read-decls): Fix parameters confusing
13412 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13413
13414 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13415
13416 * subr.el (reveal-filename): New function.
13417
13418 * loadup.el: Compute Emacs executable versions on MS-Windows,
13419 where executables have the .exe extension. Add a hard link
13420 emacs-XX.YY.ZZ.exe on MS-Windows.
13421
13422 * Makefile.in (XARGS_LIMIT): New variable.
13423 (custom-deps, finder-data, autoloads)
13424 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13425 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13426 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13427 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13428
13429 2013-05-16 Leo Liu <sdl.web@gmail.com>
13430
13431 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13432 (octave-mode-menu, octave-mode-map): Remove its uses.
13433
13434 2013-05-16 Reto Zimmermann <reto@gnu.org>
13435
13436 Sync with upstream vhdl mode v3.34.2.
13437 * progmodes/vhdl-mode.el: Use `push' throughout.
13438 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13439 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13440 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13441 (vhdl-actual-generic-name): New option to derive actual generic name.
13442 (vhdl-port-paste-signals): Replace formal by actual generics.
13443 (vhdl-beautify): New name for old group vhdl-align. Update users.
13444 (vhdl-beautify-options): New option.
13445 (vhdl-last-input-event): New compat alias. Use throughout.
13446 (vhdl-goto-line): Replace user level function `goto-line'.
13447 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13448 vhdl-fix-statement-buffer.
13449 (vhdl-create-mode-menu): Add some entries.
13450 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13451 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13452 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13453 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13454 to force statements on one line.
13455 (vhdl-remove-trailing-spaces-region):
13456 New, split from vhdl-remove-trailing-spaces.
13457 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13458 Respect vhdl-beautify-options.
13459 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13460 (vhdl-update-sensitivity-list): Not add with index if exists without.
13461 Not include array index with signal. Ignore keywords in comments.
13462 (vhdl-get-visible-signals): Regexp tweaks.
13463 (vhdl-template-component-inst): Handle empty library.
13464 (vhdl-template-type): Add template for 'enum' type.
13465 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13466 Use vhdl-replace-string.
13467 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13468 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13469 (vhdl-speedbar-initialize): Update for above name change.
13470 (vhdl-compose-wire-components): Fix in handling of constants.
13471 (vhdl-error-regexp-emacs-alist): New variable.
13472 (vhdl-error-regexp-add-emacs): New function;
13473 adds support for new compile.el (Emacs 22+)
13474 (vhdl-generate-makefile-1): Change target order for single lib. units.
13475 Allow use of absolute file names.
13476
13477 2013-05-16 Leo Liu <sdl.web@gmail.com>
13478
13479 * simple.el (prog-indent-sexp): Indent enclosing defun.
13480
13481 2013-05-15 Glenn Morris <rgm@gnu.org>
13482
13483 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13484 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13485 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13486 (whitespace-highlight): Move to whitespace group.
13487
13488 * comint.el (comint-source):
13489 * pcmpl-linux.el (pcmpl-linux):
13490 * shell.el (shell-faces):
13491 * eshell/esh-opt.el (eshell-opt):
13492 * international/ccl.el (ccl): Remove empty custom groups.
13493
13494 * completion.el (dynamic-completion-mode):
13495 * jit-lock.el (jit-lock-debug-mode):
13496 * minibuffer.el (completion-in-region-mode):
13497 * type-break.el (type-break-mode-line-message-mode)
13498 (type-break-query-mode):
13499 * emulation/tpu-edt.el (tpu-edt-mode):
13500 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13501 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13502 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13503
13504 * term/xterm.el (xterm): Change parent group to terminals.
13505
13506 * master.el (master): Remove empty custom group.
13507 (master-mode): Remove unused :group argument.
13508 * textmodes/refill.el (refill): Remove empty custom group.
13509 (refill-mode): Remove unused :group argument.
13510
13511 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13512
13513 * cus-dep.el: Provide a feature.
13514 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13515 Don't mistakenly ignore files whose basenames match a basename
13516 from preloaded-file-list (eg cedet/ede/simple.el).
13517 Add a fallback method for getting :group.
13518
13519 2013-05-15 Juri Linkov <juri@jurta.org>
13520
13521 * isearch.el (isearch-char-by-name): Rename from
13522 `isearch-insert-char-by-name'. Doc fix.
13523 (isearch-forward): Mention `isearch-char-by-name' in
13524 the docstring. (Bug#13348)
13525
13526 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13527 `exit-minibuffer' instead of
13528 `isearch-nonincremental-exit-minibuffer'.
13529 (isearch-edit-string): Remove mention of
13530 `isearch-nonincremental-exit-minibuffer' from docstring.
13531 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13532 (isearch-forward-exit-minibuffer)
13533 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13534
13535 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * loadup.el: Just use unversioned DOC.
13538
13539 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13540 literals as extending to EOB.
13541 (nxml-last-fontify-end): Remove unused variable.
13542 (nxml-after-change1): Use with-silent-modifications.
13543 (nxml-extend-after-change-region): Simplify.
13544 (nxml-extend-after-change-region1): Remove function.
13545 (nxml-after-change1): Don't adjust for dependent regions.
13546 (nxml-fontify-matcher): Simplify.
13547 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13548 (xmltok-add-dependent): Remove function.
13549 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13550 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13551 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13552 unclosed <[[, <?, comment, and other literals as extending to EOB.
13553 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13554 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13555 Remove functions.
13556 (rng-do-some-validation-1): Don't mark dependent regions.
13557 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13558 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13559 (nxml-clear-dependent-regions): Remove functions.
13560 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13561 (nxml-ensure-scan-up-to-date):
13562 Don't clear&mark dependent regions.
13563
13564 2013-05-15 Leo Liu <sdl.web@gmail.com>
13565
13566 * progmodes/octave.el (octave-goto-function-definition):
13567 Improve and fix callers.
13568
13569 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13570
13571 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13572 the setter (bug#14387).
13573
13574 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13575 surrounding group (bug#14402).
13576
13577 2013-05-14 Juri Linkov <juri@jurta.org>
13578
13579 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13580 (Bug#14390)
13581
13582 2013-05-14 Glenn Morris <rgm@gnu.org>
13583
13584 * progmodes/f90.el (f90-imenu-generic-expression):
13585 Fix typo in 2013-05-08 change. (Bug#14402)
13586
13587 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13588
13589 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13590 Remove signals for which replies are never received.
13591
13592 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13593
13594 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13595 (gdb-handler-alist, gdb-handler-number): Remove variables.
13596 (gdb-handler-list): New variable.
13597 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13598 (gdb-pending-handler-p, gdb-handle-reply)
13599 (gdb-remove-all-pending-triggers): New functions.
13600 (gdb-discard-unordered-replies): New defcustom.
13601 (gdb-handler): New defstruct.
13602 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13603 instead of gdb-pending-triggers. Update docstring.
13604 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13605 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13606 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13607 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13608 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13609 (gdb-frame-handler): Pending triggers are now automatically managed.
13610 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13611 Remove argument.
13612 (gdb-input): Automatically handles pending triggers. Update docstring.
13613 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13614 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13615 Update comments.
13616 (gdb-done-or-error): Now use gdb-handle-reply.
13617
13618 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13619
13620 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13621 gdb-debug-log.
13622
13623 2013-05-14 Glenn Morris <rgm@gnu.org>
13624
13625 * subr.el (user-emacs-directory-warning): New option.
13626 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13627
13628 2013-05-14 Leo Liu <sdl.web@gmail.com>
13629
13630 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13631 during redisplay.
13632 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13633 (octave-font-lock-texinfo-comment): Fix invalid search bound
13634 error: wrong side of point.
13635
13636 2013-05-14 Glenn Morris <rgm@gnu.org>
13637
13638 * progmodes/flymake.el (flymake-xml-program): New option.
13639 (flymake-xml-init): Use it.
13640
13641 * term/xterm.el: Provide a feature.
13642
13643 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13644
13645 2013-05-13 Glenn Morris <rgm@gnu.org>
13646
13647 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13648 Add compat aliases as a hack workaround. (Bug#14384)
13649
13650 2013-05-13 Leo Liu <sdl.web@gmail.com>
13651
13652 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13653 ###, and %!.
13654 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13655 C-M-q.
13656 (octave-comment-start-skip): Include %!.
13657 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13658
13659 2013-05-12 Leo Liu <sdl.web@gmail.com>
13660
13661 * progmodes/octave.el (inferior-octave-startup): Store the value
13662 of __octave_srcdir__ for octave-source-directories.
13663 (inferior-octave-check-process): New function refactored out of
13664 inferior-octave-send-list-and-digest.
13665 (octave-source-directories)
13666 (octave-find-definition-filename-function): New variables.
13667 (octave-source-directories)
13668 (octave-find-definition-default-filename): New functions.
13669 (octave-find-definition): Improve to find functions implemented in C++.
13670
13671 2013-05-12 Glenn Morris <rgm@gnu.org>
13672
13673 * calendar/diary-lib.el (diary-outlook-format-1):
13674 Don't include dayname in the output. (Bug#14349)
13675
13676 2013-05-11 Glenn Morris <rgm@gnu.org>
13677
13678 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13679
13680 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13681 Treat cc-provide like provide.
13682
13683 2013-05-11 Kevin Ryde <user42@zip.com.au>
13684
13685 * cus-dep.el (custom-make-dependencies):
13686 Use generated-autoload-load-name for the sake of files such
13687 such cedet/semantic/bovine/c.el, where the base file name
13688 is not in load-path. (Bug#5277)
13689
13690 2013-05-11 Glenn Morris <rgm@gnu.org>
13691
13692 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13693 Provide features.
13694
13695 2013-05-11 Leo Liu <sdl.web@gmail.com>
13696
13697 * progmodes/octave.el (octave-indent-comment): Improve.
13698 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13699 (octave-eldoc-function-signatures, octave-eldoc-function):
13700 New functions.
13701 (octave-mode, inferior-octave-mode): Add eldoc support.
13702
13703 2013-05-11 Richard Stallman <rms@gnu.org>
13704
13705 * epa.el (epa-decrypt-file): Take output file name as argument
13706 and read it using `interactive'.
13707
13708 2013-05-11 Leo Liu <sdl.web@gmail.com>
13709
13710 * progmodes/octave.el (octave-beginning-of-line)
13711 (octave-end-of-line): Check before using up-list because it jumps
13712 out of more syntactic contructs since moving to smie.
13713 (octave-indent-comment): New function.
13714 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
13715 (octave-begin-keywords, octave-end-keywords)
13716 (octave-reserved-words, octave-smie-bnf-table)
13717 (octave-smie-rules): Add new keywords from Octave 3.6.4.
13718
13719 2013-05-11 Glenn Morris <rgm@gnu.org>
13720
13721 * faces.el (internal-face-x-get-resource):
13722 * frame.el (ns-display-monitor-attributes-list):
13723 * calc/calc-aent.el (math-to-radians-2):
13724 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13725 Fix declarations.
13726
13727 * calc/calc-menu.el: Make it loadable in isolation.
13728
13729 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13730 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13731 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13732 (eudc-bbdb-query-internal): Require 'bbdb.
13733
13734 * lpr.el (lpr-headers-switches):
13735 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13736
13737 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13738
13739 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13740
13741 * term.el (term-set-escape-char): Make it idempotent.
13742
13743 2013-05-10 Leo Liu <sdl.web@gmail.com>
13744
13745 * progmodes/octave.el (inferior-octave-completion-table):
13746 No longer a function and all uses changed. Use cache to speed up
13747 completion due to bug#11906.
13748 (octave-beginning-of-defun): Re-write to be more general.
13749
13750 2013-05-10 Glenn Morris <rgm@gnu.org>
13751
13752 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13753
13754 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13755
13756 * comint.el (comint-redirect-send-command-to-process): Use :around
13757 rather than :override for comint-redirect-filter.
13758 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13759 Call it instead of comint-redirect-original-filter-function (which
13760 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13761
13762 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13763
13764 * frame.el (display-monitor-attributes-list): Add NS case.
13765 (ns-display-monitor-attributes-list): Declare.
13766
13767 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
13768
13769 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13770
13771 2013-05-09 Glenn Morris <rgm@gnu.org>
13772
13773 * international/fontset.el (vertical-centering-font-regexp):
13774 Set standard-value.
13775
13776 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13777
13778 * bookmark.el (bookmark-search-delay):
13779 * cus-start.el (vertical-centering-font-regexp):
13780 * ps-mule.el (ps-mule-font-info-database-default):
13781 * ps-print.el (ps-default-fg, ps-default-bg):
13782 * type-break.el (type-break-good-break-interval):
13783 * whitespace.el (whitespace-indentation-regexp)
13784 (whitespace-space-after-tab-regexp):
13785 * emacs-lisp/testcover.el (testcover-1value-functions)
13786 (testcover-noreturn-functions, testcover-progn-functions)
13787 (testcover-prog1-functions):
13788 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13789 * eshell/em-glob.el (eshell-glob-translate-alist):
13790 * play/tetris.el (tetris-tty-colors):
13791 * progmodes/cpp.el (cpp-face-default-list):
13792 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13793 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13794 (idlwave-help-browser-generic-args):
13795 * progmodes/make-mode.el (makefile-special-targets-list):
13796 * progmodes/python.el (python-shell-virtualenv-path):
13797 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13798 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13799 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13800 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13801 * textmodes/reftex-vars.el (reftex-format-label-function):
13802 * textmodes/remember.el (remember-diary-file): Fix custom types.
13803
13804 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13805 Add :version.
13806
13807 2013-05-09 Leo Liu <sdl.web@gmail.com>
13808
13809 * progmodes/octave.el (inferior-octave-completion-at-point):
13810 Restore file completion. (Bug#14300)
13811 (inferior-octave-startup): Fix incorrect highlighting for the
13812 first prompt.
13813
13814 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * progmodes/ruby-mode.el: First cut at SMIE support.
13817 (ruby-use-smie): New var.
13818 (ruby-smie-grammar): New constant.
13819 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13820 (ruby-smie--forward-token, ruby-smie--backward-token)
13821 (ruby-smie-rules): New functions.
13822 (ruby-mode-variables): Setup SMIE if applicable.
13823
13824 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13825
13826 * simple.el (line-move-visual): Signal beginning/end of buffer
13827 only if vertical-motion moved less than it was requested. Avoids
13828 silly incorrect error messages when there are display strings with
13829 multiple newlines at EOL.
13830
13831 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13834 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13835 (prolog-char-quote-workaround):
13836 * progmodes/cperl-mode.el (cperl-under-as-char):
13837 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13838 Mark as obsolete.
13839 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13840 their declaration.
13841 (vhdl-mode-syntax-table-init): Remove.
13842
13843 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13844 last change.
13845
13846 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13847 syntax for "_".
13848 (ld-script-font-lock-keywords):
13849 Change regexps to use things like \_< and \_>.
13850
13851 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13852 Change all regexps to use things like \_< and \_>.
13853
13854 * progmodes/autoconf.el (autoconf-definition-regexp)
13855 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13856 Handle a _ with symbol syntax.
13857 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13858
13859 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13860 Consolidate declaration.
13861 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13862 the declaration.
13863 (ada-create-syntax-table): Remove.
13864 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13865 already has the right syntax nowadays.
13866 (ada-goto-next-word): Don't change the syntax of "_".
13867
13868 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13869 with-wrapper-hook.
13870
13871 2013-05-08 Sam Steingold <sds@gnu.org>
13872
13873 * thingatpt.el (thing-at-point): Accept optional second argument
13874 NO-PROPERTIES to strip the text properties from the return value.
13875 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13876 to `thing-at-point' instead of stripping the properties ourselves.
13877 Also, when `thing-at-point' fails to find a url, prepend "http://"
13878 to the filename at point on the assumption that the user is
13879 pointing at something like gnu.org/gnu.
13880
13881 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13882
13883 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13884 * faces.el (crm-separator):
13885 Silence byte-compiler.
13886
13887 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13888 (tool-bar-map): Remove unneeded defvars.
13889
13890 2013-05-08 Leo Liu <sdl.web@gmail.com>
13891
13892 Re-work a fix for bug#10994 based on Le Wang's patch.
13893 * ido.el (ido-remove-consecutive-dups): New helper.
13894 (ido-completing-read): Use it.
13895 (ido-chop): Revert fix for bug#10994.
13896
13897 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13898
13899 * cus-edit.el (custom-save-variables):
13900 Pretty-print long values. (Bug#14187)
13901
13902 2013-05-08 Glenn Morris <rgm@gnu.org>
13903
13904 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13905 (m4-mode-syntax-table): Init in the defvar.
13906 (m4-mode-abbrev-table): Let define-derived-mode define it.
13907
13908 2013-05-08 Tom Tromey <tromey@redhat.com>
13909
13910 * progmodes/m4-mode.el (m4-mode-syntax-table):
13911 Do not treat "_" as word constituent. (Bug#14167)
13912
13913 2013-05-07 Glenn Morris <rgm@gnu.org>
13914
13915 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13916 Remove explicit eshell-isearch-cancel-map.
13917
13918 * progmodes/f90.el (f90-smart-end-names): New option.
13919 (f90-smart-end): Doc fix.
13920 (f90-end-block-optional-name): New constant.
13921 (f90-block-match): Respect f90-smart-end-names.
13922
13923 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13924
13925 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13926 about implicit semi-colons (bug#14218).
13927
13928 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13929
13930 * frame.el (display-monitor-attributes-list)
13931 (frame-monitor-attributes): New functions.
13932
13933 2013-05-06 Leo Liu <sdl.web@gmail.com>
13934
13935 * progmodes/octave.el (octave-syntax-propertize-function): Change
13936 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13937 (octave-font-lock-keywords): Use octave-operator-regexp.
13938 (octave-completion-at-point): Rename from
13939 octave-completion-at-point-function.
13940 (inferior-octave-directory-tracker): Robustify.
13941 (octave-text-functions): Remove and fix its uses. No such things
13942 any more.
13943
13944 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * emacs-lisp/trace.el (trace--display-buffer): New function.
13947 (trace-make-advice): Use it.
13948
13949 2013-05-06 Juri Linkov <juri@jurta.org>
13950
13951 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13952 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13953 Doc fix.
13954 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13955 in the help string. (Bug#12985)
13956
13957 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13958
13959 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13960
13961 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * progmodes/perl-mode.el: Add support for here documents.
13964 (perl-syntax-propertize-function): Match here-doc markers.
13965 (perl-syntax-propertize-special-constructs): Find their end.
13966 (perl-imenu-generic-expression): Use [:alnum:].
13967
13968 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13969 (advice--add-function): Refresh the advice if already present
13970 (bug#14317).
13971
13972 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13973
13974 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13975
13976 2013-05-06 Glenn Morris <rgm@gnu.org>
13977
13978 * w32-fns.el (w32-charset-info-alist): Declare.
13979
13980 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13981 of its defcustom properties.
13982 (eshell-cmpl-initialize): No need to load pcomplete.
13983
13984 * generic-x.el: No need to require comint when compiling.
13985
13986 * net/eudc-export.el: Make it loadable without bbdb.
13987 (top-level): Use require rather than load-library.
13988 (eudc-create-bbdb-record, eudc-bbdbify-phone)
13989 (eudc-batch-export-records-to-bbdb)
13990 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
13991 Require bbdb.
13992
13993 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13994
13995 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
13996 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
13997 some tweaks, instead.
13998
13999 2013-05-05 Leo Liu <sdl.web@gmail.com>
14000
14001 * progmodes/octave.el (octave-font-lock-keywords)
14002 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14003 (inferior-octave-send-list-and-digest): Improve error message.
14004 (octave-mode, inferior-octave-mode): Use setq-local.
14005 (octave-help): Set info-lookup-mode.
14006
14007 2013-05-05 Richard Stallman <rms@gnu.org>
14008
14009 * vc/compare-w.el (compare-windows-whitespace):
14010 Treat no-break space as whitespace.
14011
14012 * mail/rmailsum.el (rmail-summary-rmail-update):
14013 Detect empty summary and don't change selected message.
14014 (rmail-summary-goto-msg): Likewise.
14015
14016 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14017 Doc fixes, rename args.
14018
14019 2013-05-05 Alan Mackenzie <acm@muc.de>
14020
14021 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14022
14023 2013-05-05 Juri Linkov <juri@jurta.org>
14024
14025 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14026 to not add the length of the summary segment to the return value.
14027 (Bug#14125)
14028
14029 2013-05-05 Leo Liu <sdl.web@gmail.com>
14030
14031 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14032 (inferior-octave-output-filter): Remove.
14033 (octave-send-region, inferior-octave-startup): Fix callers.
14034 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14035 (octave-binary-file-extensions): New user variable.
14036 (octave-find-definition): Confirm if opening binary files.
14037 (octave-help-file): Use octave-find-definition to get the binary
14038 confirmation.
14039 (octave-help): Adjust for octave-help-file change.
14040
14041 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14042
14043 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14044 Merge the two entries that handle function definitions.
14045 (pascal--syntax-propertize): New const.
14046 (pascal-mode): Use it. Use setq-local.
14047
14048 2013-05-04 Glenn Morris <rgm@gnu.org>
14049
14050 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14051 (diary-from-outlook): Respect diary-from-outlook-function.
14052
14053 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14054
14055 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14056 Move the declaration from C.
14057 (read-minibuffer, eval-minibuffer): Move from C.
14058 (completion-setup-function): Avoid minibuffer-completion-contents.
14059
14060 2013-05-03 Leo Liu <sdl.web@gmail.com>
14061
14062 * progmodes/octave.el (octave-font-lock-keywords): Do not
14063 dehighlight 'end' in comments or strings.
14064 (octave-completing-read, octave-goto-function-definition):
14065 New helpers.
14066 (octave-help-buffer): New user variable.
14067 (octave-help-file, octave-help-function): New button types.
14068 (octave-help): New command and bind it to C-h ;.
14069 (octave-find-definition): New command and bind it to M-.
14070 (user-error): Alias to error if not defined.
14071
14072 2013-05-02 Leo Liu <sdl.web@gmail.com>
14073
14074 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14075 for \. (bug#14332)
14076 (octave-font-lock-keywords): Include [ and {.
14077
14078 2013-05-02 Leo Liu <sdl.web@gmail.com>
14079
14080 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14081 (inferior-octave): Remove calling comint-mode and return the buffer.
14082 (inferior-octave-startup): Cosmetic changes.
14083
14084 2013-05-02 Leo Liu <sdl.web@gmail.com>
14085
14086 * progmodes/octave.el (octave-syntax-propertize-function):
14087 Include the case when ' is at line beginning. (Bug#14336)
14088
14089 2013-05-02 Glenn Morris <rgm@gnu.org>
14090
14091 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14092 * desktop.el (vc-dir-mode): Just autoload it here.
14093
14094 2013-05-02 Alan Mackenzie <acm@muc.de>
14095
14096 Eliminate variable c-standard-font-lock-fontify-region-function.
14097 * progmodes/cc-mode.el
14098 (c-standard-font-lock-fontify-region-function): Remove.
14099 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14100
14101 2013-05-01 Leo Liu <sdl.web@gmail.com>
14102
14103 * progmodes/octave.el: Compatible with older emacs-24 releases.
14104 (inferior-octave-has-built-in-variables): Remove. Built-in
14105 variables were removed from Octave in 2007.
14106 (inferior-octave-startup): Fix uses.
14107 (comint-line-beginning-position): Remove compatibility code for
14108 emacs 21.
14109
14110 2013-05-01 Juri Linkov <juri@jurta.org>
14111
14112 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14113
14114 2013-05-01 Juri Linkov <juri@jurta.org>
14115
14116 * comint.el (comint-previous-matching-input): Don't print message
14117 "History item: %d" when `isearch-mode' is active.
14118 (comint-history-isearch-message): Print message "History item: %d"
14119 when `comint-input-ring-index' is not empty and this function is
14120 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14121
14122 2013-05-01 Leo Liu <sdl.web@gmail.com>
14123
14124 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14125 definitions. Use completion-at-point to insert keywords.
14126 (octave-abbrev-start): Remove.
14127 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14128
14129 2013-04-30 Leo Liu <sdl.web@gmail.com>
14130
14131 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14132 change.
14133
14134 2013-04-30 Alan Mackenzie <acm@muc.de>
14135
14136 Handle arbitrarily long C++ member initialisation lists.
14137 * progmodes/cc-engine.el (c-back-over-member-initializers):
14138 new function.
14139 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14140 (most) member init lists.
14141
14142 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14143
14144 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14145 variable.
14146
14147 2013-04-30 Leo Liu <sdl.web@gmail.com>
14148
14149 * progmodes/octave.el (octave-variables): Remove. No builtin
14150 variables any more. All converted to functions.
14151 (octave-font-lock-keywords, octave-completion-at-point-function):
14152 Fix uses.
14153 (octave-font-lock-texinfo-comment): New user variable.
14154 (octave-texinfo-font-lock-keywords): New variable for texinfo
14155 comment block.
14156 (octave-function-comment-block): New face.
14157 (octave-font-lock-texinfo-comment): New function.
14158 (octave-mode): Font lock texinfo comment block.
14159
14160 2013-04-29 Leo Liu <sdl.web@gmail.com>
14161
14162 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14163 indexing expression.
14164 (octave-continuation-string): Do not use \.
14165 (inferior-octave-complete-impossible): Remove.
14166 (inferior-octave-completion-table)
14167 (inferior-octave-completion-at-point): Remove its uses.
14168 (inferior-octave-startup): completion_matches was introduced to
14169 Octave in 1996 so safe to assume it.
14170 (octave-function-file-comment): Improve to follow how Octave does it.
14171 (octave-update-function-file-comment): Tweak.
14172
14173 2013-04-29 Leo Liu <sdl.web@gmail.com>
14174
14175 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14176 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14177 (octave-function-file-comment): Fix typo.
14178 (octave-sync-function-file-names): Use read-char-choice.
14179
14180 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14181
14182 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14183 to t for the less important warnings.
14184
14185 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14186
14187 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14188
14189 2013-04-27 Glenn Morris <rgm@gnu.org>
14190
14191 * vc/log-view.el (log-view-current-entry):
14192 Treat "---" separator lines as part of the following rev. (Bug#14169)
14193
14194 2013-04-27 Juri Linkov <juri@jurta.org>
14195
14196 * subr.el (read-number): Doc fix about using it by interactive
14197 code letter `n'. (Bug#14254)
14198
14199 2013-04-27 Juri Linkov <juri@jurta.org>
14200
14201 * desktop.el (desktop-auto-save-timeout): New option.
14202 (desktop-file-checksum): New variable.
14203 (desktop-save): Add optional arg `auto-save' and don't auto-save
14204 if nothing changed.
14205 (desktop-auto-save-timer): New variable.
14206 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14207 (after-init-hook): Call `desktop-auto-save-set-timer'.
14208 Suggested by Reuben Thomas <rrt@sc3d.org> in
14209 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14210
14211 2013-04-27 Leo Liu <sdl.web@gmail.com>
14212
14213 * progmodes/octave.el (octave-function-file-p)
14214 (octave-skip-comment-forward, octave-function-file-comment)
14215 (octave-update-function-file-comment): New functions.
14216 (octave-mode-map): Bind C-c ; to
14217 octave-update-function-file-comment.
14218 (octave-mode-menu): Add octave-update-function-file-comment.
14219 (octave-mode, inferior-octave-mode): Fix doc-string.
14220 (octave-insert-defun): Conform to Octave's coding convention.
14221 (Bug#14285)
14222
14223 * files.el (basic-save-buffer): Don't let errors in
14224 before-save-hook prevent saving buffer.
14225
14226 2013-04-20 Roland Winkler <winkler@gnu.org>
14227
14228 * faces.el (read-face-name): Use completing-read if arg multiple
14229 is nil.
14230
14231 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14232
14233 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14234 displayed, move point to after the totals line.
14235 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14236 for the details.
14237
14238 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14241 Add current dir to the load-path.
14242 (package-generate-autoloads): Don't rely on
14243 autoload-ensure-default-file.
14244
14245 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14246
14247 * textmodes/remember.el (remember-store-in-files): Document that
14248 the file name format is passed to `format-time-string'.
14249
14250 2013-04-26 Leo Liu <sdl.web@gmail.com>
14251
14252 * progmodes/octave.el (octave-sync-function-file-names): New function.
14253 (octave-mode): Use it in before-save-hook.
14254
14255 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14256
14257 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14258 (bug#14274).
14259
14260 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14261 \n and comment, even if it's not an implicit ; (bug#14218).
14262
14263 2013-04-26 Glenn Morris <rgm@gnu.org>
14264
14265 * subr.el (read-number): Once more use `read' rather than
14266 `string-to-number', to trap non-numeric input. (Bug#14254)
14267
14268 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14269
14270 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14271 Use `syntax-multiline' text property consistently instead of
14272 `font-lock-multiline'. (Bug#14237)
14273
14274 2013-04-26 Glenn Morris <rgm@gnu.org>
14275
14276 * emacs-lisp/shadow.el (list-load-path-shadows):
14277 No longer necessary to check for duplicate simple.el, since
14278 2012-07-07 change to init_lread to not include installation lisp
14279 directories in load-path when running uninstalled. (Bug#14270)
14280
14281 2013-04-26 Leo Liu <sdl.web@gmail.com>
14282
14283 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14284 (octave-mode, inferior-octave-mode): Use setq-local.
14285 (octave-not-in-string-or-comment-p): Rename to
14286 octave-in-string-or-comment-p.
14287 (octave-in-comment-p, octave-in-string-p)
14288 (octave-in-string-or-comment-p): Replace defsubst with defun.
14289
14290 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14291
14292 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14293
14294 2013-04-25 Bastien Guerry <bzg@gnu.org>
14295
14296 * textmodes/remember.el (remember-data-directory)
14297 (remember-directory-file-name-format): Fix custom types.
14298
14299 2013-04-25 Leo Liu <sdl.web@gmail.com>
14300
14301 * progmodes/octave.el (octave-completion-at-point-function):
14302 Make use of inferior octave process.
14303 (octave-initialize-completions): Remove.
14304 (inferior-octave-completion-table): New function.
14305 (inferior-octave-completion-at-point): Use it.
14306 (octave-completion-alist): Remove.
14307
14308 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14309
14310 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14311 (opascal-mode-syntax-table): New var.
14312 (opascal-literal-kind, opascal-is-literal-end)
14313 (opascal-literal-token-at): Rewrite.
14314 (opascal--literal-start-re, opascal-font-lock-keywords)
14315 (opascal--syntax-propertize): New constants.
14316 (opascal-font-lock-defaults): Adjust.
14317 (opascal-mode): Use them. Set comment-<foo> variables as well.
14318 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14319 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14320 (delphi-other-face, opascal-other-face): Remove face variables.
14321 (opascal-save-state): Remove macro.
14322 (opascal-fontifying-progress-step): Remove constant.
14323 (opascal--ignore-changes): Remove var.
14324 (opascal-set-token-property, opascal-parse-next-literal)
14325 (opascal-is-stable-literal, opascal-complete-literal)
14326 (opascal-is-literal-start, opascal-face-of)
14327 (opascal-parse-region, opascal-parse-region-until-stable)
14328 (opascal-fontify-region, opascal-after-change)
14329 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14330 (opascal-debug-parse-region, opascal-debug-parse-window)
14331 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14332 (opascal-debug-fontify-buffer): Remove.
14333 (opascal-debug-mode-map): Adjust accordingly.
14334
14335 2013-04-25 Leo Liu <sdl.web@gmail.com>
14336
14337 Merge octave-mod.el and octave-inf.el into octave.el with some
14338 cleanups.
14339 * progmodes/octave.el: New file renamed from octave-mod.el.
14340 * progmodes/octave-inf.el: Merged into octave.el.
14341 * progmodes/octave-mod.el: Renamed to octave.el.
14342
14343 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14344
14345 * textmodes/reftex-vars.el
14346 (reftex-label-ignored-macros-and-environments): New defcustom.
14347
14348 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14349
14350 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14351
14352 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14353 (smie-indent-keyword): Improve the check to ensure that the next
14354 comment is really on the same line.
14355 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14356
14357 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14358 semi-colons if the line is not otherwise empty (bug#14218).
14359
14360 2013-04-25 Glenn Morris <rgm@gnu.org>
14361
14362 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14363
14364 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14365
14366 * progmodes/opascal.el (opascal-set-token-property): Rename from
14367 opascal-set-text-properties and only set `token' (bug#14134).
14368 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14369 (opascal-literal-text-properties): Remove.
14370 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14371 Adjust callers.
14372
14373 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14374
14375 * textmodes/remember.el (remember-handler-functions): Add an
14376 option for a new handler `remember-store-in-files'.
14377 (remember-data-directory, remember-directory-file-name-format):
14378 New options.
14379 (remember-store-in-files): New function to store remember notes
14380 as separate files within a directory.
14381
14382 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14383
14384 * progmodes/compile.el (compilation-next-error-function):
14385 Pass "formats" to compilation-find-file (bug#11777).
14386
14387 2013-04-24 Glenn Morris <rgm@gnu.org>
14388
14389 * vc/vc-bzr.el (vc-bzr-print-log):
14390 * vc/vc-hg.el (vc-hg-print-log):
14391 * vc/vc-svn.el (vc-svn-print-log):
14392 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14393
14394 * vc/vc-bzr.el (vc-bzr-print-log):
14395 * vc/vc-cvs.el (vc-cvs-print-log):
14396 * vc/vc-git.el (vc-git-print-log):
14397 * vc/vc-hg.el (vc-hg-print-log):
14398 * vc/vc-mtn.el (vc-mtn-print-log):
14399 * vc/vc-rcs.el (vc-rcs-print-log):
14400 * vc/vc-sccs.el (vc-sccs-print-log):
14401 * vc/vc-svn.el (vc-svn-print-log):
14402 * vc/vc.el (vc-print-log-internal): Doc fixes.
14403
14404 2013-04-23 Glenn Morris <rgm@gnu.org>
14405
14406 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14407 Remove venerable code attempting to avoid substitute-command-keys.
14408
14409 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14410
14411 * textmodes/reftex-vars.el (reftex-label-regexps):
14412 Call `reftex-compile-variables' after changes to this variable.
14413
14414 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14415
14416 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14417 Use lexical-binding.
14418 (jit-lock-force-redisplay): Use markers, check buffer's continued
14419 existence and beware narrowed buffers.
14420 (jit-lock-fontify-now): Adjust call accordingly.
14421
14422 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14423
14424 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14425 to avoid misleading the user.
14426
14427 2013-04-22 Leo Liu <sdl.web@gmail.com>
14428
14429 * info-look.el: Prefer latex2e.info. (Bug#14240)
14430
14431 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14432
14433 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14434
14435 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14436 * net/tramp.el (tramp-call-process): ... here.
14437 (tramp-set-completion-function, tramp-parse-putty):
14438 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14439 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14440 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14441 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14442 (tramp-call-local-coding-command): Use `tramp-call-process'
14443 instead of `tramp-compat-call-process'.
14444
14445 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14446 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14447 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14448 (tramp-find-inline-compress): Improve traces.
14449 (tramp-maybe-send-script): Check for Perl binary.
14450 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14451
14452 2013-04-22 Daiki Ueno <ueno@gnu.org>
14453
14454 * epg.el (epg-context-pinentry-mode): New function.
14455 (epg-context-set-pinentry-mode): New function.
14456 (epg--start): Pass --pinentry-mode option to gpg command.
14457
14458 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14459
14460 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14461 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14462 `completion-at-point'. (Bug#13774)
14463
14464 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14465 default key binding for `describe-distribution' has been moved to
14466 `C-h C-o'. (Bug#13970)
14467
14468 2013-04-21 Glenn Morris <rgm@gnu.org>
14469
14470 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14471 Add doc strings.
14472 (vc-print-log): Clarify interactive prompt.
14473
14474 2013-04-20 Glenn Morris <rgm@gnu.org>
14475
14476 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14477 No longer include timestamp etc information.
14478
14479 2013-04-20 Roland Winkler <winkler@gnu.org>
14480
14481 * faces.el (read-face-name): Bug fix, return just one face if arg
14482 multiple is nil. (Bug#14209)
14483
14484 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14485
14486 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14487 (remove-function): Autoload.
14488
14489 * comint.el (comint-redirect-original-filter-function): Remove.
14490 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14491 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14492 (vc-cvs-annotate-command):
14493 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14494 * progmodes/prolog.el (prolog-consult-compile):
14495 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14496 Use add/remove-function instead.
14497 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14498 (gud-tooltip-process-output, gud-tooltip-tips):
14499 Use add/remove-function instead.
14500 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14501 (scheme-interaction-mode, exit-scheme-interaction-mode):
14502 Use add/remove-function instead.
14503
14504 * vc/vc-dispatcher.el: Use lexical-binding.
14505 (vc--process-sentinel): Rename from vc-process-sentinel.
14506 Change last arg to be the code to run. Don't use vc-previous-sentinel
14507 and vc-sentinel-commands any more.
14508 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14509 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14510
14511 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14512
14513 * progmodes/sh-script.el (sh-imenu-generic-expression):
14514 Handle function names with a single character. (Bug#14111)
14515
14516 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14517
14518 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14519 for subroutines defined in an eval (bug#14182).
14520
14521 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14522
14523 * bookmark.el (bookmark-completing-read): Improve handling of empty
14524 string (bug#14176).
14525
14526 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14527
14528 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14529
14530 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14531
14532 New faster Imenu implementation (bug#14058).
14533 * progmodes/python.el:
14534 (python-imenu-prev-index-position):
14535 (python-imenu-format-item-label-function)
14536 (python-imenu-format-parent-item-label-function)
14537 (python-imenu-format-parent-item-jump-label-function):
14538 New vars.
14539 (python-imenu-format-item-label)
14540 (python-imenu-format-parent-item-label)
14541 (python-imenu-format-parent-item-jump-label)
14542 (python-imenu--put-parent, python-imenu--build-tree)
14543 (python-imenu-create-index, python-imenu-create-flat-index)
14544 (python-util-popn): New functions.
14545 (python-mode): Set imenu-create-index-function to
14546 python-imenu-create-index.
14547
14548 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14549
14550 * winner.el (winner-active-region): Use region-active-p, activate-mark
14551 and deactivate-mark (bug#14225).
14552
14553 * simple.el (deactivate-mark): Don't inline it.
14554
14555 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14556
14557 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14558
14559 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14560
14561 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14562 file extensions from the archive-mode entry in order to prefer
14563 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14564
14565 2013-04-18 Leo Liu <sdl.web@gmail.com>
14566
14567 * bindings.el (help-event-list): Add ?\?.
14568
14569 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14570
14571 * subr.el (with-wrapper-hook): Declare obsolete.
14572 * simple.el (filter-buffer-substring-function): New hook.
14573 (filter-buffer-substring): Use it.
14574 (filter-buffer-substring-functions): Mark obsolete.
14575 * minibuffer.el (completion-in-region-function): New hook.
14576 (completion-in-region): Use it.
14577 (completion-in-region-functions): Mark obsolete.
14578 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14579 * abbrev.el (abbrev-expand-function): New hook.
14580 (expand-abbrev): Use it.
14581 (abbrev-expand-functions): Mark obsolete.
14582 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14583 and :filter-return.
14584
14585 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14586
14587 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14588 and do not care about match data.
14589
14590 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14591
14592 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14593 completion tables when completing error conditions and
14594 `declare' arguments.
14595 (lisp-complete-symbol, field-complete): Mark as obsolete.
14596 (check-parens): Unmatched parens are user errors.
14597 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14598
14599 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14600
14601 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14602 command changed buffer (ie. `flyspell-pre-buffer' is not current
14603 buffer), which prevents making decisions based on invalid value of
14604 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14605 cause an error when `flyspell-pre-point' was nil after switching
14606 buffers.
14607 (flyspell-post-command-hook): No longer needs to change buffers when
14608 checking pre-word. While at it remove unnecessary progn.
14609
14610 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14611
14612 * textmodes/ispell.el (ispell-add-per-file-word-list):
14613 Fix `flyspell-correct-word-before-point' error when accepting
14614 words and `coment-padding' is an integer by using
14615 `comment-normalize-vars' (Bug #14214).
14616
14617 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14618
14619 New defun movement commands.
14620 * progmodes/python.el (python-nav--syntactically)
14621 (python-nav--forward-defun, python-nav-backward-defun)
14622 (python-nav-forward-defun): New functions.
14623
14624 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14625
14626 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14627 (python-syntax-context): Use named compiler-macro for backwards
14628 compatibility with Emacs 24.x.
14629
14630 2013-04-17 Leo Liu <sdl.web@gmail.com>
14631
14632 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14633 octave-hide-process-buffer.
14634
14635 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14636
14637 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14638 (bug#14216).
14639
14640 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14641
14642 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14643 Fix adjustment of offset when receiving incomplete responses from GDB
14644 (bug#14129).
14645
14646 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14649 python-mode-abbrev-table.
14650 (python-skeleton-define): Adjust accordingly.
14651 (python-mode-abbrev-table): New table that inherits from it so that
14652 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14653
14654 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14655 (abbrev-symbol): Use it.
14656 (abbrev--before-point): Use it since we already handle inheritance.
14657
14658 2013-04-16 Leo Liu <sdl.web@gmail.com>
14659
14660 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14661 binding to info-lookup-symbol.
14662
14663 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14664
14665 * minibuffer.el (completion--twq-all):
14666 * term/ns-win.el (ns-initialize-window-system):
14667 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14668
14669 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14670
14671 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14672 global bindings.
14673
14674 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14675
14676 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14677
14678 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14679 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14680 to nil.
14681 (ruby-end-of-defun): Remove the unused arg, change the docstring
14682 to reflect that this function is only used as the value of
14683 `end-of-defun-function'.
14684 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14685 to reflect an earlier change that beginning/end-of-defun functions
14686 jump between methods in a class definition, as well as top-level
14687 functions.
14688
14689 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 * minibuffer.el (minibuffer-complete): Don't just scroll
14692 a *Completions* that's been iconified.
14693 (minibuffer-force-complete): Make sure repetitions do cycle when going
14694 through completion-in-region -> minibuffer-complete.
14695
14696 2013-04-15 Alan Mackenzie <acm@muc.de>
14697
14698 Correct the placement of c-cpp-delimiters when there're #s not at
14699 col 0.
14700
14701 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14702 place a submatch around the #.
14703 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14704 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
14705 on the #, not BOL.
14706
14707 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14708
14709 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14710 (advice--member-p): New arg `name'.
14711 (advice--add-function, advice-member-p): Use it (bug#14202).
14712
14713 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14714
14715 Reformulate java imenu-generic-expression.
14716 The old expression contained ill formed regexps.
14717
14718 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14719 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14720 (cc-imenu-java-method-arg-regexp): New defconsts.
14721 (cc-imenu-java-build-type-args-regex): New defun.
14722 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14723 handling of spaces in the regexp.
14724
14725 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14726
14727 * textmodes/ispell.el (ispell-command-loop): Remove
14728 flyspell highlight of a word when ispell accepts it (bug #14178).
14729
14730 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
14731
14732 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14733 uses code from the previous `ange-ftp-run-real-handler'.
14734 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14735 only in case that function exist. This is needed for proper
14736 unloading of Tramp.
14737
14738 2013-04-15 Tassilo Horn <tsdh@gnu.org>
14739
14740 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14741
14742 * textmodes/reftex.el (reftex-compile-variables): Use it.
14743
14744 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * files.el (normal-mode): Only use default major-mode if no other mode
14747 was specified.
14748
14749 * emacs-lisp/trace.el (trace-values): New function.
14750
14751 * files.el: Allow : in local variables (bug#14089).
14752 (hack-local-variable-regexp): New var.
14753 (hack-local-variables-prop-line, hack-local-variables): Use it.
14754
14755 2013-04-13 Roland Winkler <winkler@gnu.org>
14756
14757 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14758 data before it gets modified by bibtex-beginning-of-entry.
14759
14760 2013-04-13 Roland Winkler <winkler@gnu.org>
14761
14762 * textmodes/bibtex.el (bibtex-url): Doc fix.
14763
14764 2013-04-13 Roland Winkler <winkler@gnu.org>
14765
14766 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14767 does not visit a BibTeX file, exclude it from the list of buffers
14768 returned by bibtex-initialize.
14769
14770 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
14771
14772 * window.el (split-window): Remove interactive form, since as a
14773 command this function is a special case of split-window-below.
14774 Correct doc string.
14775
14776 2013-04-12 Roland Winkler <winkler@gnu.org>
14777
14778 * faces.el (read-face-name): Do not override value of arg default.
14779 Allow single faces and strings as default values. Remove those
14780 elements from return value that are not faces.
14781 (describe-face): Simplify.
14782 (face-at-point): New optional args thing and multiple so that this
14783 function can provide the same functionality previously provided by
14784 read-face-name.
14785 (make-face-bold, make-face-unbold, make-face-italic)
14786 (make-face-unitalic, make-face-bold-italic, invert-face)
14787 (modify-face, read-face-and-attribute): Use face-at-point.
14788
14789 * cus-edit.el (customize-face, customize-face-other-window)
14790 * cus-theme.el (custom-theme-add-face)
14791 * face-remap.el (buffer-face-set)
14792 * facemenu.el (facemenu-set-face): Use face-at-point.
14793
14794 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14795
14796 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14797
14798 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14799
14800 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14801 off leading { and trailing } from field values.
14802
14803 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14804
14805 * emacs-lisp/timer.el (timer--check): New function.
14806 (timer--time, timer-set-function, timer-event-handler): Use it.
14807 (timer-set-idle-time): Simplify.
14808 (timer--activate): CSE.
14809 (timer-event-handler): Give more info in error message.
14810 (internal-timer-start-idle): New function, moved from C.
14811
14812 * mpc.el (mpc-proc): Add `restart' argument.
14813 (mpc-proc-cmd): Use it.
14814 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14815 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14816 less often.
14817
14818 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14819
14820 * progmodes/sh-script.el: Implement `sh-mode' own
14821 `add-log-current-defun-function' (bug#14112).
14822 (sh-current-defun-name): New function.
14823 (sh-mode): Use the function.
14824
14825 2013-04-09 Bastien Guerry <bzg@gnu.org>
14826
14827 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14828
14829 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14830
14831 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14832
14833 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14834 timer (bug#14156).
14835
14836 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14837
14838 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14839 declaration.
14840
14841 2013-04-07 Leo Liu <sdl.web@gmail.com>
14842
14843 * pcmpl-x.el: New file.
14844
14845 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14846
14847 Do not set x-display-name until X connection is established.
14848 This is needed to prevent from weird situation described at
14849 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14850 * frame.el (make-frame): Set x-display-name after call to
14851 window system initialization function, not before.
14852 * term/x-win.el (x-initialize-window-system): Add optional
14853 display argument and use it.
14854 * term/w32-win.el (w32-initialize-window-system):
14855 * term/ns-win.el (ns-initialize-window-system):
14856 * term/pc-win.el (msdos-initialize-window-system):
14857 Add compatible optional display argument.
14858
14859 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14860
14861 * files.el (normal-backup-enable-predicate): On MS-Windows and
14862 MS-DOS compare truenames of temporary-file-directory and of the
14863 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14864 don't fail comparison by compare-strings. Also, compare file
14865 names case-insensitively on MS-Windows and MS-DOS.
14866
14867 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14868
14869 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14870 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14871
14872 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14873
14874 * whitespace.el (whitespace-color-on, whitespace-color-off):
14875 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14876
14877 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14878
14879 * ispell.el (ispell-set-spellchecker-params):
14880 Really set `ispell-args' for all equivs.
14881
14882 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * ido.el (ido-completions): Use extra elements of ido-decorations
14885 (bug#14143).
14886 (ido-decorations): Update docstring.
14887
14888 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14889
14890 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14891 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14892 nil during initialization, in order not to miss changes since the
14893 file was opened. (Bug#14140)
14894
14895 2013-04-05 Leo Liu <sdl.web@gmail.com>
14896
14897 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14898
14899 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14900
14901 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14902
14903 2013-04-04 Glenn Morris <rgm@gnu.org>
14904
14905 * electric.el (electric-pair-inhibit-predicate): Add :version.
14906
14907 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14910 when a package is required several times (bug#14082).
14911
14912 2013-04-04 Roland Winkler <winkler@gnu.org>
14913
14914 * faces.el (read-face-name): Behave as promised by the docstring.
14915 Assume that arg default is a list of faces.
14916 (describe-face): Call read-face-name with list of default faces.
14917
14918 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14919
14920 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14921 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14922 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14923 the header.
14924 (bookmark-exit-hook-internal): Save even if list is empty.
14925
14926 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14927
14928 * emacs-lisp/package.el (package-pinned-packages): New var.
14929 (package--add-to-archive-contents): Obey it (bug#14118).
14930
14931 2013-04-03 Alan Mackenzie <acm@muc.de>
14932
14933 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14934 Also adapt to the new values of element 7 of a parse state.
14935
14936 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14937 parameter `not-in-delimiter'. Handle being inside comment opener.
14938 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14939 character in case we're typing a '*' after a '/'.
14940 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14941 instead by passing the parameter to c-state-pp-to-literal.
14942
14943 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14944 for elt. 7 of a parse state.
14945
14946 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14947
14948 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14949 * international/latin1-disp.el, international/mule-util.el:
14950 * language/cyril-util.el, language/european.el, language/ind-util.el:
14951 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14952 * language/tibetan.el, language/viet-util.el:
14953 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14954
14955 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14956
14957 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14958 (electric-pair-post-self-insert-function): Use it.
14959 (electric-pair-default-inhibit): New function, extracted from
14960 electric-pair-post-self-insert-function.
14961
14962 2013-03-31 Roland Winkler <winkler@gnu.org>
14963
14964 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14965
14966 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14967
14968 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14969
14970 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14971
14972 Un-indent after "pass" and "return" statements (Bug#13888)
14973 * progmodes/python.el (python-indent-block-enders): New var.
14974 (python-indent-calculate-indentation): Use it.
14975
14976 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14977
14978 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14979 defun. Defining it as defalias could introduce too eager
14980 byte-compiler optimization. (Bug#14030)
14981
14982 2013-03-30 Chong Yidong <cyd@gnu.org>
14983
14984 * iswitchb.el (iswitchb-read-buffer): Fix typo.
14985
14986 2013-03-30 Leo Liu <sdl.web@gmail.com>
14987
14988 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
14989 (kmacro-execute-from-register): Pass the keyboard macro to
14990 kmacro-call-macro or repeating won't work correctly.
14991
14992 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
14993
14994 * progmodes/subword.el: Back to using `forward-symbol'.
14995
14996 * subr.el (forward-whitespace, forward-symbol)
14997 (forward-same-syntax): Move from thingatpt.el.
14998
14999 2013-03-29 Leo Liu <sdl.web@gmail.com>
15000
15001 * kmacro.el (kmacro-to-register): New command.
15002 (kmacro-execute-from-register): New function.
15003 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15004
15005 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15006
15007 * mpc.el: Use defvar-local and setq-local.
15008 (mpc--proc-connect): Connection failures are not bugs.
15009 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15010 (mpc-volume-map): Bind to the up-events.
15011
15012 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15013
15014 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15015 instead of `forward-symbol'.
15016
15017 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15018
15019 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15020 (edebug--recursive-edit): Use it.
15021 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15022 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15023
15024 2013-03-28 Leo Liu <sdl.web@gmail.com>
15025
15026 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15027
15028 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15029
15030 * facemenu.el (list-colors-callback): New defvar.
15031 (list-colors-redisplay): New function.
15032 (list-colors-display): Install list-colors-redisplay as the
15033 revert-buffer-function. (Bug#14063)
15034
15035 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15038 and suffixes don't overlap (bug#14061).
15039
15040 * case-table.el: Use lexical-binding.
15041 (case-table-get-table): New function.
15042 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15043
15044 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15045
15046 * progmodes/subword.el: Add `superword-mode' to do word motion
15047 over symbol_words (parallels and leverages `subword-mode' which
15048 does word motion inside MixedCaseWords).
15049
15050 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15051
15052 * eshell/em-unix.el: Move su and sudo to...
15053 * eshell/em-tramp.el: ...Eshell tramp module.
15054
15055 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15058 Change return value to be a sexp. Delay `get-buffer' to after
15059 restoring the desktop (bug#13951).
15060
15061 2013-03-26 Leo Liu <sdl.web@gmail.com>
15062
15063 * register.el: Move semantic tag handling back to
15064 cedet/semantic/senator.el. (Bug#14052)
15065
15066 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15067
15068 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15069 into the prompt either (bug#13963).
15070
15071 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15072
15073 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15074 part of "(error-foo)".
15075
15076 2013-03-24 Juri Linkov <juri@jurta.org>
15077
15078 * replace.el (list-matching-lines-prefix-face): New defcustom.
15079 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15080 `occur-engine' if `face-differs-from-default-p' returns t.
15081 (occur-engine): Add `,' inside backquote construct to evaluate
15082 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15083 Pass `prefix-face' to the functions `occur-context-lines' and
15084 `occur-engine-add-prefix'.
15085 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15086 `prefix-face' and propertize the prefix with `prefix-face'.
15087 (Bug#14017)
15088
15089 2013-03-24 Leo Liu <sdl.web@gmail.com>
15090
15091 * nxml/rng-valid.el (rng-validate-while-idle)
15092 (rng-validate-quick-while-idle): Guard against deleted buffer.
15093 (Bug#13999)
15094
15095 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15096 is the last entry in kill-buffer-hook.
15097
15098 * files.el (kill-buffer-hook): Doc fix.
15099
15100 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15101
15102 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15103 Make it safe-local.
15104
15105 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15106
15107 2013-03-23 Leo Liu <sdl.web@gmail.com>
15108
15109 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15110 Remove.
15111
15112 * nxml/rng-valid.el (rng-validate-mode)
15113 (rng-after-change-function, rng-do-some-validation):
15114 * nxml/rng-maint.el (rng-validate-buffer):
15115 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15116 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15117 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15118 (nxml-extend-after-change-region): Use with-silent-modifications.
15119
15120 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15121 timer-idle-list.
15122
15123 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15124 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15125 timer-idle-list. (Bug#13999)
15126
15127 2013-03-23 Juri Linkov <juri@jurta.org>
15128
15129 * info.el (info-index-match): New face.
15130 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15131 main pattern and add text properties with the new face to matches
15132 in index entries relative to the beginning of the index entry.
15133 (Bug#14015)
15134
15135 2013-03-21 Eric Ludlam <zappo@gnu.org>
15136
15137 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15138 Inhibit read only while inserting objects.
15139
15140 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15141
15142 * progmodes/cfengine.el: Update docs to mention
15143 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15144 symbol motion. Remove "_" from the word syntax.
15145
15146 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15147
15148 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15149 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15150
15151 2013-03-20 Juri Linkov <juri@jurta.org>
15152
15153 * info.el (Info-next-reference-or-link)
15154 (Info-prev-reference-or-link): New functions.
15155 (Info-next-reference, Info-prev-reference): Use them.
15156 (Info-try-follow-nearest-node): Handle footnote navigation.
15157 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15158
15159 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15160
15161 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15162 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15163
15164 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15165
15166 Suppress unnecessary non-ASCII chatter during build process.
15167 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15168 (batch-skkdic-convert): Suppress most of the chatter.
15169 It's not needed so much now that machines are faster,
15170 and its non-ASCII component was confusing; see Dmitry Gutov in
15171 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15172
15173 2013-03-20 Leo Liu <sdl.web@gmail.com>
15174
15175 * ido.el (ido-chop): Fix bug#10994.
15176
15177 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15178
15179 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15180 Remove vars.
15181 (whitespace-color-on, whitespace-color-off):
15182 Use `font-lock-fontify-buffer' (Bug#13817).
15183
15184 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15185
15186 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15187 remapping in mode-line.
15188 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15189
15190 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15191
15192 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15193 value for `whitespace-line' face (Bug#13875).
15194 (whitespace-font-lock-keywords): Change description.
15195 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15196 the constructed keywords instead.
15197 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15198
15199 2013-03-19 Leo Liu <sdl.web@gmail.com>
15200
15201 * progmodes/compile.el (compilation-display-error): New command.
15202 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15203 C-o. (Bug#13992)
15204
15205 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15206
15207 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15208
15209 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15210
15211 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15212
15213 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15214
15215 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15216
15217 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15218 * net/tramp-gvfs.el (top):
15219 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15220 (tramp-handle-shell-command): Use it.
15221 (tramp-dissect-file-name): Raise an error when hostname is a
15222 method name, and neither method nor user is specified.
15223
15224 * net/trampver.el: Update release number.
15225
15226 2013-03-18 Leo Liu <sdl.web@gmail.com>
15227
15228 Make sure eldoc can be turned off properly.
15229 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15230 eldoc-mode.
15231 (eldoc-display-message-p): Revert last change.
15232 (eldoc-display-message-no-interference-p)
15233 (eldoc-print-current-symbol-info): Tweak.
15234
15235 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15236
15237 * doc-view.el (doc-view-new-window-function): Check the new window
15238 overlay's display property instead the char property of the
15239 buffer's first char. Use `with-selected-window' instead of
15240 `save-window-excursion' with `select-window'.
15241 (doc-view-document->bitmap): Check the current doc-view overlay's
15242 display property instead the char property of the buffer's first char.
15243
15244 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15245
15246 Automate the build of ja-dic.el (Bug#13984).
15247 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15248 from the input, rather than assume that it's been done for us by the
15249 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15250 the current date into a ja-dic.el comment, as that complicates
15251 regression testing.
15252
15253 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15254
15255 * whitespace.el: Fix double evaluation.
15256 (whitespace-space, whitespace-hspace, whitespace-tab)
15257 (whitespace-newline, whitespace-trailing, whitespace-line)
15258 (whitespace-space-before-tab, whitespace-indentation)
15259 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15260 obsolete defvars.
15261 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15262 (whitespace-color-on): Use a single font-lock-add-keywords call.
15263 Fix double-evaluation of face variables.
15264
15265 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15266
15267 * net/tramp-adb.el (tramp-adb-parse-device-names):
15268 Use `start-process' instead of `call-process'. Otherwise, the
15269 function might be blocked under MS Windows. (Bug#13299)
15270
15271 2013-03-17 Leo Liu <sdl.web@gmail.com>
15272
15273 Extend eldoc to display info in the mode-line. (Bug#13978)
15274 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15275 (eldoc-mode-line-string): New variable.
15276 (eldoc-minibuffer-message): New function.
15277 (eldoc-message-function): New variable.
15278 (eldoc-message): Use it.
15279 (eldoc-display-message-p)
15280 (eldoc-display-message-no-interference-p):
15281 Support eldoc-post-insert-mode.
15282
15283 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15284 (eval-expression): Run it.
15285
15286 2013-03-17 Roland Winkler <winkler@gnu.org>
15287
15288 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15289 strings in the list of return values.
15290
15291 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15292
15293 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15294 radix before checking for HMS forms.
15295
15296 2013-03-16 Leo Liu <sdl.web@gmail.com>
15297
15298 * progmodes/scheme.el: Add indentation and font-locking for λ.
15299 (Bug#13975)
15300
15301 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15302
15303 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15304 token before point (bug#13942).
15305
15306 2013-03-16 Leo Liu <sdl.web@gmail.com>
15307
15308 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15309
15310 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15311
15312 * startup.el (command-line-normalize-file-name): Fix handling of
15313 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15314 <xfq.free@gmail.com> in
15315 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15316
15317 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15318
15319 Sync with Tramp 2.2.7.
15320
15321 * net/trampver.el: Update release number.
15322
15323 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15324
15325 * doc-view.el: Fix bug#13887.
15326 (doc-view-insert-image): Don't modify overlay associated to
15327 non-live windows, and implement horizontal centering of image in
15328 case it's smaller than the window.
15329 (doc-view-new-window-function): Force redisplay of new windows on
15330 doc-view buffers.
15331
15332 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15333
15334 * saveplace.el (save-place-alist-to-file): Don't sort
15335 `save-place-alist', just pretty-print it (bug#13882).
15336
15337 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15338
15339 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15340 Check whether `default-file-name-coding-system' is bound.
15341 It isn't in XEmacs.
15342
15343 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15344
15345 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15346 backquotes for `obsolete' (bug#13929).
15347
15348 * international/mule.el (find-auto-coding): Include file name in
15349 obsolescence warning (bug#13922).
15350
15351 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15352
15353 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15354 for CFEngine 3-specific indentation.
15355 (cfengine3-indent-line): Use it. Fix up category regex.
15356 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15357
15358 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15359
15360 * type-break.el (type-break-file-name):
15361 * textmodes/remember.el (remember-data-file):
15362 * strokes.el (strokes-file):
15363 * shadowfile.el (shadow-initialize):
15364 * saveplace.el (save-place-file):
15365 * ps-bdf.el (bdf-cache-file):
15366 * progmodes/idlwave.el (idlwave-config-directory):
15367 * net/quickurl.el (quickurl-url-file):
15368 * international/kkc.el (kkc-init-file-name):
15369 * ido.el (ido-save-directory-list-file):
15370 * emulation/viper.el (viper-custom-file-name):
15371 * emulation/vip.el (vip-startup-file):
15372 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15373 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15374
15375 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15376
15377 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15378 * language/thai-word.el: Switch to UTF-8.
15379
15380 See ChangeLog.16 for earlier changes.
15381
15382 ;; Local Variables:
15383 ;; coding: utf-8
15384 ;; End:
15385
15386 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15387
15388 This file is part of GNU Emacs.
15389
15390 GNU Emacs is free software: you can redistribute it and/or modify
15391 it under the terms of the GNU General Public License as published by
15392 the Free Software Foundation, either version 3 of the License, or
15393 (at your option) any later version.
15394
15395 GNU Emacs is distributed in the hope that it will be useful,
15396 but WITHOUT ANY WARRANTY; without even the implied warranty of
15397 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15398 GNU General Public License for more details.
15399
15400 You should have received a copy of the GNU General Public License
15401 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.