ChangeLog fix (no need to merge to trunk)
[bpt/emacs.git] / lisp / ChangeLog
1 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
2
3 Fix completion retrieval parsing (bug#17209).
4 * progmodes/python.el (python-mode):
5 (python-util-strip-string): New function.
6 (python-shell-completion-get-completions): Use it.
7
8 2014-06-21 Eli Zaretskii <eliz@gnu.org>
9
10 * skeleton.el (skeleton-insert): Fix last change.
11
12 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
13
14 Enhancements for outline integration (bug#17796).
15 * progmodes/python.el (python-mode): Properly set
16 outline-heading-end-regexp so that comments after colons for
17 defuns are supported.
18
19 2014-06-21 Eli Zaretskii <eliz@gnu.org>
20
21 * skeleton.el (skeleton-insert): Doc fix.
22
23 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
26 (smie-config-guess): Use smie-config-local so the rules are obeyed
27 (bug#17818).
28
29 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
30 since it's already done inside the loop (bug#17819).
31
32 2014-06-20 Martin Rudalics <rudalics@gmx.at>
33
34 * mouse.el (mouse-drag-line): Re-remove code initially removed
35 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
36 (Bug#17819).
37
38 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
39
40 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
41 align with the surrounding parent (bug#17721).
42
43 2014-06-20 Eli Zaretskii <eliz@gnu.org>
44
45 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
46 locally to nil.
47 (texinfo-insert-block, texinfo-insert-@end)
48 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
49 local setting of skeleton-end-newline by adding an explicit \n to
50 the skeletons where appropriate. (Bug#17801)
51
52 2014-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
53
54 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
55 (smie-indent--hanging-p): Use it.
56 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
57
58 2014-06-20 Leo Liu <sdl.web@gmail.com>
59
60 * simple.el (read-quoted-char): Don't let help chars pop up help
61 buffer. (Bug#16617)
62
63 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
66 for | (bug#17621).
67
68 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
69
70 * xt-mouse.el (xterm-mouse-translate-1): Fix last change (bug#17776).
71 (xterm-mouse--read-event-sequence-1000): Drop unknown events instead of
72 burping.
73
74 2014-06-18 Eli Zaretskii <eliz@gnu.org>
75
76 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
77 and later. (Bug#17790)
78
79 2014-06-18 Juri Linkov <juri@jurta.org>
80
81 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
82 to `soft'. (Bug#17554)
83
84 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
87 (bug#17737).
88
89 2014-06-16 Dmitry Gutov <dgutov@yandex.ru>
90
91 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
92 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
93
94 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
95
96 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
97 `unread-command-events'.
98
99 2014-06-14 Glenn Morris <rgm@gnu.org>
100
101 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
102 Replace delete-duplicates and mapcan by cl- versions throughout.
103 And cl-macroexpand-all by macroexpand-all.
104 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
105
106 2014-06-14 Eli Zaretskii <eliz@gnu.org>
107
108 * subr.el (posn-col-row): Doc fix. (Bug#17768)
109
110 2014-06-14 Juri Linkov <juri@jurta.org>
111
112 * bindings.el: Put `ascii-character' property on keypad keys
113 mapped to characters. (Bug#17759)
114
115 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
116
117 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
118 bumping forward into a closing paren (bug#17761).
119
120 * term/xterm.el (xterm--version-handler): Work around for OSX
121 Terminal.app (bug#17607).
122
123 2014-06-08 Glenn Morris <rgm@gnu.org>
124
125 * startup.el (initial-buffer-choice): Doc fix.
126 Reset :version (adding an option does not merit a :version bump).
127
128 * bookmark.el (bookmark-load):
129 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
130
131 2014-06-06 Juri Linkov <juri@jurta.org>
132
133 * desktop.el: Activate auto-saving on window configuration changes.
134 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
135 `desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
136 (desktop-auto-save-set-timer): Change REPEAT arg of
137 `run-with-idle-timer' from t to nil.
138 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
139
140 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
141
142 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
143 vc-hg-command (bug#17570).
144
145 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
146
147 * international/mule-cmds.el (ucs-names): Add special entry for BEL
148 (bug#17702).
149
150 2014-06-06 Glenn Morris <rgm@gnu.org>
151
152 * startup.el (window-setup-hook): Doc fix.
153
154 2014-06-05 Glenn Morris <rgm@gnu.org>
155
156 * emacs-lisp/package.el (package-check-signature)
157 (package-unsigned-archives): Doc fixes.
158
159 2014-06-03 Martin Rudalics <rudalics@gmx.at>
160
161 * window.el (display-buffer-use-some-window): Don't make window
162 used smaller than it was before (Bug#17671).
163
164 2014-06-03 Eli Zaretskii <eliz@gnu.org>
165
166 * menu-bar.el (menu-bar-open): Fix last change: use the PC
167 'redisplay' instead of '(sit-for 0)'.
168
169 2014-06-03 Michael Albinus <michael.albinus@gmx.de>
170
171 * net/tramp.el (tramp-ssh-controlmaster-options): Improve search
172 regexp. (Bug#17653)
173
174 2014-06-03 Glenn Morris <rgm@gnu.org>
175
176 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
177
178 2014-06-02 Eli Zaretskii <eliz@gnu.org>
179
180 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
181
182 2014-06-01 Eli Zaretskii <eliz@gnu.org>
183
184 * simple.el (keyboard-quit): Force update of mode lines, to remove
185 the "Def" indicator, if we were defining a macro. (Bug#17615)
186
187 2014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * minibuffer.el (minibuffer-force-complete-and-exit):
190 Obey minibuffer-default (bug#17545).
191
192 * progmodes/js.el (js-indent-line): Don't mix columns and chars
193 (bug#17619).
194
195 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
196
197 * subr.el (set-transient-map): Don't wait for some "nested"
198 transient-map to finish if we're only supposed to be active for
199 the next command (bug#17642).
200
201 2014-05-31 Leo Liu <sdl.web@gmail.com>
202
203 * emacs-lisp/gv.el (window-buffer, window-display-table)
204 (window-dedicated-p, window-hscroll, window-point, window-start):
205 Fix gv-expander. (Bug#17630)
206
207 2014-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
208
209 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
210 clicks (bug#17633).
211
212 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
213 for the single comma, since ", " is *very* common in normal French text
214 (bug#17643).
215
216 2014-05-30 Glenn Morris <rgm@gnu.org>
217
218 * emacs-lisp/package.el (package-check-signature)
219 (package-unsigned-archives): Fix :version.
220
221 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * subr.el (sit-for): Don't run input-methods (bug#15614).
224
225 2014-05-28 Glenn Morris <rgm@gnu.org>
226
227 * cus-start.el: Fix some :version numbers.
228
229 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * simple.el (deactivate-mark): Set mark-active to nil even if
232 deactivation is done via setting transient-mark-mode to nil,
233 since one is buffer-local and the other is global.
234
235 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
236 there can't be more than 2 arguments (bug#17584).
237
238 2014-05-27 Glenn Morris <rgm@gnu.org>
239
240 * simple.el (filter-buffer-substring-functions)
241 (filter-buffer-substring-function, buffer-substring-filters)
242 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
243
244 * minibuffer.el (completion-in-region-functions, completion-in-region)
245 (completion--in-region): Doc fixes.
246
247 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
248 (expand-abbrev, abbrev--default-expand): Doc fixes.
249
250 2014-05-26 Paul Eggert <eggert@cs.ucla.edu>
251
252 Include sources used to create macuvs.h.
253 * international/README: Refer to the Unicode Terms of Use rather
254 than copying it bodily here, as that simplifies maintenance.
255
256 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
257
258 * cus-face.el (custom-face-attributes): Add :distant-foreground.
259
260 2014-05-25 Martin Rudalics <rudalics@gmx.at>
261
262 * window.el (window--dump-frame): Remove interactive
263 specification.
264
265 2014-05-23 Glenn Morris <rgm@gnu.org>
266
267 * hippie-exp.el (he-line-search-regexp):
268 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
269
270 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
271
272 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
273 to avoid errors when trying to create or visit a file foo.todo
274 located outside to todo-directory, and to allow having such files
275 without them being tied to Todo mode (bug#17482).
276 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
277 (todo-archive-done-item, todo-find-filtered-items-file)
278 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
279 (todo-category-completions, todo-read-category): When visiting a
280 Todo file, make sure we're in the right mode and the buffer local
281 variables are set.
282 (todo-make-categories-list, todo-reset-nondiary-marker)
283 (todo-reset-done-string, todo-reset-comment-string):
284 After processing all Todo files, kill the buffers of those files that
285 weren't being visited before the processing.
286 (todo-display-as-todo-file, todo-add-to-buffer-list)
287 (todo-visit-files-commands): Comment out.
288 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
289 (auto-mode-alist): Remove add-to-list calls making Todo file
290 extensions unrestrictedly tied to Todo modes.
291
292 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
293
294 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
295 (advice-function-member-p): Tell it to check both names and functions
296 (bug#17531).
297 (advice--add-function): Adjust call accordingly.
298
299 2014-05-23 Stephen Berman <stephen.berman@gmx.net>
300
301 * calendar/todo-mode.el: Miscellaneous bug fixes.
302 (todo-delete-file): When deleting an archive but not its todo
303 file, make sure to update the todo file's category sexp.
304 (todo-move-category): Keep the moved category's name unless the
305 file moved to already has a category with that name. If the
306 numerically last category of the source file was moved, make the
307 first category current to avoid selecting a nonexisting category.
308 (todo-merge-category): Fix implementation to make merging to a
309 category in another file work as documented. Eliminate now
310 insufficient and unnecessary renaming of archive category, correct
311 document string accordingly, and clarify it. If the numerically
312 last category of the source file was merged, make the first
313 category current to avoid selecting a nonexisting category.
314 (todo-archive-done-item): When there are marked items and point
315 happens to be on an unmarked item, ignore the latter. Don't leave
316 point below last item after archiving marked items.
317 (todo-unarchive-items): Fix logic to ensure unarchiving an item
318 from an archive with only one category deletes the archive only
319 when the category is empty after unarchiving. Make sure the todo
320 file's category sexp is updated.
321 (todo-read-file-name): Allow an existing file name even when it is
322 not required (todo-move-category needs this to work as documented).
323 (todo-add-file): Call todo-validate-name to reject the name of an
324 existing todo file (needed due to fix in todo-read-file-name).
325 (todo-reset-nondiary-marker): Also reset in filtered items files.
326 (todo-reset-done-string, todo-reset-comment-string): Also reset in
327 regexp filtered items files.
328 (todo-reset-highlight-item): Also reset in filtered items files.
329 Fix incorrect variable reference in document string.
330
331 2014-05-22 Glenn Morris <rgm@gnu.org>
332
333 * window.el (window--dump-frame): Avoid error in --without-x builds.
334
335 2014-05-21 Glenn Morris <rgm@gnu.org>
336
337 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
338
339 2014-05-21 Eli Zaretskii <eliz@gnu.org>
340
341 * frame.el (set-frame-font): Doc fix.
342
343 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
344
345 2014-05-21 Dmitry Gutov <dgutov@yandex.ru>
346
347 * emacs-lisp/package.el (package--download-one-archive):
348 Use `write-region' instead of `save-buffer' to avoid running various
349 hooks. (Bug#17155)
350 (describe-package-1): Same. Insert newline at the end of the
351 buffer if appropriate.
352
353 2014-05-20 Juri Linkov <juri@jurta.org>
354
355 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
356 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
357 Add more modifiers: meta, control, shift, hyper, super, alt.
358 (Bug#17439)
359
360 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
361 to allow changing its value with `set-variable'.
362
363 2014-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
366 #; comments.
367 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
368 New functions.
369 (scheme-mode-variables): Set syntax-propertize-function instead of
370 font-lock-syntactic-face-function.
371 (scheme-font-lock-syntactic-face-function): Delete.
372
373 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
374
375 2014-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
378 (bug#17392).
379
380 2014-05-17 Michael Albinus <michael.albinus@gmx.de>
381
382 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
383 for a temporary file name.
384
385 2014-05-17 Eli Zaretskii <eliz@gnu.org>
386
387 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
388
389 2014-05-16 Michael Albinus <michael.albinus@gmx.de>
390
391 * net/dbus.el (dbus-init-bus, dbus-call-method)
392 (dbus-call-method-asynchronously, dbus-send-signal)
393 (dbus-method-return-internal, dbus-method-error-internal):
394 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
395
396 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
397
398 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
399 methods which do not have a doc string. (Bug#17490)
400
401 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
402 Stefan Monnier <monnier@iro.umontreal.ca>
403
404 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
405 suffix (bug#15419).
406
407 2014-05-14 Glenn Morris <rgm@gnu.org>
408
409 * vc/emerge.el (emerge-temp-file-prefix):
410 Make pointless option obsolete.
411 (emerge-temp-file-mode): Make non-functional option obsolete.
412
413 2014-05-13 Michael Albinus <michael.albinus@gmx.de>
414
415 * net/browse-url.el (browse-url):
416 Use `unhandled-file-name-directory' when setting `default-directory',
417 in order to circumvent stalled remote connections. (Bug#17425)
418
419 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
420
421 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
422 into autoloading just because of a silly indirection.
423
424 2014-05-11 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
425
426 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
427
428 2014-05-11 Glenn Morris <rgm@gnu.org>
429
430 * emacs-lisp/find-gc.el: Move to ../admin.
431
432 2014-05-10 Glenn Morris <rgm@gnu.org>
433
434 * printing.el (pr-version):
435 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
436
437 * net/browse-url.el (browse-url-mosaic):
438 Create /tmp/Mosaic.PID as a private file.
439
440 2014-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
441
442 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
443 (advice--member-p): If name is given, only compare the name.
444 (advice--remove-function): Don't stop at the first match.
445 (advice--normalize-place): New function.
446 (add-function, remove-function): Use it.
447 (advice--add-function): Pass the name, if any, to
448 advice--remove-function.
449
450 2014-05-09 Philipp Rumpf <prumpf@gmail.com> (tiny change)
451
452 * electric.el (electric-indent-post-self-insert-function): Don't use
453 `pos' after modifying the buffer (bug#17449).
454
455 2014-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * subr.el (function-put): Add function.
458
459 2014-05-09 Stephen Berman <stephen.berman@gmx.net>
460
461 * calendar/todo-mode.el (todo-insert-item-from-calendar):
462 Correct argument list to conform to todo-insert-item--basic.
463
464 2014-05-09 Glenn Morris <rgm@gnu.org>
465
466 * files.el (cd-absolute): Test if directory is accessible
467 rather than executable. (Bug#17330)
468
469 * progmodes/compile.el (recompile):
470 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
471
472 2014-05-08 Juri Linkov <juri@jurta.org>
473
474 * dired.el (dired-check-switches, dired-switches-recursive-p):
475 New functions. (Bug#17218)
476 (dired-switches-escape-p, dired-move-to-end-of-filename):
477 Use `dired-check-switches'.
478 (dired-insert-old-subdirs, dired-build-subdir-alist)
479 (dired-sort-R-check): Use `dired-switches-recursive-p'.
480
481 2014-05-08 Glenn Morris <rgm@gnu.org>
482
483 * net/browse-url.el (browse-url-mosaic):
484 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
485 This is CVE-2014-3423.
486
487 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
490 (xterm-mouse--read-event-sequence-1000): Return nil if something
491 looks fishy.
492 (xterm-mouse-event): Propagate it.
493 (xterm-mouse-translate-1): Handle it.
494
495 2014-05-07 Stephen Berman <stephen.berman@gmx.net>
496
497 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
498 four slots of the parameter list are filled, make sure to pass it
499 to the argument list of todo-insert-item--basic.
500
501 2014-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
504 Add optional `seen' argument to detect and break infinite loops.
505
506 2014-05-06 Eli Zaretskii <eliz@gnu.org>
507
508 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
509 (trace-unsafe, trace-use-tree): Make parentheses style be
510 according to Emacs style.
511
512 2014-05-06 Michael Albinus <michael.albinus@gmx.de>
513
514 * net/tramp-sh.el (tramp-remote-process-environment):
515 Remove HISTFILE and HISTSIZE; it's too late to set them here.
516 Add :version entry.
517 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
518 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
519 extra "PSx=..." commands.
520 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
521 (Bug#17295)
522
523 (tramp-uudecode): Replace the hard-coded temporary file name by a
524 format specifier.
525 (tramp-remote-coding-commands): Enhance docstring.
526 (tramp-find-inline-encoding): Replace "%t" by a temporary file
527 name. (Bug#17415)
528 This is CVE-2014-3424.
529
530 2014-05-06 Glenn Morris <rgm@gnu.org>
531
532 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
533 (find-gc-source-files): Update some names.
534 (trace-call-tree): Simplify and update.
535 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
536 This is CVE-2014-3422.
537
538 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
539
540 * minibuffer.el (completion--try-word-completion): Revert fix for
541 Bug#15980 (bug#17375).
542
543 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
544 Always store button numbers in the same way in xterm-mouse-last;
545 Don't burp is xterm-mouse-last is not set as expected.
546 Never return negative indices.
547
548 2014-05-05 Dmitry Gutov <dgutov@yandex.ru>
549
550 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
551 Backtrack one char if the global/char-literal var matcher hits
552 inside a string. The next char could be the beginning of an
553 expression expansion.
554
555 2014-05-05 Glenn Morris <rgm@gnu.org>
556
557 * help-fns.el (describe-function-1): Test for an autoload before a
558 macro, since `macrop' works on autoloads. (Bug#17410)
559
560 2014-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
561
562 * electric.el (electric-indent-functions-without-reindent): Add yaml.
563
564 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
565 Make sure the new point we return is within the new string (bug#17239).
566
567 2014-05-03 Eli Zaretskii <eliz@gnu.org>
568
569 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
570
571 2014-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
574 Use nil rather than `default' for the "default" appearance (bug#17388).
575 * vc/ediff-util.el (ediff-inferior-compare-regions)
576 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
577 a misleading `default' value when it's really a boolean.
578 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
579 overlay is not visible.
580
581 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
582
583 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
584 (todo-menu): Uncomment and update.
585
586 2014-05-02 Stephen Berman <stephen.berman@gmx.net>
587
588 * calendar/todo-mode.el: Reimplement item editing to have the same
589 basic user interface as item insertion, and make small UI and
590 larger internal improvements to the latter.
591 (todo-insert-item): Add reference to the Todo mode user manual to
592 the documentation string.
593 (todo-insert-item--basic): Rename from todo-basic-insert-item and
594 adjust all callers. Change signature to combine diary and
595 nonmarking arguments. Incorporate functionality of deleted item
596 copying command and add error checking. Remove detailed
597 descriptions of the arguments from the documentation string, since
598 this is treated in the Todo mode user manual.
599 (todo-copy-item, todo-edit-multiline-item)
600 (todo-edit-done-item-comment, todo-edit-item-header)
601 (todo-edit-item-time, todo-edit-item-date-from-calendar)
602 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
603 (todo-edit-item-date-year, todo-edit-item-date-month)
604 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
605 Remove.
606 (todo-edit-item): Reimplement as wrapper command for
607 todo-edit-item--next-key and make it distinguish done and not done
608 todo items.
609 (todo-edit-item--text): New function, replacing old command
610 todo-edit-item and incorporating deleted commands
611 todo-edit-multiline-item and todo-edit-done-item-comment.
612 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
613 Use only numeric value of prefix argument. Remove detailed
614 descriptions of the arguments from the documentation string, since
615 this is treated in the Todo mode user manual.
616 (todo-edit-item--diary-inclusion): New function, replacing old
617 command todo-edit-item-diary-inclusion and incorporating and fixing
618 functionality of deleted command todo-edit-item-diary-nonmarking,
619 making sure to remove todo-nondiary-marker when adding
620 diary-nonmarking-symbol.
621 (todo-edit-category-diary-inclusion): Make sure to delete
622 diary-nonmarking-symbol when adding todo-nondiary-marker.
623 (todo-edit-category-diary-nonmarking): Fix indentation.
624 (todo-insert-item--parameters): Group diary and nonmarking
625 parameters together.
626 (todo-insert-item--apply-args): Adjust to signature of
627 todo-insert-item--basic and incorporate copy parameter.
628 Make small code improvements.
629 (todo-insert-item--next-param): Improve prompt and adjust it to
630 new parameter grouping. Remove obsolete code.
631 (todo-edit-item--param-key-alist)
632 (todo-edit-item--date-param-key-alist)
633 (todo-edit-done-item--param-key-alist): New defconsts.
634 (todo-edit-item--prompt): New variable.
635 (todo-edit-item--next-key): New function.
636 (todo-key-bindings-t): Bind "e" to todo-edit-item.
637 Remove bindings of deleted commands.
638
639 2014-05-02 Leo Liu <sdl.web@gmail.com>
640
641 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
642
643 2014-05-01 Glenn Morris <rgm@gnu.org>
644
645 * allout-widgets.el (allout-widgets-tally)
646 (allout-decorate-item-guides):
647 * menu-bar.el (menu-bar-positive-p):
648 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
649 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
650 * progmodes/js.el (js--inside-param-list-p)
651 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
652 * progmodes/prolog.el (region-exists-p):
653 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
654 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
655 Doc fixes (replace `iff').
656
657 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
660
661 2014-04-30 Eli Zaretskii <eliz@gnu.org>
662
663 * dired.el (dired-initial-position-hook, dired-initial-position):
664 Doc string fixes.
665
666 2014-04-29 Glenn Morris <rgm@gnu.org>
667
668 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
669
670 2014-04-27 Matthias Dahl <matthias.dahl@binary-island.eu>
671
672 * faces.el (face-spec-recalc): Apply X resources only after the
673 defface spec has been applied. Thus, X resources are no longer
674 overriden by the defface spec which also fixes issues on win32 where
675 the toolbar coloring was wrong because it is set through X resources
676 and was (wrongfully) overriden. (Bug#16694)
677
678 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * textmodes/rst.el (electric-pair-pairs): Declare.
681 (rst-mode): Set it (bug#17131).
682
683 2014-04-27 Juri Linkov <juri@jurta.org>
684
685 * desktop.el (desktop-value-to-string): Let-bind `print-length'
686 and `print-level' to nil. (Bug#17351)
687
688 2014-04-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
689
690 * battery.el (battery-update): Handle the case where battery
691 status is "N/A" (bug#17319).
692
693 2014-04-24 Eli Zaretskii <eliz@gnu.org>
694
695 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
696 Use equal-including-properties to compare help-echo strings (bug#17331).
697
698 2014-04-24 Leo Liu <sdl.web@gmail.com>
699
700 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
701 Fix syntax for @. (Bug#17325)
702
703 2014-04-24 Daniel Colascione <dancol@dancol.org>
704
705 * emacs-lisp/cl.el (gv): Require gv early to break eager
706 macro-expansion cycles.
707
708 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
709
710 * simple.el (region-active-p): Check there's a mark (bug#17324).
711
712 * simple.el (completion-list-mode-map): Use choose-completion for the
713 mouse binding as well (bug#17302).
714 (completion-list-mode, completion-setup-function): Adjust docstring and
715 echo area message accordingly.
716 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
717 calling convention of choose-completion.
718 * comint.el (comint-dynamic-list-completions):
719 * term.el (term-dynamic-list-completions): Accept choose-completion.
720
721 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
722 &, |, +, - and * can't be a division (bug#17317).
723
724 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * term/xterm.el (xterm--version-handler): Don't use modern xterm
727 features on gnome-terminal (bug#16988).
728
729 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
730
731 * dired.el (dired-insert-set-properties): Do not consider
732 subdirectory headings and empty lines to be information that
733 `dired-hide-details-mode' should hide. (Bug#17228)
734
735 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
736
737 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
738 Remove test messages.
739 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
740 and `target' twice.
741
742 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
745 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
746
747 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
748
749 2014-04-21 Michael Albinus <michael.albinus@gmx.de>
750
751 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
752 Set "IFS=" when using read builtin, in order to preserve spaces in
753 the file name. Add test messages for hunting a bug on hydra.
754 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
755
756 2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
759 Don't prettify a word within a symbol.
760
761 2014-04-20 Michael Albinus <michael.albinus@gmx.de>
762
763 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
764 possible.
765
766 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
767
768 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
769 assignments such as "case=hello" (bug#17297).
770
771 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
772
773 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
774 Do not autoload.
775 (tramp-file-name-handler, tramp-completion-file-name-handler):
776 Revert patch from 2014-04-10, it isn't necessary anymore.
777 (tramp-autoload-file-name-handler)
778 (tramp-register-autoload-file-name-handlers): New defuns.
779 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
780 (tramp-register-file-name-handlers): Remove also
781 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
782 Do not autoload its invocation, but eval it after loading of 'tramp.
783
784 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
785
786 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
787
788 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
791 was done (bug#17264).
792 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
793 comment to EOB.
794
795 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
796 here-documents (bug#17262).
797
798 2014-04-16 Eli Zaretskii <eliz@gnu.org>
799
800 * term/pc-win.el (x-list-fonts, x-get-selection-value):
801 Provide doc strings, as required by snarf-documentation.
802
803 2014-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
806 arg of overlays-at. Use `invisible-p'.
807
808 * obsolete/lucid.el (extent-at):
809 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
810 overlays-at.
811 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
812
813 2014-04-14 João Távora <joaotavora@gmail.com>
814
815 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
816 links. (Bug#17217).
817
818 2014-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
819
820 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
821 Use mapc to loop over a vector. (Bug#17257).
822
823 2014-04-13 Michael Albinus <michael.albinus@gmx.de>
824
825 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
826 patch, there are new problems with file names containing spaces.
827 Get rid of backticks. (Bug#17238)
828
829 2014-04-13 João Távora <joaotavora@gmail.com>
830
831 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
832 possible bug.
833
834 2014-04-13 Eli Zaretskii <eliz@gnu.org>
835
836 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
837 (blink-cursor-mode): Mention customization variables and the
838 effect of 'blink-cursor-blinks'.
839
840 2014-04-12 Barry O'Reilly <gundaetiapo@gmail.com>
841
842 * simple.el (undo): Prevent insertion of identity mapping into
843 undo-equiv-table so as undo-only does not inf loop in the presence
844 of consecutive nils in undo list.
845
846 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
847
848 * faces.el (make-face): Deprecate optional argument as it is no
849 longer needed/used since the conditional X resources handling
850 has been pushed down to make-face-x-resource-internal itself.
851 (make-empty-face): Don't pass optional argument to make-face.
852
853 2014-04-12 Eli Zaretskii <eliz@gnu.org>
854
855 * international/characters.el <standard-case-table>: Add entries
856 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
857 Set category of Coptic characters be 'g' (Greek).
858
859 2014-04-12 Leo Liu <sdl.web@gmail.com>
860
861 * progmodes/octave.el (completion-table-with-cache): Define if not
862 available.
863 (octave-goto-function-definition)
864 (octave-sync-function-file-names)
865 (octave-find-definition-default-filename): Backquote upattern for
866 compatibility.
867
868 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
869
870 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
871 name twice due to backticks. (Bug#17238)
872
873 2014-04-11 Glenn Morris <rgm@gnu.org>
874
875 * term/w32-win.el (x-win-suspend-error):
876 * term/x-win.el (x-win-suspend-error): Sync docs.
877
878 2014-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
879
880 Ediff's overlay priorities cause more trouble than they solve.
881 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
882 (ediff-highest-priority): Remove function (bug#17234).
883 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
884 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
885 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
886 overlay priorities.
887
888 2014-04-10 Feng Li <fengli@gmail.com> (tiny change)
889
890 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
891 entry; use symbol boundaries to avoid mis-matches.
892
893 2014-04-10 Michael Albinus <michael.albinus@gmx.de>
894
895 * net/tramp.el (tramp-file-name-handler)
896 (tramp-completion-file-name-handler): Avoid recursive loading.
897
898 * net/tramp-sh.el (tramp-make-copy-program-file-name):
899 Quote result also locally.
900
901 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
902
903 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
904 Module methods. (Bug#17216)
905
906 2014-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
907
908 * help.el (describe-bindings): Fix buffer handling (bug#17210).
909 (describe-bindings-internal): Mark obsolete.
910
911 2014-04-07 João Távora <joaotavora@gmail.com>
912
913 * elec-pair.el:
914 (electric-pair--syntax-ppss): When inside comments parse from
915 comment beginning.
916 (electric-pair--balance-info): Fix typo in comment.
917 (electric-pair--in-unterminated-string-p): Delete.
918 (electric-pair--unbalanced-strings-p): New function.
919 (electric-pair-string-bound-function): New var.
920 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
921 according to `electric-pair--in-unterminated-string-p'
922
923 2014-04-07 João Távora <joaotavora@gmail.com>
924
925 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
926 Inhibit quote pairing if point-max is inside an unterminated string.
927 (electric-pair--looking-at-unterminated-string-p): Delete.
928 (electric-pair--in-unterminated-string-p): New function.
929
930 2014-04-07 Glenn Morris <rgm@gnu.org>
931
932 * shell.el (shell-directory-tracker):
933 Go back to just ignoring failures. (Bug#17159)
934
935 2014-04-06 João Távora <joaotavora@gmail.com>
936
937 Fix `electric-pair-delete-adjacent-pairs' in modes binding
938 backspace. (bug#16981)
939 * elec-pair.el (electric-pair-backward-delete-char): Delete.
940 (electric-pair-backward-delete-char-untabify): Delete.
941 (electric-pair-mode-map): Bind backspace to a menu item filtering
942 a new `electric-pair-delete-pair' command.
943 (electric-pair-delete-pair): New command.
944
945 2014-04-06 João Távora <joaotavora@gmail.com>
946
947 * progmodes/python.el (python-electric-pair-string-delimiter):
948 Fix triple-quoting electricity. (Bug#17192)
949
950 2014-04-06 João Távora <joaotavora@gmail.com>
951
952 * elec-pair.el (electric-pair-post-self-insert-function):
953 Don't skip whitespace when `electric-pair-text-pairs' and
954 `electric-pair-pairs' were used. syntax to
955 electric-pair--skip-whitespace. (Bug#17183)
956
957 2014-04-06 Eli Zaretskii <eliz@gnu.org>
958
959 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
960 "<F>". (Bug#17199)
961
962 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
963
964 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
965 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
966
967 2014-04-05 Glenn Morris <rgm@gnu.org>
968
969 * help.el (view-lossage): Doc tweak.
970
971 2014-04-05 Matthias Dahl <matthias.dahl@binary-island.eu>
972
973 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
974 only when inhibit-x-resources is nil, and do that earlier in the
975 function. Doc fix. (Bug#16694)
976 (face-spec-choose): Accept additional optional argument, whose
977 value is returned if no matching attributes are found.
978 (face-spec-recalc): Use the new optional argument when calling
979 face-spec-choose. (Bug#16378)
980 (make-face-x-resource-internal): Do nothing when
981 inhibit-x-resources is non-nil. Don't touch the default face if
982 reversed video is given--as was done in previous versions of Emacs.
983 (face-set-after-frame-default): Don't call
984 make-face-x-resource-internal here. (Bug#16434)
985
986 2014-04-04 Tassilo Horn <tsdh@gnu.org>
987
988 * doc-view.el (doc-view-bookmark-jump):
989 Use `bookmark-after-jump-hook' to jump to the right page after the
990 buffer is shown in a window. (bug#16090)
991
992 2014-04-04 Eli Zaretskii <eliz@gnu.org>
993
994 * international/characters.el (mirroring): Fix last change:
995 instead of loading uni-mirrored.el explicitly, do that implicitly
996 by creating the 'mirroring' uniprop table. This avoids announcing
997 the loading of uni-mirrored.el.
998
999 2014-04-04 Glenn Morris <rgm@gnu.org>
1000
1001 * files.el (buffer-stale--default-function)
1002 (buffer-stale-function, revert-buffer--default):
1003 * autorevert.el (auto-revert-buffers): Doc tweaks.
1004
1005 2014-04-03 Eli Zaretskii <eliz@gnu.org>
1006
1007 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1008
1009 2014-04-03 Glenn Morris <rgm@gnu.org>
1010
1011 * files.el (make-backup-file-name-function)
1012 (make-backup-file-name, make-backup-file-name--default-function)
1013 (make-backup-file-name-1, find-backup-file-name)
1014 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1015 (buffer-stale--default-function, buffer-stale-function)
1016 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1017 (revert-buffer, revert-buffer--default)
1018 (revert-buffer-insert-file-contents--default-function):
1019 Doc fixes related to defaults no longer being nil.
1020 (make-backup-file-name-function): Bump :version.
1021 Restore nil as a valid but deprecated custom type.
1022
1023 2014-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * progmodes/perl-mode.el (perl-syntax-propertize-function): Handle $'
1026 used as a variable (bug#17174).
1027
1028 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1029
1030 * progmodes/perl-mode.el (perl-indent-new-calculate):
1031 Handle forward-sexp failure (bug#16985).
1032 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1033 modifiers introducing expressions (bug#17116).
1034
1035 2014-04-02 Glenn Morris <rgm@gnu.org>
1036
1037 * menu-bar.el (menu-bar-file-menu):
1038 * vc/ediff.el (ediff-current-file):
1039 Update for revert-buffer-function no longer being nil by default.
1040
1041 * simple.el (command-execute): Respect nil disabled-command-function.
1042
1043 2014-04-01 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1044
1045 * simple.el (command-execute): Do not execute the command when it
1046 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1047
1048 2014-03-29 Juri Linkov <juri@jurta.org>
1049
1050 * dired-aux.el (dired-compress-file): Don't use string-match-p
1051 because its match data is used afterwards.
1052
1053 2014-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1054
1055 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1056 0 like nil.
1057
1058 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1059
1060 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1061 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1062
1063 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1064 Don't propertize `?' or `!' as symbol constituent when after
1065 colon. (Bug#17097)
1066
1067 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1068
1069 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1070 which is no longer needed and causes trouble in GTK builds (bug#17046).
1071
1072 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1073 Use url-insert-file-contents; package-handle-response no longer exists.
1074
1075 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1076
1077 * emacs-lisp/package.el: Fix bug#16733 (again).
1078 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1079 (url-http-target-url): Remove unused declarations.
1080 (package-handle-response): Remove.
1081 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1082 (package--download-one-archive): Use current-buffer instead of
1083 dynamic binding of `buffer'.
1084 (describe-package-1): Do not decode readme-string.
1085
1086 2014-03-25 Barry O'Reilly <gundaetiapo@gmail.com>
1087
1088 * simple.el (primitive-undo): Correction to 2014-03-24 change.
1089
1090 2014-03-25 Michael Albinus <michael.albinus@gmx.de>
1091
1092 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1093
1094 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1095 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1096 `remote-file-name-inhibit-cache' to nil in the second pass.
1097 (tramp-find-executable): Do not call "which" on SunOS.
1098 (tramp-send-command-and-check): Fix docstring.
1099 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1100 check whether source directory has set the sticky bit.
1101
1102 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com>
1103
1104 * simple.el (primitive-undo): Only process marker adjustments
1105 validated against their corresponding (TEXT . POS). Issue warning
1106 for lone marker adjustments in undo history. (Bug#16818)
1107 (undo-make-selective-list): Add marker adjustments to selective
1108 undo list based on whether their corresponding (TEXT . POS) is in
1109 the region. Remove variable adjusted-markers, which was unused
1110 and only non nil during undo-make-selective-list.
1111 (undo-elt-in-region): Return nil when passed a marker adjustment
1112 and explain in function doc.
1113
1114 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1115
1116 * emacs-lisp/package.el (package--add-to-archive-contents):
1117 Include already installed and built-in packages in
1118 `package-archive-contents'.
1119 (package-install): Don't include already installed packages in the
1120 options during interactive invocation. (Bug#16762)
1121
1122 2014-03-24 Daniel Colascione <dancol@dancol.org>
1123
1124 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1125 instead of cl-loop search function.
1126
1127 2014-03-24 Juanma Barranquero <lekktu@gmail.com>
1128
1129 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1130
1131 2014-03-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1132
1133 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1134
1135 2014-03-24 Dmitry Gutov <dgutov@yandex.ru>
1136
1137 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1138 Match special global variables without curlies, too.
1139 (ruby-font-lock-keywords): Simplify the matcher for special global
1140 variables. Don't require a non-word character after the variable.
1141 (Bug#17057)
1142
1143 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * simple.el (redisplay-highlight-region-function): Increase priority of
1146 overlay to make sure boundaries are visible (bug#15899).
1147
1148 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1149
1150 * frameset.el (frameset-restore): Compare display strings with equal.
1151
1152 * frame.el (make-frame): Don't quote display name in error message,
1153 it is already a string.
1154
1155 2014-03-23 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1156
1157 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1158 the password.
1159
1160 2014-03-23 Dmitry Gutov <dgutov@yandex.ru>
1161
1162 * emacs-lisp/package.el (package-show-package-list): If the buffer
1163 is already displayed in another window, switch to that window.
1164
1165 2014-03-21 Daniel Colascione <dancol@dancol.org>
1166
1167 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1168 information in bug reports.
1169
1170 2014-03-23 Daniel Colascione <dancol@dancol.org>
1171
1172 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1173 list to look for keyword arguments instead of `memq', fixing
1174 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1175 Please make bootstrap.
1176
1177 2014-03-23 Richard Stallman <rms@gnu.org>
1178
1179 * battery.el (battery-linux-sysfs): Search for each field
1180 from the beginning of the buffer.
1181
1182 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1183
1184 * emacs-lisp/package.el (package-desc): Use the contents of the
1185 quoted form, not its cdr. (Bug#16873)
1186
1187 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1188
1189 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1190 benefit of doc.c; change parameter profile to match the X function.
1191
1192 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1193
1194 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1195 and `tramp-copy-env'.
1196
1197 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1198 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1199
1200 2014-03-21 Glenn Morris <rgm@gnu.org>
1201
1202 * electric.el (electric-indent-post-self-insert-function): Add doc.
1203
1204 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1205
1206 * emacs-lisp/package.el (package-compute-transaction):
1207 Use `version-list-<=' to compare the requirement version against
1208 the version of package already to be installed. Update the error
1209 message. (Bug#16826)
1210
1211 * progmodes/ruby-mode.el (ruby-smie-rules):
1212 Add indentation rule for ` @ '. (Bug#17050)
1213
1214 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1215
1216 * align.el (align-regexp): Remove superfluous backslash.
1217
1218 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1219 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1220 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1221 Fix docstring typos.
1222 (ffap-next): Use C-u in docstring.
1223 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1224 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1225 Remove superfluous backslashes.
1226 (ffap-string-at-point): Reflow docstring.
1227
1228 * server.el (server-host): Reflow docstring.
1229 (server-unload-function): Fix docstring typo.
1230 (server-eval-at): Remove superfluous backslash.
1231
1232 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1233 (skeleton-insert): Doc fix.
1234 (skeleton-insert): Reflow docstring.
1235
1236 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1237 (tty-color-approximate, tty-color-by-index, tty-color-values)
1238 (tty-color-desc): Remove superfluous backslashes.
1239
1240 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1241
1242 * electric.el (electric-newline-and-maybe-indent): New command.
1243 Bind it globally to C-j.
1244 (electric-indent-mode): Don't mess with the global map any more.
1245 Don't drop the post-self-insert-hook is some buffer is still using it
1246 (bug#16770).
1247
1248 * bindings.el (global-map): Remove C-j binding.
1249
1250 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1251 the docstring of functions advised before dumping (bug#16993).
1252
1253 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1254
1255 * ps-print.el (ps-generate-postscript-with-faces):
1256 Explicitly deactivate the mark (bug#16866).
1257 * simple.el (deactivate-mark): Update region highlight.
1258
1259 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1260
1261 * emacs-lisp/package.el (describe-package-1):
1262 Decode commentary (bug#16733).
1263
1264 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1265
1266 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1267 modification of the value argument of :set (bug#16755).
1268
1269 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * simple.el (newline-and-indent): Do autofill (bug#17031).
1272
1273 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1274
1275 * newcomment.el (comment-normalize-vars): Only add escaping check
1276 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1277 (comment-beginning): Use `narrow-to-region' instead of moving back
1278 one character.
1279 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1280 (comment-start-skip): Update the docstring.
1281
1282 2014-03-18 Richard Stallman <rms@gnu.org>
1283
1284 * dired.el (dired-display-file): Force use of other window.
1285
1286 2014-03-18 Daniel Colascione <dancol@dancol.org>
1287
1288 * startup.el (tty-handle-args): Remove debug message from 2007.
1289
1290 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1291
1292 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1293 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1294 (advice--make-1, advice-add, advice-remove):
1295 Remove braindead :advice-pending hack.
1296
1297 2014-03-17 Glenn Morris <rgm@gnu.org>
1298
1299 * calendar/calendar.el (calendar-generate-month): Apply weekend
1300 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1301
1302 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1303
1304 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1305 (tramp-call-process): Trace also DESTINATION.
1306
1307 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1308 Quote file names when they are local. Remove superfluous trace.
1309
1310 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1311
1312 * newcomment.el (comment-beginning): If `comment-start-skip'
1313 doesn't match, move back one char and try again. (Bug#16971)
1314
1315 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1316 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1317 Set `comment-start-skip' to a simpler value that doesn't try to
1318 check if the semicolon is escaped (this is handled by
1319 `syntax-ppss' now). (Bug#16971)
1320
1321 * progmodes/scheme.el (scheme-mode-variables): Same.
1322
1323 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1324
1325 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1326 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1327 current (Bug#16816, Bug#17007).
1328 (with-current-buffer-window): New macro doing the same as
1329 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1330 * help.el (help-print-return-message): Warn in doc-string to not
1331 use this in `with-help-window'.
1332 (describe-bindings-internal): Call `describe-buffer-bindings'
1333 from within help buffer. See Juanma's scenario in (Bug#16816).
1334 (with-help-window): Update doc-string.
1335 * dired.el (dired-mark-pop-up):
1336 * files.el (save-buffers-kill-emacs):
1337 * register.el (register-preview): Use `with-current-buffer-window'
1338 instead of `with-temp-buffer-window'.
1339
1340 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
1341
1342 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
1343 Implement inserting into current buffer, documented in their docstrings.
1344 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
1345 (rst-section-tree-point, rst-forward-section, rst-indent)
1346 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
1347 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
1348 (rst-font-lock-handle-adornment-pre-match-form)
1349 (rst-repeat-last-character): Reflow docstrings.
1350 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
1351 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
1352 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
1353 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
1354 Fix docstring typos.
1355 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
1356 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
1357 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
1358
1359 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
1362 for compatibility with other ports.
1363 (ns-initialize-window-system): Use it. It is set in term/common-win.el
1364 from the -xrm command line argument, but in the Nextstep port its value
1365 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
1366
1367 * progmodes/python.el (defconst, python-syntax-count-quotes)
1368 (python-indent-region, python-indent-shift-right)
1369 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
1370 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
1371 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
1372 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
1373 (inferior-python-mode, python-shell-make-comint, run-python-internal)
1374 (python-shell-buffer-substring, python-shell-send-buffer)
1375 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
1376 (python-completion-complete-at-point, python-fill-docstring-style)
1377 (python-eldoc-function, python-imenu-format-item-label)
1378 (python-imenu-format-parent-item-label)
1379 (python-imenu-format-parent-item-jump-label)
1380 (python-imenu--build-tree, python-imenu-create-index)
1381 (python-imenu-create-flat-index): Fix docstring typos.
1382 (python-indent-context, python-shell-prompt-regexp, run-python):
1383 Remove superfluous backslashes.
1384 (python-indent-line, python-nav-beginning-of-defun)
1385 (python-shell-get-buffer, python-shell-get-process)
1386 (python-info-current-defun, python-info-current-line-comment-p)
1387 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
1388 (python-indent-post-self-insert-function, python-shell-send-file)
1389 (python-shell-completion-get-completions)
1390 (python-shell-completion-complete-or-indent)
1391 (python-eldoc--get-doc-at-point): Reflow docstrings.
1392
1393 2014-03-14 Glenn Morris <rgm@gnu.org>
1394
1395 * emacs-lisp/package.el (package-menu-mode-map):
1396 Replace use of obsolete function alias. Tweak menu item text.
1397
1398 * info.el (Info-finder-find-node):
1399 Ignore the `emacs' metapackage. (Bug#10813)
1400
1401 * finder.el (finder-list-matches): Include unversioned packages
1402 in the result of a keyword search.
1403
1404 * finder.el (finder--builtins-descriptions): New constant.
1405 (finder-compile-keywords): Use finder--builtins-descriptions.
1406
1407 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
1408
1409 * simple.el (blink-matching-paren): Describe the new value,
1410 `jump', enabling the old behavior.
1411 (blink-matching-open): Use that value. (Bug#17008)
1412
1413 2014-03-14 Glenn Morris <rgm@gnu.org>
1414
1415 * finder.el (finder-no-scan-regexp): Add leim-list.
1416 (finder-compile-keywords):
1417 Don't skip files with same basename. (Bug#14010)
1418 * Makefile.in (setwins_finder): New, excluding leim.
1419 (finder-data): Use setwins_finder.
1420
1421 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
1422 (help-function-arglist, help-make-usage): Move from here...
1423 * help.el (help-split-fundoc, help-add-fundoc-usage)
1424 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
1425 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
1426
1427 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
1428
1429 * net/socks.el (socks, socks-override-functions)
1430 (socks-find-services-entry):
1431 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
1432 (hif-find-ifdef-block):
1433 * progmodes/modula2.el (m2-indent): Fix docstring typos.
1434
1435 * net/tls.el (tls-program): Reflow docstring.
1436
1437 * progmodes/pascal.el (pascal-mode-abbrev-table)
1438 (pascal-imenu-generic-expression, pascal-auto-endcomments)
1439 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
1440 (pascal-outline-mode): Fix docstring typos.
1441 (pascal-mode): Let define-derived-mode document mode hook.
1442 (pascal-uncomment-area): Reflow.
1443 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
1444
1445 * progmodes/opascal.el (opascal-compound-block-indent)
1446 (opascal-case-label-indent): Fix docstring typos.
1447 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
1448
1449 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
1450
1451 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1452 Fontify multiple adjacent negation chars. (Bug#17004)
1453
1454 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
1455
1456 * emacs-lisp/package.el (package--prepare-dependencies):
1457 Accept requirements without explicit version (bug#14941).
1458
1459 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1460
1461 * register.el (register-separator, copy-to-register): Doc fixes.
1462 (register-preview-default): Remove unnecessary call to concat.
1463
1464 * frameset.el (frameset-restore): When checking for a visible frame,
1465 use the action map instead of calling visible-frame-list.
1466
1467 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
1468
1469 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
1470
1471 2014-03-12 Martin Rudalics <rudalics@gmx.at>
1472
1473 * window.el (fit-frame-to-buffer): Get maximum width from
1474 display's width instead of height.
1475
1476 2014-03-12 Glenn Morris <rgm@gnu.org>
1477
1478 * desktop.el (desktop-restore-frames)
1479 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
1480 (desktop-restore-reuses-frames): Doc tweaks.
1481
1482 * electric.el (electric-indent-mode): Doc fix.
1483
1484 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1485
1486 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
1487 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
1488 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
1489 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
1490 (cvs-dired-use-hook): Fix docstring typos.
1491 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
1492 Doc fixes.
1493
1494 * vc/pcvs-defs.el (cvs-auto-remove-handled)
1495 (cvs-auto-remove-directories, cvs-default-ignore-marks)
1496 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
1497 (cvs-execute-single-dir): Fix docstring typos.
1498
1499 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
1500 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
1501
1502 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
1503
1504 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
1505 Fix docstring typos.
1506
1507 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
1508
1509 * frameset.el (frameset--jump-to-register): Add autoload; it could be
1510 called from jump-to-register after unloading the frameset package.
1511
1512 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
1515 (bug#16975). Deactivate the mark before setting it to nil.
1516 (activate-mark): Do nothing if region is already active.
1517
1518 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * frameset.el (frameset--target-display): Remove definition; declare.
1521 (frameset-save, frameset-restore): Let-bind frameset--target-display.
1522
1523 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
1526 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
1527 when the advice is pending.
1528 (advice-remove): Remove this marker when not needed any more.
1529
1530 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
1531
1532 * frameset.el: Separate options for reusing frames and cleaning up.
1533 (frameset--reuse-list): Remove definition; declare.
1534 (frameset--action-map): Declare.
1535 (frameset--find-frame-if): Doc fix.
1536 (frameset--restore-frame): Cache frame action.
1537 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
1538 how to clean up the frame list after restoring. Remove cleaning
1539 options from REUSE-FRAMES. Change all keyword values to symbols.
1540 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
1541
1542 * desktop.el (desktop-restore-forces-onscreen)
1543 (desktop-restore-reuses-frames): Use non-keyword values.
1544 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
1545
1546 2014-03-10 Glenn Morris <rgm@gnu.org>
1547
1548 * files.el (find-file): Doc fix: update info node name.
1549
1550 * emacs-lisp/advice.el (ad-add-advice, defadvice):
1551 Doc fix: remove references to deleted info nodes.
1552
1553 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
1554
1555 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
1556 Do not add `nil' to the environment, when there's no remote `locale'.
1557 (tramp-find-inline-encoding): Check, that the remote host has
1558 installed perl, before sending scripts.
1559
1560 2014-03-10 Leo Liu <sdl.web@gmail.com>
1561
1562 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
1563 Clear eldoc-last-message. (Bug#16920)
1564
1565 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
1566
1567 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
1568 (bug#14430).
1569
1570 2014-03-09 Juri Linkov <juri@jurta.org>
1571
1572 * ansi-color.el (ansi-color-names-vector): Copy default colors
1573 from `xterm-standard-colors' that look well on the default white
1574 background (and also on the black background) to avoid illegible
1575 color combinations like yellow-on-white and white-on-white.
1576 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
1577
1578 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
1579
1580 * frameset.el (frameset-restore): When no frame is visible, do not
1581 generate a list of frames, just make visible the selected one.
1582
1583 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
1584
1585 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
1586 it only contains the repository root. (Bug#16897)
1587
1588 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
1589
1590 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
1591 only when `remote-file-name-inhibit-cache' is nil.
1592 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
1593
1594 2014-03-06 Martin Rudalics <rudalics@gmx.at>
1595
1596 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
1597 Fix doc-strings.
1598 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
1599 fit-frame-to-buffer variable. Fix doc-string.
1600 (fit-window-to-buffer): Set ONLY argument in call of
1601 fit-frame-to-buffer. Fix doc-string.
1602
1603 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
1604
1605 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
1606 (tramp-action-password): Clear password cache if needed.
1607 (tramp-read-passwd): Do not clear password cache.
1608
1609 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
1610 cache unless it is the first password request.
1611
1612 2014-03-06 Glenn Morris <rgm@gnu.org>
1613
1614 * simple.el (newline): Doc tweak.
1615
1616 * emacs-lisp/shadow.el (load-path-shadows-find):
1617 Ignore dir-locals. (Bug#12357)
1618
1619 2014-03-05 Glenn Morris <rgm@gnu.org>
1620
1621 * files.el (interpreter-mode-alist):
1622 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
1623
1624 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1625
1626 * frameset.el (frameset--initial-params): Filter out null entries.
1627
1628 2014-03-05 Martin Rudalics <rudalics@gmx.at>
1629
1630 * window.el (window-min-height, window-min-width):
1631 Rewrite doc-strings.
1632 (window-body-size): Add PIXELWISE argument to make it consistent
1633 with its callees.
1634
1635 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
1636
1637 * finder.el (finder-mode-map, finder-mode-syntax-table):
1638 Revert part of 2014-02-28 change.
1639
1640 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
1641
1642 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
1643 (eww-setup-buffer): Clear next/prev/etc more reliably.
1644 (eww-textarea-map): [tab] doesn't work on tty.
1645 Reported by Mario Lang.
1646
1647 * net/shr.el (shr-map): Ditto.
1648
1649 2014-03-04 Glenn Morris <rgm@gnu.org>
1650
1651 * minibuffer.el (completion-hilit-commonality):
1652 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
1653
1654 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1655
1656 * hilit-chg.el (hilit-chg-unload-function): New function.
1657 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
1658 (hilit-chg-map-changes): Prefer cardinal number to digit.
1659 (hilit-chg-display-changes): Reflow docstring.
1660 (highlight-changes-rotate-faces): Remove superfluous backslash.
1661
1662 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
1663
1664 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
1665 `tramp-send-command-and-check'.
1666
1667 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
1668
1669 * hexl.el (hexl-address-region, hexl-ascii-region)
1670 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
1671 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
1672 (hexl-forward-word, hexl-previous-line, hexl-next-line):
1673 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
1674 (hexl-mode): Doc fix.
1675 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
1676 (hexl-mode-ruler): Fix typos in docstrings.
1677
1678 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
1679 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
1680 Remove superfluous backslashes.
1681 (strokes-last-stroke, strokes-global-map, strokes-mode):
1682 Reflow docstrings.
1683 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
1684 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
1685 (strokes-distance-squared, strokes-global-set-stroke)
1686 (strokes-global-set-stroke-string): Doc fixes.
1687 (strokes-help): Fix typos; reflow docstring.
1688
1689 2014-03-04 Martin Rudalics <rudalics@gmx.at>
1690
1691 * window.el (window-in-direction): Fix doc-string.
1692
1693 2014-03-04 Glenn Morris <rgm@gnu.org>
1694
1695 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
1696 Explicit error if no grammar.
1697 (smie-config-save): Doc fix. Fix quote typo.
1698
1699 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
1700
1701 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
1702 electric-indent-mode-hook if we obey electric-indent-mode.
1703 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
1704 decide whether we obey electric-indent-mode.
1705 (c-change-set-fl-decl-start, c-extend-after-change-region):
1706 Silence warnings.
1707 (c-electric-indent-mode-hook): Assume we do want to obey
1708 electric-indent-mode.
1709
1710 * electric.el (electric-indent-mode-has-been-called): Remove.
1711 (electric-indent-mode): Fix accordingly.
1712
1713 * files.el (hack-local-variables): Mention file name in warning.
1714
1715 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
1716
1717 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
1718
1719 * bindings.el: Add comment describing why C-d binds to `delete-char'.
1720 * simple.el (delete-forward-char): Mark as interactive-only.
1721
1722 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * icomplete.el (icomplete-completions):
1725 Follow-up to 2014-03-01 change.
1726
1727 * icomplete.el: Miscellaneous doc fixes.
1728 Use Icomplete everywhere instead of icomplete for consistency.
1729 (icomplete-max-delay-chars): Fix typo.
1730 (icomplete-mode): Use \[].
1731 (icomplete-tidy, icomplete-exhibit): Reflow.
1732 (icomplete-minibuffer-setup-hook, icomplete-completions):
1733 Remove superfluous backlashes.
1734
1735 * ido.el: Miscellaneous doc fixes.
1736 Use Ido everywhere instead of ido or `ido' for consistency.
1737 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
1738 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
1739 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
1740 (ido-separator): Extract obsolescence info from docstring and declare
1741 with make-obsolete-variable.
1742 (ido-minibuffer-setup-hook): Simplify example.
1743 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
1744 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
1745 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
1746 (ido-everywhere): Reflow docstring.
1747 (ido-toggle-vc): Doc fix.
1748 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
1749 of long list of keybindings.
1750
1751 2014-03-03 Glenn Morris <rgm@gnu.org>
1752
1753 * frame.el (display-pixel-height, display-pixel-width)
1754 (display-mm-dimensions-alist, display-mm-height)
1755 (display-mm-width): Doc tweaks.
1756
1757 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
1758
1759 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
1760 case of undo in region.
1761
1762 2014-03-02 Martin Rudalics <rudalics@gmx.at>
1763
1764 * window.el (fit-window-to-buffer): Fix argument in window-size
1765 call when window is horizontally combined.
1766
1767 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
1768
1769 * icomplete.el (icomplete-completions): Use string-width.
1770 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1771
1772 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
1773
1774 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1775 Highlight regexp options. (Bug#16914)
1776
1777 2014-03-01 Martin Rudalics <rudalics@gmx.at>
1778
1779 * window.el (window--max-delta-1): Round down when calculating
1780 how many lines/columns we can get from a window.
1781
1782 2014-03-01 Glenn Morris <rgm@gnu.org>
1783
1784 * isearch.el (search-invisible): Doc fix.
1785
1786 * minibuffer.el (completion-hilit-commonality):
1787 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
1788 * comint.el (comint-dynamic-list-completions): Doc fix.
1789 * comint.el (comint-dynamic-list-completions):
1790 * filecache.el (file-cache-minibuffer-complete):
1791 * tempo.el (tempo-display-completions):
1792 * eshell/em-hist.el (eshell-list-history):
1793 Replace use of obsolete argument of display-completion-list.
1794
1795 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
1796
1797 * icomplete.el (icomplete-completions):
1798 Revert back to using "..." when ?… cannot be displayed.
1799
1800 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1801
1802 * finder.el (finder-unload-function): New function.
1803
1804 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * dframe.el (dframe-detach):
1807 * find-dired.el (find-dired, find-name-dired):
1808 * finder.el (finder-mode-map, finder-mode-syntax-table)
1809 (finder-headmark, finder-select, finder-mouse-select):
1810 Fix docstring typos.
1811
1812 2014-02-28 Martin Rudalics <rudalics@gmx.at>
1813
1814 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
1815 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
1816 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
1817 Fix doc-string based on a suggestion by Nicolas Richard
1818 <theonewiththeevillook@yahoo.fr>.
1819 * help.el (with-help-window): Fix doc-string.
1820
1821 2014-02-28 Ivan Kanis <ivan@kanis.fr>
1822
1823 * net/shr.el (shr-image-animate): New option.
1824 (shr-put-image): Respect shr-image-animate.
1825
1826 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
1827
1828 * net/tramp-adb.el (tramp-adb-parse-device-names):
1829 Use `accept-process-output'.
1830 (tramp-adb-handle-file-truename): Cache the localname only.
1831 (tramp-adb-handle-make-directory)
1832 (tramp-adb-handle-delete-directory): Flush file properties correctly.
1833 (tramp-adb-handle-set-file-modes): Do not raise an error when file
1834 modes cannot be changed.
1835
1836 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
1837 file properties of symlinks.
1838
1839 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
1840
1841 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
1842 required/optional fields to match development biblatex. (Bug#16781)
1843
1844 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
1845
1846 * saveplace.el (toggle-save-place):
1847 Fix argument handling. (Bug#16673)
1848
1849 2014-02-28 Glenn Morris <rgm@gnu.org>
1850
1851 * minibuffer.el (completions-first-difference)
1852 (completions-common-part, completion-hilit-commonality): Doc fixes.
1853
1854 2014-02-28 Karl Berry <karl@gnu.org>
1855
1856 * info.el (Info-mode-map): Add H for describe-mode,
1857 to synchronize with standalone Info.
1858
1859 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
1860
1861 * progmodes/sql.el (sql-interactive-mode):
1862 Avoid setting global comint-input-ring-separator. (Bug#16814)
1863
1864 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1865
1866 * net/dbus.el (dbus--init-bus): Declare function.
1867 (dbus-path-local, dbus-interface-local): New defconst.
1868 (dbus-init-bus): Use them.
1869 (dbus-return-values-table): Extend doc.
1870 (dbus-handle-bus-disconnect): Extend error message.
1871
1872 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
1873
1874 * subr.el (y-or-n-p): Fix double space issue in message.
1875
1876 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
1877
1878 * net/tramp.el (tramp-call-process): Improve trace message.
1879 (tramp-handle-insert-file-contents): Trace error case.
1880
1881 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
1882 <insert-directory>: Use `tramp-handle-insert-directory'.
1883 (tramp-adb-handle-insert-directory): Remove function.
1884 (tramp-adb-send-command-and-check): New defun, replacing
1885 `tramp-adb-command-exit-status'. Change all callees.
1886 (tramp-adb-handle-file-attributes)
1887 (tramp-adb-handle-directory-files-and-attributes): Use it.
1888 (tramp-adb-ls-output-name-less-p):
1889 Use `directory-listing-before-filename-regexp'.
1890 (tramp-adb-handle-delete-directory): Flush also file properties of
1891 the truename of directory.
1892 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
1893 (tramp-adb-handle-file-local-copy): Make the local copy readable.
1894 (tramp-adb-handle-write-region): Implement APPEND.
1895 (tramp-adb-handle-rename-file): Make it more robust. Flush file
1896 properties correctly.
1897 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
1898 variables. Check for connected devices only when needed.
1899
1900 2014-02-27 Glenn Morris <rgm@gnu.org>
1901
1902 * minibuffer.el (completion-table-dynamic)
1903 (completion-table-with-cache): Doc fixes.
1904
1905 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
1906 (completing-read-multiple): Doc fixes.
1907
1908 2014-02-27 Daniel Colascione <dancol@dancol.org>
1909
1910 * minibuffer.el (completion--nth-completion): Fix indentation.
1911
1912 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
1913 explicit tramp path is empty.
1914
1915 2014-02-27 Glenn Morris <rgm@gnu.org>
1916
1917 * emacs-lisp/crm.el (completing-read-multiple):
1918 Empower help-enable-auto-load.
1919
1920 2014-02-26 Glenn Morris <rgm@gnu.org>
1921
1922 * startup.el (command-line): Don't init the tty in daemon mode.
1923
1924 Avoid calling tty-setup-hook twice, eg if a term file
1925 explicitly calls tty-run-terminal-initialization. (Bug#16859)
1926 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
1927 (tty-create-frame-with-faces): Use it.
1928 * startup.el (command-line): Pass run-hook argument
1929 to tty-run-terminal-initialization.
1930
1931 * dired.el (dired-restore-desktop-buffer): Demote errors;
1932 eg in case a glob match fails. (Bug#16884)
1933
1934 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
1935
1936 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
1937 error from `read-from-string'. (Bug#16850)
1938
1939 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
1940 result of `completing-read' in the interactive form. (Bug#16854)
1941
1942 2014-02-25 Glenn Morris <rgm@gnu.org>
1943
1944 * image.el (image-animate, image-animate-timeout):
1945 Stop animating images in dead buffers. (Bug#16878)
1946
1947 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
1948
1949 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
1950 Doc fixes.
1951 * startup.el (term-setup-hook): Doc fix. Make obsolete.
1952 * term/sun.el (sun-raw-prefix-hooks):
1953 Use tty-setup-hook instead of term-setup-hook.
1954 (terminal-init-sun): Construct message from bytecomp plist.
1955 * term/wyse50.el (enable-arrow-keys): Doc fix.
1956
1957 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
1960 Fix docstring typos.
1961
1962 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
1963
1964 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
1965
1966 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1967
1968 * minibuffer.el (completion--try-word-completion):
1969 Fix error when completing M-x commands (bug#16808).
1970
1971 2014-02-24 Leo Liu <sdl.web@gmail.com>
1972
1973 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
1974
1975 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * apropos.el (apropos-print): Avoid formatting error when
1978 apropos-do-all and apropos-compact-layout are both t.
1979
1980 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
1981
1982 * apropos.el (apropos-property, apropos-all-words-regexp)
1983 (apropos-true-hit, apropos-variable, apropos-print):
1984 Fix docstring typos, and remove obsolete comment.
1985
1986 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
1987
1988 * net/tramp-sh.el (tramp-sh-handle-file-truename):
1989 Preserve trailing "/". (Bug#16851)
1990
1991 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
1992
1993 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
1994 after `=>' (bug#16811).
1995 (ruby-smie-rules): Handle the inconsistent second element of the
1996 list returned by `smie-indent--parent'.
1997 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
1998 method call.
1999
2000 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2001
2002 * elec-pair.el (electric-pair-text-syntax-table)
2003 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2004 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2005 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2006 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2007
2008 2014-02-22 Glenn Morris <rgm@gnu.org>
2009
2010 * imenu.el (imenu--generic-function): Doc fix.
2011
2012 * register.el (frame-configuration-to-register): Make obsolete.
2013
2014 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2015
2016 * desktop.el (desktop-save-buffer-p): Do not fail when
2017 desktop-files-not-to-save is nil. Return t for true result
2018 as the doc says.
2019
2020 2014-02-22 Daniel Colascione <dancol@dancol.org>
2021
2022 * net/secrets.el (secrets-create-item, secrets-search-items):
2023 Check that attribute values are strings, avoiding the construction
2024 of invalid dbus messages.
2025
2026 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2027
2028 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2029 defun-declarations-alist.
2030
2031 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2034 (bug#16829).
2035
2036 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2037
2038 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2039 (whitespace-newline, whitespace-trailing, whitespace-line)
2040 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2041 (whitespace-space-after-tab): Fix typo in docstrings.
2042
2043 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2044
2045 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2046
2047 * electric.el (electric-indent-functions-without-reindent):
2048 Add `yaml-indent-line'.
2049
2050 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2051
2052 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2053 It has done nothing for years; should be removed after the release.
2054
2055 * simple.el (choose-completion): Fix docstring typo.
2056 (read-quoted-char-radix): Remove unneeded * in docstring.
2057 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2058 Don't escape parentheses unnecessarily in docstrings.
2059
2060 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2061
2062 Fix handling of window-min-height/-width (Bug#16738).
2063 * window.el (window--dump-window, window--dump-frame):
2064 New functions.
2065 (window--min-size-1): Account for window dividers.
2066 When window-resize-pixelwise is nil, delay rounding till after the
2067 sum of the window components has been calculated.
2068 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2069 nil make sure at least one text line and two text columns remain
2070 fully visible.
2071 (window-resize): Signal an error when window-resize-apply fails.
2072 (window--resize-child-windows): Fix calculation of by how many
2073 pixels a window can still be shrunk via window-new-normal.
2074 (adjust-window-trailing-edge): Call window--resizable with
2075 correct TRAIL argument.
2076
2077 (with-temp-buffer-window): Don't evaluate BODY within
2078 with-current-buffer (Bug#16816).
2079
2080 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2081
2082 * net/tramp.el (tramp-check-cached-permissions):
2083 Call `file-attributes' with `suffix' being a symbol but a string.
2084
2085 2014-02-21 Daniel Colascione <dancol@dancol.org>
2086
2087 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2088 (dbus-init-bus): New function: call into dbus-init-bus-1
2089 and installs a handler for the disconnect signal.
2090 (dbus-call-method): Rewrite to look for result in cons.
2091 (dbus-call-method-handler): Store result in cons.
2092 (dbus-check-event): Recognize events with nil sender as valid.
2093 (dbus-handle-bus-disconnect): New function. React to bus
2094 disconnection signal by synthesizing dbus error for each
2095 pending synchronous or asynchronous call.
2096 (dbus-notice-synchronous-call-errors): New function.
2097 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2098 is true, not all the time.
2099
2100 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2101
2102 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2103 Remove obsolescence declarations, these variables do not exist anymore.
2104
2105 * savehist.el (savehist-save-minibuffer-history)
2106 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2107 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2108 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2109 mostly, refer to "Savehist mode" when talking about the mode,
2110 and not the function.
2111
2112 * saveplace.el (save-place): Remove redundant info in docstring.
2113 (save-place-forget-unreadable-files, toggle-save-place)
2114 (save-place-forget-unreadable-files, save-place-dired-hook):
2115 Fix typos and remove unneeded backslashes.
2116
2117 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2118
2119 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2120 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2121
2122 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2123 <insert-directory>: Use `tramp-handle-insert-directory'.
2124 (tramp-gvfs-handle-insert-directory): Remove function.
2125
2126 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2127 Call `tramp-handle-insert-directory'.
2128
2129 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2130
2131 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2132 before the start of buffer/region (bug#16799).
2133
2134 2014-02-20 Glenn Morris <rgm@gnu.org>
2135
2136 * isearch.el (search-invisible): Doc fix.
2137
2138 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2139
2140 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2141 (bug#16657).
2142
2143 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2144
2145 * frameset.el (frameset-restore): Delay removing an old frame's
2146 duplicate id until the new frame has been correctly created.
2147
2148 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2149
2150 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2151 (tramp-check-cached-permissions): Call `file-attributes' if the
2152 cache is empty.
2153
2154 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2155 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2156
2157 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2158 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2159 (tramp-gvfs-maybe-open-connection): Set always connection
2160 properties, even if target is mounted already.
2161
2162 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2163 Set tramp-autoload cookie.
2164 (tramp-get-remote-touch): New defun.
2165 (tramp-sh-handle-set-file-times): Use it.
2166 (tramp-sh-handle-directory-files-and-attributes):
2167 Use `tramp-handle-directory-files-and-attributes' if neither stat
2168 nor perl are available on the remote host.
2169
2170 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2171 "/". Write long listing only when "l" belongs to the switches.
2172
2173 * net/trampver.el: Update release number.
2174
2175 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2178
2179 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2180
2181 * window.el (window-state-put): Allow WINDOW to refer to an
2182 internal window (Bug#16793).
2183
2184 2014-02-19 Glenn Morris <rgm@gnu.org>
2185
2186 * textmodes/remember.el: Move provide statement to end.
2187 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2188 (remember-notes): Doc fixes.
2189
2190 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2191
2192 * delsel.el (delete-char): Restore incorrectly erased property
2193 (bug#16795).
2194
2195 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2196
2197 * frameset.el (frameset--restore-frame): When a frame is being reused
2198 and its root window is not alive, delete all the frame's windows before
2199 restoring the window state. This works around the issue in bug#16793.
2200
2201 2014-02-18 Glenn Morris <rgm@gnu.org>
2202
2203 * textmodes/remember.el (remember-data-directory)
2204 (remember-directory-file-name-format, remember-store-in-files)
2205 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2206 (remember-notes-save-and-bury-buffer)
2207 (remember-notes--kill-buffer-query): Doc fixes.
2208
2209 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2210
2211 2014-02-17 Alan Mackenzie <acm@muc.de>
2212
2213 Connect electric-indent-mode up with CC Mode. Bug #15478.
2214 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2215 to electric-indent-{,local-}-mode.
2216 (c-basic-common-init): Set electric-indent-inhibit.
2217 Initialise c-electric-flag from electric-indent-mode.
2218 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2219 New hook functions which propagate electric-indent-mode to CC mode.
2220
2221 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2222 hit, toggle electric-indent-local-mode.
2223
2224 * electric.el (electric-indent-mode-has-been-called):
2225 New variable.
2226
2227 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2228
2229 * frameset.el (frameset-cfg-id): New function.
2230 (frameset--reuse-frame, frameset-restore): Use it.
2231 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2232
2233 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 * ido.el (ido-file-internal): Remove unused var `d'.
2236 Use \` for to match BoS. Fit within 80n columns.
2237
2238 2014-02-17 Daniel Colascione <dancol@dancol.org>
2239
2240 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2241 dbus-call-method check for completion using a busy-wait loop with
2242 gradual backoff.
2243
2244 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2245
2246 Sync with Tramp 2.2.9.
2247
2248 * net/trampver.el: Update release number.
2249
2250 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2251
2252 * ido.el (ido-file-internal): Don't add the name of an existing
2253 directory twice. (Bug#16747)
2254
2255 2014-02-16 Glenn Morris <rgm@gnu.org>
2256
2257 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2258 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2259
2260 2014-02-15 Michael R. Mauger <michael@mauger.com>
2261
2262 * progmodes/sql.el: Version 3.4
2263 (sql-oracle-options): New default value ("-L").
2264 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2265 (sql-placeholders-filter): Correct placeholder pattern.
2266 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2267 (sql-login-delay): New variable.
2268 (sql-product-interactive): Use it.
2269
2270 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2271
2272 * frameset.el (frameset--jump-to-register): Check that buffer is live
2273 (bug#16749).
2274
2275 2014-02-15 Glenn Morris <rgm@gnu.org>
2276
2277 * info.el (info-initialize): Revert 2014-01-10 change.
2278
2279 2014-02-14 Glenn Morris <rgm@gnu.org>
2280
2281 * replace.el (map-query-replace-regexp)
2282 (read-regexp-defaults-function, read-regexp): Doc fixes.
2283
2284 * dired.el (dired-read-regexp):
2285 * faces.el (list-faces-display):
2286 * misearch.el (multi-isearch-read-matching-buffers)
2287 (multi-isearch-read-matching-files):
2288 * play/cookie1.el (cookie-apropos):
2289 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2290
2291 * textmodes/remember.el (remember): Use frameset-to-register
2292 rather than frame-configuration-to-register.
2293
2294 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2295
2296 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2297 incorrect keybinding.
2298
2299 2014-02-13 Daniel Colascione <dancol@dancol.org>
2300
2301 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2302 when adding overlays so that line numbers from compiler match line
2303 numbers we use.
2304
2305 2014-02-13 Glenn Morris <rgm@gnu.org>
2306
2307 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2308
2309 * jit-lock.el (jit-lock-mode): Doc fix.
2310
2311 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2312
2313 * apropos.el (apropos-read-pattern): When the user passes an empty
2314 string, give a more helpful error message than "Wrong type
2315 argument: stringp, nil".
2316
2317 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2320
2321 2014-02-13 Glenn Morris <rgm@gnu.org>
2322
2323 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2324
2325 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2328 shift-select commands.
2329
2330 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2331
2332 * progmodes/js.el (js-indent-line): Don't widen.
2333 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
2334
2335 2014-02-12 Glenn Morris <rgm@gnu.org>
2336
2337 * icomplete.el (icomplete): Add info-link to defgroup.
2338 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
2339 (icomplete-minibuffer-map, icomplete-mode)
2340 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
2341
2342 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
2343 (package-menu-filter): Rename from package-menu-filter-interactive.
2344 Doc fix.
2345
2346 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
2347
2348 * frameset.el (frameset--jump-to-register): Select the required
2349 window and buffer before restoring position (bug#16696).
2350
2351 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
2352
2353 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
2354
2355 2014-02-10 Glenn Morris <rgm@gnu.org>
2356
2357 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
2358
2359 2014-02-10 Eli Zaretskii <eliz@gnu.org>
2360
2361 * w32-common-fns.el (x-get-selection): Doc fix.
2362 * select.el (x-get-selection): Doc fix. (Bug#15109)
2363
2364 * face-remap.el (face-remap-add-relative)
2365 (face-remap-remove-relative, face-remap-reset-base)
2366 (face-remap-set-base): Call force-mode-line-update to redisplay
2367 the current buffer due to potential change in faces. (Bug#16709)
2368
2369 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
2370
2371 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
2372 script more robustly.
2373
2374 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2375
2376 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
2377
2378 * simple.el (choose-completion): Doc fix (bug#14160).
2379
2380 * subr.el (event-start): Say what a nil EVENT value means.
2381
2382 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
2383 (bug#14197).
2384
2385 * progmodes/grep.el (find-program): Doc fix (bug#14289).
2386
2387 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
2388
2389 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
2390
2391 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
2392 predicate function (bug#15455).
2393
2394 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
2395
2396 * ielm.el (inferior-emacs-lisp-mode): Instead of
2397 `comment-use-global-state', set `comment-use-syntax'.
2398
2399 2014-02-10 Glenn Morris <rgm@gnu.org>
2400
2401 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
2402
2403 2014-02-09 Alan Mackenzie <acm@muc.de>
2404
2405 Fix c-invalidate-state-cache on narrowed buffers.
2406 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
2407 Widen when setting and clearing the CPP delimiter properties.
2408
2409 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2410
2411 * help.el (describe-bindings): Doc fix (bug#9888).
2412
2413 * files.el (save-buffer): Use ARG as the parameter name for
2414 consistency (bug#10346).
2415 (save-buffer): Clarify the 0 argument (bug#10346).
2416
2417 * cus-edit.el (customize-apropos): Fix error string.
2418 (custom-buffer-create): Doc fix (bug#11122).
2419 (custom-sort-items): Doc fix (bug#11121).
2420
2421 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
2422
2423 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
2424 (icomplete-simple-completing-p): Mention the previous variable.
2425
2426 * font-lock.el (font-lock-value-in-major-mode): Clarify the
2427 meaning of the parameter (bug#12282).
2428
2429 * files.el (find-file-noselect): Clarify prompt when changing
2430 readedness (bug#13261).
2431 (locate-file): Suffixes aren't returned, so don't say that they
2432 are (bug#12674).
2433 (backup-inhibited): Doc clarification (bug#12525).
2434
2435 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
2436 before we actually start to delete things (bug#16331).
2437
2438 * subr.el (event-start): Doc fix (bug#14228).
2439 (event-end): Ditto.
2440
2441 2014-02-09 Glenn Morris <rgm@gnu.org>
2442
2443 * emacs-lisp/warnings.el (lwarn):
2444 Empower help-enable-auto-load. (Bug#15940)
2445
2446 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
2447
2448 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
2449 (Bug#16690)
2450
2451 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
2452
2453 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2454 Insert output at end of buffer. (Bug#16120)
2455
2456 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2457
2458 * simple.el (choose-completion-string-functions): Document new
2459 calling convention (bug#14153).
2460 (execute-extended-command): Clarify doc string (bug#13373).
2461
2462 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
2463
2464 * find-dired.el (find-name-dired): Doc fix (bug#14290).
2465 (find-grep-dired): Doc fix (bug#14288).
2466
2467 2014-02-08 Juri Linkov <juri@jurta.org>
2468
2469 * isearch.el (isearch-quote-char): Check character validity
2470 like in `quoted-insert' (bug#16677).
2471
2472 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2473
2474 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
2475
2476 * isearch.el (isearch-hide-immediately): Doc clarification
2477 (bug#14723).
2478
2479 * simple.el (line-move): Document utility function used many
2480 places in the Emacs sources (bug#14843).
2481
2482 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
2483 (dired-prev-marked-file): Doc fix (bug#14855).
2484 (dired-up-directory): Doc fix (bug#14848).
2485
2486 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
2487
2488 * files.el (file-relative-name): Doc fix (bug#15159).
2489
2490 * fringe.el (fringe-styles): Doc fix (bug#15239).
2491
2492 * isearch.el (isearch-filter-predicate): Documentation typo fix
2493 (bug#15474).
2494
2495 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
2496
2497 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
2498
2499 * replace.el (replace-match-maybe-edit): Doc clarification
2500 (bug#15632).
2501
2502 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
2503
2504 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
2505
2506 2014-02-08 Glenn Morris <rgm@gnu.org>
2507
2508 * help-fns.el (describe-variable):
2509 Check {file,dir}-local-variables-alist, and buffer-file-name,
2510 in the correct buffer.
2511
2512 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
2513
2514 * help-fns.el (describe-variable): Fix the case where
2515 a value is directory-local with no dir-locals file. (Bug#16635)
2516
2517 2014-02-08 Glenn Morris <rgm@gnu.org>
2518
2519 * abbrev.el (edit-abbrevs-mode):
2520 Derive from fundamental-mode. (Bug#16682)
2521
2522 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
2523
2524 * simple.el (quoted-insert): Check character validity (bug#16677).
2525
2526 2014-02-07 Juri Linkov <juri@jurta.org>
2527
2528 * desktop.el (desktop-read): Claim the lock when the owner is not
2529 the current process. (Bug#16157)
2530
2531 2014-02-07 Juri Linkov <juri@jurta.org>
2532
2533 * desktop.el (desktop-buffers-not-to-save): Change default from nil
2534 to "\\` ". (Bug#16651)
2535
2536 2014-02-07 Juri Linkov <juri@jurta.org>
2537
2538 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
2539 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
2540 (desktop-auto-save-cancel-timer): New function with some code from
2541 `desktop-auto-save-set-timer'.
2542 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
2543 Instead of setting `desktop-save-mode' to nil, call
2544 `desktop-save-mode' with arg 0. (Bug#16630)
2545
2546 2014-02-07 Glenn Morris <rgm@gnu.org>
2547
2548 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
2549 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
2550 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
2551
2552 * obsolete/iswitchb.el: Move to obsolete/.
2553 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
2554 since obsolete/ is not scanned for autoloads.
2555 * emacs-lisp/authors.el (authors-valid-file-names):
2556 Add iswitchb.el.
2557
2558 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
2559 Disable now non-functional find-file-hook.
2560
2561 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
2562
2563 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
2564 instead of ";" in order to avoid additional prompts. Let heredoc
2565 scripts read from tty. (Bug#16582)
2566 (tramp-send-command): No special handling of heredocs, it isn't
2567 necessary anymore.
2568
2569 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
2570
2571 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
2572 with a space (bug#16664). Limit the symbols considered to the ones
2573 that are bound or fbound (bug#16646).
2574
2575 2014-02-06 Glenn Morris <rgm@gnu.org>
2576
2577 * epa.el (epa-mail-aliases): Doc fix.
2578
2579 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
2580
2581 * emacs-lisp/lisp.el (lisp-completion-at-point):
2582 Use `completion-table-merge' instead of `completion-table-in-turn'
2583 (bug#16604).
2584
2585 * minibuffer.el (completion-table-merge): New function.
2586
2587 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
2588
2589 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
2590 (tramp-sh-handle-set-file-acl)
2591 (tramp-sh-handle-start-file-process)
2592 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
2593 (tramp-find-executable, tramp-send-command): Use it.
2594
2595 2014-02-05 Glenn Morris <rgm@gnu.org>
2596
2597 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
2598
2599 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
2600
2601 * progmodes/python.el (python-shell-send-string)
2602 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
2603
2604 2014-02-04 Anders Lindgren <andlind@gmail.com>
2605
2606 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
2607 the names (bug#16620).
2608
2609 2014-02-03 Martin Rudalics <rudalics@gmx.at>
2610
2611 * faces.el (window-divider): New default value. Rewrite doc-string.
2612 (window-divider-first-pixel, window-divider-last-pixel): New faces.
2613
2614 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
2615
2616 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
2617 `protected' and `public' can also be called without arguments.
2618
2619 2014-02-03 Glenn Morris <rgm@gnu.org>
2620
2621 * register.el (window-configuration-to-register)
2622 (frame-configuration-to-register): Unadvertise unused argument.
2623 * frameset.el (frameset-to-register): Remove unused argument.
2624
2625 * frameset.el (frameset-to-register):
2626 * kmacro.el (kmacro-to-register):
2627 * register.el (increment-register):
2628 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
2629 (calc-append-to-register, calc-prepend-to-register):
2630 * play/gametree.el (gametree-layout-to-register)
2631 (gametree-apply-register-layout):
2632 * textmodes/picture.el (picture-clear-rectangle-to-register)
2633 (picture-yank-rectangle-from-register):
2634 * vc/emerge.el (emerge-combine-versions-register):
2635 Use register-read-with-preview to read registers.
2636
2637 2014-02-03 João Távora <joaotavora@gmail.com>
2638
2639 * elec-pair.el (electric-pair-backward-delete-char): Don't error
2640 when at beginning of (possibly narrowed) buffer.
2641
2642 2014-02-02 Daniel Colascione <dancol@dancol.org>
2643
2644 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
2645 Also try to display local help from just before point.
2646
2647 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
2648
2649 c-parse-state. Don't "append-lower-brace-pair" in certain
2650 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
2651 recognised as a comment.
2652
2653 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
2654 as well as normal comment starter.
2655 (c-parse-state-get-strategy): Extra return possibility
2656 'back-and-forward.
2657 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
2658 return value list to indicate replacement of a brace-pair cons
2659 with its car.
2660 (c-parse-state-1): With 'back-and-forward, only call
2661 c-append-lower-brace-pair-to state-cache when cons-separated.
2662
2663 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
2664
2665 * term/ns-win.el (ns-suspend-error): New function.
2666 (ns-initialize-window-system): Add ns-suspend-error to
2667 suspend-hook (Bug#16612).
2668
2669 2014-02-02 Daniel Colascione <dancol@dancol.org>
2670
2671 * progmodes/cc-defs.el (c-find-assignment-for-mode):
2672 Make loading cc-mode silent.
2673
2674 2014-02-02 Daniel Colascione <dancol@dancol.org>
2675
2676 * comint.el (comint-prompt-read-only): Change doc to suggest
2677 remap keybinding.
2678
2679 2014-02-02 Glenn Morris <rgm@gnu.org>
2680
2681 * register.el (register-read-with-preview, point-to-register)
2682 (window-configuration-to-register, frame-configuration-to-register)
2683 (jump-to-register, number-to-register, view-register, insert-register)
2684 (copy-to-register, append-to-register, prepend-to-register)
2685 (copy-rectangle-to-register): Doc fixes.
2686
2687 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
2688
2689 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
2690 * emacs-lisp/find-func.el (find-function-C-source): Idem.
2691 * emacs-lisp/nadvice.el (advice--cd*r): New function.
2692 * help-fns.el (describe-function-1): Use it.
2693
2694 2014-02-02 Glenn Morris <rgm@gnu.org>
2695
2696 * register.el (register-preview-default): New function,
2697 split from register-preview.
2698 (register-preview-function): Rename from register-preview-functions,
2699 make it not a hook.
2700 (register-preview): Use register-preview-function.
2701 (register-read-with-preview): Error on non-character event. (Bug#16595)
2702
2703 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
2704
2705 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
2706 `:' before binary operators (bug#16609). Don't check for `:'
2707 before `[' and `(', or their syntax status. A percent literal
2708 can't end with either.
2709 (ruby-font-lock-keywords): For built-ins that require arguments,
2710 check that they're followed by something that looks like argument
2711 (bug#16610).
2712
2713 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2714
2715 * subr.el (butlast): Document what an omitted N means (bug#13437).
2716 (nbutlast): Ditto.
2717
2718 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
2719
2720 * net/shr.el (shr-generic): Make into a defsubst to make the stack
2721 depth shallower (bug#16587).
2722 (shr-tag-svg): Respect `shr-inhibit-images'.
2723 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
2724
2725 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
2726
2727 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
2728 (ruby-smie-grammar): Make "." right-associative. Make its priority
2729 lower than the ternary and all binary operators.
2730 (ruby-smie-rules): Indent "(" relative to the first non-"."
2731 parent, or the first "." parent at indentation.
2732 Use `ruby-align-chained-calls' for indentation of "." tokens.
2733 (Bug#16593)
2734
2735 2014-01-31 Juri Linkov <juri@jurta.org>
2736
2737 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
2738 from `make-hash-table'.
2739
2740 * textmodes/ispell.el (ispell-init-process): Change message format
2741 to be consistent with other messages.
2742
2743 2014-01-31 Glenn Morris <rgm@gnu.org>
2744
2745 * delsel.el (delete-selection-mode): Doc fix.
2746
2747 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
2748 (trace-function-background): Doc fixes.
2749
2750 * ido.el (ido-use-virtual-buffers): Doc fix.
2751 Reset :version, since the default value has not changed.
2752
2753 * register.el (register-preview-delay, register-read-with-preview):
2754 Doc fixes.
2755
2756 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
2757 do not mess with mail-buffer position (fixes 2009-11-03 change).
2758 * progmodes/cc-mode.el (c-submit-bug-report):
2759 Check auto-fill-mode is bound. (Bug#16592)
2760
2761 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
2762
2763 * startup.el (fancy-splash-image-file): New function,
2764 split from fancy-splash-head.
2765 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
2766 so that we are both using the same image. (Bug#16574)
2767
2768 2014-01-30 Glenn Morris <rgm@gnu.org>
2769
2770 * simple.el (eval-expression): Doc fix.
2771
2772 * hexl.el (hexl-mode-hook):
2773 * ielm.el (ielm-mode-hook):
2774 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
2775 (lisp-interaction-mode-hook):
2776 * progmodes/cfengine.el (cfengine3-documentation-function):
2777 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
2778
2779 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
2780
2781 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
2782 is a symbol (bug#16584).
2783
2784 2014-01-30 Glenn Morris <rgm@gnu.org>
2785
2786 * help.el (help-for-help-internal): Add "P" to text.
2787
2788 2014-01-29 Glenn Morris <rgm@gnu.org>
2789
2790 * simple.el (just-one-space, cycle-spacing): Doc fixes.
2791
2792 2014-01-28 Martin Rudalics <rudalics@gmx.at>
2793
2794 * window.el (fit-frame-to-buffer): Fix calculations for margins and
2795 height constraints.
2796
2797 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
2798
2799 * progmodes/hideif.el: Extend to full CPP expression syntax.
2800 (hif-token-alist): Add missing tokens.
2801 (hif-token-regexp): Add support for float/octal/hex immediates.
2802 (hif-string-literal-regexp): New const.
2803 (hif-tokenize): Recognize strings and float/octal/hex immediates.
2804 (hif-exprlist): New function.
2805 (hif-parse-if-exp): Use it.
2806 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
2807 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
2808 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
2809 (hif-logxor, hif-comma): New functions.
2810
2811 2014-01-28 Glenn Morris <rgm@gnu.org>
2812
2813 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
2814
2815 * indent.el (tab-stop-list): Doc fix. Add :version.
2816
2817 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
2818 (cvs-append-to-ignore): Add compatibility alias.
2819
2820 2014-01-27 Glenn Morris <rgm@gnu.org>
2821
2822 * dired.el (dired-hide-details-mode): Don't autoload it,
2823 since it cannot be used outside Dired buffers anyway.
2824
2825 * emulation/cua-base.el (cua-mode): Doc fix.
2826
2827 * dired.el (dired-hide-details-hide-symlink-targets)
2828 (dired-hide-details-hide-information-lines)
2829 (dired-hide-details-mode): Doc fixes.
2830
2831 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
2832 * strokes.el (strokes-file): Doc fix. Bump :version.
2833 (strokes-help): Doc fix.
2834 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
2835 * emulation/viper.el (viper): Doc fix for custom group.
2836 (top-level): Remove oh-so-no-longer-relevant text about vip.
2837 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
2838
2839 * ido.el (ido-save-directory-list-file):
2840 * saveplace.el (save-place-file):
2841 * calendar/timeclock.el (timeclock-file):
2842 * net/quickurl.el (quickurl-url-file):
2843 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
2844 * progmodes/idlwave.el (idlwave-config-directory):
2845 * textmodes/remember.el (remember-data-file):
2846 Bump :version.
2847
2848 2014-01-26 Glenn Morris <rgm@gnu.org>
2849
2850 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
2851 Doc fix. Make obsolete.
2852 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
2853
2854 * sort.el (delete-duplicate-lines): Doc fix.
2855
2856 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2857
2858 * progmodes/ada-mode.el (ada):
2859 * woman.el (woman): Link to info manual and Commentary section.
2860
2861 * progmodes/flymake.el (flymake):
2862 * nxml/nxml-mode.el (nxml):
2863 * net/eww.el (eww):
2864 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
2865 * htmlfontify.el (htmlfontify):
2866 * ses.el (ses):
2867 * epa.el (epa):
2868 * ido.el (ido): Link to info manual.
2869
2870 2014-01-25 Leo Liu <sdl.web@gmail.com>
2871
2872 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
2873
2874 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
2875
2876 * net/shr.el (shr-tag-img): Prefer the title over the alt text
2877 (bug#16537).
2878
2879 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
2880
2881 * net/eww.el (eww-download-callback):
2882 Fix reference to eww-download-directory.
2883
2884 * emacs-lisp/bytecomp.el (byte-compile-file):
2885 Remove unused local variable `file-name'.
2886
2887 2014-01-24 Glenn Morris <rgm@gnu.org>
2888
2889 * woman.el (woman-default-faces, woman-monochrome-faces):
2890 Fix obsolescence specification.
2891
2892 * subr.el (with-demoted-errors): Doc fix.
2893
2894 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
2897 (cl--macroexp-fboundp): New function.
2898 (cl--make-type-test): Use it.
2899
2900 2014-01-23 Glenn Morris <rgm@gnu.org>
2901
2902 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
2903 * simple.el (eval-expression): Doc fixes.
2904
2905 2014-01-22 Glenn Morris <rgm@gnu.org>
2906
2907 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
2908
2909 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
2910
2911 * emacs-lisp/package.el: Write files silently.
2912 (package-autoload-ensure-default-file, package--write-file-no-coding)
2913 (package-generate-description-file, package--download-one-archive)
2914 (package-install-from-archive): Tell `write-region' to stay quiet.
2915 (package-menu-mode, package-menu--print-info): Omit the Archive column
2916 if there's only one archive.
2917 (package-all-keywords, package--has-keyword-p): Remove dead code.
2918
2919 2014-01-22 Glenn Morris <rgm@gnu.org>
2920
2921 * version.el (emacs-bzr-version-bzr): Fix typo.
2922
2923 * version.el (emacs-repository-get-version):
2924 Check either .bzr or .git, but not both.
2925 Make the git case actually use the DIR argument, and return nil
2926 rather than the empty string.
2927 Avoid error if .git exists but the git executable is not found.
2928
2929 2014-01-22 Martin Rudalics <rudalics@gmx.at>
2930
2931 Fixes in window size functions around Bug#16430 and Bug#16470.
2932 * window.el (window-total-size, window-size): New argument ROUND.
2933 (window--min-delta-1, window-min-delta, window--max-delta-1):
2934 Be more conservative when calculating the numbers of lines or
2935 columns a window can shrink (Bug#16430).
2936 (fit-window-to-buffer): Simplify code.
2937 * term.el (term-window-width): Call window-body-width again.
2938
2939 2014-01-22 Glenn Morris <rgm@gnu.org>
2940
2941 * image.el (image-format-suffixes): Doc fix.
2942
2943 * international/quail.el (quail-define-package): Doc fix.
2944
2945 * emacs-lisp/authors.el (authors-valid-file-names)
2946 (authors-renamed-files-alist): Additions.
2947
2948 * vc/vc-git.el (vc-git-print-log): Remove --follow;
2949 reverts 2014-01-09 change. (Bug#16422)
2950
2951 * calc/calc-embed.el (thing-at-point-looking-at):
2952 * emacs-lisp/map-ynp.el (x-popup-dialog):
2953 * obsolete/lmenu.el (x-popup-dialog):
2954 * emacs-lisp/package.el (url-recreate-url):
2955 * mail/mailclient.el (clipboard-kill-ring-save):
2956 * subr.el (x-popup-dialog): Update declaration.
2957 * mail/rmail.el (rmail-mime-message-p):
2958 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
2959
2960 2014-01-21 Daniel Colascione <dancol@dancol.org>
2961
2962 * progmodes/sh-script.el (sh--inside-noncommand-expression):
2963 Correctly detect when we're inside an arithmetic expansion form
2964 containing nested parenthesis.
2965 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
2966 to detect cases where we shouldn't expand "<<" to a heredoc
2967 skeleton.
2968
2969 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
2972 (eldoc--message-command-p): New function.
2973 (eldoc-display-message-p): Use it.
2974 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
2975 message is not automatically erased for us.
2976 (eldoc-print-current-symbol-info): Erase previous message, if any.
2977
2978 2014-01-21 Tassilo Horn <tsdh@gnu.org>
2979
2980 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
2981 specify it's an interactive function.
2982
2983 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
2984 Fix regex used for scanning for citation keys which failed for
2985 citations with optional arguments.
2986
2987 2014-01-21 Leo Liu <sdl.web@gmail.com>
2988
2989 * simple.el (read--expression): Don't enable eldoc-mode.
2990
2991 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * simple.el (move-beginning-of-line): Make sure we don't move forward
2994 (bug#16497).
2995
2996 2014-01-20 Juri Linkov <juri@jurta.org>
2997
2998 * saveplace.el (toggle-save-place, save-place-to-alist)
2999 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3000 'dired-mode) before checking for dired-directory. (Bug#16477)
3001
3002 2014-01-20 Juri Linkov <juri@jurta.org>
3003
3004 * indent.el (indent-line-to): Use backward-to-indentation
3005 instead of back-to-indentation. (Bug#16461)
3006
3007 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3008
3009 Revert some of the CANNOT_DUMP fix (Bug#16494).
3010 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3011 but fixing this can wait until after the next release.
3012 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3013
3014 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3015
3016 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3017 Use `password-word-equivalents'.
3018 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3019 to t. (Bug#5664, Bug#13124)
3020
3021 2014-01-19 Alan Mackenzie <acm@muc.de>
3022
3023 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3024 points.
3025 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3026 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3027 * progmodes/cc-mode.el (c-before-change, c-after-change)
3028 (c-font-lock-fontify-region): Bind it here.
3029
3030 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3031
3032 * term.el (term-window-width): Call window-text-width instead of
3033 window-width (Bug#16470).
3034
3035 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3036
3037 * simple.el (password-word-equivalents): Remove duplicates.
3038 Sort, to make this easier next time.
3039 Downcase. Omit ": " after "jelszó".
3040
3041 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3042
3043 * term/common-win.el (saved-region-selection): Defvar it.
3044 (x-select-text): Set saved-region-selection (Bug#16382).
3045
3046 2014-01-18 Glenn Morris <rgm@gnu.org>
3047
3048 * emacs-lisp/authors.el (authors-aliases)
3049 (authors-renamed-files-alist): Add some entries.
3050
3051 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/tramp.el (tramp-password-prompt-regexp):
3054 Use `password-word-equivalents' if available.
3055 (tramp-action-password, tramp-process-one-action)
3056 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3057
3058 2014-01-17 Chong Yidong <cyd@gnu.org>
3059
3060 * simple.el (password-word-equivalents): New defcustom.
3061 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3062 to 24.4.
3063 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3064 to t. (Bug#13124)
3065
3066 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3067
3068 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3069 (ruby-align-to-stmt-keywords): Change the default value.
3070 Use `ruby-alignable-keywords' to generate the possible customization
3071 choices.
3072 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3073 keywords, check against the value of `ruby-alignable-keywords'
3074 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3075
3076 2014-01-17 Glenn Morris <rgm@gnu.org>
3077
3078 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3079
3080 Make M-x authors return zero *Authors Errors* from current logs.
3081 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3082 (authors-ignored-files): Add some entries, remove others.
3083 (authors-ambiguous-files, authors-valid-file-names):
3084 Add some entries.
3085 (authors-renamed-files-alist): Add, remove, and adjust entries.
3086 (authors-renamed-files-regexps): Add some entries.
3087 Remove some very broad ones. Make some entries `lax'.
3088 (authors-lax-changelogs): New constant.
3089 (authors-disambiguate-file-name): Treat top-level specially.
3090 (authors-lax-changelog-p): New function.
3091 (authors-canonical-file-name): Check file as written against
3092 authors-valid-file-names. Do not special-case etc/.
3093 Handle `lax' logs and authors-renamed-files-regexps elements.
3094
3095 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3096
3097 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3098 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3099 callers.
3100
3101 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3102
3103 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3104 Assume we're already in the proper buffer.
3105 Inspired by Anders Lindgren <andlind@gmail.com>.
3106 (follow-post-command-hook): Call it from the right buffer.
3107 (follow-comint-scroll-to-bottom): Adjust call.
3108 (follow-all-followers): Use get-buffer-window-list.
3109
3110 2014-01-15 Daniel Colascione <dancol@dancol.org>
3111
3112 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3113 `buffer-file-name' in interactive-form so that we don't leave
3114 pathless file names in `file-name-history'.
3115
3116 2014-01-15 Juri Linkov <juri@jurta.org>
3117
3118 * indent.el (indent-rigidly): Set deactivate-mark to nil
3119 in transient indentation mode. (Bug#16438)
3120
3121 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3122
3123 * emacs-lisp/package.el (package-desc-keywords): New function
3124 (Bug#16222).
3125 (describe-package-1, package-all-keywords)
3126 (package--has-keyword-p): Use it.
3127
3128 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3129
3130 * simple.el (define-alternatives): When creating the
3131 COMMAND-alternatives variable, assign COMMAND as its definition
3132 name so that `describe-variable' can relocate it.
3133
3134 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3135
3136 * font-lock.el (font-lock-keywords): Fix typo in docstring
3137 (bug#16307).
3138
3139 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3140
3141 * ispell.el (ispell-region): Reset `in-comment' for new line
3142 instead of wrongly reset `add-coment' (bug#13577).
3143
3144 2014-01-14 Daiki Ueno <ueno@gnu.org>
3145
3146 * epa-file.el (epa-file-write-region): Encode the region according
3147 to `buffer-file-format'. Problem reported at:
3148 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3149
3150 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3151
3152 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3153 so it applies in the right buffer (bug#16410).
3154
3155 2014-01-13 Daniel Colascione <dancol@dancol.org>
3156
3157 * textmodes/rst.el (rst-define-key): Provide deprecated
3158 keybindings through named functions instead of anonymous ones so
3159 that "??" doesn't appear in describe-mode output.
3160
3161 2014-01-13 Bastien Guerry <bzg@gnu.org>
3162
3163 * simple.el (define-alternatives): Call the selected command
3164 interactively. When setting `COMMAND--implementation' for the
3165 first time, tell the user how to chose another implementation.
3166 Enhance the docstring.
3167
3168 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3171 (log-edit--match-first-line): New function.
3172 (log-edit-font-lock-keywords): Use it.
3173 (log-edit-mode): Make jit-lock-defer-multiline work.
3174
3175 2014-01-13 Bastien Guerry <bzg@gnu.org>
3176
3177 * rect.el (rectangle-mark-mode): When the region is not active,
3178 display a message saying that the mark as been set and that
3179 rectangle mode is in use.
3180 (rectangle--highlight-for-redisplay): Only put an overlay with a
3181 visible vertical bar when (display-graphic-p) is non-nil.
3182 This partially fixes Bug#16403.
3183
3184 2014-01-13 Juri Linkov <juri@jurta.org>
3185
3186 * info.el (Info-find-file): Go to DIR before displaying the error
3187 about a nonexistent file if no previous Info file is visited.
3188 Use `user-error' instead of `error' for "Info file %s does not exist".
3189 (Info-find-node-2): In case of a nonexistent node in unwind forms
3190 go to the Top node if there is no previous node to revert to.
3191 (Bug#16405)
3192
3193 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3194
3195 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3196 * window.el (fit-frame-to-buffer): Fix doc-string.
3197 Respect window-min-height/-width. Fit pixelwise when
3198 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3199 when avoiding that frame goes partially off-screen.
3200 (fit-window-to-buffer): Respect window-min-height/-width
3201 (Bug#14096).
3202
3203 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3204
3205 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3206 after an empty line.
3207
3208 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * net/shr.el (shr-render-region): Autoload.
3211
3212 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3213
3214 * net/eww.el (eww-download-directory): Rename from
3215 `eww-download-path' (Bug#16419).
3216
3217 2014-01-12 Leo Liu <sdl.web@gmail.com>
3218
3219 * dired-x.el (dired-mode-map): Fix last change.
3220
3221 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3222
3223 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3224
3225 Spelling fixes.
3226 * emacs-lisp/generic.el (generic--normalize-comments):
3227 Rename from generic--normalise-comments. All uses changed.
3228 * play/bubbles.el (bubbles--neighborhood-score)
3229 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3230 (bubbles--neighborhood-available)
3231 (bubbles--update-neighborhood-score):
3232 Rename from names with 'neighbourhood'. All uses changed.
3233
3234 2014-01-12 Leo Liu <sdl.web@gmail.com>
3235
3236 Re-implement the feature of showing eldoc info after editing.
3237 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3238 (eldoc-edit-message-commands): New function.
3239 (eldoc-print-after-edit): New variable.
3240 (eldoc-pre-command-refresh-echo-area): Emit message only by
3241 eldoc-message-commands.
3242 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3243 if eldoc-print-after-edit is set. (Bug#16346)
3244 * simple.el (read--expression): Enable eldoc-mode.
3245 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3246
3247 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3248 Eric S. Raymond <esr@thyrsus.com>
3249
3250 * version.el (emacs-repository-get-version): Enhance so the
3251 function works correctly in either a Bazaar or Git repo.
3252
3253 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3254
3255 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3256 Goes with removal of the joke manpages from /etc.
3257
3258 2014-01-10 Kenichi Handa <handa@gnu.org>
3259
3260 * mail/rmail.el (rmail-get-coding-system):
3261 Check rmail-get-coding-function before "funcall"ing it.
3262
3263 2014-01-10 Glenn Morris <rgm@gnu.org>
3264
3265 * emacs-lisp/authors.el (authors-fixed-entries):
3266 Update for files that no longer exist.
3267
3268 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3269
3270 * version.el (emacs-bzr-get-version): Restore compatibilty with
3271 24.3 (Tested).
3272
3273 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3274
3275 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3276 and Podfile.
3277
3278 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3279
3280 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3281
3282 2014-01-10 Chong Yidong <cyd@gnu.org>
3283
3284 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3285
3286 2014-01-10 Anders Lindgren <andlind@gmail.com>
3287
3288 * follow.el (follow-cache-command-list): Include right-char and
3289 left-char.
3290
3291 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3292
3293 Spelling fixes.
3294 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3295 * woman.el (woman-mark-horizontal-position):
3296 Rename from woman-mark-horizonal-position. Use changed.
3297
3298 2014-01-10 Glenn Morris <rgm@gnu.org>
3299
3300 * info.el (info-initialize): If running uninstalled, ensure our
3301 own info files are always found first, even if INFOPATH is set.
3302
3303 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3304
3305 2014-01-09 David Engster <deng@randomsample.de>
3306
3307 * emacs-lisp/eieio-custom.el:
3308 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3309 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3310 * emacs-lisp/eieio.el: Regenerate autoloads.
3311
3312 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3313
3314 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3315 following renames. (Bug#8756)
3316
3317 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3318
3319 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3320 (bug#16382).
3321 (activate-mark): Add `no-tmm' argument.
3322 (set-mark, push-mark-command): Use it instead of running
3323 activate-mark-hook by hand.
3324
3325 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3326
3327 In preparation for the move to git, sanitize out some
3328 Bazaar-specific names.
3329
3330 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3331
3332 * version.el (emacs-bzr-version): Name changed to
3333 emacs-repository-version. Obsolete-variable alias made.
3334 * loadup.el: Follow through on this name change.
3335 * mail/emacsbug.el (report-emacs-bug): Factor out any
3336 assumption about the version control system in use.
3337
3338 2014-01-08 David Engster <deng@randomsample.de>
3339
3340 * help-fns.el (help-fns-describe-function-functions):
3341 New variable to call functions for augmenting help buffers.
3342 (describe-function-1): Remove explicit calls to
3343 `help-fns--compiler-macro', `help-fns--parent-mode' and
3344 `help-fns--obsolete'. Put them in above new variable instead, and
3345 call them through `run-hook-with-args'.
3346 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
3347 `eieio-describe-class'. Not meant for interactive use anymore,
3348 but to augment existing help buffers. Remove optional second
3349 argument. Create proper button for file location.
3350 Rewrite function to use `insert' instead of `princ' and `prin1' where
3351 possible.
3352 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
3353 (eieio-method-def, eieio-class-def): Move further up.
3354 (describe-method, describe-generic, eieio-describe-method):
3355 Remove aliases.
3356 (eieio-help-constructor, eieio-help-generic): Rename from
3357 `eieio-describe-constructor' and `eieio-describe-generic', resp.
3358 Rewrite to use `insert' in the current buffer and use proper help
3359 buttons.
3360 (eieio-help-find-method-definition)
3361 (eieio-help-find-class-definition): Also accept symbols as
3362 arguments.
3363 (eieio-help-mode-augmentation-maybee): Remove.
3364 (eieio-describe-class-sb): Use `describe-function'.
3365 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
3366 Add `eieio-help-generic' and `eieio-help-constructor'.
3367
3368 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
3369
3370 Spelling fixes.
3371 * language/china-util.el (hz-ascii-designation):
3372 Rename from hz-ascii-designnation.
3373 (hz-ascii-designation): Rename from hz-ascii-designnation.
3374 All uses changed.
3375
3376 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
3379 package-alist.
3380
3381 2014-01-08 Bastien Guerry <bzg@gnu.org>
3382
3383 * emacs-lisp/package.el (package-delete):
3384 Correctly delete the package from package-alist.
3385
3386 2014-01-08 Daiki Ueno <ueno@gnu.org>
3387
3388 * emacs-lisp/package.el (url-recreate-url): Declare.
3389 (url-http-target-url): Declare.
3390 (package-handle-response): Include requested URL in the error message.
3391 (package--check-signature): Don't re-signal errors from
3392 package--with-work-buffer. Suggested by Stefan Monnier.
3393
3394 2014-01-07 Bastien Guerry <bzg@gnu.org>
3395
3396 * minibuffer.el (completion--try-word-completion): When both a
3397 hyphen and a space are possible candidates for the character
3398 following a word, display both candidates. (Bug#15980)
3399
3400 2014-01-07 Martin Rudalics <rudalics@gmx.at>
3401
3402 * window.el (balance-windows-2): While rounding don't give a
3403 window more than the remainder. Bug#16351, bug#16383.
3404
3405 2014-01-07 Glenn Morris <rgm@gnu.org>
3406
3407 * menu-bar.el (menu-bar-help-extra-packages): Remove.
3408 (menu-bar-help-menu): Use view-external-packages instead.
3409
3410 2014-01-07 Bastien Guerry <bzg@gnu.org>
3411
3412 * emacs-lisp/package.el (package-delete): Also delete the package
3413 name from `package-alist', not its description only.
3414
3415 2014-01-07 Glenn Morris <rgm@gnu.org>
3416
3417 * help.el (view-external-packages):
3418 * menu-bar.el (menu-bar-help-extra-packages):
3419 Visit efaq.info rather than etc/MORE.STUFF.
3420
3421 2014-01-07 Juri Linkov <juri@jurta.org>
3422
3423 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
3424 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
3425
3426 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
3427 that shadows RET. (Bug#16342)
3428
3429 2014-01-07 Chong Yidong <cyd@gnu.org>
3430
3431 * isearch.el (isearch-yank-char, isearch-yank-word)
3432 (isearch-yank-line): Doc fix.
3433
3434 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
3437 * emacs-lisp/elint.el (elint-find-builtins):
3438 * emacs-lisp/eldoc.el (eldoc-symbol-function):
3439 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
3440 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
3441 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
3442 * apropos.el (apropos-safe-documentation):
3443 * subr.el (symbol-file): Remove redundant fboundp.
3444 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
3445
3446 2014-01-06 Bastien Guerry <bzg@gnu.org>
3447
3448 * hl-line.el (global-hl-line-overlay): Make a local variable.
3449 (global-hl-line-overlays): New variable to store all overlays.
3450 (global-hl-line-mode): Don't delete overlays from the current
3451 buffer when `global-hl-line-sticky-flag' is non-nil.
3452 (global-hl-line-highlight): Add new overlays to
3453 `global-hl-line-overlays'.
3454 (global-hl-line-unhighlight-all): New function to delete all
3455 overlays when turning off `global-hl-line-mode'.
3456 This fixes Bug#16183.
3457
3458 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
3459
3460 * subr.el (set-transient-map): Fix nested case and docstring.
3461
3462 2014-01-06 Tassilo Horn <tsdh@gnu.org>
3463
3464 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
3465 `Texinfo' entry.
3466
3467 2014-01-06 Daniel Colascione <dancol@dancol.org>
3468
3469 Fix defun navigation in vc log view.
3470
3471 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
3472 like `beginning-of-defun'.
3473 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
3474 log-view-end-of-defun to log-view-end-of-defun-1. Replace
3475 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
3476 (log-view-extract-comment): Call `log-view-current-entry' directly
3477 instead of relying on broken `log-view-beginning-of-defun' behavior.
3478
3479 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
3480
3481 Spelling fixes.
3482 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
3483 * emacs-lisp/debug.el (cancel-debug-on-entry):
3484 * epg.el (epg-error-to-string):
3485 * files.el (recover-file):
3486 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
3487 * mail/emacsbug.el (report-emacs-bug-hook):
3488 * mail/sendmail.el (mail-recover):
3489 * ses.el (ses-yank-resize):
3490 * term/ns-win.el (ns-print-buffer):
3491 Spelling fixes in diagnostics, mostly for "canceled" with one L.
3492 * epg.el (epg-key-capability-alist): Rename from misspelled version.
3493 All uses changed.
3494 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
3495
3496 2014-01-06 Leo Liu <sdl.web@gmail.com>
3497
3498 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
3499 to avoid shadowing global key. (Bug#16354)
3500
3501 2014-01-06 Daniel Colascione <dancol@dancol.org>
3502
3503 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
3504 rst-mode.
3505
3506 2014-01-05 Martin Rudalics <rudalics@gmx.at>
3507
3508 * window.el (balance-windows): Add mising t to fix Bug#16351.
3509
3510 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3511
3512 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
3513 (bug#16285).
3514 (shr-insert): If we have a word that's longer than `shr-width',
3515 break after it anyway. Otherwise we'll do no breaking once we get
3516 such a long word.
3517
3518 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3519
3520 * net/eww.el (eww): Support single/double quote for search.
3521 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
3522 (eww-history-quit): Delete and use quit-window.
3523 (eww-history-kill): Delete, because it doesn't work well and
3524 not necessary.
3525 (eww-history-mode-map): Delete some keys and add easy-menu.
3526
3527 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
3528
3529 Fix misspelling of 'chinese' in rx (Bug#16237).
3530 * emacs-lisp/rx.el (rx-categories): Correct spelling of
3531 chinese-two-byte.
3532
3533 Change subword regexps back to vars (Bug#16296).
3534 * progmodes/subword.el (subword-forward-regexp)
3535 (subword-backward-regexp): Change these back to variables.
3536
3537 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
3540 syntax-begin-function (bug#16247).
3541
3542 2014-01-03 Chong Yidong <cyd@gnu.org>
3543
3544 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
3545 (advice--docstring): Delete variable.
3546 (advice--make-1): Leave the docstring empty.
3547 (advice-add): Use function-documentation for advised docstring.
3548
3549 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
3550 Ignore function-documentation property when getting documentation.
3551 (ad-activate-advised-definition): Use function-documentation
3552 generate the docstring.
3553 (ad-make-advised-definition): Don't call
3554 ad-make-advised-definition-docstring.
3555 (ad-make-advised-definition-docstring, ad-advised-definition-p):
3556 Delete functions.
3557
3558 * progmodes/sql.el (sql-help): Use function-documentation instead
3559 of dynamic-docstring-function property. No need to autoload now.
3560 (sql--help-docstring): New variable.
3561 (sql--make-help-docstring): Use it.
3562
3563 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3564
3565 * ielm.el (ielm-tab): Retarget.
3566 (ielm-map): Use ielm-tab for tab.
3567 (ielm-complete-filename): Use comint-filename-completion.
3568 (ielm-complete-symbol): Remove.
3569 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
3570 remove ielm-tab from completion-at-point-functions (bug#16224).
3571
3572 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
3573 Beware signals raised by predicates (bug#16201).
3574
3575 2014-01-02 Richard Stallman <rms@gnu.org>
3576
3577 * dired-aux.el (dired-do-print): Handle printer-name.
3578
3579 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
3580 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
3581 (rmail-epa-decrypt): Turn off mime processing.
3582
3583 * mail/rmail.el (rmail-make-in-reply-to-field):
3584 Add parens in message-id.
3585
3586 * mail/rmail.el (rmail-get-coding-function): Variable.
3587 (rmail-get-coding-system): Use it.
3588
3589 2013-12-31 Eli Zaretskii <eliz@gnu.org>
3590
3591 * international/mule-conf.el: Unify the charset indian-is13194.
3592 (indian-is13194): Specify unify-map.
3593
3594 2013-12-31 Leo Liu <sdl.web@gmail.com>
3595
3596 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
3597
3598 2013-12-30 Daniel Colascione <dancol@dancol.org>
3599
3600 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
3601 of printing a useless when we resume from sleep.
3602
3603 * progmodes/sh-script.el
3604 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
3605 in indentation code. (Bug#16233)
3606
3607 2013-12-28 João Távora <joaotavora@gmail.com>
3608
3609 * elec-pair.el (electric-pair-post-self-insert-function):
3610 Don't open extra newlines at beginning of buffer. (Bug#16272)
3611
3612 2013-12-28 Eli Zaretskii <eliz@gnu.org>
3613
3614 * frame.el (window-system-for-display): Don't allow to create a
3615 GUI frame from a -nw session on MS-Windows. (Bug#14739)
3616
3617 2013-12-28 Glenn Morris <rgm@gnu.org>
3618
3619 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
3620 Update callers.
3621
3622 * apropos.el (apropos-match-face):
3623 * calculator.el (calculator-displayer):
3624 * dabbrev.el (dabbrev-search-these-buffers-only):
3625 * face-remap.el (buffer-face-mode-face):
3626 * simple.el (yank-handled-properties):
3627 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3628 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
3629 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
3630 (hashcash-double-spend-database):
3631 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
3632 (ruby-deep-indent-paren-style):
3633 * textmodes/flyspell.el (flyspell-auto-correct-binding):
3634 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
3635 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
3636 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
3637 Specify custom types.
3638
3639 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
3640 * bookmark.el (bookmark-bmenu-use-header-line):
3641 * doc-view.el (doc-view-scale-internally):
3642 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
3643 * register.el (register-preview-delay):
3644 * net/shr.el (shr-bullet):
3645 * progmodes/cfengine.el (cfengine-cf-promises)
3646 (cfengine-parameters-indent):
3647 * progmodes/octave.el (inferior-octave-error-regexp-alist):
3648 * textmodes/reftex-vars.el (reftex-label-regexps):
3649 * vc/log-edit.el (log-edit-setup-add-author): Add version.
3650
3651 * net/tls.el (tls-certtool-program): Fix default value.
3652
3653 * desktop.el (desktop-restore-in-current-display):
3654 * newcomment.el (comment-empty-lines):
3655 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
3656 (idlwave-pad-keyword):
3657 * progmodes/tcl.el (tcl-tab-always-indent):
3658 * textmodes/reftex-vars.el (reftex-index-default-tag):
3659 * elec-pair.el (electric-pair-skip-whitespace):
3660 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
3661
3662 * emacs-lisp/authors.el (authors-ignored-files)
3663 (authors-valid-file-names, authors-renamed-files-alist): Additions.
3664
3665 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
3666
3667 * shell.el (shell-dynamic-complete-command): Doc fix.
3668 (shell--command-completion-data): Shell completion now matches
3669 executable filenames from the current buffer's directory, on
3670 systems in which this behavior is the default (windows-nt, ms-dos).
3671
3672 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3673
3674 * net/shr.el (shr-insert): Don't infloop if the width is zero.
3675
3676 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3677
3678 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
3679 (bug#16251).
3680
3681 * electric.el: Move all electric-pair-* to elec-pair.el.
3682 * elec-pair.el: New file, split from electric.el.
3683
3684 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
3685
3686 * net/shr.el (shr-find-fill-point): Don't try to fill if the
3687 indentation level is larger than the width, because that will
3688 infloop.
3689 (shr-insert): Fill repeatedly long texts, so that Japanese is
3690 formatted correctly (bug#16263).
3691 (shr-find-fill-point): Off by one error in comparison with the
3692 indentation.
3693
3694 2013-12-26 João Távora <joaotavora@gmail.com>
3695
3696 * electric.el (electric-pair-mode): More flexible engine for skip-
3697 and inhibit predicates, new options for pairing-related functionality.
3698 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
3699 if that keeps or improves their balance in buffers.
3700 (electric-pair-delete-adjacent-pairs): Delete the pair when
3701 backspacing over adjacent matched delimiters.
3702 (electric-pair-open-extra-newline): Open extra newline when
3703 inserting newlines between adjacent matched delimiters.
3704 (electric--sort-post-self-insertion-hook):
3705 Sort post-self-insert-hook according to priority values when
3706 minor-modes are activated.
3707 * simple.el (newline-and-indent): Call newline with interactive
3708 set to t.
3709 (blink-paren-post-self-insert-function): Set priority to 100.
3710 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3711 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
3712 comments. Locally set electric-pair-skip-whitespace to 'chomp and
3713 electric-pair-open-newline-between-pairs to nil.
3714
3715 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3716
3717 * progmodes/python.el: Use lexical-binding.
3718 (python-nav-beginning-of-defun): Stop searching ASAP.
3719
3720 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
3721
3722 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
3723 Fix interactive spec. Doc fix. (Bug#15754)
3724
3725 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
3726
3727 * emacs-lisp/byte-run.el (eval-when-compile):
3728 * progmodes/cc-defs.el (cc-eval-when-compile):
3729 Fix edebug spec (bug#16184).
3730
3731 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3732
3733 * net/shr.el (shr-visit-file): Remove debugging function.
3734 (shr-insert): Don't infloop if we can't find a good place to break
3735 the line (bug#16256).
3736
3737 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
3738
3739 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
3740 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
3741 python-nav-lisp-forward-sexp-safe.
3742 (python-nav--forward-sexp): New argument SAFE allows switching
3743 forward sexp movement behavior for parens.
3744 (python-nav-forward-sexp): Throw errors on unterminated parens
3745 (Bug#16191).
3746 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
3747 (python-nav-backward-sexp-safe): New functions.
3748 (python-shell-buffer-substring):
3749 Use `python-nav-forward-sexp-safe'.
3750
3751 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
3752
3753 * net/shr.el (shr-find-fill-point): Don't break lines before a
3754 quotation mark.
3755 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
3756 (shr-find-fill-point): Remove the special checks for the quotation
3757 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
3758
3759 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3760
3761 * net/eww.el (eww-form-textarea): Use a different face for
3762 textareas than text input since they have different keymaps
3763 (bug#16142).
3764
3765 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
3766
3767 * progmodes/python.el (python-nav-beginning-of-statement):
3768 Speed up (Bug#15295).
3769
3770 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3771
3772 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
3773 the window configuration.
3774
3775 2013-12-24 Eli Zaretskii <eliz@gnu.org>
3776
3777 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
3778 we run on MS-Windows or MS-DOS.
3779
3780 2013-12-24 Martin Rudalics <rudalics@gmx.at>
3781
3782 * window.el (balance-windows-area): Call window-size instead of
3783 window-height and window-width. Bug#16241.
3784
3785 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
3786
3787 * net/eww.el (eww-bookmark-quit): Remove.
3788 (eww-bookmark-browse): Restore the window configuration when you
3789 choose a bookmark (bug#16144).
3790
3791 2013-12-24 Daniel Colascione <dancol@dancol.org>
3792
3793 * icomplete.el: Remove redundant :group arguments to `defcustom'
3794 throughout.
3795 (icomplete-show-matches-on-no-input): New customizable variable.
3796 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
3797 we have something to show.
3798 (icomplete-exhibit): Compute completions even if we have no user input.
3799
3800 2013-12-23 Daniel Colascione <dancol@dancol.org>
3801
3802 * icomplete.el: Move `provide' to end of file.
3803
3804 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
3805
3806 * net/gnutls.el (gnutls-verify-error): Add version tag.
3807
3808 2013-12-23 Chong Yidong <cyd@gnu.org>
3809
3810 * subr.el (set-transient-map): Rename from
3811 set-temporary-overlay-map. Doc fix.
3812
3813 * face-remap.el (text-scale-adjust):
3814 * indent.el (indent-rigidly):
3815 * kmacro.el (kmacro-call-macro):
3816 * minibuffer.el (minibuffer-force-complete):
3817 * repeat.el (repeat):
3818 * simple.el (universal-argument--mode):
3819 * calendar/todo-mode.el (todo-insert-item--next-param):
3820 * progmodes/f90.el (f90-abbrev-start): Callers changed.
3821
3822 * indent.el (indent-rigidly): Use substitute-command-keys.
3823
3824 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3825
3826 * net/eww.el (eww-tag-select): Add text-property to jump to next
3827 select field.
3828 (eww): Add non-supported ftp error.
3829
3830 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3831
3832 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
3833 comments. Handle electric indent after typing `?' and `!'.
3834
3835 2013-12-22 Chong Yidong <cyd@gnu.org>
3836
3837 * faces.el (face-spec-recalc): If the theme specs are not
3838 applicable to a frame, fall back on the defface spec.
3839 This prevents themes from obliterating faces on low-color terminals.
3840
3841 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3842
3843 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
3844 after `{'. We need it after block openers, and it doesn't seem
3845 to hurt after hash openers.
3846
3847 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3848
3849 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
3850 extracted from `ruby-smie-rules'.
3851 (ruby--electric-indent-chars): New variable.
3852 (ruby--electric-indent-p): New function.
3853 (ruby-mode): Use `electric-indent-functions' instead of
3854 `electric-indent-chars'.
3855
3856 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
3857
3858 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
3859 docstring.
3860 (ruby-smie-rules): Indent plus one level after `=>'.
3861
3862 2013-12-21 Richard Stallman <rms@gnu.org>
3863
3864 * simple.el (newline): Doc fix.
3865
3866 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
3867
3868 * net/eww.el (eww-list-histories, eww-list-histories)
3869 (eww-history-browse, eww-history-quit, eww-history-kill)
3870 (eww-history-mode-map, eww-history-mode): New command and
3871 functions to list browser histories.
3872 (eww-form-text): Support text form with disabled
3873 and readonly attributes.
3874 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
3875
3876 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3877
3878 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
3879 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
3880 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
3881 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
3882 Use `user-error'.
3883 (eww-bookmark-mode-map): Add menu.
3884 (eww-render, eww-mode): Use `setq-local'.
3885 (eww-tool-bar-map): New variable.
3886 (eww-mode): Set `tool-bar-map'.
3887 (eww-view-source): Check for `html-mode' with `fboundp'.
3888
3889 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3890
3891 * net/shr.el (shr--extract-best-source): Don't bug out on audio
3892 elements with text inside. Also remove debugging.
3893
3894 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
3895
3896 * cus-start.el (all): Add ns-use-srgb-colorspace.
3897
3898 2013-12-21 Chong Yidong <cyd@gnu.org>
3899
3900 * custom.el (custom-theme-recalc-face): Do nothing if the face is
3901 undefined. Thus, theme settings for undefined faces do not take
3902 effect until the faces are defined with defface, the same as with
3903 theme variables.
3904
3905 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
3906 (face-spec-reset-face): Don't assign extra properties in temacs.
3907 (face-spec-recalc): Apply X resources too.
3908
3909 2013-12-21 Chong Yidong <cyd@gnu.org>
3910
3911 * faces.el (face-spec-set):
3912 * cus-face.el (custom-theme-set-faces, custom-set-faces):
3913 * custom.el (defface): Doc fixes (Bug#16203).
3914
3915 * indent.el (indent-rigidly-map): Add docstring, and move commands
3916 into named functions.
3917 (indent-rigidly-left, indent-rigidly-right)
3918 (indent-rigidly-left-to-tab-stop)
3919 (indent-rigidly-right-to-tab-stop): New functions. Decide on
3920 indentation direction based on bidi direction, and accumulate
3921 sequential commands in a single undo boundary.
3922 (indent-rigidly--pop-undo): New utility function.
3923
3924 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
3925
3926 * faces.el (read-face-name): Require crm.el when using crm-separator.
3927
3928 2013-12-20 Daniel Colascione <dancol@dancol.org>
3929
3930 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
3931 so that we don't reflow comments into the shebang line.
3932
3933 2013-12-20 Juri Linkov <juri@jurta.org>
3934
3935 * saveplace.el (save-place-to-alist): Add `dired-filename' as
3936 a position when `dired-directory' is non-nil. Check integer
3937 positions with `integerp'.
3938 (toggle-save-place, save-places-to-alist): Add check for
3939 `dired-directory'.
3940 (save-place-find-file-hook): Check integer positions with
3941 `integerp'.
3942 (save-place-dired-hook): Use `dired-goto-file' when
3943 `dired-filename' is found in the assoc list. Check integer
3944 positions with `integerp'.
3945 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
3946
3947 * dired.el (dired-initial-position-hook): Rename back from
3948 `dired-initial-point-hook'.
3949 (dired-initial-position): Rename `dired-initial-point-hook' to
3950 `dired-initial-position-hook'.
3951 (dired-file-name-at-point): Doc fix. (Bug#15329)
3952
3953 2013-12-20 Juri Linkov <juri@jurta.org>
3954
3955 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
3956 (read-regexp-suggestions): New function.
3957 (read-regexp): Use `read-regexp-defaults-function' to get default values.
3958 Use `read-regexp-suggestions'. Add non-empty default to history
3959 for empty input.
3960 (occur-read-regexp-defaults-function): Remove function.
3961 (occur-read-primary-args): Use `regexp-history-last' instead of
3962 `occur-read-regexp-defaults-function'.
3963
3964 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
3965 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3966 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
3967 `hi-lock-read-regexp-defaults-function'. Doc fix.
3968 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
3969 with `find-tag-default-as-symbol-regexp'. Doc fix.
3970 (hi-lock-read-regexp-defaults): Remove function.
3971 (hi-lock-regexp-okay): Add check for null.
3972
3973 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
3974 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
3975
3976 * subr.el (find-tag-default-as-symbol-regexp): New function.
3977 (find-tag-default-as-regexp): Move symbol regexp formatting to
3978 `find-tag-default-as-symbol-regexp'.
3979
3980 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
3981
3982 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
3983 (Bug#14179)
3984
3985 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
3986
3987 * calendar/todo-mode.el: New implementation of item insertion
3988 commands and key bindings.
3989 (todo-key-prompt): New face.
3990 (todo-insert-item): New command.
3991 (todo-insert-item--parameters): New defconst, replacing defvar
3992 todo-insertion-commands-args-genlist.
3993 (todo-insert-item--param-key-alist): New defconst, replacing
3994 defvar todo-insertion-commands-arg-key-list.
3995 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
3996 (todo-insert-item--argsleft, todo-insert-item--apply-args)
3997 (todo-insert-item--next-param): New functions.
3998 (todo-insert-item--args, todo-insert-item--argleft)
3999 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4000 New variables.
4001 (todo-key-bindings-t): Change binding of "i" from
4002 todo-insertion-map to todo-insert-item.
4003 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4004 (todo-insertion-command-name, todo-insertion-commands-names)
4005 (todo-define-insertion-command, todo-insertion-commands)
4006 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4007
4008 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4009
4010 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4011 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4012 eval-when-compile.
4013 (todo-move-category): Allow choosing a non-existing todo file to
4014 move the category to, and create that file.
4015 (todo-default-priority): New user option.
4016 (todo-set-item-priority): Use it.
4017 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4018 (desktop-restore-file-buffer): Declare.
4019 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4020 (todo-modes-set-2): Locally set desktop-save-buffer to
4021 todo-desktop-save-buffer.
4022 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4023 (auto-mode-alist): Add autoload cookie.
4024
4025 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4026
4027 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4028 helpers.el was a poor choice of name.
4029 (string-remove-prefix): New function.
4030 (string-remove-suffix): New function.
4031
4032 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4033
4034 Fix assignment for new window total sizes.
4035 * window.el (window--pixel-to-size): Remove function.
4036 (window--pixel-to-total-1, window--pixel-to-total):
4037 Fix calculation of new total sizes.
4038
4039 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4040
4041 * comint.el (comint-output-filter): Fix rear-nonsticky property
4042 placement (Bug#16010).
4043
4044 2013-12-20 Chong Yidong <cyd@gnu.org>
4045
4046 * faces.el (read-color): Minor fix for completion function.
4047
4048 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4049
4050 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4051 New option. (Bug#16182)
4052 (ruby-smie--indent-to-stmt-p): Use it.
4053 (ruby-smie-rules): Revert the logic in the handling of `when'.
4054 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4055 (ruby-deep-arglist, ruby-deep-indent-paren)
4056 (ruby-deep-indent-paren-style): Update docstrings to note that the
4057 vars don't have any effect with SMIE.
4058
4059 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4060
4061 * calc/calc.el (calc-enter, calc-pop): Use the variable
4062 `calc-context-sensitive-enter'.
4063
4064 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4065
4066 * net/shr.el (shr-insert): Protect against infloops in degenerate
4067 tables.
4068
4069 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4070
4071 * progmodes/octave.el (octave): Add link to manual and octave
4072 homepage.
4073 (octave-mode-menu): Link to octave-mode manual.
4074
4075 2013-12-20 Leo Liu <sdl.web@gmail.com>
4076
4077 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4078 insertion using skeleton-end-newline. (Bug#16138)
4079
4080 2013-12-20 Juri Linkov <juri@jurta.org>
4081
4082 * replace.el (occur-engine): Use `add-face-text-property'
4083 to add the face property to matches and titles. (Bug#14645)
4084
4085 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4086 the palette of other hi-lock colors.
4087 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4088
4089 2013-12-19 Juri Linkov <juri@jurta.org>
4090
4091 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4092 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4093 (minibuffer-history-symbol): Move variable declaration closer to
4094 its usage.
4095
4096 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4097 (Bug#14785)
4098
4099 2013-12-19 Juri Linkov <juri@jurta.org>
4100
4101 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4102 New function.
4103 (log-edit-hook): Add it to :options. (Bug#16170)
4104
4105 2013-12-19 Juri Linkov <juri@jurta.org>
4106
4107 * simple.el (eval-expression-print-format): Don't check for
4108 command names and the last command. Always display additional
4109 formats of the integer result in the echo area, and insert them
4110 to the current buffer only with a zero prefix arg.
4111 Display character when char-displayable-p is non-nil.
4112 (eval-expression): With a zero prefix arg, set `print-length' and
4113 `print-level' to nil, and insert the integer values from
4114 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4115
4116 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4117 `eval-last-sexp-arg-internal'. Doc fix.
4118 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4119 `eval-last-sexp-print-value'. Doc fix.
4120 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4121 Set `print-length' and `print-level' to nil when arg is zero.
4122 (eval-last-sexp): Doc fix.
4123 (eval-defun-2): Print the integer values from
4124 `eval-expression-print-format' at the end.
4125
4126 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4127 values from `eval-expression-print-format' at the end.
4128
4129 * ielm.el (ielm-eval-input): Print the integer
4130 values from `eval-expression-print-format' at the end.
4131
4132 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4133
4134 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4135 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4136
4137 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4140 (hl-line-highlight, global-hl-line-highlight): Use it.
4141 (hl-line-overlay): Use defvar-local.
4142
4143 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4144
4145 * term/ns-win.el: Require dnd.
4146 (global-map): Remove drag items.
4147 (ns-insert-text, ns-set-foreground-at-mouse)
4148 (ns-set-background-at-mouse):
4149 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4150 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4151 New functions.
4152
4153 2013-12-19 Glenn Morris <rgm@gnu.org>
4154
4155 * emacs-lisp/ert.el (ert-select-tests):
4156 Fix string/symbol mixup. (Bug#16121)
4157
4158 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4159
4160 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4161 keywords to their parent.
4162
4163 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4164
4165 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4166 first arg to be a string (fixed dead code), or an operator symbol.
4167 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4168 operator symbols.
4169 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4170 did nothing. Don't respond to `(:after ".")', it will be called
4171 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4172 change anything. Only return indentation for binary operators
4173 when they are hanging. De-dent opening paren when its parent is
4174 `.', otherwise it looks bad when the dot is not at bol or eol
4175 (bug#16182).
4176
4177 2013-12-19 Juri Linkov <juri@jurta.org>
4178
4179 * replace.el (query-replace-read-args): Split a non-negative arg
4180 and a negative arg into separate elements.
4181 (query-replace, query-replace-regexp, replace-string)
4182 (replace-regexp): Add arg `backward'. Doc fix.
4183 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4184 move point to the beginning of the match.
4185 (replace-search, replace-highlight): Use new arg `backward'
4186 to set the value of `isearch-forward'.
4187 (perform-replace): Add arg `backward' and use it to perform
4188 replacement backward. (Bug#14979)
4189
4190 * isearch.el (isearch-query-replace): Use a negative prefix arg
4191 to call `perform-replace' with a non-nil arg `backward'.
4192
4193 2013-12-18 Juri Linkov <juri@jurta.org>
4194
4195 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4196 to the default list. Move `log-edit-show-files' to the end.
4197 Add more available functions to options.
4198 (log-edit): Move default specific settings to
4199 `log-edit-insert-message-template'. Don't move point.
4200 (log-edit-insert-message-template): New function.
4201 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4202 (Bug#16170)
4203
4204 2013-12-18 Juri Linkov <juri@jurta.org>
4205
4206 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4207 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4208
4209 2013-12-18 Leo Liu <sdl.web@gmail.com>
4210
4211 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4212 (Bug#16186)
4213
4214 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4215
4216 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4217 formats for displaying file sizes when the -s switch is given.
4218 Instead, compute a separate format for displaying the size in
4219 blocks, which is displayed in addition to the "regular" size.
4220 When -h is given in addition to -s, produce size in blocks in
4221 human-readable form as well. (Bug#16179)
4222
4223 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4224
4225 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4226 Reference tables with ~\ref{...} instead of only \ref{...}.
4227
4228 2013-12-18 Chong Yidong <cyd@gnu.org>
4229
4230 * cus-edit.el (custom-magic-alist): Fix "themed" description
4231 (Bug#14348).
4232
4233 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4234 is non-nil, do not create a new entry in the symbol's theme-value
4235 or theme-face property; update theme-settings only (Bug#14664).
4236 (custom-available-themes): Doc fix.
4237
4238 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4239 (Bug#15674).
4240
4241 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4242
4243 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4244
4245 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4246 (Bug#13914).
4247
4248 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4249
4250 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4251
4252 2013-12-18 Glenn Morris <rgm@gnu.org>
4253
4254 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4255 * cus-start.el (load-prefer-newer): New option.
4256
4257 2013-12-18 Le Wang <l26wang@gmail.com>
4258
4259 * comint.el (comint-previous-matching-input-from-input):
4260 Retain point (Bug#13404).
4261
4262 2013-12-18 Chong Yidong <cyd@gnu.org>
4263
4264 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4265
4266 2013-12-18 Glenn Morris <rgm@gnu.org>
4267
4268 * mail/emacsbug.el (report-emacs-bug):
4269 Only mention enable-multibyte-characters if non-standard.
4270
4271 2013-12-17 Juri Linkov <juri@jurta.org>
4272
4273 * arc-mode.el (archive-extract-by-file): Check if directory exists
4274 before deletion to not show irrelevant errors if it doesn't exist.
4275
4276 2013-12-17 Juri Linkov <juri@jurta.org>
4277
4278 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4279 (Bug#14751)
4280
4281 * net/eww.el (browse-web): Add alias to `eww'.
4282 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4283 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4284
4285 * net/browse-url.el (browse-url-browser-function): Move `eww'
4286 closer to similar functions.
4287
4288 * startup.el (fancy-startup-screen, fancy-about-screen):
4289 Set browse-url-browser-function to eww-browse-url locally.
4290 (Bug#14751)
4291
4292 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * window.el (window--pixel-to-total): Remove unused `mini' var.
4295 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4296 (split-window): Remove unused `new' var.
4297 (window--display-buffer): Remove unused `frame' and `delta' vars.
4298 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4299 and display-width'.
4300
4301 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4302
4303 * dired.el (dired-mark-pop-up):
4304 * register.el (register-preview): Don't bind
4305 split-height-threshold here since it's now done in
4306 display-buffer-below-selected.
4307
4308 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4309
4310 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4311 xterm-rgb-convert-to-16bit.
4312 (rxvt-register-default-colors): Standardize with
4313 xterm-register-default-colors (Bug#14078).
4314
4315 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4316
4317 * simple.el (kill-region): Pass mark first, then point, so that
4318 kill-append works right (Bug#12819).
4319 (copy-region-as-kill, kill-ring-save): Likewise.
4320
4321 2013-12-17 Leo Liu <sdl.web@gmail.com>
4322
4323 * net/rcirc.el (rcirc-add-face):
4324 * eshell/em-prompt.el (eshell-emit-prompt):
4325 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4326 (Bug#16167)
4327
4328 2013-12-17 Chong Yidong <cyd@gnu.org>
4329
4330 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4331 Suggested by Xue Fuqiao.
4332
4333 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4334
4335 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
4336
4337 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4338
4339 * net/shr.el (shr-insert-document): Remove unused var
4340 `shr-preliminary-table-render'.
4341 (shr-rescale-image): Remove unused arg `force'.
4342 (shr-put-image): Update calls accordingly.
4343 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
4344
4345 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
4346
4347 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
4348 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
4349 :close-all, to see which indentation method to use (Bug#16116).
4350 (smie-rules-function): Document the method :close-all.
4351
4352 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4353
4354 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
4355
4356 * net/eww.el (eww-display-html): If we can't find the anchor we're
4357 looking for, then go to point-min.
4358
4359 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
4360
4361 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
4362 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
4363 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
4364 Expand dir too, in case it's relative.
4365
4366 2013-12-16 Juri Linkov <juri@jurta.org>
4367
4368 * desktop.el (desktop-auto-save-timeout): Change default to
4369 `auto-save-timeout'. Doc fix.
4370 (desktop-save): Skip the timestamp in desktop-saved-frameset
4371 when checking for auto-save changes.
4372 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
4373 `desktop-auto-save' is called repeatedly by the idle timer.
4374 (desktop-auto-save-set-timer): Replace `run-with-timer' with
4375 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
4376 (Bug#15331)
4377
4378 2013-12-16 Juri Linkov <juri@jurta.org>
4379
4380 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
4381 (Bug#16035)
4382 (isearch-pre-command-hook): Check `this-command' for symbolp.
4383
4384 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4385
4386 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
4387
4388 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
4389
4390 * progmodes/cfengine.el (cfengine3--current-word): Remove.
4391 (cfengine3--current-function): Bring in the current-function
4392 functionality from `cfengine3--current-word'.
4393 (cfengine3-completion-function): Bring in the
4394 bounds-of-current-word functionality from
4395 `cfengine3--current-word'.
4396
4397 2013-12-16 Martin Rudalics <rudalics@gmx.at>
4398
4399 * window.el (display-buffer-below-selected):
4400 Bind split-height-threshold to 0 as suggested by Juri Linkov.
4401
4402 2013-12-16 Leo Liu <sdl.web@gmail.com>
4403
4404 * progmodes/compile.el (compile-goto-error): Do not push-mark.
4405 Remove NOMSG arg and all uses changed.
4406
4407 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
4410 (cua--deactivate-rectangle): Don't deactivate the mark.
4411 (cua-set-rectangle-mark): Don't set mark-active since
4412 cua--activate-rectangle already does it for us.
4413 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
4414 non-rectangular region.
4415
4416 * emulation/cua-base.el (cua-repeat-replace-region):
4417 Use with-current-buffer.
4418
4419 * net/gnutls.el: Use cl-lib.
4420 (gnutls-negotiate): `mapcan' -> cl-mapcan.
4421
4422 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4423
4424 * emacs-lisp/package.el (package-built-in-p): Support both
4425 built-in and the package.el converted package descriptions.
4426 (package-show-package-list): Allow keywords.
4427 (package-keyword-button-action): Use it instead of
4428 `finder-list-matches'.
4429 (package-menu-filter-interactive): Interactive filtering (by
4430 keyword) function.
4431 (package-menu--generate): Support keywords and change keymappings
4432 and headers when they are given.
4433 (package--has-keyword-p): Helper function.
4434 (package-menu--refresh): Use it.
4435 (package--mapc): Helper function.
4436 (package-all-keywords): Use it.
4437 (package-menu-mode-map): Set up menu items and keybindings to
4438 provide a filtering UI.
4439
4440 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
4441
4442 * net/gnutls.el (gnutls-verify-error): New defcustom to control
4443 the behavior when a certificate fails validation. Defaults to
4444 old behavior: never abort, just warn.
4445 (gnutls-negotiate): Use it.
4446
4447 2013-12-14 Martin Rudalics <rudalics@gmx.at>
4448
4449 * window.el (display-buffer-below-selected): Never split window
4450 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
4451
4452 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
4453
4454 * emacs-lisp/package.el (package--prepare-dependencies): New function.
4455 (package-buffer-info): Use it (bug#15108).
4456
4457 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * icomplete.el (icomplete-completions): Make sure the prefix is already
4460 displayed elsewhere before hiding it (bug#16219).
4461
4462 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
4463
4464 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
4465 open-paren tokens when preceded by a open-paren, too.
4466 (ruby-smie-rules): Handle virtual indentation after open-paren
4467 tokens specially. If there is code between it and eol, return the
4468 column where is starts (Bug#16118).
4469
4470 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4471
4472 * progmodes/cfengine.el: Fix `add-hook' doc.
4473 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
4474 (cfengine3--current-word): Fix parameters.
4475 (cfengine3-make-syntax-cache): Simplify further.
4476 (cfengine3-completion-function, cfengine3--current-function):
4477 Use `assq' for symbols.
4478 (cfengine3--current-function): Fix `cfengine3--current-word' call.
4479
4480 2013-12-13 Glenn Morris <rgm@gnu.org>
4481
4482 * loadup.el (load-path): Warn if site-load or site-init changes it.
4483 No more need to reset it when bootstrapping.
4484
4485 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
4486
4487 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
4488 locations for cf-promises.
4489 (cfengine-mode-syntax-functions-regex): New caching variable.
4490 (cfengine3-fallback-syntax): Fallback syntax for cases where
4491 cf-promises doesn't run.
4492 (cfengine3--current-word): Reimplement using
4493 `cfengine-mode-syntax-functions-regex'.
4494 (cfengine3-completion-function, cfengine3--current-function):
4495 Use `cfengine3-make-syntax-cache' directly.
4496 (cfengine3-clear-syntax-cache): New function.
4497 (cfengine3-make-syntax-cache): Simplify and create
4498 `cfengine-mode-syntax-functions-regex' on demand.
4499 (cfengine3-format-function-docstring): Don't call
4500 `cfengine3-make-syntax-cache' explicitly.
4501
4502 2013-12-13 Martin Rudalics <rudalics@gmx.at>
4503
4504 Fix windmove-find-other-window broken after pixelwise resizing
4505 (Bug#16017).
4506 * windmove.el (windmove-other-window-loc): Revert change from
4507 2013-12-04.
4508 (windmove-find-other-window): Call window-in-direction.
4509 * window.el (window-in-direction): New arguments SIGN, WRAP and
4510 MINI to emulate original windmove-find-other-window behavior.
4511
4512 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
4513
4514 * simple.el (blink-matching--overlay): New variable.
4515 (blink-matching-open): Instead of moving point, highlight the
4516 matching paren with an overlay
4517 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
4518
4519 * faces.el (paren-showing-faces, show-paren-match)
4520 (show-paren-mismatch): Move from paren.el.
4521
4522 2013-12-13 Leo Liu <sdl.web@gmail.com>
4523
4524 * indent.el (indent-region): Disable progress reporter in
4525 minibuffer. (Bug#16108)
4526
4527 * bindings.el (visual-order-cursor-movement): Fix version.
4528
4529 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
4530
4531 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
4532 Also match after beginning of line.
4533 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
4534 files. Thanks to Russell Sim. (Bug#15378)
4535
4536 2013-12-13 Juri Linkov <juri@jurta.org>
4537
4538 * simple.el <Keypad support>: Remove key bindings duplicated
4539 with bindings.el. (Bug#14397)
4540
4541 2013-12-13 Juri Linkov <juri@jurta.org>
4542
4543 * comint.el (comint-mode-map): Replace `delete-char' with
4544 `delete-forward-char'. (Bug#16109)
4545
4546 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4547
4548 * progmodes/python.el (python-indent-calculate-indentation):
4549 Fix de-denters cornercase. (Bug#15731)
4550
4551 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4552
4553 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
4554 (advice--make): Pay attention to `depth'.
4555 (advice--make-1): Don't autoload commands eagerly.
4556 * emacs-lisp/elp.el (elp-instrument-function):
4557 * emacs-lisp/trace.el (trace-function-internal):
4558 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
4559
4560 * iswitchb.el (iswitchb-mode): Don't belittle ido.
4561
4562 2013-12-12 Eli Zaretskii <eliz@gnu.org>
4563
4564 * term/w32-win.el (w32-handle-dropped-file):
4565 * startup.el (normal-top-level):
4566 * net/browse-url.el (browse-url-file-url):
4567 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
4568 decode file names using 'utf-8' rather than
4569 file-name-coding-system.
4570
4571 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
4572
4573 * progmodes/python.el (python-indent-context)
4574 (python-indent-calculate-indentation): Fix auto-identation
4575 behavior for comment blocks. (Bug#15916)
4576
4577 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
4578
4579 * progmodes/python.el (python-indent-calculate-indentation):
4580 When determining indentation, don't treat "return", "pass", etc., as
4581 operators when they are just string constituents. (Bug#15812)
4582
4583 2013-12-12 Juri Linkov <juri@jurta.org>
4584
4585 * uniquify.el (uniquify-buffer-name-style): Change default to
4586 `post-forward-angle-brackets'.
4587
4588 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
4589 `uniquify'. Change default to `post-forward-angle-brackets'.
4590
4591 2013-12-11 Glenn Morris <rgm@gnu.org>
4592
4593 * emacs-lisp/package.el (finder-list-matches):
4594 Autoload rather than falsely declaring.
4595
4596 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
4597
4598 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
4599 (eww-mode-map): Use them.
4600
4601 2013-12-11 Martin Rudalics <rudalics@gmx.at>
4602
4603 * window.el (display-buffer-in-side-window): Fix doc-string
4604 (Bug#16115).
4605
4606 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * vc/vc-git.el: Silence byte-compiler warnings.
4609 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
4610 (log-edit-set-header): Declare.
4611
4612 2013-12-11 Eli Zaretskii <eliz@gnu.org>
4613
4614 * Makefile.in (custom-deps, finder-data): Run output file names
4615 through unmsys--file-name. (Bug#16099)
4616
4617 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
4618
4619 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
4620 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
4621
4622 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
4623 instead of deleting the selection "by hand" (bug#16098).
4624 Rely on insert-for-yank to yank rectangles.
4625 (cua-highlight-region-shift-only): Mark obsolete.
4626 (cua-mode): Don't enable/disable transient-mark-mode,
4627 shift-select-mode (cua-mode works both with and without them), and
4628 pc-selection-mode (obsolete).
4629 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
4630 (cua--deactivate-rectangle): Deactivate it.
4631
4632 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
4633 (delete-selection-helper): Make sure yank starts at the top of the
4634 deleted region.
4635 (minibuffer-keyboard-quit): Use region-active-p.
4636
4637 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
4638
4639 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
4640 to `delete' (bug#16109).
4641
4642 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4643
4644 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
4645 info manual and show keybindings and set `:group' keyword.
4646
4647 2013-12-11 Juri Linkov <juri@jurta.org>
4648
4649 * delsel.el (delete-active-region): Let-bind `this-command'
4650 to prevent `kill-region' from changing its original value.
4651 (delete-selection-helper): Handle `overwrite-mode' for the type
4652 `kill' exactly the same way as for the type `t'.
4653 (insert-char, quoted-insert, reindent-then-newline-and-indent):
4654 Support more commands. (Bug#13312)
4655
4656 2013-12-11 Juri Linkov <juri@jurta.org>
4657
4658 * bindings.el: Map kp keys to non-kp keys systematically
4659 with basic modifiers control, meta and shift. (Bug#14397)
4660
4661 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4662
4663 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
4664 "Close browser" menu items. Fix wrong function of "List
4665 bookmarks".
4666
4667 2013-12-11 Juri Linkov <juri@jurta.org>
4668
4669 * misearch.el (multi-isearch-buffers): Set the value of
4670 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4671 arg of isearch-forward to t.
4672 (multi-isearch-buffers-regexp): Set the value of
4673 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
4674 arg of isearch-forward-regexp to t.
4675 (multi-isearch-files): Set the value of
4676 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4677 arg of isearch-forward to t.
4678 (multi-isearch-files-regexp): Set the value of
4679 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
4680 arg of isearch-forward-regexp to t. (Bug#16035)
4681
4682 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
4683 arg of isearch-forward to t.
4684 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
4685 arg of isearch-forward-regexp to t.
4686 (dired-isearch-filter-filenames): Remove unnecessary check for
4687 `dired-isearch-filenames'.
4688
4689 * comint.el (comint-history-isearch-backward):
4690 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
4691 (comint-history-isearch-backward-regexp):
4692 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
4693
4694 2013-12-10 Eli Zaretskii <eliz@gnu.org>
4695
4696 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
4697 unmsys--file-name. (Bug#16099)
4698
4699 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
4700
4701 * emacs-lisp/package.el (package-keyword-button-action):
4702 Remove finder.el require dependency.
4703
4704 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
4705
4706 * emacs-lisp/package.el: Require finder.el.
4707 (describe-package-1): Add keyword buttons.
4708 (package-make-button): New convenience function.
4709 (package-keyword-button-action): Keyword button action using
4710 `finder-list-matches'.
4711
4712 2013-12-09 Eli Zaretskii <eliz@gnu.org>
4713
4714 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
4715 last commit.
4716
4717 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
4718
4719 * autorevert.el (auto-revert-notify-add-watch): Do not handle
4720 symlinked files.
4721
4722 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4723
4724 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4725 after the end of a percent literal.
4726
4727 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
4728
4729 * progmodes/ruby-mode.el (ruby-forward-string): Document.
4730 Handle caret-delimited strings (Bug#16079).
4731
4732 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
4733
4734 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
4735 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
4736 `ruby-parse-partial' (Bug#16078).
4737
4738 2013-12-09 Leo Liu <sdl.web@gmail.com>
4739
4740 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
4741
4742 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
4743
4744 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
4745 (js-switch-indent-offset): New option.
4746 (js--proper-indentation): Use it. And handle the case when
4747 "default" is actually a key in an object literal.
4748 (js--same-line): New function.
4749 (js--multi-line-declaration-indentation): Use it.
4750 (js--indent-in-array-comp, js--array-comp-indentation):
4751 New functions.
4752 (js--proper-indentation): Use them, to handle array comprehension
4753 continuations.
4754
4755 2013-12-08 Leo Liu <sdl.web@gmail.com>
4756
4757 * progmodes/flymake.el (flymake-highlight-line): Re-write.
4758 (flymake-make-overlay): Remove arg MOUSE-FACE.
4759 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
4760
4761 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4762
4763 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
4764 New function.
4765 (redisplay-highlight-region-function): Use it.
4766
4767 * emulation/cua-base.el (cua--explicit-region-start)
4768 (cua--last-region-shifted): Remove.
4769 (cua--deactivate): Use deactivate-mark.
4770 (cua--pre-command-handler-1): Don't handle shift-selection.
4771 (cua--post-command-handler-1): Don't change transient-mark-mode.
4772 (cua--select-keymaps): Use region-active-p rather than
4773 cua--explicit-region-start or cua--last-region-shifted.
4774 (cua-mode): Enable shift-select-mode.
4775
4776 2013-12-08 Leo Liu <sdl.web@gmail.com>
4777
4778 * progmodes/flymake.el (flymake-popup-current-error-menu):
4779 Rename from flymake-display-err-menu-for-current-line. Reimplement.
4780 (flymake-posn-at-point-as-event, flymake-popup-menu)
4781 (flymake-make-emacs-menu): Remove. (Bug#16077)
4782
4783 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * rect.el (rectangle-mark-mode): Activate mark even if
4786 transient-mark-mode is off (bug#16066).
4787 (rectangle--highlight-for-redisplay): Fix boundary condition when point
4788 is > mark and at bolp.
4789
4790 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
4791 (region-extract-function): Use it.
4792 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
4793 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
4794 Delete functions.
4795 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
4796 kill-ring-save, kill-region, delete-char, delete-forward-char.
4797 Ignore self-insert-iso.
4798
4799 * emulation/cua-gmrk.el (cua--init-global-mark):
4800 Ignore `self-insert-iso'.
4801
4802 * emulation/cua-base.el (cua--prefix-copy-handler)
4803 (cua--prefix-cut-handler): Rely on region-extract-function rather than
4804 checking cua--rectangle.
4805 (cua-delete-region): Use region-extract-function.
4806 (cua-replace-region): Delete function.
4807 (cua-copy-region, cua-cut-region): Obey region-extract-function.
4808 (cua--pre-command-handler-1): Don't do the delete-selection thing.
4809 (cua--self-insert-char-p): Ignore `self-insert-iso'.
4810 (cua--init-keymaps): Don't remap delete-selection commands.
4811 (cua-mode): Use delete-selection-mode instead of rolling our own
4812 (bug#16085).
4813
4814 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
4815 Obey region-extract-function.
4816
4817 Make registers and delete-selection-mode work on rectangles.
4818 * register.el (describe-register-1): Don't modify the register's value.
4819 (copy-to-register): Obey region-extract-function.
4820 * delsel.el (delete-active-region): Obey region-extract-function.
4821
4822 2013-12-08 Leo Liu <sdl.web@gmail.com>
4823
4824 * progmodes/flymake.el (flymake, flymake-error-bitmap)
4825 (flymake-warning-bitmap, flymake-fringe-indicator-position)
4826 (flymake-compilation-prevents-syntax-check)
4827 (flymake-start-syntax-check-on-newline)
4828 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
4829 (flymake-start-syntax-check-on-find-file, flymake-log-level)
4830 (flymake-xml-program, flymake-master-file-dirs)
4831 (flymake-master-file-count-limit)
4832 (flymake-allowed-file-name-masks): Relocate.
4833 (flymake-makehash, flymake-float-time)
4834 (flymake-replace-regexp-in-string, flymake-split-string)
4835 (flymake-get-temp-dir): Remove.
4836 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
4837 (flymake-current-row, flymake-selected-frame)
4838 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
4839 related functions. (Bug#16077)
4840
4841 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
4842
4843 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
4844
4845 2013-12-07 Tassilo Horn <tsdh@gnu.org>
4846
4847 * help-fns.el (describe-function-1): Use new advice-* functions
4848 rather than old ad-* functions. Fix function type description and
4849 source links for advised functions and subrs.
4850
4851 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4852
4853 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
4854
4855 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
4856
4857 * progmodes/compile.el (compilation-start):
4858 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
4859
4860 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4861 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
4862
4863 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4864
4865 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
4866 Touch up the last change.
4867
4868 2013-12-06 Leo Liu <sdl.web@gmail.com>
4869
4870 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
4871 (inferior-octave-startup): Always use "octave> " for prompt.
4872 (octave-goto-function-definition)
4873 (octave-sync-function-file-names)
4874 (octave-find-definition-default-filename): Remove redundant backquotes.
4875
4876 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4877
4878 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
4879 syntax for `?'.
4880 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
4881 where appropriate already.
4882 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
4883 end of method names (Bug#15874).
4884
4885 2013-12-06 Juri Linkov <juri@jurta.org>
4886
4887 * isearch.el (isearch--saved-overriding-local-map):
4888 New internal variable.
4889 (isearch-mode): Set it to the initial value of
4890 `overriding-terminal-local-map'.
4891 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
4892 with `isearch--saved-overriding-local-map'. (Bug#16035)
4893
4894 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
4895
4896 * progmodes/octave.el (inferior-octave-completion-table):
4897 Turn back into function, use `completion-table-with-cache'
4898 (Bug#11906). Update all references.
4899
4900 * minibuffer.el (completion-table-with-cache): New function.
4901
4902 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
4903
4904 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
4905
4906 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
4907
4908 * net/eww.el (eww-current-source): New variable to store page
4909 source.
4910 (eww-display-html, eww-mode, eww-save-history)
4911 (eww-restore-history): Use it.
4912 (eww-view-source): New command to view page source.
4913 Opportunistically uses `html-mode' to highlight the buffer.
4914 (eww-mode-map): Install it.
4915
4916 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
4917
4918 * net/dbus.el (dbus-unregister-service)
4919 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
4920 Fix docstring.
4921 (dbus-unregister-service): Skip :serial entries in
4922 `dbus-registered-objects-table'.
4923 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
4924
4925 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
4926
4927 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
4928 around keywords with extra `split-string' argument.
4929
4930 2013-12-04 Martin Rudalics <rudalics@gmx.at>
4931
4932 * windmove.el (windmove-other-window-loc): Handle navigation
4933 between windows (excluding the minibuffer window - Bug#16017).
4934
4935 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
4936
4937 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
4938 in D-Bus type syntax.
4939 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
4940 preserve unibyte strings. (Bug#16048)
4941
4942 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4943
4944 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
4945 Call force-mode-line-update is the proper buffer (bug#16042).
4946
4947 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
4948
4949 * vc/log-edit.el (log-edit-add-new-comment): Rename to
4950 `log-edit-remember-comment', make argument optional. Adjust all
4951 callers.
4952 (log-edit-mode): Add `log-edit-remember-comment' to
4953 `kill-buffer-hook' locally.
4954 (log-edit-kill-buffer): Don't remember comment explicitly since
4955 the buffer is killed anyway.
4956
4957 2013-12-04 Juri Linkov <juri@jurta.org>
4958
4959 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
4960 add-hook and remove-hook for multi-buffer search. (Bug#16035)
4961
4962 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
4963
4964 * notifications.el (notifications-close-notification): Call the
4965 D-Bus method with ID being a `:uint32'. (Bug#16030)
4966
4967 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
4968
4969 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
4970
4971 2013-12-03 Juri Linkov <juri@jurta.org>
4972
4973 * progmodes/compile.el (compilation-start): Rename window alist
4974 entry `no-display-ok' to `allow-no-window'.
4975
4976 * simple.el (shell-command): Add window alist entry
4977 `allow-no-window' to `display-buffer'.
4978 (async-shell-command): Doc fix.
4979
4980 * window.el (display-buffer-no-window): New action function.
4981 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
4982
4983 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
4984
4985 * vc/log-edit.el (log-edit-set-header): Extract from
4986 `log-edit-toggle-header'.
4987 (log-edit-extract-headers): Separate the summary, when extracted
4988 from header, from the rest of the message with an empty line.
4989
4990 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
4991 line, if present, to the Summary header.
4992
4993 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
4994
4995 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
4996 in current-buffer (bug#16029).
4997
4998 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
4999
5000 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5001 (debugger-mode-map): Bind it.
5002 (debugger--backtrace-base): New function.
5003 (debugger-eval-expression): Use it.
5004 (debugger-frame-number): Skip local vars when present.
5005 (debugger--locals-visible-p, debugger--insert-locals)
5006 (debugger--show-locals, debugger--hide-locals): New functions.
5007
5008 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5009
5010 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5011 "LC_ALL".
5012 (tramp-get-remote-locale): New defun.
5013 (tramp-open-connection-setup-interactive-shell): Use it.
5014
5015 2013-12-02 Leo Liu <sdl.web@gmail.com>
5016
5017 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5018
5019 * progmodes/sh-script.el (sh-shell-process):
5020 * progmodes/octave.el (inferior-octave-process-live-p):
5021 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5022 (gdb-inferior-io-sentinel):
5023 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5024
5025 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5026
5027 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5028 `save-selected-window' to `log-edit-hide-buf'. This makes
5029 `log-edit-show-files' idempotent.
5030 (log-edit-show-files): Mark the new window as dedicated.
5031
5032 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5033
5034 * vc/log-edit.el (log-edit-mode-map): Add binding for
5035 `log-edit-kill-biffer'.
5036 (log-edit-hide-buf): Add a FIXME comment.
5037 (log-edit-add-new-comment): New function, extracted from
5038 `log-edit-done'.
5039 (log-edit-done, log-edit-add-to-changelog): Use it.
5040 (log-edit-kill-buffer): New command.
5041
5042 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5043
5044 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5045 instead of killing the buffer.
5046
5047 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5048
5049 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5050
5051 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5052
5053 * net/eww.el (eww-form-checkbox-selected-symbol)
5054 (eww-form-checkbox-symbol): New customizable variable.
5055 (eww-form-checkbox, eww-toggle-checkbox):
5056 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5057
5058 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5059 (shr--get-media-pref, shr--extract-best-source): New function.
5060 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5061 no :src tag was specified.
5062
5063 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5064 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5065 Use \\` to match beginning of string instead of ^.
5066 (eww-browse-with-external-browser): Provide optional URL parameter.
5067 (eww-render): Set `eww-current-title' back to "".
5068
5069 * net/shr.el (shr-tag-video): Display content for video if no
5070 poster is available.
5071 (shr-tag-audio): Add support for <audio> tag.
5072
5073 * net/eww.el (eww-text-input-types): New const.
5074 (eww-process-text-input): Treat input types in
5075 `eww-text-input-types' as text.
5076
5077 * net/shr.el (shr-tag-table): Fix comment typo.
5078
5079 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5080
5081 * net/eww.el (eww-follow-link): New command to avoid reloading
5082 pages when we follow #target links (bug#15243).
5083 (eww-quit): Special mode buffers shouldn't query before exiting.
5084
5085 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5086
5087 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5088 forms.
5089
5090 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5091
5092 * net/eww.el (eww-restore-history): Update the window title after
5093 moving in the history.
5094 (eww-current-dom): New variable used to save the current DOM.
5095
5096 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5097
5098 * vc/log-edit.el (log-edit-mode-map): Add binding for
5099 `log-edit-beginning-of-line'.
5100 (log-edit-setup-add-author): New user option.
5101 (log-edit-beginning-of-line): New command.
5102 (log-edit): Move major mode call above the contents setup so that
5103 the local variable values are already applied.
5104 (log-edit): Only insert "Author: " when
5105 `log-edit-setup-add-author' is non-nil.
5106 (log-edit): When SETUP is non-nil, position point after ": "
5107 instead of point-min.
5108
5109 2013-12-01 Glenn Morris <rgm@gnu.org>
5110
5111 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5112
5113 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5114
5115 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5116 redisplay to make sure the initial frame gets a chance to become
5117 visible. (Bug#16014)
5118
5119 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5120
5121 Support resizing frames and windows pixelwise.
5122 * cus-start.el (frame-resize-pixelwise)
5123 (window-resize-pixelwise): New entries.
5124 * emacs-lisp/debug.el (debug): Use window-total-height instead
5125 of window-total-size.
5126 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5127 * help.el (describe-bindings-internal): Use help-buffer as
5128 argument for with-help-window.
5129 (temp-buffer-max-width): New option.
5130 (resize-temp-buffer-window, help-window-setup)
5131 (with-help-window): Rewrite.
5132 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5133 dragging dividers.
5134 * window.el (frame-char-size, window-min-pixel-height)
5135 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5136 (window-min-pixel-width, window-safe-min-pixel-size)
5137 (window-combination-p, window-safe-min-size)
5138 (window-resizable-p, window--size-to-pixel)
5139 (window--pixel-to-size, window--resize-apply-p): New functions.
5140 (window-safe-min-height): Fix doc-string.
5141 (window-size, window-min-size, window--min-size-1)
5142 (window-sizable, window-sizable-p, window--min-delta-1)
5143 (window-min-delta, window--max-delta-1, window-max-delta)
5144 (window--resizable, window--resizable-p, window-resizable)
5145 (window-full-height-p, window-full-width-p, window-at-side-p)
5146 (window--in-direction-2, window-in-direction)
5147 (window--resize-reset-1, window--resize-mini-window)
5148 (window-resize, window-resize-no-error)
5149 (window--resize-child-windows-normal)
5150 (window--resize-child-windows, window--resize-siblings)
5151 (window--resize-this-window, window--resize-root-window)
5152 (window--resize-root-window-vertically)
5153 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5154 (maximize-window, minimize-window, delete-window)
5155 (quit-restore-window, window-split-min-size, split-window)
5156 (balance-windows-2, balance-windows)
5157 (balance-windows-area-adjust, balance-windows-area)
5158 (window--state-get-1, window-state-get, window--state-put-1)
5159 (window--state-put-2, window-state-put)
5160 (display-buffer-record-window, window--display-buffer):
5161 Make functions handle pixelwise sizing of windows.
5162 (display-buffer--action-function-custom-type)
5163 (display-buffer-fallback-action):
5164 Add display-buffer-in-previous-window.
5165 (display-buffer-use-some-window): Resize window to height it had
5166 before.
5167 (fit-window-to-buffer-horizontally): New option.
5168 (fit-frame-to-buffer): Describe new values.
5169 (fit-frame-to-buffer-bottom-margin): Replace with
5170 fit-frame-to-buffer-margins.
5171 (window--sanitize-margin): New function.
5172 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5173 using window-text-pixel-size.
5174
5175 2013-11-30 Glenn Morris <rgm@gnu.org>
5176
5177 * emacs-lisp/bytecomp.el (byte-compile-form):
5178 Make the `interactive-only' warning like the `obsolete' one.
5179 * comint.el (comint-run):
5180 * files.el (insert-file-literally, insert-file):
5181 * replace.el (replace-string, replace-regexp):
5182 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5183 (goto-line, insert-buffer, next-line, previous-line):
5184 Tweak `interactive-only' spec.
5185
5186 Stop keeping (most) generated cedet grammar files in the repository.
5187 * Makefile.in (semantic): New.
5188 (compile-main): Depend on semantic.
5189
5190 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5193 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5194
5195 * uniquify.el (uniquify-buffer-name-style): Change default.
5196
5197 * loadup.el: Preload "uniquify".
5198
5199 * time.el (display-time-update): Update all mode lines (bug#15999).
5200
5201 * electric.el (electric-indent-mode): Enable by default.
5202 * loadup.el: Preload "electric".
5203
5204 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5205
5206 * emacs-lisp/helpers.el (string-empty-p): New function.
5207 (string-blank-p): New function.
5208
5209 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5210
5211 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5212 (Bug#14029).
5213
5214 2013-11-29 Andreas Politz <politza@fh-trier.de>
5215 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5216 allow non-lambda lists as functions.
5217 (imenu--in-alist): Don't recurse into non-subalists.
5218 (imenu): Don't pass function itself as an argument (Bug#14029).
5219
5220 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5221
5222 * progmodes/python.el (python-mode-map): Remove binding for ":".
5223 (python-indent-electric-colon): Remove command.
5224 (python-indent-post-self-insert-function): Integrate the previous code
5225 of python-indent-electric-colon. Make it conditional on
5226 electric-indent-mode.
5227 (python-mode): Add ?: to electric-indent-chars.
5228 Move python-indent-post-self-insert-function to the end of
5229 post-self-insert-hook.
5230
5231 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5232
5233 * doc-view.el (doc-view-goto-page): Update mode-line.
5234
5235 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5236
5237 2013-11-27 Glenn Morris <rgm@gnu.org>
5238
5239 * international/charprop.el, international/uni-bidi.el:
5240 * international/uni-category.el, international/uni-combining.el:
5241 * international/uni-comment.el, international/uni-decimal.el:
5242 * international/uni-decomposition.el, international/uni-digit.el:
5243 * international/uni-lowercase.el, international/uni-mirrored.el:
5244 * international/uni-name.el, international/uni-numeric.el:
5245 * international/uni-old-name.el, international/uni-titlecase.el:
5246 * international/uni-uppercase.el:
5247 Remove generated files from VCS repository.
5248
5249 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5250
5251 * filenotify.el (file-notify-add-watch): Don't special-case
5252 w32notify when computing the directory to watch.
5253
5254 2013-11-27 Glenn Morris <rgm@gnu.org>
5255
5256 Make bootstrap without generated uni-*.el files possible again.
5257 * loadup.el: Update command-line-args checking for unidata-gen.
5258 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5259 * composite.el, international/characters.el:
5260 Handle unicode tables being undefined.
5261
5262 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5263 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5264 (compile-main): Depend on leim rule.
5265 (leim): New rule.
5266 * loadup.el: Move leim-list.el to leim/ subdirectory.
5267 * startup.el (normal-top-level): No more leim directory.
5268 * international/ja-dic-cnv.el (skkdic-convert):
5269 Disable version-control and autoloads in output files.
5270 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5271 Disable version-control and autoloads in output files.
5272 * leim/quail: Move here from ../leim.
5273 * leim/quail/hangul.el (hangul-input-method-activate):
5274 Add autoload cookie.
5275 (generated-autoload-load-name): Set file-local value.
5276 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5277 (generated-autoload-load-name): Set file-local value.
5278
5279 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5280
5281 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5282 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5283 (eww-quit): Ask confirmation before quitting eww.
5284
5285 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5286
5287 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5288 reading output from Diff on MS-Windows and MS-DOS.
5289
5290 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5291
5292 * emacs-lisp/helpers.el (string-reverse): New function.
5293
5294 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5295
5296 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5297 names on MS Windows, like "/[::1]:".
5298
5299 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5300 SWITCHES.
5301
5302 2013-11-26 Glenn Morris <rgm@gnu.org>
5303
5304 * progmodes/python.el (python-indent-guess-indent-offset):
5305 Avoid corner-case error. (Bug#15975)
5306
5307 Preload leim-list.el. (Bug#4789)
5308 * loadup.el: Load leim-list.el when found.
5309 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5310
5311 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5312
5313 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5314
5315 * emacs-lisp/helpers.el (string-join): New function.
5316
5317 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5318
5319 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5320 Mark as obsolete and replace it with a symbol property.
5321 (byte-compile-form): Use new 'interactive-only property.
5322 * comint.el, files.el, replace.el, simple.el:
5323 Apply new 'interactive-only properly.
5324
5325 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5326
5327 * window.el (display-buffer-at-bottom): Make sure that
5328 split-window-sensibly creates the new window on bottom
5329 (Bug#15961).
5330
5331 2013-11-23 David Kastrup <dak@gnu.org>
5332
5333 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
5334 on the conflict markers when available.
5335 (smerge--get-marker): New function.
5336 (smerge-end-re, smerge-base-re): Add subgroup.
5337
5338 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * frame.el (handle-focus-in, handle-focus-out): Add missing
5341 interactive spec.
5342
5343 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
5344
5345 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5346 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
5347
5348 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
5349
5350 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
5351 (gomoku--last-pos): New var.
5352 (gomoku--intangible-chars): New const.
5353 (gomoku--intangible): New function.
5354 (gomoku-mode): Use it. Derive from special-mode.
5355 (gomoku-move-up): Adjust line count.
5356 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
5357 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
5358 Simplify accordingly.
5359
5360 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
5361 Remove blink-cursor code.
5362 (blink-cursor-timer-function, blink-cursor-suspend):
5363 Don't special-case GUIs.
5364 (blink-cursor-mode): Use focus-in/out-hook.
5365
5366 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
5367
5368 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
5369 work when annotation is invisible (Bug#13886).
5370
5371 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
5372
5373 * json.el (json-alist-p): Only return non-nil if the alist has
5374 simple keys (Bug#13518).
5375
5376 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
5377
5378 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
5379 when control-statement is the first statement in a buffer (Bug#15956).
5380
5381 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
5382
5383 * imenu.el (imenu-generic-skip-comments-and-strings):
5384 New option (Bug#15560).
5385 (imenu--generic-function): Use it.
5386
5387 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
5388
5389 * minibuffer.el (completion--in-region-1): Scroll the correct window.
5390 (Bug#13898)
5391
5392 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
5393
5394 * emacs-lisp/helpers.el: Add some string helpers.
5395 (string-trim-left): Removes leading whitespace.
5396 (string-trim-right): Removes trailing whitespace.
5397 (string-trim): Removes leading and trailing whitespace.
5398
5399 * subr.el (string-suffix-p): New function.
5400
5401 2013-11-23 Glenn Morris <rgm@gnu.org>
5402
5403 * progmodes/python.el (python-shell-send-file):
5404 Add option to delete file when done. (Bug#15647)
5405 (python-shell-send-string, python-shell-send-region): Use it.
5406
5407 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
5408
5409 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
5410 to set buffer-read-only to t, never to nil. (Bug#15938)
5411
5412 * textmodes/tex-mode.el (latex-noindent-environments):
5413 Add safe-local-variable property. (Bug#15936)
5414
5415 2013-11-23 Glenn Morris <rgm@gnu.org>
5416
5417 * textmodes/enriched.el (enriched-mode): Doc fix.
5418 * emacs-lisp/authors.el (authors-renamed-files-alist):
5419 Add enriched.doc -> enriched.txt.
5420
5421 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
5422
5423 2013-11-22 Leo Liu <sdl.web@gmail.com>
5424
5425 * progmodes/octave.el (inferior-octave-startup): Spit out error
5426 message.
5427
5428 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
5429
5430 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5431 Improve docstring.
5432 Add :version.
5433 (ruby-encoding-magic-comment-style): Add :version.
5434
5435 2013-11-22 Leo Liu <sdl.web@gmail.com>
5436
5437 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
5438 (Bug#15076)
5439 (octave-help-mode): Adapt to change to help-mode-finish to use
5440 derived-mode-p on 2013-09-17.
5441 (inferior-octave-prompt): Also match octave-gui.
5442 (octave-kill-process): Don't ask twice. (Bug#10564)
5443
5444 2013-11-22 Leo Liu <sdl.web@gmail.com>
5445
5446 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
5447 (inferior-octave-startup, inferior-octave-check-process)
5448 (inferior-octave-track-window-width-change)
5449 (octave-completion-at-point, octave-eldoc-function): Use it.
5450 (octave-kill-process): Provide confirmation. (Bug#10564)
5451
5452 2013-11-21 Leo Liu <sdl.web@gmail.com>
5453
5454 * progmodes/octave.el (octave-mode, inferior-octave-mode):
5455 Fix obsolete variable comment-use-global-state.
5456
5457 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5458
5459 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
5460 Add `octave-source-file'.
5461 (octave-source-file): New function. (Bug#15935)
5462
5463 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
5464
5465 * net/eww.el (eww-local-regex): New variable.
5466 (eww): Use it to detect localhost and similar.
5467
5468 2013-11-21 Leo Liu <sdl.web@gmail.com>
5469
5470 Add completion for command `ag'.
5471 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
5472 (pcomplete/ag): New function.
5473 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
5474
5475 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
5478 (bug#14646).
5479 (make-obsolete): Remove interactive spec.
5480
5481 2013-11-21 Glenn Morris <rgm@gnu.org>
5482
5483 * startup.el (command-line-1): Use path-separator with -L.
5484
5485 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
5486
5487 * emacs-lisp/package.el (describe-package-1): Add package archive
5488 to shown fields.
5489
5490 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
5491
5492 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
5493 Change default to "# encoding: %s" to differentiate it from the
5494 default Ruby encoding comment template.
5495
5496 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
5497
5498 * ses.el (ses-mode): Doc fix. (Bug#14748)
5499
5500 2013-11-20 Leo Liu <sdl.web@gmail.com>
5501
5502 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
5503
5504 2013-11-19 Dan Nicolaescu <dann@gnu.org>
5505
5506 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
5507 when rebase or bisect are in progress.
5508
5509 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
5510
5511 * filenotify.el (file-notify-add-watch): Doc fix.
5512
5513 2013-11-19 Leo Liu <sdl.web@gmail.com>
5514
5515 * obsolete/rcompile.el: Mark obsolete.
5516
5517 * progmodes/compile.el (compilation-start)
5518 (compilation-goto-locus, compilation-find-file):
5519 Pass no-display-ok and handle nil value from display-buffer.
5520 (Bug#13594)
5521
5522 * window.el (display-buffer-alist, display-buffer): Document the
5523 new parameter no-display-ok. Return either a window or nil
5524 but never a non-window value.
5525
5526 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
5527
5528 * electric.el (electric-indent-mode-map): Remove.
5529 (electric-indent-mode): Change the global-map instead (bug#15915).
5530
5531 * textmodes/text-mode.el (paragraph-indent-minor-mode):
5532 Use add-function.
5533
5534 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * emacs-lisp/nadvice.el (remove-function): Align with
5537 add-function's behavior.
5538
5539 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
5540 (gdb--string-regexp): New constant.
5541 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
5542 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
5543 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
5544 submatch 1.
5545 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
5546 Adjust use accordingly.
5547 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
5548
5549 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
5550
5551 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
5552 interpolation curlies (Bug#15914).
5553
5554 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
5555
5556 * calc/calc.el (calc-context-sensitive-enter): New variable.
5557 (calc-enter): Use `calc-context-sensitive-enter'.
5558
5559 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
5560
5561 * progmodes/cfengine.el: Version bump.
5562 (cfengine-cf-promises): New defcustom to locate cf-promises.
5563 (cfengine3-vartypes): Add new "data" type.
5564 (cfengine3--current-word): New function to get current name-like
5565 word or its bounds.
5566 (cfengine3--current-function): New function to look up a CFEngine
5567 function's definition.
5568 (cfengine3-format-function-docstring): New function.
5569 (cfengine3-make-syntax-cache): New function.
5570 (cfengine3-documentation-function): New function: ElDoc glue.
5571 (cfengine3-completion-function): New function: completion glue.
5572 (cfengine3-mode): Set `compile-command',
5573 `eldoc-documentation-function', and add to
5574 `completion-at-point-functions'.
5575
5576 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
5577
5578 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
5579 `tramp-current-connection'.
5580
5581 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
5582
5583 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
5584 nil/self/true/false with "end of symbol".
5585
5586 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
5587
5588 * subr.el (version-regexp-alist): Fix a typo.
5589
5590 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
5591
5592 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
5593 "en_US.utf8" and "LC_CTYPE" to "".
5594 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
5595 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
5596
5597 2013-11-15 Leo Liu <sdl.web@gmail.com>
5598
5599 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
5600
5601 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * progmodes/gud.el (ctl-x-map):
5604 Remove C-x SPC binding. (Bug#12342)
5605 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
5606
5607 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
5608
5609 * subr.el (version-regexp-alist):
5610 Recognize hg, svn and darcs versions as snapshot versions.
5611
5612 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
5613 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
5614 (ruby--encoding-comment-required-p): Extract from
5615 `ruby-mode-set-encoding'.
5616 (ruby-mode-set-encoding): Add the ability to always insert an
5617 utf-8 encoding comment. Fix and simplify coding comment update
5618 logic.
5619
5620 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
5621
5622 * net/tramp-gvfs.el (top): Run init code only when
5623 `tramp-gvfs-enabled' is not nil.
5624 (tramp-gvfs-enabled): Check also :system bus.
5625
5626 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 Sync with upstream verilog-mode revision 78e66ba.
5629 * progmodes/verilog-mode.el (verilog-end-of-defun)
5630 (verilog-type-completion, verilog-get-list): Remove unused funcs.
5631 (verilog-get-end-of-defun): Remove unused argument.
5632 (verilog-comment-depth): Remove unused local `e'.
5633 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
5634 Don't pass arg to verilog-get-end-of-defun.
5635
5636 2013-11-14 Glenn Morris <rgm@gnu.org>
5637
5638 * obsolete/assoc.el (aget): Prefix dynamic variable.
5639
5640 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
5641
5642 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5643
5644 * widget.el, hfy-cmap.el: Remove bogus package version number.
5645
5646 2013-11-13 Glenn Morris <rgm@gnu.org>
5647
5648 * replace.el (replace-eval-replacement):
5649 Try to give more helpful error message. (Bug#15836)
5650
5651 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
5652 (archive-7z-update): Avoid custom type mismatches.
5653
5654 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
5655
5656 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
5657
5658 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
5659 address can be empty.
5660
5661 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
5662 Accept nil SWITCHES.
5663 (tramp-gvfs-handle-write-region): Implement APPEND.
5664
5665 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
5666
5667 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
5668 binary "|" operator and closing block args delimiter.
5669 Remove FIXME comment referring to Ruby 1.8-only syntax.
5670 (ruby-smie--implicit-semi-p): Not after "|" operator.
5671 (ruby-smie--closing-pipe-p): New function.
5672 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
5673 (ruby-smie-rules): Indent after "|".
5674
5675 2013-11-12 Glenn Morris <rgm@gnu.org>
5676
5677 * ps-print.el (ps-face-attribute-list):
5678 Handle anonymous faces. (Bug#15827)
5679
5680 2013-11-12 Martin Rudalics <rudalics@gmx.at>
5681
5682 * window.el (display-buffer-other-frame): Fix doc-string.
5683 (Bug#15868)
5684
5685 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * subr.el (force-mode-line-update): Delete, move to buffer.c.
5688
5689 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
5690
5691 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
5692 (tramp-sh-handle-file-local-copy): Don't write a message when
5693 saving temporary files.
5694
5695 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
5696 both directories are remote.
5697 (tramp-smb-handle-directory-files): Do not return double entries.
5698 Do not expand full file names.
5699 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
5700 (tramp-smb-handle-write-region): Implement APPEND.
5701 (tramp-smb-get-stat-capability): Fix a stupid bug.
5702
5703 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
5706
5707 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5708
5709 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
5710 throwing error over malformed let/let* (bug#15814).
5711
5712 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
5713
5714 * iswitchb.el (iswitchb-mode): Mark obsolete.
5715
5716 2013-11-11 Glenn Morris <rgm@gnu.org>
5717
5718 * international/uni-bidi.el, international/uni-category.el:
5719 * international/uni-name.el, international/uni-numeric.el:
5720 Regenerate for Unicode 6.3.0.
5721
5722 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
5723
5724 * net/tramp.el (tramp-methods):
5725 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
5726 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
5727
5728 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
5729
5730 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5731 Force highlighting text after Summary keyword in doc face for rpm.
5732
5733 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
5734
5735 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
5736 available and the word has no wildcards, append one to the grep pattern.
5737 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
5738 (ispell-complete-word): Call `ispell-lookup-words' with the value
5739 independent of `ispell-look-p'.
5740
5741 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5742
5743 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
5744 Not after "||".
5745 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
5746 their parent.
5747
5748 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5749
5750 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
5751 (ruby-font-lock-keywords): Use backquote.
5752
5753 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5754
5755 * progmodes/ruby-mode.el (ruby-smie--forward-token)
5756 (ruby-smie--backward-token): Only consider full-string matches.
5757
5758 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
5759
5760 * faces.el (describe-face): Add distant-foreground.
5761
5762 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
5763
5764 * progmodes/ruby-mode.el: Improve encoding comment handling.
5765 (ruby-encoding-magic-comment-style): New option.
5766 (ruby-custom-encoding-magic-comment-template): New option.
5767 (ruby--insert-coding-comment, ruby--detect-encoding):
5768 New functions extracted from `ruby-mode-set-encoding'.
5769 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
5770 to control the style of the auto-inserted encoding comment.
5771
5772 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5773
5774 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
5775 Use `smie-backward-sexp' with token argument.
5776
5777 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
5778
5779 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5780 Remove instrumentation code.
5781
5782 2013-11-08 Glenn Morris <rgm@gnu.org>
5783
5784 * progmodes/autoconf.el (autoconf-mode):
5785 Tweak comment-start-skip. (Bug#15822)
5786
5787 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
5788
5789 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
5790 at bobp (bug#15826).
5791 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
5792
5793 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
5794
5795 * man.el (Man-start-calling): New macro, extracted from
5796 Man-getpage-in-background.
5797 (Man-getpage-in-background): Use it.
5798 (Man-update-manpage): New command.
5799 (Man-mode-map): Bind it.
5800
5801 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
5802
5803 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
5804 of "and", "or", "&&" and "||".
5805 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
5806 argument. Prohibit opening curly brace because it could only be a
5807 block opener in that position.
5808 (ruby-smie--forward-token, ruby-smie--backward-token):
5809 Separate "|" from "&" or "*" going after it. That can happen in block
5810 arguments.
5811 (ruby-smie--indent-to-stmt): New function, seeks the end of
5812 previous statement or beginning of buffer.
5813 (ruby-smie-rules): Use it.
5814 (ruby-smie-rules): Check if there's a ":" before a curly block
5815 opener candidate; if there is, it's a hash.
5816
5817 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
5818
5819 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
5820 (cl--block-wrapper): Fix last accidental change.
5821
5822 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
5823
5824 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
5825 Instrument, in order to hunt failure on hydra.
5826
5827 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5828
5829 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
5830 malformed bindings form (bug#15814).
5831
5832 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
5833
5834 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
5835 "." compared to " @ ". This incidentally fixes some indentation
5836 examples with "do".
5837 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
5838 (ruby-smie-grammar): New tokens: "and" and "or".
5839 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
5840 Exclude "and" and "or". Remove "do" in order to work around token
5841 priorities.
5842 (ruby-smie-rules): Add all infix tokens. Handle the case of
5843 beginning-of-buffer.
5844
5845 2013-11-06 Glenn Morris <rgm@gnu.org>
5846
5847 * Makefile.in (setwins_almost, setwins_for_subdirs):
5848 Avoid accidental matches.
5849
5850 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5851
5852 * menu-bar.el (popup-menu): Use key-binding.
5853
5854 2013-11-06 Eli Zaretskii <eliz@gnu.org>
5855
5856 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
5857 menus, support also the menus produced by minor modes.
5858 (Bug#15817)
5859
5860 2013-11-06 Leo Liu <sdl.web@gmail.com>
5861
5862 * thingatpt.el (thing-at-point-looking-at): Add optional arg
5863 DISTANCE to bound the search. All uses changed. (Bug#15808)
5864
5865 2013-11-06 Glenn Morris <rgm@gnu.org>
5866
5867 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
5868 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
5869 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
5870
5871 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * electric.el (electric-indent-just-newline): New command.
5874 (electric-indent-mode-map): New keymap.
5875 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
5876 Re-add :group which weren't redundant.
5877
5878 * electric.el (electric-indent-local-mode): New minor mode.
5879 (electric-indent-functions-without-reindent): New var.
5880 (electric-indent-post-self-insert-function): Use it.
5881 * emacs-lisp/gv.el (buffer-local-value): Add setter.
5882
5883 2013-11-05 Eli Zaretskii <eliz@gnu.org>
5884
5885 * international/quail.el (quail-help): Be more explicit about the
5886 meaning of the labels shown on the keys. (Bug#15800)
5887
5888 * startup.el (normal-top-level): Load the subdirs.el files before
5889 setting the locale environment. (Bug#15805)
5890
5891 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5892
5893 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
5894 via arguments so as to get the right ones (bug#15418).
5895
5896 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
5897
5898 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
5899
5900 Fix problems found while writing a test suite.
5901
5902 * net/tramp-compat.el (tramp-compat-load): New defun.
5903 * net/tramp.el (tramp-handle-load): Use it.
5904
5905 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
5906 "(numberp ok-if-already-exists)" correctly.
5907
5908 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
5909
5910 * international/characters.el (glyphless-char-display-control):
5911 Add usage note.
5912
5913 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
5914
5915 * progmodes/python.el (python-mode):
5916 * progmodes/scheme.el (scheme-mode):
5917 * progmodes/prolog.el (prolog-mode):
5918 * progmodes/ruby-mode.el (ruby-mode):
5919 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
5920 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
5921
5922 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5923
5924 * rect.el (rectangle--highlight-for-redisplay):
5925 * emacs-lisp/smie.el (smie--next-indent-change):
5926 Use buffer-chars-modified-tick.
5927
5928 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
5929
5930 * electric.el (electric-indent-post-self-insert-function):
5931 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
5932
5933 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
5934
5935 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
5936
5937 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5938
5939 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
5940 (bug#15786).
5941
5942 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
5943
5944 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
5945
5946 * progmodes/python.el: Fix up last change.
5947 (python-shell--save-temp-file): New function.
5948 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
5949 `string' comes from the current buffer.
5950 (python-shell-send-string-no-output): Remove `msg' arg.
5951 (python--use-fake-loc): New var.
5952 (python-shell-buffer-substring): Obey it. Try to compensate for the
5953 extra coding line added by python-shell--save-temp-file.
5954 (python-shell-send-region): Use python-shell--save-temp-file and
5955 python-shell-send-file directly. Add `nomain' argument.
5956 (python-shell-send-buffer): Use python-shell-send-region.
5957 (python-electric-pair-string-delimiter): New function.
5958 (python-mode): Use it.
5959
5960 2013-11-04 Eli Zaretskii <eliz@gnu.org>
5961
5962 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
5963 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
5964 environment and decoding all of the default-directory's to here
5965 from command-line.
5966 (command-line): Decode also argv[0].
5967
5968 * loadup.el: Error out if default-directory is a multibyte string
5969 when we are dumping.
5970
5971 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
5972
5973 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5974
5975 * emacs-lisp/package.el (package-menu-mode)
5976 (package-menu--print-info, package-menu--archive-predicate):
5977 Add Archive column to package list.
5978
5979 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
5980
5981 Fix problems found while writing a test suite.
5982
5983 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
5984 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
5985 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
5986 to nil when running original file name handler. Otherwise,
5987 there are problems with constructs like "$$FOO".
5988
5989 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
5990 for `localname'.
5991
5992 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
5993
5994 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
5995
5996 * subr.el (version<, version<=, version=):
5997 Update docstrings with information for snapshot versions.
5998
5999 * helpers.el: New library for misc helper functions.
6000 (hash-table-keys): New function returning a list of hash keys.
6001 (hash-table-values): New function returning a list of hash values.
6002
6003 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6004
6005 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6006 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6007
6008 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6009
6010 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6011 checking whether point is after a 1-letter word.
6012
6013 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6014
6015 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6016 Don't infloop when expanding region over `multiline' syntax-type that
6017 begins a line (bug#15778).
6018
6019 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6020
6021 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6022 Make it into a proper minor mode.
6023 (rectangle--region): (implicitly) rename to rectangle-mark-mode.
6024 (rectangle-mark-mode-map): New keymap.
6025 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6026
6027 2013-11-04 Glenn Morris <rgm@gnu.org>
6028
6029 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6030
6031 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6034 (ruby-smie-rules): Use smie-rule-parent instead.
6035
6036 * emacs-lisp/smie.el (smie-rule-parent): Always call
6037 smie-indent-virtual rather than only for hanging tokens.
6038 (smie--next-indent-change): New helper command.
6039
6040 2013-11-03 Glenn Morris <rgm@gnu.org>
6041
6042 * Makefile.in (abs_srcdir): Remove.
6043 (emacs): Unset EMACSLOADPATH.
6044
6045 2013-11-02 Glenn Morris <rgm@gnu.org>
6046
6047 * Makefile.in (EMACS): Use a relative filename.
6048 (abs_top_builddir): Remove.
6049 (custom-deps, finder-data, autoloads): Use --chdir.
6050
6051 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6052
6053 Use relative filenames in TAGS files.
6054 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6055 (lisptagsfiles4, TAGS): Use relative file names.
6056 (TAGS-LISP): Remove.
6057 (maintainer-clean): No more TAGS-LISP file.
6058
6059 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6060 (lisptagsfiles4): Use absolute filenames again.
6061 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6062 Remove all *loaddefs files, not just the first. Remove esh-groups.
6063 (maintainer-clean): Delete TAGS, TAGS-LISP.
6064
6065 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6066
6067 * emacs-lisp/package.el (package-version-join):
6068 Recognize snapshot versions.
6069
6070 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6071
6072 * subr.el (version-regexp-alist): Add support for snapshot versions.
6073
6074 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6075
6076 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6077 New function, replacement for `smie-rule-parent' for when we want to
6078 skip over our direct parent if it's an assignment token..
6079 (ruby-smie-rules): Use it.
6080
6081 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6082
6083 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6084 unconditionally. Remove now unnecessary forward declarations.
6085 Remove XEmacs-specific setup.
6086 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6087 (ruby-font-lock-syntactic-keywords)
6088 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6089 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6090 (ruby-here-doc-end-syntax): Remove.
6091 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6092 defined as function.
6093
6094 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6095
6096 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6097
6098 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6099
6100 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6101 table and abbrev table, `define-derived-mode' does that for us
6102 anyway.
6103
6104 2013-11-01 Glenn Morris <rgm@gnu.org>
6105
6106 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6107 files is atomic for some time, so no parallel compilation issues).
6108
6109 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6110
6111 * faces.el (face-x-resources): Add :distant-foreground.
6112 (region): Use :distant-foreground for gtk and ns.
6113
6114 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6115
6116 Allow multiple bibliographies when BibLaTeX is used rather than
6117 BibTeX.
6118 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6119 (reftex-locate-bibliography-files): Us it.
6120
6121 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6122
6123 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6124 allow comments in pbm files.
6125
6126 * term/w32-win.el (dynamic-library-alist): Support newer versions
6127 of libjpeg starting with v7: look only for the DLL from the
6128 version against which Emacs was built.
6129 Support versions of libpng beyond 1.4.x.
6130 Support libtiff v4.x.
6131
6132 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6133
6134 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6135 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6136 Add property :safe.
6137 (ruby-deep-arglist): Add property :type.
6138
6139 2013-10-31 Glenn Morris <rgm@gnu.org>
6140
6141 * Makefile.in (custom-deps, finder-data): No need to setq the target
6142 variables, we are in the right directory and the defaults work fine.
6143
6144 2013-10-30 Glenn Morris <rgm@gnu.org>
6145
6146 * Makefile.in (autoloads): Do not use abs_lisp.
6147
6148 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6149 `newline' does not respect `standard-output', so use `princ'.
6150
6151 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6152
6153 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6154 * buff-menu.el (Buffer-menu--unmark): New function.
6155 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6156
6157 2013-10-30 Glenn Morris <rgm@gnu.org>
6158
6159 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6160
6161 * emacs-lisp/package.el (lm-homepage): Declare.
6162
6163 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6164 Fix doc typos.
6165
6166 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6167
6168 * Makefile.in (finder-data, autoloads, update-subdirs)
6169 (compile-main, compile-clean, compile-always, bootstrap-clean):
6170 Check return value of cd.
6171 (compile-calc): Remove.
6172
6173 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6176
6177 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6178 (byte-compile-and-folded): New function.
6179 (=, <, >, <=, >=): Use it.
6180
6181 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6182 (path-separator, null-device, buffer-file-coding-system)
6183 (lpr-headers-switches): Check system-type before modifying them.
6184 (find-buffer-file-type-coding-system): Mark obsolete.
6185 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6186 find-file-not-found-set-buffer-file-coding-system.
6187 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6188 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6189 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6190 (w32-direct-print-region-helper, w32-direct-print-region-function)
6191 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6192 * startup.el (normal-top-level-add-subdirs-to-load-path):
6193 * ps-print.el (ps-print-region-function):
6194 * lpr.el (print-region-function): Use new name.
6195
6196 * subr.el (custom-declare-variable-early): Remove function.
6197 (custom-declare-variable-list): Remove var.
6198 (error, user-error): Remove `while' loop.
6199 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6200 (user-emacs-directory-warning, locate-user-emacs-file):
6201 Move to files.el.
6202 * simple.el (read-quoted-char-radix, read-quoted-char):
6203 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6204 Move from subr.el.
6205 * custom.el (custom-declare-variable-list): Don't process
6206 custom-declare-variable-list.
6207
6208 * progmodes/python.el (python-shell-get-buffer): New function.
6209 (python-shell-get-process): Use it.
6210 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6211 Python which encoding was used. Don't split-string since we only care
6212 about the first line. Return the temp-file, if applicable.
6213 (python-shell-send-region): Tell compile.el how to turn locations in
6214 the temp-file into locations in the source buffer.
6215
6216 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * subr.el (undefined): Add missing behavior from the C code for
6219 unbound keys.
6220
6221 * rect.el: Use lexical-binding. Add new rectangular region support.
6222 (rectangle-mark): New command.
6223 (rectangle--region): New var.
6224 (deactivate-mark-hook): Reset rectangle--region.
6225 (rectangle--extract-region, rectangle--insert-for-yank)
6226 (rectangle--highlight-for-redisplay)
6227 (rectangle--unhighlight-for-redisplay): New functions.
6228 (region-extract-function, redisplay-unhighlight-region-function)
6229 (redisplay-highlight-region-function): Use them to handle
6230 rectangular region.
6231 * simple.el (region-extract-function): New var.
6232 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6233 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6234 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6235 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6236 (redisplay-unhighlight-region-function)
6237 (redisplay-highlight-region-function): New vars.
6238 (redisplay--update-region-highlight): New function.
6239 (pre-redisplay-function): Use it.
6240 (exchange-point-and-mark): Don't deactivate the mark before
6241 reactivate-it anyway.
6242 * comint.el (comint-kill-region): Remove yank-handler argument.
6243 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6244 (delete-char): Remove property, since it's now part of their
6245 default behavior.
6246 (self-insert-iso): Remove property since this command doesn't exist.
6247
6248 * emacs-lisp/package.el (package--download-one-archive)
6249 (describe-package-1): Don't query the user about final newline.
6250
6251 2013-10-29 Daniel Colascione <dancol@dancol.org>
6252
6253 * net/tramp.el (tramp-methods): Document new functionality.
6254 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6255 tramp-hostname-checker if method provides one instead of scanning
6256 argument list for "%h" to decide hostname acceptability.
6257
6258 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6259
6260 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6261 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6262 Handle COPY-CONTENTS. (Bug#15737)
6263
6264 2013-10-28 Daiki Ueno <ueno@gnu.org>
6265
6266 * epa-file.el
6267 (epa-file-cache-passphrase-for-symmetric-encryption):
6268 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6269
6270 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6271
6272 * image.el (defimage, image-load-path): Doc fixes.
6273
6274 2013-10-27 Alan Mackenzie <acm@muc.de>
6275
6276 Indent statements in macros following "##" correctly.
6277 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6278 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6279
6280 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6281
6282 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6283
6284 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6285
6286 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6287 after `=' is probably a new expression.
6288
6289 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6290
6291 * man.el (man-imenu-title): New option.
6292 (Man-mode-map): Add menu. (Bug#15722)
6293 (Man-mode): Add imenu to menu.
6294
6295 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6296
6297 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6298 specific in what the first arg can be: a non-keyword word,
6299 string/regexp/percent literal opener, opening paren, or unary
6300 operator followed directly by word.
6301
6302 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6303
6304 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6305 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6306 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6307 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6308 Remove vars, they do not apply any more.
6309 (prolog-mode-abbrev-table): Remove redundant declaration.
6310 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6311 (prolog-use-smie): Remove.
6312 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6313 supported by prolog-electric-if-then-else-flag.
6314 (prolog-mode-variables, prolog-menu): Use setq-local.
6315 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6316 Remove binding to `Backspace' since this key doesn't exist anyway.
6317 Remove bindings for electric self-inserting keys.
6318 (prog-mode): Assume it's defined.
6319 (prolog-post-self-insert): New function.
6320 (prolog-mode): Use it.
6321 (prolog-indent-line, prolog-indent-level)
6322 (prolog-find-indent-of-matching-paren)
6323 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6324 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6325 (prolog-goto-next-paren, prolog-in-string-or-comment)
6326 (prolog-tokenize, prolog-inside-mline-comment)
6327 (prolog-find-start-of-mline-comment): Remove functions.
6328 (prolog-find-unmatched-paren, prolog-clause-end)
6329 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6330 (prolog-electric--if-then-else): Rename from
6331 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6332 (prolog-tokenize-searchkey): Remove const.
6333 (prolog-clause-info): Use forward-sexp.
6334 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
6335 (prolog-electric-if-then-else): Remove commands.
6336 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
6337 for use in post-self-insert-hook.
6338 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
6339 for use in post-self-insert-hook.
6340 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
6341 for use in post-self-insert-hook.
6342 (prolog-electric--underscore): Rename from prolog-electric--underscore;
6343 adapt it for use in post-self-insert-hook.
6344
6345 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
6346
6347 * emacs-lisp/ert.el (ert-run-tests-interactively):
6348 Use `completing-read'. (Bug#9756)
6349
6350 2013-10-25 Eli Zaretskii <eliz@gnu.org>
6351
6352 * simple.el (line-move): Call line-move-1 instead of
6353 line-move-visual when the current window hscroll is zero, but
6354 temporary-goal-column indicates we will need to hscroll as result
6355 of the movement. (Bug#15712)
6356
6357 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
6358
6359 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
6360 capitalization. Use :visible instead of :active.
6361 Fix `ruby-indent-exp' reference. Add menu items for the generic
6362 commands that are used with SMIE.
6363 (ruby-do-end-to-brace): Insert space after `{'.
6364
6365 2013-10-25 John Anthony <john@jo.hnanthony.com>
6366
6367 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
6368
6369 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
6370
6371 2013-10-25 Glenn Morris <rgm@gnu.org>
6372
6373 * vc/vc.el (vc-print-log): Don't use a working revision unless
6374 one was explicitly specified. (Bug#15322)
6375
6376 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * subr.el (add-to-list): Preserve return value in compiler-macro
6379 (bug#15692).
6380
6381 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6382
6383 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
6384 result. Ask user to retry using '-all' flag. (Bug#15701)
6385
6386 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
6387
6388 * emacs-lisp/smie.el: New smie-config system.
6389 (smie-config): New defcustom.
6390 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
6391 (smie-config-guess, smie-config-save): New commands.
6392 (smie-config--mode-local, smie-config--buffer-local)
6393 (smie-config--trace, smie-config--modefuns): New vars.
6394 (smie-config--advice, smie-config--mode-hook)
6395 (smie-config--setter, smie-config-local, smie-config--get-trace)
6396 (smie-config--guess-value, smie-config--guess): New functions.
6397 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
6398 text properties. Treat "string fence" syntax like string syntax.
6399
6400 * progmodes/sh-script.el (sh-use-smie): Change default.
6401 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
6402 (sh-var-value): Simplify by CSE.
6403 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
6404 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
6405 is used.
6406 (sh-guess-basic-offset): Use cl-incf.
6407 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
6408
6409 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
6410
6411 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
6412 (bug#15699).
6413
6414 2013-10-24 Glenn Morris <rgm@gnu.org>
6415
6416 * Makefile.in (abs_top_srcdir): Remove.
6417 (update-subdirs): Use relative path to update-subdirs.
6418
6419 2013-10-24 Eli Zaretskii <eliz@gnu.org>
6420
6421 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
6422 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6423 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6424 Call unmsys--file-name before expand-file-name, not after it.
6425
6426 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
6427
6428 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
6429 (ert-test-skipped): New error.
6430 (ert-skip, ert-stats-skipped): New defuns.
6431 (ert--skip-unless): New macro.
6432 (ert-test-skipped): New struct.
6433 (ert--run-test-debugger, ert-test-result-type-p)
6434 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
6435 (ert--stats-set-test-and-result, ert-char-for-test-result)
6436 (ert-string-for-test-result, ert-run-tests-batch)
6437 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
6438 Handle skipped tests. (Bug#9803)
6439
6440 2013-10-24 Glenn Morris <rgm@gnu.org>
6441
6442 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
6443
6444 * Makefile.in (abs_top_srcdir): New, set by configure.
6445 (update-subdirs): Correct build-aux location.
6446
6447 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
6448
6449 * vc/vc.el (vc-print-root-log): Always set `default-directory'
6450 value, whether we could auto-deduce `backend', or not.
6451
6452 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
6453 with parameters" example. Simplify the "is it block or is it
6454 hash" check, but also make it more thorough.
6455
6456 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
6457
6458 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
6459
6460 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
6461
6462 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
6463 { if it is hanging.
6464
6465 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
6466 :before ";".
6467
6468 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
6469
6470 * progmodes/compile.el (compilation-directory-matcher)
6471 (compilation-page-delimiter):
6472 Support GNU Make-4.0 directory quoting. (Bug#15678)
6473
6474 2013-10-23 Leo Liu <sdl.web@gmail.com>
6475
6476 * ido.el (ido-tidy): Handle read-only text.
6477
6478 2013-10-23 Glenn Morris <rgm@gnu.org>
6479
6480 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
6481 (emacs, compile, compile-always):
6482 Quote entities that might contain whitespace.
6483 (custom-deps, finder-data, autoloads): Use abs_lisp.
6484 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
6485 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
6486 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
6487
6488 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
6489
6490 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
6491 Use `following-char'.
6492
6493 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
6494
6495 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
6496 * progmodes/ruby-mode.el (ruby-smie-rules):
6497 Remove corresponding workaround. Fix indentation rule of ";" so it
6498 also applies when ";" is the parent.
6499
6500 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
6501
6502 * frame.el (display-screens, display-pixel-height)
6503 (display-pixel-width, display-mm-width, display-backing-store)
6504 (display-save-under, display-planes, display-color-cells)
6505 (display-visual-class, display-monitor-attributes-list):
6506 Mention the optional ‘display’ argument in doc strings.
6507
6508 2013-10-22 Michael Gauland <mikelygee@amuri.net>
6509
6510 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
6511 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
6512
6513 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6514
6515 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
6516 TODO. Add "." after " @ ".
6517 (ruby-smie--at-dot-call): New function. Checks if point at method
6518 call with explicit target.
6519 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
6520 to the method name tokens when it precedes them.
6521 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
6522 (ruby-smie-rules): Add rule for indentation before and after "."
6523 token.
6524
6525 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
6526
6527 * textmodes/remember.el (remember-diary-extract-entries):
6528 Avoid add-to-list.
6529
6530 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
6531 an instruction.
6532
6533 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
6534
6535 * progmodes/ruby-mode.el (ruby-smie-grammar):
6536 Add (almost) all infix operators.
6537 (ruby-smie--implicit-semi-p): Add new operator chars.
6538
6539 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
6540 `smie-down-list'.
6541 (ruby-smie--args-separator-p): Check that there's no newline
6542 between method call and its arguments.
6543
6544 2013-10-20 Alan Mackenzie <acm@muc.de>
6545
6546 Allow comma separated lists after Java "implements".
6547
6548 * progmodes/cc-engine.el (c-backward-over-enum-header):
6549 Parse commas.
6550 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
6551 from a "disallowed" list in enum fontification.
6552
6553 2013-10-20 Johan Bockgård <bojohan@gnu.org>
6554
6555 * startup.el (default-frame-background-mode): Remove unused defvar.
6556
6557 * progmodes/verilog-mode.el (verilog-mode): Don't set
6558 comment-indent-function globally.
6559
6560 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
6561
6562 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
6563 Move Info menu item creation to ns-win.el.
6564
6565 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
6566 in menu bar.
6567
6568 * menu-bar.el: Move GNUstep specific menus...
6569
6570 * term/ns-win.el (ns-initialize-window-system): ... to here.
6571
6572 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * simple.el (newline): Only run post-self-insert-hook when
6575 called interactively.
6576
6577 2013-10-19 Johan Bockgård <bojohan@gnu.org>
6578
6579 * icomplete.el (icomplete-with-completion-tables): Add :version.
6580
6581 2013-10-19 Alan Mackenzie <acm@muc.de>
6582
6583 Fix fontification bugs with constructors and const.
6584
6585 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
6586 CASE 2) Remove the check for the absence of a suffix construct
6587 after a function declaration with only types (no identifiers) in
6588 the parentheses. Also, accept a function declaration with just a
6589 type inside the parentheses, if this type can be positively
6590 recognised as such, or if a prefix keyword like "explicit" nails
6591 down the construct as a declaration.
6592
6593 2013-10-19 Eli Zaretskii <eliz@gnu.org>
6594
6595 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
6596 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
6597 the problem whereby selecting a menu item that leads to a
6598 minibuffer prompt moves the cursor out of the minibuffer window,
6599 making it hard to type at the prompt. Suggested by Stefan Monnier
6600 <monnier@iro.umontreal.ca>.
6601
6602 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
6603
6604 * menu-bar.el: Don't make Services menu.
6605
6606 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6607
6608 * ffap.el: Handle "/usr/include/c++/<version>" directories.
6609 (ffap-alist): Use ffap-c++-mode for c++-mode.
6610 (ffap-c++-path): New variable.
6611 (ffap-c++-mode): New function.
6612
6613 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
6614
6615 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
6616
6617 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
6618
6619 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
6620 introduced on 2013-09-08, which results in an infinite loop
6621 requesting a password.
6622
6623 2013-10-18 Glenn Morris <rgm@gnu.org>
6624
6625 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
6626
6627 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
6628
6629 Sync with upstream verilog-mode revision 1a6ecec7.
6630 * progmodes/verilog-mode.el (verilog-mode-version): Update.
6631 (verilog-mode-release-date): Remove.
6632 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
6633 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
6634 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
6635 (verilog-auto-tieoff-ignore-regexp)
6636 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
6637 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
6638 (verilog-signals-with, verilog-dir-cache-preserving)
6639 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
6640 Doc fixes.
6641 (verilog-case-fold): New option, to control case folding in
6642 regexp searches, bug597.
6643 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
6644 (verilog-string-match-fold, verilog-in-paren-count)
6645 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
6646 (verilog-at-close-struct-p): New functions.
6647 (verilog-beg-block-re-ordered, verilog-extended-case-re)
6648 (verilog-forward-sexp, verilog-set-auto-endcomments)
6649 (verilog-leap-to-case-head): Handle "unique0" case.
6650 (verilog-in-constraint-re): New constant.
6651 (verilog-keywords, verilog-type-font-keywords):
6652 Add some SystemVerilog 1800-2012 keywords.
6653 (verilog-label-be): Remove unimplemented argument, bug669.
6654 (verilog-batch-execute-func): When batch expanding clear
6655 create-lockfiles to prevent spurious user locks when a file ends
6656 up not changing.
6657 (verilog-calculate-indent, verilog-calc-1)
6658 (verilog-at-close-constraint-p, verilog-at-constraint-p)
6659 (verilog-do-indent): Fix indentation of nested constraints
6660 and structures.
6661 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
6662 (verilog-auto-inst-param): Use verilog-string-match-fold.
6663 (verilog-read-inst-module-matcher):
6664 Fix AUTOINST on gate primitives with #1.
6665 (verilog-read-decls): Fix double-declaring user-defined typed signals.
6666 Reads all user-defined typed variables.
6667 (verilog-read-defines): Fix reading definitions inside comments, bug647.
6668 (verilog-signals-matching-regexp)
6669 (verilog-signals-not-matching-regexp, verilog-auto):
6670 Respect verilog-case-fold.
6671 (verilog-diff-report): Fix line count.
6672 (verilog-auto-assign-modport): Remove unused local `modi'.
6673 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
6674 better handle multidimensional arrays.
6675 Fix packed array ports misadding bit index in AUTOINST, bug637.
6676 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
6677 to not double-declare existing outputs and inputs, respectively.
6678 (verilog-template-map): Bind U to verilog-sk-uvm-component.
6679 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
6680 (verilog-sk-uvm-component): New skeleton.
6681 (verilog-submit-bug-report): Add verilog-case-fold,
6682 remove verilog-mode-release-date.
6683
6684 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
6685
6686 * subr.el (sit-for): Call (input-pending-p t) so as to behave
6687 as before.
6688
6689 2013-10-18 Reuben Thomas <rrt@sc3d.org>
6690
6691 * textmodes/remember.el (remember): Set buffer-offer-save in
6692 remember buffers (bug#13566).
6693
6694 2013-10-18 Daniel Colascione <dancol@dancol.org>
6695
6696 When evaluating forms in ielm, direct standard output to ielm
6697 buffer. Add new ielm-return-for-effect command. Remove trailing
6698 whitespace throughout.
6699
6700 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
6701 (ielm-return-for-effect): New command.
6702 (ielm-send-input): Accept optional `for-effect' parameter.
6703 (ielm-eval-input): Accept optional `for-effect' parameter.
6704 Bind `standard-output' to stream we create using
6705 `ielm-standard-output-impl'. Suppress printing result when
6706 `for-effect'.
6707 (ielm-standard-output-impl): New function.
6708 (inferior-emacs-lisp-mode): Explain new features in documentation.
6709
6710 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
6711
6712 Code cleanup.
6713
6714 * net/tramp.el (tramp-debug-message): Do not check for connection
6715 buffer.
6716 (tramp-message): Use "vector" connection property.
6717
6718 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
6719 (tramp-equal-remote, tramp-eshell-directory-change)
6720 * net/tramp-adb.el (tramp-adb-handle-copy-file)
6721 (tramp-adb-handle-rename-file)
6722 * net/tramp-cmds.el (tramp-list-remote-buffers)
6723 (tramp-cleanup-connection, tramp-cleanup-this-connection)
6724 * net/tramp-compat.el (tramp-compat-process-running-p)
6725 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
6726 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
6727 (tramp-gvfs-handle-rename-file)
6728 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
6729 (tramp-set-file-uid-gid)
6730 * net/tramp-smb.el (tramp-smb-handle-copy-file)
6731 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
6732 of `file-remote-p'.
6733
6734 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
6735 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
6736 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
6737 (tramp-gw-open-network-stream): Suppress unrelated traces.
6738
6739 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
6740 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
6741 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
6742 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
6743 connection property.
6744
6745 * net/tramp-cache.el (top): Suppress traces when reading
6746 persistency file.
6747
6748 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
6749 Refactor common code. Improve debug message.
6750 (tramp-maybe-open-connection)
6751 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
6752 connection buffer too early.
6753
6754 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
6755 from `tramp-smb-actions-with-acl'.
6756 (tramp-smb-actions-set-acl): New defconst.
6757 (tramp-smb-handle-copy-directory)
6758 (tramp-smb-action-get-acl): New defun, renamed from
6759 `tramp-smb-action-with-acl'.
6760 (tramp-smb-action-set-acl): New defun.
6761 (tramp-smb-handle-set-file-acl): Rewrite.
6762
6763 2013-10-17 Glenn Morris <rgm@gnu.org>
6764
6765 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
6766
6767 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
6768
6769 * skeleton.el (skeleton-newline): Remove.
6770 (skeleton-internal-1): Use (insert "\n") instead.
6771
6772 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
6773 let-bindings.
6774
6775 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
6776 forward-sexp-function while we redo its job (bug#15613).
6777
6778 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
6779
6780 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
6781 represented by lists.
6782
6783 2013-10-16 Glenn Morris <rgm@gnu.org>
6784
6785 * tmm.el (tmm--history): New dynamic variable.
6786 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
6787
6788 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
6789
6790 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
6791 (tramp-smb-errors): Add error messages.
6792 (tramp-smb-actions-with-acl): New defconst.
6793 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
6794 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
6795 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
6796 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
6797 (tramp-smb-get-stat-capability): Fix tests.
6798
6799 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
6800
6801 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
6802 (bug#15580).
6803
6804 2013-10-16 Glenn Morris <rgm@gnu.org>
6805
6806 * ansi-color.el (ansi-color-drop-regexp):
6807 Add 1J, 1K, 2K. (Bug#15617)
6808
6809 * files.el (hack-local-variables--warned-lexical): New.
6810 (hack-local-variables):
6811 Warn about misplaced lexical-binding. (Bug#15616)
6812
6813 * net/eww.el (eww-render): Always set eww-current-url,
6814 and update header line. (Bug#15622)
6815 (eww-display-html): ... Rather than just doing it here.
6816
6817 2013-10-15 Eli Zaretskii <eliz@gnu.org>
6818
6819 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
6820 menu navigations commands.
6821
6822 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
6823
6824 * progmodes/subword.el (subword-capitalize): Be careful when
6825 the search for [[:alpha:]] fails (bug#15580).
6826
6827 2013-10-14 Eli Zaretskii <eliz@gnu.org>
6828
6829 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
6830 to commands that scroll the menu.
6831
6832 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
6833
6834 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
6835 Handle methods ending with `?' and `!'.
6836
6837 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
6838
6839 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
6840 `japanese-cp932' to `cp932' to fix the problem where saving a
6841 source file written in Shift_JIS twice would end up having
6842 `coding: japanese-cp932' which Ruby could not recognize.
6843 (ruby-mode-set-encoding): Add support for encodings mapped to nil
6844 in `ruby-encoding-map'.
6845 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
6846 doesn't need to be explicitly declared in magic comment.
6847 (ruby-encoding-map): Add type declaration for better customize UI.
6848
6849 2013-10-13 Glenn Morris <rgm@gnu.org>
6850
6851 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
6852 Occur buffers are read-only. http://bugs.debian.org/720775
6853
6854 * emacs-lisp/authors.el (authors-fixed-entries):
6855 Comment out old alpha stuff.
6856
6857 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
6858
6859 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
6860 to `after-save-hook' instead of `before-save-hook'.
6861 (ruby-mode-set-encoding): Use the value of coding system used to
6862 write the file. Call `basic-save-buffer-1' after modifying the
6863 buffer.
6864
6865 2013-10-13 Alan Mackenzie <acm@muc.de>
6866
6867 Fix indentation/fontification of Java enum with
6868 "implements"/generic.
6869
6870 * progmodes/cc-engine.el (c-backward-over-enum-header):
6871 Extracted from the three other places and enhanced to handle generics.
6872 (c-inside-bracelist-p): Uses new function above.
6873 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
6874 function above.
6875 (c-font-lock-enum-tail): Uses new function above.
6876
6877 2013-10-13 Kenichi Handa <handa@gnu.org>
6878
6879 * international/mule-cmds.el (select-safe-coding-system): Remove a
6880 superfluous condition in chekcing whether a coding system is safe
6881 or not.
6882
6883 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
6884
6885 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
6886
6887 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
6888
6889 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
6890
6891 2013-10-13 Glenn Morris <rgm@gnu.org>
6892
6893 * menu-bar.el (menu-bar-update-buffers):
6894 Unify Buffers menu prompt string. (Bug#15576)
6895
6896 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
6897
6898 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
6899 Add some entries.
6900 (authors-fixed-entries): Use accented form of name.
6901
6902 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
6905 method calls (bug#15594).
6906 (ruby-smie--args-separator-p): New function.
6907 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
6908 recognize paren-free method calls.
6909
6910 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
6911 internals of universal-argument.
6912
6913 2013-10-11 Eli Zaretskii <eliz@gnu.org>
6914
6915 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
6916 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
6917 dropped menu on second mouse click on the menu bar.
6918
6919 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
6920
6921 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
6922 (explicit-shell-file-name): Declare.
6923 (sh--vars-before-point, sh--cmd-completion-table): New functions.
6924 (sh-completion-at-point-function): New function.
6925 (sh-mode): Use it.
6926 (sh-smie--keyword-p): Remove unused argument.
6927 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
6928 vars.
6929 (sh-set-shell): Always setup SMIE, even if we use the
6930 old indentation code.
6931
6932 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
6933
6934 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
6935 cases of ? and =.
6936 (ruby-smie-rules): Simplify the "do" rule. The cases when the
6937 predicate would return nil are almost non-existent.
6938 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
6939
6940 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
6941 cache also after commands that modify the buffer but don't move
6942 point.
6943
6944 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * env.el (substitute-env-in-file-name): New function.
6947 (substitute-env-vars): Extend the meaning of the optional arg.
6948
6949 2013-10-10 Eli Zaretskii <eliz@gnu.org>
6950
6951 * term/w32-win.el (dynamic-library-alist): Define separate lists
6952 of GIF DLLs for versions before and after 5.0.0 of giflib.
6953 (Bug#15531)
6954
6955 2013-10-10 João Távora <joaotavora@gmail.com>
6956
6957 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
6958 not locked, use last revision and current source as
6959 defaults. (Bug#15569)
6960
6961 2013-10-10 Masatake YAMATO <yamato@redhat.com>
6962
6963 * menu-bar.el (menu-bar-open): Don't use popup-menu if
6964 menu-bar is hidden.
6965
6966 2013-10-10 Martin Rudalics <rudalics@gmx.at>
6967
6968 * window.el (pop-to-buffer-same-window): Fix doc-string.
6969 (Bug#15492)
6970
6971 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6972
6973 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
6974
6975 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
6976
6977 * calendar/icalendar.el (icalendar-import-file):
6978 Fix interactive spec. (Bug#15482)
6979
6980 2013-10-10 Glenn Morris <rgm@gnu.org>
6981
6982 * desktop.el (desktop-save): Default to saving in .emacs.d,
6983 since PWD is no longer in desktop-path by default. (Bug#15319)
6984
6985 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
6986 now that text mode has a menu with the same entry.
6987 (menu-bar-text-mode-auto-fill): Remove now unused func.
6988 * textmodes/text-mode.el (text-mode-map):
6989 Use auto-fill help text from menu-bar.el.
6990
6991 2013-10-10 John Anthony <john@jo.hnanthony.com>
6992
6993 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
6994
6995 2013-10-09 Juri Linkov <juri@jurta.org>
6996
6997 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
6998 instead of this-command-keys. Add universal-argument-more and
6999 universal-argument-minus to the list of prefix commands. (Bug#15568)
7000
7001 2013-10-09 Glenn Morris <rgm@gnu.org>
7002
7003 * vc/vc-svn.el (vc-svn-create-repo):
7004 Expand paths in file://... url. (Bug#15446)
7005
7006 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7007 Add some entries.
7008 (authors): Remove unused local variables.
7009
7010 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7011
7012 * profiler.el: Create a more coherent calltree from partial backtraces.
7013 (profiler-format): Hide the tail with `invisible' so that C-s can still
7014 find the hidden elements.
7015 (profiler-calltree-depth): Don't recurse so enthusiastically.
7016 (profiler-function-equal): New hash-table-test.
7017 (profiler-calltree-build-unified): New function.
7018 (profiler-calltree-build): Use it.
7019 (profiler-report-make-name-part): Indent the calltree less.
7020 (profiler-report-mode): Add visibility specs for profiler-format.
7021 (profiler-report-expand-entry, profiler-report-toggle-entry):
7022 Expand the whole subtree when provided with a prefix arg.
7023
7024 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7025
7026 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7027 iuwu-mod token.
7028 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7029 hanging iuwu-mod token.
7030 (ruby-smie--forward-token): Do not include a dot after a token in
7031 that token.
7032 (ruby-smie--backward-token): Likewise.
7033
7034 2013-10-08 Juri Linkov <juri@jurta.org>
7035
7036 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7037 to isearch-other-control-char.
7038 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7039 and isearch-post-command-hook to post-command-hook.
7040 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7041 and isearch-post-command-hook from post-command-hook.
7042 (isearch-unread-key-sequence)
7043 (isearch-reread-key-sequence-naturally)
7044 (isearch-lookup-scroll-key, isearch-other-control-char)
7045 (isearch-other-meta-char): Remove functions.
7046 (isearch-pre-command-hook, isearch-post-command-hook):
7047 New functions based on isearch-other-meta-char rewritten
7048 relying on the new behavior of overriding-terminal-local-map
7049 that does not replace the local keymaps any more. (Bug#15200)
7050
7051 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7052
7053 Support menus on text-mode terminals.
7054 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7055 functionality.
7056
7057 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7058
7059 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7060 Move here from mouse.el.
7061 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7062 and arrow keys.
7063 (tty-menu-navigation-map): New map for TTY menu navigation.
7064
7065 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7066
7067 * frame.el (display-mouse-p): Report text-mode mouse as available
7068 on w32.
7069 (display-popup-menus-p): Report availability if mouse is
7070 available; don't condition on window-system.
7071
7072 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7073 (tty-menu-selected-face): New faces.
7074
7075 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7078 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7079 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7080 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7081 New constants.
7082 (lisp-mode-variables): New `elisp' argument.
7083 (emacs-lisp-mode): Use it.
7084 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7085 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7086
7087 * indent.el: Use lexical-binding.
7088 (indent-region): Add progress reporter.
7089 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7090 last step.
7091 (indent--next-tab-stop): New function to implement this behavior.
7092 (tab-to-tab-stop, move-to-tab-stop): Use it.
7093
7094 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7095
7096 * indent.el (indent-rigidly--current-indentation): New function.
7097 (indent-rigidly-map): New var.
7098 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7099
7100 2013-10-08 Bastien Guerry <bzg@gnu.org>
7101
7102 * register.el (insert-register): Fix 2013-10-07 change.
7103
7104 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7105
7106 * progmodes/perl-mode.el: Use lexical-binding.
7107 Remove redundant :group args.
7108 (perl-nochange): Change default to be closer to other major modes's
7109 standard behavior.
7110 (perl-indent-line): Don't consider text on current line as a
7111 valid beginning of function from which to indent.
7112
7113 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7114 with more than one argument (bug#15538).
7115
7116 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7117
7118 * vc/pcvs.el: Use lexical-binding.
7119 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7120 environment of `eval'.
7121 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7122 than a list of expressions. Adjust callers.
7123 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7124
7125 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7126
7127 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7128 case of the dot in a chained method call being on the following line.
7129
7130 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * electric.el (electric-indent-inhibit): New var.
7133 (electric-indent-post-self-insert-function): Use it.
7134 * progmodes/python.el (python-mode): Set it.
7135
7136 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7137 open braces.
7138
7139 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7140
7141 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7142 (css-mode): Use electric-indent-chars.
7143
7144 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7145 (font-lock-beg, font-lock-end): Move before first use.
7146 (nxml-mode): Use syntax-propertize-function.
7147 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7148 (nxml-extend-after-change-region): Remove.
7149 * nxml/xmltok.el: Use lexical-binding.
7150 (xmltok-save): Use `declare'.
7151 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7152 * nxml/nxml-util.el: Use lexical-binding.
7153 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7154 Use `declare'.
7155 * nxml/nxml-ns.el: Use lexical-binding.
7156 (nxml-ns-save): Use `declare'.
7157 (nxml-ns-prefixes-for): Avoid add-to-list.
7158 * nxml/rng-match.el: Use lexical-binding.
7159 (rng--ipattern): Use cl-defstruct.
7160 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7161 (rng-cons-group-after, rng-subst-group-after)
7162 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7163 Use closures instead of `(lambda...).
7164
7165 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7166
7167 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7168 of BEG and END.
7169
7170 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7171 Use `tramp-handle-insert-file-contents'.
7172 (tramp-gvfs-handle-insert-file-contents): Remove function.
7173
7174 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7175 Use `save-restriction' in order to keep markers.
7176
7177 * net/trampver.el: Update release number.
7178
7179 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * progmodes/compile.el (compilation-parse-errors):
7182 Use compilation--put-prop.
7183 (compilation--ensure-parse): Check compilation-multiline.
7184
7185 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7186
7187 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7188 lexical-binding.
7189
7190 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7191
7192 * progmodes/ruby-mode.el: Fix recently added tests.
7193 (ruby-smie-grammar): Add - and +.
7194 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7195 (ruby-smie--backward-id): New functions.
7196 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7197 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7198 any more.
7199
7200 2013-10-07 Leo Liu <sdl.web@gmail.com>
7201
7202 * register.el (register-preview-delay)
7203 (register-preview-functions): New variables.
7204 (register-read-with-preview, register-preview)
7205 (register-describe-oneline): New functions.
7206 (point-to-register, window-configuration-to-register)
7207 (frame-configuration-to-register, jump-to-register)
7208 (number-to-register, view-register, insert-register)
7209 (copy-to-register, append-to-register, prepend-to-register)
7210 (copy-rectangle-to-register): Use register-read-with-preview to
7211 read register. (Bug#15525)
7212
7213 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7214
7215 * net/network-stream.el (network-stream-open-starttls): Don't add
7216 --insecure if it's already present, because that gnutls-cli
7217 rejects getting that parameter twice.
7218
7219 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7220
7221 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7222 keyword, too.
7223
7224 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7225
7226 * newcomment.el (comment-use-global-state): Change default value
7227 to t, mark obsolete (Bug#15251).
7228 (comment-beginning): In addition to `comment-to-syntax', check the
7229 value of `comment-use-global-state'.
7230
7231 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7232
7233 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7234 (ruby-comment-column): Follow the global default, by default.
7235 (ruby-smie-grammar): Add assignment syntax.
7236 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7237 open-paren, a comma, or a \.
7238 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7239 and line continuations.
7240 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7241 followed by implicit semi-colons. Add rule for string concatenation
7242 and for indentation at BOB.
7243 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7244
7245 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7246 calling next-sexp, since next-token may have skipped chars which
7247 next-sexp doesn't know should be skipped!
7248
7249 2013-10-05 Leo Liu <sdl.web@gmail.com>
7250
7251 * progmodes/octave.el (octave-send-region):
7252 Call compilation-forget-errors.
7253
7254 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7255
7256 * vc/vc-svn.el (vc-svn-find-admin-dir):
7257 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7258 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7259 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7260 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7261
7262 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7263
7264 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7265
7266 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * subr.el (read-passwd): Hide chars even when called within a context
7269 where after-change-functions is disabled (bug#15501).
7270 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7271 until we removed ourself from overriding-terminal-local-map.
7272
7273 2013-10-04 Leo Liu <sdl.web@gmail.com>
7274
7275 * progmodes/octave.el (inferior-octave-mode):
7276 Call compilation-forget-errors.
7277
7278 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7279
7280 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7281
7282 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7283
7284 * net/secrets.el (secrets-create-collection): Add optional
7285 argument ALIAS. Use proper Label keyword. Append ALIAS as
7286 dbus-call-method argument. (Bug#15516)
7287
7288 2013-10-04 Leo Liu <sdl.web@gmail.com>
7289
7290 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7291 (inferior-octave-compilation-font-lock-keywords): New variables.
7292 (compilation-error-regexp-alist)
7293 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7294 (inferior-octave-mode): Use compilation-shell-minor-mode.
7295
7296 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7297
7298 * minibuffer.el (completion--replace): Be careful that `end' might be
7299 a marker.
7300
7301 2013-10-03 Daiki Ueno <ueno@gnu.org>
7302
7303 Add support for package signature checking.
7304 * emacs-lisp/package.el (url-http-file-exists-p)
7305 (epg-make-context, epg-context-set-home-directory)
7306 (epg-verify-string, epg-context-result-for)
7307 (epg-signature-status, epg-signature-to-string)
7308 (epg-check-configuration, epg-configuration)
7309 (epg-import-keys-from-file): Declare.
7310 (package-check-signature): New user option.
7311 (package-unsigned-archives): New user option.
7312 (package-desc): Add `signed' field.
7313 (package-load-descriptor): Set `signed' field if .signed file exists.
7314 (package--archive-file-exists-p): New function.
7315 (package--check-signature): New function.
7316 (package-install-from-archive): Check package signature.
7317 (package--download-one-archive): Check archive signature.
7318 (package-delete): Remove .signed file.
7319 (package-import-keyring): New command.
7320 (package-refresh-contents): Import default keyring.
7321 (package-desc-status): Add "unsigned" status.
7322 (describe-package-1, package-menu--print-info)
7323 (package-menu-mark-delete, package-menu--find-upgrades)
7324 (package-menu--status-predicate): Support "unsigned" status.
7325
7326 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7329 the new compilation scheme using the new byte-codes.
7330
7331 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7332 (byte-pophandler): New byte codes.
7333 (byte-goto-ops): Adjust accordingly.
7334 (byte-compile--use-old-handlers): New var.
7335 (byte-compile-catch): Use new byte codes depending on
7336 byte-compile--use-old-handlers.
7337 (byte-compile-condition-case--old): Rename from
7338 byte-compile-condition-case.
7339 (byte-compile-condition-case--new): New function.
7340 (byte-compile-condition-case): New function that dispatches depending
7341 on byte-compile--use-old-handlers.
7342 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
7343 when we can.
7344
7345 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7346 Optimize under `condition-case' and `catch' if
7347 byte-compile--use-old-handlers is nil.
7348 (disassemble-offset): Handle new bytecodes.
7349
7350 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7351
7352 * subr.el (error): Use `declare'.
7353 (decode-char, encode-char): Use advertised-calling-convention instead
7354 of the docstring to discourage use of the `restriction' arg.
7355
7356 2013-10-03 Daiki Ueno <ueno@gnu.org>
7357
7358 * epg.el (epg-verify-file): Add a comment saying that it does not
7359 notify verification error as a return value nor a signal.
7360 (epg-verify-string): Ditto.
7361
7362 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
7363
7364 * progmodes/compile.el (compilation-start): Try globbing the arg to
7365 `cd' (bug#15417).
7366
7367 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
7368
7369 Sync with Tramp 2.2.8.
7370
7371 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
7372 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
7373 * net/trampver.el: Update release number.
7374
7375 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
7376
7377 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7378 and default-process-coding-system for darwin only.
7379
7380 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
7381
7382 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
7383
7384 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
7385
7386 * vc/vc-git.el (vc-git-grep): Disable pager.
7387
7388 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
7389
7390 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
7391 Use :url instead of :homepage, as per
7392 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
7393
7394 * newcomment.el (comment-beginning): When `comment-use-syntax' is
7395 non-nil, use `syntax-ppss' (Bug#15251).
7396
7397 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7398
7399 * progmodes/octave.el (inferior-octave-startup-file):
7400 Prefer ~/.emacs.d/init_octave.m.
7401
7402 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
7403
7404 * emacs-lisp/package.el (package-desc-from-define):
7405 Accept additional arguments as plist, convert them to an alist and store
7406 them in the `extras' slot.
7407 (package-generate-description-file): Convert extras alist back to
7408 plist and append to the `define-package' form arguments.
7409 (package--alist-to-plist): New function.
7410 (package--ac-desc): Add `extras' slot.
7411 (package--add-to-archive-contents): Check if the archive-contents
7412 vector is long enough, and if it is, pass its `extras' slot value
7413 to `package-desc-create'.
7414 (package-buffer-info): Call `lm-homepage', pass the returned value
7415 to `package-desc-from-define'.
7416 (describe-package-1): Render the homepage button (Bug#13291).
7417
7418 * emacs-lisp/package-x.el (package-upload-buffer-internal):
7419 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
7420
7421 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
7422
7423 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
7424 and default-process-coding-system to utf-8-unix (Bug#15402).
7425
7426 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
7427
7428 * subr.el (looking-back): Do not recommend using looking-back.
7429
7430 2013-09-28 Alan Mackenzie <acm@muc.de>
7431
7432 Fix indentation/fontification of Java enum with "implements".
7433
7434 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
7435 regexp which matches "implements", etc., in Java.
7436 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
7437 specifier clauses coming after "enum".
7438 * progmodes/cc-fonts.el (c-font-lock-declarations)
7439 (c-font-lock-enum-tail): Check for extra specifier clauses coming
7440 after "enum".
7441
7442 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
7443
7444 * faces.el (region): Change ns_selection_color to
7445 ns_selection_fg_color, add ns_selection_bg_color.
7446
7447 2013-09-28 Leo Liu <sdl.web@gmail.com>
7448
7449 * progmodes/octave.el (inferior-octave-completion-table)
7450 (inferior-octave-completion-at-point): Minor tweaks.
7451
7452 * textmodes/ispell.el (ispell-lookup-words): Rename from
7453 lookup-words. (Bug#15460)
7454 (lookup-words): Obsolete.
7455 (ispell-complete-word, ispell-command-loop): All uses changed.
7456
7457 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7458
7459 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
7460 (octave-mode-menu): Add octave-send-buffer.
7461 (octave-send-buffer): New function.
7462
7463 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7464
7465 * progmodes/octave.el (octave-mode-map): Add key binding for
7466 octave-lookfor.
7467 (octave-mode-menu): Add octave-lookfor.
7468 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
7469 octave-lookfor.
7470 (octave-lookfor): New function.
7471
7472 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
7475 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
7476 its convention.
7477 (cl--loop-set-iterator-function): New function.
7478 (cl-loop): Adjust accordingly, so as not to use cl-subst.
7479 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
7480 Bind `it' with `let' instead of substituting it with `cl-subst'.
7481 (cl--unused-var-p): New function.
7482 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
7483 Eliminate some unused variable warnings (bug#15326).
7484
7485 2013-09-27 Tassilo Horn <tsdh@gnu.org>
7486
7487 * doc-view.el (doc-view-scale-reset): Rename from
7488 `doc-view-reset-zoom-level'.
7489 (doc-view-scale-adjust): New command.
7490 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
7491 `doc-view-scale-adjust'.
7492
7493 2013-09-26 Tassilo Horn <tsdh@gnu.org>
7494
7495 * doc-view.el (doc-view-reset-zoom-level): New command.
7496 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
7497 zoom commands (bug#15466).
7498
7499 2013-09-26 Kenichi Handa <handa@gnu.org>
7500
7501 * international/quail.el (quail-help): Make it not a command.
7502
7503 2013-09-26 Leo Liu <sdl.web@gmail.com>
7504
7505 * minibuffer.el (completion-all-sorted-completions): Make args
7506 optional as they are.
7507
7508 2013-09-25 Daniel Colascione <dancol@dancol.org>
7509
7510 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
7511 specs are and that they're not evaluated.
7512
7513 2013-09-24 Sam Steingold <sds@gnu.org>
7514
7515 * midnight.el (clean-buffer-list-kill-regexps)
7516 (clean-buffer-list-kill-buffer-names): Update for the new Man
7517 buffer naming which includes the object name.
7518
7519 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
7520
7521 * eshell/esh-cmd.el (eshell--sep-terms): New var.
7522 (eshell-parse-command, eshell-parse-pipeline): Use it since
7523 eshell-separate-commands requires a dynamic scoped var.
7524 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
7525
7526 2013-09-23 Leo Liu <sdl.web@gmail.com>
7527
7528 * autoinsert.el (auto-insert-alist): Make the value of
7529 lexical-binding match its file setting.
7530
7531 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
7532
7533 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
7534
7535 * autoarg.el (autoarg-kp-digit-argument):
7536 * electric.el (Electric-command-loop):
7537 * kmacro.el (kmacro-step-edit-insert):
7538 Do not set universal-argument-num-events.
7539
7540 2013-09-22 Leo Liu <sdl.web@gmail.com>
7541
7542 * files.el (interpreter-mode-alist): Add octave.
7543
7544 2013-09-21 Alan Mackenzie <acm@muc.de>
7545
7546 C++: fontify identifier in declaration following "public:" correctly.
7547 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
7548 to match "public", etc.
7549 (c-decl-prefix-re): Add ":" into the C++ value.
7550 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
7551 bit. Add a check for a ":" preceded by "public", etc.
7552
7553 2013-09-21 Eli Zaretskii <eliz@gnu.org>
7554
7555 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
7556 recognized by GDB 7.5 and later.
7557
7558 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
7559
7560 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
7561
7562 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * subr.el (internal--call-interactively): New const.
7565 (called-interactively-p): Use it (bug#3984).
7566
7567 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
7568
7569 * vc/pcvs.el (cvs-mode-ignore):
7570 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
7571 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
7572
7573 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
7576 (eshell-ls-orig-insert-directory): Remove.
7577 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
7578 (eshell-ls-use-in-dired): Use advice-add/remove.
7579 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
7580 Add `orig-fun' arg for use in :around advice.
7581 Make it check (redundantly) eshell-ls-use-in-dired.
7582
7583 2013-09-19 Glenn Morris <rgm@gnu.org>
7584
7585 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
7586
7587 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
7588
7589 * emacs-lisp/eieio.el (class-parent): Undo previous change.
7590
7591 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
7592
7593 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
7594 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
7595 (tramp-get-remote-python): New defuns.
7596 (tramp-get-remote-uid-with-perl)
7597 (tramp-get-remote-gid-with-perl): New defuns. Perl code
7598 contributed by yary <not.com@gmail.com> (tiny change).
7599 (tramp-get-remote-uid-with-python)
7600 (tramp-get-remote-gid-with-python): New defuns. Python code
7601 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
7602 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
7603
7604 2013-09-19 Glenn Morris <rgm@gnu.org>
7605
7606 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
7607
7608 * eshell/em-unix.el (eshell-remove-entries):
7609 Rename argument to avoid name-clash with global `top-level'.
7610
7611 * eshell/esh-proc.el (eshell-kill-process-function):
7612 Remove eshell-reset-after-proc from eshell-kill-hook if present.
7613 (eshell-reset-after-proc): Remove unused arg `proc'.
7614
7615 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
7616 (directory-files-and-attributes): Mark unused arg.
7617
7618 * eshell/em-unix.el (eshell-remove-entries):
7619 Remove unused arg `path'. Update callers.
7620
7621 * eshell/em-hist.el (eshell-hist-parse-arguments):
7622 Remove unused arg `silent'. Update callers.
7623
7624 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
7625 Fix (f)boundp mix-up.
7626
7627 * eshell/em-smart.el (eshell-smart-scroll-window)
7628 (eshell-disable-after-change):
7629 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
7630
7631 2013-09-18 Alan Mackenzie <acm@muc.de>
7632
7633 Fix fontification of type when followed by "const".
7634 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
7635 "known" types from fontification.
7636
7637 2013-09-18 Glenn Morris <rgm@gnu.org>
7638
7639 * emacs-lisp/chart.el (x-display-color-cells): Declare.
7640 (chart-face-list): Drop Emacsen without display-color-p.
7641
7642 * net/eww.el (libxml-parse-html-region): Declare.
7643 (eww-display-html): Explicit error if no libxml2 support.
7644
7645 * doc-view.el (doc-view-mode): Silence --without-x compilation.
7646
7647 * image.el (image-type-from-buffer, image-multi-frame-p):
7648 Remove --without-x warning/error.
7649
7650 * mouse.el (mouse-yank-primary):
7651 * term.el (term-mouse-paste):
7652 Reorder to silence --without-x compilation.
7653
7654 * mpc.el (doc-view-mode): Silence --without-x compilation.
7655
7656 * mail/rmailmm.el (rmail-mime-set-bulk-data):
7657 Silence --without-x compilation.
7658
7659 * progmodes/gud.el (gud-find-file, gud-mode):
7660 Silence --without-x compilation.
7661 (tooltip-mode): Declare.
7662
7663 * wdired.el (dired-backup-overwrite): Remove declaration.
7664 (wdired-mode-map): Add doc string.
7665
7666 * custom.el (x-get-resource): Declare.
7667
7668 * eshell/em-glob.el (ange-cache):
7669 * eshell/em-unix.el (ange-cache): Declare.
7670
7671 * faces.el (x-display-list, x-open-connection, x-get-resource):
7672 Declare.
7673
7674 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
7675 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
7676 Declare.
7677
7678 * frame.el (x-display-grayscale-p, x-display-name): Declare.
7679
7680 * net/gnutls.el (gnutls-log-level): Declare.
7681
7682 * net/shr.el (image-size, image-animate): Declare.
7683
7684 * simple.el (font-info): Declare.
7685
7686 * subr.el (x-popup-dialog): Declare.
7687
7688 * term/common-win.el (x-select-enable-primary)
7689 (x-last-selected-text-primary, x-last-selected-text-clipboard):
7690 Declare.
7691
7692 * term/ns-win.el (x-handle-args): Declare.
7693
7694 * term/x-win.el (x-select-enable-clipboard): Declare.
7695
7696 * term/w32-win.el (create-default-fontset): Declare.
7697
7698 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
7699 Declare.
7700
7701 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
7702 (fit-frame-to-buffer): Explicit error if --without-x.
7703 (mouse-autoselect-window-select): Silence compiler.
7704
7705 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
7706
7707 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
7708 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
7709 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
7710 * eshell/esh-util.el (eshell-sublist):
7711 Remove unused local variables.
7712
7713 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
7714
7715 * textmodes/two-column.el: Make 2C-split work for --without-x.
7716 (scroll-bar-columns): Autoload.
7717 (top-level): Require fringe when compiling.
7718
7719 2013-09-18 Leo Liu <sdl.web@gmail.com>
7720
7721 * subr.el (add-hook): Robustify to handle closure as well.
7722
7723 2013-09-17 Glenn Morris <rgm@gnu.org>
7724
7725 * simple.el (messages-buffer-mode-map): Unbind "g".
7726
7727 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * help-mode.el (help-mode-finish): Use derived-mode-p.
7730 Remove obsolete highlighting.
7731
7732 * play/life.el (life-mode): Use define-derived-mode. Derive from
7733 special-mode.
7734 (life): Let-bind inhibit-read-only.
7735 (life-setup): Avoid `setq'. Use `life-mode'.
7736
7737 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
7738 which should not be needed any more.
7739 (package-menu-refresh, package-menu-describe-package): Use user-error.
7740
7741 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
7742 (eshell-post-rewrite-command-hook): Make obsolete.
7743 (eshell-parse-command): Simplify.
7744 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
7745 (eshell--cmd): Declare.
7746 (eshell-parse-pipeline): Remove unused var `final-p'.
7747 Pass a dynvar to eshell-post-rewrite-command-hook.
7748 Implement the new eshell-post-rewrite-command-function.
7749 (eshell-invoke-directly): Remove unused arg `input'.
7750 * eshell/esh-io.el (eshell-io-initialize):
7751 Use eshell-post-rewrite-command-function (bug#15399).
7752 (eshell--apply-redirections): Rename from eshell-apply-redirections;
7753 adjust to new calling convention.
7754 (eshell-create-handles): Rename args to avoid clashing with dynvar
7755 `standard-output'.
7756
7757 2013-09-17 Glenn Morris <rgm@gnu.org>
7758
7759 * simple.el (messages-buffer-mode): New major mode.
7760 (messages-buffer): New function.
7761 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
7762 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
7763 (ert-run-test): Use `messages-buffer' function.
7764 (ert--force-message-log-buffer-truncation): Ignore read-only.
7765 * help.el (view-echo-area-messages): Use `messages-buffer' function.
7766 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
7767
7768 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
7771
7772 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
7773
7774 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
7775
7776 * icomplete.el (icomplete-in-buffer): New var.
7777 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
7778 vars and replace them with functions.
7779 (icomplete-minibuffer-setup): Adjust accordingly.
7780 (icomplete--completion-table, icomplete--completion-predicate)
7781 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
7782 New functions.
7783 (icomplete-forward-completions, icomplete-backward-completions)
7784 (icomplete-simple-completing-p, icomplete-exhibit)
7785 (icomplete-completions): Use them.
7786 (icomplete--in-region-buffer): New var.
7787 (icomplete--in-region-setup): New function.
7788 (icomplete-mode): Use it.
7789
7790 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
7791 (bug#15379).
7792 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
7793 return args and options.
7794 (eshell-eval-using-options): Use the new return value of
7795 eshell--do-opts to set the options's vars in their scope.
7796 (eshell--set-option): Rename from eshell-set-option.
7797 Add arg `opt-vals'.
7798 (eshell--process-option): Rename from eshell-process-option.
7799 Add arg `opt-vals'.
7800 (eshell--process-args): Use an `opt-vals' alist to store the options's
7801 values during their processing and return them additionally to the
7802 remaining args.
7803
7804 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
7805
7806 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
7807 continuation character an operator, as far as indentation is
7808 concerned (Bug#15369).
7809
7810 2013-09-15 Martin Rudalics <rudalics@gmx.at>
7811
7812 * window.el (window--state-put-2): Don't process buffer state
7813 when buffer doesn't exist any more (Bug#15382).
7814
7815 2013-09-15 Glenn Morris <rgm@gnu.org>
7816
7817 * eshell/em-unix.el (eshell/rm):
7818 Make -f ignore missing files. (Bug#15373)
7819
7820 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
7821 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
7822 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
7823
7824 2013-09-14 Glenn Morris <rgm@gnu.org>
7825
7826 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
7827
7828 2013-09-13 Glenn Morris <rgm@gnu.org>
7829
7830 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
7831 (dired-guess-default): Make `file' available in the env. (Bug#15363)
7832
7833 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
7834
7835 * frame.el (x-focus-frame): Mark as declared in frame.c.
7836
7837 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
7838
7839 * ls-lisp.el: Use advice-add.
7840 (original-insert-directory): Remove.
7841 (ls-lisp--insert-directory): Rename from insert-directory; add
7842 `orig-fun' argument.
7843 (insert-directory): Advise.
7844
7845 2013-09-13 Eli Zaretskii <eliz@gnu.org>
7846
7847 * term.el (term-emulate-terminal): Decode the command string
7848 before passing it to term-command-hook. (Bug#15337)
7849
7850 2013-09-13 Glenn Morris <rgm@gnu.org>
7851
7852 * eshell/esh-util.el (ange-cache): Move declaration earlier.
7853
7854 * eshell/esh-ext.el (eshell-search-path): Declare.
7855
7856 * eshell/em-prompt.el (eshell/pwd): Autoload it.
7857 Otherwise an error occurs if eshell-dirs module not loaded.
7858
7859 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
7860
7861 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
7862
7863 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
7864 `tramp-check-proper-host'. Check for a valid method name.
7865
7866 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
7867 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
7868 * net/tramp-sh.el (tramp-maybe-open-connection):
7869 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
7870
7871 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
7872 also for hash values.
7873
7874 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7875
7876 * term/ns-win.el (parameters): Don't declare as dynamic.
7877 (before-make-frame-hook): Don't add ineffective function.
7878
7879 * eshell/*.el: Use lexical-binding (bug#15231).
7880
7881 2013-09-12 Kenichi Handa <handa@gnu.org>
7882
7883 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
7884
7885 2013-09-12 Glenn Morris <rgm@gnu.org>
7886
7887 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
7888 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
7889
7890 * subr.el (do-after-load-evaluation): Also give compiler warnings
7891 when obsolete files are used (except by obsolete files).
7892
7893 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
7894 in the status output, assume `filename' is the first. (Bug#15322)
7895
7896 * vc/vc.el (vc-deduce-fileset): Doc fix.
7897
7898 * calc/calc-help.el (Info-goto-node):
7899 * progmodes/cperl-mode.el (Info-find-node):
7900 * vc/ediff.el (Info-goto-node): Update declarations.
7901
7902 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
7903
7904 * vc/vc-bzr.el (vc-compilation-mode): Declare.
7905 (vc-bzr-pull): Require vc-dispatcher.
7906 * vc/vc-git.el (vc-compilation-mode): Declare.
7907 (vc-git-pull): Require vc-dispatcher.
7908
7909 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
7910
7911 * progmodes/octave.el (help-button-action): Declare.
7912
7913 * shell.el (shell-directory-tracker): Output error as a message
7914 rather than just returning it as a string.
7915 (shell-process-pushd): Remove useless use of message.
7916
7917 * dframe.el (dframe-timer-fn):
7918 * files.el (dir-locals-read-from-file):
7919 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
7920 (mpc-format):
7921 * reveal.el (reveal-post-command):
7922 * saveplace.el (load-save-place-alist-from-file):
7923 * shell.el (shell-resync-dirs):
7924 * w32-common-fns.el (x-get-selection-value):
7925 * emacs-lisp/copyright.el (copyright-find-copyright):
7926 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
7927 * emulation/tpu-edt.el (tpu-copy-keyfile):
7928 * play/bubbles.el (bubbles--mark-neighbourhood):
7929 * progmodes/executable.el
7930 (executable-make-buffer-file-executable-if-script-p):
7931 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
7932
7933 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 Cleanup Eshell to rely less on dynamic scoping.
7936 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
7937 last-value, and ext-command here. Bind `args' closer to `body'.
7938 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
7939 (eshell--args): Declare new dynamic var.
7940 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
7941 last-value, and ext-command. Pass `args' to `body'.
7942 (eshell-process-args): Bind eshell--args.
7943 (eshell-set-option): Use eshell--args.
7944 * eshell/eshell.el (eshell): Use derived-mode-p.
7945 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
7946 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
7947 (eshell-glob-function): Declare.
7948 * eshell/esh-util.el: Require cl-lib.
7949 (eshell-read-hosts-file): Avoid add-to-list.
7950 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
7951 `err'.
7952 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
7953 Declare.
7954 (eshell/diff): Remove unused var `err'.
7955 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
7956 `killflag'.
7957 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
7958 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
7959 first use.
7960 * eshell/em-glob.el (eshell-glob-matches, message-shown):
7961 Move declaration before first use.
7962 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
7963 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
7964 rely on cl-return.
7965
7966 2013-09-12 Glenn Morris <rgm@gnu.org>
7967
7968 * term/ns-win.el (global-map): Remove binding for ispell-next,
7969 deleted 1999-05-29. (Bug#15357)
7970
7971 2013-09-11 Glenn Morris <rgm@gnu.org>
7972
7973 * echistory.el (electric-command-history): Remove call to deleted func.
7974
7975 * play/landmark.el (landmark-mode): Fix typos.
7976
7977 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
7978 Check cvs-sort-ignore-file is bound.
7979
7980 * savehist.el: No need for cl when compiling on Emacs.
7981
7982 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7983
7984 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
7985 (bug#15338).
7986 (eshell-self-insert-command, eshell-send-invisible):
7987 Remove unused argument.
7988 (eshell-handle-control-codes): Remove unused var `orig'.
7989 Avoid delete-backward-char.
7990
7991 * files.el (set-auto-mode): Simplify a bit further.
7992
7993 2013-09-11 Glenn Morris <rgm@gnu.org>
7994
7995 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
7996 (set-auto-mode): Don't regexp-quote elements.
7997 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
7998 * progmodes/cc-mode.el (interpreter-mode-alist):
7999 * progmodes/ruby-mode.el (interpreter-mode-alist):
8000 Revert previous change.
8001
8002 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8003
8004 * play/snake.el (snake-mode):
8005 * play/mpuz.el (mpuz-mode):
8006 * play/landmark.el (lm-mode):
8007 * play/blackbox.el (blackbox-mode):
8008 * play/5x5.el (5x5-mode):
8009 * obsolete/options.el (Edit-options-mode):
8010 * net/quickurl.el (quickurl-list-mode):
8011 * net/newst-treeview.el (newsticker-treeview-mode):
8012 * mail/rmailsum.el (rmail-summary-mode):
8013 * mail/mspools.el (mspools-mode):
8014 * locate.el (locate-mode):
8015 * ibuffer.el (ibuffer-mode):
8016 * emulation/ws-mode.el (wordstar-mode):
8017 * emacs-lisp/debug.el (debugger-mode):
8018 * array.el (array-mode):
8019 * net/eudc.el (eudc-mode): Use define-derived-mode.
8020 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8021 Move initialization into declaration.
8022 (mairix-searches-mode): Use define-derived-mode.
8023 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8024 (eudc-edit-hotlist): Use dolist.
8025 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8026 (Man-mode): Use define-derived-mode.
8027 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8028 (Info-edit-mode): Use define-derived-mode.
8029 (Info-cease-edit): Use Info-mode.
8030 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8031 into declaration.
8032 (eshell-mode): Use define-derived-mode.
8033 * chistory.el (command-history-mode-map): Rename from
8034 command-history-map.
8035 (command-history-mode): Use define-derived-mode.
8036 (Command-history-setup): Remove function.
8037 * calc/calc.el (calc-trail-mode-map): New var.
8038 (calc-trail-mode): Use define-derived-mode.
8039 (calc-trail-buffer): Set calc-main-buffer manually.
8040 * bookmark.el (bookmark-insert-annotation): New function.
8041 (bookmark-edit-annotation): Use it.
8042 (bookmark-edit-annotation-mode): Make it a proper major mode.
8043 (bookmark-send-edited-annotation): Use derived-mode-p.
8044 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8045 closer to its ideal place. Use \' to match EOS.
8046
8047 * profiler.el (profiler-calltree-find): Use function-equal.
8048
8049 2013-09-10 Glenn Morris <rgm@gnu.org>
8050
8051 * files.el (interpreter-mode-alist): Convert to regexps.
8052 (set-auto-mode): Adapt for this. (Bug#15306)
8053 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8054 Comment out unused variable.
8055 * progmodes/cc-mode.el (interpreter-mode-alist):
8056 * progmodes/python.el (interpreter-mode-alist):
8057 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8058 * progmodes/sh-script.el (sh-set-shell):
8059 No longer use interpreter-mode-alist to get list of shells.
8060
8061 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8062
8063 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * simple.el: Use set-temporary-overlay-map for universal-argument.
8066 (universal-argument-map): Don't use default-bindings (bug#15317).
8067 Bind switch-frame explicitly. Replace universal-argument-minus with
8068 a conditional binding.
8069 (universal-argument-num-events, saved-overriding-map): Remove.
8070 (restore-overriding-map): Remove.
8071 (universal-argument--mode): Rename from save&set-overriding-map,
8072 and rewrite.
8073 (universal-argument, universal-argument-more, negative-argument)
8074 (digit-argument): Adjust accordingly.
8075 (universal-argument-minus): Remove.
8076 (universal-argument-other-key): Remove.
8077
8078 * subr.el (with-demoted-errors): Add `format' argument.
8079
8080 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8081
8082 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8083 `tramp-cleanup-connection'.
8084
8085 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8086 parameters KEEP-DEBUG and KEEP-PASSWORD.
8087
8088 * net/tramp.el (tramp-file-name-handler):
8089 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8090 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8091 (tramp-maybe-open-connection):
8092 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8093 Use `tramp-cleanup-connection'.
8094
8095 * net/tramp-sh.el (tramp-maybe-open-connection):
8096 Catch 'uname-changed inside the progress reporter.
8097
8098 2013-09-10 Glenn Morris <rgm@gnu.org>
8099
8100 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8101
8102 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8103 returns "alternate access method" in mode (eg "-rw-r--r--.").
8104
8105 2013-09-08 Glenn Morris <rgm@gnu.org>
8106
8107 * saveplace.el (load-save-place-alist-from-file):
8108 Demote errors. (Bug#15305)
8109
8110 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8111
8112 Improve compatibility with older Emacsen, and XEmacs.
8113
8114 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8115 only if it is bound. It isn't for XEmacs.
8116 (with-tramp-progress-reporter): Do not let-bind `result'.
8117 This yields to scoping errors in XEmacs.
8118 (tramp-handle-make-auto-save-file-name): New function, moved from
8119 tramp-sh.el.
8120
8121 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8122 for `make-auto-save-file-name'.
8123 (tramp-adb--gnu-switches-to-ash):
8124 Use `tramp-compat-replace-regexp-in-string'.
8125
8126 * net/tramp-cache.el (tramp-cache-print): Call
8127 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8128
8129 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8130 bound. It isn't for XEmacs.
8131
8132 * net/tramp-compat.el (tramp-compat-copy-file):
8133 Catch `wrong-number-of-arguments' error.
8134 (tramp-compat-replace-regexp-in-string): New defun.
8135
8136 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8137 for `make-auto-save-file-name'.
8138 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8139 `copy-file'.
8140 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8141 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8142 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8143
8144 * net/tramp-gw.el (tramp-gw-open-network-stream):
8145 Use `tramp-compat-replace-regexp-in-string'.
8146
8147 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8148 Call `tramp-handle-make-auto-save-file-name'.
8149 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8150 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8151 (tramp-sh-file-inotifywait-process-filter):
8152 Use `tramp-compat-replace-regexp-in-string'.
8153 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8154
8155 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8156 for `make-auto-save-file-name'.
8157 (tramp-smb-handle-copy-directory):
8158 Call `tramp-compat-replace-regexp-in-string'.
8159 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8160 (tramp-smb-handle-copy-file): Improve error message.
8161 (tramp-smb-handle-rename-file): Rename directly only in case
8162 `newname' does not exist yet. This is a restriction of smbclient.
8163 (tramp-smb-maybe-open-connection): Rerun the function only when
8164 `auth-sources' is non-nil.
8165
8166 2013-09-08 Kenichi Handa <handa@gnu.org>
8167
8168 * international/characters.el: Set category "^" (Combining) for
8169 more characters.
8170
8171 2013-09-07 Alan Mackenzie <acm@muc.de>
8172
8173 Correctly fontify Java class constructors.
8174 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8175 in Java Mode.
8176 (c-recognize-typeless-decls): Set the Java value to t.
8177 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8178 While handling a "(", add a check for, effectively, Java, and handle a
8179 "typeless" declaration there.
8180
8181 2013-09-07 Roland Winkler <winkler@gnu.org>
8182
8183 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8184 field subtitle for entry type book.
8185
8186 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8187
8188 * minibuffer.el: Make minibuffer-complete call completion-in-region
8189 rather than other way around.
8190 (completion--some, completion-pcm--find-all-completions):
8191 Don't delay signals when debugging.
8192 (minibuffer-completion-contents): Beware fields within the
8193 minibuffer contents.
8194 (completion-all-sorted-completions): Use defvar-local.
8195 (completion--do-completion, completion--cache-all-sorted-completions)
8196 (completion-all-sorted-completions, minibuffer-force-complete):
8197 Add args `beg' and `end'.
8198 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8199 (minibuffer-complete): Use completion-in-region.
8200 (completion-complete-and-exit): New fun, extracted from
8201 minibuffer-complete-and-exit.
8202 (minibuffer-complete-and-exit): Use it.
8203 (completion--complete-and-exit): Rename from
8204 minibuffer--complete-and-exit.
8205 (completion-in-region--single-word): New function, extracted from
8206 minibuffer-complete-word.
8207 (minibuffer-complete-word): Use it.
8208 (display-completion-list): Make `common-substring' argument obsolete.
8209 (completion--in-region): Call completion--in-region-1 instead of
8210 minibuffer-complete.
8211 (completion-help-at-point): Pass boundaries to
8212 minibuffer-completion-help as args rather than via an overlay.
8213 (completion-pcm--string->pattern): Use `any-delim'.
8214 (completion-pcm--optimize-pattern): New function.
8215 (completion-pcm--pattern->regex): Handle `any-delim'.
8216 * icomplete.el (icomplete-forward-completions)
8217 (icomplete-backward-completions, icomplete-completions):
8218 Adjust calls to completion-all-sorted-completions and
8219 completion--cache-all-sorted-completions.
8220 (icomplete-with-completion-tables): Default to t.
8221 * emacs-lisp/crm.el (crm--current-element): Rename from
8222 crm--select-current-element. Don't put an overlay but return the
8223 boundaries instead.
8224 (crm--completion-command): Take two new args to bind to the boundaries.
8225 (crm-completion-help): Adjust accordingly.
8226 (crm-complete): Use completion-in-region.
8227 (crm-complete-word): Use completion-in-region--single-word.
8228 (crm-complete-and-exit): Use completion-complete-and-exit.
8229
8230 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8233 than dynamically.
8234
8235 2013-09-06 Juri Linkov <juri@jurta.org>
8236
8237 * info.el (Info-display-images-node): When image file doesn't exist
8238 display text version of the image if it's provided in the Info file.
8239 Otherwise, display the location of missing image from SRC attribute.
8240 Add help-echo text property from ALT attribute. (Bug#15279)
8241
8242 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8245 (edit-abbrevs-mode): Use define-derived-mode.
8246
8247 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8248 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8249 that it's defined.
8250 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8251 Use define-derived-mode.
8252
8253 * epg.el (epg-start-encrypt): Minor CSE simplification.
8254
8255 2013-09-06 William Xu <william.xwl@gmail.com>
8256
8257 * arc-mode.el: Add support for 7za (bug#15264).
8258 (archive-7z-program): New var.
8259 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8260 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8261 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8262
8263 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8264
8265 Remove URL syntax.
8266
8267 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8268 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8269 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8270 (tramp-postfix-host-format, tramp-file-name-regexp)
8271 (tramp-completion-file-name-regexp)
8272 (tramp-completion-dissect-file-name)
8273 (tramp-handle-substitute-in-file-name): Remove 'url case.
8274 (tramp-file-name-regexp-url)
8275 (tramp-completion-file-name-regexp-url): Remove constants.
8276
8277 2013-09-06 Glenn Morris <rgm@gnu.org>
8278
8279 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8280
8281 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8282
8283 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8284 keywords" below "here-doc beginnings" (Bug#15270).
8285
8286 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * subr.el (pop): Use `car-safe'.
8289 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8290 to detect unused `pop' return value.
8291
8292 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8293 var `block-regexp'.
8294 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8295 (python-fill-string): Remove unused var `marker'.
8296 (python-skeleton-add-menu-items): Remove unused var `items'.
8297
8298 * international/mule-cmds.el: Require CL.
8299 (find-coding-systems-for-charsets): Avoid add-to-list.
8300 (sanitize-coding-system-list): New function, extracted from
8301 select-safe-coding-system-interactively.
8302 (select-safe-coding-system-interactively): Use it.
8303 (read-input-method-name): Accept symbols for `default'.
8304
8305 * emacs-lisp/advice.el (defadvice): Add indent rule.
8306
8307 2013-09-05 Daniel Hackney <dan@haxney.org>
8308
8309 * dired-x.el:
8310 * net/ange-ftp.el:
8311 * net/browse-url.el:
8312 * net/dbus.el:
8313 * net/eudc.el:
8314 * net/eudcb-ldap.el:
8315 * net/eww.el:
8316 * net/imap.el:
8317 * printing.el:
8318 * vc/ediff-diff.el:
8319 * vc/ediff-init.el:
8320 * vc/ediff-merg.el:
8321 * vc/ediff-mult.el:
8322 * vc/ediff-util.el:
8323 * vc/ediff-wind.el:
8324 * vc/ediff.el:
8325 * vc/emerge.el:
8326 * vc/pcvs.el:
8327 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8328 byte compiler. Remove some unused let-bound variables.
8329
8330 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8331
8332 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8333 a "ref-cell", since it gets better optimized (bug#14883).
8334
8335 2013-09-05 Glenn Morris <rgm@gnu.org>
8336
8337 * progmodes/cc-awk.el (c-forward-sws): Declare.
8338
8339 2013-09-04 Glenn Morris <rgm@gnu.org>
8340
8341 * generic-x.el [rul-generic-mode]: Require cc-mode.
8342 (c++-mode-syntax-table): Declare.
8343 (rul-generic-mode-syntax-table): Init in the defvar.
8344
8345 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
8346
8347 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
8348 (vc-do-command, vc-set-async-update):
8349 * vc/vc-mtn.el (vc-mtn-dir-status):
8350 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
8351 (vc-hg-pull, vc-hg-merge-branch):
8352 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
8353 (vc-git-merge-branch):
8354 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
8355 (vc-cvs-dir-status-files):
8356 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
8357 (vc-bzr-dir-status-files):
8358 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
8359 * vc/vc-annotate.el: Use lexical-binding.
8360 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
8361 (vc-sentinel-movepoint): Declare.
8362 (vc-annotate): Don't use `goto-line'.
8363 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
8364 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
8365 (vc-sentinel-movepoint): Declare.
8366 * vc/vc-svn.el: Use lexical-binding.
8367 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
8368 * vc/vc-sccs.el:
8369 * vc/vc-rcs.el: Use lexical-binding.
8370
8371 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
8372 `deleted'. Don't drop errors silently.
8373
8374 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
8375
8376 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
8377
8378 * vc/vc.el (vc-ignore): Rewrite.
8379 (vc-default-ignore): New function.
8380 (vc-default-ignore-completion-table): Use find-ignore-file.
8381
8382 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
8383 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
8384 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
8385 Remove. Most code moved to vc.el.
8386
8387 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
8390 * net/tramp-smb.el (tramp-smb-get-file-entries):
8391 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
8392 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
8393
8394 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
8395 Update call to it.
8396 (eww-change-select): Remove unused var `properties'.
8397 (eww-make-unique-file-name): Remove unused var `base'.
8398
8399 * finder.el (finder-compile-keywords): Don't mess with windows.
8400
8401 * calculator.el (calculator-funcall): Fix typo in last change.
8402
8403 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
8404
8405 * emacs-lisp/package.el (package-activate-1): Don't let a missing
8406 <pkg>-autoloads.el file stop us.
8407
8408 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
8409 warnings, and factor out common code.
8410
8411 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
8412
8413 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
8414 two-character operators and whether the character preceding them
8415 changes their meaning (Bug#15208).
8416
8417 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8418
8419 Format code sent to Python shell for robustness.
8420 * progmodes/python.el (python-shell-buffer-substring):
8421 New function.
8422 (python-shell-send-region, python-shell-send-buffer): Use it.
8423
8424 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
8425
8426 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
8427 * net/tramp.el (tramp-user-error): ... here.
8428 (tramp-find-method, tramp-check-proper-host)
8429 (tramp-dissect-file-name, tramp-debug-message)
8430 (tramp-handle-shell-command):
8431 * net/tramp-adb.el (tramp-adb-handle-shell-command):
8432 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
8433
8434 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
8435
8436 2013-09-02 Martin Rudalics <rudalics@gmx.at>
8437
8438 * avoid.el (mouse-avoidance-point-position)
8439 (mouse-avoidance-too-close-p): Handle case where posn-at-point
8440 returns nil.
8441
8442 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
8443
8444 * progmodes/python.el (python-shell-completion-get-completions):
8445 Drop use of deleted `comint-last-prompt-overlay'.
8446 (python-nav-if-name-main): New command.
8447
8448 2013-09-01 Glenn Morris <rgm@gnu.org>
8449
8450 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
8451 Avoid leading space in $wins. Otherwise the sed command used by
8452 eg compile-main ends up containing "/*.el". (Bug#15170)
8453
8454 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
8455
8456 2013-08-30 Glenn Morris <rgm@gnu.org>
8457
8458 * emacs-lisp/bytecomp.el (byte-recompile-directory):
8459 Fix is-this-a-directory logic. (Bug#15220)
8460
8461 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * textmodes/css-mode.el: Use SMIE.
8464 (css-smie-grammar): New var.
8465 (css-smie--forward-token, css-smie--backward-token)
8466 (css-smie-rules): New functions.
8467 (css-mode): Use them.
8468 (css-navigation-syntax-table): Remove var.
8469 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
8470 (css-indent-calculate, css-indent-line): Remove functions.
8471
8472 Misc changes to reduce use of `(lambda...); and other cleanups.
8473 * cus-edit.el: Use lexical-binding.
8474 (customize-push-and-save, customize-apropos)
8475 (custom-buffer-create-internal): Use closures.
8476 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
8477 * progmodes/ada-xref.el: Use setq.
8478 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
8479 * dframe.el: Use lexical-binding.
8480 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
8481 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
8482 * descr-text.el: Use lexical-binding.
8483 (describe-text-widget, describe-text-sexp, describe-property-list):
8484 Use closures.
8485 * comint.el (comint-history-isearch-push-state): Use a closure.
8486 * calculator.el: Use lexical-binding.
8487 (calculator-number-to-string): Make it work with lexical-binding.
8488 (calculator-funcall): Same and use cl-letf.
8489
8490 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
8491 (lisp--company-doc-string, lisp--company-location): New functions.
8492 (lisp-completion-at-point): Use them to improve Company support.
8493
8494 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
8495 params of lambda expressions.
8496 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
8497 (ruby-smie--opening-pipe-p): New function.
8498 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
8499 symbols and matched |...| for formal params.
8500 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
8501 from being treated as hanging. Handle "rescue".
8502
8503 2013-08-29 Glenn Morris <rgm@gnu.org>
8504
8505 * progmodes/cc-engine.el (c-pull-open-brace):
8506 Move definition before use.
8507
8508 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
8511 are immutable. Don't use `unsafe' any more.
8512 (cl--defsubst-expand): Don't substitute at the same time as keeping
8513 a residual unused let-binding. Don't use `unsafe' any more.
8514
8515 2013-08-29 Glenn Morris <rgm@gnu.org>
8516
8517 * calendar/cal-china.el (calendar-chinese-year-cache):
8518 Recenter on 2015.
8519
8520 * nxml/nxml-util.el (nxml-debug-clear-inside):
8521 Use cl-loop rather than loop.
8522
8523 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
8524
8525 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
8526
8527 2013-08-28 Glenn Morris <rgm@gnu.org>
8528
8529 * progmodes/antlr-mode.el: No need to require cc-mode twice.
8530
8531 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
8532
8533 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
8534
8535 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * simple.el (repeat-complex-command--called-interactively-skip):
8538 New function.
8539 (repeat-complex-command): Use it (bug#14136).
8540
8541 * progmodes/cc-mode.el: Minor cleanup of var declarations.
8542 (c-define-abbrev-table): Add `doc' argument.
8543 (c-mode-abbrev-table, c++-mode-abbrev-table)
8544 (objc-mode-abbrev-table, java-mode-abbrev-table)
8545 (idl-mode-abbrev-table, pike-mode-abbrev-table)
8546 (awk-mode-abbrev-table): Use it.
8547 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
8548 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
8549 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
8550 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
8551 Move initialization into the declaration; and remove any
8552 autoload cookie.
8553
8554 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
8555 and dynamic let binding.
8556
8557 * vc/smerge-mode.el: Remove redundant :group args.
8558
8559 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
8560 to load-path.
8561
8562 2013-08-28 Juri Linkov <juri@jurta.org>
8563
8564 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
8565 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
8566 (isearch-other-meta-char): Handle an undefined shifted printing
8567 character by downshifting it. (Bug#15200)
8568
8569 2013-08-28 Juri Linkov <juri@jurta.org>
8570
8571 * isearch.el (isearch-search): Change regexp error message for
8572 non-regexp searches. (Bug#15166)
8573
8574 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
8575
8576 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
8577 for portability to hosts where /bin/sh has problems.
8578
8579 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
8580
8581 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
8582
8583 2013-08-27 Juri Linkov <juri@jurta.org>
8584
8585 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
8586 in the keyboard macro. (Bug#15126)
8587
8588 2013-08-27 Juri Linkov <juri@jurta.org>
8589
8590 * isearch.el (isearch-quote-char): Comment out converting unibyte
8591 to multibyte, thus syncing with its `quoted-insert' counterpart.
8592 (Bug#15166)
8593
8594 2013-08-27 Martin Rudalics <rudalics@gmx.at>
8595
8596 * window.el (display-buffer-use-some-window): Add missing
8597 argument in call of get-largest-window (Bug#15185).
8598 Reported by Stephen Leake.
8599
8600 2013-08-27 Glenn Morris <rgm@gnu.org>
8601
8602 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
8603
8604 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
8605
8606 * progmodes/python.el (python-font-lock-keywords): Don't return nil
8607 from a matcher-function unless there's no more matches (bug#15161).
8608
8609 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8610
8611 * minibuffer.el: Revert change from 2013-08-20.
8612
8613 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
8614 with text property `tramp-default', if appropriate.
8615 (tramp-check-proper-host): New defun.
8616 (tramp-dissect-file-name): Do not check hostname. Revert change
8617 of 2013-03-18.
8618 (tramp-backtrace): Make VEC-OR-PROC optional.
8619
8620 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8621 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8622 * net/tramp-sh.el (tramp-maybe-open-connection):
8623 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8624 Apply `tramp-check-proper-host'.
8625
8626 2013-08-26 Tassilo Horn <tsdh@gnu.org>
8627
8628 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
8629 lambda expression in order to have `describe-variable' display it.
8630
8631 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
8632
8633 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
8634 BUF can be optional. (Bug#15186)
8635
8636 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
8637
8638 * progmodes/flymake.el (flymake-get-real-file-name-function):
8639 Fix broken customization. (Bug#15184)
8640
8641 2013-08-25 Alan Mackenzie <acm@muc.de>
8642
8643 Improve indentation of bracelists defined by macros (without "=").
8644
8645 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
8646 expansion begins with "{", regard it as bracelist when it doesn't
8647 contain a ";".
8648
8649 Parse C++ inher-intro when there's a template split over 2 lines.
8650
8651 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
8652 rigorously the search for "class" etc. followed by ":".
8653
8654 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
8655 random languages a regexp which never matches rather than nil.
8656
8657 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
8658
8659 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
8660 (c-awk-regexp-one-line-possibly-open-char-list-re)
8661 (c-awk-one-line-possibly-open-regexp-re)
8662 (c-awk-one-line-non-syn-ws*-re): Remove.
8663 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
8664 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
8665 (c-awk-space*-unclosed-regexp-/-re): New constants.
8666 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
8667 aren't regexp delimiters.
8668
8669 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
8670 handling for a rare situation in AWK Mode involving unterminated
8671 strings/regexps.
8672
8673 2013-08-23 Glenn Morris <rgm@gnu.org>
8674
8675 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
8676
8677 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
8678
8679 * files.el (create-file-buffer): If the result would begin with
8680 spaces, prepend a "|" instead of removing them. (Bug#15162)
8681
8682 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
8683
8684 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
8685 text-properties (bug#15155).
8686
8687 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
8688 exist any more.
8689 (calc-keypad-redraw): Remove unused var `pad'.
8690 (calc-keypad-press): Remove unused var `menu'.
8691
8692 2013-08-23 Martin Rudalics <rudalics@gmx.at>
8693
8694 * window.el (display-buffer-pop-up-frame):
8695 Call pop-up-frame-function with BUFFER current so `make-frame' will
8696 use it as the new frame's buffer (Bug#15133).
8697
8698 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
8699
8700 * calendar/timeclock.el: Minor cleanups.
8701 (timeclock-ask-before-exiting, timeclock-use-display-time):
8702 Use `symbol'.
8703 (timeclock-modeline-display): Define as alias before the
8704 actual definition.
8705 (timeclock-mode-line-display): Use define-minor-mode.
8706 (timeclock-day-list-template): Make it a function, add an argument.
8707 (timeclock-day-list-required, timeclock-day-list-length)
8708 (timeclock-day-list-debt, timeclock-day-list-span)
8709 (timeclock-day-list-break): Adjust calls accordingly.
8710
8711 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
8714 Use read--expression so that completion works again.
8715
8716 2013-08-21 Sam Steingold <sds@gnu.org>
8717
8718 Add rudimentary inferior shell interaction
8719 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
8720 (sh-set-shell): Reset it.
8721 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
8722 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
8723
8724 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * align.el: Use lexical-binding.
8727 (align-region): Simplify accordingly.
8728
8729 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
8730
8731 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
8732
8733 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
8734 `non-essential' up.
8735
8736 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
8737
8738 * net/tramp.el:
8739 * net/tramp-adb.el:
8740 * net/tramp-cmds.el:
8741 * net/tramp-ftp.el:
8742 * net/tramp-gvfs.el:
8743 * net/tramp-gw.el:
8744 * net/tramp-sh.el: Don't wrap external variable declarations by
8745 `eval-when-compile'.
8746
8747 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8748
8749 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
8750 now that Emacs supports ImageMagick animations.
8751
8752 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
8753
8754 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
8755 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
8756
8757 2013-08-16 Martin Rudalics <rudalics@gmx.at>
8758
8759 * window.el (mouse-autoselect-window-select): Do autoselect when
8760 mouse pointer is on margin.
8761
8762 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
8763
8764 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
8765
8766 2013-08-16 Glenn Morris <rgm@gnu.org>
8767
8768 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
8769 Handle "Remote Directory" response of some clients. (Bug#15058)
8770
8771 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
8772 Tweak warning. (Bug#14926)
8773
8774 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
8775 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
8776
8777 * image-mode.el (image-mode-map): Add menu items to reverse,
8778 increase, decrease, reset animation speed.
8779 (image--set-speed, image-increase-speed, image-decrease-speed)
8780 (image-reverse-speed, image-reset-speed): New functions.
8781 (image-mode-map): Add bindings for speed commands.
8782
8783 * image.el (image-animate-get-speed, image-animate-set-speed):
8784 New functions.
8785 (image-animate-timeout): Respect image :speed property.
8786
8787 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
8790 previous line (bug#15101).
8791 (debugger-eval-expression, debugger-record-expression):
8792 Use read--expression (bug#15102).
8793
8794 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
8795
8796 Remove byte compiler warnings, visible when compiling with
8797 `byte-compile-force-lexical-warnings' set to t.
8798
8799 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
8800 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8801 (tramp-handle-unhandled-file-name-directory)
8802 (tramp-handle-file-notify-add-watch, tramp-action-login)
8803 (tramp-action-succeed, tramp-action-permission-denied)
8804 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
8805 arguments with "_".
8806
8807 * net/tramp-adb.el (tramp-adb-parse-device-names)
8808 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
8809 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
8810 (tramp-adb-handle-file-truename): Remove unused arguments.
8811
8812 * net/tramp-cache.el (tramp-flush-directory-property)
8813 (tramp-flush-connection-property, tramp-list-connections)
8814 (tramp-parse-connection-properties): Prefix unused arguments with "_".
8815
8816 * net/tramp-compat.el (tramp-compat-make-temp-file):
8817 Rename FILENAME to F.
8818
8819 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8820 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
8821 (tramp-zeroconf-parse-workstation-device-names)
8822 (tramp-zeroconf-parse-webdav-device-names)
8823 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
8824
8825 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8826 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
8827
8828 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
8829 arguments.
8830 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
8831 (tramp-sh-handle-insert-file-contents-literally)
8832 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
8833 with "_".
8834 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
8835 Remove unused variables.
8836
8837 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8838 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
8839 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
8840
8841 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
8842 Make them a defconst.
8843 (tramp-uuencode-region): Remove unused variable.
8844
8845 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
8846
8847 * frameset.el (frameset--prop-setter): New function.
8848 (frameset-prop): Add gv-setter declaration.
8849 (frameset-filter-minibuffer): Deal with the case that the minibuffer
8850 parameter was already set in FILTERED. Doc fix.
8851 (frameset--record-minibuffer-relationships): Allow saving a
8852 minibufferless frame without its corresponding minibuffer frame.
8853 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
8854 frame, if the frame id matches.
8855 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
8856 frames before orphaned ones.
8857 (frameset-restore): Warn about orphaned windows, instead of error out.
8858
8859 2013-08-14 Martin Rudalics <rudalics@gmx.at>
8860
8861 * window.el (window-make-atom): Don't overwrite parameter
8862 already present.
8863 (display-buffer-in-atom-window): Handle special case where we
8864 split an already atomic window.
8865 (window--major-non-side-window, display-buffer-in-side-window)
8866 (window--side-check): Ignore minibuffer window when walking
8867 window tree.
8868 (window-deletable-p): Return 'frame only if no other frame uses
8869 our minibuffer window.
8870 (record-window-buffer): Run buffer-list-update-hook.
8871 (split-window): Make sure window--check-frame won't destroy an
8872 existing atomic window in case the new window gets nested
8873 inside.
8874 (display-buffer-at-bottom): Ignore minibuffer window when
8875 walking window tree. Don't split a side window.
8876 (pop-to-buffer): Don't set-buffer here, the select-window call
8877 should do that.
8878 (mouse-autoselect-window-select): Autoselect only if we are in the
8879 text portion of the window.
8880
8881 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
8882
8883 * net/shr.el (shr-parse-image-data): New function to grab both the
8884 data itself and the Content-Type.
8885 (shr-put-image): Use it.
8886
8887 * net/eww.el (eww-display-image): Ditto.
8888
8889 * image.el (image-content-type-suffixes): New variable.
8890
8891 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
8892
8893 * progmodes/python.el (python-imenu--build-tree)
8894 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
8895
8896 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
8897
8898 * simple.el (backward-word): Mention the optional argument.
8899
8900 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * frameset.el (frameset--make): Rename constructor from make-frameset.
8903 (frameset-p, frameset-valid-p): Don't autoload.
8904 (frameset-valid-p): Use normal accessors.
8905
8906 2013-08-13 Glenn Morris <rgm@gnu.org>
8907
8908 * progmodes/compile.el (compile-command): Tweak example in doc.
8909 * obsolete/scribe.el (scribe-mode):
8910 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
8911
8912 * mail/feedmail.el (feedmail-confirm-outgoing)
8913 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
8914
8915 * cus-start.el (truncate-partial-width-windows): Fix type.
8916
8917 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
8918
8919 * net/shr.el (shr-table-horizontal-line): Fix custom type.
8920
8921 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * emacs-lisp/timer.el (timer--time-setter): New function.
8924 (timer--time): Use it as gv-setter.
8925
8926 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
8927 setter is not a symbol.
8928
8929 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
8930
8931 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
8932 if sending fails. This makes debugging easier.
8933
8934 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
8935
8936 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
8937 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
8938 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
8939
8940 2013-08-12 Eli Zaretskii <eliz@gnu.org>
8941
8942 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
8943
8944 2013-08-12 Glenn Morris <rgm@gnu.org>
8945
8946 * format.el (format-annotate-function):
8947 Handle read-only text properties in the source. (Bug#14887)
8948
8949 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8950
8951 * net/eww.el (eww-display-html): Ignore coding system errors.
8952 One web site uses "utf-8lias" as the coding system.
8953
8954 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
8955
8956 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
8957
8958 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
8959
8960 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
8961 (tutorial--detailed-help): Remove unused local variables.
8962 (tutorial--save-tutorial-to): Use ignore-errors.
8963 (help-with-tutorial): Use looking-at-p.
8964
8965 * view.el (view-buffer-other-window, view-buffer-other-frame):
8966 Mark unused arguments.
8967
8968 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
8969 (woman-select-symbol-fonts, woman, woman-find-file)
8970 (woman-insert-file-contents, woman-non-underline-faces):
8971 Use string-match-p.
8972 (woman1-unquote): Move declaration.
8973
8974 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
8975 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
8976 argument. Remove unused local variable.
8977 (xml-parse-elem-type): Use string-match-p.
8978 (xml-substitute-numeric-entities): Use ignore-errors.
8979
8980 * calculator.el (calculator): Mark unused argument.
8981 (calculator-paste, calculator-quit, calculator-integer-p):
8982 Use ignore-errors.
8983 (calculator-string-to-number, calculator-decimal, calculator-exp)
8984 (calculator-op-or-exp): Use string-match-p.
8985
8986 * dired.el (dired-buffer-more-recently-used-p): Declare.
8987 (dired-insert-set-properties, dired-insert-old-subdirs):
8988 Use ignore-errors.
8989
8990 * dired-aux.el (dired-compress): Use ignore-errors.
8991 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
8992 (dired-do-async-shell-command, dired-do-shell-command)
8993 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
8994 (dired-insert-subdir-validate): Use string-match-p.
8995 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
8996 (dired-add-entry): Use string-match-p, looking-at-p.
8997 (dired-insert-subdir-newpos): Remove unused local variable.
8998
8999 * filenotify.el (file-notify-callback): Remove unused local variable.
9000
9001 * filesets.el (filesets-error): Mark unused argument.
9002 (filesets-which-command-p, filesets-filter-dir-names)
9003 (filesets-directory-files, filesets-get-external-viewer)
9004 (filesets-ingroup-get-data): Use string-match-p.
9005
9006 * find-file.el (ff-other-file-name, ff-other-file-name)
9007 (ff-find-the-other-file, ff-cc-hh-converter):
9008 Remove unused local variables.
9009 (ff-get-file-name): Use string-match-p.
9010 (ff-all-dirs-under): Use ignore-errors.
9011
9012 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9013 (follow-select-if-visible): Remove unused local variable.
9014
9015 * forms.el (read-file-filter): Move declaration.
9016 (forms--make-format, forms--make-parser, forms-insert-record):
9017 Quote function with #'.
9018 (forms--update): Use string-match-p. Quote function with #'.
9019
9020 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9021 (help-make-xrefs): Use looking-at-p.
9022 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9023
9024 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9025 (ibuffer-confirm-operation-on): Use string-match-p.
9026
9027 * msb.el (msb-item-handler, msb-dired-item-handler):
9028 Mark unused arguments.
9029
9030 * ses.el (ses-decode-cell-symbol)
9031 (ses-kill-override): Remove unused local variable.
9032 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9033 (ses-load): Use ignore-errors, looking-at-p.
9034 (ses-jump-safe): Use ignore-errors.
9035 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9036
9037 * tabify.el (untabify, tabify): Mark unused arguments.
9038
9039 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9040 Mark unused argument.
9041 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9042 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9043
9044 * emacs-lisp/timer.el (timer--time): Define setter with
9045 gv-define-setter to avoid deprecation warning.
9046
9047 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9048 (*record-cmpl-statistics-p*): Remove (was commented out).
9049 (cmpl-statistics-block): Remove (body was commented out).
9050 All callers changed.
9051 (add-completions-from-buffer, load-completions-from-file):
9052 Remove unused variables.
9053
9054 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9055
9056 * filecache.el (file-cache-delete-file-list):
9057 Print message only when told so.
9058 (file-cache-files-matching): Use #' in mapconcat argument.
9059
9060 * ffap.el (ffap-url-at-point): Fix reference to variable
9061 thing-at-point-default-mail-uri-scheme.
9062
9063 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * subr.el (define-error): New function.
9066 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9067 error-file-not-found and define with define-error.
9068 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9069 and define with define-error.
9070 * userlock.el (file-locked, file-supersession):
9071 * simple.el (mark-inactive):
9072 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9073 * progmodes/ada-mode.el (ada-mode-errors):
9074 * play/life.el (life-extinct):
9075 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9076 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9077 * nxml/rng-util.el (rng-error):
9078 * nxml/rng-uri.el (rng-uri-error):
9079 * nxml/rng-match.el (rng-compile-error):
9080 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9081 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9082 * nxml/nxml-rap.el (nxml-scan-error):
9083 * nxml/nxml-outln.el (nxml-outline-error):
9084 * net/soap-client.el (soap-error):
9085 * net/gnutls.el (gnutls-error):
9086 * net/ange-ftp.el (ftp-error):
9087 * mpc.el (mpc-proc-error):
9088 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9089 (json-number-format, json-string-escape, json-string-format)
9090 (json-key-format, json-object-format):
9091 * jka-compr.el (compression-error):
9092 * international/quail.el (quail-error):
9093 * international/kkc.el (kkc-error):
9094 * emacs-lisp/ert.el (ert-test-failed):
9095 * calc/calc.el (calc-error, inexact-result, math-overflow)
9096 (math-underflow):
9097 * bookmark.el (bookmark-error-no-filename):
9098 * epg.el (epg-error): Define with define-error.
9099
9100 * time.el (display-time-event-handler)
9101 (display-time-next-load-average): Don't call sit-for since it seems
9102 unnecessary (bug#15045).
9103
9104 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9105 Use #' instead of ' to quote functions.
9106 (checkdoc-output-mode): Use setq-local.
9107 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9108 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9109 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9110 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9111 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9112 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9113 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9114 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9115
9116 * ido.el (ido-completion-help): Fix up compiler warning.
9117
9118 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9119
9120 * frameset.el (frameset-p): Add autoload cookie.
9121 (frameset--jump-to-register): New function, based on code moved from
9122 register.el.
9123 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9124
9125 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9126 (frameset-restore, frameset-save, frameset-session-filter-alist):
9127 Remove declarations.
9128 (register-alist): Doc fix.
9129 (frameset-to-register): Move to frameset.el.
9130 (jump-to-register, describe-register-1): Remove frameset-specific code.
9131
9132 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9133
9134 * allout-widgets.el (allout-widgets-pre-command-business)
9135 (allout-widgets-post-command-business)
9136 (allout-widgets-after-change-handler)
9137 (allout-decorate-item-and-context, allout-set-boundary-marker)
9138 (allout-body-modification-handler)
9139 (allout-graphics-modification-handler): Mark ignored arguments.
9140 (allout-widgets-post-command-business)
9141 (allout-widgets-exposure-change-processor)
9142 (allout-widgets-exposure-undo-processor)
9143 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9144 (allout-parse-item-at-point, allout-decorate-item-guides)
9145 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9146 * allout.el (epa-passphrase-callback-function): Declare.
9147 (allout-overlay-insert-in-front-handler)
9148 (allout-overlay-interior-modification-handler)
9149 (allout-isearch-end-handler, allout-chart-siblings)
9150 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9151 (allout-yank-processing, allout-process-exposed)
9152 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9153 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9154 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9155 (lisp-indent-defform): Mark ignored arguments.
9156 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9157 (calculate-lisp-indent): Remove unused variables.
9158 * international/characters.el (indian-2-column, arabic-2-column)
9159 (tibetan): Mark ignored arguments.
9160 (use-cjk-char-width-table): Mark ignored arguments.
9161 Remove unused variables.
9162 * international/fontset.el (build-default-fontset-data)
9163 (x-compose-font-name, create-fontset-from-fontset-spec):
9164 Mark ignored arguments.
9165 (fontset-plain-name): Remove unused variables.
9166 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9167 (keyboard-coding-system): Mark ignored arguments.
9168 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9169 * help.el (resize-temp-buffer-window):
9170 * window.el (display-buffer-in-major-side-window)
9171 (display-buffer-in-side-window, display-buffer-in-previous-window):
9172 Remove unused variables.
9173 * isearch.el (isearch-forward-symbol):
9174 * version.el (emacs-bzr-version-bzr):
9175 * international/mule-cmds.el (current-language-environment):
9176 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9177 (x-handle-display):
9178 * term/pc-win.el (x-list-fonts, x-display-planes)
9179 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9180 (x-server-version, x-display-screens, x-display-mm-height)
9181 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9182 (x-selection-owner-p, x-own-selection-internal)
9183 (x-disown-selection-internal, x-get-selection-internal)
9184 (msdos-initialize-window-system):
9185 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9186 * term/x-win.el (x-handle-no-bitmap-icon):
9187 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9188 (vc-default-find-file-hook, vc-default-extra-menu):
9189 Mark ignored arguments.
9190
9191 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9192
9193 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9194 break-condition in the context of the debugged code (bug#12685).
9195
9196 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9197
9198 * comint.el:
9199 Do not use an overlay to highlight the last prompt. (Bug#14744)
9200 (comint-mode): Make comint-last-prompt buffer local.
9201 (comint-last-prompt): New variable.
9202 (comint-last-prompt-overlay): Remove. Superseded by
9203 comint-last-prompt.
9204 (comint-snapshot-last-prompt, comint-output-filter):
9205 Use comint-last-prompt.
9206
9207 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9208
9209 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9210 (frameset-save): Check validity of the resulting frameset.
9211
9212 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9213
9214 * ido.el (ido-record-command): Add doc string.
9215
9216 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9217
9218 * frameset.el (frameset): Do not disable creation of the default
9219 frameset-p predicate. Doc fix.
9220 (frameset-valid-p): New function, copied from the old predicate-p.
9221 Add additional checks.
9222 (frameset-restore): Check with frameset-valid-p.
9223 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9224 (frameset-name, frameset-description, frameset-properties)
9225 (frameset-states): Add docstring.
9226 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9227 (frameset-filter-alist): Doc fixes.
9228
9229 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9230
9231 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9232
9233 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9234
9235 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9236 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9237 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9238 (byte-compile-normal-call): Remove obsolescence check.
9239
9240 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9241
9242 * frameset.el (frameset-restore): Doc fix.
9243
9244 * register.el (frameset-frame-id, frameset-frame-with-id)
9245 (frameset-p, frameset-restore, frameset-save): Declare.
9246 (register-alist): Document framesets.
9247 (frameset-session-filter-alist): Declare.
9248 (frameset-to-register): New function.
9249 (jump-to-register): Implement jumping to framesets. Doc fix.
9250 (describe-register-1): Describe framesets.
9251
9252 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9253
9254 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9255
9256 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9257 Use lexical-binding.
9258
9259 * frameset.el (frameset): Use type vector, not list (incompatible
9260 change). Do not declare a new constructor, use the default one.
9261 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9262 `name' and `description', respectively, and add read-only slot
9263 `timestamp'. Doc fixes.
9264 (frameset-copy, frameset-persistent-filter-alist)
9265 (frameset-filter-alist, frameset-switch-to-gui-p)
9266 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9267 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9268 (frameset-filter-iconified, frameset-keep-original-display-p):
9269 Doc fixes.
9270 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9271 Rename from frameset-filter-(save|restore)-param. All callers changed.
9272 Doc fix.
9273 (frameset-p): Adapt to change to vector and be more thorough.
9274 Change arg name to OBJECT. Doc fix.
9275 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9276 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9277 All callers changed.
9278 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9279 All callers changed.
9280 (frameset--record-minibuffer-relationships): Rename from
9281 frameset--process-minibuffer-frames. All callers changed.
9282 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9283 Use new default constructor (again). Doc fix.
9284 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9285 All callers changed.
9286 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9287 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9288 Doc fix.
9289 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9290 PARAMETERS and WINDOW-STATE, respectively.
9291 (frameset-restore): Add new keyword argument PREDICATE.
9292 Reset frameset--target-display to nil. Doc fix.
9293
9294 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9297 (bat-mode): Use it.
9298 (bat-mode-syntax-table): Mark \n as end-of-comment.
9299 (bat-font-lock-keywords): Remove comment rule.
9300
9301 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9302 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9303
9304 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9305 (byte-compile-callargs-warn): Use `push'.
9306 (byte-compile-arglist-warn): Ignore higher-order "calls".
9307 (byte-compile-file-form-autoload): Use `pcase'.
9308 (byte-compile-function-form): If quoting a symbol, check that it exists.
9309
9310 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9311
9312 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9313 and add a few popular commands found in batch files.
9314 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9315 (dos-mode): Doc fixes.
9316
9317 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9320 (dos-mode): Use setq-local. Add space after "rem".
9321 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9322 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9323
9324 2013-08-07 Arni Magnusson <arnima@hafro.is>
9325
9326 * progmodes/dos.el: New file.
9327 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9328 dos-mode.
9329
9330 2013-08-06 Glenn Morris <rgm@gnu.org>
9331
9332 * calendar/calendar.el: Add new faces, and day-header-array.
9333 (calendar-weekday-header, calendar-weekend-header)
9334 (calendar-month-header): New faces.
9335 (calendar-day-header-construct): New function.
9336 (calendar-day-header-width): Also :set calendar-day-header-array.
9337 (calendar-american-month-header, calendar-european-month-header)
9338 (calendar-iso-month-header): Use calendar- faces.
9339 (calendar-generate-month):
9340 Use calendar-day-header-array for day headers; apply faces to them.
9341 (calendar-mode): Check calendar-font-lock-keywords non-nil.
9342 (calendar-abbrev-construct): Add optional maxlen argument.
9343 (calendar-day-name-array): Doc fix.
9344 (calendar-day-name-array, calendar-abbrev-length)
9345 (calendar-day-abbrev-array):
9346 Also :set calendar-day-header-array, and maybe redraw.
9347 (calendar-day-header-array): New option. (Bug#15007)
9348 (calendar-font-lock-keywords): Set to nil and make obsolete.
9349 (calendar-day-name): Add option to use header array.
9350
9351 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9352
9353 * net/shr.el (shr-render-td): Remove debugging.
9354 (shr-render-td): Make width computation consistent by defaulting
9355 all zero-width columns to 10 characters. This may not be optimal,
9356 but it's at least consistent.
9357 (shr-make-table-1): Redo last change to fix the real problem in
9358 colspan handling.
9359
9360 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9361
9362 * files.el (cache-long-line-scans):
9363 Make obsolete alias to `cache-long-scans'.
9364
9365 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9366
9367 * frameset.el (frameset, frameset-filter-alist)
9368 (frameset-filter-params, frameset-save, frameset--reuse-frame)
9369 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
9370 (frameset-compute-pos): Rename from frameset--compute-pos,
9371 and add docstring.
9372 (frameset-move-onscreen): Use frameset-compute-pos.
9373 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9374
9375 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
9376 Fix typos in docstrings.
9377
9378 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
9379
9380 * frame.el (get-other-frame): Tiny cleanup.
9381
9382 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
9383
9384 * vc/vc.el (vc-default-ignore-completion-table):
9385 Silence byte-compiler warning.
9386
9387 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
9388 slot, which can indeed be nil.
9389 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9390 Move entry for `left' from persistent to live filter alist.
9391 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
9392 Doc fixes.
9393 (frameset-filter-params): When restoring a frame, copy items added to
9394 `filtered', to avoid unwittingly modifying the original parameters.
9395 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
9396 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
9397
9398 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
9399 to use looking-at-p instead of looking-at. (Bug#15028)
9400
9401 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 Revert introduction of isearch-filter-predicates (bug#14714).
9404 Rely on add-function instead.
9405 * isearch.el (isearch-filter-predicates): Rename it back to
9406 isearch-filter-predicate.
9407 (isearch-message-prefix): Use advice-function-mapc and advice
9408 properties to get the isearch-message-prefix.
9409 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
9410 instead of run-hook-with-args-until-failure.
9411 (isearch-filter-visible): Not obsolete any more.
9412 * loadup.el: Preload nadvice.
9413 * replace.el (perform-replace): Revert to funcall
9414 instead of run-hook-with-args-until-failure.
9415 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
9416 * dired-aux.el (dired-isearch-filenames-mode): Rename from
9417 dired-isearch-filenames-toggle; make it into a proper minor mode.
9418 Use add/remove-function.
9419 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
9420 Call the minor-mode rather than add/remove-hook.
9421 (dired-isearch-filter-filenames):
9422 Remove isearch-message-prefix property.
9423 * info.el (Info--search-loop): New function, extracted from Info-search.
9424 Funcall isearch-filter-predicate instead of
9425 run-hook-with-args-until-failure isearch-filter-predicates.
9426 (Info-search): Use it.
9427 (Info-mode): Use isearch-filter-predicate instead of
9428 isearch-filter-predicates.
9429
9430 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9431
9432 Do not call to `selected-window' where it is assumed by default.
9433 Affected functions are `window-minibuffer-p', `window-dedicated-p',
9434 `window-hscroll', `window-width', `window-height', `window-buffer',
9435 `window-frame', `window-start', `window-point', `next-window'
9436 and `window-display-table'.
9437 * abbrev.el (abbrev--default-expand):
9438 * bs.el (bs--show-with-configuration):
9439 * buff-menu.el (Buffer-menu-mouse-select):
9440 * calc/calc.el (calc):
9441 * calendar/calendar.el (calendar-generate-window):
9442 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
9443 (diary-make-entry):
9444 * comint.el (send-invisible, comint-dynamic-complete-filename)
9445 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
9446 * completion.el (complete):
9447 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
9448 * disp-table.el (describe-current-display-table):
9449 * doc-view.el (doc-view-insert-image):
9450 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
9451 * ehelp.el (with-electric-help):
9452 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9453 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
9454 * emacs-lisp/helper.el (Helper-help-scroller):
9455 * emulation/cua-base.el (cua--post-command-handler-1):
9456 * eshell/esh-mode.el (eshell-output-filter):
9457 * ffap.el (ffap-gnus-wrapper):
9458 * help-macro.el (make-help-screen):
9459 * hilit-chg.el (highlight-compare-buffers):
9460 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
9461 * hl-line.el (global-hl-line-highlight):
9462 * icomplete.el (icomplete-simple-completing-p):
9463 * isearch.el (isearch-done):
9464 * jit-lock.el (jit-lock-stealth-fontify):
9465 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
9466 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
9467 * mpc.el (mpc-tagbrowser, mpc):
9468 * net/rcirc.el (rcirc-any-buffer):
9469 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
9470 * play/landmark.el (landmark-max-width, landmark-max-height):
9471 * play/zone.el (zone):
9472 * progmodes/compile.el (compilation-goto-locus):
9473 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
9474 * progmodes/etags.el (find-tag-other-window):
9475 * progmodes/fortran.el (fortran-column-ruler):
9476 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9477 * progmodes/verilog-mode.el (verilog-point-text):
9478 * reposition.el (reposition-window):
9479 * rot13.el (toggle-rot13-mode):
9480 * server.el (server-switch-buffer):
9481 * shell.el (shell-dynamic-complete-command)
9482 (shell-dynamic-complete-environment-variable):
9483 * simple.el (insert-buffer, set-selective-display)
9484 (delete-completion-window):
9485 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
9486 (speedbar-recenter):
9487 * startup.el (fancy-splash-head):
9488 * textmodes/ispell.el (ispell-command-loop):
9489 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
9490 * tutorial.el (help-with-tutorial):
9491 * vc/add-log.el (add-change-log-entry):
9492 * vc/compare-w.el (compare-windows):
9493 * vc/ediff-help.el (ediff-indent-help-message):
9494 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
9495 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
9496 (ediff-setup-control-frame):
9497 * vc/emerge.el (emerge-position-region):
9498 * vc/pcvs-util.el (cvs-bury-buffer):
9499 * window.el (walk-windows, mouse-autoselect-window-select):
9500 * winner.el (winner-set-conf, winner-undo): Related users changed.
9501
9502 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9503
9504 * frameset.el (frameset--set-id): Doc fix.
9505 (frameset-frame-id, frameset-frame-id-equal-p)
9506 (frameset-locate-frame-id): New functions.
9507 (frameset--process-minibuffer-frames, frameset--reuse-frame)
9508 (frameset-restore): Use them.
9509
9510 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
9511
9512 Do not call to `selected-frame' where it is assumed by default.
9513 Affected functions are `raise-frame', `redraw-frame',
9514 `frame-first-window', `frame-terminal' and `delete-frame'.
9515 * calendar/appt.el (appt-disp-window):
9516 * epg.el (epg-wait-for-completion):
9517 * follow.el (follow-delete-other-windows-and-split)
9518 (follow-avoid-tail-recenter):
9519 * international/mule.el (set-terminal-coding-system):
9520 * mail/rmail.el (rmail-mail-return):
9521 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9522 * progmodes/f90.el (f90-add-imenu-menu):
9523 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
9524 * server.el (server-switch-buffer):
9525 * simple.el (delete-completion-window):
9526 * talk.el (talk):
9527 * term/xterm.el (terminal-init-xterm-modify-other-keys)
9528 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
9529 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
9530 * vc/ediff.el (ediff-documentation): Related users changed.
9531 * frame.el (selected-terminal): Remove the leftover.
9532
9533 2013-08-05 Glenn Morris <rgm@gnu.org>
9534
9535 * calendar/calendar.el (calendar-generate-month):
9536 Fix for calendar-column-width != 1 + calendar-day-digit-width.
9537 (calendar-generate-month, calendar-font-lock-keywords):
9538 Fix for calendar-day-header-width > length of any day name.
9539
9540 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
9541
9542 * desktop.el (desktop-clear): Use new name of sort predicate.
9543
9544 * frameset.el (frameset): Add docstring. Move :version property to its
9545 own `version' slot.
9546 (frameset-copy): Rename from copy-frameset.
9547 (frameset-p): Check more thoroughly.
9548 (frameset-prop): Do not check for :version, which is no longer a prop.
9549 (frameset-live-filter-alist, frameset-persistent-filter-alist):
9550 Use new :never value instead of t.
9551 (frameset-filter-alist): Expand and clarify docstring.
9552 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
9553 (frameset-filter-minibuffer, frameset-filter-save-param)
9554 (frameset-filter-restore-param, frameset-filter-iconified):
9555 Add pointer to docstring of frameset-filter-alist.
9556 (frameset-filter-params): Rename filter values to be more meaningful:
9557 :never instead of t, and reverse the meanings of :save and :restore.
9558 (frameset--process-minibuffer-frames): Clarify error message.
9559 (frameset-save): Avoid unnecessary and confusing call to framep.
9560 Use new BOA constructor for framesets.
9561 (frameset--reuse-list): Doc fix.
9562 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
9563 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
9564 (frameset-minibufferless-first-p): Doc fix.
9565 Rename from frameset-sort-frames-for-deletion.
9566 (frameset-restore): Doc fixes. Use new function names.
9567 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
9568
9569 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9570
9571 * desktop.el (desktop-restore-forces-onscreen)
9572 (desktop-restore-reuses-frames): Document :keyword constant values.
9573 (desktop-filter-parameters-alist): Remove, now identical to
9574 frameset-filter-alist.
9575 (desktop--filter-tty*): Remove, moved to frameset.el.
9576 (desktop-save-frameset, desktop-restore-frameset):
9577 Do not pass :filters argument.
9578
9579 * frameset.el (frameset-live-filter-alist)
9580 (frameset-persistent-filter-alist): New variables.
9581 (frameset-filter-alist): Use them. Add autoload cookie.
9582 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
9583 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
9584 `frameset--id' (it's supposed to be internal to frameset.el).
9585 (frameset--process-minibuffer-frames): Ditto. Doc fix.
9586 (frameset--initial-params): New function.
9587 (frameset--get-frame): Use it. Doc fix.
9588 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
9589 Accept :all, not 'all.
9590 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
9591 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
9592 with fbound symbols. Fix frame id matching, and remove matching ids if
9593 the frame being restored is deleted. Obey :delete.
9594
9595 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * subr.el (macrop): New function.
9598 (text-clone--maintaining): New var.
9599 (text-clone--maintain): Rename from text-clone-maintain. Use it
9600 instead of inhibit-modification-hooks.
9601
9602 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
9603 a proxy, so as handle autoloads and redefinitions of the target.
9604 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
9605
9606 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
9607 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
9608 (pcase--mutually-exclusive-p): New function.
9609 (pcase--split-consp): Use it.
9610 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
9611 mutually exclusive with the current predicate.
9612
9613 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
9614 (edebug-macrop): Remove. Use `macrop' instead.
9615 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
9616 (ad-macro-p):
9617 * eshell/esh-cmd.el (eshell-macrop):
9618 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
9619
9620 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
9621
9622 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
9623 (advice-mapc): New function, using it.
9624 (advice-function-member-p): New function.
9625 (advice--normalize): Store the cdr in advice--saved-rewrite since
9626 that's the part that will be changed.
9627 (advice--symbol-function): New function.
9628 (advice-remove): Handle removal before the function is defined.
9629 Adjust to new advice--saved-rewrite.
9630 (advice-member-p): Use advice-function-member-p and
9631 advice--symbol-function.
9632
9633 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
9634
9635 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
9636 (frameset-filter-minibuffer): Doc fix.
9637 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
9638 (frameset--set-id, frameset--process-minibuffer-frames)
9639 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
9640 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
9641
9642 * desktop.el (desktop-clear): Only delete frames when called
9643 interactively and desktop-restore-frames is non-nil. Doc fix.
9644 (desktop-read): Set desktop-saved-frameset to nil.
9645
9646 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
9647
9648 * vc/vc.el (vc-ignore): Rewrite.
9649 (vc-default-ignore-completion-table, vc--read-lines)
9650 (vc--add-line, vc--remove-regexp): New functions.
9651
9652 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
9653 (vc-svn-ignore-completion-table): New function.
9654
9655 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
9656 (vc-hg-ignore-completion-table)
9657 (vc-hg-find-ignore-file): New functions.
9658
9659 * vc/vc-git.el (vc-git-ignore): Rewrite.
9660 (vc-git-ignore-completion-table)
9661 (vc-git-find-ignore-file): New functions.
9662
9663 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
9664
9665 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
9666 (vc-bzr-ignore-completion-table)
9667 (vc-bzr-find-ignore-file): New functions.
9668
9669 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
9670
9671 * frameset.el (frameset-prop): New function and setter.
9672 (frameset-save): Do not modify frame list passed by the caller.
9673
9674 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
9677
9678 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
9681 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
9682
9683 * custom.el (custom-initialize-default, custom-initialize-set)
9684 (custom-initialize-reset, custom-initialize-changed): Affect the
9685 toplevel-default-value (bug#6275, bug#14586).
9686 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
9687 for bug#6275.
9688
9689 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9690
9691 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
9692 Add cl-def* expressions.
9693
9694 * frameset.el (frameset-filter-params): Fix order of arguments.
9695
9696 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
9697
9698 Move code related to saving frames to frameset.el.
9699 * desktop.el: Require frameset.
9700 (desktop-restore-frames): Doc fix.
9701 (desktop-restore-reuses-frames): Rename from
9702 desktop-restoring-reuses-frames.
9703 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
9704 (desktop-clear): Clear frames too.
9705 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
9706 (desktop--filter-tty*, desktop-save, desktop-read):
9707 Use frameset functions.
9708 (desktop-before-saving-frames-functions, desktop--filter-*-color)
9709 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
9710 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
9711 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
9712 (desktop--process-minibuffer-frames, desktop-save-frames)
9713 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
9714 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
9715 (desktop--sort-states, desktop-restoring-frames-p)
9716 (desktop-restore-frames): Remove. Most code moved to frameset.el.
9717 (desktop-restoring-frameset-p, desktop-restore-frameset)
9718 (desktop--check-dont-save, desktop-save-frameset): New functions.
9719 (desktop--app-id): New constant.
9720 (desktop-first-buffer, desktop-buffer-ok-count)
9721 (desktop-buffer-fail-count): Move before first use.
9722 * frameset.el: New file.
9723
9724 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9725
9726 * files.el: Use lexical-binding.
9727 (dir-locals-read-from-file): Remove unused `err' variable.
9728 (hack-dir-local-variables--warned-coding): New var.
9729 (hack-dir-local-variables): Use it to avoid repeated warnings.
9730 (make-backup-file-name--default-function): New function.
9731 (make-backup-file-name-function): Use it as default.
9732 (buffer-stale--default-function): New function.
9733 (buffer-stale-function): Use it as default.
9734 (revert-buffer-insert-file-contents--default-function): New function.
9735 (revert-buffer-insert-file-contents-function): Use it as default.
9736 (insert-directory): Avoid add-to-list.
9737
9738 * autorevert.el (auto-revert-handler): Simplify.
9739 Use buffer-stale--default-function.
9740
9741 2013-08-01 Tassilo Horn <tsdh@gnu.org>
9742
9743 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
9744
9745 * whitespace.el (whitespace-ensure-local-variables): New function.
9746 (whitespace-cleanup-region): Call it.
9747 (whitespace-turn-on): Call it.
9748
9749 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
9750
9751 Complete file name handlers.
9752
9753 * net/tramp.el (tramp-handle-set-visited-file-modtime)
9754 (tramp-handle-verify-visited-file-modtime)
9755 (tramp-handle-file-notify-rm-watch): New functions.
9756 (tramp-call-process): Do not bind `default-directory'.
9757
9758 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
9759 Order alphabetically.
9760 <access-file, add-name-to-file, dired-call-process>:
9761 <dired-compress-file, file-acl, file-notify-rm-watch>:
9762 <file-ownership-preserved-p, file-selinux-context>:
9763 <make-directory-internal, make-symbolic-link, set-file-acl>:
9764 <set-file-selinux-context, set-visited-file-modtime>:
9765 <verify-visited-file-modtime>: Add handler.
9766 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
9767
9768 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
9769 <file-notify-add-watch, file-notify-rm-watch>:
9770 <set-file-times, set-visited-file-modtime>:
9771 <verify-visited-file-modtime>: Add handler.
9772 (with-tramp-gvfs-error-message)
9773 (tramp-gvfs-handle-set-visited-file-modtime)
9774 (tramp-gvfs-fuse-file-name): Remove.
9775 (tramp-gvfs-handle-file-notify-add-watch)
9776 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
9777 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
9778
9779 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9780 Order alphabetically.
9781 <file-notify-rm-watch>: Use default Tramp handler.
9782 <executable-find>: Remove private handler.
9783 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
9784 `default-directory'.
9785 (tramp-sh-handle-executable-find)
9786 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
9787 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9788 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
9789 Do not use `format' in `tramp-message'.
9790
9791 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
9792 <file-notify-rm-watch, set-visited-file-modtime>:
9793 <verify-visited-file-modtime>: Add handler.
9794 (tramp-smb-call-winexe): Do not bind `default-directory'.
9795
9796 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
9797
9798 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
9799
9800 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
9801
9802 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
9803 use it.
9804 (log-view-diff-changeset): Same.
9805 (log-view-diff-common): Call backend command `previous-revision'
9806 to find out the previous revision, in both cases. Swap the
9807 variables `to' and `fr', so that `fr' usually refers to the
9808 earlier revision (Bug#14989).
9809
9810 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
9811
9812 * ibuf-ext.el (ibuffer-filter-by-filename):
9813 Make it work with dired buffers too.
9814
9815 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
9816
9817 * emacs-lisp/re-builder.el (reb-color-display-p):
9818 * files.el (save-buffers-kill-terminal):
9819 * net/browse-url.el (browse-url):
9820 * server.el (server-save-buffers-kill-terminal):
9821 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
9822 Prefer nil to selected-frame for the first arg of frame-parameter.
9823
9824 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
9825
9826 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
9827
9828 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
9829
9830 * minibuffer.el (completion--twq-all): Try and preserve each
9831 completion's case choice (bug#14907).
9832
9833 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
9834
9835 * net/network-stream.el (open-network-stream): Mention the new
9836 :nogreeting parameter.
9837 (network-stream-open-starttls): Use the :nogreeting parameter
9838 (bug#14938).
9839
9840 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
9841
9842 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
9843 more natural than popping.
9844
9845 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
9846 (shr-urlify): Highlight under mouse.
9847
9848 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
9849
9850 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
9851
9852 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
9853
9854 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
9855 buffer for output.
9856
9857 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
9858 point-min==1. Fix search string. Fix parentheses missing.
9859
9860 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
9861 assume point-min==1. Fix search string. Fix parentheses missing.
9862
9863 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
9864
9865 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
9866 buffer for output.
9867
9868 2013-07-29 Eli Zaretskii <eliz@gnu.org>
9869
9870 * frame.el (frame-notice-user-settings): Avoid inflooping when the
9871 initial frame is minibuffer-less. (Bug#14841)
9872
9873 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
9874
9875 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
9876 option.
9877
9878 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
9879 (tramp-maybe-open-connection): Use it.
9880
9881 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9882
9883 * desktop.el (desktop--make-frame): Include `minibuffer' in the
9884 minimal set of parameters passed when creating a frame, because
9885 the minibuffer status of a frame cannot be changed later.
9886
9887 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
9888
9889 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
9890 replace-regexp-in-string and inadvertent omissions in previous change.
9891 (todo-filter-items): Ensure only file names are comma-separated in
9892 name of filtered items buffer.
9893
9894 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
9895
9896 * desktop.el: Optionally force offscreen frames back onscreen.
9897 (desktop-restoring-reuses-frames): New option.
9898 (desktop--compute-pos, desktop--move-onscreen): New functions.
9899 (desktop--make-frame): Use desktop--move-onscreen.
9900
9901 2013-07-27 Alan Mackenzie <acm@muc.de>
9902
9903 Fontify a Java generic method as a function.
9904 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
9905 value to t.
9906
9907 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
9908
9909 * calendar/todo-mode.el: Add command to rename todo files.
9910 (todo-rename-file): New command.
9911 (todo-key-bindings-t): Add key binding for it. Change the
9912 bindings of todo-filter-regexp-items(-multifile) to use `x'
9913 instead of `r', since the latter is better suited to the new
9914 renaming command.
9915
9916 2013-07-27 Alan Mackenzie <acm@muc.de>
9917
9918 Make Java try-with-resources statement parse properly.
9919 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
9920 (c-block-stmt-1-2-key): New language constants/variables.
9921 * progmodes/cc-engine.el (c-beginning-of-statement-1)
9922 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
9923 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
9924 with c-block-stmt-1-2-key.
9925
9926 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
9927
9928 * desktop.el (desktop--make-frame): Apply most frame parameters after
9929 creating the frame to force (partially or totally) offscreen frames to
9930 be restored as such.
9931
9932 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
9933
9934 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
9935 (Bug#14948)
9936
9937 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9938
9939 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
9940 `base' arg of backtrace-frame.
9941
9942 2013-07-26 Eli Zaretskii <eliz@gnu.org>
9943
9944 * simple.el (list-processes): Doc fix.
9945
9946 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9947
9948 * desktop.el (desktop--select-frame):
9949 Try harder to reuse existing frames.
9950
9951 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
9954 (edebug-eval): Use backtrace-eval.
9955 (edebug--display, edebug--recursive-edit): Don't let-bind the
9956 edebug-outer-* vars that keep track of variables we locally let-bind.
9957 (edebug-outside-excursion): Don't restore outside values of locally
9958 let-bound vars.
9959 (edebug--display): Use user-error.
9960 (cl-lexical-debug, cl-debug-env): Remove.
9961
9962 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
9963
9964 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
9965 are restored to be sure that they are visible before deleting any
9966 remaining ones.
9967
9968 2013-07-26 Matthias Meulien <orontee@gmail.com>
9969
9970 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
9971 vc-print-root-log. (Bug#14948)
9972
9973 2013-07-26 Richard Stallman <rms@gnu.org>
9974
9975 Add aliases for encrypting mail.
9976 * epa.el (epa-mail-aliases): New option.
9977 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
9978 Bind inhibit-read-only so read-only text doesn't ruin everything.
9979 (epa-mail-default-recipients): New subroutine broken out.
9980 Handle epa-mail-aliases.
9981
9982 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 Add support for lexical variables to the debugger's `e' command.
9985 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
9986 vars, except for debugger-outer-match-data.
9987 (debugger-frame-number): Move check for "on a function call" from
9988 callers into it. Add `skip-base' argument.
9989 (debugger-frame, debugger-frame-clear): Simplify accordingly.
9990 (debugger-env-macro): Only reset the state stored in non-variables,
9991 i.e. current-buffer and match-data.
9992 (debugger-eval-expression): Rewrite using backtrace-eval.
9993 * subr.el (internal--called-interactively-p--get-frame): Remove.
9994 (called-interactively-p):
9995 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
9996 `base' arg of backtrace-frame instead.
9997
9998 2013-07-26 Glenn Morris <rgm@gnu.org>
9999
10000 * align.el (align-regexp): Doc fix. (Bug#14857)
10001 (align-region): Explicit error if subexpression missing/does not match.
10002
10003 * simple.el (global-visual-line-mode):
10004 Do not duplicate the mode lighter. (Bug#14858)
10005
10006 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10007
10008 * window.el (display-buffer): In display-buffer bind
10009 split-window-keep-point to t, bug#14829.
10010
10011 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10012
10013 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10014 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10015 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10016 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10017 Change accordingly.
10018 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10019 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10020
10021 2013-07-25 Glenn Morris <rgm@gnu.org>
10022
10023 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10024
10025 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10026
10027 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10028 parameter to modify-frame-parameters if the value has not changed;
10029 this is a workaround for bug#14949.
10030 (desktop--make-frame): On cl-delete-if call, check parameter name,
10031 not full parameter.
10032
10033 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10034
10035 * vc/vc.el (vc-ignore): New function.
10036
10037 * vc/vc-svn.el (vc-svn-ignore): New function.
10038
10039 * vc/vc-hg.el (vc-hg-ignore): New function.
10040
10041 * vc/vc-git.el (vc-git-ignore): New function.
10042
10043 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10044 (vc-dir-ignore): New function.
10045
10046 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10047 (cvs-append-to-ignore): Move here from pcvs.el.
10048
10049 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10050
10051 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10052
10053 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10054
10055 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10056 (desktop-restore-frames): Warn when deleting an existing frame failed.
10057
10058 2013-07-24 Glenn Morris <rgm@gnu.org>
10059
10060 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10061
10062 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10063
10064 * filenotify.el (file-notify-supported-p):
10065 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10066 Remove functions.
10067
10068 * autorevert.el (auto-revert-use-notify)
10069 (auto-revert-notify-add-watch):
10070 * net/tramp.el (tramp-file-name-for-operation):
10071 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10072 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10073 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10074 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10075 Remove `file-notify-supported-p' entry.
10076
10077 2013-07-24 Glenn Morris <rgm@gnu.org>
10078
10079 * printing.el: Replace all uses of deleted ps-windows-system,
10080 ps-lp-system, ps-flatten-list with lpr- versions.
10081
10082 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10083
10084 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10085 checked with memq (bug#14935).
10086
10087 * files.el (revert-buffer-function): Use a non-nil default.
10088 (revert-buffer-preserve-modes): Declare var to
10089 provide access to the `preserve-modes' argument.
10090 (revert-buffer): Let-bind it.
10091 (revert-buffer--default): New function, extracted from revert-buffer.
10092
10093 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * lpr.el: Signal print errors more prominently.
10096 (print-region-function): Don't default to nil.
10097 (lpr-print-region): New function, extracted from print-region-1.
10098 Check lpr's return value and signal an error in case of problem.
10099 (print-region-1): Use it.
10100 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10101 versions instead.
10102 (ps-printer-name): Default to nil.
10103 (ps-printer-name-option): Default to lpr-printer-switch.
10104 (ps-print-region-function): Don't default to nil.
10105 (ps-postscript-code-directory): Simplify default.
10106 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10107 (ps-string-list, ps-eval-switch, ps-flatten-list)
10108 (ps-flatten-list-1): Remove.
10109 (ps-multibyte-buffer): Avoid setq.
10110 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10111 (print-region-function, ps-print-region-function): Don't set them here.
10112
10113 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10114
10115 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10116 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10117 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10118 (ido-decorations): Doc fix.
10119
10120 * ansi-color.el: Fix old URL.
10121
10122 2013-07-23 Michael R. Mauger <michael@mauger.com>
10123
10124 * progmodes/sql.el: Version 3.3
10125 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10126 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10127 (sql-interactive-remove-continuation-prompt): Rewrite, use
10128 functions above. Fix continuation prompt and complete output line
10129 handling.
10130 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10131 redirected output buffer.
10132 (sql-mode): Restore deleted code (Bug#13591).
10133
10134 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10135
10136 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10137
10138 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10139
10140 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10141
10142 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10143 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10144 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10145
10146 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10147
10148 * desktop.el (desktop-clear): Simplify; remove useless checks
10149 against invalid buffer names.
10150 (desktop-list*): Use cl-list*.
10151 (desktop-buffer-info, desktop-create-buffer): Simplify.
10152
10153 2013-07-23 Leo Liu <sdl.web@gmail.com>
10154
10155 * bookmark.el (bookmark-make-record): Restore NAME as a default
10156 value. (Bug#14933)
10157
10158 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10159
10160 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10161 extracted from autoload--insert-text.
10162 (autoload--insert-text): Remove.
10163 (autoload--print-cookie-text): New function, extracted from
10164 autoload--insert-cookie-text.
10165 (autoload--insert-cookie-text): Remove.
10166 (autoload-generate-file-autoloads): Adjust calls accordingly.
10167
10168 * winner.el (winner-hook-installed-p): Remove.
10169 (winner-mode): Simplify accordingly.
10170
10171 * subr.el (add-to-list): Fix compiler-macro when `append' is
10172 not constant. Don't use `cl-member' for the base case.
10173
10174 * progmodes/subword.el: Fix boundary case (bug#13758).
10175 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10176 own group.
10177 (subword-backward-regexp): Make it a constant.
10178 (subword-forward-internal): Don't treat a trailing capital as the
10179 beginning of a word.
10180
10181 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10182
10183 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10184 global value of tabulated-list-revert-hook (bug#14930).
10185
10186 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10187
10188 * desktop.el: Require 'cl-lib.
10189 (desktop-before-saving-frames-functions): New hook.
10190 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10191 for frames being saved. Rename from desktop--save-minibuffer-frames.
10192 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10193 Do not save frames with non-nil `desktop-dont-save' parameter.
10194 Filter out deleted frames.
10195 (desktop--find-frame): Use cl-find-if.
10196 (desktop--select-frame): Use cl-(first|second|third) to access values
10197 of desktop-mini.
10198 (desktop--make-frame): Use cl-delete-if.
10199 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10200 (desktop-restore-frames): Use cl-(first|second|third) to access values
10201 of desktop-mini. Look for visible frame at the end, not while
10202 restoring frames.
10203
10204 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10205 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10206 Use string-match-p, looking-at-p (bug#14927).
10207
10208 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10209
10210 * desktop.el (desktop-saved-frame-states):
10211 Rename from desktop--saved-states; all users changed.
10212 (desktop-save-frames): Rename from desktop--save-frames.
10213 Do not save state to desktop file.
10214 (desktop-save): Save desktop-saved-frame-states to desktop file
10215 and reset to nil.
10216 (desktop-restoring-frames-p): New function.
10217 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10218 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10219 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10220
10221 * desktop.el: Correctly restore iconified frames.
10222 (desktop--filter-iconified-position): New function.
10223 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10224
10225 2013-07-20 Glenn Morris <rgm@gnu.org>
10226
10227 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10228 Let `message' do the formatting.
10229 (def-gdb-preempt-display-buffer): Add explicit format.
10230
10231 * image-dired.el (image-dired-track-original-file):
10232 Use with-current-buffer.
10233 (image-dired-track-thumbnail): Use with-current-buffer.
10234 Avoid changing point of wrong window.
10235
10236 * image-dired.el (image-dired-track-original-file):
10237 Avoid changing point of wrong window. (Bug#14909)
10238
10239 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10240
10241 * progmodes/gdb-mi.el (gdb-done-or-error):
10242 Guard against "%" in gdb output. (Bug#14127)
10243
10244 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10245
10246 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10247 (Bug#14826)
10248
10249 * international/mule.el (coding-system-iso-2022-flags): Fix last
10250 change.
10251
10252 2013-07-20 Kenichi Handa <handa@gnu.org>
10253
10254 * international/mule.el (coding-system-iso-2022-flags):
10255 Add `8-bit-level-4'. (Bug#8522)
10256
10257 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10258
10259 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10260 (bug#14815).
10261
10262 * net/eww.el (eww-process-text-input): Allow inputting when the
10263 point is at the start of the line, as the properties aren't
10264 front-sticky.
10265
10266 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10267 degenerate widths.
10268
10269 2013-07-19 Richard Stallman <rms@gnu.org>
10270
10271 * epa.el (epa-popup-info-window): Doc fix.
10272
10273 * subr.el (split-string): New arg TRIM.
10274
10275 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10276
10277 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10278 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10279
10280 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10281
10282 * filenotify.el (file-notify--library): Rename from
10283 `file-notify-support'. Do not autoload. Adapt all uses.
10284 (file-notify-supported-p): New defun.
10285
10286 * autorevert.el (auto-revert-use-notify):
10287 Use `file-notify-supported-p' instead of `file-notify-support'.
10288 Adapt docstring.
10289 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10290
10291 * net/tramp.el (tramp-file-name-for-operation):
10292 Add `file-notify-supported-p'.
10293
10294 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10295 New defun.
10296 (tramp-sh-file-name-handler-alist): Add it as handler for
10297 `file-notify-supported-p '.
10298
10299 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10300 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10301 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10302 Add `ignore' as handler for `file-notify-*' functions.
10303
10304 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10305
10306 * simple.el (line-move-partial, line-move): Don't start vscroll or
10307 scroll-up if the current line is not taller than the window.
10308 (Bug#14881)
10309
10310 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10311
10312 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10313 highlight question marks in the method names as strings.
10314 (ruby-block-beg-keywords): Inline.
10315 (ruby-font-lock-keyword-beg-re): Extract from
10316 `ruby-font-lock-keywords'.
10317
10318 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10319
10320 * frame.el (blink-cursor-blinks): New defcustom.
10321 (blink-cursor-blinks-done): New defvar.
10322 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10323 (blink-cursor-timer-function): Check if number of blinks has been
10324 done on X and NS.
10325 (blink-cursor-suspend, blink-cursor-check): New defuns.
10326
10327 2013-07-15 Glenn Morris <rgm@gnu.org>
10328
10329 * edmacro.el (edmacro-format-keys): Fix previous change.
10330
10331 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10332
10333 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10334 The hack didn't work outside English locales anyway.
10335
10336 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
10337
10338 * simple.el (define-alternatives): Rename from alternatives-define,
10339 per RMS' suggestion.
10340
10341 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
10342
10343 * desktop.el (desktop-restore-frames): Change default to t.
10344 (desktop-restore-in-current-display): Now offer more options.
10345 (desktop-restoring-reuses-frames): New customization option.
10346 (desktop--saved-states): Doc fix.
10347 (desktop-filter-parameters-alist): New variable, renamed and expanded
10348 from desktop--excluded-frame-parameters.
10349 (desktop--target-display): New variable.
10350 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
10351 (desktop--filter-tty*, desktop--filter-*-color)
10352 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10353 (desktop--filter-save-desktop-parm)
10354 (desktop-restore-in-original-display-p): New functions.
10355 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
10356 (desktop--save-minibuffer-frames): New function, inspired by a similar
10357 function from Martin Rudalics.
10358 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
10359 (desktop--restore-in-this-display-p): Remove.
10360 (desktop--find-frame): Rename from desktop--find-frame-in-display
10361 and add predicate argument.
10362 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
10363 (desktop--reuse-list): New variable.
10364 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
10365 New functions.
10366 (desktop--restore-frames): Add support for "minibuffer-special" frames.
10367
10368 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
10369
10370 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
10371
10372 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
10373
10374 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
10375 Highlight conversion methods on Kernel.
10376
10377 2013-07-13 Alan Mackenzie <acm@muc.de>
10378
10379 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
10380 and comment it out. This out-commenting enables certain C++
10381 declarations to be parsed correctly.
10382
10383 2013-07-13 Eli Zaretskii <eliz@gnu.org>
10384
10385 * international/mule.el (define-coding-system): Doc fix.
10386
10387 * simple.el (default-font-height): Don't call font-info if the
10388 frame's default font didn't change since the frame was created.
10389 (Bug#14838)
10390
10391 2013-07-13 Leo Liu <sdl.web@gmail.com>
10392
10393 * ido.el (ido-read-file-name): Guard against non-symbol value.
10394
10395 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10396
10397 * progmodes/python.el (python-imenu--build-tree): Fix corner case
10398 in nested defuns.
10399
10400 2013-07-13 Leo Liu <sdl.web@gmail.com>
10401
10402 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
10403 ido-set-matches call. (Bug#6852)
10404
10405 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
10406
10407 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
10408 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
10409 Ruby 2.0.
10410 (ruby-font-lock-keywords): Distinguish calls to functions with
10411 module-like names from module references. Highlight character
10412 literals.
10413
10414 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
10415
10416 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
10417 (gdb-send): Handle continued commands. (Bug#14847)
10418
10419 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10420
10421 * desktop.el (desktop--v2s): Remove unused local variable.
10422 (desktop-save-buffer): Make defvar-local; adjust docstring.
10423 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
10424 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
10425
10426 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
10427
10428 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
10429
10430 2013-07-12 Eli Zaretskii <eliz@gnu.org>
10431
10432 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
10433 (Bug#14842)
10434
10435 2013-07-12 Glenn Morris <rgm@gnu.org>
10436
10437 * doc-view.el: Require cl-lib at runtime too.
10438 (doc-view-remove-if): Remove.
10439 (doc-view-search-next-match, doc-view-search-previous-match):
10440 Use cl-remove-if.
10441
10442 * edmacro.el: Require cl-lib at runtime too.
10443 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
10444 (edmacro-mismatch, edmacro-subseq): Remove.
10445
10446 * shadowfile.el: Require cl-lib.
10447 (shadow-remove-if): Remove.
10448 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
10449 Use cl-remove-if.
10450
10451 * wid-edit.el: Require cl-lib.
10452 (widget-choose): Use cl-remove-if.
10453 (widget-remove-if): Remove.
10454
10455 * progmodes/ebrowse.el: Require cl-lib at runtime too.
10456 (ebrowse-delete-if-not): Remove.
10457 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
10458 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
10459 Use cl-delete-if-not.
10460
10461 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
10462
10463 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
10464 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
10465
10466 2013-07-12 Leo Liu <sdl.web@gmail.com>
10467
10468 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
10469
10470 2013-07-11 Glenn Morris <rgm@gnu.org>
10471
10472 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
10473 (edebug-gensym-index, edebug-gensym):
10474 Remove reimplementation of cl-gensym.
10475 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
10476
10477 * thumbs.el: Require cl-lib at run-time too.
10478 (thumbs-gensym-counter, thumbs-gensym):
10479 Remove reimplementation of cl-gensym.
10480 (thumbs-temp-file): Use cl-gensym.
10481
10482 * emacs-lisp/ert.el: Require cl-lib at runtime too.
10483 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
10484 (ert--intersection, ert--set-difference, ert--set-difference-eq)
10485 (ert--union, ert--gensym-counter, ert--gensym-counter)
10486 (ert--coerce-to-vector, ert--remove*, ert--string-position)
10487 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
10488 (ert-make-test-unbound, ert--expand-should-1)
10489 (ert--expand-should, ert--should-error-handle-error)
10490 (should-error, ert--explain-equal-rec)
10491 (ert--plist-difference-explanation, ert-select-tests)
10492 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
10493 Use cl-lib functions rather than reimplementations.
10494
10495 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
10496
10497 * net/tramp.el (tramp-methods): Extend docstring.
10498 (tramp-connection-timeout): New defcustom.
10499 (tramp-error-with-buffer): Reset timestamp only when appropriate.
10500 (with-tramp-progress-reporter): Simplify.
10501 (tramp-process-actions): Improve messages.
10502
10503 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10504 * net/tramp-sh.el (tramp-maybe-open-connection):
10505 Use `tramp-connection-timeout'.
10506 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
10507 (Bug#14808)
10508
10509 2013-07-11 Leo Liu <sdl.web@gmail.com>
10510
10511 * ido.el (ido-read-file-name): Conform to the requirements of
10512 read-file-name. (Bug#11861)
10513 (ido-read-directory-name): Conform to the requirements of
10514 read-directory-name.
10515
10516 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
10517
10518 * subr.el (delay-warning): New function.
10519
10520 2013-07-10 Eli Zaretskii <eliz@gnu.org>
10521
10522 * simple.el (default-line-height): New function.
10523 (line-move-partial, line-move): Use it instead of computing the
10524 line height inline.
10525 (line-move-partial): Always compute ROWH. If the last line is
10526 partially-visible, but its text is completely visible, allow
10527 cursor to enter such a partially-visible line.
10528
10529 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
10530
10531 Improve error messages. (Bug#14808)
10532
10533 * net/tramp.el (tramp-current-connection): New defvar, moved from
10534 tramp-sh.el.
10535 (tramp-message-show-progress-reporter-message): Remove, not
10536 needed anymore.
10537 (tramp-error-with-buffer): Show message in minibuffer.
10538 Discard input before waiting. Reset connection timestamp.
10539 (with-tramp-progress-reporter): Improve messages.
10540 (tramp-process-actions): Use progress reporter. Delete process in
10541 case of error. Improve messages.
10542
10543 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
10544 Call `tramp-error-with-buffer' with vector and buffer.
10545 (tramp-current-connection): Remove.
10546 (tramp-maybe-open-connection): The car of
10547 `tramp-current-connection' are the first 3 slots of the vector.
10548
10549 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
10550
10551 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
10552 inside continued strings.
10553
10554 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
10555
10556 Timestamp fixes for undo (Bug#14824).
10557 * files.el (clear-visited-file-modtime): Move here from fileio.c.
10558
10559 2013-07-10 Leo Liu <sdl.web@gmail.com>
10560
10561 * files.el (require-final-newline): Allow safe local value.
10562 (Bug#14834)
10563
10564 2013-07-09 Leo Liu <sdl.web@gmail.com>
10565
10566 * ido.el (ido-read-directory-name): Handle fallback.
10567 (ido-read-file-name): Update DIR to ido-current-directory.
10568 (Bug#1516)
10569 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
10570
10571 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
10572
10573 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
10574 "autoload". Remove "warn lower camel case" section, previously
10575 commented out. Highlight negation char. Do not highlight the
10576 target in singleton method definitions.
10577
10578 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * faces.el (tty-setup-hook): Declare the hook.
10581
10582 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
10583 and detect when a guard/pred depends on local vars (bug#14773).
10584 (pcase--u1): Adjust caller.
10585
10586 2013-07-08 Eli Zaretskii <eliz@gnu.org>
10587
10588 * simple.el (line-move-partial, line-move): Account for
10589 line-spacing.
10590 (line-move-partial): Avoid setting vscroll when the last
10591 partially-visible line in window is of default height.
10592
10593 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
10594
10595 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
10596 been used a while.
10597
10598 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
10599
10600 * subr.el (read-quoted-char): Remove unused local variable `char'.
10601
10602 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
10603
10604 * ediff.el (ediff-version): Version update.
10605 (ediff-files-command, ediff3-files-command, ediff-merge-command)
10606 (ediff-merge-with-ancestor-command, ediff-directories-command)
10607 (ediff-directories3-command, ediff-merge-directories-command)
10608 (ediff-merge-directories-with-ancestor-command): New functions.
10609 All are command-line interfaces to ediff: to facilitate calling
10610 Emacs with the appropriate ediff functions invoked.
10611
10612 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
10613 (viper-save-kill-buffer): Check if buffer is modified.
10614
10615 * viper.el (viper-version): Version update.
10616 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
10617
10618 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
10621 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
10622 (viper-intercept-ESC-key): Simplify.
10623 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
10624 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
10625 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
10626 (viper-setup-ESC-to-escape): New functions.
10627 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
10628 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
10629
10630 2013-07-07 Eli Zaretskii <eliz@gnu.org>
10631
10632 * simple.el (default-font-height, window-screen-lines):
10633 New functions.
10634 (line-move, line-move-partial): Use them instead of
10635 frame-char-height and window-text-height. This makes scrolling
10636 text smoother when the buffer's default face uses a font that is
10637 different from the frame's default font.
10638
10639 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
10640
10641 * files.el (write-file): Do not display confirm dialog for NS,
10642 it does its own dialog, which can't be canceled (Bug#14578).
10643
10644 2013-07-06 Eli Zaretskii <eliz@gnu.org>
10645
10646 * simple.el (line-move-partial): Adjust the row returned by
10647 posn-at-point for the current window-vscroll. (Bug#14567)
10648
10649 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
10650
10651 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
10652 (tramp-sh-file-inotifywait-process-filter): Handle file names with
10653 spaces.
10654
10655 2013-07-06 Martin Rudalics <rudalics@gmx.at>
10656
10657 * window.el (window-state-put-stale-windows): New variable.
10658 (window--state-put-2): Save list of windows without matching buffer.
10659 (window-state-put): Remove "bufferless" windows if possible.
10660
10661 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10662
10663 * simple.el (alternatives-define): Remove leftover :group keyword.
10664 Tweak docstring.
10665
10666 2013-07-06 Leo Liu <sdl.web@gmail.com>
10667
10668 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
10669 (ido-enable-virtual-buffers): New variable.
10670 (ido-buffer-internal, ido-toggle-virtual-buffers)
10671 (ido-make-buffer-list): Use it.
10672 (ido-exhibit): Support turning on and off virtual buffers
10673 automatically.
10674
10675 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
10676
10677 * simple.el (alternatives-define): New macro.
10678
10679 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
10680
10681 * subr.el (read-quoted-char): Use read-key.
10682 (sit-for): Let read-event decode tty input (bug#14782).
10683
10684 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
10685
10686 * calendar/todo-mode.el: Add handling of file deletion, both by
10687 mode command and externally. Fix various related bugs.
10688 Clarify Commentary and improve some documentation strings and code.
10689 (todo-delete-file): New command.
10690 (todo-check-file): New function.
10691 (todo-show): Handle external deletion of the file we're trying to
10692 show (bug#14688). Replace called-interactively-p by an optional
10693 prefix argument to avoid problematic interaction with catch form
10694 when byte compiled (bug#14702).
10695 (todo-quit): Handle external deletion of the archive's todo file.
10696 Make sure the buffer that was visiting the archive file is still
10697 live before trying to bury it.
10698 (todo-category-completions): Handle external deletion of any
10699 category completion files.
10700 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
10701 of todo files, in case of external deletion.
10702 (todo-add-file): Replace unnecessary setq by let-binding.
10703 (todo-find-archive): Check whether there are any archives.
10704 Replace unnecessary setq by let-binding.
10705 (todo-archive-done-item): Use find-file-noselect to get the
10706 archive buffer whether or not the archive already exists.
10707 Remove superfluous code. Use file size instead of buffer-file-name to
10708 check if the archive is new; if it is, update list of archives.
10709 (todo-default-todo-file): Allow nil to be a valid value for when
10710 there are no todo files.
10711 (todo-reevaluate-default-file-defcustom): Use corrected definition
10712 of todo-default-todo-file.
10713 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
10714 (todo-delete-category, todo-show-categories-table)
10715 (todo-category-number): Clarify comment.
10716 (todo-filter-items): Clarify documentation string.
10717 (todo-show-current-file, todo-display-as-todo-file)
10718 (todo-reset-and-enable-done-separator): Tweak documentation string.
10719 (todo-done-separator): Make separator length window-width, since
10720 bug#2749 is now fixed.
10721
10722 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
10723
10724 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
10725 Support both "gvfs-monitor-dir" and "inotifywait".
10726 (tramp-sh-file-inotifywait-process-filter): Rename from
10727 `tramp-sh-file-notify-process-filter'.
10728 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10729 (tramp-get-remote-gvfs-monitor-dir): New defuns.
10730
10731 2013-07-05 Leo Liu <sdl.web@gmail.com>
10732
10733 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
10734
10735 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10736
10737 * frame.el (display-pixel-height, display-pixel-width)
10738 (display-mm-height, display-mm-width): Mention behavior on
10739 multi-monitor setups in docstrings.
10740 (w32-display-monitor-attributes-list): Declare function.
10741 (display-monitor-attributes-list): Use it.
10742
10743 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
10744
10745 * filenotify.el: New package.
10746
10747 * autorevert.el (top): Require filenotify.el.
10748 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
10749 instead.
10750 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
10751 (auto-revert-notify-handler): Use `file-notify-*' functions.
10752
10753 * subr.el (file-notify-handle-event): Move function to filenotify.el.
10754
10755 * net/tramp.el (tramp-file-name-for-operation):
10756 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
10757
10758 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
10759 for `file-notify-add-watch' and `file-notify-rm-watch'.
10760 (tramp-process-sentinel): Improve trace.
10761 (tramp-sh-handle-file-notify-add-watch)
10762 (tramp-sh-file-notify-process-filter)
10763 (tramp-sh-handle-file-notify-rm-watch)
10764 (tramp-get-remote-inotifywait): New defuns.
10765
10766 2013-07-03 Juri Linkov <juri@jurta.org>
10767
10768 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
10769 call of `occur-read-primary-args' to interactive spec.
10770
10771 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
10772 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
10773
10774 2013-07-03 Matthias Meulien <orontee@gmail.com>
10775
10776 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
10777 `Buffer-menu-multi-occur'. Add it to the menu.
10778 (Buffer-menu-mode): Document it in docstring.
10779 (Buffer-menu-multi-occur): New command. (Bug#14673)
10780
10781 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10782
10783 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10784 keywords and built-ins.
10785
10786 2013-07-03 Glenn Morris <rgm@gnu.org>
10787
10788 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
10789
10790 Make info-xref checks case-sensitive by default
10791 * info.el (Info-find-node, Info-find-in-tag-table)
10792 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
10793 Add option for exact case matching of nodes.
10794 * info-xref.el (info-xref): New custom group.
10795 (info-xref-case-fold): New option.
10796 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
10797
10798 2013-07-03 Leo Liu <sdl.web@gmail.com>
10799
10800 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
10801
10802 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
10803
10804 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
10805 middle of block statement initially, lower the depth. Remove
10806 FIXME comment, not longer valid. Remove middle of block statement
10807 detection, no need to do that anymore since we've been using
10808 `ruby-parse-region' here.
10809
10810 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
10811
10812 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
10813
10814 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
10815
10816 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
10817
10818 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
10819
10820 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
10821 (desktop-restore-in-current-display): New customization option.
10822 (desktop--excluded-frame-parameters): Add `font'.
10823 (desktop--save-frames): Rename from desktop--save-windows.
10824 (desktop--restore-in-this-display-p): New function.
10825 (desktop--make-full-frame): Remove unwanted width/height from
10826 full(width|height) frames.
10827 (desktop--restore-frames): Rename from desktop--restore-windows.
10828 Obey desktop-restore-current-display. Do not delete old frames or
10829 select a new frame unless we were able to restore at least one frame.
10830
10831 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
10832
10833 * files.el (find-file-noselect): Simplify conditional expression.
10834
10835 * textmodes/remember.el (remember-append-to-file):
10836 Don't mix `find-buffer-visiting' and `get-file-buffer'.
10837
10838 Add `remember-notes' function to store random notes across Emacs
10839 restarts.
10840 * textmodes/remember.el (remember-data-file): Add :set callback to
10841 affect notes buffer (if any).
10842 (remember-notes): New command.
10843 (remember-notes-buffer-name, bury-remember-notes-on-kill):
10844 New defcustoms for the `remember-notes' function.
10845 (remember-notes-save-and-bury-buffer): New command.
10846 (remember-notes-mode-map): New variable.
10847 (remember-mode): New minor mode.
10848 (remember-notes--kill-buffer-query): New function.
10849 * startup.el (initial-buffer-choice): Add notes to custom type.
10850
10851 2013-06-30 Eli Zaretskii <eliz@gnu.org>
10852
10853 * bindings.el (right-char, left-char): Don't call sit-for, this is
10854 no longer needed. Use arithmetic comparison only for numerical
10855 arguments.
10856
10857 * international/mule-cmds.el (select-safe-coding-system):
10858 Handle the case of FROM being a string correctly. (Bug#14755)
10859
10860 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10861
10862 * net/shr.el (shr-make-table-1): Add a sanity check that allows
10863 progression on degenerate tables.
10864 (shr-rescale-image): ImageMagick animated images currently don't work.
10865
10866 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
10867
10868 Some fixes and improvements for desktop frame restoration.
10869 It is still experimental and disabled by default.
10870 * desktop.el (desktop--save-windows): Put the selected frame at
10871 the head of the list.
10872 (desktop--make-full-frame): New function.
10873 (desktop--restore-windows): Try to re-select the frame that was
10874 selected upon saving. Do not abort if some frames fail to restore,
10875 just show an error message and continue. Set up maximized frames
10876 so they have default non-maximized dimensions.
10877
10878 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
10879
10880 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
10881 Don't start heredoc inside a string or comment.
10882
10883 2013-06-29 Eli Zaretskii <eliz@gnu.org>
10884
10885 * bindings.el (visual-order-cursor-movement): New defcustom.
10886 (right-char, left-char): Provide visual-order cursor motion by
10887 calling move-point-visually. Update the doc strings.
10888
10889 2013-06-28 Kenichi Handa <handa@gnu.org>
10890
10891 * international/mule.el (define-coding-system): New coding system
10892 properties :inhibit-null-byte-detection,
10893 :inhibit-iso-escape-detection, and :prefer-utf-8.
10894 (set-buffer-file-coding-system): If :charset-list property of
10895 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
10896 appropriate for setting.
10897
10898 * international/mule-cmds.el (select-safe-coding-system):
10899 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
10900 multibyte characters, return utf-8 (or one of its siblings).
10901
10902 * international/mule-conf.el (prefer-utf-8): New coding system.
10903 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
10904 files.
10905
10906 2013-06-28 Ivan Kanis <ivan@kanis.fr>
10907
10908 * net/shr.el (shr-render-region): New function.
10909
10910 * net/eww.el: Autoload `eww-browse-url'.
10911
10912 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
10913
10914 * emacs-lisp/package-x.el (package-upload-buffer-internal):
10915 Adapt to `package-desc-version' being a list.
10916 Use `package--ac-desc-version' to retrieve version from a package
10917 archive element.
10918
10919 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
10920
10921 New experimental feature to save&restore window and frame setup.
10922 * desktop.el (desktop-save-windows): New defcustom.
10923 (desktop--saved-states): New var.
10924 (desktop--excluded-frame-parameters): New defconst.
10925 (desktop--filter-frame-parms, desktop--find-frame-in-display)
10926 (desktop--restore-windows, desktop--save-windows): New functions.
10927 (desktop-save): Call `desktop--save-windows'.
10928 (desktop-read): Call `desktop--restore-windows'.
10929
10930 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
10931
10932 * net/shr.el (add-face-text-property): Remove compat definition.
10933
10934 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10935
10936 * info.el (Info-try-follow-nearest-node): Move search for footnote
10937 above search for node name to prevent missing a footnote (bug#14717).
10938
10939 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
10940
10941 * obsolete/otodo-mode.el: Add obsolescence info to file header.
10942
10943 2013-06-27 Leo Liu <sdl.web@gmail.com>
10944
10945 * net/eww.el (eww-read-bookmarks): Check file size.
10946
10947 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10948
10949 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
10950 advice--pending if newdef is nil or an autoload (bug#13820).
10951 (advice-mapc): New function.
10952
10953 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
10954
10955 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
10956 probably.
10957 (eww-mode-map): Add a menu bar.
10958 (eww-add-bookmark): New command.
10959 (eww-bookmark-mode): New mode and commands.
10960 (eww-add-bookmark): Remove newlines from the title.
10961 (eww-bookmark-browse): Don't bug out if it's the only window.
10962
10963 2013-06-26 Glenn Morris <rgm@gnu.org>
10964
10965 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
10966 (hfy-size): Handle ttys. (Bug#14668)
10967
10968 * info-xref.el: Update for Texinfo 5 change in *note format.
10969 (info-xref-node-re, info-xref-note-re): New constants.
10970 (info-xref-check-buffer): Use info-xref-note-re.
10971
10972 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
10973
10974 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
10975
10976 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
10977 nil terminate the loop (bug#14718).
10978
10979 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10980
10981 * net/eww.el: Rework history traversal. When going forward/back,
10982 put these actions into the history, too, so that they can be
10983 replayed.
10984 (eww-render): Move the history reset to the correct buffer.
10985
10986 2013-06-25 Juri Linkov <juri@jurta.org>
10987
10988 * files-x.el (modify-dir-local-variable): Change the header comment
10989 in the file with directory local variables. (Bug#14692)
10990
10991 * files-x.el (read-file-local-variable-value): Add `default'.
10992 (Bug#14710)
10993
10994 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10995
10996 * net/eww.el (eww-make-unique-file-name): Create a unique file
10997 name before saving to entering `y' accidentally asynchronously.
10998
10999 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11000
11001 * net/eww.el (eww-download): New command and keystroke.
11002
11003 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11004
11005 * net/eww.el (eww-copy-page-url): Change name of command.
11006
11007 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11008 be more consistent with Info and dired.
11009
11010 * net/eww.el (eww-mode-map): Ditto.
11011
11012 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11013
11014 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11015 packages from archives.
11016 (package-archive-contents): Change format; include obsolete packages.
11017 (package-desc): Use `dir' to mark builtin packages.
11018 (package--from-builtin): Set the `dir' field to `builtin'.
11019 (generated-autoload-file, version-control): Declare.
11020 (package-compute-transaction): Change first arg and return value to be
11021 lists of package-descs. Adjust to new package-archive-contents format.
11022 (package--add-to-archive-contents): Adjust to new
11023 package-archive-contents format.
11024 (package-download-transaction): Arg is now a list of package-descs.
11025 (package-install): If `pkg' is a package name, pass it as
11026 a requirement, so it is subject to the usual (e.g. disabled) checks.
11027 (describe-package): Accept package-desc as well.
11028 (describe-package-1): Describe a specific package-desc. Add links to
11029 other package-descs for the same package name.
11030 (package-menu-describe-package): Pass the actual package-desc.
11031 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11032 works correctly.
11033 (package-desc-status): New function.
11034 (package-menu--refresh): New function, extracted
11035 from package-menu--generate.
11036 (package-menu--generate): Use it.
11037 (package-delete): Update package-alist.
11038 (package-menu-execute): Don't call package-initialize.
11039
11040 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11041 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11042 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11043 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11044 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11045 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11046
11047 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11048
11049 * window.el (window--state-get-1): Workaround for bug#14527.
11050 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11051
11052 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11053
11054 * net/eww.el (eww-back-url): Implement the history by stashing all
11055 the data into a list.
11056 (eww-forward-url): Allow going forward in the history, too.
11057
11058 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11059
11060 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11061 for values and use read--expression for expressions (bug#14710).
11062 (read-file-local-variable): Avoid setq.
11063 (read-file-local-variable-mode): Use minor-mode-list.
11064
11065 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11066
11067 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11068 for DOI URLs.
11069
11070 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11071
11072 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11073 Update imenu-support when dialect changes.
11074
11075 2013-06-25 Leo Liu <sdl.web@gmail.com>
11076
11077 * ido.el (ido-read-internal): Allow forward slash on windows.
11078
11079 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11080
11081 * net/eww.el (eww): Start of strings is \\`, not ^.
11082
11083 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11084
11085 * net/shr.el (shr-browse-url): Fix interactive spec.
11086
11087 * net/eww.el (eww): Add a trailing slash to domain names.
11088
11089 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11090
11091 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11092
11093 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11094
11095 * net/shr.el (shr-browse-url): Use an external browser if given a
11096 prefix.
11097
11098 * net/eww.el (eww-external-browser): Move to shr.
11099
11100 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11101
11102 * net/eww.el (eww): Work more correctly for file: URLs.
11103 (eww-detect-charset): Allow quoted charsets.
11104 (eww-yank-page-url): New command and keystroke.
11105
11106 2013-06-24 Daiki Ueno <ueno@gnu.org>
11107
11108 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11109 file name of gpg executable.
11110 (epg-context-program): New function.
11111 (epg-context-home-directory): New function.
11112 (epg-context-set-program): New function.
11113 (epg-context-set-home-directory): New function.
11114 (epg--start): Use `epg-context-program' instead of
11115 'epg-gpg-program'.
11116 (epg--list-keys-1): Likewise.
11117
11118 2013-06-24 Leo Liu <sdl.web@gmail.com>
11119
11120 * ido.el (ido-read-internal): Fix bug#14620.
11121
11122 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11123
11124 * faces.el (face-documentation): Simplify.
11125 (read-face-attribute, tty-find-type, x-resolve-font-name):
11126 Use `string-match-p'.
11127 (list-faces-display): Use `string-match-p'. Simplify.
11128 (face-spec-recalc): Check face to avoid face alias loops.
11129 (read-color): Use `string-match-p' and non-capturing parenthesis.
11130
11131 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11132
11133 * net/shr.el (shr-rescale-image): Use the new
11134 :max-width/:max-height functionality.
11135
11136 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11137
11138 * net/eww.el (eww-search-prefix): New variable.
11139 (eww): Use it.
11140 (eww-external-browser): New variable.
11141 (eww-mode-map): New keystroke.
11142 (eww-browse-with-external-browser): New command.
11143
11144 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11145
11146 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11147
11148 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11149 Don't skip aligning the next header field when padding is 0;
11150 otherwise, field width is not respected unless the title is as
11151 wide as the field.
11152
11153 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * emacs-lisp/package.el (package-el-version): Remove.
11156 (package-process-define-package): Fix inf-loop.
11157 (package-install): Allow symbols as arguments again.
11158
11159 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11160
11161 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11162 add some more keyword-like methods.
11163 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11164
11165 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11166
11167 * bs.el (bs-buffer-show-mark): Make defvar-local.
11168 (bs-mode): Use setq-local.
11169
11170 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11171 (emacs-lock--try-unlocking): Make defvar-local.
11172
11173 2013-06-22 Glenn Morris <rgm@gnu.org>
11174
11175 * play/cookie1.el (cookie-apropos): Minor simplification.
11176
11177 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11178
11179 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11180
11181 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11182 `regexp-opt', it breaks the build during dumping.
11183
11184 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11185
11186 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11187 Highlight keyword-like methods on Kernel and Module with
11188 font-lock-builtin-face.
11189 (auto-mode-alist): Consolidate different entries into one regexp
11190 and add more *file-s.
11191
11192 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11193
11194 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11195
11196 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11197 (diary-entry): Use it in the action of this button type instead of
11198 diary-goto-entry.
11199
11200 * calendar/todo-mode.el: New version.
11201 (todo-add-category): Append new category to end of file and give
11202 it the highest number, instead of putting it at the beginning and
11203 giving it 0. Incorporate noninteractive functionality.
11204 (todo-forward-category): Adapt to 1-based category numbering.
11205 Allow skipping over archived categories.
11206 (todo-backward-category): Derive from todo-forward-category.
11207 (todo-backward-item, todo-forward-item): Make noninteractive and
11208 delegate interactive part to new commands. Make sensitive to done items.
11209 (todo-categories): Make value an alist of category names and
11210 vectors of item counts.
11211 (todo-category-beg): Make a defconst.
11212 (todo-category-number): Use 1 instead of 0 as initial value.
11213 (todo-category-select): Make sensitive to overlays, optional item
11214 highlighting and done items.
11215 (todo-delete-item): Make sensitive to overlays and marked and done items.
11216 (todo-edit-item): Make sensitive to overlays and editing of
11217 date/time header optional. Add format checks.
11218 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11219 no-op if point is not on an item. Advertise using todo-edit-quit.
11220 (todo-edit-mode): Make sensitive to new format, font-locking, and
11221 multiple todo files.
11222 (todo-insert-item, todo-insert-item-here): Derive from
11223 todo-basic-insert-item and extend functionality.
11224 (todo-item-end, todo-item-start): Make sensitive to done items.
11225 (todo-item-string): Don't return text properties. Restore point.
11226 (todo-jump-to-category): Make sensitive to multiple todo files and
11227 todo archives. Use extended category completion.
11228 (todo-lower-item, todo-raise-item): Rename to *-priority and
11229 derive from todo-set-item-priority.
11230 (todo-mode): Derive from special-mode. Make sensitive to new
11231 format, font-locking and multiple todo files. Make read-only.
11232 (todo-mode-map): Don't suppress digit keys, so they can supply
11233 prefix arguments. Add many new key bindings.
11234 (todo-prefix): Insert as an overlay instead of file text.
11235 Change semantics from diary date expression to purely visual mark.
11236 (todo-print): Rename to todo-print-buffer. Make buffer display
11237 features printable. Remove option to restrict number of items
11238 printed. Add option to print to file.
11239 (todo-print-function): Rename to todo-print-buffer-function.
11240 (todo-quit): Extend to handle exiting new todo modes.
11241 (todo-remove-item): Make sensitive to overlays.
11242 (todo-save): Extend to buffers of filtered items.
11243 (todo-show): Make sensitive to done items, multiple todo files and
11244 new todo modes. Offer to convert legacy todo file before creating
11245 first new todo file.
11246 (todo-show-priorities): Rename to todo-top-priorities.
11247 Change semantics of value 0.
11248 (todo-top-priorities): Rename to todo-filter-top-priorities,
11249 derive from todo-filter-items and extend functionality.
11250 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11251 and extend functionality to other types of filtered items.
11252 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11253 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11254 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11255 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11256 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11257 (todo-edit-mode-hook, todo-entry-prefix-function)
11258 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11259 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11260 (todo-initials, todo-insert-threshold, todo-item-string-start)
11261 (todo-line-string, todo-menu, todo-mode-hook)
11262 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11263 (todo-print-priorities, todo-remove-separator)
11264 (todo-save-top-priorities-too, todo-string-count-lines)
11265 (todo-string-multiline-p, todo-time-string-format)
11266 (todo-tmp-buffer-name): Remove.
11267 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11268 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11269 (todo-edit-category-diary-inclusion)
11270 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11271 (todo-edit-file, todo-edit-item-date-day)
11272 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11273 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11274 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11275 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11276 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11277 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11278 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11279 (todo-filter-top-priorities-multifile, todo-find-archive)
11280 (todo-find-filtered-items-file, todo-go-to-source-item)
11281 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11282 (todo-jump-to-archive-category, todo-lower-category)
11283 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11284 (todo-move-category, todo-move-item, todo-next-button)
11285 (todo-next-item, todo-padded-string, todo-powerset)
11286 (todo-previous-button, todo-previous-item)
11287 (todo-print-buffer-to-file, todo-raise-category)
11288 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11289 (todo-set-category-number, todo-set-item-priority)
11290 (todo-set-top-priorities-in-category)
11291 (todo-set-top-priorities-in-file, todo-show-categories-table)
11292 (todo-sort-categories-alphabetically-or-numerically)
11293 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11294 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11295 (todo-toggle-item-header, todo-toggle-item-highlighting)
11296 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11297 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11298 (todo-unarchive-items, todo-unmark-category): New commands.
11299 (todo-absolute-file-name, todo-add-to-buffer-list)
11300 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11301 (todo-basic-insert-item, todo-category-completions)
11302 (todo-category-number, todo-category-string-matcher-1)
11303 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11304 (todo-check-format, todo-clear-matches)
11305 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11306 (todo-current-category, todo-date-string-matcher)
11307 (todo-define-insertion-command, todo-diary-expired-matcher)
11308 (todo-diary-goto-entry, todo-diary-item-p)
11309 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11310 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11311 (todo-done-item-section-p, todo-done-separator)
11312 (todo-done-string-matcher, todo-files, todo-filter-items)
11313 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11314 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11315 (todo-insert-category-line, todo-insert-item-from-calendar)
11316 (todo-insert-sort-button, todo-insert-with-overlays)
11317 (todo-insertion-command-name, todo-insertion-key-bindings)
11318 (todo-label-to-key, todo-longest-category-name-length)
11319 (todo-make-categories-list, todo-mode-external-set)
11320 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11321 (todo-modes-set-3, todo-multiple-filter-files)
11322 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11323 (todo-read-category, todo-read-date, todo-read-dayname)
11324 (todo-read-file-name, todo-read-time)
11325 (todo-reevaluate-category-completions-files-defcustom)
11326 (todo-reevaluate-default-file-defcustom)
11327 (todo-reevaluate-filelist-defcustoms)
11328 (todo-reevaluate-filter-files-defcustom)
11329 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11330 (todo-reset-done-separator, todo-reset-done-separator-string)
11331 (todo-reset-done-string, todo-reset-global-current-todo-file)
11332 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11333 (todo-reset-prefix, todo-set-categories)
11334 (todo-set-date-from-calendar, todo-set-show-current-file)
11335 (todo-set-top-priorities, todo-short-file-name)
11336 (todo-show-current-file, todo-sort, todo-time-string-matcher)
11337 (todo-total-item-counts, todo-update-buffer-list)
11338 (todo-update-categories-display, todo-update-categories-sexp)
11339 (todo-update-count, todo-validate-name, todo-y-or-n-p):
11340 New functions.
11341 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
11342 New major modes.
11343 (todo-categories, todo-display, todo-edit, todo-faces)
11344 (todo-filtered): New defgroups.
11345 (todo-archived-only, todo-button, todo-category-string, todo-date)
11346 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
11347 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
11348 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
11349 (todo-add-item-if-new-category, todo-always-add-time-string)
11350 (todo-categories-align, todo-categories-archived-label)
11351 (todo-categories-category-label, todo-categories-diary-label)
11352 (todo-categories-done-label, todo-categories-number-separator)
11353 (todo-categories-todo-label, todo-categories-totals-label)
11354 (todo-category-completions-files, todo-completion-ignore-case)
11355 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
11356 (todo-done-separator-string, todo-done-string)
11357 (todo-files-function, todo-filter-done-items, todo-filter-files)
11358 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
11359 (todo-initial-category, todo-initial-file, todo-item-mark)
11360 (todo-legacy-date-time-regexp, todo-mode-line-function)
11361 (todo-nondiary-marker, todo-number-prefix)
11362 (todo-print-buffer-function, todo-show-current-file)
11363 (todo-show-done-only, todo-show-first, todo-show-with-done)
11364 (todo-skip-archived-categories, todo-top-priorities-overrides)
11365 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
11366 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
11367 New defcustoms.
11368 (todo-category-done, todo-date-pattern, todo-date-string-start)
11369 (todo-diary-items-buffer, todo-done-string-start)
11370 (todo-filtered-items-buffer, todo-item-start)
11371 (todo-month-abbrev-array, todo-month-name-array)
11372 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
11373 (todo-top-priorities-buffer): New defconsts.
11374 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
11375 (todo-categories-with-marks, todo-category-string-face)
11376 (todo-comment-face, todo-comment-string, todo-current-todo-file)
11377 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
11378 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
11379 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
11380 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
11381 (todo-font-lock-keywords, todo-global-current-todo-file)
11382 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
11383 (todo-insertion-commands-args)
11384 (todo-insertion-commands-args-genlist)
11385 (todo-insertion-commands-names, todo-insertion-map)
11386 (todo-key-bindings-t, todo-key-bindings-t+a)
11387 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
11388 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
11389 (todo-nondiary-face, todo-print-buffer, todo-time-face)
11390 (todo-visited): New variables.
11391
11392 2013-06-21 Glenn Morris <rgm@gnu.org>
11393
11394 * play/cookie1.el (cookie-apropos): Add optional display argument.
11395 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
11396 (psychoanalyze-pinhead): Use cookie-doctor.
11397
11398 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11399
11400 * emacs-lisp/package.el (tar-get-file-descriptor)
11401 (tar--extract): Declare.
11402
11403 2013-06-21 Eduard Wiebe <usenet@pusto.de>
11404
11405 Extend flymake's warning predicate to be a function (bug#14217).
11406 * progmodes/flymake.el (flymake-warning-predicate): New.
11407 (flymake-parse-line): Use it.
11408 (flymake-warning-re): Make obsolete alias to
11409 `flymake-warning-predicate'.
11410
11411 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11412
11413 * emacs-lisp/package.el (package-alist): Include obsolete packages.
11414 (package-obsolete-list): Remove.
11415 (package-activate): Remove min-version argument. Add `force' argument.
11416 Adjust to new package-alist format.
11417 (package-mark-obsolete): Remove.
11418 (package-unpack): Force reload of the package's autoloads.
11419 (package-installed-p): Check builtins if the installed package is not
11420 recent enough.
11421 (package-initialize): Don't reset package-obsolete-list.
11422 Don't specify which package version to activate.
11423 (package-process-define-package, describe-package-1)
11424 (package-menu--generate): Adjust to new package-alist format.
11425
11426 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11427
11428 * allout-widgets.el (allout-widgets-mode-off)
11429 (allout-widgets-mode-on, allout-widgets-pre-command-business)
11430 (allout-widgets-post-command-business)
11431 (allout-widgets-after-copy-or-kill-function)
11432 (allout-widgets-after-undo-function, allout-test-range-overlaps)
11433 (allout-decorate-item-and-context)
11434 (allout-graphics-modification-handler): Fix typos in docstrings.
11435 (allout-get-or-create-parent-widget): Use `looking-at-p'.
11436
11437 * cmuscheme.el (scheme-start-file): Doc fix.
11438 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
11439 (scheme-input-filter): Use `string-match-p'.
11440
11441 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
11442
11443 * dired-x.el: Use Dired consistently in docstrings.
11444
11445 * dired.el: Use Dired consistently in docstrings.
11446 (dired-readin, dired-mode): Use `setq-local'.
11447 (dired-switches-alist): Make defvar-local.
11448 (dired-buffers-for-dir): Use `zerop'.
11449 (dired-safe-switches-p, dired-switches-escape-p)
11450 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
11451 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
11452 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
11453 (dired-goto-next-nontrivial-file): Use `string-match-p'.
11454 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
11455 (dired-toggle-marks, dired-mark-files-containing-regexp)
11456 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
11457 (dired-flag-auto-save-files, dired-flag-backup-files):
11458 Use `looking-at-p'.
11459 (dired-mark-files-regexp, dired-build-subdir-alist):
11460 Use `string-match-p', `looking-at-p'.
11461
11462 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
11463 (direct-print-region-helper): Use `string-match-p'.
11464
11465 2013-06-21 Leo Liu <sdl.web@gmail.com>
11466
11467 * comint.el (comint-redirect-results-list-from-process):
11468 Fix infinite loop.
11469
11470 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
11471
11472 * net/eww.el (eww-update-header-line-format): Quote % characters.
11473
11474 2013-06-21 Glenn Morris <rgm@gnu.org>
11475
11476 * play/cookie1.el (cookie): New custom group.
11477 (cookie-file): New option.
11478 (cookie-check-file): New function.
11479 (cookie): Make it interactive. Make start and end messages optional.
11480 Interactively, display the result. Default to cookie-file.
11481 (cookie-insert): Default to cookie-file.
11482 (cookie-snarf): Make start and end messages optional.
11483 Default to cookie-file. Use with-temp-buffer.
11484 (cookie-read): Rename from read-cookie.
11485 Make start and end messages optional. Default to cookie-file.
11486 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
11487 Do not autoload it.
11488 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
11489 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
11490
11491 2013-06-21 Leo Liu <sdl.web@gmail.com>
11492
11493 * progmodes/octave.el (octave-mode): Backward compatibility fix.
11494
11495 2013-06-21 Glenn Morris <rgm@gnu.org>
11496
11497 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
11498
11499 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
11500 Daniel Hackney <dan@haxney.org>
11501
11502 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
11503 Consolidate the single-file vs tarball code.
11504 (package-desc-suffix): New function.
11505 (package-desc-full-name): Don't bother inlining it.
11506 (package-load-descriptor): Return the new package-desc.
11507 (package-mark-obsolete): Remove unused arg `package'.
11508 (package-unpack): Make it work for single files as well.
11509 Make it update package-alist.
11510 (package--make-autoloads-and-stuff): Rename from
11511 package--make-autoloads-and-compile. Don't compile any more.
11512 (package--compile): New function.
11513 (package-generate-description-file): New function, extracted from
11514 package-unpack-single.
11515 (package-unpack-single): Remove.
11516 (package--with-work-buffer): Add indentation and debugging info.
11517 (package-download-single): Remove.
11518 (package-install-from-archive): Rename from package-download-tar, make
11519 it take a pkg-desc, and make it work for single files as well.
11520 (package-download-transaction): Simplify.
11521 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
11522 external tar program.
11523 (package-install-from-buffer): Remove `pkg-desc' argument.
11524 Use package-tar-file-info for tar-mode buffers.
11525 (package-install-file): Simplify accordingly.
11526 (package-archive-base): Change to take a pkg-desc.
11527 * tar-mode.el (tar--check-descriptor): New function, extracted from
11528 tar-get-descriptor.
11529 (tar-get-descriptor): Use it.
11530 (tar-get-file-descriptor): New function.
11531 (tar--extract): New function, extracted from tar-extract.
11532 (tar--extract): Use it.
11533 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
11534 case the summary uses non-ascii. Adjust to new calling convention of
11535 package-tar-file-info.
11536
11537 2013-06-21 Leo Liu <sdl.web@gmail.com>
11538
11539 * comint.el (comint-redirect-results-list-from-process):
11540 Fix random delay. (Bug#14681)
11541
11542 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
11543
11544 * profiler.el (profiler-format-number): Use log, not log10.
11545
11546 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11547
11548 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
11549
11550 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
11551
11552 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
11553 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
11554 yet available.
11555 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
11556 (AUTOGENEL): ... here.
11557 * emacs-lisp/cl-macs.el (cl--sublis): New function.
11558 (cl--defsubst-expand): Use it.
11559
11560 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
11561
11562 * subr.el (log10): Move here from C code, and declare as obsolete.
11563 All uses of (log10 X) replaced with (log X 10).
11564
11565 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11566
11567 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
11568 Declare with `defvar-local'.
11569 (tabulated-list-use-header-line, tabulated-list-entries)
11570 (tabulated-list-padding, tabulated-list-printer)
11571 (tabulated-list-sort-key): Declare with `defvar-local'.
11572 (tabulated-list-init-header, tabulated-list-print-fake-header):
11573 Use `setq-local'.
11574
11575 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
11576
11577 * arc-mode.el (archive-mode): Add `archive-write-file' to
11578 `write-contents-functions' also for remote files. (Bug#14652)
11579
11580 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
11581
11582 * cus-edit.el (custom-commands): Fix typos.
11583 (custom-display): Fix tooltip text.
11584 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
11585 Fix typos in docstrings.
11586 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
11587 (custom-unlispify-menu-entry, custom-magic-value-create)
11588 (custom-add-see-also, custom-group-value-create): Use ?\s.
11589 (custom-guess-type, customize-apropos, editable-field)
11590 (custom-face-value-create): Use `string-match-p'.
11591 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
11592
11593 * custom.el (custom-load-symbol): Use `string-match-p'.
11594
11595 * ansi-color.el: Convert to lexical binding.
11596 (ansi-colors): Fix URL.
11597 (ansi-color-context, ansi-color-context-region): Use defvar-local.
11598 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
11599 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
11600
11601 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11602
11603 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
11604
11605 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
11606
11607 2013-06-19 Tom Tromey <tromey@redhat.com>
11608
11609 * net/eww.el (eww-top-url): Remove.
11610 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
11611 (eww-render): Set new variables. Don't set eww-top-url.
11612 (eww-handle-link): Handle "prev", "home", and "contents".
11613 Downcase the rel text.
11614 (eww-top-url): Choose best top URL.
11615
11616 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11617
11618 * net/eww.el: Rewrite to implement form elements "by hand" instead of
11619 relying in widget.el. Using widget.el leads to too many
11620 user interface inconsistencies.
11621 (eww-self-insert): Implement entering commands in text fields.
11622 (eww-process-text-input): New function to make text input field editing
11623 work.
11624 (eww-submit): Rewrite to use the new-style form methods.
11625 (eww-select-display): Display the correct selected item.
11626 (eww-change-select): Implement changing the select value.
11627 (eww-toggle-checkbox): Implement radio/checkboxes.
11628 (eww-update-field): Fix compilation error.
11629 (eww-tag-textarea): Implement <textarea>.
11630
11631 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
11632 we don't shadow mode-specific bindings.
11633
11634 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
11635 nothing to push.
11636
11637 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
11638
11639 2013-06-19 Glenn Morris <rgm@gnu.org>
11640
11641 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
11642
11643 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11644
11645 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
11646 not needed.
11647
11648 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
11649
11650 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11651
11652 * net/browse-url.el (browse-url-browser-function):
11653 `eww-browse-url' has the right calling signature, `eww' does not.
11654
11655 2013-06-19 Glenn Morris <rgm@gnu.org>
11656
11657 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11658 Only eval autoloaded macros.
11659 (byte-compile-autoload): Only give the macro warning for macros.
11660
11661 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
11662 (ps-underlined-faces): Declare.
11663
11664 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
11665 (speedbar-add-supported-extension): Declare.
11666
11667 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
11668 Don't include a date stamp in the header of the generated file;
11669 it leads to needless differences between output files.
11670
11671 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
11672
11673 * net/secrets.el (secrets-struct-secret-content-type):
11674 Replace check of introspection data by a test call of "CreateItem".
11675 Some servers do not offer introspection.
11676
11677 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * electric.el (electric-pair-mode): Improve interaction with
11680 electric-layout-mode.
11681 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
11682 (electric-pair-syntax): Use text-mode-syntax-table in comments
11683 and strings.
11684 (electric-pair--insert): New function.
11685 (electric-pair-post-self-insert-function): Use it and
11686 electric--after-char-pos.
11687
11688 2013-06-19 Leo Liu <sdl.web@gmail.com>
11689
11690 * progmodes/octave.el (octave-help): Fix regexp.
11691
11692 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11693
11694 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
11695 (shr-table-horizontal-line): Allow nil as a value, and change the
11696 default.
11697 (shr-insert-table-ruler): Respect the nil value.
11698
11699 2013-06-18 Tom Tromey <tromey@barimba>
11700
11701 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11702 New defvars.
11703 (eww-open-file): New defun.
11704 (eww-render): Initialize new variables.
11705 (eww-display-html): Handle "link" and "a".
11706 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
11707 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
11708 (eww-back-url): Rename from eww-previous-url.
11709 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
11710 New defuns.
11711
11712 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
11713
11714 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
11715 Distinguish ternary operator tokens from slash symbol and slash
11716 char literal.
11717
11718 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11719
11720 Convert symbol prettification into minor mode and global minor mode.
11721
11722 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
11723 `prog-prettify-symbols', and make a local defvar instead of defcustom.
11724 (prettify-symbols--keywords): Rename from
11725 `prog-prettify-symbols-alist' and make a local defvar.
11726 (prettify-symbols--compose-symbol): Rename from
11727 `prog--prettify-font-lock-compose-symbol'.
11728 (prettify-symbols--make-keywords): Rename from
11729 `prog-prettify-font-lock-symbols-keywords' and simplify.
11730 (prog-prettify-install): Remove.
11731 (prettify-symbols-mode): New minor mode, based on
11732 `prog-prettify-install'.
11733 (turn-on-prettify-symbols-mode): New function.
11734 (global-prettify-symbols-mode): New globalized minor mode.
11735
11736 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11737 * progmodes/cfengine.el (cfengine3-mode):
11738 * progmodes/perl-mode.el (perl-mode): Don't call
11739 `prog-prettify-install'; set `prettify-symbols-alist' instead.
11740
11741 2013-06-18 Juri Linkov <juri@jurta.org>
11742
11743 * files-x.el (modify-file-local-variable-message): New function.
11744 (modify-file-local-variable)
11745 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
11746 and call `modify-file-local-variable-message' when it's non-nil.
11747 (add-file-local-variable, delete-file-local-variable)
11748 (add-file-local-variable-prop-line)
11749 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
11750 and use it. (Bug#9820)
11751
11752 2013-06-18 Juri Linkov <juri@jurta.org>
11753
11754 * emulation/vi.el (vi-shell-op):
11755 * emulation/vip.el (vip-execute-com, ex-command):
11756 * emulation/viper-cmd.el (viper-exec-bang):
11757 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
11758 the call of `shell-command-on-region'. (Bug#14637)
11759
11760 * simple.el (shell-command-on-region): Doc fix.
11761
11762 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
11765 (bug#14633).
11766
11767 2013-06-18 Glenn Morris <rgm@gnu.org>
11768
11769 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
11770
11771 * newcomment.el (comment-search-forward, comment-search-backward):
11772 Doc fix. (Bug#14376)
11773
11774 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
11775
11776 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
11777 (buffer-face-mode-invoke): Doc fix.
11778
11779 2013-06-18 Matthias Meulien <orontee@gmail.com>
11780
11781 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
11782 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
11783
11784 2013-06-18 Glenn Morris <rgm@gnu.org>
11785
11786 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
11787 Replace obsolete function generic-make-keywords with its expansion.
11788
11789 * progmodes/python.el (ffap-alist): Declare.
11790
11791 * textmodes/reftex.el (bibtex-mode-map): Declare.
11792
11793 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
11794
11795 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
11796 (package-unpack, package-unpack-single): Return the pkg-dir.
11797 (package-download-transaction): Use it to update package-alist.
11798
11799 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11800
11801 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
11802 possible choice.
11803
11804 2013-06-17 Juri Linkov <juri@jurta.org>
11805
11806 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
11807
11808 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11809
11810 * emacs-lisp/package.el (package-load-descriptor):
11811 Remove `with-syntax-table' call, `read' doesn't need it.
11812 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
11813
11814 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11815
11816 * startup.el (command-line): Expand package name returned by
11817 `package--description-file' (bug#14639).
11818
11819 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
11820
11821 * emacs-lisp/package.el (package-load-descriptor): Do not call
11822 `emacs-lisp-mode', just use its syntax table.
11823
11824 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
11825
11826 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
11827 `font-lock-extra-managed-props' if any prettifying keyword is added.
11828 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
11829 (prog-mode): Use `setq-local'.
11830
11831 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * international/characters.el (standard-case-table): Set syntax of ?»
11834 and ?« to punctuation.
11835
11836 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
11837
11838 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
11839 Save relevant match data before calling `syntax-ppss' (bug#14595).
11840
11841 2013-06-15 Juri Linkov <juri@jurta.org>
11842
11843 * files-x.el (modify-file-local-variable-prop-line): Add local
11844 variables to the end of the existing comment on the first line.
11845 Use `file-auto-mode-skip' to skip interpreter magic line,
11846 and also skip XML declaration.
11847
11848 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
11849
11850 * startup.el (package--builtin-versions): New var.
11851 (package-subdirectory-regexp): Remove.
11852 (package--description-file): Hard code its value instead.
11853
11854 * emacs-lisp/package.el: Don't activate packages older than builtin.
11855 (package-obsolete-list): Rename from package-obsolete-alist, and make
11856 it into a simple list of package-desc.
11857 (package-strip-version): Remove.
11858 (package-built-in-p): Use package--builtin-versions.
11859 (package-mark-obsolete): Simplify.
11860 (package-process-define-package): Mark it obsolete if older than the
11861 builtin version.
11862 (package-handle-response): Use line-end-position.
11863 (package-read-archive-contents, package--download-one-archive):
11864 Simplify.
11865 (package--add-to-archive-contents): Skip if older than the builtin or
11866 installed version.
11867 (package-menu-describe-package): Fix last change.
11868 (package-list-unversioned): New var.
11869 (package-menu--generate): Use it.
11870
11871 * emacs-lisp/autoload.el: Manage package--builtin-versions.
11872 (autoload--insert-text, autoload--insert-cookie-text): New functions.
11873 (autoload-builtin-package-versions): New variable.
11874 (autoload-generate-file-autoloads): Use them.
11875 Remove the list of autoloaded functions/macros from the
11876 (autoload...) comments.
11877
11878 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
11879
11880 2013-06-15 Eli Zaretskii <eliz@gnu.org>
11881
11882 * simple.el (line-move-partial): Don't jump to the next screen
11883 line as soon as it becomes visible. Instead, continue enlarging
11884 the vscroll until the portion of a tall screen line that's left on
11885 display is about the height of the frame's default font.
11886 (Bug#14567)
11887
11888 2013-06-15 Glenn Morris <rgm@gnu.org>
11889
11890 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
11891 compilation-error-regexp-alist void, or local while let-bound.
11892
11893 * progmodes/make-mode.el (makefile-mode-syntax-table):
11894 Treat "=" as punctuation. (Bug#14614)
11895
11896 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
11897
11898 * help-fns.el (describe-variable):
11899 Add extra line for permanent-local variables.
11900
11901 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
11902
11903 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11904 Add export, import, library. (Bug#9164)
11905 (library): Set indent function.
11906
11907 2013-06-14 Glenn Morris <rgm@gnu.org>
11908
11909 * term/xterm.el (xterm--query):
11910 Stop after first matching handler. (Bug#14615)
11911
11912 2013-06-14 Ivan Kanis <ivan@kanis.fr>
11913
11914 Add support for dired in saveplace.
11915 * dired.el (dired-initial-position-hook): New variable.
11916 (dired-initial-position): Call hook to place cursor position.
11917 * saveplace.el (save-place-to-alist): Add dired position.
11918 (save-place-dired-hook): New function.
11919
11920 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
11923 through a symbol rather than letrec.
11924
11925 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
11926 (package-desc): Add `dir' field.
11927 (package-desc-full-name): New function.
11928 (package-load-descriptor): Combine the two arguments. Don't use `load'.
11929 (package-maybe-load-descriptor): Remove.
11930 (package-load-all-descriptors): Just call package-load-descriptor.
11931 (package--disabled-p): New function.
11932 (package-desc-vers, package-desc-doc): Remove aliases.
11933 (package--dir): Remove function.
11934 (package-activate): Check if a package is disabled.
11935 (package-process-define-package): New function, extracted from
11936 define-package.
11937 (define-package): Turn into a place holder.
11938 (package-unpack-single, package-tar-file-info):
11939 Use package--description-file.
11940 (package-compute-transaction): Use package--disabled-p.
11941 (package-download-transaction): Don't call
11942 package-maybe-load-descriptor since they're all loaded anyway.
11943 (package-install): Change argument to be a pkg-desc.
11944 (package-delete): Use a single pkg-desc argument.
11945 (describe-package-1): Use package-desc-dir instead of package--dir.
11946 Use package-desc property instead of package-symbol.
11947 (package-install-button-action): Adjust accordingly.
11948 (package--push): Rewrite.
11949 (package-menu--print-info): Adjust accordingly. Change the ID format
11950 to be a pkg-desc.
11951 (package-menu-describe-package, package-menu-get-status)
11952 (package-menu--find-upgrades, package-menu-mark-upgrades)
11953 (package-menu-execute, package-menu--name-predicate):
11954 Adjust accordingly.
11955 * startup.el (package--description-file): New function.
11956 (command-line): Use it.
11957 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11958 Use package-desc-version.
11959
11960 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
11961 (byte-compile-preprocess): Use it.
11962 (byte-compile-file-form-defalias): Try a bit harder to use macros we
11963 can't quite recognize.
11964 (byte-compile-add-to-list): Remove.
11965 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
11966 (cconv-closure-convert): Add assertion.
11967
11968 * emacs-lisp/map-ynp.el: Use lexical-binding.
11969 (map-y-or-n-p): Remove unused vars `tail' and `object'.
11970 Factor out some repeated code.
11971
11972 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * subr.el (with-eval-after-load): New macro.
11975 (eval-after-load): Allow form to be a function.
11976 take advantage of lexical-binding.
11977 (do-after-load-evaluation): Use dolist and adjust to new format.
11978 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
11979
11980 2013-06-13 Juri Linkov <juri@jurta.org>
11981
11982 * replace.el (perform-replace): Display "symbol " and other search
11983 modes from `isearch-message-prefix' in the *Help* buffer.
11984
11985 * isearch.el (isearch-query-replace): Add " symbol" and other
11986 possible search modes from `isearch-message-prefix' to the prompt.
11987 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
11988 when reading a regexp to collect.
11989
11990 2013-06-13 Juri Linkov <juri@jurta.org>
11991
11992 * isearch.el (word-search-regexp): Match whitespace if the search
11993 string begins or ends in whitespace. The LAX arg is applied to
11994 both ends of the search string. Use `regexp-quote' and explicit
11995 \< and \> instead of \b. Use \` and \' instead of ^ and $.
11996 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
11997 boundaries are replaced with symbol boundaries, and characters
11998 between symbols match non-word non-symbol syntax. (Bug#14602)
11999
12000 2013-06-13 Juri Linkov <juri@jurta.org>
12001
12002 * isearch.el (isearch-del-char): Don't exceed the length of
12003 `isearch-string' by the prefix arg. (Bug#14563)
12004
12005 2013-06-13 Juri Linkov <juri@jurta.org>
12006
12007 * isearch.el (isearch-yank-word, isearch-yank-line)
12008 (isearch-char-by-name, isearch-quote-char)
12009 (isearch-printing-char, isearch-process-search-char):
12010 Add optional count prefix arg. (Bug#14563)
12011
12012 * international/isearch-x.el
12013 (isearch-process-search-multibyte-characters):
12014 Add optional count prefix arg.
12015
12016 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12017
12018 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12019 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12020 lexical-binding.
12021
12022 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12023
12024 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12025
12026 2013-06-13 Glenn Morris <rgm@gnu.org>
12027
12028 * startup.el (tty-handle-args):
12029 Don't just discard "--" and anything after. (Bug#14608)
12030
12031 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12032
12033 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12034
12035 Implement changes in Secret Service API. Make it backward compatible.
12036 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12037 (secrets-create-item): Use it. Prefix properties with interface.
12038
12039 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12040
12041 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12042 (term-emulate-terminal): Respect term-suppress-hard-newline.
12043
12044 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12045
12046 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12047 Only remove a `thumb-file' overlay. (Bug#14548)
12048
12049 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12050
12051 * mail/reporter.el (reporter-submit-bug-report):
12052 Handle missing package-name. (Bug#14600)
12053
12054 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12055
12056 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12057 (reftex-citation-prompt, reftex-default-bibliography)
12058 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12059 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12060 (reftex-bib-sort-author, reftex-bib-sort-year)
12061 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12062 (reftex-extract-bib-entries-from-thebibliography)
12063 (reftex-get-bibkey-default, reftex-get-bib-names)
12064 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12065 (reftex-format-bib-entry, reftex-parse-bibitem)
12066 (reftex-format-bibitem, reftex-do-citation)
12067 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12068 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12069 (reftex-insert-bib-matches, reftex-format-citation)
12070 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12071 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12072 existing comments into docstrings.
12073
12074 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12075
12076 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12077
12078 2013-06-12 Andreas Schwab <schwab@suse.de>
12079
12080 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12081 for auto-save files.
12082
12083 2013-06-12 Glenn Morris <rgm@gnu.org>
12084
12085 * ido.el (ido-delete-ignored-files): Remove.
12086 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12087 Go back to calling ido-ignore-item-p directly.
12088
12089 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12090
12091 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12092
12093 * ido.el (ido-delete-ignored-files): New function,
12094 split from ido-make-file-list-1.
12095 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12096 (ido-make-file-list-1): Use ido-delete-ignored-files.
12097
12098 2013-06-12 Leo Liu <sdl.web@gmail.com>
12099
12100 * progmodes/octave.el (inferior-octave-startup)
12101 (inferior-octave-completion-table)
12102 (inferior-octave-track-window-width-change)
12103 (octave-eldoc-function-signatures, octave-help)
12104 (octave-find-definition): Use single quoted strings.
12105 (inferior-octave-startup-args): Change default value.
12106 (inferior-octave-startup): Do not hard code "-i" and
12107 "--no-line-editing".
12108 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12109 (inferior-octave-directory-tracker): Use it.
12110 (octave-goto-function-definition): Robustify.
12111 (octave-help): Support highlighting operators in 'See also'.
12112 (octave-find-definition): Find subfunctions only in Octave mode.
12113
12114 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * help-fns.el (help-fns--compiler-macro): If the handler function is
12117 named, then put a link to it.
12118 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12119 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12120 (cl-typep): Use it.
12121 (cl-eval-when): Simplify debug spec.
12122 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12123 compiler-macro function instead of setting `compiler-macro-file'.
12124
12125 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12126
12127 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12128 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12129
12130 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12131 Daniel Hackney <dan@haxney.org>
12132
12133 First part of Daniel Hackney's patch to package.el.
12134 * emacs-lisp/package.el: Use defstruct.
12135 (package-desc): New, main struct.
12136 (package--bi-desc, package--ac-desc): New structs, used to describe the
12137 format in external files.
12138 (package-desc-vers): Replace with package-desc-version accessor.
12139 (package-desc-doc): Replace with package-desc-summary accessor.
12140 (package-activate-1): Remove `package' arg since the pkg-vec now
12141 includes the name.
12142 (define-package): Use package-desc-from-define.
12143 (package-unpack-single): Change file-name arg to be a symbol.
12144 (package--add-to-archive-contents): Use package-desc-create and new
12145 accessor functions to package--ac-desc.
12146 (package-buffer-info, package-tar-file-info): Return a package-desc.
12147 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12148 arg to be a package-desc.
12149 (package-install-file): Adjust accordingly. Use \' to match EOS.
12150 (package--from-builtin): New function.
12151 (describe-package-1, package-menu--generate): Use it.
12152 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12153 (package-generate-autoloads): Idem and return the name of the file.
12154 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12155 Change pkg-info arg to be a package-desc.
12156 Use package-make-ac-desc.
12157 (package-upload-file): Use \' to match EOS.
12158 * finder.el (finder-compile-keywords): Use package-make-builtin.
12159
12160 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12161
12162 * vc/vc.el (vc-deduce-fileset): Change error message.
12163 (vc-read-backend): New function.
12164 (vc-next-action): Use it.
12165
12166 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12167
12168 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12169 (prolog-font-lock-keywords): Use regexp-opt instead.
12170 Don't manually highlight strings.
12171 (prolog-mode-variables): Simplify comment-start-skip.
12172 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12173
12174 * emacs-lisp/generic.el (generic--normalise-comments)
12175 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12176 (generic-mode-set-comments): Use them.
12177 (generic-bracket-support): Use setq-local.
12178 (generic-make-keywords-list): Declare obsolete.
12179
12180 2013-06-11 Glenn Morris <rgm@gnu.org>
12181
12182 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12183 Prettify after setting font-lock-defaults. (Bug#14574)
12184
12185 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12186
12187 * replace.el (query-replace, occur-read-regexp-defaults-function)
12188 (replace-search):
12189 * subr.el (declare-function, number-sequence, local-set-key)
12190 (substitute-key-definition, locate-user-emacs-file)
12191 (with-silent-modifications, split-string, eval-after-load):
12192 Fix typos, remove unneeded backslashes and reflow some docstrings.
12193
12194 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12195
12196 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12197 default for Elisp files.
12198
12199 2013-06-11 Glenn Morris <rgm@gnu.org>
12200
12201 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12202 although define-derived-mode was doing this anyway. (Bug#14583)
12203
12204 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12205
12206 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12207 Fix make-variable-buffer-local call to refer to the correct variable.
12208
12209 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12210
12211 * eshell/em-term.el (eshell-visual-commands)
12212 (eshell-visual-subcommands, eshell-visual-options):
12213 Add summary line to docstrings. Add cross-references.
12214
12215 2013-06-10 Glenn Morris <rgm@gnu.org>
12216
12217 * epa.el (epa-read-file-name): New function. (Bug#14510)
12218 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12219
12220 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12221
12222 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12223 output redirection to be ignored with visual commands.
12224
12225 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12226
12227 * eshell/em-term.el (eshell-visual-command-p): New function.
12228 (eshell-term-initialize): Move long lambda to separate function
12229 eshell-visual-command-p.
12230 * eshell/em-dirs.el (eshell-dirs-initialize):
12231 * eshell/em-script.el (eshell-script-initialize):
12232 Add missing #' to lambda.
12233
12234 2013-06-08 Leo Liu <sdl.web@gmail.com>
12235
12236 * progmodes/octave.el (octave-add-log-current-defun): New function.
12237 (octave-mode): Set add-log-current-defun-function.
12238 (octave-goto-function-definition): Do not move point if not found.
12239 (octave-find-definition): Enhance to try subfunctions first.
12240
12241 2013-06-08 Glenn Morris <rgm@gnu.org>
12242
12243 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12244 (byte-compile-backward-char, byte-compile-backward-word):
12245 Improve previous change, to handle non-explicit nil.
12246
12247 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12250 (smie--opener/closer-at-point): New function.
12251 (smie--matching-block-data): Use it. Don't match from right after an
12252 opener or right before a closer. Obey smie-blink-matching-inners.
12253 Don't signal a mismatch for repeated inners like "switch..case..case".
12254
12255 2013-06-07 Leo Liu <sdl.web@gmail.com>
12256
12257 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12258 to t. (Bug#14303)
12259 (octave-function-header-regexp): Fix. (Bug#14570)
12260 (octave-help-mode-finish-hook, octave-help-mode-finish):
12261 Remove. Just use temp-buffer-show-hook.
12262
12263 * newcomment.el (comment-search-backward): Revert last change.
12264 (Bug#14434)
12265
12266 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12267
12268 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12269
12270 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12271 through xargs, to avoid failure due to MS-Windows limitations on
12272 command-line length.
12273
12274 2013-06-06 Glenn Morris <rgm@gnu.org>
12275
12276 * font-lock.el (lisp-font-lock-keywords-2):
12277 Treat user-error like error.
12278
12279 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12280 (byte-compile-backward-char, byte-compile-backward-word):
12281 Handle explicit nil arguments. (Bug#14565)
12282
12283 2013-06-05 Alan Mackenzie <acm@muc.de>
12284
12285 * isearch.el (isearch-allow-prefix): New user option.
12286 (isearch-other-meta-char): Don't exit isearch when a prefix
12287 argument is typed whilst `isearch-allow-prefix' is non-nil.
12288 (Bug#9706)
12289
12290 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * autorevert.el (auto-revert-notify-handler): Use memq.
12293 Hide assertion failure.
12294
12295 * skeleton.el: Use cl-lib.
12296 (skeleton-further-elements): Use defvar-local.
12297 (skeleton-insert): Use cl-progv.
12298
12299 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12300
12301 * progmodes/prog-mode.el (prog-prettify-symbols)
12302 (prog-prettify-install): Update docstrings.
12303
12304 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12305
12306 * simple.el: Move all the prog-mode code to prog-mode.el.
12307 * progmodes/prog-mode.el: New file.
12308 * loadup.el: Add prog-mode.el.
12309
12310 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12311
12312 * simple.el (prog-prettify-symbols): Add version.
12313 (prog-prettify-install): Add convenience function to prettify symbols.
12314
12315 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12316 (perl--augmented-font-lock-keywords-1)
12317 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12318 variables and use it.
12319
12320 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12321 (cfengine3-mode): Remove unneeded variable and use it.
12322
12323 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12324 (lisp--augmented-font-lock-keywords-1)
12325 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12326 Remove unneeded variables and use it.
12327
12328 2013-06-05 João Távora <joaotavora@gmail.com>
12329
12330 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12331 to point when opening the connection. (Bug#14380)
12332
12333 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12334
12335 * subr.el (load-history-regexp, load-history-filename-element)
12336 (eval-after-load, after-load-functions, do-after-load-evaluation)
12337 (eval-next-after-load, display-delayed-warnings)
12338 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
12339 definition of save-match-data.
12340 (overriding-local-map): Remove accidental obsolescence declaration.
12341
12342 * emacs-lisp/edebug.el (edebug-result): Move before first use.
12343
12344 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12345
12346 Generalize symbol prettify support to prog-mode and implement it
12347 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
12348 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
12349 (prog--prettify-font-lock-compose-symbol)
12350 (prog-prettify-font-lock-symbols-keywords): New variables and
12351 functions to support symbol prettification.
12352 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12353 (lisp--augmented-font-lock-keywords-1)
12354 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
12355 (lisp--prettify-symbols-alist): Implement prettify of lambda.
12356 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12357 (cfengine3--prettify-symbols-alist, cfengine3-mode):
12358 Implement prettify of -> => :: strings.
12359 * progmodes/perl-mode.el (perl-prettify-symbols)
12360 (perl--font-lock-compose-symbol)
12361 (perl--font-lock-symbols-keywords): Move to prog-mode.
12362 (perl--prettify-symbols-alist): Prettify -> => :: strings.
12363 (perl-font-lock-keywords-1)
12364 (perl-font-lock-keywords-2): Remove explicit prettify support.
12365 (perl--augmented-font-lock-keywords)
12366 (perl--augmented-font-lock-keywords-1)
12367 (perl--augmented-font-lock-keywords-2, perl-mode):
12368 Implement prettify support.
12369
12370 2013-06-05 Leo Liu <sdl.web@gmail.com>
12371
12372 Re-implement SMIE matching block highlight using
12373 show-paren-data-function. (Bug#14395)
12374 * emacs-lisp/smie.el (smie-matching-block-highlight)
12375 (smie--highlight-matching-block-overlay)
12376 (smie--highlight-matching-block-lastpos)
12377 (smie-highlight-matching-block)
12378 (smie-highlight-matching-block-mode): Remove.
12379 (smie--matching-block-data-cache): New variable.
12380 (smie--matching-block-data): New function.
12381 (smie-setup): Use smie--matching-block-data for
12382 show-paren-data-function.
12383
12384 * progmodes/octave.el (octave-mode-menu): Fix.
12385 (octave-find-definition): Skip garbage lines.
12386
12387 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 Fix compilation error with simultaneous dynamic+lexical scoping.
12390 Add warning when a defvar appears after the first let-binding.
12391 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
12392 (byte-compile-close-variables): Initialize it.
12393 (byte-compile--declare-var): New function.
12394 (byte-compile-file-form-defvar)
12395 (byte-compile-file-form-define-abbrev-table)
12396 (byte-compile-file-form-custom-declare-variable): Use it.
12397 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
12398 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
12399 (byte-compile-bind): Handle dynamic bindings that shadow
12400 lexical bindings.
12401 (byte-compile-unbind): Make arg non-optional.
12402 (byte-compile-let): Simplify.
12403 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
12404 (cconv--analyse-function, cconv-analyse-form): Populate it.
12405 Protect byte-compile-bound-variables to limit the scope of defvars.
12406 (cconv-analyse-form): Add missing rule for (defvar <foo>).
12407 Remove unneeded rule for `declare'.
12408
12409 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
12410 so as to avoid depending on cl-adjoin at run-time.
12411 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
12412
12413 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
12414 (macroexp--warn-and-return): Use it.
12415
12416 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12417
12418 * subr.el: Convert to lexical binding.
12419 (overriding-local-map): Make obsolete.
12420 (add-to-list): Doc fix. Add compiler macro.
12421 (read-key): Swap values of local maps.
12422
12423 2013-06-05 Leo Liu <sdl.web@gmail.com>
12424
12425 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
12426
12427 2013-06-04 Leo Liu <sdl.web@gmail.com>
12428
12429 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
12430 (compilation-auto-jump): Suppress the "Mark set" message to give
12431 way to exit message.
12432
12433 2013-06-04 Alan Mackenzie <acm@muc.de>
12434
12435 Remove faulty optimisation from indentation calculation.
12436 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
12437 search limit based on 2000 characters back from indent-point.
12438
12439 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12440
12441 * eshell/em-term.el (cl-lib): Require `cl-lib'.
12442
12443 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 * emacs-lisp/lisp.el: Use lexical-binding.
12446 (lisp--local-variables-1, lisp--local-variables): New functions.
12447 (lisp--local-variables-completion-table): New var.
12448 (lisp-completion-at-point): Use it complete let-bound vars.
12449
12450 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
12451 eagerly (bug#14422).
12452
12453 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
12454
12455 * autorevert.el (auto-revert-notify-enabled)
12456 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12457 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
12458 (auto-revert-notify-handler): Handle also gfilenotify.
12459
12460 * subr.el (file-notify-handle-event): New defun. Replacing ...
12461 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
12462 Remove.
12463
12464 2013-06-03 Juri Linkov <juri@jurta.org>
12465
12466 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
12467 `M-s h .'. (Bug#14427)
12468
12469 * hi-lock.el (highlight-symbol-at-point): New alias for the new
12470 command `hi-lock-face-symbol-at-point'.
12471 (hi-lock-face-symbol-at-point): New command.
12472 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
12473 (hi-lock-menu): Add `highlight-symbol-at-point'.
12474 (hi-lock-mode): Doc fix.
12475
12476 * isearch.el (isearch-forward-symbol-at-point): New command.
12477 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
12478 (isearch-highlight-regexp): Add a regexp which matches
12479 words/symbols for word/symbol mode.
12480
12481 * subr.el (find-tag-default-bounds): New function with the body
12482 mostly moved from `find-tag-default'.
12483 (find-tag-default): Move most code to `find-tag-default-bounds',
12484 call it and apply `buffer-substring-no-properties' afterwards.
12485
12486 2013-06-03 Tassilo Horn <tsdh@gnu.org>
12487
12488 * eshell/em-term.el (eshell-term-initialize):
12489 Use `cl-intersection' rather than `intersection'.
12490
12491 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
12492
12493 * vc/log-view.el: Doc fix.
12494 (log-view-mode-map): Copy keymap from `special-mode-map'.
12495
12496 2013-06-02 Eric Ludlam <zappo@gnu.org>
12497
12498 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
12499 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
12500 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
12501 (eieio-unbound, eieio-default-superclass)
12502 (eieio--define-field-accessors, method-static, method-before)
12503 (method-primary, method-after, method-num-lists)
12504 (method-generic-before, method-generic-primary)
12505 (method-generic-after, method-num-slots)
12506 (eieio-specialized-key-to-generic-key)
12507 (eieio--check-type, class-v, class-p)
12508 (eieio-class-name, define-obsolete-function-alias)
12509 (eieio-class-parents-fast, eieio-class-children-fast)
12510 (same-class-fast-p, class-constructor, generic-p)
12511 (generic-primary-only-p, generic-primary-only-one-p)
12512 (class-option-assoc, class-option, eieio-object-p)
12513 (class-abstract-p, class-method-invocation-order)
12514 (eieio-defclass-autoload-map, eieio-defclass-autoload)
12515 (eieio-class-un-autoload, eieio-defclass)
12516 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
12517 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
12518 (eieio--defgeneric-init-form, eieio-defgeneric-form)
12519 (eieio-defgeneric-reset-generic-form)
12520 (eieio-defgeneric-form-primary-only)
12521 (eieio-defgeneric-reset-generic-form-primary-only)
12522 (eieio-defgeneric-form-primary-only-one)
12523 (eieio-defgeneric-reset-generic-form-primary-only-one)
12524 (eieio-unbind-method-implementations)
12525 (eieio--defmethod, eieio--typep)
12526 (eieio-perform-slot-validation, eieio-validate-slot-value)
12527 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
12528 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
12529 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
12530 (eieio-slot-name-index, eieio-class-slot-name-index)
12531 (eieio-set-defaults, eieio-initarg-to-attribute)
12532 (eieio-attribute-to-initarg, eieio-c3-candidate)
12533 (eieio-c3-merge-lists, eieio-class-precedence-c3)
12534 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
12535 (eieio-class-precedence-list, eieio-generic-call-methodname)
12536 (eieio-generic-call-arglst, eieio-generic-call-key)
12537 (eieio-generic-call-next-method-list)
12538 (eieio-pre-method-execution-functions, eieio-generic-call)
12539 (eieio-generic-call-primary-only, eieiomt-method-list)
12540 (eieiomt-optimizing-obarray, eieiomt-install)
12541 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
12542 (eieio-generic-form, eieio-defmethod, make-obsolete)
12543 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
12544 (defclass): Remove `eval-and-compile' from macro.
12545 (call-next-method, shared-initialize): Instead of using
12546 `scoped-class' variable, use new eieio--scoped-class, and
12547 eieio--with-scoped-class.
12548 (initialize-instance): Rename local variable 'scoped-class' to
12549 'this-class' to remove ambiguitity from old global.
12550
12551 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
12552 eieio.el.
12553 (eieio--scoped-class-stack): New variable.
12554 (eieio--scoped-class): New fcn.
12555 (eieio--with-scoped-class): New scoping macro.
12556 (eieio-defclass): Use pushnew instead of add-to-list.
12557 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
12558 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
12559 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
12560 `scoped-class' variable, use new eieio--scoped-class, and
12561 eieio--with-scoped-class.
12562
12563 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
12564
12565 2013-06-02 Tassilo Horn <tsdh@gnu.org>
12566
12567 * eshell/esh-ext.el (eshell-external-command): Pass args to
12568 `eshell-find-interpreter'.
12569 (eshell-find-interpreter): Add new second parameter ARGS.
12570
12571 * eshell/em-script.el (eshell-script-initialize): Add second arg
12572 to the function added as MATCH to `eshell-interpreter-alist'.
12573
12574 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
12575 the function added as MATCH to `eshell-interpreter-alist'.
12576
12577 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
12578 (eshell-visual-options): New defcustom.
12579 (eshell-escape-control-x): Adapt docstring.
12580 (eshell-term-initialize): Test `eshell-visual-subcommands' and
12581 `eshell-visual-options' in addition to `eshell-visual-commands'.
12582 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
12583
12584 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
12585
12586 * progmodes/python.el (python-indent-block-enders): Add break,
12587 continue and raise keywords.
12588
12589 2013-06-01 Glenn Morris <rgm@gnu.org>
12590
12591 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
12592
12593 Plain (f)boundp silences compilation warnings since Emacs 22.1.
12594 * progmodes/cc-cmds.el (delete-forward-p):
12595 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
12596 * progmodes/cc-engine.el (buffer-syntactic-context):
12597 * progmodes/cc-fonts.el (face-property-instance):
12598 * progmodes/cc-mode.el (set-keymap-parents):
12599 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
12600 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
12601 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
12602 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
12603 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
12604
12605 * progmodes/cc-vars.el (other): Emacs has this widget since
12606 at least 21.1, so don't (re)define it.
12607
12608 * eshell/em-cmpl.el (eshell-cmpl-initialize):
12609 Replace the obsolete alias pcomplete-arg-quote-list.
12610
12611 2013-06-01 Leo Liu <sdl.web@gmail.com>
12612
12613 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
12614 punctuation syntax.
12615 (inferior-octave-minimal-columns)
12616 (inferior-octave-last-column-width): New variables.
12617 (inferior-octave-track-window-width-change): New function.
12618 (inferior-octave-mode): Adjust column width so that Octave output,
12619 for example from 'ls', can fit into the window nicely.
12620
12621 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12622
12623 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12624 Highlight expansions inside regexp literals.
12625
12626 2013-05-31 Glenn Morris <rgm@gnu.org>
12627
12628 * obsolete/sym-comp.el (symbol-complete):
12629 Replace obsolete completion-annotate-function.
12630
12631 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
12632
12633 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
12634
12635 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
12636 New function, checks if point is inside a literal that allows
12637 expression expansion.
12638 (ruby-syntax-propertize-expansion): Use it.
12639 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
12640 around the body.
12641
12642 2013-05-30 Juri Linkov <juri@jurta.org>
12643
12644 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
12645 to "\M-si".
12646 (isearch-invisible): New variable.
12647 (isearch-forward): Doc fix.
12648 (isearch-mode): Set `isearch-invisible'
12649 to the value of `search-invisible'.
12650 (isearch-toggle-case-fold): Doc fix.
12651 (isearch-toggle-invisible): New command.
12652 (isearch-query-replace): Let-bind `search-invisible'
12653 to the value of `isearch-invisible'.
12654 (isearch-search): Use `isearch-invisible' instead of
12655 `search-invisible'. Let-bind `search-invisible'
12656 to the value of `isearch-invisible'. (Bug#11378)
12657
12658 2013-05-30 Juri Linkov <juri@jurta.org>
12659
12660 * replace.el (perform-replace): Avoid `isearch-range-invisible'
12661 call when `query-flag' is nil and `search-invisible' is non-nil.
12662 (Bug#11746)
12663
12664 2013-05-30 Glenn Morris <rgm@gnu.org>
12665
12666 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
12667
12668 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
12669 (cc-require): Suppress spurious "noruntime" warnings.
12670 (cc-require-when-compile): Use fboundp, for sake of compiler.
12671
12672 * progmodes/cc-mode.el: Move load of cc-vars before that of
12673 cc-langs (which in turn loads cc-vars), to quieten compiler.
12674
12675 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12676
12677 * paren.el: Simplify the code.
12678 (show-paren-mode): Always start the timer.
12679 (show-paren--idle-timer): Rename from show-paren-idle-timer.
12680 (show-paren--overlay, show-paren--overlay-1): Rename from
12681 show-paren-overlay and show-paren-overlay-1, and initialize to an
12682 overlay rather than to nil.
12683 (show-paren-function): Misc cleanup and simplifications.
12684
12685 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
12686
12687 * paren.el (show-paren-data-function): New hook.
12688 (show-paren--default): New function, extracted from show-paren-function.
12689 (show-paren-function): Use show-paren-data-function.
12690
12691 2013-05-30 Glenn Morris <rgm@gnu.org>
12692
12693 * ielm.el (ielm-map, ielm-complete-symbol):
12694 Use completion-at-point rather than obsolete functions.
12695 (inferior-emacs-lisp-mode): Doc fix.
12696 Set completion-at-point-functions, rather than
12697 comint-dynamic-complete-functions.
12698
12699 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
12700 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
12701 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
12702
12703 * image.el (image-animated-p): Tweak definition.
12704
12705 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
12706 (rlogin-process-connection-type): Tweak default. Add set-after.
12707 (rlogin-host): Doc fix.
12708 (rlogin): Tweak prompt.
12709 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
12710
12711 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
12712 * progmodes/tcl.el (inferior-tcl-mode-map):
12713 Use completion-at-point rather than obsolete alias.
12714
12715 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
12716
12717 * minibuffer.el (read-file-name-completion-ignore-case):
12718 Move before completion--in-region, for eager macro expansion.
12719
12720 2013-05-29 Juri Linkov <juri@jurta.org>
12721
12722 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
12723 for total count of matching lines. Add `global-matches' for total
12724 count of matches. Rename `matches' to `lines' for count of
12725 matching lines. Add `matches' for count of matches.
12726 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
12727 to `prev-line' for line number of prev match endpt.
12728 Increment `matches' for every match. Print the number of
12729 matching lines in the header.
12730 (occur-context-lines): Rename `lines' to `curr-line'.
12731 Rename `prev-lines' to `prev-line'. (Bug#14017)
12732
12733 2013-05-29 Juri Linkov <juri@jurta.org>
12734
12735 * replace.el (perform-replace): Add `skip-read-only-count',
12736 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
12737 Increment them for corresponding conditions and report the number
12738 of skipped occurrences in the final message. (Bug#11746)
12739 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12740 (replace-string, replace-regexp): Doc fix.
12741
12742 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * emacs-lisp/trace.el (trace--read-args): Provide a default.
12745
12746 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
12747 prog-mode-map (bug#14504).
12748
12749 2013-05-29 Leo Liu <sdl.web@gmail.com>
12750
12751 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
12752 (octave-help): Small simplification.
12753
12754 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
12755 off the highlight first.
12756
12757 2013-05-29 Glenn Morris <rgm@gnu.org>
12758
12759 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
12760 Handle idlwave-last-system-routine-info-cons-cell being nil.
12761
12762 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12763 (idlwave-write-paths): Simplify via with-temp-buffer.
12764
12765 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
12766 * emulation/cua-rect.el: Also load cua-base at run time.
12767
12768 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
12769 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
12770 (cperl-imenu-on-info): Require imenu.
12771
12772 2013-05-28 Alan Mackenzie <acm@muc.de>
12773
12774 Handle "capitalised keywords" correctly.
12775 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
12776
12777 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
12778
12779 * eshell/em-unix.el: Add -r option to cp.
12780
12781 2013-05-28 Glenn Morris <rgm@gnu.org>
12782
12783 * vc/vc-arch.el (vc-exec-after): Declare.
12784 (vc-switches): Autoload.
12785 * vc/vc-bzr.el: No need to require vc when compiling.
12786 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
12787 (vc-resynch-buffer, vc-dir-refresh): Declare.
12788 (vc-setup-buffer, vc-switches): Autoload.
12789 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
12790 (vc-resynch-buffer): Declare.
12791 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
12792 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
12793 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
12794 (grep-read-regexp, grep-read-files, grep-expand-template)
12795 (vc-dir-refresh): Declare.
12796 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
12797 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
12798 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
12799 * vc/vc-mtn.el (vc-exec-after): Declare.
12800 (vc-switches): Autoload.
12801 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
12802 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
12803 (vc-file-tree-walk): Declare.
12804 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
12805 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
12806 (vc-tag-precondition, vc-rename-master): Autoload.
12807 * vc/vc-svn.el (vc-exec-after): Declare.
12808 (vc-switches, vc-setup-buffer): Autoload.
12809 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
12810 Autoload.
12811 (vc-resynch-buffer): Declare.
12812
12813 * obsolete/fast-lock.el (byte-compile-warnings):
12814 Don't warn about obsolete features in this obsolete file.
12815
12816 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
12817 Move definition before use.
12818
12819 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
12820 (dun-unix-verbs): Remove dun-zippy.
12821 (dun-zippy): Remove function.
12822
12823 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
12824
12825 2013-05-27 Juri Linkov <juri@jurta.org>
12826
12827 * replace.el (replace-search): New function with code moved out
12828 from `perform-replace'.
12829 (replace-highlight, replace-dehighlight): Move function definitions
12830 up closer to `replace-search'. (Bug#11746)
12831
12832 2013-05-27 Juri Linkov <juri@jurta.org>
12833
12834 * replace.el (perform-replace): Ignore invisible matches.
12835 In addition to checking `query-replace-skip-read-only', also
12836 filter out matches by calling `run-hook-with-args-until-failure'
12837 on `isearch-filter-predicates', and also check `search-invisible'
12838 for t or call `isearch-range-invisible'.
12839 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
12840
12841 2013-05-27 Juri Linkov <juri@jurta.org>
12842
12843 * isearch.el (isearch-filter-predicates): Rename from
12844 `isearch-filter-predicate'. Doc fix. (Bug#11378)
12845 (isearch-message-prefix): Display text from the property
12846 `isearch-message-prefix' of the currently active filters.
12847 (isearch-search): Don't compare `isearch-filter-predicate' with
12848 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
12849 on `isearch-filter-predicates'. Also check `search-invisible' for t
12850 or call `isearch-range-invisible'.
12851 (isearch-filter-visible): Make obsolete.
12852 (isearch-lazy-highlight-search):
12853 Call `run-hook-with-args-until-failure' on
12854 `isearch-filter-predicates' and use `isearch-range-invisible'.
12855
12856 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
12857 `isearch-filter-predicates' instead of `funcall'ing
12858 `isearch-filter-predicate'.
12859 (Info-mode): Set `Info-isearch-filter' to
12860 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
12861
12862 * dired-aux.el (dired-isearch-filter-predicate-orig):
12863 Remove variable.
12864 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
12865 (dired-isearch-filenames-end): Add and remove
12866 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
12867 instead of changing the value of `isearch-filter-predicate'.
12868 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
12869 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
12870 Put property `isearch-message-prefix' to "filename " on
12871 `dired-isearch-filter-filenames'.
12872
12873 * wdired.el (wdired-change-to-wdired-mode):
12874 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
12875 locally instead of changing `isearch-filter-predicate'.
12876 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
12877
12878 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
12879
12880 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
12881 return the commit hash (Bug#14459). Also set the
12882 `vc-git-detached' property.
12883 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
12884 (vc-git-mode-line-string): Use the same help-echo format whether
12885 in detached mode or not, because we know the actual revision now.
12886 When in detached mode, shorten the revision to 7 chars.
12887
12888 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12889
12890 * emacs-lisp/easy-mmode.el (define-minor-mode):
12891 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
12892 mode hook and provide a docstring.
12893
12894 2013-05-27 Alan Mackenzie <acm@muc.de>
12895
12896 Remove spurious syntax-table text properties inserted by C-y.
12897 * progmodes/cc-mode.el (c-after-change): Also clear hard
12898 syntax-table property with value nil.
12899
12900 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
12901
12902 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
12903 when reading the events; the buffer layout shall not be changed.
12904
12905 2013-05-27 Leo Liu <sdl.web@gmail.com>
12906
12907 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
12908 New variable.
12909 (inferior-octave-directory-tracker): Automatically re-sync
12910 default-directory.
12911 (octave-help): Improve handling of 'See also'.
12912
12913 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
12914
12915 * doc-view.el: Minor naming convention tweaks.
12916 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
12917
12918 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
12919 even if there's no `display' property yet (bug#14435).
12920
12921 2013-05-25 Eli Zaretskii <eliz@gnu.org>
12922
12923 * subr.el (unmsys--file-name): Rename from reveal-filename.
12924
12925 * Makefile.in (custom-deps, finder-data, autoloads)
12926 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
12927 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
12928 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
12929
12930 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
12933 error-completion on the first 2 args of condition-case (bug#14446).
12934 Don't burp at EOB.
12935
12936 2013-05-25 Leo Liu <sdl.web@gmail.com>
12937
12938 * comint.el (comint-previous-matching-input): Do not flood the
12939 *Messages* buffer with trivial messages.
12940
12941 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * progmodes/flymake.el (flymake-nop): Don't return a string.
12944 (flymake-set-at): Fix typo.
12945
12946 * simple.el (read--expression): New function, extracted from
12947 eval-expression. Set completion-at-point-functions (bug#14465).
12948 (eval-expression, eval-minibuffer): Use it.
12949
12950 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
12951
12952 * progmodes/flymake.el (flymake-save-buffer-in-file)
12953 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
12954 (flymake-selected-frame, flymake-log, flymake-ins-after)
12955 (flymake-set-at, flymake-get-buildfile-from-cache)
12956 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
12957 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
12958 Refine the doc string.
12959 (flymake-get-file-name-mode-and-masks): Reformat.
12960 (flymake-get-real-file-name-function): Fix a minor bug.
12961
12962 2013-05-24 Juri Linkov <juri@jurta.org>
12963
12964 * progmodes/grep.el (grep-mode-font-lock-keywords):
12965 Support =linenumber= format used by git-grep for lines with
12966 function names. (Bug#13549)
12967
12968 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12969
12970 * progmodes/octave.el (octave-smie-rules): Return nil rather than
12971 0 after a semi-colon; it works better for smie-auto-fill.
12972 (octave--indent-new-comment-line): New function.
12973 (octave-indent-new-comment-line): Use it (indirectly).
12974 (octave-mode): Don't disable smie-auto-fill. Use add-function to
12975 modify comment-line-break-function.
12976
12977 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
12978 (smie-setup): Use add-function to set it.
12979
12980 2013-05-24 Sam Steingold <sds@gnu.org>
12981
12982 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
12983 argument (before the `interactive' argument).
12984
12985 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
12986
12987 * image-mode.el (image-mode-winprops): Add winprops to
12988 image-mode-winprops-alist before running
12989 image-mode-new-window-functions.
12990 * doc-view.el (doc-view-new-window-function): Don't delay
12991 doc-view-goto-page via timers (bug#14435).
12992
12993 2013-05-24 Tassilo Horn <tsdh@gnu.org>
12994
12995 * doc-view.el: Integrate with desktop.el. (Bug#14435)
12996 (doc-view-desktop-save-buffer): New function.
12997 (doc-view-restore-desktop-buffer): New function.
12998 (desktop-buffer-mode-handlers):
12999 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13000 handler.
13001 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13002 `desktop-save-buffer' function.
13003
13004 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13005
13006 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13007 (tramp-gvfs-file-name-handler): Raise a user error when
13008 `tramp-gvfs-enabled' is nil.
13009 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13010 Do not raise a user error when loading package. (Bug#14447)
13011
13012 * net/xesam.el: Move to obsolete/.
13013
13014 2013-05-24 Glenn Morris <rgm@gnu.org>
13015
13016 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13017
13018 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13019
13020 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13021 (Info-find-node, Man-getpage-in-background): Declare.
13022
13023 * mail/unrmail.el (unrmail):
13024 Replace obsolete detect-coding-with-priority.
13025
13026 * net/socks.el (socks-split-string): Use this rather than split-string.
13027 (socks-nslookup-host): Update for above change.
13028 (dynamic-choice, s5-dynamic-choice-match)
13029 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13030 Comment out unused code.
13031
13032 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13033 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13034 (gud-tooltip-echo-area): Make obsolete.
13035 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13036
13037 * progmodes/js.el (js--optimize-arglist): Declare.
13038
13039 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13040
13041 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13042 (ediff-window-C): Declare.
13043
13044 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13045 Tweak requires to silence compiler.
13046
13047 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13048 (he-search-string, he-tried-table, he-expand-list)
13049 (he-init-string, he-string-member, he-substitute-string)
13050 (he-reset-string): Declare.
13051
13052 * obsolete/options.el (list-options): Use custom-variable-p,
13053 rather than obsolete alias.
13054
13055 2013-05-23 Sam Steingold <sds@gnu.org>
13056
13057 * simple.el (shell-command-on-region): Pass the `replace' argument
13058 down to `call-process-region' to comply with the doc as reported on
13059 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13060
13061 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13062
13063 * emacs-lisp/smie.el (smie-indent-forward-token)
13064 (smie-indent-backward-token): Handle string tokens (bug#14381).
13065
13066 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13067
13068 * ielm.el (ielm-menu): New menu.
13069 (inferior-emacs-lisp-mode): Set comment-start.
13070
13071 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13072
13073 * textmodes/reftex.el (reftex-ref-style-toggle):
13074 Fix deactivate action.
13075
13076 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13077 Add cleveref macros.
13078
13079 * textmodes/reftex-parse.el
13080 (reftex-locate-bibliography-files): Accept options for
13081 bibliography commands.
13082 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13083 Add addbibresource. Basic Biblatex support.
13084
13085 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13086
13087 * net/tramp-gvfs.el (top):
13088 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13089 when loading package. (Bug#14447)
13090
13091 2013-05-23 Glenn Morris <rgm@gnu.org>
13092
13093 * progmodes/js.el: No need to load comint when compiling.
13094 (ring-insert, comint-send-string, comint-send-input)
13095 (comint-last-input-end, ido-chop): Declare.
13096
13097 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13098 * vc/ediff-mult.el: Adjust requires.
13099 (ediff-directories-internal, ediff-directory-revisions-internal)
13100 (ediff-patch-file-internal): Declare.
13101 * vc/ediff-ptch.el: Adjust requires.
13102 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13103 (ediff-find-file): Autoload.
13104 * vc/ediff-util.el: No need to load ediff when compiling.
13105 (ediff-regions-internal): Declare.
13106 * vc/ediff-wind.el: Adjust requires.
13107 (ediff-compute-toolbar-width): Define when compiling.
13108 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13109 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13110 (dired-get-filename, dired-get-marked-files)
13111 (ediff-last-dir-patch, ediff-patch-default-directory)
13112 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13113 (ediff-patch-buffer-internal): Declare.
13114
13115 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13116 (ispell-process, ispell-buffer-local-words, lm-summary)
13117 (lm-section-start, lm-section-end): Declare.
13118 (checkdoc-ispell-init): Simplify.
13119
13120 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13121 (he-string-member, he-reset-string, he-substitute-string): Declare.
13122
13123 * eshell/em-ls.el: Adjust requires.
13124 (eshell-glob-regexp): Declare.
13125 * eshell/em-tramp.el: Adjust requires.
13126 (eshell-parse-command): Autoload.
13127 * eshell/em-xtra.el: Adjust requires.
13128 (eshell-parse-command): Autoload.
13129 * eshell/esh-ext.el: Adjust requires.
13130 (eshell-parse-command, eshell-close-handles): Autoload.
13131 * eshell/esh-io.el: Adjust requires.
13132 (eshell-output-filter): Autoload.
13133 * eshell/esh-util.el: No need to load tramp when compiling.
13134 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13135 Declare.
13136 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13137 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13138 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13139 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13140 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13141 * eshell/esh-opt.el, eshell/esh-proc.el:
13142 * eshell/esh-var.el: Adjust requires.
13143 * eshell/eshell.el: Do not require esh-util twice.
13144 (eshell-add-input-to-history): Declare.
13145 (eshell-command): Check history module is active before using it.
13146
13147 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13148
13149 2013-05-22 Leo Liu <sdl.web@gmail.com>
13150
13151 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13152
13153 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13154
13155 * autorevert.el (auto-revert-notify-add-watch)
13156 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13157 it indicates changes in file modification time.
13158
13159 2013-05-22 Glenn Morris <rgm@gnu.org>
13160
13161 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13162 Always delete the autoloaded function from the noruntime and
13163 unresolved functions lists.
13164
13165 * allout.el: No need to load epa, epg, overlay when compiling.
13166 (epg-context-set-passphrase-callback, epg-list-keys)
13167 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13168 (epg-key-user-id-list): Declare.
13169
13170 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13171 (viper-set-parsing-style-toggling-macro)
13172 (viper-set-emacs-state-searchstyle-macros):
13173 Use called-interactively-p on Emacs.
13174 (viper-looking-back): Make it an obsolete alias. Update callers.
13175 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13176 Use looking-back rather than viper-looking-back.
13177 (viper-tmp-insert-at-eob, viper-enlarge-region)
13178 (viper-read-string-with-history, viper-register-to-point)
13179 (viper-append-to-register, viper-change-state-to-vi)
13180 (viper-backward-char-carefully, viper-forward-char-carefully)
13181 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13182 (viper-change-state-to-emacs): Declare.
13183 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13184 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13185 * emulation/viper-mous.el: Do not load viper-cmd.
13186 (viper-backward-char-carefully, viper-forward-char-carefully)
13187 (viper-forward-word, viper-adjust-window): Declare.
13188
13189 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13190
13191 * progmodes/idlw-help.el (idlwave-help-fontify):
13192 Use called-interactively-p.
13193
13194 * term/w32console.el (w32-get-console-codepage)
13195 (w32-get-console-output-codepage): Declare.
13196
13197 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13198 Remove unnecessary declarations.
13199 (dframe-message): Doc fix.
13200
13201 * info.el (dframe-select-attached-frame, dframe-current-frame):
13202 Declare.
13203
13204 * speedbar.el (speedbar-message): Make it an obsolete alias.
13205 Update all callers.
13206 (speedbar-with-attached-buffer)
13207 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13208 (speedbar-with-writable): Use backquote.
13209 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13210 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13211 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13212 rather than speedbar- aliases.
13213 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13214 (speedbar-make-specialized-keymap, speedbar-insert-button)
13215 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13216 (speedbar-do-function-pointer): Declare.
13217 (rmail-speedbar-button, rmail-speedbar-find-file)
13218 (rmail-speedbar-move-message):
13219 Use dframe-with-attached-buffer rather than speedbar- alias.
13220 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13221 (dframe-message, speedbar-make-specialized-keymap)
13222 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13223 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13224 (speedbar-insert-button, dframe-select-attached-frame)
13225 (dframe-maybee-jump-to-attached-frame)
13226 (speedbar-change-initial-expansion-list)
13227 (speedbar-previously-used-expansion-list-name): Declare.
13228 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13229 Use dframe-message, dframe-with-attached-buffer rather than
13230 speedbar- aliases.
13231 (gud-sentinel): Silence compiler.
13232 * progmodes/vhdl-mode.el (speedbar-refresh)
13233 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13234 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13235 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13236 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13237 (speedbar-file-lists, speedbar-make-tag-line)
13238 (speedbar-line-directory, speedbar-goto-this-file)
13239 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13240 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13241 (speedbar-make-button, speedbar-reset-scanners)
13242 (speedbar-files-item-info, speedbar-line-text)
13243 (speedbar-find-file-in-frame, speedbar-set-timer)
13244 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13245 (speedbar-with-writable): Do not (re)define it.
13246 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13247 rather than speedbar- alias.
13248
13249 2013-05-21 Leo Liu <sdl.web@gmail.com>
13250
13251 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13252 menu items.
13253 (octave-mode): Tweak fill-nobreak-predicate.
13254 (inferior-octave-startup): Check process to avoid infinite loop.
13255 (inferior-octave): Pop to buffer first to show abornmal process
13256 exit information.
13257
13258 2013-05-21 Glenn Morris <rgm@gnu.org>
13259
13260 * printing.el (pr-menu-bar): Define when compiling.
13261
13262 2013-05-21 Leo Liu <sdl.web@gmail.com>
13263
13264 * progmodes/octave.el (octave-auto-fill): Remove.
13265 (octave-indent-new-comment-line): Improve.
13266 (octave-mode): Use auto fill mode through
13267 comment-line-break-function and fill-nobreak-predicate.
13268 (octave-goto-function-definition): Support DEFUN_DLD.
13269 (octave-beginning-of-defun): Small tweak.
13270 (octave-help): Show parent directory.
13271
13272 2013-05-21 Glenn Morris <rgm@gnu.org>
13273
13274 * files.el (dired-unmark):
13275 * progmodes/gud.el (gdb-input): Update declarations.
13276
13277 * calculator.el (electric, ehelp): No need to load when compiling.
13278 (Electric-command-loop, electric-describe-mode): Declare.
13279
13280 * doc-view.el (doc-view-current-converter-processes): Move before use.
13281
13282 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13283 Move MODE-set-explicitly definition before use.
13284
13285 * international/mule-diag.el (mule-diag):
13286 Don't use obsolete window-system-version.
13287
13288 * mail/feedmail.el (smtpmail): No need to load when compiling.
13289 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13290
13291 * mail/mail-utils.el (rfc822): No need to load when compiling.
13292 (rfc822-addresses): Autoload it.
13293 (mail-strip-quoted-names): Trivial simplification.
13294
13295 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13296 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13297
13298 * net/snmp-mode.el (tempo): Don't duplicate requires.
13299
13300 * progmodes/prolog.el (info): No need to load when compiling.
13301 (comint): Require before shell requires it.
13302 (Info-goto-node): Autoload it.
13303 (Info-follow-nearest-node): Declare.
13304 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13305
13306 * textmodes/artist.el (picture-mode-exit): Declare.
13307
13308 * textmodes/reftex-parse.el (reftex-parse-from-file):
13309 Trivial rewrite so the compiler can parse it better.
13310
13311 2013-05-20 Leo Liu <sdl.web@gmail.com>
13312
13313 * progmodes/octave.el (octave-help-mode-map)
13314 (octave-help-mode-finish-hook): New variables.
13315 (octave-help-mode, octave-help-mode-finish): New functions.
13316 (octave-help): Use octave-help-mode.
13317
13318 2013-05-20 Glenn Morris <rgm@gnu.org>
13319
13320 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13321
13322 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13323
13324 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13325 start at point, so that expansion starting right after opening
13326 slash in a regexp is recognized.
13327 (ruby-syntax-before-regexp-re): New defvar, extracted from
13328 ruby-syntax-propertize-function. Since the value of this regexp
13329 is looked up at runtime now, we should be able to turn
13330 `ruby-syntax-methods-before-regexp' into a defcustom later.
13331 (ruby-syntax-propertize-function): Split regexp matching into two
13332 parts, for opening and closing slashes. That allows us to skip
13333 over string interpolations and support multiline regexps.
13334 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13335 for them, which calls `ruby-syntax-propertize-expansion'.
13336 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
13337 call to `ruby-syntax-propertize-function'.
13338 (ruby-syntax-propertize-expansion): Extracted from
13339 `ruby-syntax-propertize-expansions'. Handles one expansion.
13340 (ruby-syntax-propertize-percent-literal): Leave point right after
13341 the percent symbol, so that the expression expansion rule can
13342 propertize the contents.
13343 (ruby-syntax-propertize-heredoc): Leave point at bol following the
13344 heredoc openers.
13345 (ruby-syntax-propertize-expansions): Remove.
13346
13347 2013-05-18 Juri Linkov <juri@jurta.org>
13348
13349 * man.el (Man-default-man-entry): Remove `-' from the end
13350 of the default value. (Bug#14400)
13351
13352 2013-05-18 Glenn Morris <rgm@gnu.org>
13353
13354 * comint.el (comint-password-prompt-regexp):
13355 Allow "password for XXX" where XXX contains colons (eg https://...).
13356
13357 2013-05-18 Leo Liu <sdl.web@gmail.com>
13358
13359 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
13360 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
13361 (octave-source-directories): Don't check process.
13362 (octave-source-directories, octave-find-definition): Doc fix.
13363
13364 2013-05-18 Glenn Morris <rgm@gnu.org>
13365
13366 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
13367 Remove backspace/delete bindings. (Bug#14392)
13368
13369 * cus-dep.el (custom-make-dependencies): Sort the output.
13370 (custom-versions-load-alist): Convert comment to doc.
13371
13372 2013-05-17 Leo Liu <sdl.web@gmail.com>
13373
13374 * newcomment.el (comment-search-backward): Stricter in finding
13375 comment start. (Bug#14303)
13376
13377 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
13378 (octave-comment-start-skip): Properly anchored.
13379
13380 2013-05-17 Leo Liu <sdl.web@gmail.com>
13381
13382 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
13383 Clean up when turned off. (Bug#14395)
13384 (smie--highlight-matching-block-overlay): No longer buffer-local.
13385 (smie-highlight-matching-block): Adjust.
13386
13387 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
13388
13389 Doc string fix for "nanoseconds" (Bug#14406).
13390 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
13391 Fix doc string typo that had "nanoseconds" instead of "microseconds".
13392
13393 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
13394
13395 * calc/calc-units.el (math-extract-units): Preserve powers
13396 of units.
13397
13398 2013-05-17 Leo Liu <sdl.web@gmail.com>
13399
13400 * subr.el (delete-consecutive-dups): New function.
13401 * ido.el (ido-set-matches-1): Use it.
13402 * progmodes/octave.el (inferior-octave-completion-table): Use it.
13403 * ido.el (ido-remove-consecutive-dups): Remove.
13404
13405 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
13406
13407 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
13408 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
13409 regexp-opt's `words'.
13410
13411 2013-05-16 Leo Liu <sdl.web@gmail.com>
13412
13413 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
13414 (smie--highlight-matching-block-overlay)
13415 (smie--highlight-matching-block-lastpos)
13416 (smie--highlight-matching-block-timer): New variables.
13417 (smie-highlight-matching-block): New function.
13418 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
13419 (smie-setup): Conditionally enable smie-blink-matching-open.
13420
13421 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
13422
13423 Sync with upstream verilog-mode r840.
13424 * progmodes/verilog-mode.el (verilog-mode-version)
13425 (verilog-mode-release-date): Update.
13426 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
13427 (verilog-sig-tieoff): Fix string error on
13428 AUTORESET with colon define, bug594. Reported by Andrew Hou.
13429 (verilog-read-decls): Fix parameters confusing
13430 AUTOINST interfaces, bug565. Reported by Leith Johnson.
13431
13432 2013-05-16 Eli Zaretskii <eliz@gnu.org>
13433
13434 * subr.el (reveal-filename): New function.
13435
13436 * loadup.el: Compute Emacs executable versions on MS-Windows,
13437 where executables have the .exe extension. Add a hard link
13438 emacs-XX.YY.ZZ.exe on MS-Windows.
13439
13440 * Makefile.in (XARGS_LIMIT): New variable.
13441 (custom-deps, finder-data, autoloads)
13442 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13443 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13444 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
13445 (compile-main): Limit xargs according to $(XARGS_LIMIT).
13446
13447 2013-05-16 Leo Liu <sdl.web@gmail.com>
13448
13449 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
13450 (octave-mode-menu, octave-mode-map): Remove its uses.
13451
13452 2013-05-16 Reto Zimmermann <reto@gnu.org>
13453
13454 Sync with upstream vhdl mode v3.34.2.
13455 * progmodes/vhdl-mode.el: Use `push' throughout.
13456 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
13457 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
13458 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
13459 (vhdl-actual-generic-name): New option to derive actual generic name.
13460 (vhdl-port-paste-signals): Replace formal by actual generics.
13461 (vhdl-beautify): New name for old group vhdl-align. Update users.
13462 (vhdl-beautify-options): New option.
13463 (vhdl-last-input-event): New compat alias. Use throughout.
13464 (vhdl-goto-line): Replace user level function `goto-line'.
13465 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
13466 vhdl-fix-statement-buffer.
13467 (vhdl-create-mode-menu): Add some entries.
13468 (vhdl-align-region-groups): Respect vhdl-beautify-options.
13469 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
13470 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
13471 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
13472 to force statements on one line.
13473 (vhdl-remove-trailing-spaces-region):
13474 New, split from vhdl-remove-trailing-spaces.
13475 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
13476 Respect vhdl-beautify-options.
13477 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
13478 (vhdl-update-sensitivity-list): Not add with index if exists without.
13479 Not include array index with signal. Ignore keywords in comments.
13480 (vhdl-get-visible-signals): Regexp tweaks.
13481 (vhdl-template-component-inst): Handle empty library.
13482 (vhdl-template-type): Add template for 'enum' type.
13483 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
13484 Use vhdl-replace-string.
13485 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
13486 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
13487 (vhdl-speedbar-initialize): Update for above name change.
13488 (vhdl-compose-wire-components): Fix in handling of constants.
13489 (vhdl-error-regexp-emacs-alist): New variable.
13490 (vhdl-error-regexp-add-emacs): New function;
13491 adds support for new compile.el (Emacs 22+)
13492 (vhdl-generate-makefile-1): Change target order for single lib. units.
13493 Allow use of absolute file names.
13494
13495 2013-05-16 Leo Liu <sdl.web@gmail.com>
13496
13497 * simple.el (prog-indent-sexp): Indent enclosing defun.
13498
13499 2013-05-15 Glenn Morris <rgm@gnu.org>
13500
13501 * cus-start.el (show-trailing-whitespace): Move to editing basics.
13502 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
13503 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
13504 (whitespace-highlight): Move to whitespace group.
13505
13506 * comint.el (comint-source):
13507 * pcmpl-linux.el (pcmpl-linux):
13508 * shell.el (shell-faces):
13509 * eshell/esh-opt.el (eshell-opt):
13510 * international/ccl.el (ccl): Remove empty custom groups.
13511
13512 * completion.el (dynamic-completion-mode):
13513 * jit-lock.el (jit-lock-debug-mode):
13514 * minibuffer.el (completion-in-region-mode):
13515 * type-break.el (type-break-mode-line-message-mode)
13516 (type-break-query-mode):
13517 * emulation/tpu-edt.el (tpu-edt-mode):
13518 * progmodes/subword.el (global-subword-mode, global-superword-mode):
13519 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
13520 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
13521
13522 * term/xterm.el (xterm): Change parent group to terminals.
13523
13524 * master.el (master): Remove empty custom group.
13525 (master-mode): Remove unused :group argument.
13526 * textmodes/refill.el (refill): Remove empty custom group.
13527 (refill-mode): Remove unused :group argument.
13528
13529 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
13530
13531 * cus-dep.el: Provide a feature.
13532 (custom-make-dependencies): Ignore dotfiles (dir-locals).
13533 Don't mistakenly ignore files whose basenames match a basename
13534 from preloaded-file-list (eg cedet/ede/simple.el).
13535 Add a fallback method for getting :group.
13536
13537 2013-05-15 Juri Linkov <juri@jurta.org>
13538
13539 * isearch.el (isearch-char-by-name): Rename from
13540 `isearch-insert-char-by-name'. Doc fix.
13541 (isearch-forward): Mention `isearch-char-by-name' in
13542 the docstring. (Bug#13348)
13543
13544 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
13545 `exit-minibuffer' instead of
13546 `isearch-nonincremental-exit-minibuffer'.
13547 (isearch-edit-string): Remove mention of
13548 `isearch-nonincremental-exit-minibuffer' from docstring.
13549 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
13550 (isearch-forward-exit-minibuffer)
13551 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
13552
13553 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * loadup.el: Just use unversioned DOC.
13556
13557 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
13558 literals as extending to EOB.
13559 (nxml-last-fontify-end): Remove unused variable.
13560 (nxml-after-change1): Use with-silent-modifications.
13561 (nxml-extend-after-change-region): Simplify.
13562 (nxml-extend-after-change-region1): Remove function.
13563 (nxml-after-change1): Don't adjust for dependent regions.
13564 (nxml-fontify-matcher): Simplify.
13565 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
13566 (xmltok-add-dependent): Remove function.
13567 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
13568 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
13569 (xmltok-scan-prolog-after-processing-instruction-open): Treat
13570 unclosed <[[, <?, comment, and other literals as extending to EOB.
13571 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
13572 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
13573 Remove functions.
13574 (rng-do-some-validation-1): Don't mark dependent regions.
13575 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
13576 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
13577 (nxml-clear-dependent-regions): Remove functions.
13578 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
13579 (nxml-ensure-scan-up-to-date):
13580 Don't clear&mark dependent regions.
13581
13582 2013-05-15 Leo Liu <sdl.web@gmail.com>
13583
13584 * progmodes/octave.el (octave-goto-function-definition):
13585 Improve and fix callers.
13586
13587 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
13588
13589 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
13590 the setter (bug#14387).
13591
13592 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
13593 surrounding group (bug#14402).
13594
13595 2013-05-14 Juri Linkov <juri@jurta.org>
13596
13597 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
13598 (Bug#14390)
13599
13600 2013-05-14 Glenn Morris <rgm@gnu.org>
13601
13602 * progmodes/f90.el (f90-imenu-generic-expression):
13603 Fix typo in 2013-05-08 change. (Bug#14402)
13604
13605 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13606
13607 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
13608 Remove signals for which replies are never received.
13609
13610 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13611
13612 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
13613 (gdb-handler-alist, gdb-handler-number): Remove variables.
13614 (gdb-handler-list): New variable.
13615 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
13616 (gdb-pending-handler-p, gdb-handle-reply)
13617 (gdb-remove-all-pending-triggers): New functions.
13618 (gdb-discard-unordered-replies): New defcustom.
13619 (gdb-handler): New defstruct.
13620 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
13621 instead of gdb-pending-triggers. Update docstring.
13622 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
13623 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
13624 (gdb-var-update-handler, def-gdb-auto-update-trigger)
13625 (def-gdb-auto-update-handler, gdb-get-changed-registers)
13626 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
13627 (gdb-frame-handler): Pending triggers are now automatically managed.
13628 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
13629 Remove argument.
13630 (gdb-input): Automatically handles pending triggers. Update docstring.
13631 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
13632 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
13633 Update comments.
13634 (gdb-done-or-error): Now use gdb-handle-reply.
13635
13636 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
13637
13638 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
13639 gdb-debug-log.
13640
13641 2013-05-14 Glenn Morris <rgm@gnu.org>
13642
13643 * subr.el (user-emacs-directory-warning): New option.
13644 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
13645
13646 2013-05-14 Leo Liu <sdl.web@gmail.com>
13647
13648 * progmodes/octave.el (octave-font-lock-keywords): Fix error
13649 during redisplay.
13650 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
13651 (octave-font-lock-texinfo-comment): Fix invalid search bound
13652 error: wrong side of point.
13653
13654 2013-05-14 Glenn Morris <rgm@gnu.org>
13655
13656 * progmodes/flymake.el (flymake-xml-program): New option.
13657 (flymake-xml-init): Use it.
13658
13659 * term/xterm.el: Provide a feature.
13660
13661 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
13662
13663 2013-05-13 Glenn Morris <rgm@gnu.org>
13664
13665 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
13666 Add compat aliases as a hack workaround. (Bug#14384)
13667
13668 2013-05-13 Leo Liu <sdl.web@gmail.com>
13669
13670 * progmodes/octave.el (octave-indent-comment): Fix indentation for
13671 ###, and %!.
13672 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
13673 C-M-q.
13674 (octave-comment-start-skip): Include %!.
13675 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
13676
13677 2013-05-12 Leo Liu <sdl.web@gmail.com>
13678
13679 * progmodes/octave.el (inferior-octave-startup): Store the value
13680 of __octave_srcdir__ for octave-source-directories.
13681 (inferior-octave-check-process): New function refactored out of
13682 inferior-octave-send-list-and-digest.
13683 (octave-source-directories)
13684 (octave-find-definition-filename-function): New variables.
13685 (octave-source-directories)
13686 (octave-find-definition-default-filename): New functions.
13687 (octave-find-definition): Improve to find functions implemented in C++.
13688
13689 2013-05-12 Glenn Morris <rgm@gnu.org>
13690
13691 * calendar/diary-lib.el (diary-outlook-format-1):
13692 Don't include dayname in the output. (Bug#14349)
13693
13694 2013-05-11 Glenn Morris <rgm@gnu.org>
13695
13696 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
13697
13698 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
13699 Treat cc-provide like provide.
13700
13701 2013-05-11 Kevin Ryde <user42@zip.com.au>
13702
13703 * cus-dep.el (custom-make-dependencies):
13704 Use generated-autoload-load-name for the sake of files such
13705 such cedet/semantic/bovine/c.el, where the base file name
13706 is not in load-path. (Bug#5277)
13707
13708 2013-05-11 Glenn Morris <rgm@gnu.org>
13709
13710 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
13711 Provide features.
13712
13713 2013-05-11 Leo Liu <sdl.web@gmail.com>
13714
13715 * progmodes/octave.el (octave-indent-comment): Improve.
13716 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
13717 (octave-eldoc-function-signatures, octave-eldoc-function):
13718 New functions.
13719 (octave-mode, inferior-octave-mode): Add eldoc support.
13720
13721 2013-05-11 Richard Stallman <rms@gnu.org>
13722
13723 * epa.el (epa-decrypt-file): Take output file name as argument
13724 and read it using `interactive'.
13725
13726 2013-05-11 Leo Liu <sdl.web@gmail.com>
13727
13728 * progmodes/octave.el (octave-beginning-of-line)
13729 (octave-end-of-line): Check before using up-list because it jumps
13730 out of more syntactic contructs since moving to smie.
13731 (octave-indent-comment): New function.
13732 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
13733 (octave-begin-keywords, octave-end-keywords)
13734 (octave-reserved-words, octave-smie-bnf-table)
13735 (octave-smie-rules): Add new keywords from Octave 3.6.4.
13736
13737 2013-05-11 Glenn Morris <rgm@gnu.org>
13738
13739 * faces.el (internal-face-x-get-resource):
13740 * frame.el (ns-display-monitor-attributes-list):
13741 * calc/calc-aent.el (math-to-radians-2):
13742 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
13743 Fix declarations.
13744
13745 * calc/calc-menu.el: Make it loadable in isolation.
13746
13747 * net/eudcb-bbdb.el: Make it loadable without bbdb.
13748 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
13749 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
13750 (eudc-bbdb-query-internal): Require 'bbdb.
13751
13752 * lpr.el (lpr-headers-switches):
13753 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
13754
13755 * progmodes/sql.el (sql-login-params): Fix and improve :type.
13756
13757 * emulation/edt-mapper.el: In batch mode, error rather than hang.
13758
13759 * term.el (term-set-escape-char): Make it idempotent.
13760
13761 2013-05-10 Leo Liu <sdl.web@gmail.com>
13762
13763 * progmodes/octave.el (inferior-octave-completion-table):
13764 No longer a function and all uses changed. Use cache to speed up
13765 completion due to bug#11906.
13766 (octave-beginning-of-defun): Re-write to be more general.
13767
13768 2013-05-10 Glenn Morris <rgm@gnu.org>
13769
13770 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
13771
13772 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * comint.el (comint-redirect-send-command-to-process): Use :around
13775 rather than :override for comint-redirect-filter.
13776 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
13777 Call it instead of comint-redirect-original-filter-function (which
13778 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
13779
13780 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
13781
13782 * frame.el (display-monitor-attributes-list): Add NS case.
13783 (ns-display-monitor-attributes-list): Declare.
13784
13785 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
13786
13787 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
13788
13789 2013-05-09 Glenn Morris <rgm@gnu.org>
13790
13791 * international/fontset.el (vertical-centering-font-regexp):
13792 Set standard-value.
13793
13794 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
13795
13796 * bookmark.el (bookmark-search-delay):
13797 * cus-start.el (vertical-centering-font-regexp):
13798 * ps-mule.el (ps-mule-font-info-database-default):
13799 * ps-print.el (ps-default-fg, ps-default-bg):
13800 * type-break.el (type-break-good-break-interval):
13801 * whitespace.el (whitespace-indentation-regexp)
13802 (whitespace-space-after-tab-regexp):
13803 * emacs-lisp/testcover.el (testcover-1value-functions)
13804 (testcover-noreturn-functions, testcover-progn-functions)
13805 (testcover-prog1-functions):
13806 * emulation/viper-init.el (viper-emacs-state-cursor-color):
13807 * eshell/em-glob.el (eshell-glob-translate-alist):
13808 * play/tetris.el (tetris-tty-colors):
13809 * progmodes/cpp.el (cpp-face-default-list):
13810 * progmodes/flymake.el (flymake-allowed-file-name-masks):
13811 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
13812 (idlwave-help-browser-generic-args):
13813 * progmodes/make-mode.el (makefile-special-targets-list):
13814 * progmodes/python.el (python-shell-virtualenv-path):
13815 * progmodes/verilog-mode.el (verilog-active-low-regexp)
13816 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
13817 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
13818 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
13819 * textmodes/reftex-vars.el (reftex-format-label-function):
13820 * textmodes/remember.el (remember-diary-file): Fix custom types.
13821
13822 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
13823 Add :version.
13824
13825 2013-05-09 Leo Liu <sdl.web@gmail.com>
13826
13827 * progmodes/octave.el (inferior-octave-completion-at-point):
13828 Restore file completion. (Bug#14300)
13829 (inferior-octave-startup): Fix incorrect highlighting for the
13830 first prompt.
13831
13832 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13833
13834 * progmodes/ruby-mode.el: First cut at SMIE support.
13835 (ruby-use-smie): New var.
13836 (ruby-smie-grammar): New constant.
13837 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
13838 (ruby-smie--forward-token, ruby-smie--backward-token)
13839 (ruby-smie-rules): New functions.
13840 (ruby-mode-variables): Setup SMIE if applicable.
13841
13842 2013-05-08 Eli Zaretskii <eliz@gnu.org>
13843
13844 * simple.el (line-move-visual): Signal beginning/end of buffer
13845 only if vertical-motion moved less than it was requested. Avoids
13846 silly incorrect error messages when there are display strings with
13847 multiple newlines at EOL.
13848
13849 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
13850
13851 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
13852 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
13853 (prolog-char-quote-workaround):
13854 * progmodes/cperl-mode.el (cperl-under-as-char):
13855 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
13856 Mark as obsolete.
13857 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
13858 their declaration.
13859 (vhdl-mode-syntax-table-init): Remove.
13860
13861 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
13862 last change.
13863
13864 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
13865 syntax for "_".
13866 (ld-script-font-lock-keywords):
13867 Change regexps to use things like \_< and \_>.
13868
13869 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
13870 Change all regexps to use things like \_< and \_>.
13871
13872 * progmodes/autoconf.el (autoconf-definition-regexp)
13873 (autoconf-font-lock-keywords, autoconf-current-defun-function):
13874 Handle a _ with symbol syntax.
13875 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
13876
13877 * progmodes/ada-mode.el (ada-mode-abbrev-table):
13878 Consolidate declaration.
13879 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
13880 the declaration.
13881 (ada-create-syntax-table): Remove.
13882 (ada-capitalize-word): Don't mess with the syntax of "_" since it
13883 already has the right syntax nowadays.
13884 (ada-goto-next-word): Don't change the syntax of "_".
13885
13886 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
13887 with-wrapper-hook.
13888
13889 2013-05-08 Sam Steingold <sds@gnu.org>
13890
13891 * thingatpt.el (thing-at-point): Accept optional second argument
13892 NO-PROPERTIES to strip the text properties from the return value.
13893 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
13894 to `thing-at-point' instead of stripping the properties ourselves.
13895 Also, when `thing-at-point' fails to find a url, prepend "http://"
13896 to the filename at point on the assumption that the user is
13897 pointing at something like gnu.org/gnu.
13898
13899 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
13900
13901 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
13902 * faces.el (crm-separator):
13903 Silence byte-compiler.
13904
13905 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
13906 (tool-bar-map): Remove unneeded defvars.
13907
13908 2013-05-08 Leo Liu <sdl.web@gmail.com>
13909
13910 Re-work a fix for bug#10994 based on Le Wang's patch.
13911 * ido.el (ido-remove-consecutive-dups): New helper.
13912 (ido-completing-read): Use it.
13913 (ido-chop): Revert fix for bug#10994.
13914
13915 2013-05-08 Adam Spiers <emacs@adamspiers.org>
13916
13917 * cus-edit.el (custom-save-variables):
13918 Pretty-print long values. (Bug#14187)
13919
13920 2013-05-08 Glenn Morris <rgm@gnu.org>
13921
13922 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
13923 (m4-mode-syntax-table): Init in the defvar.
13924 (m4-mode-abbrev-table): Let define-derived-mode define it.
13925
13926 2013-05-08 Tom Tromey <tromey@redhat.com>
13927
13928 * progmodes/m4-mode.el (m4-mode-syntax-table):
13929 Do not treat "_" as word constituent. (Bug#14167)
13930
13931 2013-05-07 Glenn Morris <rgm@gnu.org>
13932
13933 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
13934 Remove explicit eshell-isearch-cancel-map.
13935
13936 * progmodes/f90.el (f90-smart-end-names): New option.
13937 (f90-smart-end): Doc fix.
13938 (f90-end-block-optional-name): New constant.
13939 (f90-block-match): Respect f90-smart-end-names.
13940
13941 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
13942
13943 * progmodes/octave.el (octave-smie-forward-token): Be more careful
13944 about implicit semi-colons (bug#14218).
13945
13946 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13947
13948 * frame.el (display-monitor-attributes-list)
13949 (frame-monitor-attributes): New functions.
13950
13951 2013-05-06 Leo Liu <sdl.web@gmail.com>
13952
13953 * progmodes/octave.el (octave-syntax-propertize-function): Change
13954 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
13955 (octave-font-lock-keywords): Use octave-operator-regexp.
13956 (octave-completion-at-point): Rename from
13957 octave-completion-at-point-function.
13958 (inferior-octave-directory-tracker): Robustify.
13959 (octave-text-functions): Remove and fix its uses. No such things
13960 any more.
13961
13962 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13963
13964 * emacs-lisp/trace.el (trace--display-buffer): New function.
13965 (trace-make-advice): Use it.
13966
13967 2013-05-06 Juri Linkov <juri@jurta.org>
13968
13969 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
13970 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
13971 Doc fix.
13972 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
13973 in the help string. (Bug#12985)
13974
13975 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
13976
13977 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
13978
13979 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
13980
13981 * progmodes/perl-mode.el: Add support for here documents.
13982 (perl-syntax-propertize-function): Match here-doc markers.
13983 (perl-syntax-propertize-special-constructs): Find their end.
13984 (perl-imenu-generic-expression): Use [:alnum:].
13985
13986 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
13987 (advice--add-function): Refresh the advice if already present
13988 (bug#14317).
13989
13990 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
13991
13992 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
13993
13994 2013-05-06 Glenn Morris <rgm@gnu.org>
13995
13996 * w32-fns.el (w32-charset-info-alist): Declare.
13997
13998 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
13999 of its defcustom properties.
14000 (eshell-cmpl-initialize): No need to load pcomplete.
14001
14002 * generic-x.el: No need to require comint when compiling.
14003
14004 * net/eudc-export.el: Make it loadable without bbdb.
14005 (top-level): Use require rather than load-library.
14006 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14007 (eudc-batch-export-records-to-bbdb)
14008 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14009 Require bbdb.
14010
14011 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14012
14013 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14014 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14015 some tweaks, instead.
14016
14017 2013-05-05 Leo Liu <sdl.web@gmail.com>
14018
14019 * progmodes/octave.el (octave-font-lock-keywords)
14020 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14021 (inferior-octave-send-list-and-digest): Improve error message.
14022 (octave-mode, inferior-octave-mode): Use setq-local.
14023 (octave-help): Set info-lookup-mode.
14024
14025 2013-05-05 Richard Stallman <rms@gnu.org>
14026
14027 * vc/compare-w.el (compare-windows-whitespace):
14028 Treat no-break space as whitespace.
14029
14030 * mail/rmailsum.el (rmail-summary-rmail-update):
14031 Detect empty summary and don't change selected message.
14032 (rmail-summary-goto-msg): Likewise.
14033
14034 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14035 Doc fixes, rename args.
14036
14037 2013-05-05 Alan Mackenzie <acm@muc.de>
14038
14039 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14040
14041 2013-05-05 Juri Linkov <juri@jurta.org>
14042
14043 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14044 to not add the length of the summary segment to the return value.
14045 (Bug#14125)
14046
14047 2013-05-05 Leo Liu <sdl.web@gmail.com>
14048
14049 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14050 (inferior-octave-output-filter): Remove.
14051 (octave-send-region, inferior-octave-startup): Fix callers.
14052 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14053 (octave-binary-file-extensions): New user variable.
14054 (octave-find-definition): Confirm if opening binary files.
14055 (octave-help-file): Use octave-find-definition to get the binary
14056 confirmation.
14057 (octave-help): Adjust for octave-help-file change.
14058
14059 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14060
14061 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14062 Merge the two entries that handle function definitions.
14063 (pascal--syntax-propertize): New const.
14064 (pascal-mode): Use it. Use setq-local.
14065
14066 2013-05-04 Glenn Morris <rgm@gnu.org>
14067
14068 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14069 (diary-from-outlook): Respect diary-from-outlook-function.
14070
14071 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14072
14073 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14074 Move the declaration from C.
14075 (read-minibuffer, eval-minibuffer): Move from C.
14076 (completion-setup-function): Avoid minibuffer-completion-contents.
14077
14078 2013-05-03 Leo Liu <sdl.web@gmail.com>
14079
14080 * progmodes/octave.el (octave-font-lock-keywords): Do not
14081 dehighlight 'end' in comments or strings.
14082 (octave-completing-read, octave-goto-function-definition):
14083 New helpers.
14084 (octave-help-buffer): New user variable.
14085 (octave-help-file, octave-help-function): New button types.
14086 (octave-help): New command and bind it to C-h ;.
14087 (octave-find-definition): New command and bind it to M-.
14088 (user-error): Alias to error if not defined.
14089
14090 2013-05-02 Leo Liu <sdl.web@gmail.com>
14091
14092 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14093 for \. (bug#14332)
14094 (octave-font-lock-keywords): Include [ and {.
14095
14096 2013-05-02 Leo Liu <sdl.web@gmail.com>
14097
14098 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14099 (inferior-octave): Remove calling comint-mode and return the buffer.
14100 (inferior-octave-startup): Cosmetic changes.
14101
14102 2013-05-02 Leo Liu <sdl.web@gmail.com>
14103
14104 * progmodes/octave.el (octave-syntax-propertize-function):
14105 Include the case when ' is at line beginning. (Bug#14336)
14106
14107 2013-05-02 Glenn Morris <rgm@gnu.org>
14108
14109 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14110 * desktop.el (vc-dir-mode): Just autoload it here.
14111
14112 2013-05-02 Alan Mackenzie <acm@muc.de>
14113
14114 Eliminate variable c-standard-font-lock-fontify-region-function.
14115 * progmodes/cc-mode.el
14116 (c-standard-font-lock-fontify-region-function): Remove.
14117 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14118
14119 2013-05-01 Leo Liu <sdl.web@gmail.com>
14120
14121 * progmodes/octave.el: Compatible with older emacs-24 releases.
14122 (inferior-octave-has-built-in-variables): Remove. Built-in
14123 variables were removed from Octave in 2007.
14124 (inferior-octave-startup): Fix uses.
14125 (comint-line-beginning-position): Remove compatibility code for
14126 emacs 21.
14127
14128 2013-05-01 Juri Linkov <juri@jurta.org>
14129
14130 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14131
14132 2013-05-01 Juri Linkov <juri@jurta.org>
14133
14134 * comint.el (comint-previous-matching-input): Don't print message
14135 "History item: %d" when `isearch-mode' is active.
14136 (comint-history-isearch-message): Print message "History item: %d"
14137 when `comint-input-ring-index' is not empty and this function is
14138 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14139
14140 2013-05-01 Leo Liu <sdl.web@gmail.com>
14141
14142 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14143 definitions. Use completion-at-point to insert keywords.
14144 (octave-abbrev-start): Remove.
14145 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14146
14147 2013-04-30 Leo Liu <sdl.web@gmail.com>
14148
14149 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14150 change.
14151
14152 2013-04-30 Alan Mackenzie <acm@muc.de>
14153
14154 Handle arbitrarily long C++ member initialisation lists.
14155 * progmodes/cc-engine.el (c-back-over-member-initializers):
14156 new function.
14157 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14158 (most) member init lists.
14159
14160 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14161
14162 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14163 variable.
14164
14165 2013-04-30 Leo Liu <sdl.web@gmail.com>
14166
14167 * progmodes/octave.el (octave-variables): Remove. No builtin
14168 variables any more. All converted to functions.
14169 (octave-font-lock-keywords, octave-completion-at-point-function):
14170 Fix uses.
14171 (octave-font-lock-texinfo-comment): New user variable.
14172 (octave-texinfo-font-lock-keywords): New variable for texinfo
14173 comment block.
14174 (octave-function-comment-block): New face.
14175 (octave-font-lock-texinfo-comment): New function.
14176 (octave-mode): Font lock texinfo comment block.
14177
14178 2013-04-29 Leo Liu <sdl.web@gmail.com>
14179
14180 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14181 indexing expression.
14182 (octave-continuation-string): Do not use \.
14183 (inferior-octave-complete-impossible): Remove.
14184 (inferior-octave-completion-table)
14185 (inferior-octave-completion-at-point): Remove its uses.
14186 (inferior-octave-startup): completion_matches was introduced to
14187 Octave in 1996 so safe to assume it.
14188 (octave-function-file-comment): Improve to follow how Octave does it.
14189 (octave-update-function-file-comment): Tweak.
14190
14191 2013-04-29 Leo Liu <sdl.web@gmail.com>
14192
14193 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14194 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14195 (octave-function-file-comment): Fix typo.
14196 (octave-sync-function-file-names): Use read-char-choice.
14197
14198 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14199
14200 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14201 to t for the less important warnings.
14202
14203 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14204
14205 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14206
14207 2013-04-27 Glenn Morris <rgm@gnu.org>
14208
14209 * vc/log-view.el (log-view-current-entry):
14210 Treat "---" separator lines as part of the following rev. (Bug#14169)
14211
14212 2013-04-27 Juri Linkov <juri@jurta.org>
14213
14214 * subr.el (read-number): Doc fix about using it by interactive
14215 code letter `n'. (Bug#14254)
14216
14217 2013-04-27 Juri Linkov <juri@jurta.org>
14218
14219 * desktop.el (desktop-auto-save-timeout): New option.
14220 (desktop-file-checksum): New variable.
14221 (desktop-save): Add optional arg `auto-save' and don't auto-save
14222 if nothing changed.
14223 (desktop-auto-save-timer): New variable.
14224 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14225 (after-init-hook): Call `desktop-auto-save-set-timer'.
14226 Suggested by Reuben Thomas <rrt@sc3d.org> in
14227 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14228
14229 2013-04-27 Leo Liu <sdl.web@gmail.com>
14230
14231 * progmodes/octave.el (octave-function-file-p)
14232 (octave-skip-comment-forward, octave-function-file-comment)
14233 (octave-update-function-file-comment): New functions.
14234 (octave-mode-map): Bind C-c ; to
14235 octave-update-function-file-comment.
14236 (octave-mode-menu): Add octave-update-function-file-comment.
14237 (octave-mode, inferior-octave-mode): Fix doc-string.
14238 (octave-insert-defun): Conform to Octave's coding convention.
14239 (Bug#14285)
14240
14241 * files.el (basic-save-buffer): Don't let errors in
14242 before-save-hook prevent saving buffer.
14243
14244 2013-04-20 Roland Winkler <winkler@gnu.org>
14245
14246 * faces.el (read-face-name): Use completing-read if arg multiple
14247 is nil.
14248
14249 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14250
14251 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14252 displayed, move point to after the totals line.
14253 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14254 for the details.
14255
14256 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14257
14258 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14259 Add current dir to the load-path.
14260 (package-generate-autoloads): Don't rely on
14261 autoload-ensure-default-file.
14262
14263 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14264
14265 * textmodes/remember.el (remember-store-in-files): Document that
14266 the file name format is passed to `format-time-string'.
14267
14268 2013-04-26 Leo Liu <sdl.web@gmail.com>
14269
14270 * progmodes/octave.el (octave-sync-function-file-names): New function.
14271 (octave-mode): Use it in before-save-hook.
14272
14273 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14274
14275 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14276 (bug#14274).
14277
14278 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14279 \n and comment, even if it's not an implicit ; (bug#14218).
14280
14281 2013-04-26 Glenn Morris <rgm@gnu.org>
14282
14283 * subr.el (read-number): Once more use `read' rather than
14284 `string-to-number', to trap non-numeric input. (Bug#14254)
14285
14286 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14287
14288 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14289 Use `syntax-multiline' text property consistently instead of
14290 `font-lock-multiline'. (Bug#14237)
14291
14292 2013-04-26 Glenn Morris <rgm@gnu.org>
14293
14294 * emacs-lisp/shadow.el (list-load-path-shadows):
14295 No longer necessary to check for duplicate simple.el, since
14296 2012-07-07 change to init_lread to not include installation lisp
14297 directories in load-path when running uninstalled. (Bug#14270)
14298
14299 2013-04-26 Leo Liu <sdl.web@gmail.com>
14300
14301 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14302 (octave-mode, inferior-octave-mode): Use setq-local.
14303 (octave-not-in-string-or-comment-p): Rename to
14304 octave-in-string-or-comment-p.
14305 (octave-in-comment-p, octave-in-string-p)
14306 (octave-in-string-or-comment-p): Replace defsubst with defun.
14307
14308 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14309
14310 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14311
14312 2013-04-25 Bastien Guerry <bzg@gnu.org>
14313
14314 * textmodes/remember.el (remember-data-directory)
14315 (remember-directory-file-name-format): Fix custom types.
14316
14317 2013-04-25 Leo Liu <sdl.web@gmail.com>
14318
14319 * progmodes/octave.el (octave-completion-at-point-function):
14320 Make use of inferior octave process.
14321 (octave-initialize-completions): Remove.
14322 (inferior-octave-completion-table): New function.
14323 (inferior-octave-completion-at-point): Use it.
14324 (octave-completion-alist): Remove.
14325
14326 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14327
14328 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14329 (opascal-mode-syntax-table): New var.
14330 (opascal-literal-kind, opascal-is-literal-end)
14331 (opascal-literal-token-at): Rewrite.
14332 (opascal--literal-start-re, opascal-font-lock-keywords)
14333 (opascal--syntax-propertize): New constants.
14334 (opascal-font-lock-defaults): Adjust.
14335 (opascal-mode): Use them. Set comment-<foo> variables as well.
14336 (delphi-comment-face, opascal-comment-face, delphi-string-face)
14337 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
14338 (delphi-other-face, opascal-other-face): Remove face variables.
14339 (opascal-save-state): Remove macro.
14340 (opascal-fontifying-progress-step): Remove constant.
14341 (opascal--ignore-changes): Remove var.
14342 (opascal-set-token-property, opascal-parse-next-literal)
14343 (opascal-is-stable-literal, opascal-complete-literal)
14344 (opascal-is-literal-start, opascal-face-of)
14345 (opascal-parse-region, opascal-parse-region-until-stable)
14346 (opascal-fontify-region, opascal-after-change)
14347 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
14348 (opascal-debug-parse-region, opascal-debug-parse-window)
14349 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
14350 (opascal-debug-fontify-buffer): Remove.
14351 (opascal-debug-mode-map): Adjust accordingly.
14352
14353 2013-04-25 Leo Liu <sdl.web@gmail.com>
14354
14355 Merge octave-mod.el and octave-inf.el into octave.el with some
14356 cleanups.
14357 * progmodes/octave.el: New file renamed from octave-mod.el.
14358 * progmodes/octave-inf.el: Merged into octave.el.
14359 * progmodes/octave-mod.el: Renamed to octave.el.
14360
14361 2013-04-25 Tassilo Horn <tsdh@gnu.org>
14362
14363 * textmodes/reftex-vars.el
14364 (reftex-label-ignored-macros-and-environments): New defcustom.
14365
14366 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
14367
14368 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
14371 (smie-indent-keyword): Improve the check to ensure that the next
14372 comment is really on the same line.
14373 (smie-indent-comment): Don't align with a subsequent closer (or eob).
14374
14375 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
14376 semi-colons if the line is not otherwise empty (bug#14218).
14377
14378 2013-04-25 Glenn Morris <rgm@gnu.org>
14379
14380 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
14381
14382 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
14383
14384 * progmodes/opascal.el (opascal-set-token-property): Rename from
14385 opascal-set-text-properties and only set `token' (bug#14134).
14386 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
14387 (opascal-literal-text-properties): Remove.
14388 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
14389 Adjust callers.
14390
14391 2013-04-24 Reuben Thomas <rrt@sc3d.org>
14392
14393 * textmodes/remember.el (remember-handler-functions): Add an
14394 option for a new handler `remember-store-in-files'.
14395 (remember-data-directory, remember-directory-file-name-format):
14396 New options.
14397 (remember-store-in-files): New function to store remember notes
14398 as separate files within a directory.
14399
14400 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
14401
14402 * progmodes/compile.el (compilation-next-error-function):
14403 Pass "formats" to compilation-find-file (bug#11777).
14404
14405 2013-04-24 Glenn Morris <rgm@gnu.org>
14406
14407 * vc/vc-bzr.el (vc-bzr-print-log):
14408 * vc/vc-hg.el (vc-hg-print-log):
14409 * vc/vc-svn.el (vc-svn-print-log):
14410 Fix START-REVISION with LIMIT != 1. (Bug#14168)
14411
14412 * vc/vc-bzr.el (vc-bzr-print-log):
14413 * vc/vc-cvs.el (vc-cvs-print-log):
14414 * vc/vc-git.el (vc-git-print-log):
14415 * vc/vc-hg.el (vc-hg-print-log):
14416 * vc/vc-mtn.el (vc-mtn-print-log):
14417 * vc/vc-rcs.el (vc-rcs-print-log):
14418 * vc/vc-sccs.el (vc-sccs-print-log):
14419 * vc/vc-svn.el (vc-svn-print-log):
14420 * vc/vc.el (vc-print-log-internal): Doc fixes.
14421
14422 2013-04-23 Glenn Morris <rgm@gnu.org>
14423
14424 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
14425 Remove venerable code attempting to avoid substitute-command-keys.
14426
14427 2013-04-23 Tassilo Horn <tsdh@gnu.org>
14428
14429 * textmodes/reftex-vars.el (reftex-label-regexps):
14430 Call `reftex-compile-variables' after changes to this variable.
14431
14432 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
14433
14434 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
14435 Use lexical-binding.
14436 (jit-lock-force-redisplay): Use markers, check buffer's continued
14437 existence and beware narrowed buffers.
14438 (jit-lock-fontify-now): Adjust call accordingly.
14439
14440 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
14443 to avoid misleading the user.
14444
14445 2013-04-22 Leo Liu <sdl.web@gmail.com>
14446
14447 * info-look.el: Prefer latex2e.info. (Bug#14240)
14448
14449 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
14450
14451 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
14452
14453 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
14454 * net/tramp.el (tramp-call-process): ... here.
14455 (tramp-set-completion-function, tramp-parse-putty):
14456 * net/tramp-adb.el (tramp-adb-execute-adb-command):
14457 * net/tramp-gvfs.el (tramp-gvfs-send-command):
14458 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
14459 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
14460 (tramp-call-local-coding-command): Use `tramp-call-process'
14461 instead of `tramp-compat-call-process'.
14462
14463 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
14464 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
14465 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
14466 (tramp-find-inline-compress): Improve traces.
14467 (tramp-maybe-send-script): Check for Perl binary.
14468 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
14469
14470 2013-04-22 Daiki Ueno <ueno@gnu.org>
14471
14472 * epg.el (epg-context-pinentry-mode): New function.
14473 (epg-context-set-pinentry-mode): New function.
14474 (epg--start): Pass --pinentry-mode option to gpg command.
14475
14476 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
14477
14478 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
14479 `comint-dynamic-complete' is obsolete since 24.1, replaced by
14480 `completion-at-point'. (Bug#13774)
14481
14482 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
14483 default key binding for `describe-distribution' has been moved to
14484 `C-h C-o'. (Bug#13970)
14485
14486 2013-04-21 Glenn Morris <rgm@gnu.org>
14487
14488 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
14489 Add doc strings.
14490 (vc-print-log): Clarify interactive prompt.
14491
14492 2013-04-20 Glenn Morris <rgm@gnu.org>
14493
14494 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14495 No longer include timestamp etc information.
14496
14497 2013-04-20 Roland Winkler <winkler@gnu.org>
14498
14499 * faces.el (read-face-name): Bug fix, return just one face if arg
14500 multiple is nil. (Bug#14209)
14501
14502 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
14503
14504 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
14505 (remove-function): Autoload.
14506
14507 * comint.el (comint-redirect-original-filter-function): Remove.
14508 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
14509 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
14510 (vc-cvs-annotate-command):
14511 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
14512 * progmodes/prolog.el (prolog-consult-compile):
14513 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
14514 Use add/remove-function instead.
14515 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
14516 (gud-tooltip-process-output, gud-tooltip-tips):
14517 Use add/remove-function instead.
14518 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
14519 (scheme-interaction-mode, exit-scheme-interaction-mode):
14520 Use add/remove-function instead.
14521
14522 * vc/vc-dispatcher.el: Use lexical-binding.
14523 (vc--process-sentinel): Rename from vc-process-sentinel.
14524 Change last arg to be the code to run. Don't use vc-previous-sentinel
14525 and vc-sentinel-commands any more.
14526 (vc-exec-after): Allow code to be a function. Use add/remove-function.
14527 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
14528
14529 2013-04-19 Masatake YAMATO <yamato@redhat.com>
14530
14531 * progmodes/sh-script.el (sh-imenu-generic-expression):
14532 Handle function names with a single character. (Bug#14111)
14533
14534 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
14535
14536 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
14537 for subroutines defined in an eval (bug#14182).
14538
14539 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14540
14541 * bookmark.el (bookmark-completing-read): Improve handling of empty
14542 string (bug#14176).
14543
14544 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
14545
14546 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
14547
14548 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
14549
14550 New faster Imenu implementation (bug#14058).
14551 * progmodes/python.el:
14552 (python-imenu-prev-index-position):
14553 (python-imenu-format-item-label-function)
14554 (python-imenu-format-parent-item-label-function)
14555 (python-imenu-format-parent-item-jump-label-function):
14556 New vars.
14557 (python-imenu-format-item-label)
14558 (python-imenu-format-parent-item-label)
14559 (python-imenu-format-parent-item-jump-label)
14560 (python-imenu--put-parent, python-imenu--build-tree)
14561 (python-imenu-create-index, python-imenu-create-flat-index)
14562 (python-util-popn): New functions.
14563 (python-mode): Set imenu-create-index-function to
14564 python-imenu-create-index.
14565
14566 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14567
14568 * winner.el (winner-active-region): Use region-active-p, activate-mark
14569 and deactivate-mark (bug#14225).
14570
14571 * simple.el (deactivate-mark): Don't inline it.
14572
14573 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
14574
14575 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
14576
14577 2013-04-18 Tassilo Horn <tsdh@gnu.org>
14578
14579 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
14580 file extensions from the archive-mode entry in order to prefer
14581 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
14582
14583 2013-04-18 Leo Liu <sdl.web@gmail.com>
14584
14585 * bindings.el (help-event-list): Add ?\?.
14586
14587 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
14588
14589 * subr.el (with-wrapper-hook): Declare obsolete.
14590 * simple.el (filter-buffer-substring-function): New hook.
14591 (filter-buffer-substring): Use it.
14592 (filter-buffer-substring-functions): Mark obsolete.
14593 * minibuffer.el (completion-in-region-function): New hook.
14594 (completion-in-region): Use it.
14595 (completion-in-region-functions): Mark obsolete.
14596 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
14597 * abbrev.el (abbrev-expand-function): New hook.
14598 (expand-abbrev): Use it.
14599 (abbrev-expand-functions): Mark obsolete.
14600 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
14601 and :filter-return.
14602
14603 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14604
14605 * progmodes/python.el (python-nav--syntactically): Fix cornercases
14606 and do not care about match data.
14607
14608 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14609
14610 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
14611 completion tables when completing error conditions and
14612 `declare' arguments.
14613 (lisp-complete-symbol, field-complete): Mark as obsolete.
14614 (check-parens): Unmatched parens are user errors.
14615 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
14616
14617 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
14618
14619 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
14620 command changed buffer (ie. `flyspell-pre-buffer' is not current
14621 buffer), which prevents making decisions based on invalid value of
14622 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
14623 cause an error when `flyspell-pre-point' was nil after switching
14624 buffers.
14625 (flyspell-post-command-hook): No longer needs to change buffers when
14626 checking pre-word. While at it remove unnecessary progn.
14627
14628 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
14629
14630 * textmodes/ispell.el (ispell-add-per-file-word-list):
14631 Fix `flyspell-correct-word-before-point' error when accepting
14632 words and `coment-padding' is an integer by using
14633 `comment-normalize-vars' (Bug #14214).
14634
14635 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14636
14637 New defun movement commands.
14638 * progmodes/python.el (python-nav--syntactically)
14639 (python-nav--forward-defun, python-nav-backward-defun)
14640 (python-nav-forward-defun): New functions.
14641
14642 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
14643
14644 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
14645 (python-syntax-context): Use named compiler-macro for backwards
14646 compatibility with Emacs 24.x.
14647
14648 2013-04-17 Leo Liu <sdl.web@gmail.com>
14649
14650 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
14651 octave-hide-process-buffer.
14652
14653 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
14654
14655 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
14656 (bug#14216).
14657
14658 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
14659
14660 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
14661 Fix adjustment of offset when receiving incomplete responses from GDB
14662 (bug#14129).
14663
14664 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14665
14666 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
14667 python-mode-abbrev-table.
14668 (python-skeleton-define): Adjust accordingly.
14669 (python-mode-abbrev-table): New table that inherits from it so that
14670 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
14671
14672 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
14673 (abbrev-symbol): Use it.
14674 (abbrev--before-point): Use it since we already handle inheritance.
14675
14676 2013-04-16 Leo Liu <sdl.web@gmail.com>
14677
14678 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
14679 binding to info-lookup-symbol.
14680
14681 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
14682
14683 * minibuffer.el (completion--twq-all):
14684 * term/ns-win.el (ns-initialize-window-system):
14685 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
14686
14687 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
14688
14689 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
14690 global bindings.
14691
14692 * doc-view.el (doc-view-start-process): Handle url-handler directories.
14693
14694 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
14695
14696 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
14697 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
14698 to nil.
14699 (ruby-end-of-defun): Remove the unused arg, change the docstring
14700 to reflect that this function is only used as the value of
14701 `end-of-defun-function'.
14702 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
14703 to reflect an earlier change that beginning/end-of-defun functions
14704 jump between methods in a class definition, as well as top-level
14705 functions.
14706
14707 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14708
14709 * minibuffer.el (minibuffer-complete): Don't just scroll
14710 a *Completions* that's been iconified.
14711 (minibuffer-force-complete): Make sure repetitions do cycle when going
14712 through completion-in-region -> minibuffer-complete.
14713
14714 2013-04-15 Alan Mackenzie <acm@muc.de>
14715
14716 Correct the placement of c-cpp-delimiters when there're #s not at
14717 col 0.
14718
14719 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
14720 place a submatch around the #.
14721 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
14722 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
14723 on the #, not BOL.
14724
14725 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
14726
14727 * emacs-lisp/nadvice.el: Properly test names when adding advice.
14728 (advice--member-p): New arg `name'.
14729 (advice--add-function, advice-member-p): Use it (bug#14202).
14730
14731 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
14732
14733 Reformulate java imenu-generic-expression.
14734 The old expression contained ill formed regexps.
14735
14736 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
14737 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
14738 (cc-imenu-java-method-arg-regexp): New defconsts.
14739 (cc-imenu-java-build-type-args-regex): New defun.
14740 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
14741 handling of spaces in the regexp.
14742
14743 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14744
14745 * textmodes/ispell.el (ispell-command-loop): Remove
14746 flyspell highlight of a word when ispell accepts it (bug #14178).
14747
14748 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
14749
14750 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
14751 uses code from the previous `ange-ftp-run-real-handler'.
14752 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
14753 only in case that function exist. This is needed for proper
14754 unloading of Tramp.
14755
14756 2013-04-15 Tassilo Horn <tsdh@gnu.org>
14757
14758 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
14759
14760 * textmodes/reftex.el (reftex-compile-variables): Use it.
14761
14762 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
14763
14764 * files.el (normal-mode): Only use default major-mode if no other mode
14765 was specified.
14766
14767 * emacs-lisp/trace.el (trace-values): New function.
14768
14769 * files.el: Allow : in local variables (bug#14089).
14770 (hack-local-variable-regexp): New var.
14771 (hack-local-variables-prop-line, hack-local-variables): Use it.
14772
14773 2013-04-13 Roland Winkler <winkler@gnu.org>
14774
14775 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
14776 data before it gets modified by bibtex-beginning-of-entry.
14777
14778 2013-04-13 Roland Winkler <winkler@gnu.org>
14779
14780 * textmodes/bibtex.el (bibtex-url): Doc fix.
14781
14782 2013-04-13 Roland Winkler <winkler@gnu.org>
14783
14784 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
14785 does not visit a BibTeX file, exclude it from the list of buffers
14786 returned by bibtex-initialize.
14787
14788 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
14789
14790 * window.el (split-window): Remove interactive form, since as a
14791 command this function is a special case of split-window-below.
14792 Correct doc string.
14793
14794 2013-04-12 Roland Winkler <winkler@gnu.org>
14795
14796 * faces.el (read-face-name): Do not override value of arg default.
14797 Allow single faces and strings as default values. Remove those
14798 elements from return value that are not faces.
14799 (describe-face): Simplify.
14800 (face-at-point): New optional args thing and multiple so that this
14801 function can provide the same functionality previously provided by
14802 read-face-name.
14803 (make-face-bold, make-face-unbold, make-face-italic)
14804 (make-face-unitalic, make-face-bold-italic, invert-face)
14805 (modify-face, read-face-and-attribute): Use face-at-point.
14806
14807 * cus-edit.el (customize-face, customize-face-other-window)
14808 * cus-theme.el (custom-theme-add-face)
14809 * face-remap.el (buffer-face-set)
14810 * facemenu.el (facemenu-set-face): Use face-at-point.
14811
14812 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
14813
14814 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
14815
14816 2013-04-10 Tassilo Horn <tsdh@gnu.org>
14817
14818 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
14819 off leading { and trailing } from field values.
14820
14821 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
14822
14823 * emacs-lisp/timer.el (timer--check): New function.
14824 (timer--time, timer-set-function, timer-event-handler): Use it.
14825 (timer-set-idle-time): Simplify.
14826 (timer--activate): CSE.
14827 (timer-event-handler): Give more info in error message.
14828 (internal-timer-start-idle): New function, moved from C.
14829
14830 * mpc.el (mpc-proc): Add `restart' argument.
14831 (mpc-proc-cmd): Use it.
14832 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
14833 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
14834 less often.
14835
14836 2013-04-10 Masatake YAMATO <yamato@redhat.com>
14837
14838 * progmodes/sh-script.el: Implement `sh-mode' own
14839 `add-log-current-defun-function' (bug#14112).
14840 (sh-current-defun-name): New function.
14841 (sh-mode): Use the function.
14842
14843 2013-04-09 Bastien Guerry <bzg@gnu.org>
14844
14845 * simple.el (choose-completion-string): Fix docstring (bug#14163).
14846
14847 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
14850
14851 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
14852 timer (bug#14156).
14853
14854 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
14855
14856 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
14857 declaration.
14858
14859 2013-04-07 Leo Liu <sdl.web@gmail.com>
14860
14861 * pcmpl-x.el: New file.
14862
14863 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
14864
14865 Do not set x-display-name until X connection is established.
14866 This is needed to prevent from weird situation described at
14867 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
14868 * frame.el (make-frame): Set x-display-name after call to
14869 window system initialization function, not before.
14870 * term/x-win.el (x-initialize-window-system): Add optional
14871 display argument and use it.
14872 * term/w32-win.el (w32-initialize-window-system):
14873 * term/ns-win.el (ns-initialize-window-system):
14874 * term/pc-win.el (msdos-initialize-window-system):
14875 Add compatible optional display argument.
14876
14877 2013-04-06 Eli Zaretskii <eliz@gnu.org>
14878
14879 * files.el (normal-backup-enable-predicate): On MS-Windows and
14880 MS-DOS compare truenames of temporary-file-directory and of the
14881 file, so that 8+3 aliases (usually found in $TEMP on Windows)
14882 don't fail comparison by compare-strings. Also, compare file
14883 names case-insensitively on MS-Windows and MS-DOS.
14884
14885 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14886
14887 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
14888 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
14889
14890 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
14891
14892 * whitespace.el (whitespace-color-on, whitespace-color-off):
14893 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
14894
14895 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
14896
14897 * ispell.el (ispell-set-spellchecker-params):
14898 Really set `ispell-args' for all equivs.
14899
14900 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14901
14902 * ido.el (ido-completions): Use extra elements of ido-decorations
14903 (bug#14143).
14904 (ido-decorations): Update docstring.
14905
14906 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
14907
14908 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
14909 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
14910 nil during initialization, in order not to miss changes since the
14911 file was opened. (Bug#14140)
14912
14913 2013-04-05 Leo Liu <sdl.web@gmail.com>
14914
14915 * kmacro.el (kmacro-call-macro): Fix bug#14135.
14916
14917 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
14918
14919 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
14920
14921 2013-04-04 Glenn Morris <rgm@gnu.org>
14922
14923 * electric.el (electric-pair-inhibit-predicate): Add :version.
14924
14925 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14926
14927 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
14928 when a package is required several times (bug#14082).
14929
14930 2013-04-04 Roland Winkler <winkler@gnu.org>
14931
14932 * faces.el (read-face-name): Behave as promised by the docstring.
14933 Assume that arg default is a list of faces.
14934 (describe-face): Call read-face-name with list of default faces.
14935
14936 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
14937
14938 * bookmark.el: Fix deletion of bookmarks (bug#13972).
14939 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
14940 (bookmark-bmenu-execute-deletions): Only skip first line if it's
14941 the header.
14942 (bookmark-exit-hook-internal): Save even if list is empty.
14943
14944 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
14945
14946 * emacs-lisp/package.el (package-pinned-packages): New var.
14947 (package--add-to-archive-contents): Obey it (bug#14118).
14948
14949 2013-04-03 Alan Mackenzie <acm@muc.de>
14950
14951 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
14952 Also adapt to the new values of element 7 of a parse state.
14953
14954 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
14955 parameter `not-in-delimiter'. Handle being inside comment opener.
14956 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
14957 character in case we're typing a '*' after a '/'.
14958 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
14959 instead by passing the parameter to c-state-pp-to-literal.
14960
14961 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
14962 for elt. 7 of a parse state.
14963
14964 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
14965
14966 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
14967 * international/latin1-disp.el, international/mule-util.el:
14968 * language/cyril-util.el, language/european.el, language/ind-util.el:
14969 * language/lao-util.el, language/thai.el, language/tibet-util.el:
14970 * language/tibetan.el, language/viet-util.el:
14971 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
14972
14973 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14974
14975 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
14976 (electric-pair-post-self-insert-function): Use it.
14977 (electric-pair-default-inhibit): New function, extracted from
14978 electric-pair-post-self-insert-function.
14979
14980 2013-03-31 Roland Winkler <winkler@gnu.org>
14981
14982 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
14983
14984 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14985
14986 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
14987
14988 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
14989
14990 Un-indent after "pass" and "return" statements (Bug#13888)
14991 * progmodes/python.el (python-indent-block-enders): New var.
14992 (python-indent-calculate-indentation): Use it.
14993
14994 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
14995
14996 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
14997 defun. Defining it as defalias could introduce too eager
14998 byte-compiler optimization. (Bug#14030)
14999
15000 2013-03-30 Chong Yidong <cyd@gnu.org>
15001
15002 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15003
15004 2013-03-30 Leo Liu <sdl.web@gmail.com>
15005
15006 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15007 (kmacro-execute-from-register): Pass the keyboard macro to
15008 kmacro-call-macro or repeating won't work correctly.
15009
15010 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15011
15012 * progmodes/subword.el: Back to using `forward-symbol'.
15013
15014 * subr.el (forward-whitespace, forward-symbol)
15015 (forward-same-syntax): Move from thingatpt.el.
15016
15017 2013-03-29 Leo Liu <sdl.web@gmail.com>
15018
15019 * kmacro.el (kmacro-to-register): New command.
15020 (kmacro-execute-from-register): New function.
15021 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15022
15023 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15024
15025 * mpc.el: Use defvar-local and setq-local.
15026 (mpc--proc-connect): Connection failures are not bugs.
15027 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15028 (mpc-volume-map): Bind to the up-events.
15029
15030 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15031
15032 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15033 instead of `forward-symbol'.
15034
15035 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15036
15037 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15038 (edebug--recursive-edit): Use it.
15039 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15040 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15041
15042 2013-03-28 Leo Liu <sdl.web@gmail.com>
15043
15044 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15045
15046 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15047
15048 * facemenu.el (list-colors-callback): New defvar.
15049 (list-colors-redisplay): New function.
15050 (list-colors-display): Install list-colors-redisplay as the
15051 revert-buffer-function. (Bug#14063)
15052
15053 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15054
15055 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15056 and suffixes don't overlap (bug#14061).
15057
15058 * case-table.el: Use lexical-binding.
15059 (case-table-get-table): New function.
15060 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15061
15062 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15063
15064 * progmodes/subword.el: Add `superword-mode' to do word motion
15065 over symbol_words (parallels and leverages `subword-mode' which
15066 does word motion inside MixedCaseWords).
15067
15068 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15069
15070 * eshell/em-unix.el: Move su and sudo to...
15071 * eshell/em-tramp.el: ...Eshell tramp module.
15072
15073 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15074
15075 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15076 Change return value to be a sexp. Delay `get-buffer' to after
15077 restoring the desktop (bug#13951).
15078
15079 2013-03-26 Leo Liu <sdl.web@gmail.com>
15080
15081 * register.el: Move semantic tag handling back to
15082 cedet/semantic/senator.el. (Bug#14052)
15083
15084 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15087 into the prompt either (bug#13963).
15088
15089 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15090
15091 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15092 part of "(error-foo)".
15093
15094 2013-03-24 Juri Linkov <juri@jurta.org>
15095
15096 * replace.el (list-matching-lines-prefix-face): New defcustom.
15097 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15098 `occur-engine' if `face-differs-from-default-p' returns t.
15099 (occur-engine): Add `,' inside backquote construct to evaluate
15100 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15101 Pass `prefix-face' to the functions `occur-context-lines' and
15102 `occur-engine-add-prefix'.
15103 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15104 `prefix-face' and propertize the prefix with `prefix-face'.
15105 (Bug#14017)
15106
15107 2013-03-24 Leo Liu <sdl.web@gmail.com>
15108
15109 * nxml/rng-valid.el (rng-validate-while-idle)
15110 (rng-validate-quick-while-idle): Guard against deleted buffer.
15111 (Bug#13999)
15112
15113 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15114 is the last entry in kill-buffer-hook.
15115
15116 * files.el (kill-buffer-hook): Doc fix.
15117
15118 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15119
15120 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15121 Make it safe-local.
15122
15123 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15124
15125 2013-03-23 Leo Liu <sdl.web@gmail.com>
15126
15127 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15128 Remove.
15129
15130 * nxml/rng-valid.el (rng-validate-mode)
15131 (rng-after-change-function, rng-do-some-validation):
15132 * nxml/rng-maint.el (rng-validate-buffer):
15133 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15134 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15135 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15136 (nxml-extend-after-change-region): Use with-silent-modifications.
15137
15138 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15139 timer-idle-list.
15140
15141 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15142 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15143 timer-idle-list. (Bug#13999)
15144
15145 2013-03-23 Juri Linkov <juri@jurta.org>
15146
15147 * info.el (info-index-match): New face.
15148 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15149 main pattern and add text properties with the new face to matches
15150 in index entries relative to the beginning of the index entry.
15151 (Bug#14015)
15152
15153 2013-03-21 Eric Ludlam <zappo@gnu.org>
15154
15155 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15156 Inhibit read only while inserting objects.
15157
15158 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15159
15160 * progmodes/cfengine.el: Update docs to mention
15161 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15162 symbol motion. Remove "_" from the word syntax.
15163
15164 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15165
15166 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15167 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15168
15169 2013-03-20 Juri Linkov <juri@jurta.org>
15170
15171 * info.el (Info-next-reference-or-link)
15172 (Info-prev-reference-or-link): New functions.
15173 (Info-next-reference, Info-prev-reference): Use them.
15174 (Info-try-follow-nearest-node): Handle footnote navigation.
15175 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15176
15177 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15178
15179 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15180 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15181
15182 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15183
15184 Suppress unnecessary non-ASCII chatter during build process.
15185 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15186 (batch-skkdic-convert): Suppress most of the chatter.
15187 It's not needed so much now that machines are faster,
15188 and its non-ASCII component was confusing; see Dmitry Gutov in
15189 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15190
15191 2013-03-20 Leo Liu <sdl.web@gmail.com>
15192
15193 * ido.el (ido-chop): Fix bug#10994.
15194
15195 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15196
15197 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15198 Remove vars.
15199 (whitespace-color-on, whitespace-color-off):
15200 Use `font-lock-fontify-buffer' (Bug#13817).
15201
15202 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15203
15204 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15205 remapping in mode-line.
15206 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15207
15208 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15209
15210 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15211 value for `whitespace-line' face (Bug#13875).
15212 (whitespace-font-lock-keywords): Change description.
15213 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15214 the constructed keywords instead.
15215 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15216
15217 2013-03-19 Leo Liu <sdl.web@gmail.com>
15218
15219 * progmodes/compile.el (compilation-display-error): New command.
15220 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15221 C-o. (Bug#13992)
15222
15223 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15224
15225 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15226
15227 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15228
15229 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15230
15231 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15232
15233 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15234
15235 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15236 * net/tramp-gvfs.el (top):
15237 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15238 (tramp-handle-shell-command): Use it.
15239 (tramp-dissect-file-name): Raise an error when hostname is a
15240 method name, and neither method nor user is specified.
15241
15242 * net/trampver.el: Update release number.
15243
15244 2013-03-18 Leo Liu <sdl.web@gmail.com>
15245
15246 Make sure eldoc can be turned off properly.
15247 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15248 eldoc-mode.
15249 (eldoc-display-message-p): Revert last change.
15250 (eldoc-display-message-no-interference-p)
15251 (eldoc-print-current-symbol-info): Tweak.
15252
15253 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15254
15255 * doc-view.el (doc-view-new-window-function): Check the new window
15256 overlay's display property instead the char property of the
15257 buffer's first char. Use `with-selected-window' instead of
15258 `save-window-excursion' with `select-window'.
15259 (doc-view-document->bitmap): Check the current doc-view overlay's
15260 display property instead the char property of the buffer's first char.
15261
15262 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15263
15264 Automate the build of ja-dic.el (Bug#13984).
15265 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15266 from the input, rather than assume that it's been done for us by the
15267 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15268 the current date into a ja-dic.el comment, as that complicates
15269 regression testing.
15270
15271 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15272
15273 * whitespace.el: Fix double evaluation.
15274 (whitespace-space, whitespace-hspace, whitespace-tab)
15275 (whitespace-newline, whitespace-trailing, whitespace-line)
15276 (whitespace-space-before-tab, whitespace-indentation)
15277 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15278 obsolete defvars.
15279 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15280 (whitespace-color-on): Use a single font-lock-add-keywords call.
15281 Fix double-evaluation of face variables.
15282
15283 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15284
15285 * net/tramp-adb.el (tramp-adb-parse-device-names):
15286 Use `start-process' instead of `call-process'. Otherwise, the
15287 function might be blocked under MS Windows. (Bug#13299)
15288
15289 2013-03-17 Leo Liu <sdl.web@gmail.com>
15290
15291 Extend eldoc to display info in the mode-line. (Bug#13978)
15292 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15293 (eldoc-mode-line-string): New variable.
15294 (eldoc-minibuffer-message): New function.
15295 (eldoc-message-function): New variable.
15296 (eldoc-message): Use it.
15297 (eldoc-display-message-p)
15298 (eldoc-display-message-no-interference-p):
15299 Support eldoc-post-insert-mode.
15300
15301 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15302 (eval-expression): Run it.
15303
15304 2013-03-17 Roland Winkler <winkler@gnu.org>
15305
15306 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15307 strings in the list of return values.
15308
15309 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15310
15311 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15312 radix before checking for HMS forms.
15313
15314 2013-03-16 Leo Liu <sdl.web@gmail.com>
15315
15316 * progmodes/scheme.el: Add indentation and font-locking for λ.
15317 (Bug#13975)
15318
15319 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15320
15321 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15322 token before point (bug#13942).
15323
15324 2013-03-16 Leo Liu <sdl.web@gmail.com>
15325
15326 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15327
15328 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15329
15330 * startup.el (command-line-normalize-file-name): Fix handling of
15331 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15332 <xfq.free@gmail.com> in
15333 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15334
15335 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15336
15337 Sync with Tramp 2.2.7.
15338
15339 * net/trampver.el: Update release number.
15340
15341 2013-03-14 Tassilo Horn <tsdh@gnu.org>
15342
15343 * doc-view.el: Fix bug#13887.
15344 (doc-view-insert-image): Don't modify overlay associated to
15345 non-live windows, and implement horizontal centering of image in
15346 case it's smaller than the window.
15347 (doc-view-new-window-function): Force redisplay of new windows on
15348 doc-view buffers.
15349
15350 2013-03-13 Karl Fogel <kfogel@red-bean.com>
15351
15352 * saveplace.el (save-place-alist-to-file): Don't sort
15353 `save-place-alist', just pretty-print it (bug#13882).
15354
15355 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
15356
15357 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
15358 Check whether `default-file-name-coding-system' is bound.
15359 It isn't in XEmacs.
15360
15361 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
15362
15363 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
15364 backquotes for `obsolete' (bug#13929).
15365
15366 * international/mule.el (find-auto-coding): Include file name in
15367 obsolescence warning (bug#13922).
15368
15369 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
15370
15371 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
15372 for CFEngine 3-specific indentation.
15373 (cfengine3-indent-line): Use it. Fix up category regex.
15374 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
15375
15376 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * type-break.el (type-break-file-name):
15379 * textmodes/remember.el (remember-data-file):
15380 * strokes.el (strokes-file):
15381 * shadowfile.el (shadow-initialize):
15382 * saveplace.el (save-place-file):
15383 * ps-bdf.el (bdf-cache-file):
15384 * progmodes/idlwave.el (idlwave-config-directory):
15385 * net/quickurl.el (quickurl-url-file):
15386 * international/kkc.el (kkc-init-file-name):
15387 * ido.el (ido-save-directory-list-file):
15388 * emulation/viper.el (viper-custom-file-name):
15389 * emulation/vip.el (vip-startup-file):
15390 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
15391 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
15392
15393 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
15394
15395 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
15396 * language/thai-word.el: Switch to UTF-8.
15397
15398 See ChangeLog.16 for earlier changes.
15399
15400 ;; Local Variables:
15401 ;; coding: utf-8
15402 ;; End:
15403
15404 Copyright (C) 2011-2014 Free Software Foundation, Inc.
15405
15406 This file is part of GNU Emacs.
15407
15408 GNU Emacs is free software: you can redistribute it and/or modify
15409 it under the terms of the GNU General Public License as published by
15410 the Free Software Foundation, either version 3 of the License, or
15411 (at your option) any later version.
15412
15413 GNU Emacs is distributed in the hope that it will be useful,
15414 but WITHOUT ANY WARRANTY; without even the implied warranty of
15415 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15416 GNU General Public License for more details.
15417
15418 You should have received a copy of the GNU General Public License
15419 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.