* net/tramp.el (tramp-handle-unhandled-file-name-directory): Return "/".
[bpt/emacs.git] / lisp / ChangeLog
1 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (with-tramp-progress-reporter, tramp-call-process):
4 Add traces.
5 (tramp-handle-unhandled-file-name-directory): Return "/".
6
7 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
8
9 Sync with upstream verilog-mode revision 3cd8144.
10 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
11 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
12 (verilog-type-font-keywords): Add nor.
13 (verilog-batch-execute-func): Force reading of Local Variables.
14 Fix printing "no changes to be saved" with verilog-batch.
15 (verilog-auto-arg-ports): Doc fix.
16 Add verilog-auto-arg-format to support newlines in AUTOARG.
17 (verilog-auto-arg): Doc fix.
18
19 2014-06-02 Glenn Morris <rgm@gnu.org>
20
21 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
22 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
23 * emulation/ws-mode.el: Move to obsolete/.
24 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
25
26 2014-06-02 Eli Zaretskii <eliz@gnu.org>
27
28 * simple.el (keyboard-quit): Force update of mode lines, to remove
29 the "Def" indicator, if we were defining a macro. (Bug#17615)
30
31 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * minibuffer.el (minibuffer-force-complete-and-exit):
34 Obey minibuffer-default (bug#17545).
35
36 * progmodes/js.el (js-indent-line): Don't mix columns and chars
37 (bug#17619).
38
39 * subr.el (set-transient-map): Don't wait for some "nested"
40 transient-map to finish if we're only supposed to be active for
41 the next command (bug#17642).
42
43 2014-06-02 Leo Liu <sdl.web@gmail.com>
44
45 * emacs-lisp/gv.el (window-buffer, window-display-table)
46 (window-dedicated-p, window-hscroll, window-point, window-start):
47 Fix gv-expander. (Bug#17630)
48
49 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
52 clicks (bug#17633).
53
54 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
55 for the single comma, since ", " is *very* common in normal French text
56 (bug#17643).
57
58 2014-06-02 Glenn Morris <rgm@gnu.org>
59
60 * emacs-lisp/package.el (package-check-signature)
61 (package-unsigned-archives): Fix :version.
62
63 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
64
65 * subr.el (sit-for): Don't run input-methods (bug#15614).
66
67 2014-06-02 Glenn Morris <rgm@gnu.org>
68
69 * cus-start.el: Fix some :version numbers.
70
71 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * simple.el (deactivate-mark): Set mark-active to nil even if
74 deactivation is done via setting transient-mark-mode to nil,
75 since one is buffer-local and the other is global.
76
77 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
78 there can't be more than 2 arguments (bug#17584).
79
80 2014-06-02 Glenn Morris <rgm@gnu.org>
81
82 * simple.el (filter-buffer-substring-functions)
83 (filter-buffer-substring-function, buffer-substring-filters)
84 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
85
86 * minibuffer.el (completion-in-region-functions, completion-in-region)
87 (completion--in-region): Doc fixes.
88
89 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
90 (expand-abbrev, abbrev--default-expand): Doc fixes.
91
92 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
93
94 Include sources used to create macuvs.h.
95 * international/README: Refer to the Unicode Terms of Use rather
96 than copying it bodily here, as that simplifies maintenance.
97
98 2014-06-01 Glenn Morris <rgm@gnu.org>
99
100 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
101
102 2014-05-31 Glenn Morris <rgm@gnu.org>
103
104 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
105
106 2014-05-30 Glenn Morris <rgm@gnu.org>
107
108 * loadup.el: Treat `command-line-args' more flexibly.
109
110 2014-05-30 Alan Mackenzie <acm@muc.de>
111
112 Guard (looking-at "\\s!") from XEmacs.
113 * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
114
115 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
116
117 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward): The
118 argument COUNT is now optional, to be more backward-compatible.
119 Doc fix. (Bug#17560)
120
121 2014-05-29 Reuben Thomas <rrt@sc3d.org>
122
123 * whitespace.el (whitespace-report-region): Simplify
124 documentation.
125 (whitespace-report-region): Allow report-if-bogus to take the
126 value `never', for non-interactive use.
127 (whitespace-report): Refer to whitespace-report-region's
128 documentation.
129
130 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
131
132 * whitespace.el: Use font-lock-flush. Minimize refontifications.
133 Side benefit: it works without jit-lock.
134 (whitespace-point--used): New buffer-local var.
135 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
136 (whitespace-color-off): Use font-lock-flush.
137 (whitespace-point--used, whitespace-point--flush-used): New functions.
138 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
139 (whitespace-empty-at-eob-regexp): Use them.
140 (whitespace-post-command-hook): Rewrite.
141
142 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
143 (font-lock-fontify-buffer): Mark interactive-only.
144 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
145 Make buffer-local.
146 (font-lock-specified-p): Remove redundant boundp check.
147 (font-lock-flush-function, font-lock-ensure-function): New vars.
148 (font-lock-turn-on-thing-lock): Set them.
149 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
150 (font-lock-after-change-function): Make `old-len' optional.
151 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
152 Call font-lock-flush, just in case.
153 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
154 recent Emacsen.
155 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
156 (vera-mode-map, vera-mode-menu): Remove bindings to it.
157 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
158 and with-syntax-table.
159 * textmodes/conf-mode.el (conf-quote-normal):
160 * progmodes/sh-script.el (sh-set-shell):
161 * progmodes/prog-mode.el (prettify-symbols-mode):
162 * progmodes/f90.el (f90-font-lock-n):
163 * progmodes/cwarn.el (cwarn-mode):
164 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
165 * progmodes/compile.el (compilation-setup, compilation--unsetup):
166 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
167 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
168 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
169 font-lock-fontify-buffer-function and
170 font-lock-unfontify-buffer-function.
171 (rmail-unfontify-buffer-function, rmail-fontify-message):
172 Use with-silent-modifications.
173 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
174 and font-lock-ensure.
175 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
176
177 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
178
179 * emacs-lisp/package.el (package-generate-autoloads):
180 Inhibit backup files.
181
182 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
183
184 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
185 (bug#17608).
186
187 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
188
189 * textmodes/tildify.el (tildify-buffer, tildify-region):
190 Add dont-ask option.
191
192 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
195 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
196
197 * subr.el (internal--funcall-interactively): New.
198 (internal--call-interactively): Remove.
199 (called-interactively-p): Detect funcall-interactively instead of
200 call-interactively.
201 * simple.el (repeat-complex-command): Use funcall-interactively.
202 (repeat-complex-command--called-interactively-skip): Remove.
203
204 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
205
206 * register.el (register-read-with-preview): Don't burp on
207 frame switches (e.g. due to the frame we just popped).
208
209 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
210 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
211
212 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
213
214 * cus-face.el (custom-face-attributes): Add :distant-foreground.
215
216 2014-05-26 Martin Rudalics <rudalics@gmx.at>
217
218 * window.el (window--dump-frame): Remove interactive specification.
219
220 2014-05-26 Glenn Morris <rgm@gnu.org>
221
222 * hippie-exp.el (he-line-search-regexp):
223 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
224
225 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
226
227 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
228 to avoid errors when trying to create or visit a file foo.todo
229 located outside to todo-directory, and to allow having such files
230 without them being tied to Todo mode (bug#17482).
231 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
232 (todo-archive-done-item, todo-find-filtered-items-file)
233 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
234 (todo-category-completions, todo-read-category): When visiting a
235 Todo file, make sure we're in the right mode and the buffer local
236 variables are set.
237 (todo-make-categories-list, todo-reset-nondiary-marker)
238 (todo-reset-done-string, todo-reset-comment-string):
239 After processing all Todo files, kill the buffers of those files that
240 weren't being visited before the processing.
241 (todo-display-as-todo-file, todo-add-to-buffer-list)
242 (todo-visit-files-commands): Comment out.
243 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
244 (auto-mode-alist): Remove add-to-list calls making Todo file
245 extensions unrestrictedly tied to Todo modes.
246
247 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
250 (advice-function-member-p): Tell it to check both names and functions
251 (bug#17531).
252 (advice--add-function): Adjust call accordingly.
253
254 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
255
256 * calendar/todo-mode.el: Miscellaneous bug fixes.
257 (todo-delete-file): When deleting an archive but not its todo
258 file, make sure to update the todo file's category sexp.
259 (todo-move-category): Keep the moved category's name unless the
260 file moved to already has a category with that name. If the
261 numerically last category of the source file was moved, make the
262 first category current to avoid selecting a nonexisting category.
263 (todo-merge-category): Fix implementation to make merging to a
264 category in another file work as documented. Eliminate now
265 insufficient and unnecessary renaming of archive category, correct
266 document string accordingly, and clarify it. If the numerically
267 last category of the source file was merged, make the first
268 category current to avoid selecting a nonexisting category.
269 (todo-archive-done-item): When there are marked items and point
270 happens to be on an unmarked item, ignore the latter. Don't leave
271 point below last item after archiving marked items.
272 (todo-unarchive-items): Fix logic to ensure unarchiving an item
273 from an archive with only one category deletes the archive only
274 when the category is empty after unarchiving. Make sure the todo
275 file's category sexp is updated.
276 (todo-read-file-name): Allow an existing file name even when it is
277 not required (todo-move-category needs this to work as documented).
278 (todo-add-file): Call todo-validate-name to reject the name of an
279 existing todo file (needed due to fix in todo-read-file-name).
280 (todo-reset-nondiary-marker): Also reset in filtered items files.
281 (todo-reset-done-string, todo-reset-comment-string): Also reset in
282 regexp filtered items files.
283 (todo-reset-highlight-item): Also reset in filtered items files.
284 Fix incorrect variable reference in document string.
285
286 2014-05-26 Glenn Morris <rgm@gnu.org>
287
288 * window.el (window--dump-frame): Avoid error in --without-x builds.
289
290 2014-05-26 Glenn Morris <rgm@gnu.org>
291
292 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
293
294 2014-05-26 Eli Zaretskii <eliz@gnu.org>
295
296 * frame.el (set-frame-font): Doc fix.
297
298 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
299
300 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
301
302 * emacs-lisp/package.el (package--download-one-archive):
303 Use `write-region' instead of `save-buffer' to avoid running various
304 hooks. (Bug#17155)
305 (describe-package-1): Same. Insert newline at the end of the
306 buffer if appropriate.
307
308 2014-05-26 Juri Linkov <juri@jurta.org>
309
310 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
311 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
312 Add more modifiers: meta, control, shift, hyper, super, alt.
313 (Bug#17439)
314
315 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
316 to allow changing its value with `set-variable'.
317
318 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
319
320 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
321 #; comments.
322 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
323 New functions.
324 (scheme-mode-variables): Set syntax-propertize-function instead of
325 font-lock-syntactic-face-function.
326 (scheme-font-lock-syntactic-face-function): Delete.
327
328 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
329
330 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
331 (bug#17392).
332
333 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
334
335 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
336 for a temporary file name.
337
338 2014-05-26 Eli Zaretskii <eliz@gnu.org>
339
340 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
341
342 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
343
344 * net/dbus.el (dbus-init-bus, dbus-call-method)
345 (dbus-call-method-asynchronously, dbus-send-signal)
346 (dbus-method-return-internal, dbus-method-error-internal):
347 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
348
349 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
350
351 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
352 methods which do not have a doc string. (Bug#17490)
353
354 2014-05-25 Tassilo Horn <tsdh@gnu.org>
355
356 * textmodes/reftex-ref.el (reftex-format-special): Make it work
357 also for AMS Math's \eqref macro.
358
359 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
360
361 Arrange to never byte-compile the generated -pkg.el file.
362
363 * emacs-lisp/package.el (package-generate-description-file):
364 Output first-line comment to set buffer-local var `no-byte-compile'.
365 Suggested by Dmitry Gutov:
366 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
367
368 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
369
370 Fix bug: Properly quote args to generated -pkg.el `define-package'.
371
372 * emacs-lisp/package.el (package-generate-description-file):
373 Inline `package--alist-to-plist'; rewrite to selectively
374 quote alist values that are not self-quoting.
375 (package--alist-to-plist): Delete func.
376
377 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
378
379 * term/xterm.el (xterm-function-map): Add mapping for shifted
380 keypad keys.
381
382 2014-05-24 Daniel Colascione <dancol@dancol.org>
383
384 * progmodes/subword.el (subword-find-word-boundary): Move point to
385 correct spot before search. (Bug#17580)
386
387 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
388 breaking the build.
389
390 2014-05-24 Leo Liu <sdl.web@gmail.com>
391
392 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
393
394 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * minibuffer.el (completion--sreverse): Remove.
397 (completion--common-suffix): Use `reverse' instead.
398 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
399
400 2014-05-22 Glenn Morris <rgm@gnu.org>
401
402 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
403
404 2014-05-21 Daniel Colascione <dancol@dancol.org>
405
406 * files.el (interpreter-mode-alist): Add mksh.
407
408 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
409 derivative.
410 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
411 mksh. Improve custom spec; allow regular expressions.
412 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
413 (sh-after-hack-local-variables): New function.
414 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
415 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
416 the normalization.
417 (sh-canonicalize-shell): Rewrite to support regexes.
418
419 2014-05-21 Leo Liu <sdl.web@gmail.com>
420
421 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
422
423 2014-05-19 Leo Liu <sdl.web@gmail.com>
424
425 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
426
427 2014-05-18 Glenn Morris <rgm@gnu.org>
428
429 * loadup.el:
430 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
431
432 2014-05-14 Sam Steingold <sds@gnu.org>
433
434 * progmodes/python.el (python-shell-get-or-create-process):
435 Do not bind `current-prefix-arg' so that C-c C-z does not talk
436 back unless requested.
437
438 2014-05-14 Glenn Morris <rgm@gnu.org>
439
440 * subr.el (with-file-modes): New macro.
441 * printing.el (pr-save-file-modes): Make obsolete.
442 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
443 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
444 Add with-file-modes.
445 * doc-view.el (doc-view-make-safe-dir):
446 * epg.el (epg--start):
447 * files.el (locate-user-emacs-file, make-temp-file)
448 (backup-buffer-copy, move-file-to-trash):
449 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
450 * eshell/esh-util.el (eshell-with-private-file-modes)
451 (eshell-make-private-directory):
452 * net/browse-url.el (browse-url-mosaic):
453 * obsolete/mailpost.el (post-mail-send-it):
454 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
455 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
456 Use with-file-modes.
457
458 * vc/emerge.el (emerge-make-temp-file): Simplify.
459
460 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
461 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
464 suffix (bug#15419).
465
466 2014-05-14 Glenn Morris <rgm@gnu.org>
467
468 * vc/emerge.el (emerge-temp-file-prefix):
469 Make pointless option obsolete.
470 (emerge-temp-file-mode): Make non-functional option obsolete.
471
472 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
473
474 * net/browse-url.el (browse-url):
475 Use `unhandled-file-name-directory' when setting `default-directory',
476 in order to circumvent stalled remote connections. (Bug#17425)
477
478 2014-05-14 Glenn Morris <rgm@gnu.org>
479
480 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
481 Optimize on Emacs, which has the relevant functions for ages.
482
483 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * simple.el (undo-make-selective-list): Obey undo-no-redo.
486
487 2014-05-12 Sam Steingold <sds@gnu.org>
488
489 * calendar/time-date.el (seconds-to-string): New function to
490 pretty print time delay in seconds.
491
492 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
493
494 * mpc.el (mpc-format): Trim Date to the year.
495 (mpc-songs-hashcons): Shorten the Date field.
496
497 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
498 into autoloading just because of a silly indirection.
499
500 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
501
502 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
503
504 2014-05-12 Glenn Morris <rgm@gnu.org>
505
506 * emacs-lisp/find-gc.el: Move to ../admin.
507
508 * printing.el (pr-version):
509 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
510
511 * net/browse-url.el (browse-url-mosaic):
512 Create /tmp/Mosaic.PID as a private file.
513
514 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
515
516 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
517 (advice--member-p): If name is given, only compare the name.
518 (advice--remove-function): Don't stop at the first match.
519 (advice--normalize-place): New function.
520 (add-function, remove-function): Use it.
521 (advice--add-function): Pass the name, if any, to
522 advice--remove-function.
523
524 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
525
526 * electric.el (electric-indent-post-self-insert-function): Don't use
527 `pos' after modifying the buffer (bug#17449).
528
529 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
530
531 * calendar/todo-mode.el (todo-insert-item-from-calendar):
532 Correct argument list to conform to todo-insert-item--basic.
533
534 2014-05-12 Glenn Morris <rgm@gnu.org>
535
536 * files.el (cd-absolute): Test if directory is accessible
537 rather than executable. (Bug#17330)
538
539 * progmodes/compile.el (recompile):
540 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
541
542 * net/browse-url.el (browse-url-mosaic):
543 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
544 This is CVE-2014-3423.
545
546 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * mouse.el: Use the normal toplevel loop while dragging.
549 (mouse-set-point): Handle multi-clicks.
550 (mouse-set-region): Handle multi-clicks for drags.
551 (mouse-drag-region): Update call accordingly.
552 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
553 Use the normal event loop instead of a local while/read-event loop.
554 (global-map): Remove redundant bindings for double/triple-mouse-1.
555 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
556 Generate synthetic down events when the protocol only sends up events.
557 (xterm-mouse-last): Remove.
558 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
559 terminal parameter instead.
560 (xterm-mouse--set-click-count): New function.
561 (xterm-mouse-event): Detect/generate double/triple clicks.
562 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
563
564 * info.el (Info-quoted): New face.
565 (Info-mode-font-lock-keywords): New var.
566 (Info-mode): Use it.
567
568 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
569 are a hindrance for C-x C-e.
570
571 2014-05-11 Leo Liu <sdl.web@gmail.com>
572
573 * net/rcirc.el (rcirc-sentinel): Fix last change.
574
575 2014-05-08 Sam Steingold <sds@gnu.org>
576
577 * net/rcirc.el (rcirc-reconnect-delay): New user option.
578 (rcirc-sentinel): Auto-reconnect to the server if
579 `rcirc-reconnect-delay' is non-0 (but not more often than its
580 value in case the host is off-line).
581
582 2014-05-09 Eli Zaretskii <eliz@gnu.org>
583
584 * progmodes/grep.el (lgrep): Fix a typo in last commit.
585
586 2014-05-09 Glenn Morris <rgm@gnu.org>
587
588 * files.el (file-expand-wildcards):
589 * man.el (Man-support-local-filenames):
590 * printing.el (pr-i-directory, pr-interface-directory):
591 * progmodes/grep.el (lgrep, rgrep):
592 * textmodes/ispell.el (ispell-call-process)
593 (ispell-call-process-region, ispell-start-process)
594 (ispell-init-process): Use file-accessible-directory-p.
595
596 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
599 (xterm-mouse--read-event-sequence-1000): Return nil if something
600 looks fishy.
601 (xterm-mouse-event): Propagate it.
602 (xterm-mouse-translate-1): Handle it.
603
604 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
605
606 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
607 four slots of the parameter list are filled, make sure to pass it
608 to the argument list of todo-insert-item--basic.
609
610 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
613 Add optional `seen' argument to detect and break infinite loops.
614
615 2014-05-08 Eli Zaretskii <eliz@gnu.org>
616
617 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
618 (trace-unsafe, trace-use-tree): Make parentheses style be
619 according to Emacs style.
620
621 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
622
623 * net/tramp-sh.el (tramp-remote-process-environment):
624 Remove HISTFILE and HISTSIZE; it's too late to set them here.
625 Add :version entry.
626 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
627 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
628 extra "PSx=..." commands.
629 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
630 (Bug#17295)
631
632 (tramp-uudecode): Replace the hard-coded temporary file name by a
633 format specifier.
634 (tramp-remote-coding-commands): Enhance docstring.
635 (tramp-find-inline-encoding): Replace "%t" by a temporary file
636 name. (Bug#17415)
637 This is CVE-2014-3424.
638
639 2014-05-08 Glenn Morris <rgm@gnu.org>
640
641 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
642 (find-gc-source-files): Update some names.
643 (trace-call-tree): Simplify and update.
644 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
645 This is CVE-2014-3422.
646
647 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
648
649 * minibuffer.el (completion--try-word-completion): Revert fix for
650 Bug#15980 (bug#17375).
651
652 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
653 Always store button numbers in the same way in xterm-mouse-last;
654 Don't burp is xterm-mouse-last is not set as expected.
655 Never return negative indices.
656
657 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
658
659 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
660 Backtrack one char if the global/char-literal var matcher hits
661 inside a string. The next char could be the beginning of an
662 expression expansion.
663
664 2014-05-08 Glenn Morris <rgm@gnu.org>
665
666 * help-fns.el (describe-function-1): Test for an autoload before a
667 macro, since `macrop' works on autoloads. (Bug#17410)
668
669 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * electric.el (electric-indent-functions-without-reindent): Add yaml.
672
673 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
674 Make sure the new point we return is within the new string (bug#17239).
675
676 2014-05-05 Daniel Colascione <dancol@dancol.org>
677
678 * progmodes/compile.el (compilation-error-regexp-alist-alist):
679 Port `gnu' pattern to rx.
680
681 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
682
683 Remove unneeded prompt when closing a buffer with active
684 emacsclient ("Buffer ... still has clients"), #16548.
685 * server.el (server-start): Remove the only call to:
686 (server-kill-buffer-query-function): Remove.
687
688 2014-05-04 Leo Liu <sdl.web@gmail.com>
689
690 * calendar/diary-lib.el (calendar-chinese-month-name-array):
691 Defvar to pacify compiler.
692
693 2014-05-04 Eli Zaretskii <eliz@gnu.org>
694
695 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
696
697 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
700 Use nil rather than `default' for the "default" appearance (bug#17388).
701 * vc/ediff-util.el (ediff-inferior-compare-regions)
702 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
703 a misleading `default' value when it's really a boolean.
704 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
705 overlay is not visible.
706
707 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
708
709 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
710 (todo-menu): Uncomment and update.
711
712 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
713
714 * calendar/todo-mode.el: Reimplement item editing to have the same
715 basic user interface as item insertion, and make small UI and
716 larger internal improvements to the latter.
717 (todo-insert-item): Add reference to the Todo mode user manual to
718 the documentation string.
719 (todo-insert-item--basic): Rename from todo-basic-insert-item and
720 adjust all callers. Change signature to combine diary and
721 nonmarking arguments. Incorporate functionality of deleted item
722 copying command and add error checking. Remove detailed
723 descriptions of the arguments from the documentation string, since
724 this is treated in the Todo mode user manual.
725 (todo-copy-item, todo-edit-multiline-item)
726 (todo-edit-done-item-comment, todo-edit-item-header)
727 (todo-edit-item-time, todo-edit-item-date-from-calendar)
728 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
729 (todo-edit-item-date-year, todo-edit-item-date-month)
730 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
731 Remove.
732 (todo-edit-item): Reimplement as wrapper command for
733 todo-edit-item--next-key and make it distinguish done and not done
734 todo items.
735 (todo-edit-item--text): New function, replacing old command
736 todo-edit-item and incorporating deleted commands
737 todo-edit-multiline-item and todo-edit-done-item-comment.
738 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
739 Use only numeric value of prefix argument. Remove detailed
740 descriptions of the arguments from the documentation string, since
741 this is treated in the Todo mode user manual.
742 (todo-edit-item--diary-inclusion): New function, replacing old
743 command todo-edit-item-diary-inclusion and incorporating and fixing
744 functionality of deleted command todo-edit-item-diary-nonmarking,
745 making sure to remove todo-nondiary-marker when adding
746 diary-nonmarking-symbol.
747 (todo-edit-category-diary-inclusion): Make sure to delete
748 diary-nonmarking-symbol when adding todo-nondiary-marker.
749 (todo-edit-category-diary-nonmarking): Fix indentation.
750 (todo-insert-item--parameters): Group diary and nonmarking
751 parameters together.
752 (todo-insert-item--apply-args): Adjust to signature of
753 todo-insert-item--basic and incorporate copy parameter.
754 Make small code improvements.
755 (todo-insert-item--next-param): Improve prompt and adjust it to
756 new parameter grouping. Remove obsolete code.
757 (todo-edit-item--param-key-alist)
758 (todo-edit-item--date-param-key-alist)
759 (todo-edit-done-item--param-key-alist): New defconsts.
760 (todo-edit-item--prompt): New variable.
761 (todo-edit-item--next-key): New function.
762 (todo-key-bindings-t): Bind "e" to todo-edit-item.
763 Remove bindings of deleted commands.
764
765 2014-05-04 Leo Liu <sdl.web@gmail.com>
766
767 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
768
769 2014-05-04 Glenn Morris <rgm@gnu.org>
770
771 * allout-widgets.el (allout-widgets-tally)
772 (allout-decorate-item-guides):
773 * menu-bar.el (menu-bar-positive-p):
774 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
775 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
776 * progmodes/js.el (js--inside-param-list-p)
777 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
778 * progmodes/prolog.el (region-exists-p):
779 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
780 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
781 Doc fixes (replace `iff').
782
783 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
786
787 2014-05-04 Leo Liu <sdl.web@gmail.com>
788
789 Support Chinese diary entries in calendar and diary. (Bug#17393)
790 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
791 (calendar-chinese-from-absolute-for-diary)
792 (calendar-chinese-to-absolute-for-diary)
793 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
794 (diary-chinese-list-entries): New functions to list and mark
795 Chinese diary entries in the calendar window.
796 (diary-chinese-anniversary)
797 (diary-chinese-insert-anniversary-entry)
798 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
799 (diary-chinese-insert-yearly-entry): New commands to insert
800 Chinese diary entries.
801
802 * calendar/diary-lib.el (diary-font-lock-keywords):
803 Support font-locking Chinese dates.
804
805 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
806 inserting Chinese diary entries.
807
808 * calendar/calendar.el (diary-chinese-entry-symbol):
809 New customizable variable.
810 (calendar-mode-map): Add bindings for inserting Chinese diary
811 entries.
812
813 2014-05-03 Juri Linkov <juri@jurta.org>
814
815 * dired.el (dired-check-switches, dired-switches-recursive-p):
816 New functions. (Bug#17218)
817 (dired-switches-escape-p, dired-move-to-end-of-filename):
818 Use `dired-check-switches'.
819 (dired-insert-old-subdirs, dired-build-subdir-alist)
820 (dired-sort-R-check): Use `dired-switches-recursive-p'.
821
822 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
823
824 * simple.el (undo-make-selective-list): New algorithm fixes
825 incorrectness of position adjustments when undoing in region.
826 (Bug#17235)
827 (undo-elt-crosses-region): Make obsolete.
828 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
829 New functions to adjust positions using undo-deltas.
830
831 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
834 the last consecutive closing paren (bug#17345).
835
836 2014-04-30 Reuben Thomas <rrt@sc3d.org>
837
838 * dired.el (dired-mode): make terminology for eXpunge command
839 consistent. (Bug#17276)
840
841 2014-04-30 Eli Zaretskii <eliz@gnu.org>
842
843 * dired.el (dired-initial-position-hook, dired-initial-position):
844 Doc string fixes.
845
846 2014-04-30 Glenn Morris <rgm@gnu.org>
847
848 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
849
850 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
851
852 * faces.el (face-spec-recalc): Apply X resources only after the
853 defface spec has been applied. Thus, X resources are no longer
854 overriden by the defface spec which also fixes issues on win32 where
855 the toolbar coloring was wrong because it is set through X resources
856 and was (wrongfully) overriden. (Bug#16694)
857
858 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
859
860 * textmodes/rst.el (electric-pair-pairs): Declare.
861 (rst-mode): Set it (bug#17131).
862
863 2014-04-30 Juri Linkov <juri@jurta.org>
864
865 * desktop.el (desktop-value-to-string): Let-bind `print-length'
866 and `print-level' to nil. (Bug#17351)
867
868 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
869
870 * battery.el (battery-update): Handle the case where battery
871 status is "N/A" (bug#17319).
872
873 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
874
875 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
876 to syntax-propertize.
877 (ps-mode-auto-indent): Mark as obsolete.
878 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
879 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
880 word regexp operators.
881 (ps-mode-map): Move initialization into declaration. Remove binding
882 for TAB, RET, >, ], and }.
883 (ps-mode-syntax-table): Move initialization into declaration.
884 Don't give word syntax to non-word chars.
885 (ps-run-mode-map): Move initialization into declaration.
886 (ps-mode-menu-main): Remove auto-indent entry.
887 (ps-mode-smie-rules): New function.
888 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
889 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
890 (ps-mode--string-syntax-table): New const.
891 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
892 New functions.
893 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
894 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
895
896 2014-04-27 Daniel Colascione <dancol@dancol.org>
897
898 * term/xterm.el (xterm-paste): Use large finite timeout when
899 reading event to avoid putting keys in this-command-keys.
900
901 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
902
903 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
904 (perl-syntax-propertize-function): Use it. Extend handling of
905 here-docs to the unquoted case.
906
907 2014-04-25 Eli Zaretskii <eliz@gnu.org>
908
909 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
910 Use equal-including-properties to compare help-echo strings (bug#17331).
911
912 2014-04-25 Leo Liu <sdl.web@gmail.com>
913
914 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
915 Fix syntax for @. (Bug#17325)
916
917 2014-04-25 Daniel Colascione <dancol@dancol.org>
918
919 * emacs-lisp/cl.el (gv): Require gv early to break eager
920 macro-expansion cycles.
921
922 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * simple.el (region-active-p): Check there's a mark (bug#17324).
925
926 * simple.el (completion-list-mode-map): Use choose-completion for the
927 mouse binding as well (bug#17302).
928 (completion-list-mode, completion-setup-function): Adjust docstring and
929 echo area message accordingly.
930 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
931 calling convention of choose-completion.
932 * comint.el (comint-dynamic-list-completions):
933 * term.el (term-dynamic-list-completions): Accept choose-completion.
934
935 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
936 &, |, +, - and * can't be a division (bug#17317).
937
938 * term/xterm.el (xterm--version-handler): Don't use modern xterm
939 features on gnome-terminal (bug#16988).
940
941 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
942
943 Improve Scheme font-locking for (define ((foo ...) ...) ...).
944
945 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
946 the declared object, ignore zero or more parens, not zero or one.
947
948 2014-04-24 Leo Liu <sdl.web@gmail.com>
949
950 * progmodes/xscheme.el (xscheme-expressions-ring)
951 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
952 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
953 (xscheme-allow-output-p, xscheme-prompt)
954 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
955
956 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
957 Comment out unused functions.
958
959 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * info.el: Use lexical-binding and cl-lib.
962 Use defvar-local and setq-local instead of make-local-variable.
963 (Info-apropos-matches): Avoid add-to-list.
964 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
965
966 2014-04-24 Daniel Colascione <dancol@dancol.org>
967
968 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
969
970 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
971
972 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
973
974 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
975
976 * dired.el (dired-insert-set-properties): Do not consider
977 subdirectory headings and empty lines to be information that
978 `dired-hide-details-mode' should hide. (Bug#17228)
979
980 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
981
982 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
983 Remove test messages.
984 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
985 and `target' twice.
986
987 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
990 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
991
992 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
993
994 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
995
996 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
997 Set "IFS=" when using read builtin, in order to preserve spaces in
998 the file name. Add test messages for hunting a bug on hydra.
999 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1000
1001 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1002
1003 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1004 Don't prettify a word within a symbol.
1005
1006 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1007
1008 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1009 possible.
1010
1011 2014-04-22 Daniel Colascione <dancol@dancol.org>
1012
1013 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
1014 use defun to define `function-put'.
1015
1016 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1017
1018 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
1019 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
1020 (lisp-mode-variables): Set font-lock-extra-managed-props.
1021
1022 * emacs-lisp/byte-run.el (function-put): New function.
1023 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
1024 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
1025 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
1026 Use them.
1027
1028 2014-04-22 Daniel Colascione <dancol@dancol.org>
1029
1030 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
1031 Add `full-p' parameter; when nil, call `macroexpand' instead of
1032 `macroexpand-all'.
1033
1034 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1035 Improve docstrings.
1036
1037 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1038 Use lambda function values, not quoted lambdas.
1039 (byte-compile-recurse-toplevel): Remove extraneous &optional.
1040
1041 * emacs-lisp/cl-macs.el
1042 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
1043 (cl-struct-slot-value): Conditionally use aref or nth so that the
1044 compiler produces optimal code.
1045
1046 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
1049 (inline): Don't inline cl--set-elt.
1050 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
1051 Define as inlinable instead.
1052 (cl-struct-set-slot-value): Remove.
1053
1054 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
1055 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
1056 Use setf instead.
1057
1058 2014-04-21 Daniel Colascione <dancol@dancol.org>
1059
1060 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
1061 last two parameters after all.
1062 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
1063 (cl--compiler-macro-assoc,cl-struct-slot-value)
1064 (cl-struct-set-slot-value): Stop using them.
1065
1066 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
1069 entry in image-mode-winprops-alist.
1070
1071 2014-04-21 Daniel Colascione <dancol@dancol.org>
1072
1073 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
1074 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
1075 (byte-compile-toplevel-file-form): Use it.
1076
1077 * emacs-lisp/cl-macs.el:
1078 (cl--loop-let): Properly destructure `while' clauses.
1079
1080 2014-04-20 Daniel Colascione <dancol@dancol.org>
1081
1082 * vc/vc.el (vc-root-dir): New public autoloaded function for
1083 generically finding the current VC root.
1084 * vc/vc-hooks.el (vc-not-supported): New error.
1085 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
1086
1087 2014-04-20 Daniel Colascione <dancol@dancol.org>
1088
1089 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
1090 argument.
1091 (cl--const-expr-val): cl--const-expr-val should macroexpand its
1092 argument in case we're inside a symbol-macrolet.
1093 (cl--do-arglist, cl--compiler-macro-typep)
1094 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
1095 environment to `cl--const-expr-val'.
1096 (cl-struct-sequence-type,cl-struct-slot-info)
1097 (cl-struct-slot-offset, cl-struct-slot-value)
1098 (cl-struct-set-slot-value): New functions.
1099
1100 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
1103 assignments such as "case=hello" (bug#17297).
1104
1105 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1106
1107 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1108 Do not autoload.
1109 (tramp-file-name-handler, tramp-completion-file-name-handler):
1110 Revert patch from 2014-04-10, it isn't necessary anymore.
1111 (tramp-autoload-file-name-handler)
1112 (tramp-register-autoload-file-name-handlers): New defuns.
1113 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1114 (tramp-register-file-name-handlers): Remove also
1115 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1116 Do not autoload its invocation, but eval it after loading of 'tramp.
1117
1118 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1119
1120 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1121
1122 2014-04-17 Daniel Colascione <dancol@dancol.org>
1123
1124 Add support for bracketed paste mode; add infrastructure for
1125 managing terminal mode enabling and disabling automatically.
1126
1127 * xt-mouse.el:
1128 (xterm-mouse-mode): Simplify.
1129 (xterm-mouse-tracking-enable-sequence)
1130 (xterm-mouse-tracking-disable-sequence): New constants.
1131 (turn-on-xterm-mouse-tracking-on-terminal)
1132 (turn-off-xterm-mouse-tracking-on-terminal):
1133 Use tty-mode-set-strings and tty-mode-reset-strings terminal
1134 parameters instead of random hooks.
1135 (turn-on-xterm-mouse-tracking)
1136 (turn-off-xterm-mouse-tracking): Delete.
1137
1138 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
1139 (xterm-paste-ending-sequence): New constant.
1140 (xterm-paste): New command used for bracketed paste support.
1141
1142 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
1143 (terminal-init-xterm-bracketed-paste-mode): New function.
1144 (terminal-init-xterm): Call it.
1145 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
1146 and tty-mode-reset-strings instead of random hooks.
1147 (xterm-turn-on-modify-other-keys)
1148 (xterm-turn-off-modify-other-keys)
1149 (xterm-remove-modify-other-keys): Delete obsolete functions.
1150
1151 * term/screen.el: Rewrite to just use the xterm code.
1152 Add copyright notice. Mention tmux.
1153
1154 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
1155
1156 * image-mode.el (image-mode-window-put): Also update the property of
1157 the "default window".
1158 * doc-view.el (doc-view-new-window-function): If no window
1159 exists, move to the last known page.
1160
1161 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1162
1163 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1164 here-documents (bug#17262).
1165
1166 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1167
1168 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1169 Provide doc strings, as required by snarf-documentation.
1170
1171 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1172
1173 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1174 arg of overlays-at. Use `invisible-p'.
1175
1176 * obsolete/lucid.el (extent-at):
1177 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1178 overlays-at.
1179 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1180
1181 2014-04-16 João Távora <joaotavora@gmail.com>
1182
1183 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1184 links. (Bug#17217).
1185
1186 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1187
1188 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1189 Use mapc to loop over a vector. (Bug#17257).
1190
1191 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1194 patch, there are new problems with file names containing spaces.
1195 Get rid of backticks. (Bug#17238)
1196
1197 2014-04-16 João Távora <joaotavora@gmail.com>
1198
1199 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1200 possible bug.
1201
1202 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1203
1204 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1205 (blink-cursor-mode): Mention customization variables and the
1206 effect of 'blink-cursor-blinks'.
1207
1208 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
1209
1210 * simple.el (undo): Prevent insertion of identity mapping into
1211 undo-equiv-table so as undo-only does not inf loop in the presence
1212 of consecutive nils in undo list.
1213
1214 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
1215
1216 * faces.el (make-face): Deprecate optional argument as it is no
1217 longer needed/used since the conditional X resources handling
1218 has been pushed down to make-face-x-resource-internal itself.
1219 (make-empty-face): Don't pass optional argument to make-face.
1220
1221 2014-04-16 Karl Fogel <kfogel@red-bean.com>
1222
1223 * savehist.el (savehist-save): Remove workaround for a read-passwd
1224 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
1225 noticing that the shim was still present.
1226
1227 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1228
1229 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
1230
1231 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
1232
1233 * faces.el (face-set-after-frame-default): Remove unused local variable.
1234
1235 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1236
1237 * progmodes/grep.el: Use lexical-binding.
1238 (grep-expand-template): Pass explicit lexical env to `eval'.
1239 (zrgrep): Let-bind grep-find-template explicitly.
1240
1241 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
1242 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
1243
1244 2014-04-12 Eli Zaretskii <eliz@gnu.org>
1245
1246 * international/characters.el <standard-case-table>: Add entries
1247 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
1248 Set category of Coptic characters be 'g' (Greek).
1249
1250 2014-04-12 Leo Liu <sdl.web@gmail.com>
1251
1252 * progmodes/octave.el (completion-table-with-cache):
1253 Define if not available.
1254 (octave-goto-function-definition, octave-sync-function-file-names)
1255 (octave-find-definition-default-filename):
1256 Backquote upattern for compatibility.
1257
1258 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
1259
1260 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1261 name twice due to backticks. (Bug#17238)
1262
1263 2014-04-12 Glenn Morris <rgm@gnu.org>
1264
1265 * term/w32-win.el (x-win-suspend-error):
1266 * term/x-win.el (x-win-suspend-error): Sync docs.
1267
1268 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
1269
1270 * faces.el (make-face): Remove deprecated optional argument.
1271 The conditional application of X resources is handled directly by
1272 make-face-x-resource-internal since Emacs 24.4.
1273 (make-empty-face): Don't pass optional argument to make-face.
1274
1275 2014-04-11 Glenn Morris <rgm@gnu.org>
1276
1277 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
1278
1279 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 Ediff's overlay priorities cause more trouble than they solve.
1282 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1283 (ediff-highest-priority): Remove function (bug#17234).
1284 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1285 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1286 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1287 overlay priorities.
1288
1289 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
1290
1291 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1292 entry; use symbol boundaries to avoid mis-matches.
1293
1294 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * net/tramp.el (tramp-file-name-handler)
1297 (tramp-completion-file-name-handler): Avoid recursive loading.
1298
1299 * net/tramp-sh.el (tramp-make-copy-program-file-name):
1300 Quote result also locally.
1301
1302 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1303
1304 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
1305 Remove left-over code.
1306
1307 * newcomment.el (comment-indent-new-line): Sink code where it's used.
1308 Reuse the previous comment's indentation unconditionally if it's on its
1309 own line.
1310
1311 2014-04-09 Daniel Colascione <dancol@dancol.org>
1312
1313 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
1314 `no-syntax-crossing' arguments. Forward to `up-list'.
1315 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
1316 Implement logic for escaping from strings. Use narrowing to deal
1317 with corner cases.
1318
1319 2014-04-09 Leo Liu <sdl.web@gmail.com>
1320
1321 * net/rcirc.el (rcirc-connection-info): New variable.
1322 (rcirc-connect): Use it to store connection info.
1323 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
1324 for killed process.
1325 (rcirc-cmd-reconnect): New command. (Bug#17045)
1326 (rcirc-mode, set-rcirc-encode-coding-system)
1327 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
1328
1329 2014-04-09 Daniel Colascione <dancol@dancol.org>
1330
1331 * emacs-lisp/cl-indent.el: Add comment claiming
1332 facility is also good for elisp.
1333 (lisp-indent-find-method): New function.
1334 (common-lisp-indent-function): Recognize cl-loop.
1335 (common-lisp-indent-function-1): Recognize cl constructs; use
1336 `lisp-indent-find-method' instead of `get' directly.
1337 (if): Use else-body style for elisp.
1338
1339 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
1340
1341 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1342 Module methods. (Bug#17216)
1343
1344 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * help.el (describe-bindings): Fix buffer handling (bug#17210).
1347 (describe-bindings-internal): Mark obsolete.
1348
1349 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1350
1351 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
1352 buffer-file-name, and buffer-file-truename any more.
1353
1354 2014-04-08 Leo Liu <sdl.web@gmail.com>
1355
1356 Use lexical-binding and require cl-lib.
1357 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
1358 (rcirc-handler-generic, rcirc-fill-paragraph)
1359 (rcirc-format-response-string, rcirc-target-buffer)
1360 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
1361 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
1362 (rcirc-ctcp-sender-PING, rcirc-browse-url)
1363 (rcirc-markup-timestamp, rcirc-markup-attributes)
1364 (rcirc-markup-my-nick, rcirc-markup-urls)
1365 (rcirc-markup-bright-nicks, rcirc-markup-fill)
1366 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
1367 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
1368 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
1369 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
1370 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
1371 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
1372 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
1373 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
1374 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
1375 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
1376 use cl-lib.
1377
1378 2014-04-07 João Távora <joaotavora@gmail.com>
1379
1380 * elec-pair.el (electric-pair--syntax-ppss):
1381 When inside comments parse from comment beginning.
1382 (electric-pair--balance-info): Fix typo in comment.
1383 (electric-pair--in-unterminated-string-p): Delete.
1384 (electric-pair--unbalanced-strings-p): New function.
1385 (electric-pair-string-bound-function): New var.
1386 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1387 according to `electric-pair--in-unterminated-string-p'
1388
1389 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1390 Inhibit quote pairing if point-max is inside an unterminated string.
1391 (electric-pair--looking-at-unterminated-string-p): Delete.
1392 (electric-pair--in-unterminated-string-p): New function.
1393
1394 2014-04-07 Glenn Morris <rgm@gnu.org>
1395
1396 * shell.el (shell-directory-tracker):
1397 Go back to just ignoring failures. (Bug#17159)
1398
1399 2014-04-07 João Távora <joaotavora@gmail.com>
1400
1401 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1402 backspace. (bug#16981)
1403 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1404 (electric-pair-backward-delete-char-untabify): Delete.
1405 (electric-pair-mode-map): Bind backspace to a menu item filtering
1406 a new `electric-pair-delete-pair' command.
1407 (electric-pair-delete-pair): New command.
1408
1409 * progmodes/python.el (python-electric-pair-string-delimiter):
1410 Fix triple-quoting electricity. (Bug#17192)
1411
1412 * elec-pair.el (electric-pair-post-self-insert-function):
1413 Don't skip whitespace when `electric-pair-text-pairs' and
1414 `electric-pair-pairs' were used. syntax to
1415 electric-pair--skip-whitespace. (Bug#17183)
1416
1417 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1418
1419 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1420 "<F>". (Bug#17199)
1421
1422 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1425 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1426
1427 2014-04-07 Glenn Morris <rgm@gnu.org>
1428
1429 * help.el (view-lossage): Doc tweak.
1430
1431 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
1432
1433 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1434 only when inhibit-x-resources is nil, and do that earlier in the
1435 function. Doc fix. (Bug#16694)
1436 (face-spec-choose): Accept additional optional argument, whose
1437 value is returned if no matching attributes are found.
1438 (face-spec-recalc): Use the new optional argument when calling
1439 face-spec-choose. (Bug#16378)
1440 (make-face-x-resource-internal): Do nothing when
1441 inhibit-x-resources is non-nil. Don't touch the default face if
1442 reversed video is given--as was done in previous versions of Emacs.
1443 (face-set-after-frame-default): Don't call
1444 make-face-x-resource-internal here. (Bug#16434)
1445
1446 2014-04-07 Tassilo Horn <tsdh@gnu.org>
1447
1448 * doc-view.el (doc-view-bookmark-jump):
1449 Use `bookmark-after-jump-hook' to jump to the right page after the
1450 buffer is shown in a window. (bug#16090)
1451
1452 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1453
1454 * international/characters.el (mirroring): Fix last change:
1455 instead of loading uni-mirrored.el explicitly, do that implicitly
1456 by creating the 'mirroring' uniprop table. This avoids announcing
1457 the loading of uni-mirrored.el.
1458
1459 2014-04-07 Glenn Morris <rgm@gnu.org>
1460
1461 * files.el (buffer-stale--default-function)
1462 (buffer-stale-function, revert-buffer--default):
1463 * autorevert.el (auto-revert-buffers): Doc tweaks.
1464
1465 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1466
1467 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1468
1469 2014-04-07 Glenn Morris <rgm@gnu.org>
1470
1471 * files.el (make-backup-file-name-function)
1472 (make-backup-file-name, make-backup-file-name--default-function)
1473 (make-backup-file-name-1, find-backup-file-name)
1474 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1475 (buffer-stale--default-function, buffer-stale-function)
1476 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1477 (revert-buffer, revert-buffer--default)
1478 (revert-buffer-insert-file-contents--default-function):
1479 Doc fixes related to defaults no longer being nil.
1480 (make-backup-file-name-function): Bump :version.
1481 Restore nil as a valid but deprecated custom type.
1482
1483 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1486 Handle $' used as a variable (bug#17174).
1487
1488 * progmodes/perl-mode.el (perl-indent-new-calculate):
1489 Handle forward-sexp failure (bug#16985).
1490 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1491 modifiers introducing expressions (bug#17116).
1492
1493 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1494
1495 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
1496
1497 2014-04-05 Leo Liu <sdl.web@gmail.com>
1498
1499 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1500 Add define-compilation-mode.
1501
1502 2014-04-04 João Távora <joaotavora@gmail.com>
1503
1504 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
1505 parse from comment beginning.
1506 (electric-pair--balance-info): Fix typo in comment.
1507 (electric-pair--in-unterminated-string-p): Delete.
1508 (electric-pair--unbalanced-strings-p): New function.
1509 (electric-pair-string-bound-function): New var.
1510 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1511 according to `electric-pair--in-unterminated-string-p'.
1512
1513 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1514
1515 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
1516 Move declaration before first use.
1517 (reftex-move-to-next-arg): Silence compiler warning.
1518
1519 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
1520
1521 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
1522 Use `window-total-width' instead of `window-width'.
1523
1524 2014-04-03 Daniel Colascione <dancol@dancol.org>
1525
1526 * subr.el (set-transient-map): Remove rms's workaround entirely;
1527 use new `suspicious-object' subr to mark our lambda for closer
1528 scrutiny during gc.
1529
1530 2014-04-02 Richard Stallman <rms@gnu.org>
1531
1532 * subr.el (set-transient-map): Comment out previous change.
1533
1534 2014-04-02 Glenn Morris <rgm@gnu.org>
1535
1536 * menu-bar.el (menu-bar-file-menu):
1537 * vc/ediff.el (ediff-current-file):
1538 Update for revert-buffer-function no longer being nil by default.
1539
1540 * simple.el (command-execute): Respect nil disabled-command-function.
1541
1542 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1543
1544 * simple.el (command-execute): Do not execute the command when it
1545 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1546
1547 2014-04-02 Juri Linkov <juri@jurta.org>
1548
1549 * dired-aux.el (dired-compress-file): Don't use string-match-p
1550 because its match data is used afterwards.
1551
1552 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1555 0 like nil.
1556
1557 2014-04-02 João Távora <joaotavora@gmail.com>
1558
1559 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1560 Inhibit quote pairing if point-max is inside an unterminated string.
1561 (electric-pair--looking-at-unterminated-string-p):
1562 Delete.
1563 (electric-pair--in-unterminated-string-p): New function.
1564
1565 2014-04-01 Daniel Colascione <dancol@dancol.org>
1566
1567 * minibuffer.el (minibuffer-complete): Prevent assertion failure
1568 when trying to complete the prompt.
1569
1570 2014-03-31 Leo Liu <sdl.web@gmail.com>
1571
1572 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1573 Refactor out eldoc-documentation-function-default.
1574 (eldoc-documentation-function-default): New function.
1575 (eldoc-documentation-function): Change value.
1576
1577 2014-03-31 Glenn Morris <rgm@gnu.org>
1578
1579 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
1580
1581 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
1582 (vhdl-compose-components-package, vhdl-compose-configuration):
1583 Abbreviate default-directory (missing from some previous upstream sync).
1584
1585 2014-03-31 Reto Zimmermann <reto@gnu.org>
1586
1587 Sync with upstream vhdl mode v3.35.2.
1588 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1589 (top-level): No longer require assoc.
1590 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
1591 New functions. Use throughout to replace aget etc.
1592 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
1593 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
1594 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
1595 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
1596 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
1597 except `vhdl-compiler'.
1598 (vhdl-error-regexp-add-emacs): Remove all other compilers,
1599 when appropriate.
1600
1601 2014-03-31 Glenn Morris <rgm@gnu.org>
1602
1603 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
1604 Revert 2014-03-26 merge goof; go back to using defalias.
1605
1606 2014-03-30 Daniel Colascione <dancol@dancol.org>
1607
1608 * comint.el (comint-send-input):
1609 Deactivate completion-in-region-mode before we send comint input.
1610 (Bug#17139).
1611
1612 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
1613 on keyboard-quit.
1614
1615 2014-03-29 Glenn Morris <rgm@gnu.org>
1616
1617 * textmodes/reftex.el: Manage most autoloads automatically.
1618 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
1619 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
1620 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
1621 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
1622 * textmodes/reftex-toc.el: Set generated-autoload-file,
1623 and add autoload cookies for reftex.el.
1624 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
1625
1626 2014-03-28 Glenn Morris <rgm@gnu.org>
1627
1628 * cus-start.el (report-emacs-bug-address): Set custom properties.
1629 * mail/emacsbug.el (report-emacs-bug-address):
1630 Variable is now defined in emacs.c.
1631
1632 * mail/emacsbug.el (report-emacs-bug):
1633 Include system-configuration-features.
1634
1635 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
1636
1637 * simple.el (cycle-spacing): Never delete spaces on first run by
1638 default, but do so in a new 'fast mode and if there are already
1639 N spaces (the previous behavior).
1640 Compare N with its value in previous invocation so that changing
1641 prefix argument restarts `cycle-spacing' sequence.
1642 The idea is that with this change, binding M-SPC to
1643 `cycle-spacing' should not introduce any changes in behavior of
1644 the binding so long as users do not type M-SPC twice in a raw with
1645 the same prefix argument or lack thereof.
1646
1647 2014-03-28 Glenn Morris <rgm@gnu.org>
1648
1649 * faces.el (term-file-aliases): New variable.
1650 (tty-run-terminal-initialization): Respect term-file-aliases.
1651 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
1652 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
1653 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
1654
1655 2014-03-27 Glenn Morris <rgm@gnu.org>
1656
1657 * startup.el (inhibit-startup-hooks): Doc tweak.
1658 (normal-top-level): Simplify running of hooks.
1659 For window-setup-hook, respect inhibit-startup-hooks.
1660 (command-line-1): Don't set window-setup-hook to nil.
1661
1662 Allow selective autoloading from obsolete/ directory.
1663 * Makefile.in (obsolete-autoloads): New rule.
1664 (autoloads): Run obsolete-autoloads.
1665 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
1666 * simple.el (iswitchb-mode): Remove hand-written autoloads.
1667
1668 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1669
1670 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1671 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1672
1673 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1674 Don't propertize `?' or `!' as symbol constituent when after
1675 colon. (Bug#17097)
1676
1677 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1678
1679 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1680 which is no longer needed and causes trouble in GTK builds (bug#17046).
1681
1682 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1683 Use url-insert-file-contents; package-handle-response no longer exists.
1684
1685 2014-03-26 Daniel Colascione <dancol@dancol.org>
1686
1687 * simple.el (process-menu-mode-map): New variable.
1688 (process-menu-delete-process): New command.
1689
1690 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1691
1692 * emacs-lisp/package.el: Fix bug#16733 (again).
1693 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1694 (url-http-target-url): Remove unused declarations.
1695 (package-handle-response): Remove.
1696 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1697 (package--download-one-archive): Use current-buffer instead of
1698 dynamic binding of `buffer'.
1699 (describe-package-1): Do not decode readme-string.
1700
1701 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
1702
1703 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1704
1705 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1706 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1707 `remote-file-name-inhibit-cache' to nil in the second pass.
1708 (tramp-find-executable): Do not call "which" on SunOS.
1709 (tramp-send-command-and-check): Fix docstring.
1710 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1711 check whether source directory has set the sticky bit.
1712
1713 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1714
1715 * simple.el (primitive-undo): Only process marker adjustments
1716 validated against their corresponding (TEXT . POS). Issue warning
1717 for lone marker adjustments in undo history. (Bug#16818)
1718 (undo-make-selective-list): Add marker adjustments to selective
1719 undo list based on whether their corresponding (TEXT . POS) is in
1720 the region. Remove variable adjusted-markers, which was unused
1721 and only non nil during undo-make-selective-list.
1722 (undo-elt-in-region): Return nil when passed a marker adjustment
1723 and explain in function doc.
1724
1725 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1726
1727 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1728
1729 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1730
1731 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1732 Match special global variables without curlies, too.
1733 (ruby-font-lock-keywords): Simplify the matcher for special global
1734 variables. Don't require a non-word character after the variable.
1735 (Bug#17057)
1736
1737 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * simple.el (redisplay-highlight-region-function): Increase priority of
1740 overlay to make sure boundaries are visible (bug#15899).
1741
1742 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1743
1744 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1745 (frameset-restore): Compare display strings with equal.
1746
1747 * frame.el (make-frame): Don't quote display name in error message,
1748 it is already a string.
1749
1750 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1751
1752 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1753 the password.
1754
1755 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1756
1757 * emacs-lisp/package.el (package--add-to-archive-contents):
1758 Include already installed and built-in packages in
1759 `package-archive-contents'.
1760 (package-install): Don't include already installed packages in the
1761 options during interactive invocation. (Bug#16762)
1762 (package-show-package-list): If the buffer is already displayed in
1763 another window, switch to that window.
1764
1765 2014-03-26 Reto Zimmermann <reto@gnu.org>
1766
1767 Sync with upstream vhdl mode v3.35.1.
1768 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1769 (vhdl-compiler-alist): Doc fix.
1770 (vhdl-goto-line): Remove.
1771 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
1772 (vhdl-mode) <paragraph-start>: Fix value.
1773 (vhdl-fix-statement-region): Not `for' in wait-statement.
1774 (vhdl-beautify-region): Also (un)tabify.
1775 (vhdl-get-visible-signals):
1776 Scan declarative part of generate statements.
1777 (vhdl-template-record): Fix indentation for record type declaration.
1778 (vhdl-expand-abbrev, vhdl-expand-paren):
1779 Revert to using fset again rather than defalias.
1780 (vhdl-scan-directory-contents): Tweak.
1781 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
1782 (vhdl-compose-components-package):
1783 Replace vhdl-goto-line with forward-line.
1784 (top-level): Tweak speedbar frame selection.
1785 (vhdl-generate-makefile-1): Support for compilers with no
1786 unit-to-file name mapping (create directory with dummy files).
1787
1788 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
1789
1790 Sync with upstream verilog-mode revision 702457d.
1791 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1792 (create-lockfiles): Declare.
1793 (verilog-read-decls): Fix module header imports, bug709.
1794 Reported by Victor Lau.
1795 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
1796 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
1797 interface-only modules, bug721. Reported by Dean Hoyt.
1798
1799 2014-03-26 Glenn Morris <rgm@gnu.org>
1800
1801 * obsolete/gulp.el: Move here from emacs-lisp/.
1802
1803 * files.el (lock-buffer, unlock-buffer, file-locked-p):
1804 Remove fallback aliases, since they are always defined now.
1805
1806 2014-03-24 Daniel Colascione <dancol@dancol.org>
1807
1808 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1809 instead of cl-loop search function.
1810
1811 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1812
1813 * calendar/parse-time.el (parse-time-iso8601-regexp)
1814 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1815 it more generally.
1816
1817 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1818
1819 * net/dns.el (network-interface-list): Define for XEmacs.
1820
1821 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
1822
1823 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
1824 the network interfaces changed.
1825 (dns-query): Use it to flush the data.
1826
1827 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1828
1829 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
1830
1831 2014-03-23 Daniel Colascione <dancol@dancol.org>
1832
1833 Change subword-mode to use `find-word-boundary-function-table' and
1834 replace `capitalized-words-mode'. Also, convert to lexical
1835 binding.
1836
1837 * progmodes/cap-words.el: Delete now-obsolete file.
1838 * progmodes/subword.el: Reimplement using
1839 `find-word-boundary-function-table'.
1840 (subword-mode-map): Hollow out.
1841 (capitalized-words-mode): Define as obsolete alias for
1842 `subword-mode'.
1843 (subword-mode, superword-mode): Tweak documentation to reflect new
1844 implementation; call `subword-setup-buffer'.
1845 (subword-forward, subword-capitalize): Add underscore to indicate
1846 unused variable.
1847 (subword-find-word-boundary-function-table): New constant.
1848 (subword-empty-char-table): New constant.
1849 (subword-setup-buffer): New function.
1850 (subword-find-word-boundary): New function.
1851
1852 2014-03-23 Daniel Colascione <dancol@dancol.org>
1853
1854 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1855 list to look for keyword arguments instead of `memq', fixing
1856 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1857 Please make bootstrap.
1858
1859 2014-03-22 Glenn Morris <rgm@gnu.org>
1860
1861 * dired.el (dired-read-regexp): Make obsolete.
1862 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
1863 (dired-flag-files-regexp):
1864 * dired-aux.el (dired-mark-read-regexp):
1865 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
1866
1867 * startup.el (fancy-startup-text):
1868 * help.el (describe-gnu-project): Visit online info about GNU project.
1869
1870 * help-fns.el (help-fns--interactive-only): New function.
1871 (help-fns-describe-function-functions): Add the above function.
1872 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
1873 (next-line, previous-line): Remove hand-written interactive-only
1874 information from doc strings, it is auto-generated now.
1875 * bookmark.el (bookmark-write):
1876 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
1877 (epa-mail-import-keys): Mark interactive-only,
1878 and remove hand-written interactive-only information from doc strings.
1879 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
1880 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
1881 * files.el (not-modified):
1882 * simple.el (mark-whole-buffer): Mark interactive-only.
1883
1884 * emacs-lisp/byte-run.el (defun-declarations-alist):
1885 Add interactive-only. Doc tweak.
1886 (macro-declarations-alist): Doc tweak.
1887 * subr.el (declare): Doc tweak (add xref to manual).
1888 * comint.el (comint-run):
1889 * files.el (insert-file-literally, insert-file):
1890 * replace.el (replace-string, replace-regexp):
1891 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1892 (delete-forward-char, goto-line, insert-buffer, next-line)
1893 (previous-line): Set interactive-only via declare.
1894
1895 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1896
1897 * emacs-lisp/package.el (package-desc): Use the contents of the
1898 quoted form, not its cdr. (Bug#16873)
1899
1900 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1901
1902 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1903 benefit of doc.c; change parameter profile to match the X function.
1904
1905 2014-03-22 Leo Liu <sdl.web@gmail.com>
1906
1907 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1908 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1909
1910 2014-03-21 Richard Stallman <rms@gnu.org>
1911
1912 * battery.el (battery-linux-sysfs): Search for each field
1913 from the beginning of the buffer.
1914
1915 * subr.el (set-transient-map): Clear out function and value
1916 of the temporary symbol when we're done with it.
1917
1918 * mail/rmailsum.el (rmail-summary-delete-forward):
1919 Optimize case of reaching end and handling count.
1920 (rmail-summary-mark-deleted): Optimize when N is current msg.
1921 Don't create new summary line.
1922 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1923 (rmail-summary-undelete-many): Rewrite for speed.
1924 (rmail-summary-msg-number): New function.
1925
1926 * mail/rmail.el (rmail-delete-message): Update summary.
1927 (rmail-undelete-previous-message): Handle repeat count arg.
1928 (rmail-delete-backward, rmail-delete-forward): Likewise.
1929
1930 2014-03-21 Daniel Colascione <dancol@dancol.org>
1931
1932 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1933 information in bug reports.
1934
1935 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1936
1937 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1938 and `tramp-copy-env'.
1939
1940 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1941 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1942
1943 2014-03-21 Glenn Morris <rgm@gnu.org>
1944
1945 * electric.el (electric-indent-post-self-insert-function): Add doc.
1946
1947 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1948
1949 * emacs-lisp/package.el (package-compute-transaction):
1950 Use `version-list-<=' to compare the requirement version against
1951 the version of package already to be installed. Update the error
1952 message. (Bug#16826)
1953
1954 * progmodes/ruby-mode.el (ruby-smie-rules):
1955 Add indentation rule for ` @ '. (Bug#17050)
1956
1957 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1958
1959 * align.el (align-regexp): Remove superfluous backslash.
1960
1961 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1962 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1963 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1964 Fix docstring typos.
1965 (ffap-next): Use C-u in docstring.
1966 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1967 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1968 Remove superfluous backslashes.
1969 (ffap-string-at-point): Reflow docstring.
1970
1971 * server.el (server-host): Reflow docstring.
1972 (server-unload-function): Fix docstring typo.
1973 (server-eval-at): Remove superfluous backslash.
1974
1975 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1976 (skeleton-insert): Doc fix.
1977 (skeleton-insert): Reflow docstring.
1978
1979 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1980 (tty-color-approximate, tty-color-by-index, tty-color-values)
1981 (tty-color-desc): Remove superfluous backslashes.
1982
1983 2014-03-21 Glenn Morris <rgm@gnu.org>
1984
1985 * cus-start.el (history-length): Bump :version.
1986
1987 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1988 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1989 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1990 Don't set `make-backup-files'.
1991
1992 * info.el (info--prettify-description): New function,
1993 to give info-finder descriptions consistent case, punctuation.
1994 (Info-finder-find-node): Use it. Sort packages.
1995 Refer to "description" rather than "commentary".
1996
1997 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1998
1999 * frameset.el (frameset--print-register): New function.
2000 (frameset-to-register): Use it.
2001
2002 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
2003
2004 * progmodes/hideif.el (hif-string-to-number): New function.
2005 (hif-tokenize): Use it to understand non-decimal floats.
2006
2007 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
2008
2009 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
2010
2011 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * electric.el (electric-newline-and-maybe-indent): New command.
2014 Bind it globally to C-j.
2015 (electric-indent-mode): Don't mess with the global map any more.
2016 Don't drop the post-self-insert-hook is some buffer is still using it
2017 (bug#16770).
2018
2019 * bindings.el (global-map): Remove C-j binding.
2020
2021 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2022 the docstring of functions advised before dumping (bug#16993).
2023
2024 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2025
2026 * ps-print.el (ps-generate-postscript-with-faces):
2027 Explicitly deactivate the mark (bug#16866).
2028 * simple.el (deactivate-mark): Update region highlight.
2029
2030 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2031
2032 * emacs-lisp/package.el (describe-package-1):
2033 Decode commentary (bug#16733).
2034
2035 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2036
2037 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2038 modification of the value argument of :set (bug#16755).
2039
2040 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2041
2042 * simple.el (newline-and-indent): Do autofill (bug#17031).
2043
2044 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2045
2046 * newcomment.el (comment-normalize-vars): Only add escaping check
2047 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2048 (comment-beginning): Use `narrow-to-region' instead of moving back
2049 one character.
2050 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2051 (comment-start-skip): Update the docstring.
2052
2053 2014-03-18 Richard Stallman <rms@gnu.org>
2054
2055 * dired.el (dired-display-file): Force use of other window.
2056
2057 2014-03-18 Daniel Colascione <dancol@dancol.org>
2058
2059 * startup.el (tty-handle-args): Remove debug message from 2007.
2060
2061 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2062
2063 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
2064 (advice--make-interactive-form): Use it to avoid (auto)loading function.
2065 (advice--make-1, advice-add, advice-remove):
2066 Remove braindead :advice-pending hack.
2067
2068 2014-03-17 Glenn Morris <rgm@gnu.org>
2069
2070 * calendar/calendar.el (calendar-generate-month): Apply weekend
2071 face to the right days; fixes 2013-08-06 change. (Bug#17028)
2072
2073 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
2074
2075 * net/tramp.el (tramp-action-out-of-band): Read pending output.
2076 (tramp-call-process): Trace also DESTINATION.
2077
2078 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2079 Quote file names when they are local. Remove superfluous trace.
2080
2081 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
2082
2083 * newcomment.el (comment-beginning): If `comment-start-skip'
2084 doesn't match, move back one char and try again. (Bug#16971)
2085
2086 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2087 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
2088 Set `comment-start-skip' to a simpler value that doesn't try to
2089 check if the semicolon is escaped (this is handled by
2090 `syntax-ppss' now). (Bug#16971)
2091
2092 * progmodes/scheme.el (scheme-mode-variables): Same.
2093
2094 2014-03-16 Martin Rudalics <rudalics@gmx.at>
2095
2096 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
2097 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
2098 current (Bug#16816, Bug#17007).
2099 (with-current-buffer-window): New macro doing the same as
2100 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
2101 * help.el (help-print-return-message): Warn in doc-string to not
2102 use this in `with-help-window'.
2103 (describe-bindings-internal): Call `describe-buffer-bindings'
2104 from within help buffer. See Juanma's scenario in (Bug#16816).
2105 (with-help-window): Update doc-string.
2106 * dired.el (dired-mark-pop-up):
2107 * files.el (save-buffers-kill-emacs):
2108 * register.el (register-preview): Use `with-current-buffer-window'
2109 instead of `with-temp-buffer-window'.
2110
2111 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2112
2113 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2114 Implement inserting into current buffer, documented in their docstrings.
2115 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2116 (rst-section-tree-point, rst-forward-section, rst-indent)
2117 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2118 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2119 (rst-font-lock-handle-adornment-pre-match-form)
2120 (rst-repeat-last-character): Reflow docstrings.
2121 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2122 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2123 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2124 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2125 Fix docstring typos.
2126 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2127 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2128 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2129
2130 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2131
2132 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2133 for compatibility with other ports.
2134 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2135 from the -xrm command line argument, but in the Nextstep port its value
2136 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2137
2138 * progmodes/python.el (defconst, python-syntax-count-quotes)
2139 (python-indent-region, python-indent-shift-right)
2140 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2141 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2142 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2143 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2144 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2145 (python-shell-buffer-substring, python-shell-send-buffer)
2146 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2147 (python-completion-complete-at-point, python-fill-docstring-style)
2148 (python-eldoc-function, python-imenu-format-item-label)
2149 (python-imenu-format-parent-item-label)
2150 (python-imenu-format-parent-item-jump-label)
2151 (python-imenu--build-tree, python-imenu-create-index)
2152 (python-imenu-create-flat-index): Fix docstring typos.
2153 (python-indent-context, python-shell-prompt-regexp, run-python):
2154 Remove superfluous backslashes.
2155 (python-indent-line, python-nav-beginning-of-defun)
2156 (python-shell-get-buffer, python-shell-get-process)
2157 (python-info-current-defun, python-info-current-line-comment-p)
2158 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2159 (python-indent-post-self-insert-function, python-shell-send-file)
2160 (python-shell-completion-get-completions)
2161 (python-shell-completion-complete-or-indent)
2162 (python-eldoc--get-doc-at-point): Reflow docstrings.
2163
2164 2014-03-14 Glenn Morris <rgm@gnu.org>
2165
2166 * emacs-lisp/package.el (package-menu-mode-map):
2167 Replace use of obsolete function alias. Tweak menu item text.
2168
2169 * info.el (Info-finder-find-node):
2170 Ignore the `emacs' metapackage. (Bug#10813)
2171
2172 * finder.el (finder-list-matches): Include unversioned packages
2173 in the result of a keyword search.
2174
2175 * finder.el (finder--builtins-descriptions): New constant.
2176 (finder-compile-keywords): Use finder--builtins-descriptions.
2177
2178 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2179
2180 * simple.el (blink-matching-paren): Describe the new value,
2181 `jump', enabling the old behavior.
2182 (blink-matching-open): Use that value. (Bug#17008)
2183
2184 2014-03-14 Glenn Morris <rgm@gnu.org>
2185
2186 * finder.el (finder-no-scan-regexp): Add leim-list.
2187 (finder-compile-keywords):
2188 Don't skip files with same basename. (Bug#14010)
2189 * Makefile.in (setwins_finder): New, excluding leim.
2190 (finder-data): Use setwins_finder.
2191
2192 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2193 (help-function-arglist, help-make-usage): Move from here...
2194 * help.el (help-split-fundoc, help-add-fundoc-usage)
2195 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2196 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2197
2198 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2199
2200 * net/socks.el (socks, socks-override-functions)
2201 (socks-find-services-entry):
2202 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2203 (hif-find-ifdef-block):
2204 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2205
2206 * net/tls.el (tls-program): Reflow docstring.
2207
2208 * progmodes/pascal.el (pascal-mode-abbrev-table)
2209 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2210 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2211 (pascal-outline-mode): Fix docstring typos.
2212 (pascal-mode): Let define-derived-mode document mode hook.
2213 (pascal-uncomment-area): Reflow.
2214 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2215
2216 * progmodes/opascal.el (opascal-compound-block-indent)
2217 (opascal-case-label-indent): Fix docstring typos.
2218 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2219
2220 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2221
2222 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2223 Fontify multiple adjacent negation chars. (Bug#17004)
2224
2225 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2226
2227 * emacs-lisp/package.el (package--prepare-dependencies):
2228 Accept requirements without explicit version (bug#14941).
2229
2230 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2231
2232 * register.el (register-separator, copy-to-register): Doc fixes.
2233 (register-preview-default): Remove unnecessary call to concat.
2234
2235 * frameset.el (frameset-restore): When checking for a visible frame,
2236 use the action map instead of calling visible-frame-list.
2237
2238 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2239
2240 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2241
2242 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2243
2244 * window.el (fit-frame-to-buffer): Get maximum width from
2245 display's width instead of height.
2246
2247 2014-03-12 Glenn Morris <rgm@gnu.org>
2248
2249 * desktop.el (desktop-restore-frames)
2250 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2251 (desktop-restore-reuses-frames): Doc tweaks.
2252
2253 * electric.el (electric-indent-mode): Doc fix.
2254
2255 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2256
2257 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2258 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2259 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2260 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2261 (cvs-dired-use-hook): Fix docstring typos.
2262 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2263 Doc fixes.
2264
2265 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2266 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2267 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2268 (cvs-execute-single-dir): Fix docstring typos.
2269
2270 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2271 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2272
2273 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2274
2275 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2276 Fix docstring typos.
2277
2278 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2279
2280 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2281 called from jump-to-register after unloading the frameset package.
2282
2283 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2284
2285 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2286 (bug#16975). Deactivate the mark before setting it to nil.
2287 (activate-mark): Do nothing if region is already active.
2288
2289 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * frameset.el (frameset--target-display): Remove definition; declare.
2292 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2293
2294 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2295
2296 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2297 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2298 when the advice is pending.
2299 (advice-remove): Remove this marker when not needed any more.
2300
2301 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * frameset.el: Separate options for reusing frames and cleaning up.
2304 (frameset--reuse-list): Remove definition; declare.
2305 (frameset--action-map): Declare.
2306 (frameset--find-frame-if): Doc fix.
2307 (frameset--restore-frame): Cache frame action.
2308 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2309 how to clean up the frame list after restoring. Remove cleaning
2310 options from REUSE-FRAMES. Change all keyword values to symbols.
2311 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2312
2313 * desktop.el (desktop-restore-forces-onscreen)
2314 (desktop-restore-reuses-frames): Use non-keyword values.
2315 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2316
2317 2014-03-10 Glenn Morris <rgm@gnu.org>
2318
2319 * files.el (find-file): Doc fix: update info node name.
2320
2321 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2322 Doc fix: remove references to deleted info nodes.
2323
2324 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2325
2326 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2327 Do not add `nil' to the environment, when there's no remote `locale'.
2328 (tramp-find-inline-encoding): Check, that the remote host has
2329 installed perl, before sending scripts.
2330
2331 2014-03-10 Leo Liu <sdl.web@gmail.com>
2332
2333 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2334 Clear eldoc-last-message. (Bug#16920)
2335
2336 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2339 (bug#14430).
2340
2341 2014-03-09 Juri Linkov <juri@jurta.org>
2342
2343 * ansi-color.el (ansi-color-names-vector): Copy default colors
2344 from `xterm-standard-colors' that look well on the default white
2345 background (and also on the black background) to avoid illegible
2346 color combinations like yellow-on-white and white-on-white.
2347 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2348
2349 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2350
2351 * frameset.el (frameset-restore): When no frame is visible, do not
2352 generate a list of frames, just make visible the selected one.
2353
2354 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2355
2356 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2357 it only contains the repository root. (Bug#16897)
2358
2359 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2360
2361 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2362 only when `remote-file-name-inhibit-cache' is nil.
2363 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2364
2365 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2366
2367 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2368 Fix doc-strings.
2369 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2370 fit-frame-to-buffer variable. Fix doc-string.
2371 (fit-window-to-buffer): Set ONLY argument in call of
2372 fit-frame-to-buffer. Fix doc-string.
2373
2374 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2375
2376 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2377 (tramp-action-password): Clear password cache if needed.
2378 (tramp-read-passwd): Do not clear password cache.
2379
2380 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2381 cache unless it is the first password request.
2382
2383 2014-03-06 Glenn Morris <rgm@gnu.org>
2384
2385 * simple.el (newline): Doc tweak.
2386
2387 * emacs-lisp/shadow.el (load-path-shadows-find):
2388 Ignore dir-locals. (Bug#12357)
2389
2390 2014-03-05 Glenn Morris <rgm@gnu.org>
2391
2392 * files.el (interpreter-mode-alist):
2393 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2394
2395 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2396
2397 * frameset.el (frameset--initial-params): Filter out null entries.
2398
2399 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2400
2401 * window.el (window-min-height, window-min-width):
2402 Rewrite doc-strings.
2403 (window-body-size): Add PIXELWISE argument to make it consistent
2404 with its callees.
2405
2406 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2407
2408 * finder.el (finder-mode-map, finder-mode-syntax-table):
2409 Revert part of 2014-02-28 change.
2410
2411 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2412
2413 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2414 (eww-setup-buffer): Clear next/prev/etc more reliably.
2415 (eww-textarea-map): [tab] doesn't work on tty.
2416 Reported by Mario Lang.
2417
2418 * net/shr.el (shr-map): Ditto.
2419
2420 2014-03-04 Glenn Morris <rgm@gnu.org>
2421
2422 * minibuffer.el (completion-hilit-commonality):
2423 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2424
2425 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2426
2427 * hilit-chg.el (hilit-chg-unload-function): New function.
2428 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2429 (hilit-chg-map-changes): Prefer cardinal number to digit.
2430 (hilit-chg-display-changes): Reflow docstring.
2431 (highlight-changes-rotate-faces): Remove superfluous backslash.
2432
2433 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2434
2435 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2436 `tramp-send-command-and-check'.
2437
2438 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2439
2440 * hexl.el (hexl-address-region, hexl-ascii-region)
2441 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2442 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2443 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2444 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2445 (hexl-mode): Doc fix.
2446 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2447 (hexl-mode-ruler): Fix typos in docstrings.
2448
2449 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2450 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2451 Remove superfluous backslashes.
2452 (strokes-last-stroke, strokes-global-map, strokes-mode):
2453 Reflow docstrings.
2454 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2455 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2456 (strokes-distance-squared, strokes-global-set-stroke)
2457 (strokes-global-set-stroke-string): Doc fixes.
2458 (strokes-help): Fix typos; reflow docstring.
2459
2460 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2461
2462 * window.el (window-in-direction): Fix doc-string.
2463
2464 2014-03-04 Glenn Morris <rgm@gnu.org>
2465
2466 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2467 Explicit error if no grammar.
2468 (smie-config-save): Doc fix. Fix quote typo.
2469
2470 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2471
2472 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2473 electric-indent-mode-hook if we obey electric-indent-mode.
2474 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2475 decide whether we obey electric-indent-mode.
2476 (c-change-set-fl-decl-start, c-extend-after-change-region):
2477 Silence warnings.
2478 (c-electric-indent-mode-hook): Assume we do want to obey
2479 electric-indent-mode.
2480
2481 * electric.el (electric-indent-mode-has-been-called): Remove.
2482 (electric-indent-mode): Fix accordingly.
2483
2484 * files.el (hack-local-variables): Mention file name in warning.
2485
2486 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2487
2488 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2489
2490 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2491 * simple.el (delete-forward-char): Mark as interactive-only.
2492
2493 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2494
2495 * icomplete.el (icomplete-completions):
2496 Follow-up to 2014-03-01 change.
2497
2498 * icomplete.el: Miscellaneous doc fixes.
2499 Use Icomplete everywhere instead of icomplete for consistency.
2500 (icomplete-max-delay-chars): Fix typo.
2501 (icomplete-mode): Use \[].
2502 (icomplete-tidy, icomplete-exhibit): Reflow.
2503 (icomplete-minibuffer-setup-hook, icomplete-completions):
2504 Remove superfluous backlashes.
2505
2506 * ido.el: Miscellaneous doc fixes.
2507 Use Ido everywhere instead of ido or `ido' for consistency.
2508 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2509 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2510 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2511 (ido-separator): Extract obsolescence info from docstring and declare
2512 with make-obsolete-variable.
2513 (ido-minibuffer-setup-hook): Simplify example.
2514 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2515 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2516 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2517 (ido-everywhere): Reflow docstring.
2518 (ido-toggle-vc): Doc fix.
2519 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2520 of long list of keybindings.
2521
2522 2014-03-03 Glenn Morris <rgm@gnu.org>
2523
2524 * frame.el (display-pixel-height, display-pixel-width)
2525 (display-mm-dimensions-alist, display-mm-height)
2526 (display-mm-width): Doc tweaks.
2527
2528 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2529
2530 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2531 case of undo in region.
2532
2533 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2534
2535 * window.el (fit-window-to-buffer): Fix argument in window-size
2536 call when window is horizontally combined.
2537
2538 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * icomplete.el (icomplete-completions): Use string-width.
2541 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2542
2543 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2544
2545 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2546 Highlight regexp options. (Bug#16914)
2547
2548 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2549
2550 * window.el (window--max-delta-1): Round down when calculating
2551 how many lines/columns we can get from a window.
2552
2553 2014-03-01 Glenn Morris <rgm@gnu.org>
2554
2555 * isearch.el (search-invisible): Doc fix.
2556
2557 * minibuffer.el (completion-hilit-commonality):
2558 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2559 * comint.el (comint-dynamic-list-completions): Doc fix.
2560 * comint.el (comint-dynamic-list-completions):
2561 * filecache.el (file-cache-minibuffer-complete):
2562 * tempo.el (tempo-display-completions):
2563 * eshell/em-hist.el (eshell-list-history):
2564 Replace use of obsolete argument of display-completion-list.
2565
2566 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2567
2568 * icomplete.el (icomplete-completions):
2569 Revert back to using "..." when ?… cannot be displayed.
2570
2571 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2572
2573 * finder.el (finder-unload-function): New function.
2574
2575 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2576
2577 * dframe.el (dframe-detach):
2578 * find-dired.el (find-dired, find-name-dired):
2579 * finder.el (finder-mode-map, finder-mode-syntax-table)
2580 (finder-headmark, finder-select, finder-mouse-select):
2581 Fix docstring typos.
2582
2583 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2584
2585 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2586 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2587 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2588 Fix doc-string based on a suggestion by Nicolas Richard
2589 <theonewiththeevillook@yahoo.fr>.
2590 * help.el (with-help-window): Fix doc-string.
2591
2592 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2593
2594 * net/shr.el (shr-image-animate): New option.
2595 (shr-put-image): Respect shr-image-animate.
2596
2597 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2598
2599 * net/tramp-adb.el (tramp-adb-parse-device-names):
2600 Use `accept-process-output'.
2601 (tramp-adb-handle-file-truename): Cache the localname only.
2602 (tramp-adb-handle-make-directory)
2603 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2604 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2605 modes cannot be changed.
2606
2607 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2608 file properties of symlinks.
2609
2610 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2611
2612 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2613 required/optional fields to match development biblatex. (Bug#16781)
2614
2615 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2616
2617 * saveplace.el (toggle-save-place):
2618 Fix argument handling. (Bug#16673)
2619
2620 2014-02-28 Glenn Morris <rgm@gnu.org>
2621
2622 * minibuffer.el (completions-first-difference)
2623 (completions-common-part, completion-hilit-commonality): Doc fixes.
2624
2625 2014-02-28 Karl Berry <karl@gnu.org>
2626
2627 * info.el (Info-mode-map): Add H for describe-mode,
2628 to synchronize with standalone Info.
2629
2630 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2631
2632 * progmodes/sql.el (sql-interactive-mode):
2633 Avoid setting global comint-input-ring-separator. (Bug#16814)
2634
2635 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2636
2637 * net/dbus.el (dbus--init-bus): Declare function.
2638 (dbus-path-local, dbus-interface-local): New defconst.
2639 (dbus-init-bus): Use them.
2640 (dbus-return-values-table): Extend doc.
2641 (dbus-handle-bus-disconnect): Extend error message.
2642
2643 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2644
2645 * subr.el (y-or-n-p): Fix double space issue in message.
2646
2647 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2648
2649 * net/tramp.el (tramp-call-process): Improve trace message.
2650 (tramp-handle-insert-file-contents): Trace error case.
2651
2652 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2653 <insert-directory>: Use `tramp-handle-insert-directory'.
2654 (tramp-adb-handle-insert-directory): Remove function.
2655 (tramp-adb-send-command-and-check): New defun, replacing
2656 `tramp-adb-command-exit-status'. Change all callees.
2657 (tramp-adb-handle-file-attributes)
2658 (tramp-adb-handle-directory-files-and-attributes): Use it.
2659 (tramp-adb-ls-output-name-less-p):
2660 Use `directory-listing-before-filename-regexp'.
2661 (tramp-adb-handle-delete-directory): Flush also file properties of
2662 the truename of directory.
2663 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2664 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2665 (tramp-adb-handle-write-region): Implement APPEND.
2666 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2667 properties correctly.
2668 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2669 variables. Check for connected devices only when needed.
2670
2671 2014-02-27 Glenn Morris <rgm@gnu.org>
2672
2673 * minibuffer.el (completion-table-dynamic)
2674 (completion-table-with-cache): Doc fixes.
2675
2676 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2677 (completing-read-multiple): Doc fixes.
2678
2679 2014-02-27 Daniel Colascione <dancol@dancol.org>
2680
2681 * minibuffer.el (completion--nth-completion): Fix indentation.
2682
2683 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2684 explicit tramp path is empty.
2685
2686 2014-02-27 Glenn Morris <rgm@gnu.org>
2687
2688 * emacs-lisp/crm.el (completing-read-multiple):
2689 Empower help-enable-auto-load.
2690
2691 2014-02-26 Glenn Morris <rgm@gnu.org>
2692
2693 * startup.el (command-line): Don't init the tty in daemon mode.
2694
2695 Avoid calling tty-setup-hook twice, eg if a term file
2696 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2697 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2698 (tty-create-frame-with-faces): Use it.
2699 * startup.el (command-line): Pass run-hook argument
2700 to tty-run-terminal-initialization.
2701
2702 * dired.el (dired-restore-desktop-buffer): Demote errors;
2703 eg in case a glob match fails. (Bug#16884)
2704
2705 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2706
2707 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2708 error from `read-from-string'. (Bug#16850)
2709
2710 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2711 result of `completing-read' in the interactive form. (Bug#16854)
2712
2713 2014-02-25 Glenn Morris <rgm@gnu.org>
2714
2715 * image.el (image-animate, image-animate-timeout):
2716 Stop animating images in dead buffers. (Bug#16878)
2717
2718 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2719
2720 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2721 Doc fixes.
2722 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2723 * term/sun.el (sun-raw-prefix-hooks):
2724 Use tty-setup-hook instead of term-setup-hook.
2725 (terminal-init-sun): Construct message from bytecomp plist.
2726 * term/wyse50.el (enable-arrow-keys): Doc fix.
2727
2728 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2729
2730 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2731 Fix docstring typos.
2732
2733 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2734
2735 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2736
2737 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2738
2739 * minibuffer.el (completion--try-word-completion):
2740 Fix error when completing M-x commands (bug#16808).
2741
2742 2014-02-24 Leo Liu <sdl.web@gmail.com>
2743
2744 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2745
2746 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2747
2748 * apropos.el (apropos-print): Avoid formatting error when
2749 apropos-do-all and apropos-compact-layout are both t.
2750
2751 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2752
2753 * apropos.el (apropos-property, apropos-all-words-regexp)
2754 (apropos-true-hit, apropos-variable, apropos-print):
2755 Fix docstring typos, and remove obsolete comment.
2756
2757 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
2758
2759 * net/tramp-sh.el (tramp-sh-handle-file-truename):
2760 Preserve trailing "/". (Bug#16851)
2761
2762 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
2763
2764 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2765 after `=>' (bug#16811).
2766 (ruby-smie-rules): Handle the inconsistent second element of the
2767 list returned by `smie-indent--parent'.
2768 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2769 method call.
2770
2771 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2772
2773 * elec-pair.el (electric-pair-text-syntax-table)
2774 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2775 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2776 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2777 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2778
2779 2014-02-22 Glenn Morris <rgm@gnu.org>
2780
2781 * imenu.el (imenu--generic-function): Doc fix.
2782
2783 * register.el (frame-configuration-to-register): Make obsolete.
2784
2785 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2786
2787 * desktop.el (desktop-save-buffer-p): Do not fail when
2788 desktop-files-not-to-save is nil. Return t for true result
2789 as the doc says.
2790
2791 2014-02-22 Daniel Colascione <dancol@dancol.org>
2792
2793 * net/secrets.el (secrets-create-item, secrets-search-items):
2794 Check that attribute values are strings, avoiding the construction
2795 of invalid dbus messages.
2796
2797 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2798
2799 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2800 defun-declarations-alist.
2801
2802 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2803
2804 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2805 (bug#16829).
2806
2807 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2808
2809 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2810 (whitespace-newline, whitespace-trailing, whitespace-line)
2811 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2812 (whitespace-space-after-tab): Fix typo in docstrings.
2813
2814 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2815
2816 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2817
2818 * electric.el (electric-indent-functions-without-reindent):
2819 Add `yaml-indent-line'.
2820
2821 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2822
2823 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2824 It has done nothing for years; should be removed after the release.
2825
2826 * simple.el (choose-completion): Fix docstring typo.
2827 (read-quoted-char-radix): Remove unneeded * in docstring.
2828 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2829 Don't escape parentheses unnecessarily in docstrings.
2830
2831 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2832
2833 Fix handling of window-min-height/-width (Bug#16738).
2834 * window.el (window--dump-window, window--dump-frame):
2835 New functions.
2836 (window--min-size-1): Account for window dividers.
2837 When window-resize-pixelwise is nil, delay rounding till after the
2838 sum of the window components has been calculated.
2839 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2840 nil make sure at least one text line and two text columns remain
2841 fully visible.
2842 (window-resize): Signal an error when window-resize-apply fails.
2843 (window--resize-child-windows): Fix calculation of by how many
2844 pixels a window can still be shrunk via window-new-normal.
2845 (adjust-window-trailing-edge): Call window--resizable with
2846 correct TRAIL argument.
2847
2848 (with-temp-buffer-window): Don't evaluate BODY within
2849 with-current-buffer (Bug#16816).
2850
2851 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2852
2853 * net/tramp.el (tramp-check-cached-permissions):
2854 Call `file-attributes' with `suffix' being a symbol but a string.
2855
2856 2014-02-21 Daniel Colascione <dancol@dancol.org>
2857
2858 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2859 (dbus-init-bus): New function: call into dbus-init-bus-1
2860 and installs a handler for the disconnect signal.
2861 (dbus-call-method): Rewrite to look for result in cons.
2862 (dbus-call-method-handler): Store result in cons.
2863 (dbus-check-event): Recognize events with nil sender as valid.
2864 (dbus-handle-bus-disconnect): New function. React to bus
2865 disconnection signal by synthesizing dbus error for each
2866 pending synchronous or asynchronous call.
2867 (dbus-notice-synchronous-call-errors): New function.
2868 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2869 is true, not all the time.
2870
2871 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2874 Remove obsolescence declarations, these variables do not exist anymore.
2875
2876 * savehist.el (savehist-save-minibuffer-history)
2877 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2878 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2879 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2880 mostly, refer to "Savehist mode" when talking about the mode,
2881 and not the function.
2882
2883 * saveplace.el (save-place): Remove redundant info in docstring.
2884 (save-place-forget-unreadable-files, toggle-save-place)
2885 (save-place-forget-unreadable-files, save-place-dired-hook):
2886 Fix typos and remove unneeded backslashes.
2887
2888 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2889
2890 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2891 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2892
2893 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2894 <insert-directory>: Use `tramp-handle-insert-directory'.
2895 (tramp-gvfs-handle-insert-directory): Remove function.
2896
2897 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2898 Call `tramp-handle-insert-directory'.
2899
2900 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2901
2902 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2903 before the start of buffer/region (bug#16799).
2904
2905 2014-02-20 Glenn Morris <rgm@gnu.org>
2906
2907 * isearch.el (search-invisible): Doc fix.
2908
2909 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2910
2911 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2912 (bug#16657).
2913
2914 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2915
2916 * frameset.el (frameset-restore): Delay removing an old frame's
2917 duplicate id until the new frame has been correctly created.
2918
2919 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2922 (tramp-check-cached-permissions): Call `file-attributes' if the
2923 cache is empty.
2924
2925 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2926 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2927
2928 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2929 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2930 (tramp-gvfs-maybe-open-connection): Set always connection
2931 properties, even if target is mounted already.
2932
2933 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2934 Set tramp-autoload cookie.
2935 (tramp-get-remote-touch): New defun.
2936 (tramp-sh-handle-set-file-times): Use it.
2937 (tramp-sh-handle-directory-files-and-attributes):
2938 Use `tramp-handle-directory-files-and-attributes' if neither stat
2939 nor perl are available on the remote host.
2940
2941 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2942 "/". Write long listing only when "l" belongs to the switches.
2943
2944 * net/trampver.el: Update release number.
2945
2946 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2949
2950 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2951
2952 * window.el (window-state-put): Allow WINDOW to refer to an
2953 internal window (Bug#16793).
2954
2955 2014-02-19 Glenn Morris <rgm@gnu.org>
2956
2957 * textmodes/remember.el: Move provide statement to end.
2958 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2959 (remember-notes): Doc fixes.
2960
2961 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2962
2963 * delsel.el (delete-char): Restore incorrectly erased property
2964 (bug#16795).
2965
2966 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * frameset.el (frameset--restore-frame): When a frame is being reused
2969 and its root window is not alive, delete all the frame's windows before
2970 restoring the window state. This works around the issue in bug#16793.
2971
2972 2014-02-18 Glenn Morris <rgm@gnu.org>
2973
2974 * textmodes/remember.el (remember-data-directory)
2975 (remember-directory-file-name-format, remember-store-in-files)
2976 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2977 (remember-notes-save-and-bury-buffer)
2978 (remember-notes--kill-buffer-query): Doc fixes.
2979
2980 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2981
2982 2014-02-17 Alan Mackenzie <acm@muc.de>
2983
2984 Connect electric-indent-mode up with CC Mode. Bug #15478.
2985 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2986 to electric-indent-{,local-}-mode.
2987 (c-basic-common-init): Set electric-indent-inhibit.
2988 Initialise c-electric-flag from electric-indent-mode.
2989 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2990 New hook functions which propagate electric-indent-mode to CC mode.
2991
2992 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2993 hit, toggle electric-indent-local-mode.
2994
2995 * electric.el (electric-indent-mode-has-been-called):
2996 New variable.
2997
2998 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2999
3000 * frameset.el (frameset-cfg-id): New function.
3001 (frameset--reuse-frame, frameset-restore): Use it.
3002 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3003
3004 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3005
3006 * ido.el (ido-file-internal): Remove unused var `d'.
3007 Use \` for to match BoS. Fit within 80n columns.
3008
3009 2014-02-17 Daniel Colascione <dancol@dancol.org>
3010
3011 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3012 dbus-call-method check for completion using a busy-wait loop with
3013 gradual backoff.
3014
3015 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3016
3017 Sync with Tramp 2.2.9.
3018
3019 * net/trampver.el: Update release number.
3020
3021 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3022
3023 * ido.el (ido-file-internal): Don't add the name of an existing
3024 directory twice. (Bug#16747)
3025
3026 2014-02-16 Glenn Morris <rgm@gnu.org>
3027
3028 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3029 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3030
3031 2014-02-15 Michael R. Mauger <michael@mauger.com>
3032
3033 * progmodes/sql.el: Version 3.4
3034 (sql-oracle-options): New default value ("-L").
3035 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3036 (sql-placeholders-filter): Correct placeholder pattern.
3037 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3038 (sql-login-delay): New variable.
3039 (sql-product-interactive): Use it.
3040
3041 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3042
3043 * frameset.el (frameset--jump-to-register): Check that buffer is live
3044 (bug#16749).
3045
3046 2014-02-15 Glenn Morris <rgm@gnu.org>
3047
3048 * info.el (info-initialize): Revert 2014-01-10 change.
3049
3050 2014-02-14 Glenn Morris <rgm@gnu.org>
3051
3052 * replace.el (map-query-replace-regexp)
3053 (read-regexp-defaults-function, read-regexp): Doc fixes.
3054
3055 * dired.el (dired-read-regexp):
3056 * faces.el (list-faces-display):
3057 * misearch.el (multi-isearch-read-matching-buffers)
3058 (multi-isearch-read-matching-files):
3059 * play/cookie1.el (cookie-apropos):
3060 * progmodes/grep.el (grep-read-regexp): Doc fixes.
3061
3062 * textmodes/remember.el (remember): Use frameset-to-register
3063 rather than frame-configuration-to-register.
3064
3065 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
3066
3067 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
3068 incorrect keybinding.
3069
3070 2014-02-13 Daniel Colascione <dancol@dancol.org>
3071
3072 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
3073 when adding overlays so that line numbers from compiler match line
3074 numbers we use.
3075
3076 2014-02-13 Glenn Morris <rgm@gnu.org>
3077
3078 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
3079
3080 * jit-lock.el (jit-lock-mode): Doc fix.
3081
3082 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
3083
3084 * apropos.el (apropos-read-pattern): When the user passes an empty
3085 string, give a more helpful error message than "Wrong type
3086 argument: stringp, nil".
3087
3088 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
3091
3092 2014-02-13 Glenn Morris <rgm@gnu.org>
3093
3094 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
3095
3096 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
3099 shift-select commands.
3100
3101 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
3102
3103 * progmodes/js.el (js-indent-line): Don't widen.
3104 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3105
3106 2014-02-12 Glenn Morris <rgm@gnu.org>
3107
3108 * icomplete.el (icomplete): Add info-link to defgroup.
3109 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3110 (icomplete-minibuffer-map, icomplete-mode)
3111 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3112
3113 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3114 (package-menu-filter): Rename from package-menu-filter-interactive.
3115 Doc fix.
3116
3117 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3118
3119 * frameset.el (frameset--jump-to-register): Select the required
3120 window and buffer before restoring position (bug#16696).
3121
3122 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3123
3124 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3125
3126 2014-02-10 Glenn Morris <rgm@gnu.org>
3127
3128 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3129
3130 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3131
3132 * w32-common-fns.el (x-get-selection): Doc fix.
3133 * select.el (x-get-selection): Doc fix. (Bug#15109)
3134
3135 * face-remap.el (face-remap-add-relative)
3136 (face-remap-remove-relative, face-remap-reset-base)
3137 (face-remap-set-base): Call force-mode-line-update to redisplay
3138 the current buffer due to potential change in faces. (Bug#16709)
3139
3140 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3141
3142 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3143 script more robustly.
3144
3145 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3146
3147 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3148
3149 * simple.el (choose-completion): Doc fix (bug#14160).
3150
3151 * subr.el (event-start): Say what a nil EVENT value means.
3152
3153 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3154 (bug#14197).
3155
3156 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3157
3158 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3159
3160 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3161
3162 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3163 predicate function (bug#15455).
3164
3165 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3166
3167 * ielm.el (inferior-emacs-lisp-mode): Instead of
3168 `comment-use-global-state', set `comment-use-syntax'.
3169
3170 2014-02-10 Glenn Morris <rgm@gnu.org>
3171
3172 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3173
3174 2014-02-09 Alan Mackenzie <acm@muc.de>
3175
3176 Fix c-invalidate-state-cache on narrowed buffers.
3177 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3178 Widen when setting and clearing the CPP delimiter properties.
3179
3180 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3181
3182 * help.el (describe-bindings): Doc fix (bug#9888).
3183
3184 * files.el (save-buffer): Use ARG as the parameter name for
3185 consistency (bug#10346).
3186 (save-buffer): Clarify the 0 argument (bug#10346).
3187
3188 * cus-edit.el (customize-apropos): Fix error string.
3189 (custom-buffer-create): Doc fix (bug#11122).
3190 (custom-sort-items): Doc fix (bug#11121).
3191
3192 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3193
3194 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3195 (icomplete-simple-completing-p): Mention the previous variable.
3196
3197 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3198 meaning of the parameter (bug#12282).
3199
3200 * files.el (find-file-noselect): Clarify prompt when changing
3201 readedness (bug#13261).
3202 (locate-file): Suffixes aren't returned, so don't say that they
3203 are (bug#12674).
3204 (backup-inhibited): Doc clarification (bug#12525).
3205
3206 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3207 before we actually start to delete things (bug#16331).
3208
3209 * subr.el (event-start): Doc fix (bug#14228).
3210 (event-end): Ditto.
3211
3212 2014-02-09 Glenn Morris <rgm@gnu.org>
3213
3214 * emacs-lisp/warnings.el (lwarn):
3215 Empower help-enable-auto-load. (Bug#15940)
3216
3217 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3218
3219 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3220 (Bug#16690)
3221
3222 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3223
3224 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3225 Insert output at end of buffer. (Bug#16120)
3226
3227 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3228
3229 * simple.el (choose-completion-string-functions): Document new
3230 calling convention (bug#14153).
3231 (execute-extended-command): Clarify doc string (bug#13373).
3232
3233 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3234
3235 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3236 (find-grep-dired): Doc fix (bug#14288).
3237
3238 2014-02-08 Juri Linkov <juri@jurta.org>
3239
3240 * isearch.el (isearch-quote-char): Check character validity
3241 like in `quoted-insert' (bug#16677).
3242
3243 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3244
3245 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3246
3247 * isearch.el (isearch-hide-immediately): Doc clarification
3248 (bug#14723).
3249
3250 * simple.el (line-move): Document utility function used many
3251 places in the Emacs sources (bug#14843).
3252
3253 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3254 (dired-prev-marked-file): Doc fix (bug#14855).
3255 (dired-up-directory): Doc fix (bug#14848).
3256
3257 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3258
3259 * files.el (file-relative-name): Doc fix (bug#15159).
3260
3261 * fringe.el (fringe-styles): Doc fix (bug#15239).
3262
3263 * isearch.el (isearch-filter-predicate): Documentation typo fix
3264 (bug#15474).
3265
3266 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3267
3268 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3269
3270 * replace.el (replace-match-maybe-edit): Doc clarification
3271 (bug#15632).
3272
3273 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3274
3275 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3276
3277 2014-02-08 Glenn Morris <rgm@gnu.org>
3278
3279 * help-fns.el (describe-variable):
3280 Check {file,dir}-local-variables-alist, and buffer-file-name,
3281 in the correct buffer.
3282
3283 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3284
3285 * help-fns.el (describe-variable): Fix the case where
3286 a value is directory-local with no dir-locals file. (Bug#16635)
3287
3288 2014-02-08 Glenn Morris <rgm@gnu.org>
3289
3290 * abbrev.el (edit-abbrevs-mode):
3291 Derive from fundamental-mode. (Bug#16682)
3292
3293 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3294
3295 * simple.el (quoted-insert): Check character validity (bug#16677).
3296
3297 2014-02-07 Juri Linkov <juri@jurta.org>
3298
3299 * desktop.el (desktop-read): Claim the lock when the owner is not
3300 the current process. (Bug#16157)
3301
3302 2014-02-07 Juri Linkov <juri@jurta.org>
3303
3304 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3305 to "\\` ". (Bug#16651)
3306
3307 2014-02-07 Juri Linkov <juri@jurta.org>
3308
3309 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3310 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3311 (desktop-auto-save-cancel-timer): New function with some code from
3312 `desktop-auto-save-set-timer'.
3313 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3314 Instead of setting `desktop-save-mode' to nil, call
3315 `desktop-save-mode' with arg 0. (Bug#16630)
3316
3317 2014-02-07 Glenn Morris <rgm@gnu.org>
3318
3319 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3320 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3321 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3322
3323 * obsolete/iswitchb.el: Move to obsolete/.
3324 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3325 since obsolete/ is not scanned for autoloads.
3326 * emacs-lisp/authors.el (authors-valid-file-names):
3327 Add iswitchb.el.
3328
3329 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3330 Disable now non-functional find-file-hook.
3331
3332 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3333
3334 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3335 instead of ";" in order to avoid additional prompts. Let heredoc
3336 scripts read from tty. (Bug#16582)
3337 (tramp-send-command): No special handling of heredocs, it isn't
3338 necessary anymore.
3339
3340 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3341
3342 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3343 with a space (bug#16664). Limit the symbols considered to the ones
3344 that are bound or fbound (bug#16646).
3345
3346 2014-02-06 Glenn Morris <rgm@gnu.org>
3347
3348 * epa.el (epa-mail-aliases): Doc fix.
3349
3350 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3351
3352 * emacs-lisp/lisp.el (lisp-completion-at-point):
3353 Use `completion-table-merge' instead of `completion-table-in-turn'
3354 (bug#16604).
3355
3356 * minibuffer.el (completion-table-merge): New function.
3357
3358 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3359
3360 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3361 (tramp-sh-handle-set-file-acl)
3362 (tramp-sh-handle-start-file-process)
3363 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3364 (tramp-find-executable, tramp-send-command): Use it.
3365
3366 2014-02-05 Glenn Morris <rgm@gnu.org>
3367
3368 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3369
3370 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3371
3372 * progmodes/python.el (python-shell-send-string)
3373 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3374
3375 2014-02-04 Anders Lindgren <andlind@gmail.com>
3376
3377 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3378 the names (bug#16620).
3379
3380 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3381
3382 * faces.el (window-divider): New default value. Rewrite doc-string.
3383 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3384
3385 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3386
3387 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3388 `protected' and `public' can also be called without arguments.
3389
3390 2014-02-03 Glenn Morris <rgm@gnu.org>
3391
3392 * register.el (window-configuration-to-register)
3393 (frame-configuration-to-register): Unadvertise unused argument.
3394 * frameset.el (frameset-to-register): Remove unused argument.
3395
3396 * frameset.el (frameset-to-register):
3397 * kmacro.el (kmacro-to-register):
3398 * register.el (increment-register):
3399 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3400 (calc-append-to-register, calc-prepend-to-register):
3401 * play/gametree.el (gametree-layout-to-register)
3402 (gametree-apply-register-layout):
3403 * textmodes/picture.el (picture-clear-rectangle-to-register)
3404 (picture-yank-rectangle-from-register):
3405 * vc/emerge.el (emerge-combine-versions-register):
3406 Use register-read-with-preview to read registers.
3407
3408 2014-02-03 João Távora <joaotavora@gmail.com>
3409
3410 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3411 when at beginning of (possibly narrowed) buffer.
3412
3413 2014-02-02 Daniel Colascione <dancol@dancol.org>
3414
3415 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3416 Also try to display local help from just before point.
3417
3418 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3419
3420 c-parse-state. Don't "append-lower-brace-pair" in certain
3421 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3422 recognised as a comment.
3423
3424 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3425 as well as normal comment starter.
3426 (c-parse-state-get-strategy): Extra return possibility
3427 'back-and-forward.
3428 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3429 return value list to indicate replacement of a brace-pair cons
3430 with its car.
3431 (c-parse-state-1): With 'back-and-forward, only call
3432 c-append-lower-brace-pair-to state-cache when cons-separated.
3433
3434 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3435
3436 * term/ns-win.el (ns-suspend-error): New function.
3437 (ns-initialize-window-system): Add ns-suspend-error to
3438 suspend-hook (Bug#16612).
3439
3440 2014-02-02 Daniel Colascione <dancol@dancol.org>
3441
3442 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3443 Make loading cc-mode silent.
3444
3445 2014-02-02 Daniel Colascione <dancol@dancol.org>
3446
3447 * comint.el (comint-prompt-read-only): Change doc to suggest
3448 remap keybinding.
3449
3450 2014-02-02 Glenn Morris <rgm@gnu.org>
3451
3452 * register.el (register-read-with-preview, point-to-register)
3453 (window-configuration-to-register, frame-configuration-to-register)
3454 (jump-to-register, number-to-register, view-register, insert-register)
3455 (copy-to-register, append-to-register, prepend-to-register)
3456 (copy-rectangle-to-register): Doc fixes.
3457
3458 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3459
3460 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3461 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3462 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3463 * help-fns.el (describe-function-1): Use it.
3464
3465 2014-02-02 Glenn Morris <rgm@gnu.org>
3466
3467 * register.el (register-preview-default): New function,
3468 split from register-preview.
3469 (register-preview-function): Rename from register-preview-functions,
3470 make it not a hook.
3471 (register-preview): Use register-preview-function.
3472 (register-read-with-preview): Error on non-character event. (Bug#16595)
3473
3474 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3475
3476 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3477 `:' before binary operators (bug#16609). Don't check for `:'
3478 before `[' and `(', or their syntax status. A percent literal
3479 can't end with either.
3480 (ruby-font-lock-keywords): For built-ins that require arguments,
3481 check that they're followed by something that looks like argument
3482 (bug#16610).
3483
3484 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3485
3486 * subr.el (butlast): Document what an omitted N means (bug#13437).
3487 (nbutlast): Ditto.
3488
3489 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3490
3491 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3492 depth shallower (bug#16587).
3493 (shr-tag-svg): Respect `shr-inhibit-images'.
3494 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3495
3496 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3497
3498 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3499 (ruby-smie-grammar): Make "." right-associative. Make its priority
3500 lower than the ternary and all binary operators.
3501 (ruby-smie-rules): Indent "(" relative to the first non-"."
3502 parent, or the first "." parent at indentation.
3503 Use `ruby-align-chained-calls' for indentation of "." tokens.
3504 (Bug#16593)
3505
3506 2014-01-31 Juri Linkov <juri@jurta.org>
3507
3508 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3509 from `make-hash-table'.
3510
3511 * textmodes/ispell.el (ispell-init-process): Change message format
3512 to be consistent with other messages.
3513
3514 2014-01-31 Glenn Morris <rgm@gnu.org>
3515
3516 * delsel.el (delete-selection-mode): Doc fix.
3517
3518 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3519 (trace-function-background): Doc fixes.
3520
3521 * ido.el (ido-use-virtual-buffers): Doc fix.
3522 Reset :version, since the default value has not changed.
3523
3524 * register.el (register-preview-delay, register-read-with-preview):
3525 Doc fixes.
3526
3527 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3528 do not mess with mail-buffer position (fixes 2009-11-03 change).
3529 * progmodes/cc-mode.el (c-submit-bug-report):
3530 Check auto-fill-mode is bound. (Bug#16592)
3531
3532 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3533
3534 * startup.el (fancy-splash-image-file): New function,
3535 split from fancy-splash-head.
3536 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3537 so that we are both using the same image. (Bug#16574)
3538
3539 2014-01-30 Glenn Morris <rgm@gnu.org>
3540
3541 * simple.el (eval-expression): Doc fix.
3542
3543 * hexl.el (hexl-mode-hook):
3544 * ielm.el (ielm-mode-hook):
3545 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3546 (lisp-interaction-mode-hook):
3547 * progmodes/cfengine.el (cfengine3-documentation-function):
3548 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3549
3550 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3551
3552 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3553 is a symbol (bug#16584).
3554
3555 2014-01-30 Glenn Morris <rgm@gnu.org>
3556
3557 * help.el (help-for-help-internal): Add "P" to text.
3558
3559 2014-01-29 Glenn Morris <rgm@gnu.org>
3560
3561 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3562
3563 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3564
3565 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3566 height constraints.
3567
3568 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3569
3570 * progmodes/hideif.el: Extend to full CPP expression syntax.
3571 (hif-token-alist): Add missing tokens.
3572 (hif-token-regexp): Add support for float/octal/hex immediates.
3573 (hif-string-literal-regexp): New const.
3574 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3575 (hif-exprlist): New function.
3576 (hif-parse-if-exp): Use it.
3577 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3578 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3579 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3580 (hif-logxor, hif-comma): New functions.
3581
3582 2014-01-28 Glenn Morris <rgm@gnu.org>
3583
3584 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3585
3586 * indent.el (tab-stop-list): Doc fix. Add :version.
3587
3588 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3589 (cvs-append-to-ignore): Add compatibility alias.
3590
3591 2014-01-27 Glenn Morris <rgm@gnu.org>
3592
3593 * dired.el (dired-hide-details-mode): Don't autoload it,
3594 since it cannot be used outside Dired buffers anyway.
3595
3596 * emulation/cua-base.el (cua-mode): Doc fix.
3597
3598 * dired.el (dired-hide-details-hide-symlink-targets)
3599 (dired-hide-details-hide-information-lines)
3600 (dired-hide-details-mode): Doc fixes.
3601
3602 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3603 * strokes.el (strokes-file): Doc fix. Bump :version.
3604 (strokes-help): Doc fix.
3605 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3606 * emulation/viper.el (viper): Doc fix for custom group.
3607 (top-level): Remove oh-so-no-longer-relevant text about vip.
3608 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3609
3610 * ido.el (ido-save-directory-list-file):
3611 * saveplace.el (save-place-file):
3612 * calendar/timeclock.el (timeclock-file):
3613 * net/quickurl.el (quickurl-url-file):
3614 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3615 * progmodes/idlwave.el (idlwave-config-directory):
3616 * textmodes/remember.el (remember-data-file):
3617 Bump :version.
3618
3619 2014-01-26 Glenn Morris <rgm@gnu.org>
3620
3621 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3622 Doc fix. Make obsolete.
3623 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3624
3625 * sort.el (delete-duplicate-lines): Doc fix.
3626
3627 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3628
3629 * progmodes/ada-mode.el (ada):
3630 * woman.el (woman): Link to info manual and Commentary section.
3631
3632 * progmodes/flymake.el (flymake):
3633 * nxml/nxml-mode.el (nxml):
3634 * net/eww.el (eww):
3635 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3636 * htmlfontify.el (htmlfontify):
3637 * ses.el (ses):
3638 * epa.el (epa):
3639 * ido.el (ido): Link to info manual.
3640
3641 2014-01-25 Leo Liu <sdl.web@gmail.com>
3642
3643 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3644
3645 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3646
3647 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3648 (bug#16537).
3649
3650 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3651
3652 * net/eww.el (eww-download-callback):
3653 Fix reference to eww-download-directory.
3654
3655 * emacs-lisp/bytecomp.el (byte-compile-file):
3656 Remove unused local variable `file-name'.
3657
3658 2014-01-24 Glenn Morris <rgm@gnu.org>
3659
3660 * woman.el (woman-default-faces, woman-monochrome-faces):
3661 Fix obsolescence specification.
3662
3663 * subr.el (with-demoted-errors): Doc fix.
3664
3665 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3666
3667 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3668 (cl--macroexp-fboundp): New function.
3669 (cl--make-type-test): Use it.
3670
3671 2014-01-23 Glenn Morris <rgm@gnu.org>
3672
3673 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3674 * simple.el (eval-expression): Doc fixes.
3675
3676 2014-01-22 Glenn Morris <rgm@gnu.org>
3677
3678 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3679
3680 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3681
3682 * emacs-lisp/package.el: Write files silently.
3683 (package-autoload-ensure-default-file, package--write-file-no-coding)
3684 (package-generate-description-file, package--download-one-archive)
3685 (package-install-from-archive): Tell `write-region' to stay quiet.
3686 (package-menu-mode, package-menu--print-info): Omit the Archive column
3687 if there's only one archive.
3688 (package-all-keywords, package--has-keyword-p): Remove dead code.
3689
3690 2014-01-22 Glenn Morris <rgm@gnu.org>
3691
3692 * version.el (emacs-bzr-version-bzr): Fix typo.
3693
3694 * version.el (emacs-repository-get-version):
3695 Check either .bzr or .git, but not both.
3696 Make the git case actually use the DIR argument, and return nil
3697 rather than the empty string.
3698 Avoid error if .git exists but the git executable is not found.
3699
3700 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3701
3702 Fixes in window size functions around Bug#16430 and Bug#16470.
3703 * window.el (window-total-size, window-size): New argument ROUND.
3704 (window--min-delta-1, window-min-delta, window--max-delta-1):
3705 Be more conservative when calculating the numbers of lines or
3706 columns a window can shrink (Bug#16430).
3707 (fit-window-to-buffer): Simplify code.
3708 * term.el (term-window-width): Call window-body-width again.
3709
3710 2014-01-22 Glenn Morris <rgm@gnu.org>
3711
3712 * image.el (image-format-suffixes): Doc fix.
3713
3714 * international/quail.el (quail-define-package): Doc fix.
3715
3716 * emacs-lisp/authors.el (authors-valid-file-names)
3717 (authors-renamed-files-alist): Additions.
3718
3719 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3720 reverts 2014-01-09 change. (Bug#16422)
3721
3722 * calc/calc-embed.el (thing-at-point-looking-at):
3723 * emacs-lisp/map-ynp.el (x-popup-dialog):
3724 * obsolete/lmenu.el (x-popup-dialog):
3725 * emacs-lisp/package.el (url-recreate-url):
3726 * mail/mailclient.el (clipboard-kill-ring-save):
3727 * subr.el (x-popup-dialog): Update declaration.
3728 * mail/rmail.el (rmail-mime-message-p):
3729 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3730
3731 2014-01-21 Daniel Colascione <dancol@dancol.org>
3732
3733 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3734 Correctly detect when we're inside an arithmetic expansion form
3735 containing nested parenthesis.
3736 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3737 to detect cases where we shouldn't expand "<<" to a heredoc
3738 skeleton.
3739
3740 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3741
3742 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3743 (eldoc--message-command-p): New function.
3744 (eldoc-display-message-p): Use it.
3745 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3746 message is not automatically erased for us.
3747 (eldoc-print-current-symbol-info): Erase previous message, if any.
3748
3749 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3750
3751 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3752 specify it's an interactive function.
3753
3754 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3755 Fix regex used for scanning for citation keys which failed for
3756 citations with optional arguments.
3757
3758 2014-01-21 Leo Liu <sdl.web@gmail.com>
3759
3760 * simple.el (read--expression): Don't enable eldoc-mode.
3761
3762 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3763
3764 * simple.el (move-beginning-of-line): Make sure we don't move forward
3765 (bug#16497).
3766
3767 2014-01-20 Juri Linkov <juri@jurta.org>
3768
3769 * saveplace.el (toggle-save-place, save-place-to-alist)
3770 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3771 'dired-mode) before checking for dired-directory. (Bug#16477)
3772
3773 2014-01-20 Juri Linkov <juri@jurta.org>
3774
3775 * indent.el (indent-line-to): Use backward-to-indentation
3776 instead of back-to-indentation. (Bug#16461)
3777
3778 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3779
3780 Revert some of the CANNOT_DUMP fix (Bug#16494).
3781 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3782 but fixing this can wait until after the next release.
3783 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3784
3785 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3786
3787 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3788 Use `password-word-equivalents'.
3789 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3790 to t. (Bug#5664, Bug#13124)
3791
3792 2014-01-19 Alan Mackenzie <acm@muc.de>
3793
3794 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3795 points.
3796 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3797 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3798 * progmodes/cc-mode.el (c-before-change, c-after-change)
3799 (c-font-lock-fontify-region): Bind it here.
3800
3801 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3802
3803 * term.el (term-window-width): Call window-text-width instead of
3804 window-width (Bug#16470).
3805
3806 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3807
3808 * simple.el (password-word-equivalents): Remove duplicates.
3809 Sort, to make this easier next time.
3810 Downcase. Omit ": " after "jelszó".
3811
3812 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3813
3814 * term/common-win.el (saved-region-selection): Defvar it.
3815 (x-select-text): Set saved-region-selection (Bug#16382).
3816
3817 2014-01-18 Glenn Morris <rgm@gnu.org>
3818
3819 * emacs-lisp/authors.el (authors-aliases)
3820 (authors-renamed-files-alist): Add some entries.
3821
3822 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3823
3824 * net/tramp.el (tramp-password-prompt-regexp):
3825 Use `password-word-equivalents' if available.
3826 (tramp-action-password, tramp-process-one-action)
3827 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3828
3829 2014-01-17 Chong Yidong <cyd@gnu.org>
3830
3831 * simple.el (password-word-equivalents): New defcustom.
3832 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3833 to 24.4.
3834 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3835 to t. (Bug#13124)
3836
3837 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3838
3839 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3840 (ruby-align-to-stmt-keywords): Change the default value.
3841 Use `ruby-alignable-keywords' to generate the possible customization
3842 choices.
3843 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3844 keywords, check against the value of `ruby-alignable-keywords'
3845 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3846
3847 2014-01-17 Glenn Morris <rgm@gnu.org>
3848
3849 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3850
3851 Make M-x authors return zero *Authors Errors* from current logs.
3852 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3853 (authors-ignored-files): Add some entries, remove others.
3854 (authors-ambiguous-files, authors-valid-file-names):
3855 Add some entries.
3856 (authors-renamed-files-alist): Add, remove, and adjust entries.
3857 (authors-renamed-files-regexps): Add some entries.
3858 Remove some very broad ones. Make some entries `lax'.
3859 (authors-lax-changelogs): New constant.
3860 (authors-disambiguate-file-name): Treat top-level specially.
3861 (authors-lax-changelog-p): New function.
3862 (authors-canonical-file-name): Check file as written against
3863 authors-valid-file-names. Do not special-case etc/.
3864 Handle `lax' logs and authors-renamed-files-regexps elements.
3865
3866 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3867
3868 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3869 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3870 callers.
3871
3872 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3873
3874 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3875 Assume we're already in the proper buffer.
3876 Inspired by Anders Lindgren <andlind@gmail.com>.
3877 (follow-post-command-hook): Call it from the right buffer.
3878 (follow-comint-scroll-to-bottom): Adjust call.
3879 (follow-all-followers): Use get-buffer-window-list.
3880
3881 2014-01-15 Daniel Colascione <dancol@dancol.org>
3882
3883 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3884 `buffer-file-name' in interactive-form so that we don't leave
3885 pathless file names in `file-name-history'.
3886
3887 2014-01-15 Juri Linkov <juri@jurta.org>
3888
3889 * indent.el (indent-rigidly): Set deactivate-mark to nil
3890 in transient indentation mode. (Bug#16438)
3891
3892 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3893
3894 * emacs-lisp/package.el (package-desc-keywords): New function
3895 (Bug#16222).
3896 (describe-package-1, package-all-keywords)
3897 (package--has-keyword-p): Use it.
3898
3899 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3900
3901 * simple.el (define-alternatives): When creating the
3902 COMMAND-alternatives variable, assign COMMAND as its definition
3903 name so that `describe-variable' can relocate it.
3904
3905 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3906
3907 * font-lock.el (font-lock-keywords): Fix typo in docstring
3908 (bug#16307).
3909
3910 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3911
3912 * ispell.el (ispell-region): Reset `in-comment' for new line
3913 instead of wrongly reset `add-coment' (bug#13577).
3914
3915 2014-01-14 Daiki Ueno <ueno@gnu.org>
3916
3917 * epa-file.el (epa-file-write-region): Encode the region according
3918 to `buffer-file-format'. Problem reported at:
3919 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3920
3921 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3924 so it applies in the right buffer (bug#16410).
3925
3926 2014-01-13 Daniel Colascione <dancol@dancol.org>
3927
3928 * textmodes/rst.el (rst-define-key): Provide deprecated
3929 keybindings through named functions instead of anonymous ones so
3930 that "??" doesn't appear in describe-mode output.
3931
3932 2014-01-13 Bastien Guerry <bzg@gnu.org>
3933
3934 * simple.el (define-alternatives): Call the selected command
3935 interactively. When setting `COMMAND--implementation' for the
3936 first time, tell the user how to chose another implementation.
3937 Enhance the docstring.
3938
3939 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3942 (log-edit--match-first-line): New function.
3943 (log-edit-font-lock-keywords): Use it.
3944 (log-edit-mode): Make jit-lock-defer-multiline work.
3945
3946 2014-01-13 Bastien Guerry <bzg@gnu.org>
3947
3948 * rect.el (rectangle-mark-mode): When the region is not active,
3949 display a message saying that the mark as been set and that
3950 rectangle mode is in use.
3951 (rectangle--highlight-for-redisplay): Only put an overlay with a
3952 visible vertical bar when (display-graphic-p) is non-nil.
3953 This partially fixes Bug#16403.
3954
3955 2014-01-13 Juri Linkov <juri@jurta.org>
3956
3957 * info.el (Info-find-file): Go to DIR before displaying the error
3958 about a nonexistent file if no previous Info file is visited.
3959 Use `user-error' instead of `error' for "Info file %s does not exist".
3960 (Info-find-node-2): In case of a nonexistent node in unwind forms
3961 go to the Top node if there is no previous node to revert to.
3962 (Bug#16405)
3963
3964 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3965
3966 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3967 * window.el (fit-frame-to-buffer): Fix doc-string.
3968 Respect window-min-height/-width. Fit pixelwise when
3969 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3970 when avoiding that frame goes partially off-screen.
3971 (fit-window-to-buffer): Respect window-min-height/-width
3972 (Bug#14096).
3973
3974 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3975
3976 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3977 after an empty line.
3978
3979 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * net/shr.el (shr-render-region): Autoload.
3982
3983 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3984
3985 * net/eww.el (eww-download-directory): Rename from
3986 `eww-download-path' (Bug#16419).
3987
3988 2014-01-12 Leo Liu <sdl.web@gmail.com>
3989
3990 * dired-x.el (dired-mode-map): Fix last change.
3991
3992 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3993
3994 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3995
3996 Spelling fixes.
3997 * emacs-lisp/generic.el (generic--normalize-comments):
3998 Rename from generic--normalise-comments. All uses changed.
3999 * play/bubbles.el (bubbles--neighborhood-score)
4000 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4001 (bubbles--neighborhood-available)
4002 (bubbles--update-neighborhood-score):
4003 Rename from names with 'neighbourhood'. All uses changed.
4004
4005 2014-01-12 Leo Liu <sdl.web@gmail.com>
4006
4007 Re-implement the feature of showing eldoc info after editing.
4008 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4009 (eldoc-edit-message-commands): New function.
4010 (eldoc-print-after-edit): New variable.
4011 (eldoc-pre-command-refresh-echo-area): Emit message only by
4012 eldoc-message-commands.
4013 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4014 if eldoc-print-after-edit is set. (Bug#16346)
4015 * simple.el (read--expression): Enable eldoc-mode.
4016 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4017
4018 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4019 Eric S. Raymond <esr@thyrsus.com>
4020
4021 * version.el (emacs-repository-get-version): Enhance so the
4022 function works correctly in either a Bazaar or Git repo.
4023
4024 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4025
4026 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4027 Goes with removal of the joke manpages from /etc.
4028
4029 2014-01-10 Kenichi Handa <handa@gnu.org>
4030
4031 * mail/rmail.el (rmail-get-coding-system):
4032 Check rmail-get-coding-function before "funcall"ing it.
4033
4034 2014-01-10 Glenn Morris <rgm@gnu.org>
4035
4036 * emacs-lisp/authors.el (authors-fixed-entries):
4037 Update for files that no longer exist.
4038
4039 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4040
4041 * version.el (emacs-bzr-get-version): Restore compatibilty with
4042 24.3 (Tested).
4043
4044 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4045
4046 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4047 and Podfile.
4048
4049 2014-01-10 Eli Zaretskii <eliz@gnu.org>
4050
4051 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4052
4053 2014-01-10 Chong Yidong <cyd@gnu.org>
4054
4055 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4056
4057 2014-01-10 Anders Lindgren <andlind@gmail.com>
4058
4059 * follow.el (follow-cache-command-list): Include right-char and
4060 left-char.
4061
4062 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
4063
4064 Spelling fixes.
4065 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
4066 * woman.el (woman-mark-horizontal-position):
4067 Rename from woman-mark-horizonal-position. Use changed.
4068
4069 2014-01-10 Glenn Morris <rgm@gnu.org>
4070
4071 * info.el (info-initialize): If running uninstalled, ensure our
4072 own info files are always found first, even if INFOPATH is set.
4073
4074 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
4075
4076 2014-01-09 David Engster <deng@randomsample.de>
4077
4078 * emacs-lisp/eieio-custom.el:
4079 * emacs-lisp/eieio-opt.el: Set generated autoload file to
4080 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
4081 * emacs-lisp/eieio.el: Regenerate autoloads.
4082
4083 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
4084
4085 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
4086 following renames. (Bug#8756)
4087
4088 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
4089
4090 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
4091 (bug#16382).
4092 (activate-mark): Add `no-tmm' argument.
4093 (set-mark, push-mark-command): Use it instead of running
4094 activate-mark-hook by hand.
4095
4096 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
4097
4098 In preparation for the move to git, sanitize out some
4099 Bazaar-specific names.
4100
4101 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
4102
4103 * version.el (emacs-bzr-version): Name changed to
4104 emacs-repository-version. Obsolete-variable alias made.
4105 * loadup.el: Follow through on this name change.
4106 * mail/emacsbug.el (report-emacs-bug): Factor out any
4107 assumption about the version control system in use.
4108
4109 2014-01-08 David Engster <deng@randomsample.de>
4110
4111 * help-fns.el (help-fns-describe-function-functions):
4112 New variable to call functions for augmenting help buffers.
4113 (describe-function-1): Remove explicit calls to
4114 `help-fns--compiler-macro', `help-fns--parent-mode' and
4115 `help-fns--obsolete'. Put them in above new variable instead, and
4116 call them through `run-hook-with-args'.
4117 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4118 `eieio-describe-class'. Not meant for interactive use anymore,
4119 but to augment existing help buffers. Remove optional second
4120 argument. Create proper button for file location.
4121 Rewrite function to use `insert' instead of `princ' and `prin1' where
4122 possible.
4123 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4124 (eieio-method-def, eieio-class-def): Move further up.
4125 (describe-method, describe-generic, eieio-describe-method):
4126 Remove aliases.
4127 (eieio-help-constructor, eieio-help-generic): Rename from
4128 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4129 Rewrite to use `insert' in the current buffer and use proper help
4130 buttons.
4131 (eieio-help-find-method-definition)
4132 (eieio-help-find-class-definition): Also accept symbols as
4133 arguments.
4134 (eieio-help-mode-augmentation-maybee): Remove.
4135 (eieio-describe-class-sb): Use `describe-function'.
4136 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4137 Add `eieio-help-generic' and `eieio-help-constructor'.
4138
4139 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4140
4141 Spelling fixes.
4142 * language/china-util.el (hz-ascii-designation):
4143 Rename from hz-ascii-designnation.
4144 (hz-ascii-designation): Rename from hz-ascii-designnation.
4145 All uses changed.
4146
4147 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4148
4149 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4150 package-alist.
4151
4152 2014-01-08 Bastien Guerry <bzg@gnu.org>
4153
4154 * emacs-lisp/package.el (package-delete):
4155 Correctly delete the package from package-alist.
4156
4157 2014-01-08 Daiki Ueno <ueno@gnu.org>
4158
4159 * emacs-lisp/package.el (url-recreate-url): Declare.
4160 (url-http-target-url): Declare.
4161 (package-handle-response): Include requested URL in the error message.
4162 (package--check-signature): Don't re-signal errors from
4163 package--with-work-buffer. Suggested by Stefan Monnier.
4164
4165 2014-01-07 Bastien Guerry <bzg@gnu.org>
4166
4167 * minibuffer.el (completion--try-word-completion): When both a
4168 hyphen and a space are possible candidates for the character
4169 following a word, display both candidates. (Bug#15980)
4170
4171 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4172
4173 * window.el (balance-windows-2): While rounding don't give a
4174 window more than the remainder. Bug#16351, bug#16383.
4175
4176 2014-01-07 Glenn Morris <rgm@gnu.org>
4177
4178 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4179 (menu-bar-help-menu): Use view-external-packages instead.
4180
4181 2014-01-07 Bastien Guerry <bzg@gnu.org>
4182
4183 * emacs-lisp/package.el (package-delete): Also delete the package
4184 name from `package-alist', not its description only.
4185
4186 2014-01-07 Glenn Morris <rgm@gnu.org>
4187
4188 * help.el (view-external-packages):
4189 * menu-bar.el (menu-bar-help-extra-packages):
4190 Visit efaq.info rather than etc/MORE.STUFF.
4191
4192 2014-01-07 Juri Linkov <juri@jurta.org>
4193
4194 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4195 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4196
4197 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4198 that shadows RET. (Bug#16342)
4199
4200 2014-01-07 Chong Yidong <cyd@gnu.org>
4201
4202 * isearch.el (isearch-yank-char, isearch-yank-word)
4203 (isearch-yank-line): Doc fix.
4204
4205 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4208 * emacs-lisp/elint.el (elint-find-builtins):
4209 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4210 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4211 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4212 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4213 * apropos.el (apropos-safe-documentation):
4214 * subr.el (symbol-file): Remove redundant fboundp.
4215 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4216
4217 2014-01-06 Bastien Guerry <bzg@gnu.org>
4218
4219 * hl-line.el (global-hl-line-overlay): Make a local variable.
4220 (global-hl-line-overlays): New variable to store all overlays.
4221 (global-hl-line-mode): Don't delete overlays from the current
4222 buffer when `global-hl-line-sticky-flag' is non-nil.
4223 (global-hl-line-highlight): Add new overlays to
4224 `global-hl-line-overlays'.
4225 (global-hl-line-unhighlight-all): New function to delete all
4226 overlays when turning off `global-hl-line-mode'.
4227 This fixes Bug#16183.
4228
4229 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * subr.el (set-transient-map): Fix nested case and docstring.
4232
4233 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4234
4235 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4236 `Texinfo' entry.
4237
4238 2014-01-06 Daniel Colascione <dancol@dancol.org>
4239
4240 Fix defun navigation in vc log view.
4241
4242 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4243 like `beginning-of-defun'.
4244 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4245 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4246 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4247 (log-view-extract-comment): Call `log-view-current-entry' directly
4248 instead of relying on broken `log-view-beginning-of-defun' behavior.
4249
4250 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4251
4252 Spelling fixes.
4253 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4254 * emacs-lisp/debug.el (cancel-debug-on-entry):
4255 * epg.el (epg-error-to-string):
4256 * files.el (recover-file):
4257 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4258 * mail/emacsbug.el (report-emacs-bug-hook):
4259 * mail/sendmail.el (mail-recover):
4260 * ses.el (ses-yank-resize):
4261 * term/ns-win.el (ns-print-buffer):
4262 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4263 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4264 All uses changed.
4265 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4266
4267 2014-01-06 Leo Liu <sdl.web@gmail.com>
4268
4269 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4270 to avoid shadowing global key. (Bug#16354)
4271
4272 2014-01-06 Daniel Colascione <dancol@dancol.org>
4273
4274 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4275 rst-mode.
4276
4277 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4278
4279 * window.el (balance-windows): Add mising t to fix Bug#16351.
4280
4281 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4282
4283 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4284 (bug#16285).
4285 (shr-insert): If we have a word that's longer than `shr-width',
4286 break after it anyway. Otherwise we'll do no breaking once we get
4287 such a long word.
4288
4289 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4290
4291 * net/eww.el (eww): Support single/double quote for search.
4292 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4293 (eww-history-quit): Delete and use quit-window.
4294 (eww-history-kill): Delete, because it doesn't work well and
4295 not necessary.
4296 (eww-history-mode-map): Delete some keys and add easy-menu.
4297
4298 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4299
4300 Fix misspelling of 'chinese' in rx (Bug#16237).
4301 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4302 chinese-two-byte.
4303
4304 Change subword regexps back to vars (Bug#16296).
4305 * progmodes/subword.el (subword-forward-regexp)
4306 (subword-backward-regexp): Change these back to variables.
4307
4308 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4309
4310 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4311 syntax-begin-function (bug#16247).
4312
4313 2014-01-03 Chong Yidong <cyd@gnu.org>
4314
4315 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4316 (advice--docstring): Delete variable.
4317 (advice--make-1): Leave the docstring empty.
4318 (advice-add): Use function-documentation for advised docstring.
4319
4320 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4321 Ignore function-documentation property when getting documentation.
4322 (ad-activate-advised-definition): Use function-documentation
4323 generate the docstring.
4324 (ad-make-advised-definition): Don't call
4325 ad-make-advised-definition-docstring.
4326 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4327 Delete functions.
4328
4329 * progmodes/sql.el (sql-help): Use function-documentation instead
4330 of dynamic-docstring-function property. No need to autoload now.
4331 (sql--help-docstring): New variable.
4332 (sql--make-help-docstring): Use it.
4333
4334 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4335
4336 * ielm.el (ielm-tab): Retarget.
4337 (ielm-map): Use ielm-tab for tab.
4338 (ielm-complete-filename): Use comint-filename-completion.
4339 (ielm-complete-symbol): Remove.
4340 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4341 remove ielm-tab from completion-at-point-functions (bug#16224).
4342
4343 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4344 Beware signals raised by predicates (bug#16201).
4345
4346 2014-01-02 Richard Stallman <rms@gnu.org>
4347
4348 * dired-aux.el (dired-do-print): Handle printer-name.
4349
4350 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4351 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4352 (rmail-epa-decrypt): Turn off mime processing.
4353
4354 * mail/rmail.el (rmail-make-in-reply-to-field):
4355 Add parens in message-id.
4356
4357 * mail/rmail.el (rmail-get-coding-function): Variable.
4358 (rmail-get-coding-system): Use it.
4359
4360 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4361
4362 * international/mule-conf.el: Unify the charset indian-is13194.
4363 (indian-is13194): Specify unify-map.
4364
4365 2013-12-31 Leo Liu <sdl.web@gmail.com>
4366
4367 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4368
4369 2013-12-30 Daniel Colascione <dancol@dancol.org>
4370
4371 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4372 of printing a useless when we resume from sleep.
4373
4374 * progmodes/sh-script.el
4375 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4376 in indentation code. (Bug#16233)
4377
4378 2013-12-28 João Távora <joaotavora@gmail.com>
4379
4380 * elec-pair.el (electric-pair-post-self-insert-function):
4381 Don't open extra newlines at beginning of buffer. (Bug#16272)
4382
4383 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4384
4385 * frame.el (window-system-for-display): Don't allow to create a
4386 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4387
4388 2013-12-28 Glenn Morris <rgm@gnu.org>
4389
4390 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4391 Update callers.
4392
4393 * apropos.el (apropos-match-face):
4394 * calculator.el (calculator-displayer):
4395 * dabbrev.el (dabbrev-search-these-buffers-only):
4396 * face-remap.el (buffer-face-mode-face):
4397 * simple.el (yank-handled-properties):
4398 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4399 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4400 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4401 (hashcash-double-spend-database):
4402 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4403 (ruby-deep-indent-paren-style):
4404 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4405 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4406 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4407 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4408 Specify custom types.
4409
4410 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4411 * bookmark.el (bookmark-bmenu-use-header-line):
4412 * doc-view.el (doc-view-scale-internally):
4413 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4414 * register.el (register-preview-delay):
4415 * net/shr.el (shr-bullet):
4416 * progmodes/cfengine.el (cfengine-cf-promises)
4417 (cfengine-parameters-indent):
4418 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4419 * textmodes/reftex-vars.el (reftex-label-regexps):
4420 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4421
4422 * net/tls.el (tls-certtool-program): Fix default value.
4423
4424 * desktop.el (desktop-restore-in-current-display):
4425 * newcomment.el (comment-empty-lines):
4426 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4427 (idlwave-pad-keyword):
4428 * progmodes/tcl.el (tcl-tab-always-indent):
4429 * textmodes/reftex-vars.el (reftex-index-default-tag):
4430 * elec-pair.el (electric-pair-skip-whitespace):
4431 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4432
4433 * emacs-lisp/authors.el (authors-ignored-files)
4434 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4435
4436 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4437
4438 * shell.el (shell-dynamic-complete-command): Doc fix.
4439 (shell--command-completion-data): Shell completion now matches
4440 executable filenames from the current buffer's directory, on
4441 systems in which this behavior is the default (windows-nt, ms-dos).
4442
4443 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4444
4445 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4446
4447 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4450 (bug#16251).
4451
4452 * electric.el: Move all electric-pair-* to elec-pair.el.
4453 * elec-pair.el: New file, split from electric.el.
4454
4455 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4456
4457 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4458 indentation level is larger than the width, because that will
4459 infloop.
4460 (shr-insert): Fill repeatedly long texts, so that Japanese is
4461 formatted correctly (bug#16263).
4462 (shr-find-fill-point): Off by one error in comparison with the
4463 indentation.
4464
4465 2013-12-26 João Távora <joaotavora@gmail.com>
4466
4467 * electric.el (electric-pair-mode): More flexible engine for skip-
4468 and inhibit predicates, new options for pairing-related functionality.
4469 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4470 if that keeps or improves their balance in buffers.
4471 (electric-pair-delete-adjacent-pairs): Delete the pair when
4472 backspacing over adjacent matched delimiters.
4473 (electric-pair-open-extra-newline): Open extra newline when
4474 inserting newlines between adjacent matched delimiters.
4475 (electric--sort-post-self-insertion-hook):
4476 Sort post-self-insert-hook according to priority values when
4477 minor-modes are activated.
4478 * simple.el (newline-and-indent): Call newline with interactive
4479 set to t.
4480 (blink-paren-post-self-insert-function): Set priority to 100.
4481 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4482 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4483 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4484 electric-pair-open-newline-between-pairs to nil.
4485
4486 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4487
4488 * progmodes/python.el: Use lexical-binding.
4489 (python-nav-beginning-of-defun): Stop searching ASAP.
4490
4491 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4492
4493 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4494 Fix interactive spec. Doc fix. (Bug#15754)
4495
4496 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4497
4498 * emacs-lisp/byte-run.el (eval-when-compile):
4499 * progmodes/cc-defs.el (cc-eval-when-compile):
4500 Fix edebug spec (bug#16184).
4501
4502 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4503
4504 * net/shr.el (shr-visit-file): Remove debugging function.
4505 (shr-insert): Don't infloop if we can't find a good place to break
4506 the line (bug#16256).
4507
4508 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4509
4510 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4511 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4512 python-nav-lisp-forward-sexp-safe.
4513 (python-nav--forward-sexp): New argument SAFE allows switching
4514 forward sexp movement behavior for parens.
4515 (python-nav-forward-sexp): Throw errors on unterminated parens
4516 (Bug#16191).
4517 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4518 (python-nav-backward-sexp-safe): New functions.
4519 (python-shell-buffer-substring):
4520 Use `python-nav-forward-sexp-safe'.
4521
4522 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4523
4524 * net/shr.el (shr-find-fill-point): Don't break lines before a
4525 quotation mark.
4526 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4527 (shr-find-fill-point): Remove the special checks for the quotation
4528 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4529
4530 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4531
4532 * net/eww.el (eww-form-textarea): Use a different face for
4533 textareas than text input since they have different keymaps
4534 (bug#16142).
4535
4536 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4537
4538 * progmodes/python.el (python-nav-beginning-of-statement):
4539 Speed up (Bug#15295).
4540
4541 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4542
4543 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4544 the window configuration.
4545
4546 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4547
4548 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4549 we run on MS-Windows or MS-DOS.
4550
4551 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4552
4553 * window.el (balance-windows-area): Call window-size instead of
4554 window-height and window-width. Bug#16241.
4555
4556 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4557
4558 * net/eww.el (eww-bookmark-quit): Remove.
4559 (eww-bookmark-browse): Restore the window configuration when you
4560 choose a bookmark (bug#16144).
4561
4562 2013-12-24 Daniel Colascione <dancol@dancol.org>
4563
4564 * icomplete.el: Remove redundant :group arguments to `defcustom'
4565 throughout.
4566 (icomplete-show-matches-on-no-input): New customizable variable.
4567 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4568 we have something to show.
4569 (icomplete-exhibit): Compute completions even if we have no user input.
4570
4571 2013-12-23 Daniel Colascione <dancol@dancol.org>
4572
4573 * icomplete.el: Move `provide' to end of file.
4574
4575 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4576
4577 * net/gnutls.el (gnutls-verify-error): Add version tag.
4578
4579 2013-12-23 Chong Yidong <cyd@gnu.org>
4580
4581 * subr.el (set-transient-map): Rename from
4582 set-temporary-overlay-map. Doc fix.
4583
4584 * face-remap.el (text-scale-adjust):
4585 * indent.el (indent-rigidly):
4586 * kmacro.el (kmacro-call-macro):
4587 * minibuffer.el (minibuffer-force-complete):
4588 * repeat.el (repeat):
4589 * simple.el (universal-argument--mode):
4590 * calendar/todo-mode.el (todo-insert-item--next-param):
4591 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4592
4593 * indent.el (indent-rigidly): Use substitute-command-keys.
4594
4595 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4596
4597 * net/eww.el (eww-tag-select): Add text-property to jump to next
4598 select field.
4599 (eww): Add non-supported ftp error.
4600
4601 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4602
4603 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4604 comments. Handle electric indent after typing `?' and `!'.
4605
4606 2013-12-22 Chong Yidong <cyd@gnu.org>
4607
4608 * faces.el (face-spec-recalc): If the theme specs are not
4609 applicable to a frame, fall back on the defface spec.
4610 This prevents themes from obliterating faces on low-color terminals.
4611
4612 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4613
4614 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4615 after `{'. We need it after block openers, and it doesn't seem
4616 to hurt after hash openers.
4617
4618 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4619
4620 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4621 extracted from `ruby-smie-rules'.
4622 (ruby--electric-indent-chars): New variable.
4623 (ruby--electric-indent-p): New function.
4624 (ruby-mode): Use `electric-indent-functions' instead of
4625 `electric-indent-chars'.
4626
4627 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4628
4629 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4630 docstring.
4631 (ruby-smie-rules): Indent plus one level after `=>'.
4632
4633 2013-12-21 Richard Stallman <rms@gnu.org>
4634
4635 * simple.el (newline): Doc fix.
4636
4637 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4638
4639 * net/eww.el (eww-list-histories, eww-list-histories)
4640 (eww-history-browse, eww-history-quit, eww-history-kill)
4641 (eww-history-mode-map, eww-history-mode): New command and
4642 functions to list browser histories.
4643 (eww-form-text): Support text form with disabled
4644 and readonly attributes.
4645 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4646
4647 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4648
4649 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4650 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4651 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4652 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4653 Use `user-error'.
4654 (eww-bookmark-mode-map): Add menu.
4655 (eww-render, eww-mode): Use `setq-local'.
4656 (eww-tool-bar-map): New variable.
4657 (eww-mode): Set `tool-bar-map'.
4658 (eww-view-source): Check for `html-mode' with `fboundp'.
4659
4660 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4661
4662 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4663 elements with text inside. Also remove debugging.
4664
4665 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4666
4667 * cus-start.el (all): Add ns-use-srgb-colorspace.
4668
4669 2013-12-21 Chong Yidong <cyd@gnu.org>
4670
4671 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4672 undefined. Thus, theme settings for undefined faces do not take
4673 effect until the faces are defined with defface, the same as with
4674 theme variables.
4675
4676 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4677 (face-spec-reset-face): Don't assign extra properties in temacs.
4678 (face-spec-recalc): Apply X resources too.
4679
4680 2013-12-21 Chong Yidong <cyd@gnu.org>
4681
4682 * faces.el (face-spec-set):
4683 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4684 * custom.el (defface): Doc fixes (Bug#16203).
4685
4686 * indent.el (indent-rigidly-map): Add docstring, and move commands
4687 into named functions.
4688 (indent-rigidly-left, indent-rigidly-right)
4689 (indent-rigidly-left-to-tab-stop)
4690 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4691 indentation direction based on bidi direction, and accumulate
4692 sequential commands in a single undo boundary.
4693 (indent-rigidly--pop-undo): New utility function.
4694
4695 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4696
4697 * faces.el (read-face-name): Require crm.el when using crm-separator.
4698
4699 2013-12-20 Daniel Colascione <dancol@dancol.org>
4700
4701 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4702 so that we don't reflow comments into the shebang line.
4703
4704 2013-12-20 Juri Linkov <juri@jurta.org>
4705
4706 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4707 a position when `dired-directory' is non-nil. Check integer
4708 positions with `integerp'.
4709 (toggle-save-place, save-places-to-alist): Add check for
4710 `dired-directory'.
4711 (save-place-find-file-hook): Check integer positions with
4712 `integerp'.
4713 (save-place-dired-hook): Use `dired-goto-file' when
4714 `dired-filename' is found in the assoc list. Check integer
4715 positions with `integerp'.
4716 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4717
4718 * dired.el (dired-initial-position-hook): Rename back from
4719 `dired-initial-point-hook'.
4720 (dired-initial-position): Rename `dired-initial-point-hook' to
4721 `dired-initial-position-hook'.
4722 (dired-file-name-at-point): Doc fix. (Bug#15329)
4723
4724 2013-12-20 Juri Linkov <juri@jurta.org>
4725
4726 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4727 (read-regexp-suggestions): New function.
4728 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4729 Use `read-regexp-suggestions'. Add non-empty default to history
4730 for empty input.
4731 (occur-read-regexp-defaults-function): Remove function.
4732 (occur-read-primary-args): Use `regexp-history-last' instead of
4733 `occur-read-regexp-defaults-function'.
4734
4735 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4736 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4737 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4738 `hi-lock-read-regexp-defaults-function'. Doc fix.
4739 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4740 with `find-tag-default-as-symbol-regexp'. Doc fix.
4741 (hi-lock-read-regexp-defaults): Remove function.
4742 (hi-lock-regexp-okay): Add check for null.
4743
4744 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4745 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4746
4747 * subr.el (find-tag-default-as-symbol-regexp): New function.
4748 (find-tag-default-as-regexp): Move symbol regexp formatting to
4749 `find-tag-default-as-symbol-regexp'.
4750
4751 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4752
4753 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4754 (Bug#14179)
4755
4756 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4757
4758 * calendar/todo-mode.el: New implementation of item insertion
4759 commands and key bindings.
4760 (todo-key-prompt): New face.
4761 (todo-insert-item): New command.
4762 (todo-insert-item--parameters): New defconst, replacing defvar
4763 todo-insertion-commands-args-genlist.
4764 (todo-insert-item--param-key-alist): New defconst, replacing
4765 defvar todo-insertion-commands-arg-key-list.
4766 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4767 (todo-insert-item--argsleft, todo-insert-item--apply-args)
4768 (todo-insert-item--next-param): New functions.
4769 (todo-insert-item--args, todo-insert-item--argleft)
4770 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4771 New variables.
4772 (todo-key-bindings-t): Change binding of "i" from
4773 todo-insertion-map to todo-insert-item.
4774 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4775 (todo-insertion-command-name, todo-insertion-commands-names)
4776 (todo-define-insertion-command, todo-insertion-commands)
4777 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4778
4779 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4780
4781 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4782 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4783 eval-when-compile.
4784 (todo-move-category): Allow choosing a non-existing todo file to
4785 move the category to, and create that file.
4786 (todo-default-priority): New user option.
4787 (todo-set-item-priority): Use it.
4788 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4789 (desktop-restore-file-buffer): Declare.
4790 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4791 (todo-modes-set-2): Locally set desktop-save-buffer to
4792 todo-desktop-save-buffer.
4793 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4794 (auto-mode-alist): Add autoload cookie.
4795
4796 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4797
4798 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4799 helpers.el was a poor choice of name.
4800 (string-remove-prefix): New function.
4801 (string-remove-suffix): New function.
4802
4803 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4804
4805 Fix assignment for new window total sizes.
4806 * window.el (window--pixel-to-size): Remove function.
4807 (window--pixel-to-total-1, window--pixel-to-total):
4808 Fix calculation of new total sizes.
4809
4810 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4811
4812 * comint.el (comint-output-filter): Fix rear-nonsticky property
4813 placement (Bug#16010).
4814
4815 2013-12-20 Chong Yidong <cyd@gnu.org>
4816
4817 * faces.el (read-color): Minor fix for completion function.
4818
4819 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4820
4821 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4822 New option. (Bug#16182)
4823 (ruby-smie--indent-to-stmt-p): Use it.
4824 (ruby-smie-rules): Revert the logic in the handling of `when'.
4825 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4826 (ruby-deep-arglist, ruby-deep-indent-paren)
4827 (ruby-deep-indent-paren-style): Update docstrings to note that the
4828 vars don't have any effect with SMIE.
4829
4830 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4831
4832 * calc/calc.el (calc-enter, calc-pop): Use the variable
4833 `calc-context-sensitive-enter'.
4834
4835 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4836
4837 * net/shr.el (shr-insert): Protect against infloops in degenerate
4838 tables.
4839
4840 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4841
4842 * progmodes/octave.el (octave): Add link to manual and octave
4843 homepage.
4844 (octave-mode-menu): Link to octave-mode manual.
4845
4846 2013-12-20 Leo Liu <sdl.web@gmail.com>
4847
4848 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4849 insertion using skeleton-end-newline. (Bug#16138)
4850
4851 2013-12-20 Juri Linkov <juri@jurta.org>
4852
4853 * replace.el (occur-engine): Use `add-face-text-property'
4854 to add the face property to matches and titles. (Bug#14645)
4855
4856 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4857 the palette of other hi-lock colors.
4858 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4859
4860 2013-12-19 Juri Linkov <juri@jurta.org>
4861
4862 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4863 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4864 (minibuffer-history-symbol): Move variable declaration closer to
4865 its usage.
4866
4867 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4868 (Bug#14785)
4869
4870 2013-12-19 Juri Linkov <juri@jurta.org>
4871
4872 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4873 New function.
4874 (log-edit-hook): Add it to :options. (Bug#16170)
4875
4876 2013-12-19 Juri Linkov <juri@jurta.org>
4877
4878 * simple.el (eval-expression-print-format): Don't check for
4879 command names and the last command. Always display additional
4880 formats of the integer result in the echo area, and insert them
4881 to the current buffer only with a zero prefix arg.
4882 Display character when char-displayable-p is non-nil.
4883 (eval-expression): With a zero prefix arg, set `print-length' and
4884 `print-level' to nil, and insert the integer values from
4885 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4886
4887 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4888 `eval-last-sexp-arg-internal'. Doc fix.
4889 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4890 `eval-last-sexp-print-value'. Doc fix.
4891 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4892 Set `print-length' and `print-level' to nil when arg is zero.
4893 (eval-last-sexp): Doc fix.
4894 (eval-defun-2): Print the integer values from
4895 `eval-expression-print-format' at the end.
4896
4897 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4898 values from `eval-expression-print-format' at the end.
4899
4900 * ielm.el (ielm-eval-input): Print the integer
4901 values from `eval-expression-print-format' at the end.
4902
4903 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4904
4905 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4906 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4907
4908 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4909
4910 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4911 (hl-line-highlight, global-hl-line-highlight): Use it.
4912 (hl-line-overlay): Use defvar-local.
4913
4914 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4915
4916 * term/ns-win.el: Require dnd.
4917 (global-map): Remove drag items.
4918 (ns-insert-text, ns-set-foreground-at-mouse)
4919 (ns-set-background-at-mouse):
4920 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4921 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4922 New functions.
4923
4924 2013-12-19 Glenn Morris <rgm@gnu.org>
4925
4926 * emacs-lisp/ert.el (ert-select-tests):
4927 Fix string/symbol mixup. (Bug#16121)
4928
4929 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4930
4931 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4932 keywords to their parent.
4933
4934 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4935
4936 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4937 first arg to be a string (fixed dead code), or an operator symbol.
4938 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4939 operator symbols.
4940 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4941 did nothing. Don't respond to `(:after ".")', it will be called
4942 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4943 change anything. Only return indentation for binary operators
4944 when they are hanging. De-dent opening paren when its parent is
4945 `.', otherwise it looks bad when the dot is not at bol or eol
4946 (bug#16182).
4947
4948 2013-12-19 Juri Linkov <juri@jurta.org>
4949
4950 * replace.el (query-replace-read-args): Split a non-negative arg
4951 and a negative arg into separate elements.
4952 (query-replace, query-replace-regexp, replace-string)
4953 (replace-regexp): Add arg `backward'. Doc fix.
4954 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4955 move point to the beginning of the match.
4956 (replace-search, replace-highlight): Use new arg `backward'
4957 to set the value of `isearch-forward'.
4958 (perform-replace): Add arg `backward' and use it to perform
4959 replacement backward. (Bug#14979)
4960
4961 * isearch.el (isearch-query-replace): Use a negative prefix arg
4962 to call `perform-replace' with a non-nil arg `backward'.
4963
4964 2013-12-18 Juri Linkov <juri@jurta.org>
4965
4966 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4967 to the default list. Move `log-edit-show-files' to the end.
4968 Add more available functions to options.
4969 (log-edit): Move default specific settings to
4970 `log-edit-insert-message-template'. Don't move point.
4971 (log-edit-insert-message-template): New function.
4972 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4973 (Bug#16170)
4974
4975 2013-12-18 Juri Linkov <juri@jurta.org>
4976
4977 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4978 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4979
4980 2013-12-18 Leo Liu <sdl.web@gmail.com>
4981
4982 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4983 (Bug#16186)
4984
4985 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4986
4987 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4988 formats for displaying file sizes when the -s switch is given.
4989 Instead, compute a separate format for displaying the size in
4990 blocks, which is displayed in addition to the "regular" size.
4991 When -h is given in addition to -s, produce size in blocks in
4992 human-readable form as well. (Bug#16179)
4993
4994 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4995
4996 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4997 Reference tables with ~\ref{...} instead of only \ref{...}.
4998
4999 2013-12-18 Chong Yidong <cyd@gnu.org>
5000
5001 * cus-edit.el (custom-magic-alist): Fix "themed" description
5002 (Bug#14348).
5003
5004 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5005 is non-nil, do not create a new entry in the symbol's theme-value
5006 or theme-face property; update theme-settings only (Bug#14664).
5007 (custom-available-themes): Doc fix.
5008
5009 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5010 (Bug#15674).
5011
5012 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5013
5014 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5015
5016 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5017 (Bug#13914).
5018
5019 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5020
5021 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5022
5023 2013-12-18 Glenn Morris <rgm@gnu.org>
5024
5025 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5026 * cus-start.el (load-prefer-newer): New option.
5027
5028 2013-12-18 Le Wang <l26wang@gmail.com>
5029
5030 * comint.el (comint-previous-matching-input-from-input):
5031 Retain point (Bug#13404).
5032
5033 2013-12-18 Chong Yidong <cyd@gnu.org>
5034
5035 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5036
5037 2013-12-18 Glenn Morris <rgm@gnu.org>
5038
5039 * mail/emacsbug.el (report-emacs-bug):
5040 Only mention enable-multibyte-characters if non-standard.
5041
5042 2013-12-17 Juri Linkov <juri@jurta.org>
5043
5044 * arc-mode.el (archive-extract-by-file): Check if directory exists
5045 before deletion to not show irrelevant errors if it doesn't exist.
5046
5047 2013-12-17 Juri Linkov <juri@jurta.org>
5048
5049 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5050 (Bug#14751)
5051
5052 * net/eww.el (browse-web): Add alias to `eww'.
5053 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5054 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
5055
5056 * net/browse-url.el (browse-url-browser-function): Move `eww'
5057 closer to similar functions.
5058
5059 * startup.el (fancy-startup-screen, fancy-about-screen):
5060 Set browse-url-browser-function to eww-browse-url locally.
5061 (Bug#14751)
5062
5063 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5064
5065 * window.el (window--pixel-to-total): Remove unused `mini' var.
5066 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
5067 (split-window): Remove unused `new' var.
5068 (window--display-buffer): Remove unused `frame' and `delta' vars.
5069 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
5070 and display-width'.
5071
5072 2013-12-17 Martin Rudalics <rudalics@gmx.at>
5073
5074 * dired.el (dired-mark-pop-up):
5075 * register.el (register-preview): Don't bind
5076 split-height-threshold here since it's now done in
5077 display-buffer-below-selected.
5078
5079 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
5080
5081 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
5082 xterm-rgb-convert-to-16bit.
5083 (rxvt-register-default-colors): Standardize with
5084 xterm-register-default-colors (Bug#14078).
5085
5086 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
5087
5088 * simple.el (kill-region): Pass mark first, then point, so that
5089 kill-append works right (Bug#12819).
5090 (copy-region-as-kill, kill-ring-save): Likewise.
5091
5092 2013-12-17 Leo Liu <sdl.web@gmail.com>
5093
5094 * net/rcirc.el (rcirc-add-face):
5095 * eshell/em-prompt.el (eshell-emit-prompt):
5096 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
5097 (Bug#16167)
5098
5099 2013-12-17 Chong Yidong <cyd@gnu.org>
5100
5101 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
5102 Suggested by Xue Fuqiao.
5103
5104 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5105
5106 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5107
5108 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * net/shr.el (shr-insert-document): Remove unused var
5111 `shr-preliminary-table-render'.
5112 (shr-rescale-image): Remove unused arg `force'.
5113 (shr-put-image): Update calls accordingly.
5114 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5115
5116 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5117
5118 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5119 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5120 :close-all, to see which indentation method to use (Bug#16116).
5121 (smie-rules-function): Document the method :close-all.
5122
5123 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5124
5125 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5126
5127 * net/eww.el (eww-display-html): If we can't find the anchor we're
5128 looking for, then go to point-min.
5129
5130 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5131
5132 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5133 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5134 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5135 Expand dir too, in case it's relative.
5136
5137 2013-12-16 Juri Linkov <juri@jurta.org>
5138
5139 * desktop.el (desktop-auto-save-timeout): Change default to
5140 `auto-save-timeout'. Doc fix.
5141 (desktop-save): Skip the timestamp in desktop-saved-frameset
5142 when checking for auto-save changes.
5143 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5144 `desktop-auto-save' is called repeatedly by the idle timer.
5145 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5146 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5147 (Bug#15331)
5148
5149 2013-12-16 Juri Linkov <juri@jurta.org>
5150
5151 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5152 (Bug#16035)
5153 (isearch-pre-command-hook): Check `this-command' for symbolp.
5154
5155 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5158
5159 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5160
5161 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5162 (cfengine3--current-function): Bring in the current-function
5163 functionality from `cfengine3--current-word'.
5164 (cfengine3-completion-function): Bring in the
5165 bounds-of-current-word functionality from
5166 `cfengine3--current-word'.
5167
5168 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5169
5170 * window.el (display-buffer-below-selected):
5171 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5172
5173 2013-12-16 Leo Liu <sdl.web@gmail.com>
5174
5175 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5176 Remove NOMSG arg and all uses changed.
5177
5178 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5179
5180 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5181 (cua--deactivate-rectangle): Don't deactivate the mark.
5182 (cua-set-rectangle-mark): Don't set mark-active since
5183 cua--activate-rectangle already does it for us.
5184 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5185 non-rectangular region.
5186
5187 * emulation/cua-base.el (cua-repeat-replace-region):
5188 Use with-current-buffer.
5189
5190 * net/gnutls.el: Use cl-lib.
5191 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5192
5193 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5194
5195 * emacs-lisp/package.el (package-built-in-p): Support both
5196 built-in and the package.el converted package descriptions.
5197 (package-show-package-list): Allow keywords.
5198 (package-keyword-button-action): Use it instead of
5199 `finder-list-matches'.
5200 (package-menu-filter-interactive): Interactive filtering (by
5201 keyword) function.
5202 (package-menu--generate): Support keywords and change keymappings
5203 and headers when they are given.
5204 (package--has-keyword-p): Helper function.
5205 (package-menu--refresh): Use it.
5206 (package--mapc): Helper function.
5207 (package-all-keywords): Use it.
5208 (package-menu-mode-map): Set up menu items and keybindings to
5209 provide a filtering UI.
5210
5211 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5212
5213 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5214 the behavior when a certificate fails validation. Defaults to
5215 old behavior: never abort, just warn.
5216 (gnutls-negotiate): Use it.
5217
5218 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5219
5220 * window.el (display-buffer-below-selected): Never split window
5221 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5222
5223 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5224
5225 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5226 (package-buffer-info): Use it (bug#15108).
5227
5228 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * icomplete.el (icomplete-completions): Make sure the prefix is already
5231 displayed elsewhere before hiding it (bug#16219).
5232
5233 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5234
5235 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5236 open-paren tokens when preceded by a open-paren, too.
5237 (ruby-smie-rules): Handle virtual indentation after open-paren
5238 tokens specially. If there is code between it and eol, return the
5239 column where is starts (Bug#16118).
5240
5241 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5242
5243 * progmodes/cfengine.el: Fix `add-hook' doc.
5244 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5245 (cfengine3--current-word): Fix parameters.
5246 (cfengine3-make-syntax-cache): Simplify further.
5247 (cfengine3-completion-function, cfengine3--current-function):
5248 Use `assq' for symbols.
5249 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5250
5251 2013-12-13 Glenn Morris <rgm@gnu.org>
5252
5253 * loadup.el (load-path): Warn if site-load or site-init changes it.
5254 No more need to reset it when bootstrapping.
5255
5256 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5257
5258 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5259 locations for cf-promises.
5260 (cfengine-mode-syntax-functions-regex): New caching variable.
5261 (cfengine3-fallback-syntax): Fallback syntax for cases where
5262 cf-promises doesn't run.
5263 (cfengine3--current-word): Reimplement using
5264 `cfengine-mode-syntax-functions-regex'.
5265 (cfengine3-completion-function, cfengine3--current-function):
5266 Use `cfengine3-make-syntax-cache' directly.
5267 (cfengine3-clear-syntax-cache): New function.
5268 (cfengine3-make-syntax-cache): Simplify and create
5269 `cfengine-mode-syntax-functions-regex' on demand.
5270 (cfengine3-format-function-docstring): Don't call
5271 `cfengine3-make-syntax-cache' explicitly.
5272
5273 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5274
5275 Fix windmove-find-other-window broken after pixelwise resizing
5276 (Bug#16017).
5277 * windmove.el (windmove-other-window-loc): Revert change from
5278 2013-12-04.
5279 (windmove-find-other-window): Call window-in-direction.
5280 * window.el (window-in-direction): New arguments SIGN, WRAP and
5281 MINI to emulate original windmove-find-other-window behavior.
5282
5283 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5284
5285 * simple.el (blink-matching--overlay): New variable.
5286 (blink-matching-open): Instead of moving point, highlight the
5287 matching paren with an overlay
5288 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5289
5290 * faces.el (paren-showing-faces, show-paren-match)
5291 (show-paren-mismatch): Move from paren.el.
5292
5293 2013-12-13 Leo Liu <sdl.web@gmail.com>
5294
5295 * indent.el (indent-region): Disable progress reporter in
5296 minibuffer. (Bug#16108)
5297
5298 * bindings.el (visual-order-cursor-movement): Fix version.
5299
5300 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5301
5302 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5303 Also match after beginning of line.
5304 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5305 files. Thanks to Russell Sim. (Bug#15378)
5306
5307 2013-12-13 Juri Linkov <juri@jurta.org>
5308
5309 * simple.el <Keypad support>: Remove key bindings duplicated
5310 with bindings.el. (Bug#14397)
5311
5312 2013-12-13 Juri Linkov <juri@jurta.org>
5313
5314 * comint.el (comint-mode-map): Replace `delete-char' with
5315 `delete-forward-char'. (Bug#16109)
5316
5317 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5318
5319 * progmodes/python.el (python-indent-calculate-indentation):
5320 Fix de-denters cornercase. (Bug#15731)
5321
5322 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5323
5324 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5325 (advice--make): Pay attention to `depth'.
5326 (advice--make-1): Don't autoload commands eagerly.
5327 * emacs-lisp/elp.el (elp-instrument-function):
5328 * emacs-lisp/trace.el (trace-function-internal):
5329 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5330
5331 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5332
5333 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5334
5335 * term/w32-win.el (w32-handle-dropped-file):
5336 * startup.el (normal-top-level):
5337 * net/browse-url.el (browse-url-file-url):
5338 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5339 decode file names using 'utf-8' rather than
5340 file-name-coding-system.
5341
5342 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5343
5344 * progmodes/python.el (python-indent-context)
5345 (python-indent-calculate-indentation): Fix auto-identation
5346 behavior for comment blocks. (Bug#15916)
5347
5348 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5349
5350 * progmodes/python.el (python-indent-calculate-indentation):
5351 When determining indentation, don't treat "return", "pass", etc., as
5352 operators when they are just string constituents. (Bug#15812)
5353
5354 2013-12-12 Juri Linkov <juri@jurta.org>
5355
5356 * uniquify.el (uniquify-buffer-name-style): Change default to
5357 `post-forward-angle-brackets'.
5358
5359 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5360 `uniquify'. Change default to `post-forward-angle-brackets'.
5361
5362 2013-12-11 Glenn Morris <rgm@gnu.org>
5363
5364 * emacs-lisp/package.el (finder-list-matches):
5365 Autoload rather than falsely declaring.
5366
5367 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5368
5369 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5370 (eww-mode-map): Use them.
5371
5372 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5373
5374 * window.el (display-buffer-in-side-window): Fix doc-string
5375 (Bug#16115).
5376
5377 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5378
5379 * vc/vc-git.el: Silence byte-compiler warnings.
5380 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5381 (log-edit-set-header): Declare.
5382
5383 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5384
5385 * Makefile.in (custom-deps, finder-data): Run output file names
5386 through unmsys--file-name. (Bug#16099)
5387
5388 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5389
5390 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5391 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5392
5393 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5394 instead of deleting the selection "by hand" (bug#16098).
5395 Rely on insert-for-yank to yank rectangles.
5396 (cua-highlight-region-shift-only): Mark obsolete.
5397 (cua-mode): Don't enable/disable transient-mark-mode,
5398 shift-select-mode (cua-mode works both with and without them), and
5399 pc-selection-mode (obsolete).
5400 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5401 (cua--deactivate-rectangle): Deactivate it.
5402
5403 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5404 (delete-selection-helper): Make sure yank starts at the top of the
5405 deleted region.
5406 (minibuffer-keyboard-quit): Use region-active-p.
5407
5408 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5409
5410 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5411 to `delete' (bug#16109).
5412
5413 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5414
5415 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5416 info manual and show keybindings and set `:group' keyword.
5417
5418 2013-12-11 Juri Linkov <juri@jurta.org>
5419
5420 * delsel.el (delete-active-region): Let-bind `this-command'
5421 to prevent `kill-region' from changing its original value.
5422 (delete-selection-helper): Handle `overwrite-mode' for the type
5423 `kill' exactly the same way as for the type `t'.
5424 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5425 Support more commands. (Bug#13312)
5426
5427 2013-12-11 Juri Linkov <juri@jurta.org>
5428
5429 * bindings.el: Map kp keys to non-kp keys systematically
5430 with basic modifiers control, meta and shift. (Bug#14397)
5431
5432 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5433
5434 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5435 "Close browser" menu items. Fix wrong function of "List
5436 bookmarks".
5437
5438 2013-12-11 Juri Linkov <juri@jurta.org>
5439
5440 * misearch.el (multi-isearch-buffers): Set the value of
5441 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5442 arg of isearch-forward to t.
5443 (multi-isearch-buffers-regexp): Set the value of
5444 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5445 arg of isearch-forward-regexp to t.
5446 (multi-isearch-files): Set the value of
5447 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5448 arg of isearch-forward to t.
5449 (multi-isearch-files-regexp): Set the value of
5450 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5451 arg of isearch-forward-regexp to t. (Bug#16035)
5452
5453 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5454 arg of isearch-forward to t.
5455 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5456 arg of isearch-forward-regexp to t.
5457 (dired-isearch-filter-filenames): Remove unnecessary check for
5458 `dired-isearch-filenames'.
5459
5460 * comint.el (comint-history-isearch-backward):
5461 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5462 (comint-history-isearch-backward-regexp):
5463 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5464
5465 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5466
5467 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5468 unmsys--file-name. (Bug#16099)
5469
5470 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5471
5472 * emacs-lisp/package.el (package-keyword-button-action):
5473 Remove finder.el require dependency.
5474
5475 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5476
5477 * emacs-lisp/package.el: Require finder.el.
5478 (describe-package-1): Add keyword buttons.
5479 (package-make-button): New convenience function.
5480 (package-keyword-button-action): Keyword button action using
5481 `finder-list-matches'.
5482
5483 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5484
5485 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5486 last commit.
5487
5488 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5489
5490 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5491 symlinked files.
5492
5493 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5494
5495 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5496 after the end of a percent literal.
5497
5498 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5499
5500 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5501 Handle caret-delimited strings (Bug#16079).
5502
5503 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5504
5505 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5506 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5507 `ruby-parse-partial' (Bug#16078).
5508
5509 2013-12-09 Leo Liu <sdl.web@gmail.com>
5510
5511 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5512
5513 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5514
5515 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5516 (js-switch-indent-offset): New option.
5517 (js--proper-indentation): Use it. And handle the case when
5518 "default" is actually a key in an object literal.
5519 (js--same-line): New function.
5520 (js--multi-line-declaration-indentation): Use it.
5521 (js--indent-in-array-comp, js--array-comp-indentation):
5522 New functions.
5523 (js--proper-indentation): Use them, to handle array comprehension
5524 continuations.
5525
5526 2013-12-08 Leo Liu <sdl.web@gmail.com>
5527
5528 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5529 (flymake-make-overlay): Remove arg MOUSE-FACE.
5530 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5531
5532 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5533
5534 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5535 New function.
5536 (redisplay-highlight-region-function): Use it.
5537
5538 * emulation/cua-base.el (cua--explicit-region-start)
5539 (cua--last-region-shifted): Remove.
5540 (cua--deactivate): Use deactivate-mark.
5541 (cua--pre-command-handler-1): Don't handle shift-selection.
5542 (cua--post-command-handler-1): Don't change transient-mark-mode.
5543 (cua--select-keymaps): Use region-active-p rather than
5544 cua--explicit-region-start or cua--last-region-shifted.
5545 (cua-mode): Enable shift-select-mode.
5546
5547 2013-12-08 Leo Liu <sdl.web@gmail.com>
5548
5549 * progmodes/flymake.el (flymake-popup-current-error-menu):
5550 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5551 (flymake-posn-at-point-as-event, flymake-popup-menu)
5552 (flymake-make-emacs-menu): Remove. (Bug#16077)
5553
5554 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * rect.el (rectangle-mark-mode): Activate mark even if
5557 transient-mark-mode is off (bug#16066).
5558 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5559 is > mark and at bolp.
5560
5561 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5562 (region-extract-function): Use it.
5563 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5564 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5565 Delete functions.
5566 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5567 kill-ring-save, kill-region, delete-char, delete-forward-char.
5568 Ignore self-insert-iso.
5569
5570 * emulation/cua-gmrk.el (cua--init-global-mark):
5571 Ignore `self-insert-iso'.
5572
5573 * emulation/cua-base.el (cua--prefix-copy-handler)
5574 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5575 checking cua--rectangle.
5576 (cua-delete-region): Use region-extract-function.
5577 (cua-replace-region): Delete function.
5578 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5579 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5580 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5581 (cua--init-keymaps): Don't remap delete-selection commands.
5582 (cua-mode): Use delete-selection-mode instead of rolling our own
5583 (bug#16085).
5584
5585 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5586 Obey region-extract-function.
5587
5588 Make registers and delete-selection-mode work on rectangles.
5589 * register.el (describe-register-1): Don't modify the register's value.
5590 (copy-to-register): Obey region-extract-function.
5591 * delsel.el (delete-active-region): Obey region-extract-function.
5592
5593 2013-12-08 Leo Liu <sdl.web@gmail.com>
5594
5595 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5596 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5597 (flymake-compilation-prevents-syntax-check)
5598 (flymake-start-syntax-check-on-newline)
5599 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5600 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5601 (flymake-xml-program, flymake-master-file-dirs)
5602 (flymake-master-file-count-limit)
5603 (flymake-allowed-file-name-masks): Relocate.
5604 (flymake-makehash, flymake-float-time)
5605 (flymake-replace-regexp-in-string, flymake-split-string)
5606 (flymake-get-temp-dir): Remove.
5607 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5608 (flymake-current-row, flymake-selected-frame)
5609 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5610 related functions. (Bug#16077)
5611
5612 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5613
5614 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5615
5616 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5617
5618 * help-fns.el (describe-function-1): Use new advice-* functions
5619 rather than old ad-* functions. Fix function type description and
5620 source links for advised functions and subrs.
5621
5622 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5623
5624 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5625
5626 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5627
5628 * progmodes/compile.el (compilation-start):
5629 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5630
5631 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5632 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5633
5634 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5635
5636 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5637 Touch up the last change.
5638
5639 2013-12-06 Leo Liu <sdl.web@gmail.com>
5640
5641 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5642 (inferior-octave-startup): Always use "octave> " for prompt.
5643 (octave-goto-function-definition)
5644 (octave-sync-function-file-names)
5645 (octave-find-definition-default-filename): Remove redundant backquotes.
5646
5647 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5648
5649 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5650 syntax for `?'.
5651 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5652 where appropriate already.
5653 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5654 end of method names (Bug#15874).
5655
5656 2013-12-06 Juri Linkov <juri@jurta.org>
5657
5658 * isearch.el (isearch--saved-overriding-local-map):
5659 New internal variable.
5660 (isearch-mode): Set it to the initial value of
5661 `overriding-terminal-local-map'.
5662 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5663 with `isearch--saved-overriding-local-map'. (Bug#16035)
5664
5665 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5666
5667 * progmodes/octave.el (inferior-octave-completion-table):
5668 Turn back into function, use `completion-table-with-cache'
5669 (Bug#11906). Update all references.
5670
5671 * minibuffer.el (completion-table-with-cache): New function.
5672
5673 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5674
5675 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5676
5677 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5678
5679 * net/eww.el (eww-current-source): New variable to store page
5680 source.
5681 (eww-display-html, eww-mode, eww-save-history)
5682 (eww-restore-history): Use it.
5683 (eww-view-source): New command to view page source.
5684 Opportunistically uses `html-mode' to highlight the buffer.
5685 (eww-mode-map): Install it.
5686
5687 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5688
5689 * net/dbus.el (dbus-unregister-service)
5690 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5691 Fix docstring.
5692 (dbus-unregister-service): Skip :serial entries in
5693 `dbus-registered-objects-table'.
5694 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5695
5696 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5697
5698 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5699 around keywords with extra `split-string' argument.
5700
5701 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5702
5703 * windmove.el (windmove-other-window-loc): Handle navigation
5704 between windows (excluding the minibuffer window - Bug#16017).
5705
5706 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5707
5708 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5709 in D-Bus type syntax.
5710 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5711 preserve unibyte strings. (Bug#16048)
5712
5713 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5716 Call force-mode-line-update is the proper buffer (bug#16042).
5717
5718 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5719
5720 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5721 `log-edit-remember-comment', make argument optional. Adjust all
5722 callers.
5723 (log-edit-mode): Add `log-edit-remember-comment' to
5724 `kill-buffer-hook' locally.
5725 (log-edit-kill-buffer): Don't remember comment explicitly since
5726 the buffer is killed anyway.
5727
5728 2013-12-04 Juri Linkov <juri@jurta.org>
5729
5730 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5731 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5732
5733 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5734
5735 * notifications.el (notifications-close-notification): Call the
5736 D-Bus method with ID being a `:uint32'. (Bug#16030)
5737
5738 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5739
5740 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5741
5742 2013-12-03 Juri Linkov <juri@jurta.org>
5743
5744 * progmodes/compile.el (compilation-start): Rename window alist
5745 entry `no-display-ok' to `allow-no-window'.
5746
5747 * simple.el (shell-command): Add window alist entry
5748 `allow-no-window' to `display-buffer'.
5749 (async-shell-command): Doc fix.
5750
5751 * window.el (display-buffer-no-window): New action function.
5752 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5753
5754 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5755
5756 * vc/log-edit.el (log-edit-set-header): Extract from
5757 `log-edit-toggle-header'.
5758 (log-edit-extract-headers): Separate the summary, when extracted
5759 from header, from the rest of the message with an empty line.
5760
5761 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5762 line, if present, to the Summary header.
5763
5764 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5767 in current-buffer (bug#16029).
5768
5769 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
5770
5771 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5772 (debugger-mode-map): Bind it.
5773 (debugger--backtrace-base): New function.
5774 (debugger-eval-expression): Use it.
5775 (debugger-frame-number): Skip local vars when present.
5776 (debugger--locals-visible-p, debugger--insert-locals)
5777 (debugger--show-locals, debugger--hide-locals): New functions.
5778
5779 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5780
5781 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5782 "LC_ALL".
5783 (tramp-get-remote-locale): New defun.
5784 (tramp-open-connection-setup-interactive-shell): Use it.
5785
5786 2013-12-02 Leo Liu <sdl.web@gmail.com>
5787
5788 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5789
5790 * progmodes/sh-script.el (sh-shell-process):
5791 * progmodes/octave.el (inferior-octave-process-live-p):
5792 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5793 (gdb-inferior-io-sentinel):
5794 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5795
5796 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5797
5798 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5799 `save-selected-window' to `log-edit-hide-buf'. This makes
5800 `log-edit-show-files' idempotent.
5801 (log-edit-show-files): Mark the new window as dedicated.
5802
5803 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5804
5805 * vc/log-edit.el (log-edit-mode-map): Add binding for
5806 `log-edit-kill-biffer'.
5807 (log-edit-hide-buf): Add a FIXME comment.
5808 (log-edit-add-new-comment): New function, extracted from
5809 `log-edit-done'.
5810 (log-edit-done, log-edit-add-to-changelog): Use it.
5811 (log-edit-kill-buffer): New command.
5812
5813 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5814
5815 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5816 instead of killing the buffer.
5817
5818 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5819
5820 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5821
5822 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5823
5824 * net/eww.el (eww-form-checkbox-selected-symbol)
5825 (eww-form-checkbox-symbol): New customizable variable.
5826 (eww-form-checkbox, eww-toggle-checkbox):
5827 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5828
5829 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5830 (shr--get-media-pref, shr--extract-best-source): New function.
5831 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5832 no :src tag was specified.
5833
5834 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5835 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5836 Use \\` to match beginning of string instead of ^.
5837 (eww-browse-with-external-browser): Provide optional URL parameter.
5838 (eww-render): Set `eww-current-title' back to "".
5839
5840 * net/shr.el (shr-tag-video): Display content for video if no
5841 poster is available.
5842 (shr-tag-audio): Add support for <audio> tag.
5843
5844 * net/eww.el (eww-text-input-types): New const.
5845 (eww-process-text-input): Treat input types in
5846 `eww-text-input-types' as text.
5847
5848 * net/shr.el (shr-tag-table): Fix comment typo.
5849
5850 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5851
5852 * net/eww.el (eww-follow-link): New command to avoid reloading
5853 pages when we follow #target links (bug#15243).
5854 (eww-quit): Special mode buffers shouldn't query before exiting.
5855
5856 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5857
5858 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5859 forms.
5860
5861 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5862
5863 * net/eww.el (eww-restore-history): Update the window title after
5864 moving in the history.
5865 (eww-current-dom): New variable used to save the current DOM.
5866
5867 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5868
5869 * vc/log-edit.el (log-edit-mode-map): Add binding for
5870 `log-edit-beginning-of-line'.
5871 (log-edit-setup-add-author): New user option.
5872 (log-edit-beginning-of-line): New command.
5873 (log-edit): Move major mode call above the contents setup so that
5874 the local variable values are already applied.
5875 (log-edit): Only insert "Author: " when
5876 `log-edit-setup-add-author' is non-nil.
5877 (log-edit): When SETUP is non-nil, position point after ": "
5878 instead of point-min.
5879
5880 2013-12-01 Glenn Morris <rgm@gnu.org>
5881
5882 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5883
5884 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5885
5886 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5887 redisplay to make sure the initial frame gets a chance to become
5888 visible. (Bug#16014)
5889
5890 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5891
5892 Support resizing frames and windows pixelwise.
5893 * cus-start.el (frame-resize-pixelwise)
5894 (window-resize-pixelwise): New entries.
5895 * emacs-lisp/debug.el (debug): Use window-total-height instead
5896 of window-total-size.
5897 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5898 * help.el (describe-bindings-internal): Use help-buffer as
5899 argument for with-help-window.
5900 (temp-buffer-max-width): New option.
5901 (resize-temp-buffer-window, help-window-setup)
5902 (with-help-window): Rewrite.
5903 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5904 dragging dividers.
5905 * window.el (frame-char-size, window-min-pixel-height)
5906 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5907 (window-min-pixel-width, window-safe-min-pixel-size)
5908 (window-combination-p, window-safe-min-size)
5909 (window-resizable-p, window--size-to-pixel)
5910 (window--pixel-to-size, window--resize-apply-p): New functions.
5911 (window-safe-min-height): Fix doc-string.
5912 (window-size, window-min-size, window--min-size-1)
5913 (window-sizable, window-sizable-p, window--min-delta-1)
5914 (window-min-delta, window--max-delta-1, window-max-delta)
5915 (window--resizable, window--resizable-p, window-resizable)
5916 (window-full-height-p, window-full-width-p, window-at-side-p)
5917 (window--in-direction-2, window-in-direction)
5918 (window--resize-reset-1, window--resize-mini-window)
5919 (window-resize, window-resize-no-error)
5920 (window--resize-child-windows-normal)
5921 (window--resize-child-windows, window--resize-siblings)
5922 (window--resize-this-window, window--resize-root-window)
5923 (window--resize-root-window-vertically)
5924 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5925 (maximize-window, minimize-window, delete-window)
5926 (quit-restore-window, window-split-min-size, split-window)
5927 (balance-windows-2, balance-windows)
5928 (balance-windows-area-adjust, balance-windows-area)
5929 (window--state-get-1, window-state-get, window--state-put-1)
5930 (window--state-put-2, window-state-put)
5931 (display-buffer-record-window, window--display-buffer):
5932 Make functions handle pixelwise sizing of windows.
5933 (display-buffer--action-function-custom-type)
5934 (display-buffer-fallback-action):
5935 Add display-buffer-in-previous-window.
5936 (display-buffer-use-some-window): Resize window to height it had
5937 before.
5938 (fit-window-to-buffer-horizontally): New option.
5939 (fit-frame-to-buffer): Describe new values.
5940 (fit-frame-to-buffer-bottom-margin): Replace with
5941 fit-frame-to-buffer-margins.
5942 (window--sanitize-margin): New function.
5943 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5944 using window-text-pixel-size.
5945
5946 2013-11-30 Glenn Morris <rgm@gnu.org>
5947
5948 * emacs-lisp/bytecomp.el (byte-compile-form):
5949 Make the `interactive-only' warning like the `obsolete' one.
5950 * comint.el (comint-run):
5951 * files.el (insert-file-literally, insert-file):
5952 * replace.el (replace-string, replace-regexp):
5953 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5954 (goto-line, insert-buffer, next-line, previous-line):
5955 Tweak `interactive-only' spec.
5956
5957 Stop keeping (most) generated cedet grammar files in the repository.
5958 * Makefile.in (semantic): New.
5959 (compile-main): Depend on semantic.
5960
5961 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5962
5963 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5964 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5965
5966 * uniquify.el (uniquify-buffer-name-style): Change default.
5967
5968 * loadup.el: Preload "uniquify".
5969
5970 * time.el (display-time-update): Update all mode lines (bug#15999).
5971
5972 * electric.el (electric-indent-mode): Enable by default.
5973 * loadup.el: Preload "electric".
5974
5975 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5976
5977 * emacs-lisp/helpers.el (string-empty-p): New function.
5978 (string-blank-p): New function.
5979
5980 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5981
5982 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5983 (Bug#14029).
5984
5985 2013-11-29 Andreas Politz <politza@fh-trier.de>
5986 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5987 allow non-lambda lists as functions.
5988 (imenu--in-alist): Don't recurse into non-subalists.
5989 (imenu): Don't pass function itself as an argument (Bug#14029).
5990
5991 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * progmodes/python.el (python-mode-map): Remove binding for ":".
5994 (python-indent-electric-colon): Remove command.
5995 (python-indent-post-self-insert-function): Integrate the previous code
5996 of python-indent-electric-colon. Make it conditional on
5997 electric-indent-mode.
5998 (python-mode): Add ?: to electric-indent-chars.
5999 Move python-indent-post-self-insert-function to the end of
6000 post-self-insert-hook.
6001
6002 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * doc-view.el (doc-view-goto-page): Update mode-line.
6005
6006 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6007
6008 2013-11-27 Glenn Morris <rgm@gnu.org>
6009
6010 * international/charprop.el, international/uni-bidi.el:
6011 * international/uni-category.el, international/uni-combining.el:
6012 * international/uni-comment.el, international/uni-decimal.el:
6013 * international/uni-decomposition.el, international/uni-digit.el:
6014 * international/uni-lowercase.el, international/uni-mirrored.el:
6015 * international/uni-name.el, international/uni-numeric.el:
6016 * international/uni-old-name.el, international/uni-titlecase.el:
6017 * international/uni-uppercase.el:
6018 Remove generated files from VCS repository.
6019
6020 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6021
6022 * filenotify.el (file-notify-add-watch): Don't special-case
6023 w32notify when computing the directory to watch.
6024
6025 2013-11-27 Glenn Morris <rgm@gnu.org>
6026
6027 Make bootstrap without generated uni-*.el files possible again.
6028 * loadup.el: Update command-line-args checking for unidata-gen.
6029 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6030 * composite.el, international/characters.el:
6031 Handle unicode tables being undefined.
6032
6033 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6034 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6035 (compile-main): Depend on leim rule.
6036 (leim): New rule.
6037 * loadup.el: Move leim-list.el to leim/ subdirectory.
6038 * startup.el (normal-top-level): No more leim directory.
6039 * international/ja-dic-cnv.el (skkdic-convert):
6040 Disable version-control and autoloads in output files.
6041 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6042 Disable version-control and autoloads in output files.
6043 * leim/quail: Move here from ../leim.
6044 * leim/quail/hangul.el (hangul-input-method-activate):
6045 Add autoload cookie.
6046 (generated-autoload-load-name): Set file-local value.
6047 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6048 (generated-autoload-load-name): Set file-local value.
6049
6050 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
6051
6052 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6053 (eww-add-bookmark): Ask confirmation when add to bookmarks.
6054 (eww-quit): Ask confirmation before quitting eww.
6055
6056 2013-11-26 Eli Zaretskii <eliz@gnu.org>
6057
6058 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6059 reading output from Diff on MS-Windows and MS-DOS.
6060
6061 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
6062
6063 * emacs-lisp/helpers.el (string-reverse): New function.
6064
6065 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
6066
6067 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
6068 names on MS Windows, like "/[::1]:".
6069
6070 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
6071 SWITCHES.
6072
6073 2013-11-26 Glenn Morris <rgm@gnu.org>
6074
6075 * progmodes/python.el (python-indent-guess-indent-offset):
6076 Avoid corner-case error. (Bug#15975)
6077
6078 Preload leim-list.el. (Bug#4789)
6079 * loadup.el: Load leim-list.el when found.
6080 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
6081
6082 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
6083
6084 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
6085
6086 * emacs-lisp/helpers.el (string-join): New function.
6087
6088 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
6089
6090 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6091 Mark as obsolete and replace it with a symbol property.
6092 (byte-compile-form): Use new 'interactive-only property.
6093 * comint.el, files.el, replace.el, simple.el:
6094 Apply new 'interactive-only properly.
6095
6096 2013-11-25 Martin Rudalics <rudalics@gmx.at>
6097
6098 * window.el (display-buffer-at-bottom): Make sure that
6099 split-window-sensibly creates the new window on bottom
6100 (Bug#15961).
6101
6102 2013-11-23 David Kastrup <dak@gnu.org>
6103
6104 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6105 on the conflict markers when available.
6106 (smerge--get-marker): New function.
6107 (smerge-end-re, smerge-base-re): Add subgroup.
6108
6109 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6110
6111 * frame.el (handle-focus-in, handle-focus-out): Add missing
6112 interactive spec.
6113
6114 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6115
6116 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6117 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6118
6119 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6122 (gomoku--last-pos): New var.
6123 (gomoku--intangible-chars): New const.
6124 (gomoku--intangible): New function.
6125 (gomoku-mode): Use it. Derive from special-mode.
6126 (gomoku-move-up): Adjust line count.
6127 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6128 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6129 Simplify accordingly.
6130
6131 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6132 Remove blink-cursor code.
6133 (blink-cursor-timer-function, blink-cursor-suspend):
6134 Don't special-case GUIs.
6135 (blink-cursor-mode): Use focus-in/out-hook.
6136
6137 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6138
6139 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6140 work when annotation is invisible (Bug#13886).
6141
6142 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6143
6144 * json.el (json-alist-p): Only return non-nil if the alist has
6145 simple keys (Bug#13518).
6146
6147 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6148
6149 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6150 when control-statement is the first statement in a buffer (Bug#15956).
6151
6152 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6153
6154 * imenu.el (imenu-generic-skip-comments-and-strings):
6155 New option (Bug#15560).
6156 (imenu--generic-function): Use it.
6157
6158 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6159
6160 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6161 (Bug#13898)
6162
6163 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6164
6165 * emacs-lisp/helpers.el: Add some string helpers.
6166 (string-trim-left): Removes leading whitespace.
6167 (string-trim-right): Removes trailing whitespace.
6168 (string-trim): Removes leading and trailing whitespace.
6169
6170 * subr.el (string-suffix-p): New function.
6171
6172 2013-11-23 Glenn Morris <rgm@gnu.org>
6173
6174 * progmodes/python.el (python-shell-send-file):
6175 Add option to delete file when done. (Bug#15647)
6176 (python-shell-send-string, python-shell-send-region): Use it.
6177
6178 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6179
6180 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6181 to set buffer-read-only to t, never to nil. (Bug#15938)
6182
6183 * textmodes/tex-mode.el (latex-noindent-environments):
6184 Add safe-local-variable property. (Bug#15936)
6185
6186 2013-11-23 Glenn Morris <rgm@gnu.org>
6187
6188 * textmodes/enriched.el (enriched-mode): Doc fix.
6189 * emacs-lisp/authors.el (authors-renamed-files-alist):
6190 Add enriched.doc -> enriched.txt.
6191
6192 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6193
6194 2013-11-22 Leo Liu <sdl.web@gmail.com>
6195
6196 * progmodes/octave.el (inferior-octave-startup): Spit out error
6197 message.
6198
6199 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6200
6201 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6202 Improve docstring.
6203 Add :version.
6204 (ruby-encoding-magic-comment-style): Add :version.
6205
6206 2013-11-22 Leo Liu <sdl.web@gmail.com>
6207
6208 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6209 (Bug#15076)
6210 (octave-help-mode): Adapt to change to help-mode-finish to use
6211 derived-mode-p on 2013-09-17.
6212 (inferior-octave-prompt): Also match octave-gui.
6213 (octave-kill-process): Don't ask twice. (Bug#10564)
6214
6215 2013-11-22 Leo Liu <sdl.web@gmail.com>
6216
6217 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6218 (inferior-octave-startup, inferior-octave-check-process)
6219 (inferior-octave-track-window-width-change)
6220 (octave-completion-at-point, octave-eldoc-function): Use it.
6221 (octave-kill-process): Provide confirmation. (Bug#10564)
6222
6223 2013-11-21 Leo Liu <sdl.web@gmail.com>
6224
6225 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6226 Fix obsolete variable comment-use-global-state.
6227
6228 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6229
6230 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6231 Add `octave-source-file'.
6232 (octave-source-file): New function. (Bug#15935)
6233
6234 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6235
6236 * net/eww.el (eww-local-regex): New variable.
6237 (eww): Use it to detect localhost and similar.
6238
6239 2013-11-21 Leo Liu <sdl.web@gmail.com>
6240
6241 Add completion for command `ag'.
6242 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6243 (pcomplete/ag): New function.
6244 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6245
6246 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6247
6248 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6249 (bug#14646).
6250 (make-obsolete): Remove interactive spec.
6251
6252 2013-11-21 Glenn Morris <rgm@gnu.org>
6253
6254 * startup.el (command-line-1): Use path-separator with -L.
6255
6256 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6257
6258 * emacs-lisp/package.el (describe-package-1): Add package archive
6259 to shown fields.
6260
6261 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6262
6263 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6264 Change default to "# encoding: %s" to differentiate it from the
6265 default Ruby encoding comment template.
6266
6267 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6268
6269 * ses.el (ses-mode): Doc fix. (Bug#14748)
6270
6271 2013-11-20 Leo Liu <sdl.web@gmail.com>
6272
6273 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6274
6275 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6276
6277 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6278 when rebase or bisect are in progress.
6279
6280 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6281
6282 * filenotify.el (file-notify-add-watch): Doc fix.
6283
6284 2013-11-19 Leo Liu <sdl.web@gmail.com>
6285
6286 * obsolete/rcompile.el: Mark obsolete.
6287
6288 * progmodes/compile.el (compilation-start)
6289 (compilation-goto-locus, compilation-find-file):
6290 Pass no-display-ok and handle nil value from display-buffer.
6291 (Bug#13594)
6292
6293 * window.el (display-buffer-alist, display-buffer): Document the
6294 new parameter no-display-ok. Return either a window or nil
6295 but never a non-window value.
6296
6297 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6298
6299 * electric.el (electric-indent-mode-map): Remove.
6300 (electric-indent-mode): Change the global-map instead (bug#15915).
6301
6302 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6303 Use add-function.
6304
6305 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * emacs-lisp/nadvice.el (remove-function): Align with
6308 add-function's behavior.
6309
6310 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6311 (gdb--string-regexp): New constant.
6312 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6313 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6314 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6315 submatch 1.
6316 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6317 Adjust use accordingly.
6318 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6319
6320 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6321
6322 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6323 interpolation curlies (Bug#15914).
6324
6325 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6326
6327 * calc/calc.el (calc-context-sensitive-enter): New variable.
6328 (calc-enter): Use `calc-context-sensitive-enter'.
6329
6330 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6331
6332 * progmodes/cfengine.el: Version bump.
6333 (cfengine-cf-promises): New defcustom to locate cf-promises.
6334 (cfengine3-vartypes): Add new "data" type.
6335 (cfengine3--current-word): New function to get current name-like
6336 word or its bounds.
6337 (cfengine3--current-function): New function to look up a CFEngine
6338 function's definition.
6339 (cfengine3-format-function-docstring): New function.
6340 (cfengine3-make-syntax-cache): New function.
6341 (cfengine3-documentation-function): New function: ElDoc glue.
6342 (cfengine3-completion-function): New function: completion glue.
6343 (cfengine3-mode): Set `compile-command',
6344 `eldoc-documentation-function', and add to
6345 `completion-at-point-functions'.
6346
6347 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6348
6349 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6350 `tramp-current-connection'.
6351
6352 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6353
6354 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6355 nil/self/true/false with "end of symbol".
6356
6357 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6358
6359 * subr.el (version-regexp-alist): Fix a typo.
6360
6361 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6362
6363 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6364 "en_US.utf8" and "LC_CTYPE" to "".
6365 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6366 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6367
6368 2013-11-15 Leo Liu <sdl.web@gmail.com>
6369
6370 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6371
6372 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6373
6374 * progmodes/gud.el (ctl-x-map):
6375 Remove C-x SPC binding. (Bug#12342)
6376 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6377
6378 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6379
6380 * subr.el (version-regexp-alist):
6381 Recognize hg, svn and darcs versions as snapshot versions.
6382
6383 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6384 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6385 (ruby--encoding-comment-required-p): Extract from
6386 `ruby-mode-set-encoding'.
6387 (ruby-mode-set-encoding): Add the ability to always insert an
6388 utf-8 encoding comment. Fix and simplify coding comment update
6389 logic.
6390
6391 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6392
6393 * net/tramp-gvfs.el (top): Run init code only when
6394 `tramp-gvfs-enabled' is not nil.
6395 (tramp-gvfs-enabled): Check also :system bus.
6396
6397 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6398
6399 Sync with upstream verilog-mode revision 78e66ba.
6400 * progmodes/verilog-mode.el (verilog-end-of-defun)
6401 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6402 (verilog-get-end-of-defun): Remove unused argument.
6403 (verilog-comment-depth): Remove unused local `e'.
6404 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6405 Don't pass arg to verilog-get-end-of-defun.
6406
6407 2013-11-14 Glenn Morris <rgm@gnu.org>
6408
6409 * obsolete/assoc.el (aget): Prefix dynamic variable.
6410
6411 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6412
6413 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6414
6415 * widget.el, hfy-cmap.el: Remove bogus package version number.
6416
6417 2013-11-13 Glenn Morris <rgm@gnu.org>
6418
6419 * replace.el (replace-eval-replacement):
6420 Try to give more helpful error message. (Bug#15836)
6421
6422 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6423 (archive-7z-update): Avoid custom type mismatches.
6424
6425 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6426
6427 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6428
6429 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6430 address can be empty.
6431
6432 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6433 Accept nil SWITCHES.
6434 (tramp-gvfs-handle-write-region): Implement APPEND.
6435
6436 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6437
6438 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6439 binary "|" operator and closing block args delimiter.
6440 Remove FIXME comment referring to Ruby 1.8-only syntax.
6441 (ruby-smie--implicit-semi-p): Not after "|" operator.
6442 (ruby-smie--closing-pipe-p): New function.
6443 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6444 (ruby-smie-rules): Indent after "|".
6445
6446 2013-11-12 Glenn Morris <rgm@gnu.org>
6447
6448 * ps-print.el (ps-face-attribute-list):
6449 Handle anonymous faces. (Bug#15827)
6450
6451 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6452
6453 * window.el (display-buffer-other-frame): Fix doc-string.
6454 (Bug#15868)
6455
6456 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6457
6458 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6459
6460 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6461
6462 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6463 (tramp-sh-handle-file-local-copy): Don't write a message when
6464 saving temporary files.
6465
6466 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6467 both directories are remote.
6468 (tramp-smb-handle-directory-files): Do not return double entries.
6469 Do not expand full file names.
6470 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6471 (tramp-smb-handle-write-region): Implement APPEND.
6472 (tramp-smb-get-stat-capability): Fix a stupid bug.
6473
6474 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6477
6478 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6479
6480 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6481 throwing error over malformed let/let* (bug#15814).
6482
6483 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * iswitchb.el (iswitchb-mode): Mark obsolete.
6486
6487 2013-11-11 Glenn Morris <rgm@gnu.org>
6488
6489 * international/uni-bidi.el, international/uni-category.el:
6490 * international/uni-name.el, international/uni-numeric.el:
6491 Regenerate for Unicode 6.3.0.
6492
6493 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * net/tramp.el (tramp-methods):
6496 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6497 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6498
6499 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6500
6501 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6502 Force highlighting text after Summary keyword in doc face for rpm.
6503
6504 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6505
6506 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6507 available and the word has no wildcards, append one to the grep pattern.
6508 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6509 (ispell-complete-word): Call `ispell-lookup-words' with the value
6510 independent of `ispell-look-p'.
6511
6512 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6513
6514 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6515 Not after "||".
6516 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6517 their parent.
6518
6519 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6522 (ruby-font-lock-keywords): Use backquote.
6523
6524 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6525
6526 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6527 (ruby-smie--backward-token): Only consider full-string matches.
6528
6529 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6530
6531 * faces.el (describe-face): Add distant-foreground.
6532
6533 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6534
6535 * progmodes/ruby-mode.el: Improve encoding comment handling.
6536 (ruby-encoding-magic-comment-style): New option.
6537 (ruby-custom-encoding-magic-comment-template): New option.
6538 (ruby--insert-coding-comment, ruby--detect-encoding):
6539 New functions extracted from `ruby-mode-set-encoding'.
6540 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6541 to control the style of the auto-inserted encoding comment.
6542
6543 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6544
6545 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6546 Use `smie-backward-sexp' with token argument.
6547
6548 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6549
6550 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6551 Remove instrumentation code.
6552
6553 2013-11-08 Glenn Morris <rgm@gnu.org>
6554
6555 * progmodes/autoconf.el (autoconf-mode):
6556 Tweak comment-start-skip. (Bug#15822)
6557
6558 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6561 at bobp (bug#15826).
6562 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6563
6564 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6565
6566 * man.el (Man-start-calling): New macro, extracted from
6567 Man-getpage-in-background.
6568 (Man-getpage-in-background): Use it.
6569 (Man-update-manpage): New command.
6570 (Man-mode-map): Bind it.
6571
6572 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6573
6574 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6575 of "and", "or", "&&" and "||".
6576 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6577 argument. Prohibit opening curly brace because it could only be a
6578 block opener in that position.
6579 (ruby-smie--forward-token, ruby-smie--backward-token):
6580 Separate "|" from "&" or "*" going after it. That can happen in block
6581 arguments.
6582 (ruby-smie--indent-to-stmt): New function, seeks the end of
6583 previous statement or beginning of buffer.
6584 (ruby-smie-rules): Use it.
6585 (ruby-smie-rules): Check if there's a ":" before a curly block
6586 opener candidate; if there is, it's a hash.
6587
6588 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6591 (cl--block-wrapper): Fix last accidental change.
6592
6593 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6594
6595 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6596 Instrument, in order to hunt failure on hydra.
6597
6598 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6599
6600 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6601 malformed bindings form (bug#15814).
6602
6603 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6604
6605 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6606 "." compared to " @ ". This incidentally fixes some indentation
6607 examples with "do".
6608 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6609 (ruby-smie-grammar): New tokens: "and" and "or".
6610 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6611 Exclude "and" and "or". Remove "do" in order to work around token
6612 priorities.
6613 (ruby-smie-rules): Add all infix tokens. Handle the case of
6614 beginning-of-buffer.
6615
6616 2013-11-06 Glenn Morris <rgm@gnu.org>
6617
6618 * Makefile.in (setwins_almost, setwins_for_subdirs):
6619 Avoid accidental matches.
6620
6621 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * menu-bar.el (popup-menu): Use key-binding.
6624
6625 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6626
6627 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6628 menus, support also the menus produced by minor modes.
6629 (Bug#15817)
6630
6631 2013-11-06 Leo Liu <sdl.web@gmail.com>
6632
6633 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6634 DISTANCE to bound the search. All uses changed. (Bug#15808)
6635
6636 2013-11-06 Glenn Morris <rgm@gnu.org>
6637
6638 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6639 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6640 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6641
6642 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * electric.el (electric-indent-just-newline): New command.
6645 (electric-indent-mode-map): New keymap.
6646 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6647 Re-add :group which weren't redundant.
6648
6649 * electric.el (electric-indent-local-mode): New minor mode.
6650 (electric-indent-functions-without-reindent): New var.
6651 (electric-indent-post-self-insert-function): Use it.
6652 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6653
6654 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6655
6656 * international/quail.el (quail-help): Be more explicit about the
6657 meaning of the labels shown on the keys. (Bug#15800)
6658
6659 * startup.el (normal-top-level): Load the subdirs.el files before
6660 setting the locale environment. (Bug#15805)
6661
6662 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6663
6664 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6665 via arguments so as to get the right ones (bug#15418).
6666
6667 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6668
6669 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6670
6671 Fix problems found while writing a test suite.
6672
6673 * net/tramp-compat.el (tramp-compat-load): New defun.
6674 * net/tramp.el (tramp-handle-load): Use it.
6675
6676 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6677 "(numberp ok-if-already-exists)" correctly.
6678
6679 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6680
6681 * international/characters.el (glyphless-char-display-control):
6682 Add usage note.
6683
6684 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6685
6686 * progmodes/python.el (python-mode):
6687 * progmodes/scheme.el (scheme-mode):
6688 * progmodes/prolog.el (prolog-mode):
6689 * progmodes/ruby-mode.el (ruby-mode):
6690 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6691 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6692
6693 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * rect.el (rectangle--highlight-for-redisplay):
6696 * emacs-lisp/smie.el (smie--next-indent-change):
6697 Use buffer-chars-modified-tick.
6698
6699 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6700
6701 * electric.el (electric-indent-post-self-insert-function):
6702 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6703
6704 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6705
6706 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6707
6708 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6709
6710 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6711 (bug#15786).
6712
6713 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6716
6717 * progmodes/python.el: Fix up last change.
6718 (python-shell--save-temp-file): New function.
6719 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6720 `string' comes from the current buffer.
6721 (python-shell-send-string-no-output): Remove `msg' arg.
6722 (python--use-fake-loc): New var.
6723 (python-shell-buffer-substring): Obey it. Try to compensate for the
6724 extra coding line added by python-shell--save-temp-file.
6725 (python-shell-send-region): Use python-shell--save-temp-file and
6726 python-shell-send-file directly. Add `nomain' argument.
6727 (python-shell-send-buffer): Use python-shell-send-region.
6728 (python-electric-pair-string-delimiter): New function.
6729 (python-mode): Use it.
6730
6731 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6732
6733 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6734 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6735 environment and decoding all of the default-directory's to here
6736 from command-line.
6737 (command-line): Decode also argv[0].
6738
6739 * loadup.el: Error out if default-directory is a multibyte string
6740 when we are dumping.
6741
6742 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6743
6744 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6745
6746 * emacs-lisp/package.el (package-menu-mode)
6747 (package-menu--print-info, package-menu--archive-predicate):
6748 Add Archive column to package list.
6749
6750 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6751
6752 Fix problems found while writing a test suite.
6753
6754 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6755 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6756 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6757 to nil when running original file name handler. Otherwise,
6758 there are problems with constructs like "$$FOO".
6759
6760 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6761 for `localname'.
6762
6763 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
6764
6765 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6766
6767 * subr.el (version<, version<=, version=):
6768 Update docstrings with information for snapshot versions.
6769
6770 * helpers.el: New library for misc helper functions.
6771 (hash-table-keys): New function returning a list of hash keys.
6772 (hash-table-values): New function returning a list of hash values.
6773
6774 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6775
6776 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6777 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6778
6779 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6780
6781 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6782 checking whether point is after a 1-letter word.
6783
6784 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6785
6786 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6787 Don't infloop when expanding region over `multiline' syntax-type that
6788 begins a line (bug#15778).
6789
6790 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6791
6792 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6793 Make it into a proper minor mode.
6794 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
6795 (rectangle-mark-mode-map): New keymap.
6796 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6797
6798 2013-11-04 Glenn Morris <rgm@gnu.org>
6799
6800 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6801
6802 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6805 (ruby-smie-rules): Use smie-rule-parent instead.
6806
6807 * emacs-lisp/smie.el (smie-rule-parent): Always call
6808 smie-indent-virtual rather than only for hanging tokens.
6809 (smie--next-indent-change): New helper command.
6810
6811 2013-11-03 Glenn Morris <rgm@gnu.org>
6812
6813 * Makefile.in (abs_srcdir): Remove.
6814 (emacs): Unset EMACSLOADPATH.
6815
6816 2013-11-02 Glenn Morris <rgm@gnu.org>
6817
6818 * Makefile.in (EMACS): Use a relative filename.
6819 (abs_top_builddir): Remove.
6820 (custom-deps, finder-data, autoloads): Use --chdir.
6821
6822 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6823
6824 Use relative filenames in TAGS files.
6825 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6826 (lisptagsfiles4, TAGS): Use relative file names.
6827 (TAGS-LISP): Remove.
6828 (maintainer-clean): No more TAGS-LISP file.
6829
6830 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6831 (lisptagsfiles4): Use absolute filenames again.
6832 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6833 Remove all *loaddefs files, not just the first. Remove esh-groups.
6834 (maintainer-clean): Delete TAGS, TAGS-LISP.
6835
6836 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6837
6838 * emacs-lisp/package.el (package-version-join):
6839 Recognize snapshot versions.
6840
6841 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6842
6843 * subr.el (version-regexp-alist): Add support for snapshot versions.
6844
6845 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6846
6847 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6848 New function, replacement for `smie-rule-parent' for when we want to
6849 skip over our direct parent if it's an assignment token..
6850 (ruby-smie-rules): Use it.
6851
6852 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6853
6854 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6855 unconditionally. Remove now unnecessary forward declarations.
6856 Remove XEmacs-specific setup.
6857 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6858 (ruby-font-lock-syntactic-keywords)
6859 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6860 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6861 (ruby-here-doc-end-syntax): Remove.
6862 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6863 defined as function.
6864
6865 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6866
6867 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6868
6869 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6870
6871 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6872 table and abbrev table, `define-derived-mode' does that for us
6873 anyway.
6874
6875 2013-11-01 Glenn Morris <rgm@gnu.org>
6876
6877 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6878 files is atomic for some time, so no parallel compilation issues).
6879
6880 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6881
6882 * faces.el (face-x-resources): Add :distant-foreground.
6883 (region): Use :distant-foreground for gtk and ns.
6884
6885 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6886
6887 Allow multiple bibliographies when BibLaTeX is used rather than
6888 BibTeX.
6889 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6890 (reftex-locate-bibliography-files): Us it.
6891
6892 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6893
6894 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6895 allow comments in pbm files.
6896
6897 * term/w32-win.el (dynamic-library-alist): Support newer versions
6898 of libjpeg starting with v7: look only for the DLL from the
6899 version against which Emacs was built.
6900 Support versions of libpng beyond 1.4.x.
6901 Support libtiff v4.x.
6902
6903 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6904
6905 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6906 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6907 Add property :safe.
6908 (ruby-deep-arglist): Add property :type.
6909
6910 2013-10-31 Glenn Morris <rgm@gnu.org>
6911
6912 * Makefile.in (custom-deps, finder-data): No need to setq the target
6913 variables, we are in the right directory and the defaults work fine.
6914
6915 2013-10-30 Glenn Morris <rgm@gnu.org>
6916
6917 * Makefile.in (autoloads): Do not use abs_lisp.
6918
6919 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6920 `newline' does not respect `standard-output', so use `princ'.
6921
6922 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6923
6924 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6925 * buff-menu.el (Buffer-menu--unmark): New function.
6926 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6927
6928 2013-10-30 Glenn Morris <rgm@gnu.org>
6929
6930 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6931
6932 * emacs-lisp/package.el (lm-homepage): Declare.
6933
6934 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6935 Fix doc typos.
6936
6937 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6938
6939 * Makefile.in (finder-data, autoloads, update-subdirs)
6940 (compile-main, compile-clean, compile-always, bootstrap-clean):
6941 Check return value of cd.
6942 (compile-calc): Remove.
6943
6944 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6945
6946 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6947
6948 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6949 (byte-compile-and-folded): New function.
6950 (=, <, >, <=, >=): Use it.
6951
6952 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6953 (path-separator, null-device, buffer-file-coding-system)
6954 (lpr-headers-switches): Check system-type before modifying them.
6955 (find-buffer-file-type-coding-system): Mark obsolete.
6956 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6957 find-file-not-found-set-buffer-file-coding-system.
6958 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6959 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6960 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6961 (w32-direct-print-region-helper, w32-direct-print-region-function)
6962 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6963 * startup.el (normal-top-level-add-subdirs-to-load-path):
6964 * ps-print.el (ps-print-region-function):
6965 * lpr.el (print-region-function): Use new name.
6966
6967 * subr.el (custom-declare-variable-early): Remove function.
6968 (custom-declare-variable-list): Remove var.
6969 (error, user-error): Remove `while' loop.
6970 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6971 (user-emacs-directory-warning, locate-user-emacs-file):
6972 Move to files.el.
6973 * simple.el (read-quoted-char-radix, read-quoted-char):
6974 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6975 Move from subr.el.
6976 * custom.el (custom-declare-variable-list): Don't process
6977 custom-declare-variable-list.
6978
6979 * progmodes/python.el (python-shell-get-buffer): New function.
6980 (python-shell-get-process): Use it.
6981 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6982 Python which encoding was used. Don't split-string since we only care
6983 about the first line. Return the temp-file, if applicable.
6984 (python-shell-send-region): Tell compile.el how to turn locations in
6985 the temp-file into locations in the source buffer.
6986
6987 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * subr.el (undefined): Add missing behavior from the C code for
6990 unbound keys.
6991
6992 * rect.el: Use lexical-binding. Add new rectangular region support.
6993 (rectangle-mark): New command.
6994 (rectangle--region): New var.
6995 (deactivate-mark-hook): Reset rectangle--region.
6996 (rectangle--extract-region, rectangle--insert-for-yank)
6997 (rectangle--highlight-for-redisplay)
6998 (rectangle--unhighlight-for-redisplay): New functions.
6999 (region-extract-function, redisplay-unhighlight-region-function)
7000 (redisplay-highlight-region-function): Use them to handle
7001 rectangular region.
7002 * simple.el (region-extract-function): New var.
7003 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7004 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7005 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7006 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7007 (redisplay-unhighlight-region-function)
7008 (redisplay-highlight-region-function): New vars.
7009 (redisplay--update-region-highlight): New function.
7010 (pre-redisplay-function): Use it.
7011 (exchange-point-and-mark): Don't deactivate the mark before
7012 reactivate-it anyway.
7013 * comint.el (comint-kill-region): Remove yank-handler argument.
7014 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7015 (delete-char): Remove property, since it's now part of their
7016 default behavior.
7017 (self-insert-iso): Remove property since this command doesn't exist.
7018
7019 * emacs-lisp/package.el (package--download-one-archive)
7020 (describe-package-1): Don't query the user about final newline.
7021
7022 2013-10-29 Daniel Colascione <dancol@dancol.org>
7023
7024 * net/tramp.el (tramp-methods): Document new functionality.
7025 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7026 tramp-hostname-checker if method provides one instead of scanning
7027 argument list for "%h" to decide hostname acceptability.
7028
7029 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7030
7031 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7032 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7033 Handle COPY-CONTENTS. (Bug#15737)
7034
7035 2013-10-28 Daiki Ueno <ueno@gnu.org>
7036
7037 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7038 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7039
7040 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7041
7042 * image.el (defimage, image-load-path): Doc fixes.
7043
7044 2013-10-27 Alan Mackenzie <acm@muc.de>
7045
7046 Indent statements in macros following "##" correctly.
7047 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7048 Modify the "#" arm of a cond form to handle "#" and "##" operators.
7049
7050 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7051
7052 * linum.el (linum-update-window): Fix boundary test (bug#13446).
7053
7054 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
7055
7056 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7057 after `=' is probably a new expression.
7058
7059 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7060
7061 * man.el (man-imenu-title): New option.
7062 (Man-mode-map): Add menu. (Bug#15722)
7063 (Man-mode): Add imenu to menu.
7064
7065 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
7066
7067 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
7068 specific in what the first arg can be: a non-keyword word,
7069 string/regexp/percent literal opener, opening paren, or unary
7070 operator followed directly by word.
7071
7072 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7073
7074 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
7075 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
7076 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
7077 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
7078 Remove vars, they do not apply any more.
7079 (prolog-mode-abbrev-table): Remove redundant declaration.
7080 (prolog-upper-case-string, prolog-lower-case-string): Remove.
7081 (prolog-use-smie): Remove.
7082 (prolog-smie-rules): Add indentation rule for the if-then-else layout
7083 supported by prolog-electric-if-then-else-flag.
7084 (prolog-mode-variables, prolog-menu): Use setq-local.
7085 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
7086 Remove binding to `Backspace' since this key doesn't exist anyway.
7087 Remove bindings for electric self-inserting keys.
7088 (prog-mode): Assume it's defined.
7089 (prolog-post-self-insert): New function.
7090 (prolog-mode): Use it.
7091 (prolog-indent-line, prolog-indent-level)
7092 (prolog-find-indent-of-matching-paren)
7093 (prolog-indentation-level-of-line, prolog-goto-comment-column)
7094 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
7095 (prolog-goto-next-paren, prolog-in-string-or-comment)
7096 (prolog-tokenize, prolog-inside-mline-comment)
7097 (prolog-find-start-of-mline-comment): Remove functions.
7098 (prolog-find-unmatched-paren, prolog-clause-end)
7099 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
7100 (prolog-electric--if-then-else): Rename from
7101 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
7102 (prolog-tokenize-searchkey): Remove const.
7103 (prolog-clause-info): Use forward-sexp.
7104 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7105 (prolog-electric-if-then-else): Remove commands.
7106 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7107 for use in post-self-insert-hook.
7108 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7109 for use in post-self-insert-hook.
7110 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7111 for use in post-self-insert-hook.
7112 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7113 adapt it for use in post-self-insert-hook.
7114
7115 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7116
7117 * emacs-lisp/ert.el (ert-run-tests-interactively):
7118 Use `completing-read'. (Bug#9756)
7119
7120 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7121
7122 * simple.el (line-move): Call line-move-1 instead of
7123 line-move-visual when the current window hscroll is zero, but
7124 temporary-goal-column indicates we will need to hscroll as result
7125 of the movement. (Bug#15712)
7126
7127 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7128
7129 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7130 capitalization. Use :visible instead of :active.
7131 Fix `ruby-indent-exp' reference. Add menu items for the generic
7132 commands that are used with SMIE.
7133 (ruby-do-end-to-brace): Insert space after `{'.
7134
7135 2013-10-25 John Anthony <john@jo.hnanthony.com>
7136
7137 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7138
7139 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7140
7141 2013-10-25 Glenn Morris <rgm@gnu.org>
7142
7143 * vc/vc.el (vc-print-log): Don't use a working revision unless
7144 one was explicitly specified. (Bug#15322)
7145
7146 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7147
7148 * subr.el (add-to-list): Preserve return value in compiler-macro
7149 (bug#15692).
7150
7151 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7152
7153 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7154 result. Ask user to retry using '-all' flag. (Bug#15701)
7155
7156 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * emacs-lisp/smie.el: New smie-config system.
7159 (smie-config): New defcustom.
7160 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7161 (smie-config-guess, smie-config-save): New commands.
7162 (smie-config--mode-local, smie-config--buffer-local)
7163 (smie-config--trace, smie-config--modefuns): New vars.
7164 (smie-config--advice, smie-config--mode-hook)
7165 (smie-config--setter, smie-config-local, smie-config--get-trace)
7166 (smie-config--guess-value, smie-config--guess): New functions.
7167 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7168 text properties. Treat "string fence" syntax like string syntax.
7169
7170 * progmodes/sh-script.el (sh-use-smie): Change default.
7171 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7172 (sh-var-value): Simplify by CSE.
7173 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7174 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7175 is used.
7176 (sh-guess-basic-offset): Use cl-incf.
7177 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7178
7179 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7180
7181 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7182 (bug#15699).
7183
7184 2013-10-24 Glenn Morris <rgm@gnu.org>
7185
7186 * Makefile.in (abs_top_srcdir): Remove.
7187 (update-subdirs): Use relative path to update-subdirs.
7188
7189 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7190
7191 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7192 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7193 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7194 Call unmsys--file-name before expand-file-name, not after it.
7195
7196 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7197
7198 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7199 (ert-test-skipped): New error.
7200 (ert-skip, ert-stats-skipped): New defuns.
7201 (ert--skip-unless): New macro.
7202 (ert-test-skipped): New struct.
7203 (ert--run-test-debugger, ert-test-result-type-p)
7204 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7205 (ert--stats-set-test-and-result, ert-char-for-test-result)
7206 (ert-string-for-test-result, ert-run-tests-batch)
7207 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7208 Handle skipped tests. (Bug#9803)
7209
7210 2013-10-24 Glenn Morris <rgm@gnu.org>
7211
7212 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7213
7214 * Makefile.in (abs_top_srcdir): New, set by configure.
7215 (update-subdirs): Correct build-aux location.
7216
7217 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7218
7219 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7220 value, whether we could auto-deduce `backend', or not.
7221
7222 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7223 with parameters" example. Simplify the "is it block or is it
7224 hash" check, but also make it more thorough.
7225
7226 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7227
7228 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7229
7230 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7231
7232 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7233 { if it is hanging.
7234
7235 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7236 :before ";".
7237
7238 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7239
7240 * progmodes/compile.el (compilation-directory-matcher)
7241 (compilation-page-delimiter):
7242 Support GNU Make-4.0 directory quoting. (Bug#15678)
7243
7244 2013-10-23 Leo Liu <sdl.web@gmail.com>
7245
7246 * ido.el (ido-tidy): Handle read-only text.
7247
7248 2013-10-23 Glenn Morris <rgm@gnu.org>
7249
7250 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7251 (emacs, compile, compile-always):
7252 Quote entities that might contain whitespace.
7253 (custom-deps, finder-data, autoloads): Use abs_lisp.
7254 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7255 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7256 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7257
7258 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7259
7260 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7261 Use `following-char'.
7262
7263 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7266 * progmodes/ruby-mode.el (ruby-smie-rules):
7267 Remove corresponding workaround. Fix indentation rule of ";" so it
7268 also applies when ";" is the parent.
7269
7270 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7271
7272 * frame.el (display-screens, display-pixel-height)
7273 (display-pixel-width, display-mm-width, display-backing-store)
7274 (display-save-under, display-planes, display-color-cells)
7275 (display-visual-class, display-monitor-attributes-list):
7276 Mention the optional ‘display’ argument in doc strings.
7277
7278 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7279
7280 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7281 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7282
7283 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7284
7285 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7286 TODO. Add "." after " @ ".
7287 (ruby-smie--at-dot-call): New function. Checks if point at method
7288 call with explicit target.
7289 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7290 to the method name tokens when it precedes them.
7291 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7292 (ruby-smie-rules): Add rule for indentation before and after "."
7293 token.
7294
7295 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7296
7297 * textmodes/remember.el (remember-diary-extract-entries):
7298 Avoid add-to-list.
7299
7300 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7301 an instruction.
7302
7303 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7304
7305 * progmodes/ruby-mode.el (ruby-smie-grammar):
7306 Add (almost) all infix operators.
7307 (ruby-smie--implicit-semi-p): Add new operator chars.
7308
7309 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7310 `smie-down-list'.
7311 (ruby-smie--args-separator-p): Check that there's no newline
7312 between method call and its arguments.
7313
7314 2013-10-20 Alan Mackenzie <acm@muc.de>
7315
7316 Allow comma separated lists after Java "implements".
7317
7318 * progmodes/cc-engine.el (c-backward-over-enum-header):
7319 Parse commas.
7320 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7321 from a "disallowed" list in enum fontification.
7322
7323 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7324
7325 * startup.el (default-frame-background-mode): Remove unused defvar.
7326
7327 * progmodes/verilog-mode.el (verilog-mode): Don't set
7328 comment-indent-function globally.
7329
7330 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7331
7332 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7333 Move Info menu item creation to ns-win.el.
7334
7335 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7336 in menu bar.
7337
7338 * menu-bar.el: Move GNUstep specific menus...
7339
7340 * term/ns-win.el (ns-initialize-window-system): ... to here.
7341
7342 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7343
7344 * simple.el (newline): Only run post-self-insert-hook when
7345 called interactively.
7346
7347 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7348
7349 * icomplete.el (icomplete-with-completion-tables): Add :version.
7350
7351 2013-10-19 Alan Mackenzie <acm@muc.de>
7352
7353 Fix fontification bugs with constructors and const.
7354
7355 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7356 CASE 2) Remove the check for the absence of a suffix construct
7357 after a function declaration with only types (no identifiers) in
7358 the parentheses. Also, accept a function declaration with just a
7359 type inside the parentheses, if this type can be positively
7360 recognised as such, or if a prefix keyword like "explicit" nails
7361 down the construct as a declaration.
7362
7363 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7364
7365 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7366 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7367 the problem whereby selecting a menu item that leads to a
7368 minibuffer prompt moves the cursor out of the minibuffer window,
7369 making it hard to type at the prompt. Suggested by Stefan Monnier
7370 <monnier@iro.umontreal.ca>.
7371
7372 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7373
7374 * menu-bar.el: Don't make Services menu.
7375
7376 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7377
7378 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7379 (ffap-alist): Use ffap-c++-mode for c++-mode.
7380 (ffap-c++-path): New variable.
7381 (ffap-c++-mode): New function.
7382
7383 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7384
7385 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7386
7387 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7388
7389 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7390 introduced on 2013-09-08, which results in an infinite loop
7391 requesting a password.
7392
7393 2013-10-18 Glenn Morris <rgm@gnu.org>
7394
7395 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7396
7397 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7398
7399 Sync with upstream verilog-mode revision 1a6ecec7.
7400 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7401 (verilog-mode-release-date): Remove.
7402 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7403 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7404 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7405 (verilog-auto-tieoff-ignore-regexp)
7406 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7407 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7408 (verilog-signals-with, verilog-dir-cache-preserving)
7409 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7410 Doc fixes.
7411 (verilog-case-fold): New option, to control case folding in
7412 regexp searches, bug597.
7413 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7414 (verilog-string-match-fold, verilog-in-paren-count)
7415 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7416 (verilog-at-close-struct-p): New functions.
7417 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7418 (verilog-forward-sexp, verilog-set-auto-endcomments)
7419 (verilog-leap-to-case-head): Handle "unique0" case.
7420 (verilog-in-constraint-re): New constant.
7421 (verilog-keywords, verilog-type-font-keywords):
7422 Add some SystemVerilog 1800-2012 keywords.
7423 (verilog-label-be): Remove unimplemented argument, bug669.
7424 (verilog-batch-execute-func): When batch expanding clear
7425 create-lockfiles to prevent spurious user locks when a file ends
7426 up not changing.
7427 (verilog-calculate-indent, verilog-calc-1)
7428 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7429 (verilog-do-indent): Fix indentation of nested constraints
7430 and structures.
7431 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7432 (verilog-auto-inst-param): Use verilog-string-match-fold.
7433 (verilog-read-inst-module-matcher):
7434 Fix AUTOINST on gate primitives with #1.
7435 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7436 Reads all user-defined typed variables.
7437 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7438 (verilog-signals-matching-regexp)
7439 (verilog-signals-not-matching-regexp, verilog-auto):
7440 Respect verilog-case-fold.
7441 (verilog-diff-report): Fix line count.
7442 (verilog-auto-assign-modport): Remove unused local `modi'.
7443 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7444 better handle multidimensional arrays.
7445 Fix packed array ports misadding bit index in AUTOINST, bug637.
7446 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7447 to not double-declare existing outputs and inputs, respectively.
7448 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7449 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7450 (verilog-sk-uvm-component): New skeleton.
7451 (verilog-submit-bug-report): Add verilog-case-fold,
7452 remove verilog-mode-release-date.
7453
7454 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7455
7456 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7457 as before.
7458
7459 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7460
7461 * textmodes/remember.el (remember): Set buffer-offer-save in
7462 remember buffers (bug#13566).
7463
7464 2013-10-18 Daniel Colascione <dancol@dancol.org>
7465
7466 When evaluating forms in ielm, direct standard output to ielm
7467 buffer. Add new ielm-return-for-effect command. Remove trailing
7468 whitespace throughout.
7469
7470 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7471 (ielm-return-for-effect): New command.
7472 (ielm-send-input): Accept optional `for-effect' parameter.
7473 (ielm-eval-input): Accept optional `for-effect' parameter.
7474 Bind `standard-output' to stream we create using
7475 `ielm-standard-output-impl'. Suppress printing result when
7476 `for-effect'.
7477 (ielm-standard-output-impl): New function.
7478 (inferior-emacs-lisp-mode): Explain new features in documentation.
7479
7480 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7481
7482 Code cleanup.
7483
7484 * net/tramp.el (tramp-debug-message): Do not check for connection
7485 buffer.
7486 (tramp-message): Use "vector" connection property.
7487
7488 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7489 (tramp-equal-remote, tramp-eshell-directory-change)
7490 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7491 (tramp-adb-handle-rename-file)
7492 * net/tramp-cmds.el (tramp-list-remote-buffers)
7493 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7494 * net/tramp-compat.el (tramp-compat-process-running-p)
7495 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7496 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7497 (tramp-gvfs-handle-rename-file)
7498 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7499 (tramp-set-file-uid-gid)
7500 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7501 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7502 of `file-remote-p'.
7503
7504 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7505 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7506 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7507 (tramp-gw-open-network-stream): Suppress unrelated traces.
7508
7509 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7510 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7511 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7512 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7513 connection property.
7514
7515 * net/tramp-cache.el (top): Suppress traces when reading
7516 persistency file.
7517
7518 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7519 Refactor common code. Improve debug message.
7520 (tramp-maybe-open-connection)
7521 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7522 connection buffer too early.
7523
7524 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7525 from `tramp-smb-actions-with-acl'.
7526 (tramp-smb-actions-set-acl): New defconst.
7527 (tramp-smb-handle-copy-directory)
7528 (tramp-smb-action-get-acl): New defun, renamed from
7529 `tramp-smb-action-with-acl'.
7530 (tramp-smb-action-set-acl): New defun.
7531 (tramp-smb-handle-set-file-acl): Rewrite.
7532
7533 2013-10-17 Glenn Morris <rgm@gnu.org>
7534
7535 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7536
7537 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7538
7539 * skeleton.el (skeleton-newline): Remove.
7540 (skeleton-internal-1): Use (insert "\n") instead.
7541
7542 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7543 let-bindings.
7544
7545 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7546 forward-sexp-function while we redo its job (bug#15613).
7547
7548 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7549
7550 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7551 represented by lists.
7552
7553 2013-10-16 Glenn Morris <rgm@gnu.org>
7554
7555 * tmm.el (tmm--history): New dynamic variable.
7556 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7557
7558 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7559
7560 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7561 (tramp-smb-errors): Add error messages.
7562 (tramp-smb-actions-with-acl): New defconst.
7563 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7564 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7565 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7566 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7567 (tramp-smb-get-stat-capability): Fix tests.
7568
7569 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7570
7571 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7572 (bug#15580).
7573
7574 2013-10-16 Glenn Morris <rgm@gnu.org>
7575
7576 * ansi-color.el (ansi-color-drop-regexp):
7577 Add 1J, 1K, 2K. (Bug#15617)
7578
7579 * files.el (hack-local-variables--warned-lexical): New.
7580 (hack-local-variables):
7581 Warn about misplaced lexical-binding. (Bug#15616)
7582
7583 * net/eww.el (eww-render): Always set eww-current-url,
7584 and update header line. (Bug#15622)
7585 (eww-display-html): ... Rather than just doing it here.
7586
7587 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7588
7589 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7590 menu navigations commands.
7591
7592 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7593
7594 * progmodes/subword.el (subword-capitalize): Be careful when
7595 the search for [[:alpha:]] fails (bug#15580).
7596
7597 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7598
7599 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7600 to commands that scroll the menu.
7601
7602 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7603
7604 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7605 Handle methods ending with `?' and `!'.
7606
7607 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7608
7609 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7610 `japanese-cp932' to `cp932' to fix the problem where saving a
7611 source file written in Shift_JIS twice would end up having
7612 `coding: japanese-cp932' which Ruby could not recognize.
7613 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7614 in `ruby-encoding-map'.
7615 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7616 doesn't need to be explicitly declared in magic comment.
7617 (ruby-encoding-map): Add type declaration for better customize UI.
7618
7619 2013-10-13 Glenn Morris <rgm@gnu.org>
7620
7621 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7622 Occur buffers are read-only. http://bugs.debian.org/720775
7623
7624 * emacs-lisp/authors.el (authors-fixed-entries):
7625 Comment out old alpha stuff.
7626
7627 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7628
7629 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7630 to `after-save-hook' instead of `before-save-hook'.
7631 (ruby-mode-set-encoding): Use the value of coding system used to
7632 write the file. Call `basic-save-buffer-1' after modifying the
7633 buffer.
7634
7635 2013-10-13 Alan Mackenzie <acm@muc.de>
7636
7637 Fix indentation/fontification of Java enum with
7638 "implements"/generic.
7639
7640 * progmodes/cc-engine.el (c-backward-over-enum-header):
7641 Extracted from the three other places and enhanced to handle generics.
7642 (c-inside-bracelist-p): Uses new function above.
7643 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7644 function above.
7645 (c-font-lock-enum-tail): Uses new function above.
7646
7647 2013-10-13 Kenichi Handa <handa@gnu.org>
7648
7649 * international/mule-cmds.el (select-safe-coding-system): Remove a
7650 superfluous condition in chekcing whether a coding system is safe
7651 or not.
7652
7653 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7654
7655 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7656
7657 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7658
7659 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7660
7661 2013-10-13 Glenn Morris <rgm@gnu.org>
7662
7663 * menu-bar.el (menu-bar-update-buffers):
7664 Unify Buffers menu prompt string. (Bug#15576)
7665
7666 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7667
7668 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7669 Add some entries.
7670 (authors-fixed-entries): Use accented form of name.
7671
7672 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7673
7674 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7675 method calls (bug#15594).
7676 (ruby-smie--args-separator-p): New function.
7677 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7678 recognize paren-free method calls.
7679
7680 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7681 internals of universal-argument.
7682
7683 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7684
7685 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7686 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7687 dropped menu on second mouse click on the menu bar.
7688
7689 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7692 (explicit-shell-file-name): Declare.
7693 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7694 (sh-completion-at-point-function): New function.
7695 (sh-mode): Use it.
7696 (sh-smie--keyword-p): Remove unused argument.
7697 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7698 vars.
7699 (sh-set-shell): Always setup SMIE, even if we use the
7700 old indentation code.
7701
7702 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7703
7704 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7705 cases of ? and =.
7706 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7707 predicate would return nil are almost non-existent.
7708 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7709
7710 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7711 cache also after commands that modify the buffer but don't move
7712 point.
7713
7714 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7715
7716 * env.el (substitute-env-in-file-name): New function.
7717 (substitute-env-vars): Extend the meaning of the optional arg.
7718
7719 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7720
7721 * term/w32-win.el (dynamic-library-alist): Define separate lists
7722 of GIF DLLs for versions before and after 5.0.0 of giflib.
7723 (Bug#15531)
7724
7725 2013-10-10 João Távora <joaotavora@gmail.com>
7726
7727 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7728 not locked, use last revision and current source as
7729 defaults. (Bug#15569)
7730
7731 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7732
7733 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7734 menu-bar is hidden.
7735
7736 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7737
7738 * window.el (pop-to-buffer-same-window): Fix doc-string.
7739 (Bug#15492)
7740
7741 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7744
7745 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7746
7747 * calendar/icalendar.el (icalendar-import-file):
7748 Fix interactive spec. (Bug#15482)
7749
7750 2013-10-10 Glenn Morris <rgm@gnu.org>
7751
7752 * desktop.el (desktop-save): Default to saving in .emacs.d,
7753 since PWD is no longer in desktop-path by default. (Bug#15319)
7754
7755 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7756 now that text mode has a menu with the same entry.
7757 (menu-bar-text-mode-auto-fill): Remove now unused func.
7758 * textmodes/text-mode.el (text-mode-map):
7759 Use auto-fill help text from menu-bar.el.
7760
7761 2013-10-10 John Anthony <john@jo.hnanthony.com>
7762
7763 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
7764
7765 2013-10-09 Juri Linkov <juri@jurta.org>
7766
7767 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7768 instead of this-command-keys. Add universal-argument-more and
7769 universal-argument-minus to the list of prefix commands. (Bug#15568)
7770
7771 2013-10-09 Glenn Morris <rgm@gnu.org>
7772
7773 * vc/vc-svn.el (vc-svn-create-repo):
7774 Expand paths in file://... url. (Bug#15446)
7775
7776 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7777 Add some entries.
7778 (authors): Remove unused local variables.
7779
7780 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * profiler.el: Create a more coherent calltree from partial backtraces.
7783 (profiler-format): Hide the tail with `invisible' so that C-s can still
7784 find the hidden elements.
7785 (profiler-calltree-depth): Don't recurse so enthusiastically.
7786 (profiler-function-equal): New hash-table-test.
7787 (profiler-calltree-build-unified): New function.
7788 (profiler-calltree-build): Use it.
7789 (profiler-report-make-name-part): Indent the calltree less.
7790 (profiler-report-mode): Add visibility specs for profiler-format.
7791 (profiler-report-expand-entry, profiler-report-toggle-entry):
7792 Expand the whole subtree when provided with a prefix arg.
7793
7794 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7795
7796 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7797 iuwu-mod token.
7798 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7799 hanging iuwu-mod token.
7800 (ruby-smie--forward-token): Do not include a dot after a token in
7801 that token.
7802 (ruby-smie--backward-token): Likewise.
7803
7804 2013-10-08 Juri Linkov <juri@jurta.org>
7805
7806 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7807 to isearch-other-control-char.
7808 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7809 and isearch-post-command-hook to post-command-hook.
7810 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7811 and isearch-post-command-hook from post-command-hook.
7812 (isearch-unread-key-sequence)
7813 (isearch-reread-key-sequence-naturally)
7814 (isearch-lookup-scroll-key, isearch-other-control-char)
7815 (isearch-other-meta-char): Remove functions.
7816 (isearch-pre-command-hook, isearch-post-command-hook):
7817 New functions based on isearch-other-meta-char rewritten
7818 relying on the new behavior of overriding-terminal-local-map
7819 that does not replace the local keymaps any more. (Bug#15200)
7820
7821 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7822
7823 Support menus on text-mode terminals.
7824 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7825 functionality.
7826
7827 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7828
7829 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7830 Move here from mouse.el.
7831 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7832 and arrow keys.
7833 (tty-menu-navigation-map): New map for TTY menu navigation.
7834
7835 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7836
7837 * frame.el (display-mouse-p): Report text-mode mouse as available
7838 on w32.
7839 (display-popup-menus-p): Report availability if mouse is
7840 available; don't condition on window-system.
7841
7842 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7843 (tty-menu-selected-face): New faces.
7844
7845 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7846
7847 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7848 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7849 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7850 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7851 New constants.
7852 (lisp-mode-variables): New `elisp' argument.
7853 (emacs-lisp-mode): Use it.
7854 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7855 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7856
7857 * indent.el: Use lexical-binding.
7858 (indent-region): Add progress reporter.
7859 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7860 last step.
7861 (indent--next-tab-stop): New function to implement this behavior.
7862 (tab-to-tab-stop, move-to-tab-stop): Use it.
7863
7864 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7865
7866 * indent.el (indent-rigidly--current-indentation): New function.
7867 (indent-rigidly-map): New var.
7868 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7869
7870 2013-10-08 Bastien Guerry <bzg@gnu.org>
7871
7872 * register.el (insert-register): Fix 2013-10-07 change.
7873
7874 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7875
7876 * progmodes/perl-mode.el: Use lexical-binding.
7877 Remove redundant :group args.
7878 (perl-nochange): Change default to be closer to other major modes's
7879 standard behavior.
7880 (perl-indent-line): Don't consider text on current line as a
7881 valid beginning of function from which to indent.
7882
7883 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7884 with more than one argument (bug#15538).
7885
7886 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7887
7888 * vc/pcvs.el: Use lexical-binding.
7889 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7890 environment of `eval'.
7891 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7892 than a list of expressions. Adjust callers.
7893 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7894
7895 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7896
7897 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7898 case of the dot in a chained method call being on the following line.
7899
7900 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * electric.el (electric-indent-inhibit): New var.
7903 (electric-indent-post-self-insert-function): Use it.
7904 * progmodes/python.el (python-mode): Set it.
7905
7906 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7907 open braces.
7908
7909 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7910
7911 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7912 (css-mode): Use electric-indent-chars.
7913
7914 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7915 (font-lock-beg, font-lock-end): Move before first use.
7916 (nxml-mode): Use syntax-propertize-function.
7917 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7918 (nxml-extend-after-change-region): Remove.
7919 * nxml/xmltok.el: Use lexical-binding.
7920 (xmltok-save): Use `declare'.
7921 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7922 * nxml/nxml-util.el: Use lexical-binding.
7923 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7924 Use `declare'.
7925 * nxml/nxml-ns.el: Use lexical-binding.
7926 (nxml-ns-save): Use `declare'.
7927 (nxml-ns-prefixes-for): Avoid add-to-list.
7928 * nxml/rng-match.el: Use lexical-binding.
7929 (rng--ipattern): Use cl-defstruct.
7930 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7931 (rng-cons-group-after, rng-subst-group-after)
7932 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7933 Use closures instead of `(lambda...).
7934
7935 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7936
7937 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7938 of BEG and END.
7939
7940 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7941 Use `tramp-handle-insert-file-contents'.
7942 (tramp-gvfs-handle-insert-file-contents): Remove function.
7943
7944 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7945 Use `save-restriction' in order to keep markers.
7946
7947 * net/trampver.el: Update release number.
7948
7949 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7950
7951 * progmodes/compile.el (compilation-parse-errors):
7952 Use compilation--put-prop.
7953 (compilation--ensure-parse): Check compilation-multiline.
7954
7955 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7956
7957 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7958 lexical-binding.
7959
7960 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7961
7962 * progmodes/ruby-mode.el: Fix recently added tests.
7963 (ruby-smie-grammar): Add - and +.
7964 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7965 (ruby-smie--backward-id): New functions.
7966 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7967 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7968 any more.
7969
7970 2013-10-07 Leo Liu <sdl.web@gmail.com>
7971
7972 * register.el (register-preview-delay)
7973 (register-preview-functions): New variables.
7974 (register-read-with-preview, register-preview)
7975 (register-describe-oneline): New functions.
7976 (point-to-register, window-configuration-to-register)
7977 (frame-configuration-to-register, jump-to-register)
7978 (number-to-register, view-register, insert-register)
7979 (copy-to-register, append-to-register, prepend-to-register)
7980 (copy-rectangle-to-register): Use register-read-with-preview to
7981 read register. (Bug#15525)
7982
7983 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7984
7985 * net/network-stream.el (network-stream-open-starttls): Don't add
7986 --insecure if it's already present, because that gnutls-cli
7987 rejects getting that parameter twice.
7988
7989 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7990
7991 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7992 keyword, too.
7993
7994 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7995
7996 * newcomment.el (comment-use-global-state): Change default value
7997 to t, mark obsolete (Bug#15251).
7998 (comment-beginning): In addition to `comment-to-syntax', check the
7999 value of `comment-use-global-state'.
8000
8001 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8002
8003 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8004 (ruby-comment-column): Follow the global default, by default.
8005 (ruby-smie-grammar): Add assignment syntax.
8006 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8007 open-paren, a comma, or a \.
8008 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8009 and line continuations.
8010 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8011 followed by implicit semi-colons. Add rule for string concatenation
8012 and for indentation at BOB.
8013 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8014
8015 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8016 calling next-sexp, since next-token may have skipped chars which
8017 next-sexp doesn't know should be skipped!
8018
8019 2013-10-05 Leo Liu <sdl.web@gmail.com>
8020
8021 * progmodes/octave.el (octave-send-region):
8022 Call compilation-forget-errors.
8023
8024 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8025
8026 * vc/vc-svn.el (vc-svn-find-admin-dir):
8027 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8028 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8029 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8030 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8031
8032 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8035
8036 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8037
8038 * subr.el (read-passwd): Hide chars even when called within a context
8039 where after-change-functions is disabled (bug#15501).
8040 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8041 until we removed ourself from overriding-terminal-local-map.
8042
8043 2013-10-04 Leo Liu <sdl.web@gmail.com>
8044
8045 * progmodes/octave.el (inferior-octave-mode):
8046 Call compilation-forget-errors.
8047
8048 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8049
8050 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8051
8052 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
8053
8054 * net/secrets.el (secrets-create-collection): Add optional
8055 argument ALIAS. Use proper Label keyword. Append ALIAS as
8056 dbus-call-method argument. (Bug#15516)
8057
8058 2013-10-04 Leo Liu <sdl.web@gmail.com>
8059
8060 * progmodes/octave.el (inferior-octave-error-regexp-alist)
8061 (inferior-octave-compilation-font-lock-keywords): New variables.
8062 (compilation-error-regexp-alist)
8063 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
8064 (inferior-octave-mode): Use compilation-shell-minor-mode.
8065
8066 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
8067
8068 * minibuffer.el (completion--replace): Be careful that `end' might be
8069 a marker.
8070
8071 2013-10-03 Daiki Ueno <ueno@gnu.org>
8072
8073 Add support for package signature checking.
8074 * emacs-lisp/package.el (url-http-file-exists-p)
8075 (epg-make-context, epg-context-set-home-directory)
8076 (epg-verify-string, epg-context-result-for)
8077 (epg-signature-status, epg-signature-to-string)
8078 (epg-check-configuration, epg-configuration)
8079 (epg-import-keys-from-file): Declare.
8080 (package-check-signature): New user option.
8081 (package-unsigned-archives): New user option.
8082 (package-desc): Add `signed' field.
8083 (package-load-descriptor): Set `signed' field if .signed file exists.
8084 (package--archive-file-exists-p): New function.
8085 (package--check-signature): New function.
8086 (package-install-from-archive): Check package signature.
8087 (package--download-one-archive): Check archive signature.
8088 (package-delete): Remove .signed file.
8089 (package-import-keyring): New command.
8090 (package-refresh-contents): Import default keyring.
8091 (package-desc-status): Add "unsigned" status.
8092 (describe-package-1, package-menu--print-info)
8093 (package-menu-mark-delete, package-menu--find-upgrades)
8094 (package-menu--status-predicate): Support "unsigned" status.
8095
8096 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
8099 the new compilation scheme using the new byte-codes.
8100
8101 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
8102 (byte-pophandler): New byte codes.
8103 (byte-goto-ops): Adjust accordingly.
8104 (byte-compile--use-old-handlers): New var.
8105 (byte-compile-catch): Use new byte codes depending on
8106 byte-compile--use-old-handlers.
8107 (byte-compile-condition-case--old): Rename from
8108 byte-compile-condition-case.
8109 (byte-compile-condition-case--new): New function.
8110 (byte-compile-condition-case): New function that dispatches depending
8111 on byte-compile--use-old-handlers.
8112 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8113 when we can.
8114
8115 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8116 Optimize under `condition-case' and `catch' if
8117 byte-compile--use-old-handlers is nil.
8118 (disassemble-offset): Handle new bytecodes.
8119
8120 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8121
8122 * subr.el (error): Use `declare'.
8123 (decode-char, encode-char): Use advertised-calling-convention instead
8124 of the docstring to discourage use of the `restriction' arg.
8125
8126 2013-10-03 Daiki Ueno <ueno@gnu.org>
8127
8128 * epg.el (epg-verify-file): Add a comment saying that it does not
8129 notify verification error as a return value nor a signal.
8130 (epg-verify-string): Ditto.
8131
8132 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8133
8134 * progmodes/compile.el (compilation-start): Try globbing the arg to
8135 `cd' (bug#15417).
8136
8137 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8138
8139 Sync with Tramp 2.2.8.
8140
8141 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8142 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8143 * net/trampver.el: Update release number.
8144
8145 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8146
8147 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8148 and default-process-coding-system for darwin only.
8149
8150 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8153
8154 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8155
8156 * vc/vc-git.el (vc-git-grep): Disable pager.
8157
8158 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8159
8160 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8161 Use :url instead of :homepage, as per
8162 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8163
8164 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8165 non-nil, use `syntax-ppss' (Bug#15251).
8166
8167 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8168
8169 * progmodes/octave.el (inferior-octave-startup-file):
8170 Prefer ~/.emacs.d/init_octave.m.
8171
8172 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8173
8174 * emacs-lisp/package.el (package-desc-from-define):
8175 Accept additional arguments as plist, convert them to an alist and store
8176 them in the `extras' slot.
8177 (package-generate-description-file): Convert extras alist back to
8178 plist and append to the `define-package' form arguments.
8179 (package--alist-to-plist): New function.
8180 (package--ac-desc): Add `extras' slot.
8181 (package--add-to-archive-contents): Check if the archive-contents
8182 vector is long enough, and if it is, pass its `extras' slot value
8183 to `package-desc-create'.
8184 (package-buffer-info): Call `lm-homepage', pass the returned value
8185 to `package-desc-from-define'.
8186 (describe-package-1): Render the homepage button (Bug#13291).
8187
8188 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8189 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8190
8191 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8192
8193 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8194 and default-process-coding-system to utf-8-unix (Bug#15402).
8195
8196 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8197
8198 * subr.el (looking-back): Do not recommend using looking-back.
8199
8200 2013-09-28 Alan Mackenzie <acm@muc.de>
8201
8202 Fix indentation/fontification of Java enum with "implements".
8203
8204 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8205 regexp which matches "implements", etc., in Java.
8206 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8207 specifier clauses coming after "enum".
8208 * progmodes/cc-fonts.el (c-font-lock-declarations)
8209 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8210 after "enum".
8211
8212 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8213
8214 * faces.el (region): Change ns_selection_color to
8215 ns_selection_fg_color, add ns_selection_bg_color.
8216
8217 2013-09-28 Leo Liu <sdl.web@gmail.com>
8218
8219 * progmodes/octave.el (inferior-octave-completion-table)
8220 (inferior-octave-completion-at-point): Minor tweaks.
8221
8222 * textmodes/ispell.el (ispell-lookup-words): Rename from
8223 lookup-words. (Bug#15460)
8224 (lookup-words): Obsolete.
8225 (ispell-complete-word, ispell-command-loop): All uses changed.
8226
8227 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8228
8229 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8230 (octave-mode-menu): Add octave-send-buffer.
8231 (octave-send-buffer): New function.
8232
8233 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8234
8235 * progmodes/octave.el (octave-mode-map): Add key binding for
8236 octave-lookfor.
8237 (octave-mode-menu): Add octave-lookfor.
8238 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8239 octave-lookfor.
8240 (octave-lookfor): New function.
8241
8242 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8245 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8246 its convention.
8247 (cl--loop-set-iterator-function): New function.
8248 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8249 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8250 Bind `it' with `let' instead of substituting it with `cl-subst'.
8251 (cl--unused-var-p): New function.
8252 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8253 Eliminate some unused variable warnings (bug#15326).
8254
8255 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8256
8257 * doc-view.el (doc-view-scale-reset): Rename from
8258 `doc-view-reset-zoom-level'.
8259 (doc-view-scale-adjust): New command.
8260 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8261 `doc-view-scale-adjust'.
8262
8263 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8264
8265 * doc-view.el (doc-view-reset-zoom-level): New command.
8266 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8267 zoom commands (bug#15466).
8268
8269 2013-09-26 Kenichi Handa <handa@gnu.org>
8270
8271 * international/quail.el (quail-help): Make it not a command.
8272
8273 2013-09-26 Leo Liu <sdl.web@gmail.com>
8274
8275 * minibuffer.el (completion-all-sorted-completions): Make args
8276 optional as they are.
8277
8278 2013-09-25 Daniel Colascione <dancol@dancol.org>
8279
8280 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8281 specs are and that they're not evaluated.
8282
8283 2013-09-24 Sam Steingold <sds@gnu.org>
8284
8285 * midnight.el (clean-buffer-list-kill-regexps)
8286 (clean-buffer-list-kill-buffer-names): Update for the new Man
8287 buffer naming which includes the object name.
8288
8289 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8292 (eshell-parse-command, eshell-parse-pipeline): Use it since
8293 eshell-separate-commands requires a dynamic scoped var.
8294 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8295
8296 2013-09-23 Leo Liu <sdl.web@gmail.com>
8297
8298 * autoinsert.el (auto-insert-alist): Make the value of
8299 lexical-binding match its file setting.
8300
8301 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8302
8303 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8304
8305 * autoarg.el (autoarg-kp-digit-argument):
8306 * electric.el (Electric-command-loop):
8307 * kmacro.el (kmacro-step-edit-insert):
8308 Do not set universal-argument-num-events.
8309
8310 2013-09-22 Leo Liu <sdl.web@gmail.com>
8311
8312 * files.el (interpreter-mode-alist): Add octave.
8313
8314 2013-09-21 Alan Mackenzie <acm@muc.de>
8315
8316 C++: fontify identifier in declaration following "public:" correctly.
8317 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8318 to match "public", etc.
8319 (c-decl-prefix-re): Add ":" into the C++ value.
8320 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8321 bit. Add a check for a ":" preceded by "public", etc.
8322
8323 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8324
8325 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8326 recognized by GDB 7.5 and later.
8327
8328 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8329
8330 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8331
8332 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * subr.el (internal--call-interactively): New const.
8335 (called-interactively-p): Use it (bug#3984).
8336
8337 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8338
8339 * vc/pcvs.el (cvs-mode-ignore):
8340 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8341 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8342
8343 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8344
8345 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8346 (eshell-ls-orig-insert-directory): Remove.
8347 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8348 (eshell-ls-use-in-dired): Use advice-add/remove.
8349 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8350 Add `orig-fun' arg for use in :around advice.
8351 Make it check (redundantly) eshell-ls-use-in-dired.
8352
8353 2013-09-19 Glenn Morris <rgm@gnu.org>
8354
8355 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8356
8357 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8358
8359 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8360
8361 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8362
8363 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8364 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8365 (tramp-get-remote-python): New defuns.
8366 (tramp-get-remote-uid-with-perl)
8367 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8368 contributed by yary <not.com@gmail.com> (tiny change).
8369 (tramp-get-remote-uid-with-python)
8370 (tramp-get-remote-gid-with-python): New defuns. Python code
8371 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8372 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8373
8374 2013-09-19 Glenn Morris <rgm@gnu.org>
8375
8376 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8377
8378 * eshell/em-unix.el (eshell-remove-entries):
8379 Rename argument to avoid name-clash with global `top-level'.
8380
8381 * eshell/esh-proc.el (eshell-kill-process-function):
8382 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8383 (eshell-reset-after-proc): Remove unused arg `proc'.
8384
8385 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8386 (directory-files-and-attributes): Mark unused arg.
8387
8388 * eshell/em-unix.el (eshell-remove-entries):
8389 Remove unused arg `path'. Update callers.
8390
8391 * eshell/em-hist.el (eshell-hist-parse-arguments):
8392 Remove unused arg `silent'. Update callers.
8393
8394 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8395 Fix (f)boundp mix-up.
8396
8397 * eshell/em-smart.el (eshell-smart-scroll-window)
8398 (eshell-disable-after-change):
8399 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8400
8401 2013-09-18 Alan Mackenzie <acm@muc.de>
8402
8403 Fix fontification of type when followed by "const".
8404 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8405 "known" types from fontification.
8406
8407 2013-09-18 Glenn Morris <rgm@gnu.org>
8408
8409 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8410 (chart-face-list): Drop Emacsen without display-color-p.
8411
8412 * net/eww.el (libxml-parse-html-region): Declare.
8413 (eww-display-html): Explicit error if no libxml2 support.
8414
8415 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8416
8417 * image.el (image-type-from-buffer, image-multi-frame-p):
8418 Remove --without-x warning/error.
8419
8420 * mouse.el (mouse-yank-primary):
8421 * term.el (term-mouse-paste):
8422 Reorder to silence --without-x compilation.
8423
8424 * mpc.el (doc-view-mode): Silence --without-x compilation.
8425
8426 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8427 Silence --without-x compilation.
8428
8429 * progmodes/gud.el (gud-find-file, gud-mode):
8430 Silence --without-x compilation.
8431 (tooltip-mode): Declare.
8432
8433 * wdired.el (dired-backup-overwrite): Remove declaration.
8434 (wdired-mode-map): Add doc string.
8435
8436 * custom.el (x-get-resource): Declare.
8437
8438 * eshell/em-glob.el (ange-cache):
8439 * eshell/em-unix.el (ange-cache): Declare.
8440
8441 * faces.el (x-display-list, x-open-connection, x-get-resource):
8442 Declare.
8443
8444 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8445 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8446 Declare.
8447
8448 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8449
8450 * net/gnutls.el (gnutls-log-level): Declare.
8451
8452 * net/shr.el (image-size, image-animate): Declare.
8453
8454 * simple.el (font-info): Declare.
8455
8456 * subr.el (x-popup-dialog): Declare.
8457
8458 * term/common-win.el (x-select-enable-primary)
8459 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8460 Declare.
8461
8462 * term/ns-win.el (x-handle-args): Declare.
8463
8464 * term/x-win.el (x-select-enable-clipboard): Declare.
8465
8466 * term/w32-win.el (create-default-fontset): Declare.
8467
8468 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8469 Declare.
8470
8471 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8472 (fit-frame-to-buffer): Explicit error if --without-x.
8473 (mouse-autoselect-window-select): Silence compiler.
8474
8475 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8476
8477 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8478 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8479 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8480 * eshell/esh-util.el (eshell-sublist):
8481 Remove unused local variables.
8482
8483 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8484
8485 * textmodes/two-column.el: Make 2C-split work for --without-x.
8486 (scroll-bar-columns): Autoload.
8487 (top-level): Require fringe when compiling.
8488
8489 2013-09-18 Leo Liu <sdl.web@gmail.com>
8490
8491 * subr.el (add-hook): Robustify to handle closure as well.
8492
8493 2013-09-17 Glenn Morris <rgm@gnu.org>
8494
8495 * simple.el (messages-buffer-mode-map): Unbind "g".
8496
8497 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * help-mode.el (help-mode-finish): Use derived-mode-p.
8500 Remove obsolete highlighting.
8501
8502 * play/life.el (life-mode): Use define-derived-mode. Derive from
8503 special-mode.
8504 (life): Let-bind inhibit-read-only.
8505 (life-setup): Avoid `setq'. Use `life-mode'.
8506
8507 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8508 which should not be needed any more.
8509 (package-menu-refresh, package-menu-describe-package): Use user-error.
8510
8511 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8512 (eshell-post-rewrite-command-hook): Make obsolete.
8513 (eshell-parse-command): Simplify.
8514 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8515 (eshell--cmd): Declare.
8516 (eshell-parse-pipeline): Remove unused var `final-p'.
8517 Pass a dynvar to eshell-post-rewrite-command-hook.
8518 Implement the new eshell-post-rewrite-command-function.
8519 (eshell-invoke-directly): Remove unused arg `input'.
8520 * eshell/esh-io.el (eshell-io-initialize):
8521 Use eshell-post-rewrite-command-function (bug#15399).
8522 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8523 adjust to new calling convention.
8524 (eshell-create-handles): Rename args to avoid clashing with dynvar
8525 `standard-output'.
8526
8527 2013-09-17 Glenn Morris <rgm@gnu.org>
8528
8529 * simple.el (messages-buffer-mode): New major mode.
8530 (messages-buffer): New function.
8531 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8532 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8533 (ert-run-test): Use `messages-buffer' function.
8534 (ert--force-message-log-buffer-truncation): Ignore read-only.
8535 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8536 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8537
8538 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8539
8540 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8541
8542 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8543
8544 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * icomplete.el (icomplete-in-buffer): New var.
8547 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8548 vars and replace them with functions.
8549 (icomplete-minibuffer-setup): Adjust accordingly.
8550 (icomplete--completion-table, icomplete--completion-predicate)
8551 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8552 New functions.
8553 (icomplete-forward-completions, icomplete-backward-completions)
8554 (icomplete-simple-completing-p, icomplete-exhibit)
8555 (icomplete-completions): Use them.
8556 (icomplete--in-region-buffer): New var.
8557 (icomplete--in-region-setup): New function.
8558 (icomplete-mode): Use it.
8559
8560 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8561 (bug#15379).
8562 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8563 return args and options.
8564 (eshell-eval-using-options): Use the new return value of
8565 eshell--do-opts to set the options's vars in their scope.
8566 (eshell--set-option): Rename from eshell-set-option.
8567 Add arg `opt-vals'.
8568 (eshell--process-option): Rename from eshell-process-option.
8569 Add arg `opt-vals'.
8570 (eshell--process-args): Use an `opt-vals' alist to store the options's
8571 values during their processing and return them additionally to the
8572 remaining args.
8573
8574 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8575
8576 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8577 continuation character an operator, as far as indentation is
8578 concerned (Bug#15369).
8579
8580 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8581
8582 * window.el (window--state-put-2): Don't process buffer state
8583 when buffer doesn't exist any more (Bug#15382).
8584
8585 2013-09-15 Glenn Morris <rgm@gnu.org>
8586
8587 * eshell/em-unix.el (eshell/rm):
8588 Make -f ignore missing files. (Bug#15373)
8589
8590 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8591 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8592 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8593
8594 2013-09-14 Glenn Morris <rgm@gnu.org>
8595
8596 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8597
8598 2013-09-13 Glenn Morris <rgm@gnu.org>
8599
8600 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8601 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8602
8603 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8604
8605 * frame.el (x-focus-frame): Mark as declared in frame.c.
8606
8607 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8608
8609 * ls-lisp.el: Use advice-add.
8610 (original-insert-directory): Remove.
8611 (ls-lisp--insert-directory): Rename from insert-directory; add
8612 `orig-fun' argument.
8613 (insert-directory): Advise.
8614
8615 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8616
8617 * term.el (term-emulate-terminal): Decode the command string
8618 before passing it to term-command-hook. (Bug#15337)
8619
8620 2013-09-13 Glenn Morris <rgm@gnu.org>
8621
8622 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8623
8624 * eshell/esh-ext.el (eshell-search-path): Declare.
8625
8626 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8627 Otherwise an error occurs if eshell-dirs module not loaded.
8628
8629 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8630
8631 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8632
8633 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8634 `tramp-check-proper-host'. Check for a valid method name.
8635
8636 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8637 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8638 * net/tramp-sh.el (tramp-maybe-open-connection):
8639 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8640
8641 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8642 also for hash values.
8643
8644 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8645
8646 * term/ns-win.el (parameters): Don't declare as dynamic.
8647 (before-make-frame-hook): Don't add ineffective function.
8648
8649 * eshell/*.el: Use lexical-binding (bug#15231).
8650
8651 2013-09-12 Kenichi Handa <handa@gnu.org>
8652
8653 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8654
8655 2013-09-12 Glenn Morris <rgm@gnu.org>
8656
8657 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8658 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8659
8660 * subr.el (do-after-load-evaluation): Also give compiler warnings
8661 when obsolete files are used (except by obsolete files).
8662
8663 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8664 in the status output, assume `filename' is the first. (Bug#15322)
8665
8666 * vc/vc.el (vc-deduce-fileset): Doc fix.
8667
8668 * calc/calc-help.el (Info-goto-node):
8669 * progmodes/cperl-mode.el (Info-find-node):
8670 * vc/ediff.el (Info-goto-node): Update declarations.
8671
8672 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8673
8674 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8675 (vc-bzr-pull): Require vc-dispatcher.
8676 * vc/vc-git.el (vc-compilation-mode): Declare.
8677 (vc-git-pull): Require vc-dispatcher.
8678
8679 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8680
8681 * progmodes/octave.el (help-button-action): Declare.
8682
8683 * shell.el (shell-directory-tracker): Output error as a message
8684 rather than just returning it as a string.
8685 (shell-process-pushd): Remove useless use of message.
8686
8687 * dframe.el (dframe-timer-fn):
8688 * files.el (dir-locals-read-from-file):
8689 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8690 (mpc-format):
8691 * reveal.el (reveal-post-command):
8692 * saveplace.el (load-save-place-alist-from-file):
8693 * shell.el (shell-resync-dirs):
8694 * w32-common-fns.el (x-get-selection-value):
8695 * emacs-lisp/copyright.el (copyright-find-copyright):
8696 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8697 * emulation/tpu-edt.el (tpu-copy-keyfile):
8698 * play/bubbles.el (bubbles--mark-neighbourhood):
8699 * progmodes/executable.el
8700 (executable-make-buffer-file-executable-if-script-p):
8701 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8702
8703 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8704
8705 Cleanup Eshell to rely less on dynamic scoping.
8706 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8707 last-value, and ext-command here. Bind `args' closer to `body'.
8708 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8709 (eshell--args): Declare new dynamic var.
8710 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8711 last-value, and ext-command. Pass `args' to `body'.
8712 (eshell-process-args): Bind eshell--args.
8713 (eshell-set-option): Use eshell--args.
8714 * eshell/eshell.el (eshell): Use derived-mode-p.
8715 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8716 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8717 (eshell-glob-function): Declare.
8718 * eshell/esh-util.el: Require cl-lib.
8719 (eshell-read-hosts-file): Avoid add-to-list.
8720 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8721 `err'.
8722 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8723 Declare.
8724 (eshell/diff): Remove unused var `err'.
8725 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8726 `killflag'.
8727 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8728 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8729 first use.
8730 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8731 Move declaration before first use.
8732 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8733 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8734 rely on cl-return.
8735
8736 2013-09-12 Glenn Morris <rgm@gnu.org>
8737
8738 * term/ns-win.el (global-map): Remove binding for ispell-next,
8739 deleted 1999-05-29. (Bug#15357)
8740
8741 2013-09-11 Glenn Morris <rgm@gnu.org>
8742
8743 * echistory.el (electric-command-history): Remove call to deleted func.
8744
8745 * play/landmark.el (landmark-mode): Fix typos.
8746
8747 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8748 Check cvs-sort-ignore-file is bound.
8749
8750 * savehist.el: No need for cl when compiling on Emacs.
8751
8752 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8753
8754 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8755 (bug#15338).
8756 (eshell-self-insert-command, eshell-send-invisible):
8757 Remove unused argument.
8758 (eshell-handle-control-codes): Remove unused var `orig'.
8759 Avoid delete-backward-char.
8760
8761 * files.el (set-auto-mode): Simplify a bit further.
8762
8763 2013-09-11 Glenn Morris <rgm@gnu.org>
8764
8765 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8766 (set-auto-mode): Don't regexp-quote elements.
8767 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8768 * progmodes/cc-mode.el (interpreter-mode-alist):
8769 * progmodes/ruby-mode.el (interpreter-mode-alist):
8770 Revert previous change.
8771
8772 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8773
8774 * play/snake.el (snake-mode):
8775 * play/mpuz.el (mpuz-mode):
8776 * play/landmark.el (lm-mode):
8777 * play/blackbox.el (blackbox-mode):
8778 * play/5x5.el (5x5-mode):
8779 * obsolete/options.el (Edit-options-mode):
8780 * net/quickurl.el (quickurl-list-mode):
8781 * net/newst-treeview.el (newsticker-treeview-mode):
8782 * mail/rmailsum.el (rmail-summary-mode):
8783 * mail/mspools.el (mspools-mode):
8784 * locate.el (locate-mode):
8785 * ibuffer.el (ibuffer-mode):
8786 * emulation/ws-mode.el (wordstar-mode):
8787 * emacs-lisp/debug.el (debugger-mode):
8788 * array.el (array-mode):
8789 * net/eudc.el (eudc-mode): Use define-derived-mode.
8790 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8791 Move initialization into declaration.
8792 (mairix-searches-mode): Use define-derived-mode.
8793 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8794 (eudc-edit-hotlist): Use dolist.
8795 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8796 (Man-mode): Use define-derived-mode.
8797 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8798 (Info-edit-mode): Use define-derived-mode.
8799 (Info-cease-edit): Use Info-mode.
8800 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8801 into declaration.
8802 (eshell-mode): Use define-derived-mode.
8803 * chistory.el (command-history-mode-map): Rename from
8804 command-history-map.
8805 (command-history-mode): Use define-derived-mode.
8806 (Command-history-setup): Remove function.
8807 * calc/calc.el (calc-trail-mode-map): New var.
8808 (calc-trail-mode): Use define-derived-mode.
8809 (calc-trail-buffer): Set calc-main-buffer manually.
8810 * bookmark.el (bookmark-insert-annotation): New function.
8811 (bookmark-edit-annotation): Use it.
8812 (bookmark-edit-annotation-mode): Make it a proper major mode.
8813 (bookmark-send-edited-annotation): Use derived-mode-p.
8814 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8815 closer to its ideal place. Use \' to match EOS.
8816
8817 * profiler.el (profiler-calltree-find): Use function-equal.
8818
8819 2013-09-10 Glenn Morris <rgm@gnu.org>
8820
8821 * files.el (interpreter-mode-alist): Convert to regexps.
8822 (set-auto-mode): Adapt for this. (Bug#15306)
8823 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8824 Comment out unused variable.
8825 * progmodes/cc-mode.el (interpreter-mode-alist):
8826 * progmodes/python.el (interpreter-mode-alist):
8827 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8828 * progmodes/sh-script.el (sh-set-shell):
8829 No longer use interpreter-mode-alist to get list of shells.
8830
8831 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8832
8833 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8834
8835 * simple.el: Use set-temporary-overlay-map for universal-argument.
8836 (universal-argument-map): Don't use default-bindings (bug#15317).
8837 Bind switch-frame explicitly. Replace universal-argument-minus with
8838 a conditional binding.
8839 (universal-argument-num-events, saved-overriding-map): Remove.
8840 (restore-overriding-map): Remove.
8841 (universal-argument--mode): Rename from save&set-overriding-map,
8842 and rewrite.
8843 (universal-argument, universal-argument-more, negative-argument)
8844 (digit-argument): Adjust accordingly.
8845 (universal-argument-minus): Remove.
8846 (universal-argument-other-key): Remove.
8847
8848 * subr.el (with-demoted-errors): Add `format' argument.
8849
8850 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8851
8852 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8853 `tramp-cleanup-connection'.
8854
8855 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8856 parameters KEEP-DEBUG and KEEP-PASSWORD.
8857
8858 * net/tramp.el (tramp-file-name-handler):
8859 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8860 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8861 (tramp-maybe-open-connection):
8862 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8863 Use `tramp-cleanup-connection'.
8864
8865 * net/tramp-sh.el (tramp-maybe-open-connection):
8866 Catch 'uname-changed inside the progress reporter.
8867
8868 2013-09-10 Glenn Morris <rgm@gnu.org>
8869
8870 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8871
8872 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8873 returns "alternate access method" in mode (eg "-rw-r--r--.").
8874
8875 2013-09-08 Glenn Morris <rgm@gnu.org>
8876
8877 * saveplace.el (load-save-place-alist-from-file):
8878 Demote errors. (Bug#15305)
8879
8880 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8881
8882 Improve compatibility with older Emacsen, and XEmacs.
8883
8884 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8885 only if it is bound. It isn't for XEmacs.
8886 (with-tramp-progress-reporter): Do not let-bind `result'.
8887 This yields to scoping errors in XEmacs.
8888 (tramp-handle-make-auto-save-file-name): New function, moved from
8889 tramp-sh.el.
8890
8891 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8892 for `make-auto-save-file-name'.
8893 (tramp-adb--gnu-switches-to-ash):
8894 Use `tramp-compat-replace-regexp-in-string'.
8895
8896 * net/tramp-cache.el (tramp-cache-print): Call
8897 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8898
8899 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8900 bound. It isn't for XEmacs.
8901
8902 * net/tramp-compat.el (tramp-compat-copy-file):
8903 Catch `wrong-number-of-arguments' error.
8904 (tramp-compat-replace-regexp-in-string): New defun.
8905
8906 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8907 for `make-auto-save-file-name'.
8908 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8909 `copy-file'.
8910 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8911 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8912 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8913
8914 * net/tramp-gw.el (tramp-gw-open-network-stream):
8915 Use `tramp-compat-replace-regexp-in-string'.
8916
8917 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8918 Call `tramp-handle-make-auto-save-file-name'.
8919 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8920 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8921 (tramp-sh-file-inotifywait-process-filter):
8922 Use `tramp-compat-replace-regexp-in-string'.
8923 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8924
8925 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8926 for `make-auto-save-file-name'.
8927 (tramp-smb-handle-copy-directory):
8928 Call `tramp-compat-replace-regexp-in-string'.
8929 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8930 (tramp-smb-handle-copy-file): Improve error message.
8931 (tramp-smb-handle-rename-file): Rename directly only in case
8932 `newname' does not exist yet. This is a restriction of smbclient.
8933 (tramp-smb-maybe-open-connection): Rerun the function only when
8934 `auth-sources' is non-nil.
8935
8936 2013-09-08 Kenichi Handa <handa@gnu.org>
8937
8938 * international/characters.el: Set category "^" (Combining) for
8939 more characters.
8940
8941 2013-09-07 Alan Mackenzie <acm@muc.de>
8942
8943 Correctly fontify Java class constructors.
8944 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8945 in Java Mode.
8946 (c-recognize-typeless-decls): Set the Java value to t.
8947 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8948 While handling a "(", add a check for, effectively, Java, and handle a
8949 "typeless" declaration there.
8950
8951 2013-09-07 Roland Winkler <winkler@gnu.org>
8952
8953 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8954 field subtitle for entry type book.
8955
8956 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * minibuffer.el: Make minibuffer-complete call completion-in-region
8959 rather than other way around.
8960 (completion--some, completion-pcm--find-all-completions):
8961 Don't delay signals when debugging.
8962 (minibuffer-completion-contents): Beware fields within the
8963 minibuffer contents.
8964 (completion-all-sorted-completions): Use defvar-local.
8965 (completion--do-completion, completion--cache-all-sorted-completions)
8966 (completion-all-sorted-completions, minibuffer-force-complete):
8967 Add args `beg' and `end'.
8968 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8969 (minibuffer-complete): Use completion-in-region.
8970 (completion-complete-and-exit): New fun, extracted from
8971 minibuffer-complete-and-exit.
8972 (minibuffer-complete-and-exit): Use it.
8973 (completion--complete-and-exit): Rename from
8974 minibuffer--complete-and-exit.
8975 (completion-in-region--single-word): New function, extracted from
8976 minibuffer-complete-word.
8977 (minibuffer-complete-word): Use it.
8978 (display-completion-list): Make `common-substring' argument obsolete.
8979 (completion--in-region): Call completion--in-region-1 instead of
8980 minibuffer-complete.
8981 (completion-help-at-point): Pass boundaries to
8982 minibuffer-completion-help as args rather than via an overlay.
8983 (completion-pcm--string->pattern): Use `any-delim'.
8984 (completion-pcm--optimize-pattern): New function.
8985 (completion-pcm--pattern->regex): Handle `any-delim'.
8986 * icomplete.el (icomplete-forward-completions)
8987 (icomplete-backward-completions, icomplete-completions):
8988 Adjust calls to completion-all-sorted-completions and
8989 completion--cache-all-sorted-completions.
8990 (icomplete-with-completion-tables): Default to t.
8991 * emacs-lisp/crm.el (crm--current-element): Rename from
8992 crm--select-current-element. Don't put an overlay but return the
8993 boundaries instead.
8994 (crm--completion-command): Take two new args to bind to the boundaries.
8995 (crm-completion-help): Adjust accordingly.
8996 (crm-complete): Use completion-in-region.
8997 (crm-complete-word): Use completion-in-region--single-word.
8998 (crm-complete-and-exit): Use completion-complete-and-exit.
8999
9000 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9001
9002 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9003 than dynamically.
9004
9005 2013-09-06 Juri Linkov <juri@jurta.org>
9006
9007 * info.el (Info-display-images-node): When image file doesn't exist
9008 display text version of the image if it's provided in the Info file.
9009 Otherwise, display the location of missing image from SRC attribute.
9010 Add help-echo text property from ALT attribute. (Bug#15279)
9011
9012 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9013
9014 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9015 (edit-abbrevs-mode): Use define-derived-mode.
9016
9017 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9018 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9019 that it's defined.
9020 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9021 Use define-derived-mode.
9022
9023 * epg.el (epg-start-encrypt): Minor CSE simplification.
9024
9025 2013-09-06 William Xu <william.xwl@gmail.com>
9026
9027 * arc-mode.el: Add support for 7za (bug#15264).
9028 (archive-7z-program): New var.
9029 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9030 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9031 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9032
9033 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9034
9035 Remove URL syntax.
9036
9037 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9038 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9039 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9040 (tramp-postfix-host-format, tramp-file-name-regexp)
9041 (tramp-completion-file-name-regexp)
9042 (tramp-completion-dissect-file-name)
9043 (tramp-handle-substitute-in-file-name): Remove 'url case.
9044 (tramp-file-name-regexp-url)
9045 (tramp-completion-file-name-regexp-url): Remove constants.
9046
9047 2013-09-06 Glenn Morris <rgm@gnu.org>
9048
9049 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
9050
9051 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
9052
9053 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9054 keywords" below "here-doc beginnings" (Bug#15270).
9055
9056 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * subr.el (pop): Use `car-safe'.
9059 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9060 to detect unused `pop' return value.
9061
9062 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9063 var `block-regexp'.
9064 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
9065 (python-fill-string): Remove unused var `marker'.
9066 (python-skeleton-add-menu-items): Remove unused var `items'.
9067
9068 * international/mule-cmds.el: Require CL.
9069 (find-coding-systems-for-charsets): Avoid add-to-list.
9070 (sanitize-coding-system-list): New function, extracted from
9071 select-safe-coding-system-interactively.
9072 (select-safe-coding-system-interactively): Use it.
9073 (read-input-method-name): Accept symbols for `default'.
9074
9075 * emacs-lisp/advice.el (defadvice): Add indent rule.
9076
9077 2013-09-05 Daniel Hackney <dan@haxney.org>
9078
9079 * dired-x.el:
9080 * net/ange-ftp.el:
9081 * net/browse-url.el:
9082 * net/dbus.el:
9083 * net/eudc.el:
9084 * net/eudcb-ldap.el:
9085 * net/eww.el:
9086 * net/imap.el:
9087 * printing.el:
9088 * vc/ediff-diff.el:
9089 * vc/ediff-init.el:
9090 * vc/ediff-merg.el:
9091 * vc/ediff-mult.el:
9092 * vc/ediff-util.el:
9093 * vc/ediff-wind.el:
9094 * vc/ediff.el:
9095 * vc/emerge.el:
9096 * vc/pcvs.el:
9097 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
9098 byte compiler. Remove some unused let-bound variables.
9099
9100 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9101
9102 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
9103 a "ref-cell", since it gets better optimized (bug#14883).
9104
9105 2013-09-05 Glenn Morris <rgm@gnu.org>
9106
9107 * progmodes/cc-awk.el (c-forward-sws): Declare.
9108
9109 2013-09-04 Glenn Morris <rgm@gnu.org>
9110
9111 * generic-x.el [rul-generic-mode]: Require cc-mode.
9112 (c++-mode-syntax-table): Declare.
9113 (rul-generic-mode-syntax-table): Init in the defvar.
9114
9115 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9118 (vc-do-command, vc-set-async-update):
9119 * vc/vc-mtn.el (vc-mtn-dir-status):
9120 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9121 (vc-hg-pull, vc-hg-merge-branch):
9122 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9123 (vc-git-merge-branch):
9124 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9125 (vc-cvs-dir-status-files):
9126 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9127 (vc-bzr-dir-status-files):
9128 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9129 * vc/vc-annotate.el: Use lexical-binding.
9130 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9131 (vc-sentinel-movepoint): Declare.
9132 (vc-annotate): Don't use `goto-line'.
9133 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9134 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9135 (vc-sentinel-movepoint): Declare.
9136 * vc/vc-svn.el: Use lexical-binding.
9137 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9138 * vc/vc-sccs.el:
9139 * vc/vc-rcs.el: Use lexical-binding.
9140
9141 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9142 `deleted'. Don't drop errors silently.
9143
9144 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9145
9146 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9147
9148 * vc/vc.el (vc-ignore): Rewrite.
9149 (vc-default-ignore): New function.
9150 (vc-default-ignore-completion-table): Use find-ignore-file.
9151
9152 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9153 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9154 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9155 Remove. Most code moved to vc.el.
9156
9157 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9160 * net/tramp-smb.el (tramp-smb-get-file-entries):
9161 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9162 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9163
9164 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9165 Update call to it.
9166 (eww-change-select): Remove unused var `properties'.
9167 (eww-make-unique-file-name): Remove unused var `base'.
9168
9169 * finder.el (finder-compile-keywords): Don't mess with windows.
9170
9171 * calculator.el (calculator-funcall): Fix typo in last change.
9172
9173 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9174
9175 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9176 <pkg>-autoloads.el file stop us.
9177
9178 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9179 warnings, and factor out common code.
9180
9181 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9182
9183 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9184 two-character operators and whether the character preceding them
9185 changes their meaning (Bug#15208).
9186
9187 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9188
9189 Format code sent to Python shell for robustness.
9190 * progmodes/python.el (python-shell-buffer-substring):
9191 New function.
9192 (python-shell-send-region, python-shell-send-buffer): Use it.
9193
9194 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9195
9196 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9197 * net/tramp.el (tramp-user-error): ... here.
9198 (tramp-find-method, tramp-check-proper-host)
9199 (tramp-dissect-file-name, tramp-debug-message)
9200 (tramp-handle-shell-command):
9201 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9202 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9203
9204 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9205
9206 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9207
9208 * avoid.el (mouse-avoidance-point-position)
9209 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9210 returns nil.
9211
9212 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9213
9214 * progmodes/python.el (python-shell-completion-get-completions):
9215 Drop use of deleted `comint-last-prompt-overlay'.
9216 (python-nav-if-name-main): New command.
9217
9218 2013-09-01 Glenn Morris <rgm@gnu.org>
9219
9220 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9221 Avoid leading space in $wins. Otherwise the sed command used by
9222 eg compile-main ends up containing "/*.el". (Bug#15170)
9223
9224 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9225
9226 2013-08-30 Glenn Morris <rgm@gnu.org>
9227
9228 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9229 Fix is-this-a-directory logic. (Bug#15220)
9230
9231 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9232
9233 * textmodes/css-mode.el: Use SMIE.
9234 (css-smie-grammar): New var.
9235 (css-smie--forward-token, css-smie--backward-token)
9236 (css-smie-rules): New functions.
9237 (css-mode): Use them.
9238 (css-navigation-syntax-table): Remove var.
9239 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9240 (css-indent-calculate, css-indent-line): Remove functions.
9241
9242 Misc changes to reduce use of `(lambda...); and other cleanups.
9243 * cus-edit.el: Use lexical-binding.
9244 (customize-push-and-save, customize-apropos)
9245 (custom-buffer-create-internal): Use closures.
9246 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9247 * progmodes/ada-xref.el: Use setq.
9248 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9249 * dframe.el: Use lexical-binding.
9250 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9251 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9252 * descr-text.el: Use lexical-binding.
9253 (describe-text-widget, describe-text-sexp, describe-property-list):
9254 Use closures.
9255 * comint.el (comint-history-isearch-push-state): Use a closure.
9256 * calculator.el: Use lexical-binding.
9257 (calculator-number-to-string): Make it work with lexical-binding.
9258 (calculator-funcall): Same and use cl-letf.
9259
9260 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9261 (lisp--company-doc-string, lisp--company-location): New functions.
9262 (lisp-completion-at-point): Use them to improve Company support.
9263
9264 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9265 params of lambda expressions.
9266 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9267 (ruby-smie--opening-pipe-p): New function.
9268 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9269 symbols and matched |...| for formal params.
9270 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9271 from being treated as hanging. Handle "rescue".
9272
9273 2013-08-29 Glenn Morris <rgm@gnu.org>
9274
9275 * progmodes/cc-engine.el (c-pull-open-brace):
9276 Move definition before use.
9277
9278 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9279
9280 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9281 are immutable. Don't use `unsafe' any more.
9282 (cl--defsubst-expand): Don't substitute at the same time as keeping
9283 a residual unused let-binding. Don't use `unsafe' any more.
9284
9285 2013-08-29 Glenn Morris <rgm@gnu.org>
9286
9287 * calendar/cal-china.el (calendar-chinese-year-cache):
9288 Recenter on 2015.
9289
9290 * nxml/nxml-util.el (nxml-debug-clear-inside):
9291 Use cl-loop rather than loop.
9292
9293 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9294
9295 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9296
9297 2013-08-28 Glenn Morris <rgm@gnu.org>
9298
9299 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9300
9301 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9302
9303 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9304
9305 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * simple.el (repeat-complex-command--called-interactively-skip):
9308 New function.
9309 (repeat-complex-command): Use it (bug#14136).
9310
9311 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9312 (c-define-abbrev-table): Add `doc' argument.
9313 (c-mode-abbrev-table, c++-mode-abbrev-table)
9314 (objc-mode-abbrev-table, java-mode-abbrev-table)
9315 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9316 (awk-mode-abbrev-table): Use it.
9317 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9318 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9319 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9320 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9321 Move initialization into the declaration; and remove any
9322 autoload cookie.
9323
9324 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9325 and dynamic let binding.
9326
9327 * vc/smerge-mode.el: Remove redundant :group args.
9328
9329 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9330 to load-path.
9331
9332 2013-08-28 Juri Linkov <juri@jurta.org>
9333
9334 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9335 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9336 (isearch-other-meta-char): Handle an undefined shifted printing
9337 character by downshifting it. (Bug#15200)
9338
9339 2013-08-28 Juri Linkov <juri@jurta.org>
9340
9341 * isearch.el (isearch-search): Change regexp error message for
9342 non-regexp searches. (Bug#15166)
9343
9344 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9345
9346 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9347 for portability to hosts where /bin/sh has problems.
9348
9349 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9350
9351 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9352
9353 2013-08-27 Juri Linkov <juri@jurta.org>
9354
9355 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9356 in the keyboard macro. (Bug#15126)
9357
9358 2013-08-27 Juri Linkov <juri@jurta.org>
9359
9360 * isearch.el (isearch-quote-char): Comment out converting unibyte
9361 to multibyte, thus syncing with its `quoted-insert' counterpart.
9362 (Bug#15166)
9363
9364 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9365
9366 * window.el (display-buffer-use-some-window): Add missing
9367 argument in call of get-largest-window (Bug#15185).
9368 Reported by Stephen Leake.
9369
9370 2013-08-27 Glenn Morris <rgm@gnu.org>
9371
9372 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9373
9374 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9375
9376 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9377 from a matcher-function unless there's no more matches (bug#15161).
9378
9379 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9380
9381 * minibuffer.el: Revert change from 2013-08-20.
9382
9383 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9384 with text property `tramp-default', if appropriate.
9385 (tramp-check-proper-host): New defun.
9386 (tramp-dissect-file-name): Do not check hostname. Revert change
9387 of 2013-03-18.
9388 (tramp-backtrace): Make VEC-OR-PROC optional.
9389
9390 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9391 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9392 * net/tramp-sh.el (tramp-maybe-open-connection):
9393 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9394 Apply `tramp-check-proper-host'.
9395
9396 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9397
9398 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9399 lambda expression in order to have `describe-variable' display it.
9400
9401 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9402
9403 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9404 BUF can be optional. (Bug#15186)
9405
9406 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9407
9408 * progmodes/flymake.el (flymake-get-real-file-name-function):
9409 Fix broken customization. (Bug#15184)
9410
9411 2013-08-25 Alan Mackenzie <acm@muc.de>
9412
9413 Improve indentation of bracelists defined by macros (without "=").
9414
9415 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9416 expansion begins with "{", regard it as bracelist when it doesn't
9417 contain a ";".
9418
9419 Parse C++ inher-intro when there's a template split over 2 lines.
9420
9421 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9422 rigorously the search for "class" etc. followed by ":".
9423
9424 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9425 random languages a regexp which never matches rather than nil.
9426
9427 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9428
9429 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9430 (c-awk-regexp-one-line-possibly-open-char-list-re)
9431 (c-awk-one-line-possibly-open-regexp-re)
9432 (c-awk-one-line-non-syn-ws*-re): Remove.
9433 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9434 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9435 (c-awk-space*-unclosed-regexp-/-re): New constants.
9436 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9437 aren't regexp delimiters.
9438
9439 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9440 handling for a rare situation in AWK Mode involving unterminated
9441 strings/regexps.
9442
9443 2013-08-23 Glenn Morris <rgm@gnu.org>
9444
9445 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9446
9447 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9448
9449 * files.el (create-file-buffer): If the result would begin with
9450 spaces, prepend a "|" instead of removing them. (Bug#15162)
9451
9452 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9453
9454 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9455 text-properties (bug#15155).
9456
9457 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9458 exist any more.
9459 (calc-keypad-redraw): Remove unused var `pad'.
9460 (calc-keypad-press): Remove unused var `menu'.
9461
9462 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9463
9464 * window.el (display-buffer-pop-up-frame):
9465 Call pop-up-frame-function with BUFFER current so `make-frame' will
9466 use it as the new frame's buffer (Bug#15133).
9467
9468 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * calendar/timeclock.el: Minor cleanups.
9471 (timeclock-ask-before-exiting, timeclock-use-display-time):
9472 Use `symbol'.
9473 (timeclock-modeline-display): Define as alias before the
9474 actual definition.
9475 (timeclock-mode-line-display): Use define-minor-mode.
9476 (timeclock-day-list-template): Make it a function, add an argument.
9477 (timeclock-day-list-required, timeclock-day-list-length)
9478 (timeclock-day-list-debt, timeclock-day-list-span)
9479 (timeclock-day-list-break): Adjust calls accordingly.
9480
9481 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9484 Use read--expression so that completion works again.
9485
9486 2013-08-21 Sam Steingold <sds@gnu.org>
9487
9488 Add rudimentary inferior shell interaction
9489 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9490 (sh-set-shell): Reset it.
9491 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9492 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9493
9494 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * align.el: Use lexical-binding.
9497 (align-region): Simplify accordingly.
9498
9499 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9500
9501 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9502
9503 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9504 `non-essential' up.
9505
9506 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9507
9508 * net/tramp.el:
9509 * net/tramp-adb.el:
9510 * net/tramp-cmds.el:
9511 * net/tramp-ftp.el:
9512 * net/tramp-gvfs.el:
9513 * net/tramp-gw.el:
9514 * net/tramp-sh.el: Don't wrap external variable declarations by
9515 `eval-when-compile'.
9516
9517 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9518
9519 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9520 now that Emacs supports ImageMagick animations.
9521
9522 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9523
9524 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9525 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9526
9527 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9528
9529 * window.el (mouse-autoselect-window-select): Do autoselect when
9530 mouse pointer is on margin.
9531
9532 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9533
9534 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9535
9536 2013-08-16 Glenn Morris <rgm@gnu.org>
9537
9538 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9539 Handle "Remote Directory" response of some clients. (Bug#15058)
9540
9541 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9542 Tweak warning. (Bug#14926)
9543
9544 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9545 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9546
9547 * image-mode.el (image-mode-map): Add menu items to reverse,
9548 increase, decrease, reset animation speed.
9549 (image--set-speed, image-increase-speed, image-decrease-speed)
9550 (image-reverse-speed, image-reset-speed): New functions.
9551 (image-mode-map): Add bindings for speed commands.
9552
9553 * image.el (image-animate-get-speed, image-animate-set-speed):
9554 New functions.
9555 (image-animate-timeout): Respect image :speed property.
9556
9557 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9560 previous line (bug#15101).
9561 (debugger-eval-expression, debugger-record-expression):
9562 Use read--expression (bug#15102).
9563
9564 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9565
9566 Remove byte compiler warnings, visible when compiling with
9567 `byte-compile-force-lexical-warnings' set to t.
9568
9569 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9570 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9571 (tramp-handle-unhandled-file-name-directory)
9572 (tramp-handle-file-notify-add-watch, tramp-action-login)
9573 (tramp-action-succeed, tramp-action-permission-denied)
9574 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9575 arguments with "_".
9576
9577 * net/tramp-adb.el (tramp-adb-parse-device-names)
9578 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9579 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9580 (tramp-adb-handle-file-truename): Remove unused arguments.
9581
9582 * net/tramp-cache.el (tramp-flush-directory-property)
9583 (tramp-flush-connection-property, tramp-list-connections)
9584 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9585
9586 * net/tramp-compat.el (tramp-compat-make-temp-file):
9587 Rename FILENAME to F.
9588
9589 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9590 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9591 (tramp-zeroconf-parse-workstation-device-names)
9592 (tramp-zeroconf-parse-webdav-device-names)
9593 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9594
9595 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9596 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9597
9598 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9599 arguments.
9600 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9601 (tramp-sh-handle-insert-file-contents-literally)
9602 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9603 with "_".
9604 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9605 Remove unused variables.
9606
9607 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9608 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9609 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9610
9611 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9612 Make them a defconst.
9613 (tramp-uuencode-region): Remove unused variable.
9614
9615 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9616
9617 * frameset.el (frameset--prop-setter): New function.
9618 (frameset-prop): Add gv-setter declaration.
9619 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9620 parameter was already set in FILTERED. Doc fix.
9621 (frameset--record-minibuffer-relationships): Allow saving a
9622 minibufferless frame without its corresponding minibuffer frame.
9623 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9624 frame, if the frame id matches.
9625 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9626 frames before orphaned ones.
9627 (frameset-restore): Warn about orphaned windows, instead of error out.
9628
9629 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9630
9631 * window.el (window-make-atom): Don't overwrite parameter
9632 already present.
9633 (display-buffer-in-atom-window): Handle special case where we
9634 split an already atomic window.
9635 (window--major-non-side-window, display-buffer-in-side-window)
9636 (window--side-check): Ignore minibuffer window when walking
9637 window tree.
9638 (window-deletable-p): Return 'frame only if no other frame uses
9639 our minibuffer window.
9640 (record-window-buffer): Run buffer-list-update-hook.
9641 (split-window): Make sure window--check-frame won't destroy an
9642 existing atomic window in case the new window gets nested
9643 inside.
9644 (display-buffer-at-bottom): Ignore minibuffer window when
9645 walking window tree. Don't split a side window.
9646 (pop-to-buffer): Don't set-buffer here, the select-window call
9647 should do that.
9648 (mouse-autoselect-window-select): Autoselect only if we are in the
9649 text portion of the window.
9650
9651 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9652
9653 * net/shr.el (shr-parse-image-data): New function to grab both the
9654 data itself and the Content-Type.
9655 (shr-put-image): Use it.
9656
9657 * net/eww.el (eww-display-image): Ditto.
9658
9659 * image.el (image-content-type-suffixes): New variable.
9660
9661 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9662
9663 * progmodes/python.el (python-imenu--build-tree)
9664 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9665
9666 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9667
9668 * simple.el (backward-word): Mention the optional argument.
9669
9670 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9671
9672 * frameset.el (frameset--make): Rename constructor from make-frameset.
9673 (frameset-p, frameset-valid-p): Don't autoload.
9674 (frameset-valid-p): Use normal accessors.
9675
9676 2013-08-13 Glenn Morris <rgm@gnu.org>
9677
9678 * progmodes/compile.el (compile-command): Tweak example in doc.
9679 * obsolete/scribe.el (scribe-mode):
9680 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9681
9682 * mail/feedmail.el (feedmail-confirm-outgoing)
9683 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9684
9685 * cus-start.el (truncate-partial-width-windows): Fix type.
9686
9687 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9688
9689 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9690
9691 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * emacs-lisp/timer.el (timer--time-setter): New function.
9694 (timer--time): Use it as gv-setter.
9695
9696 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9697 setter is not a symbol.
9698
9699 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9700
9701 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9702 if sending fails. This makes debugging easier.
9703
9704 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9705
9706 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9707 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9708 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9709
9710 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9711
9712 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9713
9714 2013-08-12 Glenn Morris <rgm@gnu.org>
9715
9716 * format.el (format-annotate-function):
9717 Handle read-only text properties in the source. (Bug#14887)
9718
9719 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9720
9721 * net/eww.el (eww-display-html): Ignore coding system errors.
9722 One web site uses "utf-8lias" as the coding system.
9723
9724 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9725
9726 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9727
9728 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9729
9730 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9731 (tutorial--detailed-help): Remove unused local variables.
9732 (tutorial--save-tutorial-to): Use ignore-errors.
9733 (help-with-tutorial): Use looking-at-p.
9734
9735 * view.el (view-buffer-other-window, view-buffer-other-frame):
9736 Mark unused arguments.
9737
9738 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9739 (woman-select-symbol-fonts, woman, woman-find-file)
9740 (woman-insert-file-contents, woman-non-underline-faces):
9741 Use string-match-p.
9742 (woman1-unquote): Move declaration.
9743
9744 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9745 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9746 argument. Remove unused local variable.
9747 (xml-parse-elem-type): Use string-match-p.
9748 (xml-substitute-numeric-entities): Use ignore-errors.
9749
9750 * calculator.el (calculator): Mark unused argument.
9751 (calculator-paste, calculator-quit, calculator-integer-p):
9752 Use ignore-errors.
9753 (calculator-string-to-number, calculator-decimal, calculator-exp)
9754 (calculator-op-or-exp): Use string-match-p.
9755
9756 * dired.el (dired-buffer-more-recently-used-p): Declare.
9757 (dired-insert-set-properties, dired-insert-old-subdirs):
9758 Use ignore-errors.
9759
9760 * dired-aux.el (dired-compress): Use ignore-errors.
9761 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9762 (dired-do-async-shell-command, dired-do-shell-command)
9763 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9764 (dired-insert-subdir-validate): Use string-match-p.
9765 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9766 (dired-add-entry): Use string-match-p, looking-at-p.
9767 (dired-insert-subdir-newpos): Remove unused local variable.
9768
9769 * filenotify.el (file-notify-callback): Remove unused local variable.
9770
9771 * filesets.el (filesets-error): Mark unused argument.
9772 (filesets-which-command-p, filesets-filter-dir-names)
9773 (filesets-directory-files, filesets-get-external-viewer)
9774 (filesets-ingroup-get-data): Use string-match-p.
9775
9776 * find-file.el (ff-other-file-name, ff-other-file-name)
9777 (ff-find-the-other-file, ff-cc-hh-converter):
9778 Remove unused local variables.
9779 (ff-get-file-name): Use string-match-p.
9780 (ff-all-dirs-under): Use ignore-errors.
9781
9782 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9783 (follow-select-if-visible): Remove unused local variable.
9784
9785 * forms.el (read-file-filter): Move declaration.
9786 (forms--make-format, forms--make-parser, forms-insert-record):
9787 Quote function with #'.
9788 (forms--update): Use string-match-p. Quote function with #'.
9789
9790 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9791 (help-make-xrefs): Use looking-at-p.
9792 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9793
9794 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9795 (ibuffer-confirm-operation-on): Use string-match-p.
9796
9797 * msb.el (msb-item-handler, msb-dired-item-handler):
9798 Mark unused arguments.
9799
9800 * ses.el (ses-decode-cell-symbol)
9801 (ses-kill-override): Remove unused local variable.
9802 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9803 (ses-load): Use ignore-errors, looking-at-p.
9804 (ses-jump-safe): Use ignore-errors.
9805 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9806
9807 * tabify.el (untabify, tabify): Mark unused arguments.
9808
9809 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9810 Mark unused argument.
9811 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9812 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9813
9814 * emacs-lisp/timer.el (timer--time): Define setter with
9815 gv-define-setter to avoid deprecation warning.
9816
9817 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9818 (*record-cmpl-statistics-p*): Remove (was commented out).
9819 (cmpl-statistics-block): Remove (body was commented out).
9820 All callers changed.
9821 (add-completions-from-buffer, load-completions-from-file):
9822 Remove unused variables.
9823
9824 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9825
9826 * filecache.el (file-cache-delete-file-list):
9827 Print message only when told so.
9828 (file-cache-files-matching): Use #' in mapconcat argument.
9829
9830 * ffap.el (ffap-url-at-point): Fix reference to variable
9831 thing-at-point-default-mail-uri-scheme.
9832
9833 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * subr.el (define-error): New function.
9836 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9837 error-file-not-found and define with define-error.
9838 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9839 and define with define-error.
9840 * userlock.el (file-locked, file-supersession):
9841 * simple.el (mark-inactive):
9842 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9843 * progmodes/ada-mode.el (ada-mode-errors):
9844 * play/life.el (life-extinct):
9845 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9846 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9847 * nxml/rng-util.el (rng-error):
9848 * nxml/rng-uri.el (rng-uri-error):
9849 * nxml/rng-match.el (rng-compile-error):
9850 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9851 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9852 * nxml/nxml-rap.el (nxml-scan-error):
9853 * nxml/nxml-outln.el (nxml-outline-error):
9854 * net/soap-client.el (soap-error):
9855 * net/gnutls.el (gnutls-error):
9856 * net/ange-ftp.el (ftp-error):
9857 * mpc.el (mpc-proc-error):
9858 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9859 (json-number-format, json-string-escape, json-string-format)
9860 (json-key-format, json-object-format):
9861 * jka-compr.el (compression-error):
9862 * international/quail.el (quail-error):
9863 * international/kkc.el (kkc-error):
9864 * emacs-lisp/ert.el (ert-test-failed):
9865 * calc/calc.el (calc-error, inexact-result, math-overflow)
9866 (math-underflow):
9867 * bookmark.el (bookmark-error-no-filename):
9868 * epg.el (epg-error): Define with define-error.
9869
9870 * time.el (display-time-event-handler)
9871 (display-time-next-load-average): Don't call sit-for since it seems
9872 unnecessary (bug#15045).
9873
9874 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9875 Use #' instead of ' to quote functions.
9876 (checkdoc-output-mode): Use setq-local.
9877 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9878 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9879 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9880 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9881 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9882 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9883 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9884 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9885
9886 * ido.el (ido-completion-help): Fix up compiler warning.
9887
9888 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9889
9890 * frameset.el (frameset-p): Add autoload cookie.
9891 (frameset--jump-to-register): New function, based on code moved from
9892 register.el.
9893 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9894
9895 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9896 (frameset-restore, frameset-save, frameset-session-filter-alist):
9897 Remove declarations.
9898 (register-alist): Doc fix.
9899 (frameset-to-register): Move to frameset.el.
9900 (jump-to-register, describe-register-1): Remove frameset-specific code.
9901
9902 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9903
9904 * allout-widgets.el (allout-widgets-pre-command-business)
9905 (allout-widgets-post-command-business)
9906 (allout-widgets-after-change-handler)
9907 (allout-decorate-item-and-context, allout-set-boundary-marker)
9908 (allout-body-modification-handler)
9909 (allout-graphics-modification-handler): Mark ignored arguments.
9910 (allout-widgets-post-command-business)
9911 (allout-widgets-exposure-change-processor)
9912 (allout-widgets-exposure-undo-processor)
9913 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9914 (allout-parse-item-at-point, allout-decorate-item-guides)
9915 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9916 * allout.el (epa-passphrase-callback-function): Declare.
9917 (allout-overlay-insert-in-front-handler)
9918 (allout-overlay-interior-modification-handler)
9919 (allout-isearch-end-handler, allout-chart-siblings)
9920 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9921 (allout-yank-processing, allout-process-exposed)
9922 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9923 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9924 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9925 (lisp-indent-defform): Mark ignored arguments.
9926 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9927 (calculate-lisp-indent): Remove unused variables.
9928 * international/characters.el (indian-2-column, arabic-2-column)
9929 (tibetan): Mark ignored arguments.
9930 (use-cjk-char-width-table): Mark ignored arguments.
9931 Remove unused variables.
9932 * international/fontset.el (build-default-fontset-data)
9933 (x-compose-font-name, create-fontset-from-fontset-spec):
9934 Mark ignored arguments.
9935 (fontset-plain-name): Remove unused variables.
9936 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9937 (keyboard-coding-system): Mark ignored arguments.
9938 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9939 * help.el (resize-temp-buffer-window):
9940 * window.el (display-buffer-in-major-side-window)
9941 (display-buffer-in-side-window, display-buffer-in-previous-window):
9942 Remove unused variables.
9943 * isearch.el (isearch-forward-symbol):
9944 * version.el (emacs-bzr-version-bzr):
9945 * international/mule-cmds.el (current-language-environment):
9946 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9947 (x-handle-display):
9948 * term/pc-win.el (x-list-fonts, x-display-planes)
9949 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9950 (x-server-version, x-display-screens, x-display-mm-height)
9951 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9952 (x-selection-owner-p, x-own-selection-internal)
9953 (x-disown-selection-internal, x-get-selection-internal)
9954 (msdos-initialize-window-system):
9955 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9956 * term/x-win.el (x-handle-no-bitmap-icon):
9957 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9958 (vc-default-find-file-hook, vc-default-extra-menu):
9959 Mark ignored arguments.
9960
9961 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9964 break-condition in the context of the debugged code (bug#12685).
9965
9966 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9967
9968 * comint.el:
9969 Do not use an overlay to highlight the last prompt. (Bug#14744)
9970 (comint-mode): Make comint-last-prompt buffer local.
9971 (comint-last-prompt): New variable.
9972 (comint-last-prompt-overlay): Remove. Superseded by
9973 comint-last-prompt.
9974 (comint-snapshot-last-prompt, comint-output-filter):
9975 Use comint-last-prompt.
9976
9977 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9978
9979 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9980 (frameset-save): Check validity of the resulting frameset.
9981
9982 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9983
9984 * ido.el (ido-record-command): Add doc string.
9985
9986 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9987
9988 * frameset.el (frameset): Do not disable creation of the default
9989 frameset-p predicate. Doc fix.
9990 (frameset-valid-p): New function, copied from the old predicate-p.
9991 Add additional checks.
9992 (frameset-restore): Check with frameset-valid-p.
9993 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9994 (frameset-name, frameset-description, frameset-properties)
9995 (frameset-states): Add docstring.
9996 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9997 (frameset-filter-alist): Doc fixes.
9998
9999 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10000
10001 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10002
10003 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10004
10005 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10006 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10007 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10008 (byte-compile-normal-call): Remove obsolescence check.
10009
10010 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10011
10012 * frameset.el (frameset-restore): Doc fix.
10013
10014 * register.el (frameset-frame-id, frameset-frame-with-id)
10015 (frameset-p, frameset-restore, frameset-save): Declare.
10016 (register-alist): Document framesets.
10017 (frameset-session-filter-alist): Declare.
10018 (frameset-to-register): New function.
10019 (jump-to-register): Implement jumping to framesets. Doc fix.
10020 (describe-register-1): Describe framesets.
10021
10022 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10023
10024 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10025
10026 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10027 Use lexical-binding.
10028
10029 * frameset.el (frameset): Use type vector, not list (incompatible
10030 change). Do not declare a new constructor, use the default one.
10031 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10032 `name' and `description', respectively, and add read-only slot
10033 `timestamp'. Doc fixes.
10034 (frameset-copy, frameset-persistent-filter-alist)
10035 (frameset-filter-alist, frameset-switch-to-gui-p)
10036 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10037 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10038 (frameset-filter-iconified, frameset-keep-original-display-p):
10039 Doc fixes.
10040 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10041 Rename from frameset-filter-(save|restore)-param. All callers changed.
10042 Doc fix.
10043 (frameset-p): Adapt to change to vector and be more thorough.
10044 Change arg name to OBJECT. Doc fix.
10045 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10046 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10047 All callers changed.
10048 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10049 All callers changed.
10050 (frameset--record-minibuffer-relationships): Rename from
10051 frameset--process-minibuffer-frames. All callers changed.
10052 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10053 Use new default constructor (again). Doc fix.
10054 (frameset--find-frame-if): Rename from `frameset--find-frame'.
10055 All callers changed.
10056 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10057 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10058 Doc fix.
10059 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10060 PARAMETERS and WINDOW-STATE, respectively.
10061 (frameset-restore): Add new keyword argument PREDICATE.
10062 Reset frameset--target-display to nil. Doc fix.
10063
10064 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10065
10066 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
10067 (bat-mode): Use it.
10068 (bat-mode-syntax-table): Mark \n as end-of-comment.
10069 (bat-font-lock-keywords): Remove comment rule.
10070
10071 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
10072 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
10073
10074 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
10075 (byte-compile-callargs-warn): Use `push'.
10076 (byte-compile-arglist-warn): Ignore higher-order "calls".
10077 (byte-compile-file-form-autoload): Use `pcase'.
10078 (byte-compile-function-form): If quoting a symbol, check that it exists.
10079
10080 2013-08-07 Eli Zaretskii <eliz@gnu.org>
10081
10082 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
10083 and add a few popular commands found in batch files.
10084 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
10085 (dos-mode): Doc fixes.
10086
10087 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
10090 (dos-mode): Use setq-local. Add space after "rem".
10091 (dos-mode-syntax-table): Don't use "w" for symbol chars.
10092 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
10093
10094 2013-08-07 Arni Magnusson <arnima@hafro.is>
10095
10096 * progmodes/dos.el: New file.
10097 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
10098 dos-mode.
10099
10100 2013-08-06 Glenn Morris <rgm@gnu.org>
10101
10102 * calendar/calendar.el: Add new faces, and day-header-array.
10103 (calendar-weekday-header, calendar-weekend-header)
10104 (calendar-month-header): New faces.
10105 (calendar-day-header-construct): New function.
10106 (calendar-day-header-width): Also :set calendar-day-header-array.
10107 (calendar-american-month-header, calendar-european-month-header)
10108 (calendar-iso-month-header): Use calendar- faces.
10109 (calendar-generate-month):
10110 Use calendar-day-header-array for day headers; apply faces to them.
10111 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10112 (calendar-abbrev-construct): Add optional maxlen argument.
10113 (calendar-day-name-array): Doc fix.
10114 (calendar-day-name-array, calendar-abbrev-length)
10115 (calendar-day-abbrev-array):
10116 Also :set calendar-day-header-array, and maybe redraw.
10117 (calendar-day-header-array): New option. (Bug#15007)
10118 (calendar-font-lock-keywords): Set to nil and make obsolete.
10119 (calendar-day-name): Add option to use header array.
10120
10121 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10122
10123 * net/shr.el (shr-render-td): Remove debugging.
10124 (shr-render-td): Make width computation consistent by defaulting
10125 all zero-width columns to 10 characters. This may not be optimal,
10126 but it's at least consistent.
10127 (shr-make-table-1): Redo last change to fix the real problem in
10128 colspan handling.
10129
10130 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10131
10132 * files.el (cache-long-line-scans):
10133 Make obsolete alias to `cache-long-scans'.
10134
10135 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10136
10137 * frameset.el (frameset, frameset-filter-alist)
10138 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10139 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10140 (frameset-compute-pos): Rename from frameset--compute-pos,
10141 and add docstring.
10142 (frameset-move-onscreen): Use frameset-compute-pos.
10143 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10144
10145 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10146 Fix typos in docstrings.
10147
10148 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10149
10150 * frame.el (get-other-frame): Tiny cleanup.
10151
10152 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10153
10154 * vc/vc.el (vc-default-ignore-completion-table):
10155 Silence byte-compiler warning.
10156
10157 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10158 slot, which can indeed be nil.
10159 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10160 Move entry for `left' from persistent to live filter alist.
10161 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10162 Doc fixes.
10163 (frameset-filter-params): When restoring a frame, copy items added to
10164 `filtered', to avoid unwittingly modifying the original parameters.
10165 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10166 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10167
10168 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10169 to use looking-at-p instead of looking-at. (Bug#15028)
10170
10171 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 Revert introduction of isearch-filter-predicates (bug#14714).
10174 Rely on add-function instead.
10175 * isearch.el (isearch-filter-predicates): Rename it back to
10176 isearch-filter-predicate.
10177 (isearch-message-prefix): Use advice-function-mapc and advice
10178 properties to get the isearch-message-prefix.
10179 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10180 instead of run-hook-with-args-until-failure.
10181 (isearch-filter-visible): Not obsolete any more.
10182 * loadup.el: Preload nadvice.
10183 * replace.el (perform-replace): Revert to funcall
10184 instead of run-hook-with-args-until-failure.
10185 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10186 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10187 dired-isearch-filenames-toggle; make it into a proper minor mode.
10188 Use add/remove-function.
10189 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10190 Call the minor-mode rather than add/remove-hook.
10191 (dired-isearch-filter-filenames):
10192 Remove isearch-message-prefix property.
10193 * info.el (Info--search-loop): New function, extracted from Info-search.
10194 Funcall isearch-filter-predicate instead of
10195 run-hook-with-args-until-failure isearch-filter-predicates.
10196 (Info-search): Use it.
10197 (Info-mode): Use isearch-filter-predicate instead of
10198 isearch-filter-predicates.
10199
10200 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10201
10202 Do not call to `selected-window' where it is assumed by default.
10203 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10204 `window-hscroll', `window-width', `window-height', `window-buffer',
10205 `window-frame', `window-start', `window-point', `next-window'
10206 and `window-display-table'.
10207 * abbrev.el (abbrev--default-expand):
10208 * bs.el (bs--show-with-configuration):
10209 * buff-menu.el (Buffer-menu-mouse-select):
10210 * calc/calc.el (calc):
10211 * calendar/calendar.el (calendar-generate-window):
10212 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10213 (diary-make-entry):
10214 * comint.el (send-invisible, comint-dynamic-complete-filename)
10215 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10216 * completion.el (complete):
10217 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10218 * disp-table.el (describe-current-display-table):
10219 * doc-view.el (doc-view-insert-image):
10220 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10221 * ehelp.el (with-electric-help):
10222 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10223 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10224 * emacs-lisp/helper.el (Helper-help-scroller):
10225 * emulation/cua-base.el (cua--post-command-handler-1):
10226 * eshell/esh-mode.el (eshell-output-filter):
10227 * ffap.el (ffap-gnus-wrapper):
10228 * help-macro.el (make-help-screen):
10229 * hilit-chg.el (highlight-compare-buffers):
10230 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10231 * hl-line.el (global-hl-line-highlight):
10232 * icomplete.el (icomplete-simple-completing-p):
10233 * isearch.el (isearch-done):
10234 * jit-lock.el (jit-lock-stealth-fontify):
10235 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10236 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10237 * mpc.el (mpc-tagbrowser, mpc):
10238 * net/rcirc.el (rcirc-any-buffer):
10239 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10240 * play/landmark.el (landmark-max-width, landmark-max-height):
10241 * play/zone.el (zone):
10242 * progmodes/compile.el (compilation-goto-locus):
10243 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10244 * progmodes/etags.el (find-tag-other-window):
10245 * progmodes/fortran.el (fortran-column-ruler):
10246 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10247 * progmodes/verilog-mode.el (verilog-point-text):
10248 * reposition.el (reposition-window):
10249 * rot13.el (toggle-rot13-mode):
10250 * server.el (server-switch-buffer):
10251 * shell.el (shell-dynamic-complete-command)
10252 (shell-dynamic-complete-environment-variable):
10253 * simple.el (insert-buffer, set-selective-display)
10254 (delete-completion-window):
10255 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10256 (speedbar-recenter):
10257 * startup.el (fancy-splash-head):
10258 * textmodes/ispell.el (ispell-command-loop):
10259 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10260 * tutorial.el (help-with-tutorial):
10261 * vc/add-log.el (add-change-log-entry):
10262 * vc/compare-w.el (compare-windows):
10263 * vc/ediff-help.el (ediff-indent-help-message):
10264 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10265 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10266 (ediff-setup-control-frame):
10267 * vc/emerge.el (emerge-position-region):
10268 * vc/pcvs-util.el (cvs-bury-buffer):
10269 * window.el (walk-windows, mouse-autoselect-window-select):
10270 * winner.el (winner-set-conf, winner-undo): Related users changed.
10271
10272 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10273
10274 * frameset.el (frameset--set-id): Doc fix.
10275 (frameset-frame-id, frameset-frame-id-equal-p)
10276 (frameset-locate-frame-id): New functions.
10277 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10278 (frameset-restore): Use them.
10279
10280 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10281
10282 Do not call to `selected-frame' where it is assumed by default.
10283 Affected functions are `raise-frame', `redraw-frame',
10284 `frame-first-window', `frame-terminal' and `delete-frame'.
10285 * calendar/appt.el (appt-disp-window):
10286 * epg.el (epg-wait-for-completion):
10287 * follow.el (follow-delete-other-windows-and-split)
10288 (follow-avoid-tail-recenter):
10289 * international/mule.el (set-terminal-coding-system):
10290 * mail/rmail.el (rmail-mail-return):
10291 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10292 * progmodes/f90.el (f90-add-imenu-menu):
10293 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10294 * server.el (server-switch-buffer):
10295 * simple.el (delete-completion-window):
10296 * talk.el (talk):
10297 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10298 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10299 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10300 * vc/ediff.el (ediff-documentation): Related users changed.
10301 * frame.el (selected-terminal): Remove the leftover.
10302
10303 2013-08-05 Glenn Morris <rgm@gnu.org>
10304
10305 * calendar/calendar.el (calendar-generate-month):
10306 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10307 (calendar-generate-month, calendar-font-lock-keywords):
10308 Fix for calendar-day-header-width > length of any day name.
10309
10310 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10311
10312 * desktop.el (desktop-clear): Use new name of sort predicate.
10313
10314 * frameset.el (frameset): Add docstring. Move :version property to its
10315 own `version' slot.
10316 (frameset-copy): Rename from copy-frameset.
10317 (frameset-p): Check more thoroughly.
10318 (frameset-prop): Do not check for :version, which is no longer a prop.
10319 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10320 Use new :never value instead of t.
10321 (frameset-filter-alist): Expand and clarify docstring.
10322 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10323 (frameset-filter-minibuffer, frameset-filter-save-param)
10324 (frameset-filter-restore-param, frameset-filter-iconified):
10325 Add pointer to docstring of frameset-filter-alist.
10326 (frameset-filter-params): Rename filter values to be more meaningful:
10327 :never instead of t, and reverse the meanings of :save and :restore.
10328 (frameset--process-minibuffer-frames): Clarify error message.
10329 (frameset-save): Avoid unnecessary and confusing call to framep.
10330 Use new BOA constructor for framesets.
10331 (frameset--reuse-list): Doc fix.
10332 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10333 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10334 (frameset-minibufferless-first-p): Doc fix.
10335 Rename from frameset-sort-frames-for-deletion.
10336 (frameset-restore): Doc fixes. Use new function names.
10337 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10338
10339 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10340
10341 * desktop.el (desktop-restore-forces-onscreen)
10342 (desktop-restore-reuses-frames): Document :keyword constant values.
10343 (desktop-filter-parameters-alist): Remove, now identical to
10344 frameset-filter-alist.
10345 (desktop--filter-tty*): Remove, moved to frameset.el.
10346 (desktop-save-frameset, desktop-restore-frameset):
10347 Do not pass :filters argument.
10348
10349 * frameset.el (frameset-live-filter-alist)
10350 (frameset-persistent-filter-alist): New variables.
10351 (frameset-filter-alist): Use them. Add autoload cookie.
10352 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10353 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10354 `frameset--id' (it's supposed to be internal to frameset.el).
10355 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10356 (frameset--initial-params): New function.
10357 (frameset--get-frame): Use it. Doc fix.
10358 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10359 Accept :all, not 'all.
10360 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10361 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10362 with fbound symbols. Fix frame id matching, and remove matching ids if
10363 the frame being restored is deleted. Obey :delete.
10364
10365 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10366
10367 * subr.el (macrop): New function.
10368 (text-clone--maintaining): New var.
10369 (text-clone--maintain): Rename from text-clone-maintain. Use it
10370 instead of inhibit-modification-hooks.
10371
10372 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10373 a proxy, so as handle autoloads and redefinitions of the target.
10374 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10375
10376 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10377 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10378 (pcase--mutually-exclusive-p): New function.
10379 (pcase--split-consp): Use it.
10380 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10381 mutually exclusive with the current predicate.
10382
10383 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10384 (edebug-macrop): Remove. Use `macrop' instead.
10385 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10386 (ad-macro-p):
10387 * eshell/esh-cmd.el (eshell-macrop):
10388 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10389
10390 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10393 (advice-mapc): New function, using it.
10394 (advice-function-member-p): New function.
10395 (advice--normalize): Store the cdr in advice--saved-rewrite since
10396 that's the part that will be changed.
10397 (advice--symbol-function): New function.
10398 (advice-remove): Handle removal before the function is defined.
10399 Adjust to new advice--saved-rewrite.
10400 (advice-member-p): Use advice-function-member-p and
10401 advice--symbol-function.
10402
10403 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10404
10405 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10406 (frameset-filter-minibuffer): Doc fix.
10407 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10408 (frameset--set-id, frameset--process-minibuffer-frames)
10409 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10410 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10411
10412 * desktop.el (desktop-clear): Only delete frames when called
10413 interactively and desktop-restore-frames is non-nil. Doc fix.
10414 (desktop-read): Set desktop-saved-frameset to nil.
10415
10416 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10417
10418 * vc/vc.el (vc-ignore): Rewrite.
10419 (vc-default-ignore-completion-table, vc--read-lines)
10420 (vc--add-line, vc--remove-regexp): New functions.
10421
10422 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10423 (vc-svn-ignore-completion-table): New function.
10424
10425 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10426 (vc-hg-ignore-completion-table)
10427 (vc-hg-find-ignore-file): New functions.
10428
10429 * vc/vc-git.el (vc-git-ignore): Rewrite.
10430 (vc-git-ignore-completion-table)
10431 (vc-git-find-ignore-file): New functions.
10432
10433 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10434
10435 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10436 (vc-bzr-ignore-completion-table)
10437 (vc-bzr-find-ignore-file): New functions.
10438
10439 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10440
10441 * frameset.el (frameset-prop): New function and setter.
10442 (frameset-save): Do not modify frame list passed by the caller.
10443
10444 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10447
10448 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10451 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10452
10453 * custom.el (custom-initialize-default, custom-initialize-set)
10454 (custom-initialize-reset, custom-initialize-changed): Affect the
10455 toplevel-default-value (bug#6275, bug#14586).
10456 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10457 for bug#6275.
10458
10459 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10460
10461 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10462 Add cl-def* expressions.
10463
10464 * frameset.el (frameset-filter-params): Fix order of arguments.
10465
10466 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10467
10468 Move code related to saving frames to frameset.el.
10469 * desktop.el: Require frameset.
10470 (desktop-restore-frames): Doc fix.
10471 (desktop-restore-reuses-frames): Rename from
10472 desktop-restoring-reuses-frames.
10473 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10474 (desktop-clear): Clear frames too.
10475 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10476 (desktop--filter-tty*, desktop-save, desktop-read):
10477 Use frameset functions.
10478 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10479 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10480 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10481 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10482 (desktop--process-minibuffer-frames, desktop-save-frames)
10483 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10484 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10485 (desktop--sort-states, desktop-restoring-frames-p)
10486 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10487 (desktop-restoring-frameset-p, desktop-restore-frameset)
10488 (desktop--check-dont-save, desktop-save-frameset): New functions.
10489 (desktop--app-id): New constant.
10490 (desktop-first-buffer, desktop-buffer-ok-count)
10491 (desktop-buffer-fail-count): Move before first use.
10492 * frameset.el: New file.
10493
10494 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10495
10496 * files.el: Use lexical-binding.
10497 (dir-locals-read-from-file): Remove unused `err' variable.
10498 (hack-dir-local-variables--warned-coding): New var.
10499 (hack-dir-local-variables): Use it to avoid repeated warnings.
10500 (make-backup-file-name--default-function): New function.
10501 (make-backup-file-name-function): Use it as default.
10502 (buffer-stale--default-function): New function.
10503 (buffer-stale-function): Use it as default.
10504 (revert-buffer-insert-file-contents--default-function): New function.
10505 (revert-buffer-insert-file-contents-function): Use it as default.
10506 (insert-directory): Avoid add-to-list.
10507
10508 * autorevert.el (auto-revert-handler): Simplify.
10509 Use buffer-stale--default-function.
10510
10511 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10512
10513 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10514
10515 * whitespace.el (whitespace-ensure-local-variables): New function.
10516 (whitespace-cleanup-region): Call it.
10517 (whitespace-turn-on): Call it.
10518
10519 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10520
10521 Complete file name handlers.
10522
10523 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10524 (tramp-handle-verify-visited-file-modtime)
10525 (tramp-handle-file-notify-rm-watch): New functions.
10526 (tramp-call-process): Do not bind `default-directory'.
10527
10528 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10529 Order alphabetically.
10530 <access-file, add-name-to-file, dired-call-process>:
10531 <dired-compress-file, file-acl, file-notify-rm-watch>:
10532 <file-ownership-preserved-p, file-selinux-context>:
10533 <make-directory-internal, make-symbolic-link, set-file-acl>:
10534 <set-file-selinux-context, set-visited-file-modtime>:
10535 <verify-visited-file-modtime>: Add handler.
10536 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10537
10538 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10539 <file-notify-add-watch, file-notify-rm-watch>:
10540 <set-file-times, set-visited-file-modtime>:
10541 <verify-visited-file-modtime>: Add handler.
10542 (with-tramp-gvfs-error-message)
10543 (tramp-gvfs-handle-set-visited-file-modtime)
10544 (tramp-gvfs-fuse-file-name): Remove.
10545 (tramp-gvfs-handle-file-notify-add-watch)
10546 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10547 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10548
10549 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10550 Order alphabetically.
10551 <file-notify-rm-watch>: Use default Tramp handler.
10552 <executable-find>: Remove private handler.
10553 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10554 `default-directory'.
10555 (tramp-sh-handle-executable-find)
10556 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10557 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10558 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10559 Do not use `format' in `tramp-message'.
10560
10561 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10562 <file-notify-rm-watch, set-visited-file-modtime>:
10563 <verify-visited-file-modtime>: Add handler.
10564 (tramp-smb-call-winexe): Do not bind `default-directory'.
10565
10566 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10567
10568 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10569
10570 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10571
10572 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10573 use it.
10574 (log-view-diff-changeset): Same.
10575 (log-view-diff-common): Call backend command `previous-revision'
10576 to find out the previous revision, in both cases. Swap the
10577 variables `to' and `fr', so that `fr' usually refers to the
10578 earlier revision (Bug#14989).
10579
10580 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10581
10582 * ibuf-ext.el (ibuffer-filter-by-filename):
10583 Make it work with dired buffers too.
10584
10585 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10586
10587 * emacs-lisp/re-builder.el (reb-color-display-p):
10588 * files.el (save-buffers-kill-terminal):
10589 * net/browse-url.el (browse-url):
10590 * server.el (server-save-buffers-kill-terminal):
10591 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10592 Prefer nil to selected-frame for the first arg of frame-parameter.
10593
10594 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10595
10596 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10597
10598 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10599
10600 * minibuffer.el (completion--twq-all): Try and preserve each
10601 completion's case choice (bug#14907).
10602
10603 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10604
10605 * net/network-stream.el (open-network-stream): Mention the new
10606 :nogreeting parameter.
10607 (network-stream-open-starttls): Use the :nogreeting parameter
10608 (bug#14938).
10609
10610 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10611
10612 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10613 more natural than popping.
10614
10615 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10616 (shr-urlify): Highlight under mouse.
10617
10618 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10619
10620 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10621
10622 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10623
10624 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10625 buffer for output.
10626
10627 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10628 point-min==1. Fix search string. Fix parentheses missing.
10629
10630 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10631 assume point-min==1. Fix search string. Fix parentheses missing.
10632
10633 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10634
10635 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10636 buffer for output.
10637
10638 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10639
10640 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10641 initial frame is minibuffer-less. (Bug#14841)
10642
10643 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10644
10645 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10646 option.
10647
10648 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10649 (tramp-maybe-open-connection): Use it.
10650
10651 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10652
10653 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10654 minimal set of parameters passed when creating a frame, because
10655 the minibuffer status of a frame cannot be changed later.
10656
10657 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10658
10659 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10660 replace-regexp-in-string and inadvertent omissions in previous change.
10661 (todo-filter-items): Ensure only file names are comma-separated in
10662 name of filtered items buffer.
10663
10664 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10665
10666 * desktop.el: Optionally force offscreen frames back onscreen.
10667 (desktop-restoring-reuses-frames): New option.
10668 (desktop--compute-pos, desktop--move-onscreen): New functions.
10669 (desktop--make-frame): Use desktop--move-onscreen.
10670
10671 2013-07-27 Alan Mackenzie <acm@muc.de>
10672
10673 Fontify a Java generic method as a function.
10674 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10675 value to t.
10676
10677 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10678
10679 * calendar/todo-mode.el: Add command to rename todo files.
10680 (todo-rename-file): New command.
10681 (todo-key-bindings-t): Add key binding for it. Change the
10682 bindings of todo-filter-regexp-items(-multifile) to use `x'
10683 instead of `r', since the latter is better suited to the new
10684 renaming command.
10685
10686 2013-07-27 Alan Mackenzie <acm@muc.de>
10687
10688 Make Java try-with-resources statement parse properly.
10689 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10690 (c-block-stmt-1-2-key): New language constants/variables.
10691 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10692 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10693 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10694 with c-block-stmt-1-2-key.
10695
10696 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10697
10698 * desktop.el (desktop--make-frame): Apply most frame parameters after
10699 creating the frame to force (partially or totally) offscreen frames to
10700 be restored as such.
10701
10702 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10703
10704 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10705 (Bug#14948)
10706
10707 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10708
10709 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10710 `base' arg of backtrace-frame.
10711
10712 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10713
10714 * simple.el (list-processes): Doc fix.
10715
10716 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10717
10718 * desktop.el (desktop--select-frame):
10719 Try harder to reuse existing frames.
10720
10721 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10722
10723 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10724 (edebug-eval): Use backtrace-eval.
10725 (edebug--display, edebug--recursive-edit): Don't let-bind the
10726 edebug-outer-* vars that keep track of variables we locally let-bind.
10727 (edebug-outside-excursion): Don't restore outside values of locally
10728 let-bound vars.
10729 (edebug--display): Use user-error.
10730 (cl-lexical-debug, cl-debug-env): Remove.
10731
10732 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10733
10734 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10735 are restored to be sure that they are visible before deleting any
10736 remaining ones.
10737
10738 2013-07-26 Matthias Meulien <orontee@gmail.com>
10739
10740 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10741 vc-print-root-log. (Bug#14948)
10742
10743 2013-07-26 Richard Stallman <rms@gnu.org>
10744
10745 Add aliases for encrypting mail.
10746 * epa.el (epa-mail-aliases): New option.
10747 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10748 Bind inhibit-read-only so read-only text doesn't ruin everything.
10749 (epa-mail-default-recipients): New subroutine broken out.
10750 Handle epa-mail-aliases.
10751
10752 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10753
10754 Add support for lexical variables to the debugger's `e' command.
10755 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10756 vars, except for debugger-outer-match-data.
10757 (debugger-frame-number): Move check for "on a function call" from
10758 callers into it. Add `skip-base' argument.
10759 (debugger-frame, debugger-frame-clear): Simplify accordingly.
10760 (debugger-env-macro): Only reset the state stored in non-variables,
10761 i.e. current-buffer and match-data.
10762 (debugger-eval-expression): Rewrite using backtrace-eval.
10763 * subr.el (internal--called-interactively-p--get-frame): Remove.
10764 (called-interactively-p):
10765 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10766 `base' arg of backtrace-frame instead.
10767
10768 2013-07-26 Glenn Morris <rgm@gnu.org>
10769
10770 * align.el (align-regexp): Doc fix. (Bug#14857)
10771 (align-region): Explicit error if subexpression missing/does not match.
10772
10773 * simple.el (global-visual-line-mode):
10774 Do not duplicate the mode lighter. (Bug#14858)
10775
10776 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10777
10778 * window.el (display-buffer): In display-buffer bind
10779 split-window-keep-point to t, bug#14829.
10780
10781 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10782
10783 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10784 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10785 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10786 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10787 Change accordingly.
10788 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10789 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10790
10791 2013-07-25 Glenn Morris <rgm@gnu.org>
10792
10793 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10794
10795 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10796
10797 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10798 parameter to modify-frame-parameters if the value has not changed;
10799 this is a workaround for bug#14949.
10800 (desktop--make-frame): On cl-delete-if call, check parameter name,
10801 not full parameter.
10802
10803 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10804
10805 * vc/vc.el (vc-ignore): New function.
10806
10807 * vc/vc-svn.el (vc-svn-ignore): New function.
10808
10809 * vc/vc-hg.el (vc-hg-ignore): New function.
10810
10811 * vc/vc-git.el (vc-git-ignore): New function.
10812
10813 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10814 (vc-dir-ignore): New function.
10815
10816 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10817 (cvs-append-to-ignore): Move here from pcvs.el.
10818
10819 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10820
10821 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10822
10823 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10824
10825 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10826 (desktop-restore-frames): Warn when deleting an existing frame failed.
10827
10828 2013-07-24 Glenn Morris <rgm@gnu.org>
10829
10830 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10831
10832 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10833
10834 * filenotify.el (file-notify-supported-p):
10835 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10836 Remove functions.
10837
10838 * autorevert.el (auto-revert-use-notify)
10839 (auto-revert-notify-add-watch):
10840 * net/tramp.el (tramp-file-name-for-operation):
10841 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10842 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10843 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10844 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10845 Remove `file-notify-supported-p' entry.
10846
10847 2013-07-24 Glenn Morris <rgm@gnu.org>
10848
10849 * printing.el: Replace all uses of deleted ps-windows-system,
10850 ps-lp-system, ps-flatten-list with lpr- versions.
10851
10852 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10855 checked with memq (bug#14935).
10856
10857 * files.el (revert-buffer-function): Use a non-nil default.
10858 (revert-buffer-preserve-modes): Declare var to
10859 provide access to the `preserve-modes' argument.
10860 (revert-buffer): Let-bind it.
10861 (revert-buffer--default): New function, extracted from revert-buffer.
10862
10863 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10864
10865 * lpr.el: Signal print errors more prominently.
10866 (print-region-function): Don't default to nil.
10867 (lpr-print-region): New function, extracted from print-region-1.
10868 Check lpr's return value and signal an error in case of problem.
10869 (print-region-1): Use it.
10870 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10871 versions instead.
10872 (ps-printer-name): Default to nil.
10873 (ps-printer-name-option): Default to lpr-printer-switch.
10874 (ps-print-region-function): Don't default to nil.
10875 (ps-postscript-code-directory): Simplify default.
10876 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10877 (ps-string-list, ps-eval-switch, ps-flatten-list)
10878 (ps-flatten-list-1): Remove.
10879 (ps-multibyte-buffer): Avoid setq.
10880 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10881 (print-region-function, ps-print-region-function): Don't set them here.
10882
10883 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10884
10885 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10886 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10887 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10888 (ido-decorations): Doc fix.
10889
10890 * ansi-color.el: Fix old URL.
10891
10892 2013-07-23 Michael R. Mauger <michael@mauger.com>
10893
10894 * progmodes/sql.el: Version 3.3
10895 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10896 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10897 (sql-interactive-remove-continuation-prompt): Rewrite, use
10898 functions above. Fix continuation prompt and complete output line
10899 handling.
10900 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10901 redirected output buffer.
10902 (sql-mode): Restore deleted code (Bug#13591).
10903
10904 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10905
10906 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10907
10908 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10909
10910 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10911
10912 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10913 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10914 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10915
10916 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10917
10918 * desktop.el (desktop-clear): Simplify; remove useless checks
10919 against invalid buffer names.
10920 (desktop-list*): Use cl-list*.
10921 (desktop-buffer-info, desktop-create-buffer): Simplify.
10922
10923 2013-07-23 Leo Liu <sdl.web@gmail.com>
10924
10925 * bookmark.el (bookmark-make-record): Restore NAME as a default
10926 value. (Bug#14933)
10927
10928 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10931 extracted from autoload--insert-text.
10932 (autoload--insert-text): Remove.
10933 (autoload--print-cookie-text): New function, extracted from
10934 autoload--insert-cookie-text.
10935 (autoload--insert-cookie-text): Remove.
10936 (autoload-generate-file-autoloads): Adjust calls accordingly.
10937
10938 * winner.el (winner-hook-installed-p): Remove.
10939 (winner-mode): Simplify accordingly.
10940
10941 * subr.el (add-to-list): Fix compiler-macro when `append' is
10942 not constant. Don't use `cl-member' for the base case.
10943
10944 * progmodes/subword.el: Fix boundary case (bug#13758).
10945 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10946 own group.
10947 (subword-backward-regexp): Make it a constant.
10948 (subword-forward-internal): Don't treat a trailing capital as the
10949 beginning of a word.
10950
10951 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10952
10953 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10954 global value of tabulated-list-revert-hook (bug#14930).
10955
10956 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10957
10958 * desktop.el: Require 'cl-lib.
10959 (desktop-before-saving-frames-functions): New hook.
10960 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10961 for frames being saved. Rename from desktop--save-minibuffer-frames.
10962 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10963 Do not save frames with non-nil `desktop-dont-save' parameter.
10964 Filter out deleted frames.
10965 (desktop--find-frame): Use cl-find-if.
10966 (desktop--select-frame): Use cl-(first|second|third) to access values
10967 of desktop-mini.
10968 (desktop--make-frame): Use cl-delete-if.
10969 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10970 (desktop-restore-frames): Use cl-(first|second|third) to access values
10971 of desktop-mini. Look for visible frame at the end, not while
10972 restoring frames.
10973
10974 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10975 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10976 Use string-match-p, looking-at-p (bug#14927).
10977
10978 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10979
10980 * desktop.el (desktop-saved-frame-states):
10981 Rename from desktop--saved-states; all users changed.
10982 (desktop-save-frames): Rename from desktop--save-frames.
10983 Do not save state to desktop file.
10984 (desktop-save): Save desktop-saved-frame-states to desktop file
10985 and reset to nil.
10986 (desktop-restoring-frames-p): New function.
10987 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10988 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10989 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10990
10991 * desktop.el: Correctly restore iconified frames.
10992 (desktop--filter-iconified-position): New function.
10993 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10994
10995 2013-07-20 Glenn Morris <rgm@gnu.org>
10996
10997 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10998 Let `message' do the formatting.
10999 (def-gdb-preempt-display-buffer): Add explicit format.
11000
11001 * image-dired.el (image-dired-track-original-file):
11002 Use with-current-buffer.
11003 (image-dired-track-thumbnail): Use with-current-buffer.
11004 Avoid changing point of wrong window.
11005
11006 * image-dired.el (image-dired-track-original-file):
11007 Avoid changing point of wrong window. (Bug#14909)
11008
11009 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11010
11011 * progmodes/gdb-mi.el (gdb-done-or-error):
11012 Guard against "%" in gdb output. (Bug#14127)
11013
11014 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11015
11016 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11017 (Bug#14826)
11018
11019 * international/mule.el (coding-system-iso-2022-flags): Fix last
11020 change.
11021
11022 2013-07-20 Kenichi Handa <handa@gnu.org>
11023
11024 * international/mule.el (coding-system-iso-2022-flags):
11025 Add `8-bit-level-4'. (Bug#8522)
11026
11027 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11028
11029 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11030 (bug#14815).
11031
11032 * net/eww.el (eww-process-text-input): Allow inputting when the
11033 point is at the start of the line, as the properties aren't
11034 front-sticky.
11035
11036 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11037 degenerate widths.
11038
11039 2013-07-19 Richard Stallman <rms@gnu.org>
11040
11041 * epa.el (epa-popup-info-window): Doc fix.
11042
11043 * subr.el (split-string): New arg TRIM.
11044
11045 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11046
11047 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11048 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11049
11050 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
11051
11052 * filenotify.el (file-notify--library): Rename from
11053 `file-notify-support'. Do not autoload. Adapt all uses.
11054 (file-notify-supported-p): New defun.
11055
11056 * autorevert.el (auto-revert-use-notify):
11057 Use `file-notify-supported-p' instead of `file-notify-support'.
11058 Adapt docstring.
11059 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11060
11061 * net/tramp.el (tramp-file-name-for-operation):
11062 Add `file-notify-supported-p'.
11063
11064 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11065 New defun.
11066 (tramp-sh-file-name-handler-alist): Add it as handler for
11067 `file-notify-supported-p '.
11068
11069 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11070 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11071 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11072 Add `ignore' as handler for `file-notify-*' functions.
11073
11074 2013-07-17 Eli Zaretskii <eliz@gnu.org>
11075
11076 * simple.el (line-move-partial, line-move): Don't start vscroll or
11077 scroll-up if the current line is not taller than the window.
11078 (Bug#14881)
11079
11080 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
11081
11082 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
11083 highlight question marks in the method names as strings.
11084 (ruby-block-beg-keywords): Inline.
11085 (ruby-font-lock-keyword-beg-re): Extract from
11086 `ruby-font-lock-keywords'.
11087
11088 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
11089
11090 * frame.el (blink-cursor-blinks): New defcustom.
11091 (blink-cursor-blinks-done): New defvar.
11092 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
11093 (blink-cursor-timer-function): Check if number of blinks has been
11094 done on X and NS.
11095 (blink-cursor-suspend, blink-cursor-check): New defuns.
11096
11097 2013-07-15 Glenn Morris <rgm@gnu.org>
11098
11099 * edmacro.el (edmacro-format-keys): Fix previous change.
11100
11101 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
11102
11103 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
11104 The hack didn't work outside English locales anyway.
11105
11106 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11107
11108 * simple.el (define-alternatives): Rename from alternatives-define,
11109 per RMS' suggestion.
11110
11111 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11112
11113 * desktop.el (desktop-restore-frames): Change default to t.
11114 (desktop-restore-in-current-display): Now offer more options.
11115 (desktop-restoring-reuses-frames): New customization option.
11116 (desktop--saved-states): Doc fix.
11117 (desktop-filter-parameters-alist): New variable, renamed and expanded
11118 from desktop--excluded-frame-parameters.
11119 (desktop--target-display): New variable.
11120 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11121 (desktop--filter-tty*, desktop--filter-*-color)
11122 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11123 (desktop--filter-save-desktop-parm)
11124 (desktop-restore-in-original-display-p): New functions.
11125 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11126 (desktop--save-minibuffer-frames): New function, inspired by a similar
11127 function from Martin Rudalics.
11128 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11129 (desktop--restore-in-this-display-p): Remove.
11130 (desktop--find-frame): Rename from desktop--find-frame-in-display
11131 and add predicate argument.
11132 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11133 (desktop--reuse-list): New variable.
11134 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11135 New functions.
11136 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11137
11138 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11139
11140 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11141
11142 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11143
11144 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11145 Highlight conversion methods on Kernel.
11146
11147 2013-07-13 Alan Mackenzie <acm@muc.de>
11148
11149 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11150 and comment it out. This out-commenting enables certain C++
11151 declarations to be parsed correctly.
11152
11153 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11154
11155 * international/mule.el (define-coding-system): Doc fix.
11156
11157 * simple.el (default-font-height): Don't call font-info if the
11158 frame's default font didn't change since the frame was created.
11159 (Bug#14838)
11160
11161 2013-07-13 Leo Liu <sdl.web@gmail.com>
11162
11163 * ido.el (ido-read-file-name): Guard against non-symbol value.
11164
11165 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11166
11167 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11168 in nested defuns.
11169
11170 2013-07-13 Leo Liu <sdl.web@gmail.com>
11171
11172 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11173 ido-set-matches call. (Bug#6852)
11174
11175 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11176
11177 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11178 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11179 Ruby 2.0.
11180 (ruby-font-lock-keywords): Distinguish calls to functions with
11181 module-like names from module references. Highlight character
11182 literals.
11183
11184 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11185
11186 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11187 (gdb-send): Handle continued commands. (Bug#14847)
11188
11189 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11190
11191 * desktop.el (desktop--v2s): Remove unused local variable.
11192 (desktop-save-buffer): Make defvar-local; adjust docstring.
11193 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11194 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11195
11196 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11197
11198 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11199
11200 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11201
11202 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11203 (Bug#14842)
11204
11205 2013-07-12 Glenn Morris <rgm@gnu.org>
11206
11207 * doc-view.el: Require cl-lib at runtime too.
11208 (doc-view-remove-if): Remove.
11209 (doc-view-search-next-match, doc-view-search-previous-match):
11210 Use cl-remove-if.
11211
11212 * edmacro.el: Require cl-lib at runtime too.
11213 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11214 (edmacro-mismatch, edmacro-subseq): Remove.
11215
11216 * shadowfile.el: Require cl-lib.
11217 (shadow-remove-if): Remove.
11218 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11219 Use cl-remove-if.
11220
11221 * wid-edit.el: Require cl-lib.
11222 (widget-choose): Use cl-remove-if.
11223 (widget-remove-if): Remove.
11224
11225 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11226 (ebrowse-delete-if-not): Remove.
11227 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11228 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11229 Use cl-delete-if-not.
11230
11231 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11232
11233 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11234 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11235
11236 2013-07-12 Leo Liu <sdl.web@gmail.com>
11237
11238 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11239
11240 2013-07-11 Glenn Morris <rgm@gnu.org>
11241
11242 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11243 (edebug-gensym-index, edebug-gensym):
11244 Remove reimplementation of cl-gensym.
11245 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11246
11247 * thumbs.el: Require cl-lib at run-time too.
11248 (thumbs-gensym-counter, thumbs-gensym):
11249 Remove reimplementation of cl-gensym.
11250 (thumbs-temp-file): Use cl-gensym.
11251
11252 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11253 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11254 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11255 (ert--union, ert--gensym-counter, ert--gensym-counter)
11256 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11257 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11258 (ert-make-test-unbound, ert--expand-should-1)
11259 (ert--expand-should, ert--should-error-handle-error)
11260 (should-error, ert--explain-equal-rec)
11261 (ert--plist-difference-explanation, ert-select-tests)
11262 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11263 Use cl-lib functions rather than reimplementations.
11264
11265 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11266
11267 * net/tramp.el (tramp-methods): Extend docstring.
11268 (tramp-connection-timeout): New defcustom.
11269 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11270 (with-tramp-progress-reporter): Simplify.
11271 (tramp-process-actions): Improve messages.
11272
11273 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11274 * net/tramp-sh.el (tramp-maybe-open-connection):
11275 Use `tramp-connection-timeout'.
11276 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11277 (Bug#14808)
11278
11279 2013-07-11 Leo Liu <sdl.web@gmail.com>
11280
11281 * ido.el (ido-read-file-name): Conform to the requirements of
11282 read-file-name. (Bug#11861)
11283 (ido-read-directory-name): Conform to the requirements of
11284 read-directory-name.
11285
11286 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11287
11288 * subr.el (delay-warning): New function.
11289
11290 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11291
11292 * simple.el (default-line-height): New function.
11293 (line-move-partial, line-move): Use it instead of computing the
11294 line height inline.
11295 (line-move-partial): Always compute ROWH. If the last line is
11296 partially-visible, but its text is completely visible, allow
11297 cursor to enter such a partially-visible line.
11298
11299 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11300
11301 Improve error messages. (Bug#14808)
11302
11303 * net/tramp.el (tramp-current-connection): New defvar, moved from
11304 tramp-sh.el.
11305 (tramp-message-show-progress-reporter-message): Remove, not
11306 needed anymore.
11307 (tramp-error-with-buffer): Show message in minibuffer.
11308 Discard input before waiting. Reset connection timestamp.
11309 (with-tramp-progress-reporter): Improve messages.
11310 (tramp-process-actions): Use progress reporter. Delete process in
11311 case of error. Improve messages.
11312
11313 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11314 Call `tramp-error-with-buffer' with vector and buffer.
11315 (tramp-current-connection): Remove.
11316 (tramp-maybe-open-connection): The car of
11317 `tramp-current-connection' are the first 3 slots of the vector.
11318
11319 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11320
11321 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11322 inside continued strings.
11323
11324 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11325
11326 Timestamp fixes for undo (Bug#14824).
11327 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11328
11329 2013-07-10 Leo Liu <sdl.web@gmail.com>
11330
11331 * files.el (require-final-newline): Allow safe local value.
11332 (Bug#14834)
11333
11334 2013-07-09 Leo Liu <sdl.web@gmail.com>
11335
11336 * ido.el (ido-read-directory-name): Handle fallback.
11337 (ido-read-file-name): Update DIR to ido-current-directory.
11338 (Bug#1516)
11339 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11340
11341 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11342
11343 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11344 "autoload". Remove "warn lower camel case" section, previously
11345 commented out. Highlight negation char. Do not highlight the
11346 target in singleton method definitions.
11347
11348 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11349
11350 * faces.el (tty-setup-hook): Declare the hook.
11351
11352 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11353 and detect when a guard/pred depends on local vars (bug#14773).
11354 (pcase--u1): Adjust caller.
11355
11356 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11357
11358 * simple.el (line-move-partial, line-move): Account for
11359 line-spacing.
11360 (line-move-partial): Avoid setting vscroll when the last
11361 partially-visible line in window is of default height.
11362
11363 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11364
11365 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11366 been used a while.
11367
11368 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11369
11370 * subr.el (read-quoted-char): Remove unused local variable `char'.
11371
11372 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11373
11374 * ediff.el (ediff-version): Version update.
11375 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11376 (ediff-merge-with-ancestor-command, ediff-directories-command)
11377 (ediff-directories3-command, ediff-merge-directories-command)
11378 (ediff-merge-directories-with-ancestor-command): New functions.
11379 All are command-line interfaces to ediff: to facilitate calling
11380 Emacs with the appropriate ediff functions invoked.
11381
11382 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
11383 (viper-save-kill-buffer): Check if buffer is modified.
11384
11385 * viper.el (viper-version): Version update.
11386 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11387
11388 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11389
11390 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11391 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
11392 (viper-intercept-ESC-key): Simplify.
11393 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
11394 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
11395 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11396 (viper-setup-ESC-to-escape): New functions.
11397 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11398 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11399
11400 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11401
11402 * simple.el (default-font-height, window-screen-lines):
11403 New functions.
11404 (line-move, line-move-partial): Use them instead of
11405 frame-char-height and window-text-height. This makes scrolling
11406 text smoother when the buffer's default face uses a font that is
11407 different from the frame's default font.
11408
11409 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11410
11411 * files.el (write-file): Do not display confirm dialog for NS,
11412 it does its own dialog, which can't be canceled (Bug#14578).
11413
11414 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11415
11416 * simple.el (line-move-partial): Adjust the row returned by
11417 posn-at-point for the current window-vscroll. (Bug#14567)
11418
11419 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11420
11421 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11422 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11423 spaces.
11424
11425 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11426
11427 * window.el (window-state-put-stale-windows): New variable.
11428 (window--state-put-2): Save list of windows without matching buffer.
11429 (window-state-put): Remove "bufferless" windows if possible.
11430
11431 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11432
11433 * simple.el (alternatives-define): Remove leftover :group keyword.
11434 Tweak docstring.
11435
11436 2013-07-06 Leo Liu <sdl.web@gmail.com>
11437
11438 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11439 (ido-enable-virtual-buffers): New variable.
11440 (ido-buffer-internal, ido-toggle-virtual-buffers)
11441 (ido-make-buffer-list): Use it.
11442 (ido-exhibit): Support turning on and off virtual buffers
11443 automatically.
11444
11445 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11446
11447 * simple.el (alternatives-define): New macro.
11448
11449 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11450
11451 * subr.el (read-quoted-char): Use read-key.
11452 (sit-for): Let read-event decode tty input (bug#14782).
11453
11454 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11455
11456 * calendar/todo-mode.el: Add handling of file deletion, both by
11457 mode command and externally. Fix various related bugs.
11458 Clarify Commentary and improve some documentation strings and code.
11459 (todo-delete-file): New command.
11460 (todo-check-file): New function.
11461 (todo-show): Handle external deletion of the file we're trying to
11462 show (bug#14688). Replace called-interactively-p by an optional
11463 prefix argument to avoid problematic interaction with catch form
11464 when byte compiled (bug#14702).
11465 (todo-quit): Handle external deletion of the archive's todo file.
11466 Make sure the buffer that was visiting the archive file is still
11467 live before trying to bury it.
11468 (todo-category-completions): Handle external deletion of any
11469 category completion files.
11470 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11471 of todo files, in case of external deletion.
11472 (todo-add-file): Replace unnecessary setq by let-binding.
11473 (todo-find-archive): Check whether there are any archives.
11474 Replace unnecessary setq by let-binding.
11475 (todo-archive-done-item): Use find-file-noselect to get the
11476 archive buffer whether or not the archive already exists.
11477 Remove superfluous code. Use file size instead of buffer-file-name to
11478 check if the archive is new; if it is, update list of archives.
11479 (todo-default-todo-file): Allow nil to be a valid value for when
11480 there are no todo files.
11481 (todo-reevaluate-default-file-defcustom): Use corrected definition
11482 of todo-default-todo-file.
11483 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11484 (todo-delete-category, todo-show-categories-table)
11485 (todo-category-number): Clarify comment.
11486 (todo-filter-items): Clarify documentation string.
11487 (todo-show-current-file, todo-display-as-todo-file)
11488 (todo-reset-and-enable-done-separator): Tweak documentation string.
11489 (todo-done-separator): Make separator length window-width, since
11490 bug#2749 is now fixed.
11491
11492 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11493
11494 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11495 Support both "gvfs-monitor-dir" and "inotifywait".
11496 (tramp-sh-file-inotifywait-process-filter): Rename from
11497 `tramp-sh-file-notify-process-filter'.
11498 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11499 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11500
11501 2013-07-05 Leo Liu <sdl.web@gmail.com>
11502
11503 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11504
11505 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11506
11507 * frame.el (display-pixel-height, display-pixel-width)
11508 (display-mm-height, display-mm-width): Mention behavior on
11509 multi-monitor setups in docstrings.
11510 (w32-display-monitor-attributes-list): Declare function.
11511 (display-monitor-attributes-list): Use it.
11512
11513 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11514
11515 * filenotify.el: New package.
11516
11517 * autorevert.el (top): Require filenotify.el.
11518 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11519 instead.
11520 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11521 (auto-revert-notify-handler): Use `file-notify-*' functions.
11522
11523 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11524
11525 * net/tramp.el (tramp-file-name-for-operation):
11526 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11527
11528 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11529 for `file-notify-add-watch' and `file-notify-rm-watch'.
11530 (tramp-process-sentinel): Improve trace.
11531 (tramp-sh-handle-file-notify-add-watch)
11532 (tramp-sh-file-notify-process-filter)
11533 (tramp-sh-handle-file-notify-rm-watch)
11534 (tramp-get-remote-inotifywait): New defuns.
11535
11536 2013-07-03 Juri Linkov <juri@jurta.org>
11537
11538 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11539 call of `occur-read-primary-args' to interactive spec.
11540
11541 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11542 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11543
11544 2013-07-03 Matthias Meulien <orontee@gmail.com>
11545
11546 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11547 `Buffer-menu-multi-occur'. Add it to the menu.
11548 (Buffer-menu-mode): Document it in docstring.
11549 (Buffer-menu-multi-occur): New command. (Bug#14673)
11550
11551 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11552
11553 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11554 keywords and built-ins.
11555
11556 2013-07-03 Glenn Morris <rgm@gnu.org>
11557
11558 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11559
11560 Make info-xref checks case-sensitive by default
11561 * info.el (Info-find-node, Info-find-in-tag-table)
11562 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11563 Add option for exact case matching of nodes.
11564 * info-xref.el (info-xref): New custom group.
11565 (info-xref-case-fold): New option.
11566 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11567
11568 2013-07-03 Leo Liu <sdl.web@gmail.com>
11569
11570 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11571
11572 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11573
11574 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11575 middle of block statement initially, lower the depth. Remove
11576 FIXME comment, not longer valid. Remove middle of block statement
11577 detection, no need to do that anymore since we've been using
11578 `ruby-parse-region' here.
11579
11580 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11581
11582 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11583
11584 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11585
11586 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11587
11588 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11589
11590 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11591 (desktop-restore-in-current-display): New customization option.
11592 (desktop--excluded-frame-parameters): Add `font'.
11593 (desktop--save-frames): Rename from desktop--save-windows.
11594 (desktop--restore-in-this-display-p): New function.
11595 (desktop--make-full-frame): Remove unwanted width/height from
11596 full(width|height) frames.
11597 (desktop--restore-frames): Rename from desktop--restore-windows.
11598 Obey desktop-restore-current-display. Do not delete old frames or
11599 select a new frame unless we were able to restore at least one frame.
11600
11601 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11602
11603 * files.el (find-file-noselect): Simplify conditional expression.
11604
11605 * textmodes/remember.el (remember-append-to-file):
11606 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11607
11608 Add `remember-notes' function to store random notes across Emacs
11609 restarts.
11610 * textmodes/remember.el (remember-data-file): Add :set callback to
11611 affect notes buffer (if any).
11612 (remember-notes): New command.
11613 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11614 New defcustoms for the `remember-notes' function.
11615 (remember-notes-save-and-bury-buffer): New command.
11616 (remember-notes-mode-map): New variable.
11617 (remember-mode): New minor mode.
11618 (remember-notes--kill-buffer-query): New function.
11619 * startup.el (initial-buffer-choice): Add notes to custom type.
11620
11621 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11622
11623 * bindings.el (right-char, left-char): Don't call sit-for, this is
11624 no longer needed. Use arithmetic comparison only for numerical
11625 arguments.
11626
11627 * international/mule-cmds.el (select-safe-coding-system):
11628 Handle the case of FROM being a string correctly. (Bug#14755)
11629
11630 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11631
11632 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11633 progression on degenerate tables.
11634 (shr-rescale-image): ImageMagick animated images currently don't work.
11635
11636 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11637
11638 Some fixes and improvements for desktop frame restoration.
11639 It is still experimental and disabled by default.
11640 * desktop.el (desktop--save-windows): Put the selected frame at
11641 the head of the list.
11642 (desktop--make-full-frame): New function.
11643 (desktop--restore-windows): Try to re-select the frame that was
11644 selected upon saving. Do not abort if some frames fail to restore,
11645 just show an error message and continue. Set up maximized frames
11646 so they have default non-maximized dimensions.
11647
11648 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11649
11650 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11651 Don't start heredoc inside a string or comment.
11652
11653 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11654
11655 * bindings.el (visual-order-cursor-movement): New defcustom.
11656 (right-char, left-char): Provide visual-order cursor motion by
11657 calling move-point-visually. Update the doc strings.
11658
11659 2013-06-28 Kenichi Handa <handa@gnu.org>
11660
11661 * international/mule.el (define-coding-system): New coding system
11662 properties :inhibit-null-byte-detection,
11663 :inhibit-iso-escape-detection, and :prefer-utf-8.
11664 (set-buffer-file-coding-system): If :charset-list property of
11665 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11666 appropriate for setting.
11667
11668 * international/mule-cmds.el (select-safe-coding-system):
11669 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11670 multibyte characters, return utf-8 (or one of its siblings).
11671
11672 * international/mule-conf.el (prefer-utf-8): New coding system.
11673 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11674 files.
11675
11676 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11677
11678 * net/shr.el (shr-render-region): New function.
11679
11680 * net/eww.el: Autoload `eww-browse-url'.
11681
11682 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11683
11684 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11685 Adapt to `package-desc-version' being a list.
11686 Use `package--ac-desc-version' to retrieve version from a package
11687 archive element.
11688
11689 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11690
11691 New experimental feature to save&restore window and frame setup.
11692 * desktop.el (desktop-save-windows): New defcustom.
11693 (desktop--saved-states): New var.
11694 (desktop--excluded-frame-parameters): New defconst.
11695 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11696 (desktop--restore-windows, desktop--save-windows): New functions.
11697 (desktop-save): Call `desktop--save-windows'.
11698 (desktop-read): Call `desktop--restore-windows'.
11699
11700 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11701
11702 * net/shr.el (add-face-text-property): Remove compat definition.
11703
11704 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11705
11706 * info.el (Info-try-follow-nearest-node): Move search for footnote
11707 above search for node name to prevent missing a footnote (bug#14717).
11708
11709 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11710
11711 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11712
11713 2013-06-27 Leo Liu <sdl.web@gmail.com>
11714
11715 * net/eww.el (eww-read-bookmarks): Check file size.
11716
11717 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11718
11719 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11720 advice--pending if newdef is nil or an autoload (bug#13820).
11721 (advice-mapc): New function.
11722
11723 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11724
11725 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11726 probably.
11727 (eww-mode-map): Add a menu bar.
11728 (eww-add-bookmark): New command.
11729 (eww-bookmark-mode): New mode and commands.
11730 (eww-add-bookmark): Remove newlines from the title.
11731 (eww-bookmark-browse): Don't bug out if it's the only window.
11732
11733 2013-06-26 Glenn Morris <rgm@gnu.org>
11734
11735 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11736 (hfy-size): Handle ttys. (Bug#14668)
11737
11738 * info-xref.el: Update for Texinfo 5 change in *note format.
11739 (info-xref-node-re, info-xref-note-re): New constants.
11740 (info-xref-check-buffer): Use info-xref-note-re.
11741
11742 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11745
11746 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11747 nil terminate the loop (bug#14718).
11748
11749 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11750
11751 * net/eww.el: Rework history traversal. When going forward/back,
11752 put these actions into the history, too, so that they can be
11753 replayed.
11754 (eww-render): Move the history reset to the correct buffer.
11755
11756 2013-06-25 Juri Linkov <juri@jurta.org>
11757
11758 * files-x.el (modify-dir-local-variable): Change the header comment
11759 in the file with directory local variables. (Bug#14692)
11760
11761 * files-x.el (read-file-local-variable-value): Add `default'.
11762 (Bug#14710)
11763
11764 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11765
11766 * net/eww.el (eww-make-unique-file-name): Create a unique file
11767 name before saving to entering `y' accidentally asynchronously.
11768
11769 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11770
11771 * net/eww.el (eww-download): New command and keystroke.
11772
11773 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11774
11775 * net/eww.el (eww-copy-page-url): Change name of command.
11776
11777 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11778 be more consistent with Info and dired.
11779
11780 * net/eww.el (eww-mode-map): Ditto.
11781
11782 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11783
11784 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11785 packages from archives.
11786 (package-archive-contents): Change format; include obsolete packages.
11787 (package-desc): Use `dir' to mark builtin packages.
11788 (package--from-builtin): Set the `dir' field to `builtin'.
11789 (generated-autoload-file, version-control): Declare.
11790 (package-compute-transaction): Change first arg and return value to be
11791 lists of package-descs. Adjust to new package-archive-contents format.
11792 (package--add-to-archive-contents): Adjust to new
11793 package-archive-contents format.
11794 (package-download-transaction): Arg is now a list of package-descs.
11795 (package-install): If `pkg' is a package name, pass it as
11796 a requirement, so it is subject to the usual (e.g. disabled) checks.
11797 (describe-package): Accept package-desc as well.
11798 (describe-package-1): Describe a specific package-desc. Add links to
11799 other package-descs for the same package name.
11800 (package-menu-describe-package): Pass the actual package-desc.
11801 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11802 works correctly.
11803 (package-desc-status): New function.
11804 (package-menu--refresh): New function, extracted
11805 from package-menu--generate.
11806 (package-menu--generate): Use it.
11807 (package-delete): Update package-alist.
11808 (package-menu-execute): Don't call package-initialize.
11809
11810 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11811 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11812 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11813 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11814 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11815 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11816
11817 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11818
11819 * window.el (window--state-get-1): Workaround for bug#14527.
11820 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11821
11822 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11823
11824 * net/eww.el (eww-back-url): Implement the history by stashing all
11825 the data into a list.
11826 (eww-forward-url): Allow going forward in the history, too.
11827
11828 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11829
11830 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11831 for values and use read--expression for expressions (bug#14710).
11832 (read-file-local-variable): Avoid setq.
11833 (read-file-local-variable-mode): Use minor-mode-list.
11834
11835 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11836
11837 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11838 for DOI URLs.
11839
11840 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11841
11842 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11843 Update imenu-support when dialect changes.
11844
11845 2013-06-25 Leo Liu <sdl.web@gmail.com>
11846
11847 * ido.el (ido-read-internal): Allow forward slash on windows.
11848
11849 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11850
11851 * net/eww.el (eww): Start of strings is \\`, not ^.
11852
11853 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11854
11855 * net/shr.el (shr-browse-url): Fix interactive spec.
11856
11857 * net/eww.el (eww): Add a trailing slash to domain names.
11858
11859 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11860
11861 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11862
11863 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11864
11865 * net/shr.el (shr-browse-url): Use an external browser if given a
11866 prefix.
11867
11868 * net/eww.el (eww-external-browser): Move to shr.
11869
11870 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11871
11872 * net/eww.el (eww): Work more correctly for file: URLs.
11873 (eww-detect-charset): Allow quoted charsets.
11874 (eww-yank-page-url): New command and keystroke.
11875
11876 2013-06-24 Daiki Ueno <ueno@gnu.org>
11877
11878 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11879 file name of gpg executable.
11880 (epg-context-program): New function.
11881 (epg-context-home-directory): New function.
11882 (epg-context-set-program): New function.
11883 (epg-context-set-home-directory): New function.
11884 (epg--start): Use `epg-context-program' instead of
11885 'epg-gpg-program'.
11886 (epg--list-keys-1): Likewise.
11887
11888 2013-06-24 Leo Liu <sdl.web@gmail.com>
11889
11890 * ido.el (ido-read-internal): Fix bug#14620.
11891
11892 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11893
11894 * faces.el (face-documentation): Simplify.
11895 (read-face-attribute, tty-find-type, x-resolve-font-name):
11896 Use `string-match-p'.
11897 (list-faces-display): Use `string-match-p'. Simplify.
11898 (face-spec-recalc): Check face to avoid face alias loops.
11899 (read-color): Use `string-match-p' and non-capturing parenthesis.
11900
11901 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11902
11903 * net/shr.el (shr-rescale-image): Use the new
11904 :max-width/:max-height functionality.
11905
11906 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11907
11908 * net/eww.el (eww-search-prefix): New variable.
11909 (eww): Use it.
11910 (eww-external-browser): New variable.
11911 (eww-mode-map): New keystroke.
11912 (eww-browse-with-external-browser): New command.
11913
11914 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11915
11916 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11917
11918 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11919 Don't skip aligning the next header field when padding is 0;
11920 otherwise, field width is not respected unless the title is as
11921 wide as the field.
11922
11923 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * emacs-lisp/package.el (package-el-version): Remove.
11926 (package-process-define-package): Fix inf-loop.
11927 (package-install): Allow symbols as arguments again.
11928
11929 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11930
11931 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11932 add some more keyword-like methods.
11933 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11934
11935 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11936
11937 * bs.el (bs-buffer-show-mark): Make defvar-local.
11938 (bs-mode): Use setq-local.
11939
11940 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11941 (emacs-lock--try-unlocking): Make defvar-local.
11942
11943 2013-06-22 Glenn Morris <rgm@gnu.org>
11944
11945 * play/cookie1.el (cookie-apropos): Minor simplification.
11946
11947 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11948
11949 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11950
11951 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11952 `regexp-opt', it breaks the build during dumping.
11953
11954 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11955
11956 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11957 Highlight keyword-like methods on Kernel and Module with
11958 font-lock-builtin-face.
11959 (auto-mode-alist): Consolidate different entries into one regexp
11960 and add more *file-s.
11961
11962 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11963
11964 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11965
11966 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11967 (diary-entry): Use it in the action of this button type instead of
11968 diary-goto-entry.
11969
11970 * calendar/todo-mode.el: New version.
11971 (todo-add-category): Append new category to end of file and give
11972 it the highest number, instead of putting it at the beginning and
11973 giving it 0. Incorporate noninteractive functionality.
11974 (todo-forward-category): Adapt to 1-based category numbering.
11975 Allow skipping over archived categories.
11976 (todo-backward-category): Derive from todo-forward-category.
11977 (todo-backward-item, todo-forward-item): Make noninteractive and
11978 delegate interactive part to new commands. Make sensitive to done items.
11979 (todo-categories): Make value an alist of category names and
11980 vectors of item counts.
11981 (todo-category-beg): Make a defconst.
11982 (todo-category-number): Use 1 instead of 0 as initial value.
11983 (todo-category-select): Make sensitive to overlays, optional item
11984 highlighting and done items.
11985 (todo-delete-item): Make sensitive to overlays and marked and done items.
11986 (todo-edit-item): Make sensitive to overlays and editing of
11987 date/time header optional. Add format checks.
11988 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11989 no-op if point is not on an item. Advertise using todo-edit-quit.
11990 (todo-edit-mode): Make sensitive to new format, font-locking, and
11991 multiple todo files.
11992 (todo-insert-item, todo-insert-item-here): Derive from
11993 todo-basic-insert-item and extend functionality.
11994 (todo-item-end, todo-item-start): Make sensitive to done items.
11995 (todo-item-string): Don't return text properties. Restore point.
11996 (todo-jump-to-category): Make sensitive to multiple todo files and
11997 todo archives. Use extended category completion.
11998 (todo-lower-item, todo-raise-item): Rename to *-priority and
11999 derive from todo-set-item-priority.
12000 (todo-mode): Derive from special-mode. Make sensitive to new
12001 format, font-locking and multiple todo files. Make read-only.
12002 (todo-mode-map): Don't suppress digit keys, so they can supply
12003 prefix arguments. Add many new key bindings.
12004 (todo-prefix): Insert as an overlay instead of file text.
12005 Change semantics from diary date expression to purely visual mark.
12006 (todo-print): Rename to todo-print-buffer. Make buffer display
12007 features printable. Remove option to restrict number of items
12008 printed. Add option to print to file.
12009 (todo-print-function): Rename to todo-print-buffer-function.
12010 (todo-quit): Extend to handle exiting new todo modes.
12011 (todo-remove-item): Make sensitive to overlays.
12012 (todo-save): Extend to buffers of filtered items.
12013 (todo-show): Make sensitive to done items, multiple todo files and
12014 new todo modes. Offer to convert legacy todo file before creating
12015 first new todo file.
12016 (todo-show-priorities): Rename to todo-top-priorities.
12017 Change semantics of value 0.
12018 (todo-top-priorities): Rename to todo-filter-top-priorities,
12019 derive from todo-filter-items and extend functionality.
12020 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12021 and extend functionality to other types of filtered items.
12022 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12023 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12024 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12025 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12026 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12027 (todo-edit-mode-hook, todo-entry-prefix-function)
12028 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12029 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12030 (todo-initials, todo-insert-threshold, todo-item-string-start)
12031 (todo-line-string, todo-menu, todo-mode-hook)
12032 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12033 (todo-print-priorities, todo-remove-separator)
12034 (todo-save-top-priorities-too, todo-string-count-lines)
12035 (todo-string-multiline-p, todo-time-string-format)
12036 (todo-tmp-buffer-name): Remove.
12037 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12038 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12039 (todo-edit-category-diary-inclusion)
12040 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12041 (todo-edit-file, todo-edit-item-date-day)
12042 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12043 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12044 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12045 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12046 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12047 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12048 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12049 (todo-filter-top-priorities-multifile, todo-find-archive)
12050 (todo-find-filtered-items-file, todo-go-to-source-item)
12051 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12052 (todo-jump-to-archive-category, todo-lower-category)
12053 (todo-mark-category, todo-marked-item-p, todo-merge-category)
12054 (todo-move-category, todo-move-item, todo-next-button)
12055 (todo-next-item, todo-padded-string, todo-powerset)
12056 (todo-previous-button, todo-previous-item)
12057 (todo-print-buffer-to-file, todo-raise-category)
12058 (todo-rename-category, todo-repair-categories-sexp, todo-search)
12059 (todo-set-category-number, todo-set-item-priority)
12060 (todo-set-top-priorities-in-category)
12061 (todo-set-top-priorities-in-file, todo-show-categories-table)
12062 (todo-sort-categories-alphabetically-or-numerically)
12063 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
12064 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
12065 (todo-toggle-item-header, todo-toggle-item-highlighting)
12066 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
12067 (todo-toggle-view-done-items, todo-toggle-view-done-only)
12068 (todo-unarchive-items, todo-unmark-category): New commands.
12069 (todo-absolute-file-name, todo-add-to-buffer-list)
12070 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
12071 (todo-basic-insert-item, todo-category-completions)
12072 (todo-category-number, todo-category-string-matcher-1)
12073 (todo-category-string-matcher-2, todo-check-filtered-items-file)
12074 (todo-check-format, todo-clear-matches)
12075 (todo-comment-string-matcher, todo-convert-legacy-date-time)
12076 (todo-current-category, todo-date-string-matcher)
12077 (todo-define-insertion-command, todo-diary-expired-matcher)
12078 (todo-diary-goto-entry, todo-diary-item-p)
12079 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
12080 (todo-display-categories, todo-display-sorted, todo-done-item-p)
12081 (todo-done-item-section-p, todo-done-separator)
12082 (todo-done-string-matcher, todo-files, todo-filter-items)
12083 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
12084 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
12085 (todo-insert-category-line, todo-insert-item-from-calendar)
12086 (todo-insert-sort-button, todo-insert-with-overlays)
12087 (todo-insertion-command-name, todo-insertion-key-bindings)
12088 (todo-label-to-key, todo-longest-category-name-length)
12089 (todo-make-categories-list, todo-mode-external-set)
12090 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
12091 (todo-modes-set-3, todo-multiple-filter-files)
12092 (todo-nondiary-marker-matcher, todo-prefix-overlays)
12093 (todo-read-category, todo-read-date, todo-read-dayname)
12094 (todo-read-file-name, todo-read-time)
12095 (todo-reevaluate-category-completions-files-defcustom)
12096 (todo-reevaluate-default-file-defcustom)
12097 (todo-reevaluate-filelist-defcustoms)
12098 (todo-reevaluate-filter-files-defcustom)
12099 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
12100 (todo-reset-done-separator, todo-reset-done-separator-string)
12101 (todo-reset-done-string, todo-reset-global-current-todo-file)
12102 (todo-reset-highlight-item, todo-reset-nondiary-marker)
12103 (todo-reset-prefix, todo-set-categories)
12104 (todo-set-date-from-calendar, todo-set-show-current-file)
12105 (todo-set-top-priorities, todo-short-file-name)
12106 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12107 (todo-total-item-counts, todo-update-buffer-list)
12108 (todo-update-categories-display, todo-update-categories-sexp)
12109 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12110 New functions.
12111 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12112 New major modes.
12113 (todo-categories, todo-display, todo-edit, todo-faces)
12114 (todo-filtered): New defgroups.
12115 (todo-archived-only, todo-button, todo-category-string, todo-date)
12116 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12117 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12118 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12119 (todo-add-item-if-new-category, todo-always-add-time-string)
12120 (todo-categories-align, todo-categories-archived-label)
12121 (todo-categories-category-label, todo-categories-diary-label)
12122 (todo-categories-done-label, todo-categories-number-separator)
12123 (todo-categories-todo-label, todo-categories-totals-label)
12124 (todo-category-completions-files, todo-completion-ignore-case)
12125 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12126 (todo-done-separator-string, todo-done-string)
12127 (todo-files-function, todo-filter-done-items, todo-filter-files)
12128 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12129 (todo-initial-category, todo-initial-file, todo-item-mark)
12130 (todo-legacy-date-time-regexp, todo-mode-line-function)
12131 (todo-nondiary-marker, todo-number-prefix)
12132 (todo-print-buffer-function, todo-show-current-file)
12133 (todo-show-done-only, todo-show-first, todo-show-with-done)
12134 (todo-skip-archived-categories, todo-top-priorities-overrides)
12135 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12136 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12137 New defcustoms.
12138 (todo-category-done, todo-date-pattern, todo-date-string-start)
12139 (todo-diary-items-buffer, todo-done-string-start)
12140 (todo-filtered-items-buffer, todo-item-start)
12141 (todo-month-abbrev-array, todo-month-name-array)
12142 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12143 (todo-top-priorities-buffer): New defconsts.
12144 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12145 (todo-categories-with-marks, todo-category-string-face)
12146 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12147 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12148 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12149 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12150 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12151 (todo-font-lock-keywords, todo-global-current-todo-file)
12152 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12153 (todo-insertion-commands-args)
12154 (todo-insertion-commands-args-genlist)
12155 (todo-insertion-commands-names, todo-insertion-map)
12156 (todo-key-bindings-t, todo-key-bindings-t+a)
12157 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12158 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12159 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12160 (todo-visited): New variables.
12161
12162 2013-06-21 Glenn Morris <rgm@gnu.org>
12163
12164 * play/cookie1.el (cookie-apropos): Add optional display argument.
12165 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12166 (psychoanalyze-pinhead): Use cookie-doctor.
12167
12168 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12169
12170 * emacs-lisp/package.el (tar-get-file-descriptor)
12171 (tar--extract): Declare.
12172
12173 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12174
12175 Extend flymake's warning predicate to be a function (bug#14217).
12176 * progmodes/flymake.el (flymake-warning-predicate): New.
12177 (flymake-parse-line): Use it.
12178 (flymake-warning-re): Make obsolete alias to
12179 `flymake-warning-predicate'.
12180
12181 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12182
12183 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12184 (package-obsolete-list): Remove.
12185 (package-activate): Remove min-version argument. Add `force' argument.
12186 Adjust to new package-alist format.
12187 (package-mark-obsolete): Remove.
12188 (package-unpack): Force reload of the package's autoloads.
12189 (package-installed-p): Check builtins if the installed package is not
12190 recent enough.
12191 (package-initialize): Don't reset package-obsolete-list.
12192 Don't specify which package version to activate.
12193 (package-process-define-package, describe-package-1)
12194 (package-menu--generate): Adjust to new package-alist format.
12195
12196 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12197
12198 * allout-widgets.el (allout-widgets-mode-off)
12199 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12200 (allout-widgets-post-command-business)
12201 (allout-widgets-after-copy-or-kill-function)
12202 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12203 (allout-decorate-item-and-context)
12204 (allout-graphics-modification-handler): Fix typos in docstrings.
12205 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12206
12207 * cmuscheme.el (scheme-start-file): Doc fix.
12208 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12209 (scheme-input-filter): Use `string-match-p'.
12210
12211 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12212
12213 * dired-x.el: Use Dired consistently in docstrings.
12214
12215 * dired.el: Use Dired consistently in docstrings.
12216 (dired-readin, dired-mode): Use `setq-local'.
12217 (dired-switches-alist): Make defvar-local.
12218 (dired-buffers-for-dir): Use `zerop'.
12219 (dired-safe-switches-p, dired-switches-escape-p)
12220 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12221 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12222 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12223 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12224 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12225 (dired-toggle-marks, dired-mark-files-containing-regexp)
12226 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12227 (dired-flag-auto-save-files, dired-flag-backup-files):
12228 Use `looking-at-p'.
12229 (dired-mark-files-regexp, dired-build-subdir-alist):
12230 Use `string-match-p', `looking-at-p'.
12231
12232 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12233 (direct-print-region-helper): Use `string-match-p'.
12234
12235 2013-06-21 Leo Liu <sdl.web@gmail.com>
12236
12237 * comint.el (comint-redirect-results-list-from-process):
12238 Fix infinite loop.
12239
12240 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12241
12242 * net/eww.el (eww-update-header-line-format): Quote % characters.
12243
12244 2013-06-21 Glenn Morris <rgm@gnu.org>
12245
12246 * play/cookie1.el (cookie): New custom group.
12247 (cookie-file): New option.
12248 (cookie-check-file): New function.
12249 (cookie): Make it interactive. Make start and end messages optional.
12250 Interactively, display the result. Default to cookie-file.
12251 (cookie-insert): Default to cookie-file.
12252 (cookie-snarf): Make start and end messages optional.
12253 Default to cookie-file. Use with-temp-buffer.
12254 (cookie-read): Rename from read-cookie.
12255 Make start and end messages optional. Default to cookie-file.
12256 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12257 Do not autoload it.
12258 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12259 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12260
12261 2013-06-21 Leo Liu <sdl.web@gmail.com>
12262
12263 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12264
12265 2013-06-21 Glenn Morris <rgm@gnu.org>
12266
12267 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12268
12269 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12270 Daniel Hackney <dan@haxney.org>
12271
12272 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12273 Consolidate the single-file vs tarball code.
12274 (package-desc-suffix): New function.
12275 (package-desc-full-name): Don't bother inlining it.
12276 (package-load-descriptor): Return the new package-desc.
12277 (package-mark-obsolete): Remove unused arg `package'.
12278 (package-unpack): Make it work for single files as well.
12279 Make it update package-alist.
12280 (package--make-autoloads-and-stuff): Rename from
12281 package--make-autoloads-and-compile. Don't compile any more.
12282 (package--compile): New function.
12283 (package-generate-description-file): New function, extracted from
12284 package-unpack-single.
12285 (package-unpack-single): Remove.
12286 (package--with-work-buffer): Add indentation and debugging info.
12287 (package-download-single): Remove.
12288 (package-install-from-archive): Rename from package-download-tar, make
12289 it take a pkg-desc, and make it work for single files as well.
12290 (package-download-transaction): Simplify.
12291 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12292 external tar program.
12293 (package-install-from-buffer): Remove `pkg-desc' argument.
12294 Use package-tar-file-info for tar-mode buffers.
12295 (package-install-file): Simplify accordingly.
12296 (package-archive-base): Change to take a pkg-desc.
12297 * tar-mode.el (tar--check-descriptor): New function, extracted from
12298 tar-get-descriptor.
12299 (tar-get-descriptor): Use it.
12300 (tar-get-file-descriptor): New function.
12301 (tar--extract): New function, extracted from tar-extract.
12302 (tar--extract): Use it.
12303 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12304 case the summary uses non-ascii. Adjust to new calling convention of
12305 package-tar-file-info.
12306
12307 2013-06-21 Leo Liu <sdl.web@gmail.com>
12308
12309 * comint.el (comint-redirect-results-list-from-process):
12310 Fix random delay. (Bug#14681)
12311
12312 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12313
12314 * profiler.el (profiler-format-number): Use log, not log10.
12315
12316 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12317
12318 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12319
12320 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12321
12322 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12323 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12324 yet available.
12325 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12326 (AUTOGENEL): ... here.
12327 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12328 (cl--defsubst-expand): Use it.
12329
12330 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12331
12332 * subr.el (log10): Move here from C code, and declare as obsolete.
12333 All uses of (log10 X) replaced with (log X 10).
12334
12335 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12336
12337 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12338 Declare with `defvar-local'.
12339 (tabulated-list-use-header-line, tabulated-list-entries)
12340 (tabulated-list-padding, tabulated-list-printer)
12341 (tabulated-list-sort-key): Declare with `defvar-local'.
12342 (tabulated-list-init-header, tabulated-list-print-fake-header):
12343 Use `setq-local'.
12344
12345 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12346
12347 * arc-mode.el (archive-mode): Add `archive-write-file' to
12348 `write-contents-functions' also for remote files. (Bug#14652)
12349
12350 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12351
12352 * cus-edit.el (custom-commands): Fix typos.
12353 (custom-display): Fix tooltip text.
12354 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12355 Fix typos in docstrings.
12356 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12357 (custom-unlispify-menu-entry, custom-magic-value-create)
12358 (custom-add-see-also, custom-group-value-create): Use ?\s.
12359 (custom-guess-type, customize-apropos, editable-field)
12360 (custom-face-value-create): Use `string-match-p'.
12361 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12362
12363 * custom.el (custom-load-symbol): Use `string-match-p'.
12364
12365 * ansi-color.el: Convert to lexical binding.
12366 (ansi-colors): Fix URL.
12367 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12368 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12369 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12370
12371 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12372
12373 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12374
12375 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12376
12377 2013-06-19 Tom Tromey <tromey@redhat.com>
12378
12379 * net/eww.el (eww-top-url): Remove.
12380 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12381 (eww-render): Set new variables. Don't set eww-top-url.
12382 (eww-handle-link): Handle "prev", "home", and "contents".
12383 Downcase the rel text.
12384 (eww-top-url): Choose best top URL.
12385
12386 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12387
12388 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12389 relying in widget.el. Using widget.el leads to too many
12390 user interface inconsistencies.
12391 (eww-self-insert): Implement entering commands in text fields.
12392 (eww-process-text-input): New function to make text input field editing
12393 work.
12394 (eww-submit): Rewrite to use the new-style form methods.
12395 (eww-select-display): Display the correct selected item.
12396 (eww-change-select): Implement changing the select value.
12397 (eww-toggle-checkbox): Implement radio/checkboxes.
12398 (eww-update-field): Fix compilation error.
12399 (eww-tag-textarea): Implement <textarea>.
12400
12401 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12402 we don't shadow mode-specific bindings.
12403
12404 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12405 nothing to push.
12406
12407 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12408
12409 2013-06-19 Glenn Morris <rgm@gnu.org>
12410
12411 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12412
12413 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12414
12415 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12416 not needed.
12417
12418 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12419
12420 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12421
12422 * net/browse-url.el (browse-url-browser-function):
12423 `eww-browse-url' has the right calling signature, `eww' does not.
12424
12425 2013-06-19 Glenn Morris <rgm@gnu.org>
12426
12427 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12428 Only eval autoloaded macros.
12429 (byte-compile-autoload): Only give the macro warning for macros.
12430
12431 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12432 (ps-underlined-faces): Declare.
12433
12434 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12435 (speedbar-add-supported-extension): Declare.
12436
12437 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12438 Don't include a date stamp in the header of the generated file;
12439 it leads to needless differences between output files.
12440
12441 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12442
12443 * net/secrets.el (secrets-struct-secret-content-type):
12444 Replace check of introspection data by a test call of "CreateItem".
12445 Some servers do not offer introspection.
12446
12447 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12448
12449 * electric.el (electric-pair-mode): Improve interaction with
12450 electric-layout-mode.
12451 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12452 (electric-pair-syntax): Use text-mode-syntax-table in comments
12453 and strings.
12454 (electric-pair--insert): New function.
12455 (electric-pair-post-self-insert-function): Use it and
12456 electric--after-char-pos.
12457
12458 2013-06-19 Leo Liu <sdl.web@gmail.com>
12459
12460 * progmodes/octave.el (octave-help): Fix regexp.
12461
12462 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12463
12464 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12465 (shr-table-horizontal-line): Allow nil as a value, and change the
12466 default.
12467 (shr-insert-table-ruler): Respect the nil value.
12468
12469 2013-06-18 Tom Tromey <tromey@barimba>
12470
12471 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12472 New defvars.
12473 (eww-open-file): New defun.
12474 (eww-render): Initialize new variables.
12475 (eww-display-html): Handle "link" and "a".
12476 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12477 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12478 (eww-back-url): Rename from eww-previous-url.
12479 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12480 New defuns.
12481
12482 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12483
12484 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12485 Distinguish ternary operator tokens from slash symbol and slash
12486 char literal.
12487
12488 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12489
12490 Convert symbol prettification into minor mode and global minor mode.
12491
12492 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12493 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12494 (prettify-symbols--keywords): Rename from
12495 `prog-prettify-symbols-alist' and make a local defvar.
12496 (prettify-symbols--compose-symbol): Rename from
12497 `prog--prettify-font-lock-compose-symbol'.
12498 (prettify-symbols--make-keywords): Rename from
12499 `prog-prettify-font-lock-symbols-keywords' and simplify.
12500 (prog-prettify-install): Remove.
12501 (prettify-symbols-mode): New minor mode, based on
12502 `prog-prettify-install'.
12503 (turn-on-prettify-symbols-mode): New function.
12504 (global-prettify-symbols-mode): New globalized minor mode.
12505
12506 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12507 * progmodes/cfengine.el (cfengine3-mode):
12508 * progmodes/perl-mode.el (perl-mode): Don't call
12509 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12510
12511 2013-06-18 Juri Linkov <juri@jurta.org>
12512
12513 * files-x.el (modify-file-local-variable-message): New function.
12514 (modify-file-local-variable)
12515 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12516 and call `modify-file-local-variable-message' when it's non-nil.
12517 (add-file-local-variable, delete-file-local-variable)
12518 (add-file-local-variable-prop-line)
12519 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12520 and use it. (Bug#9820)
12521
12522 2013-06-18 Juri Linkov <juri@jurta.org>
12523
12524 * emulation/vi.el (vi-shell-op):
12525 * emulation/vip.el (vip-execute-com, ex-command):
12526 * emulation/viper-cmd.el (viper-exec-bang):
12527 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12528 the call of `shell-command-on-region'. (Bug#14637)
12529
12530 * simple.el (shell-command-on-region): Doc fix.
12531
12532 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12533
12534 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12535 (bug#14633).
12536
12537 2013-06-18 Glenn Morris <rgm@gnu.org>
12538
12539 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12540
12541 * newcomment.el (comment-search-forward, comment-search-backward):
12542 Doc fix. (Bug#14376)
12543
12544 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12545
12546 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12547 (buffer-face-mode-invoke): Doc fix.
12548
12549 2013-06-18 Matthias Meulien <orontee@gmail.com>
12550
12551 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12552 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12553
12554 2013-06-18 Glenn Morris <rgm@gnu.org>
12555
12556 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12557 Replace obsolete function generic-make-keywords with its expansion.
12558
12559 * progmodes/python.el (ffap-alist): Declare.
12560
12561 * textmodes/reftex.el (bibtex-mode-map): Declare.
12562
12563 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12564
12565 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12566 (package-unpack, package-unpack-single): Return the pkg-dir.
12567 (package-download-transaction): Use it to update package-alist.
12568
12569 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12570
12571 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12572 possible choice.
12573
12574 2013-06-17 Juri Linkov <juri@jurta.org>
12575
12576 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12577
12578 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12579
12580 * emacs-lisp/package.el (package-load-descriptor):
12581 Remove `with-syntax-table' call, `read' doesn't need it.
12582 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12583
12584 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12585
12586 * startup.el (command-line): Expand package name returned by
12587 `package--description-file' (bug#14639).
12588
12589 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12590
12591 * emacs-lisp/package.el (package-load-descriptor): Do not call
12592 `emacs-lisp-mode', just use its syntax table.
12593
12594 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12595
12596 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12597 `font-lock-extra-managed-props' if any prettifying keyword is added.
12598 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12599 (prog-mode): Use `setq-local'.
12600
12601 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12602
12603 * international/characters.el (standard-case-table): Set syntax of ?»
12604 and ?« to punctuation.
12605
12606 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12607
12608 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12609 Save relevant match data before calling `syntax-ppss' (bug#14595).
12610
12611 2013-06-15 Juri Linkov <juri@jurta.org>
12612
12613 * files-x.el (modify-file-local-variable-prop-line): Add local
12614 variables to the end of the existing comment on the first line.
12615 Use `file-auto-mode-skip' to skip interpreter magic line,
12616 and also skip XML declaration.
12617
12618 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * startup.el (package--builtin-versions): New var.
12621 (package-subdirectory-regexp): Remove.
12622 (package--description-file): Hard code its value instead.
12623
12624 * emacs-lisp/package.el: Don't activate packages older than builtin.
12625 (package-obsolete-list): Rename from package-obsolete-alist, and make
12626 it into a simple list of package-desc.
12627 (package-strip-version): Remove.
12628 (package-built-in-p): Use package--builtin-versions.
12629 (package-mark-obsolete): Simplify.
12630 (package-process-define-package): Mark it obsolete if older than the
12631 builtin version.
12632 (package-handle-response): Use line-end-position.
12633 (package-read-archive-contents, package--download-one-archive):
12634 Simplify.
12635 (package--add-to-archive-contents): Skip if older than the builtin or
12636 installed version.
12637 (package-menu-describe-package): Fix last change.
12638 (package-list-unversioned): New var.
12639 (package-menu--generate): Use it.
12640
12641 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12642 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12643 (autoload-builtin-package-versions): New variable.
12644 (autoload-generate-file-autoloads): Use them.
12645 Remove the list of autoloaded functions/macros from the
12646 (autoload...) comments.
12647
12648 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12649
12650 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12651
12652 * simple.el (line-move-partial): Don't jump to the next screen
12653 line as soon as it becomes visible. Instead, continue enlarging
12654 the vscroll until the portion of a tall screen line that's left on
12655 display is about the height of the frame's default font.
12656 (Bug#14567)
12657
12658 2013-06-15 Glenn Morris <rgm@gnu.org>
12659
12660 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12661 compilation-error-regexp-alist void, or local while let-bound.
12662
12663 * progmodes/make-mode.el (makefile-mode-syntax-table):
12664 Treat "=" as punctuation. (Bug#14614)
12665
12666 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12667
12668 * help-fns.el (describe-variable):
12669 Add extra line for permanent-local variables.
12670
12671 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12672
12673 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12674 Add export, import, library. (Bug#9164)
12675 (library): Set indent function.
12676
12677 2013-06-14 Glenn Morris <rgm@gnu.org>
12678
12679 * term/xterm.el (xterm--query):
12680 Stop after first matching handler. (Bug#14615)
12681
12682 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12683
12684 Add support for dired in saveplace.
12685 * dired.el (dired-initial-position-hook): New variable.
12686 (dired-initial-position): Call hook to place cursor position.
12687 * saveplace.el (save-place-to-alist): Add dired position.
12688 (save-place-dired-hook): New function.
12689
12690 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12691
12692 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12693 through a symbol rather than letrec.
12694
12695 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12696 (package-desc): Add `dir' field.
12697 (package-desc-full-name): New function.
12698 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12699 (package-maybe-load-descriptor): Remove.
12700 (package-load-all-descriptors): Just call package-load-descriptor.
12701 (package--disabled-p): New function.
12702 (package-desc-vers, package-desc-doc): Remove aliases.
12703 (package--dir): Remove function.
12704 (package-activate): Check if a package is disabled.
12705 (package-process-define-package): New function, extracted from
12706 define-package.
12707 (define-package): Turn into a place holder.
12708 (package-unpack-single, package-tar-file-info):
12709 Use package--description-file.
12710 (package-compute-transaction): Use package--disabled-p.
12711 (package-download-transaction): Don't call
12712 package-maybe-load-descriptor since they're all loaded anyway.
12713 (package-install): Change argument to be a pkg-desc.
12714 (package-delete): Use a single pkg-desc argument.
12715 (describe-package-1): Use package-desc-dir instead of package--dir.
12716 Use package-desc property instead of package-symbol.
12717 (package-install-button-action): Adjust accordingly.
12718 (package--push): Rewrite.
12719 (package-menu--print-info): Adjust accordingly. Change the ID format
12720 to be a pkg-desc.
12721 (package-menu-describe-package, package-menu-get-status)
12722 (package-menu--find-upgrades, package-menu-mark-upgrades)
12723 (package-menu-execute, package-menu--name-predicate):
12724 Adjust accordingly.
12725 * startup.el (package--description-file): New function.
12726 (command-line): Use it.
12727 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12728 Use package-desc-version.
12729
12730 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12731 (byte-compile-preprocess): Use it.
12732 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12733 can't quite recognize.
12734 (byte-compile-add-to-list): Remove.
12735 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12736 (cconv-closure-convert): Add assertion.
12737
12738 * emacs-lisp/map-ynp.el: Use lexical-binding.
12739 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12740 Factor out some repeated code.
12741
12742 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * subr.el (with-eval-after-load): New macro.
12745 (eval-after-load): Allow form to be a function.
12746 take advantage of lexical-binding.
12747 (do-after-load-evaluation): Use dolist and adjust to new format.
12748 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12749
12750 2013-06-13 Juri Linkov <juri@jurta.org>
12751
12752 * replace.el (perform-replace): Display "symbol " and other search
12753 modes from `isearch-message-prefix' in the *Help* buffer.
12754
12755 * isearch.el (isearch-query-replace): Add " symbol" and other
12756 possible search modes from `isearch-message-prefix' to the prompt.
12757 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12758 when reading a regexp to collect.
12759
12760 2013-06-13 Juri Linkov <juri@jurta.org>
12761
12762 * isearch.el (word-search-regexp): Match whitespace if the search
12763 string begins or ends in whitespace. The LAX arg is applied to
12764 both ends of the search string. Use `regexp-quote' and explicit
12765 \< and \> instead of \b. Use \` and \' instead of ^ and $.
12766 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12767 boundaries are replaced with symbol boundaries, and characters
12768 between symbols match non-word non-symbol syntax. (Bug#14602)
12769
12770 2013-06-13 Juri Linkov <juri@jurta.org>
12771
12772 * isearch.el (isearch-del-char): Don't exceed the length of
12773 `isearch-string' by the prefix arg. (Bug#14563)
12774
12775 2013-06-13 Juri Linkov <juri@jurta.org>
12776
12777 * isearch.el (isearch-yank-word, isearch-yank-line)
12778 (isearch-char-by-name, isearch-quote-char)
12779 (isearch-printing-char, isearch-process-search-char):
12780 Add optional count prefix arg. (Bug#14563)
12781
12782 * international/isearch-x.el
12783 (isearch-process-search-multibyte-characters):
12784 Add optional count prefix arg.
12785
12786 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12787
12788 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12789 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12790 lexical-binding.
12791
12792 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12793
12794 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12795
12796 2013-06-13 Glenn Morris <rgm@gnu.org>
12797
12798 * startup.el (tty-handle-args):
12799 Don't just discard "--" and anything after. (Bug#14608)
12800
12801 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12802
12803 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12804
12805 Implement changes in Secret Service API. Make it backward compatible.
12806 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12807 (secrets-create-item): Use it. Prefix properties with interface.
12808
12809 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12810
12811 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12812 (term-emulate-terminal): Respect term-suppress-hard-newline.
12813
12814 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12815
12816 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12817 Only remove a `thumb-file' overlay. (Bug#14548)
12818
12819 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12820
12821 * mail/reporter.el (reporter-submit-bug-report):
12822 Handle missing package-name. (Bug#14600)
12823
12824 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12825
12826 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12827 (reftex-citation-prompt, reftex-default-bibliography)
12828 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12829 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12830 (reftex-bib-sort-author, reftex-bib-sort-year)
12831 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12832 (reftex-extract-bib-entries-from-thebibliography)
12833 (reftex-get-bibkey-default, reftex-get-bib-names)
12834 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12835 (reftex-format-bib-entry, reftex-parse-bibitem)
12836 (reftex-format-bibitem, reftex-do-citation)
12837 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12838 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12839 (reftex-insert-bib-matches, reftex-format-citation)
12840 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12841 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12842 existing comments into docstrings.
12843
12844 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12845
12846 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12847
12848 2013-06-12 Andreas Schwab <schwab@suse.de>
12849
12850 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12851 for auto-save files.
12852
12853 2013-06-12 Glenn Morris <rgm@gnu.org>
12854
12855 * ido.el (ido-delete-ignored-files): Remove.
12856 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12857 Go back to calling ido-ignore-item-p directly.
12858
12859 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12860
12861 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12862
12863 * ido.el (ido-delete-ignored-files): New function,
12864 split from ido-make-file-list-1.
12865 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12866 (ido-make-file-list-1): Use ido-delete-ignored-files.
12867
12868 2013-06-12 Leo Liu <sdl.web@gmail.com>
12869
12870 * progmodes/octave.el (inferior-octave-startup)
12871 (inferior-octave-completion-table)
12872 (inferior-octave-track-window-width-change)
12873 (octave-eldoc-function-signatures, octave-help)
12874 (octave-find-definition): Use single quoted strings.
12875 (inferior-octave-startup-args): Change default value.
12876 (inferior-octave-startup): Do not hard code "-i" and
12877 "--no-line-editing".
12878 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12879 (inferior-octave-directory-tracker): Use it.
12880 (octave-goto-function-definition): Robustify.
12881 (octave-help): Support highlighting operators in 'See also'.
12882 (octave-find-definition): Find subfunctions only in Octave mode.
12883
12884 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12885
12886 * help-fns.el (help-fns--compiler-macro): If the handler function is
12887 named, then put a link to it.
12888 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12889 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12890 (cl-typep): Use it.
12891 (cl-eval-when): Simplify debug spec.
12892 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12893 compiler-macro function instead of setting `compiler-macro-file'.
12894
12895 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12896
12897 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12898 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12899
12900 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12901 Daniel Hackney <dan@haxney.org>
12902
12903 First part of Daniel Hackney's patch to package.el.
12904 * emacs-lisp/package.el: Use defstruct.
12905 (package-desc): New, main struct.
12906 (package--bi-desc, package--ac-desc): New structs, used to describe the
12907 format in external files.
12908 (package-desc-vers): Replace with package-desc-version accessor.
12909 (package-desc-doc): Replace with package-desc-summary accessor.
12910 (package-activate-1): Remove `package' arg since the pkg-vec now
12911 includes the name.
12912 (define-package): Use package-desc-from-define.
12913 (package-unpack-single): Change file-name arg to be a symbol.
12914 (package--add-to-archive-contents): Use package-desc-create and new
12915 accessor functions to package--ac-desc.
12916 (package-buffer-info, package-tar-file-info): Return a package-desc.
12917 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12918 arg to be a package-desc.
12919 (package-install-file): Adjust accordingly. Use \' to match EOS.
12920 (package--from-builtin): New function.
12921 (describe-package-1, package-menu--generate): Use it.
12922 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12923 (package-generate-autoloads): Idem and return the name of the file.
12924 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12925 Change pkg-info arg to be a package-desc.
12926 Use package-make-ac-desc.
12927 (package-upload-file): Use \' to match EOS.
12928 * finder.el (finder-compile-keywords): Use package-make-builtin.
12929
12930 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12931
12932 * vc/vc.el (vc-deduce-fileset): Change error message.
12933 (vc-read-backend): New function.
12934 (vc-next-action): Use it.
12935
12936 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12937
12938 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12939 (prolog-font-lock-keywords): Use regexp-opt instead.
12940 Don't manually highlight strings.
12941 (prolog-mode-variables): Simplify comment-start-skip.
12942 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12943
12944 * emacs-lisp/generic.el (generic--normalise-comments)
12945 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12946 (generic-mode-set-comments): Use them.
12947 (generic-bracket-support): Use setq-local.
12948 (generic-make-keywords-list): Declare obsolete.
12949
12950 2013-06-11 Glenn Morris <rgm@gnu.org>
12951
12952 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12953 Prettify after setting font-lock-defaults. (Bug#14574)
12954
12955 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12956
12957 * replace.el (query-replace, occur-read-regexp-defaults-function)
12958 (replace-search):
12959 * subr.el (declare-function, number-sequence, local-set-key)
12960 (substitute-key-definition, locate-user-emacs-file)
12961 (with-silent-modifications, split-string, eval-after-load):
12962 Fix typos, remove unneeded backslashes and reflow some docstrings.
12963
12964 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12967 default for Elisp files.
12968
12969 2013-06-11 Glenn Morris <rgm@gnu.org>
12970
12971 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12972 although define-derived-mode was doing this anyway. (Bug#14583)
12973
12974 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12975
12976 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12977 Fix make-variable-buffer-local call to refer to the correct variable.
12978
12979 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12980
12981 * eshell/em-term.el (eshell-visual-commands)
12982 (eshell-visual-subcommands, eshell-visual-options):
12983 Add summary line to docstrings. Add cross-references.
12984
12985 2013-06-10 Glenn Morris <rgm@gnu.org>
12986
12987 * epa.el (epa-read-file-name): New function. (Bug#14510)
12988 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12989
12990 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12991
12992 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12993 output redirection to be ignored with visual commands.
12994
12995 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12996
12997 * eshell/em-term.el (eshell-visual-command-p): New function.
12998 (eshell-term-initialize): Move long lambda to separate function
12999 eshell-visual-command-p.
13000 * eshell/em-dirs.el (eshell-dirs-initialize):
13001 * eshell/em-script.el (eshell-script-initialize):
13002 Add missing #' to lambda.
13003
13004 2013-06-08 Leo Liu <sdl.web@gmail.com>
13005
13006 * progmodes/octave.el (octave-add-log-current-defun): New function.
13007 (octave-mode): Set add-log-current-defun-function.
13008 (octave-goto-function-definition): Do not move point if not found.
13009 (octave-find-definition): Enhance to try subfunctions first.
13010
13011 2013-06-08 Glenn Morris <rgm@gnu.org>
13012
13013 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13014 (byte-compile-backward-char, byte-compile-backward-word):
13015 Improve previous change, to handle non-explicit nil.
13016
13017 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13020 (smie--opener/closer-at-point): New function.
13021 (smie--matching-block-data): Use it. Don't match from right after an
13022 opener or right before a closer. Obey smie-blink-matching-inners.
13023 Don't signal a mismatch for repeated inners like "switch..case..case".
13024
13025 2013-06-07 Leo Liu <sdl.web@gmail.com>
13026
13027 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13028 to t. (Bug#14303)
13029 (octave-function-header-regexp): Fix. (Bug#14570)
13030 (octave-help-mode-finish-hook, octave-help-mode-finish):
13031 Remove. Just use temp-buffer-show-hook.
13032
13033 * newcomment.el (comment-search-backward): Revert last change.
13034 (Bug#14434)
13035
13036 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13037
13038 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13039
13040 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13041 through xargs, to avoid failure due to MS-Windows limitations on
13042 command-line length.
13043
13044 2013-06-06 Glenn Morris <rgm@gnu.org>
13045
13046 * font-lock.el (lisp-font-lock-keywords-2):
13047 Treat user-error like error.
13048
13049 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13050 (byte-compile-backward-char, byte-compile-backward-word):
13051 Handle explicit nil arguments. (Bug#14565)
13052
13053 2013-06-05 Alan Mackenzie <acm@muc.de>
13054
13055 * isearch.el (isearch-allow-prefix): New user option.
13056 (isearch-other-meta-char): Don't exit isearch when a prefix
13057 argument is typed whilst `isearch-allow-prefix' is non-nil.
13058 (Bug#9706)
13059
13060 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13061
13062 * autorevert.el (auto-revert-notify-handler): Use memq.
13063 Hide assertion failure.
13064
13065 * skeleton.el: Use cl-lib.
13066 (skeleton-further-elements): Use defvar-local.
13067 (skeleton-insert): Use cl-progv.
13068
13069 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13070
13071 * progmodes/prog-mode.el (prog-prettify-symbols)
13072 (prog-prettify-install): Update docstrings.
13073
13074 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * simple.el: Move all the prog-mode code to prog-mode.el.
13077 * progmodes/prog-mode.el: New file.
13078 * loadup.el: Add prog-mode.el.
13079
13080 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13081
13082 * simple.el (prog-prettify-symbols): Add version.
13083 (prog-prettify-install): Add convenience function to prettify symbols.
13084
13085 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
13086 (perl--augmented-font-lock-keywords-1)
13087 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
13088 variables and use it.
13089
13090 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13091 (cfengine3-mode): Remove unneeded variable and use it.
13092
13093 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13094 (lisp--augmented-font-lock-keywords-1)
13095 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
13096 Remove unneeded variables and use it.
13097
13098 2013-06-05 João Távora <joaotavora@gmail.com>
13099
13100 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
13101 to point when opening the connection. (Bug#14380)
13102
13103 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13104
13105 * subr.el (load-history-regexp, load-history-filename-element)
13106 (eval-after-load, after-load-functions, do-after-load-evaluation)
13107 (eval-next-after-load, display-delayed-warnings)
13108 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13109 definition of save-match-data.
13110 (overriding-local-map): Remove accidental obsolescence declaration.
13111
13112 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13113
13114 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13115
13116 Generalize symbol prettify support to prog-mode and implement it
13117 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13118 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13119 (prog--prettify-font-lock-compose-symbol)
13120 (prog-prettify-font-lock-symbols-keywords): New variables and
13121 functions to support symbol prettification.
13122 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13123 (lisp--augmented-font-lock-keywords-1)
13124 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13125 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13126 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13127 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13128 Implement prettify of -> => :: strings.
13129 * progmodes/perl-mode.el (perl-prettify-symbols)
13130 (perl--font-lock-compose-symbol)
13131 (perl--font-lock-symbols-keywords): Move to prog-mode.
13132 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13133 (perl-font-lock-keywords-1)
13134 (perl-font-lock-keywords-2): Remove explicit prettify support.
13135 (perl--augmented-font-lock-keywords)
13136 (perl--augmented-font-lock-keywords-1)
13137 (perl--augmented-font-lock-keywords-2, perl-mode):
13138 Implement prettify support.
13139
13140 2013-06-05 Leo Liu <sdl.web@gmail.com>
13141
13142 Re-implement SMIE matching block highlight using
13143 show-paren-data-function. (Bug#14395)
13144 * emacs-lisp/smie.el (smie-matching-block-highlight)
13145 (smie--highlight-matching-block-overlay)
13146 (smie--highlight-matching-block-lastpos)
13147 (smie-highlight-matching-block)
13148 (smie-highlight-matching-block-mode): Remove.
13149 (smie--matching-block-data-cache): New variable.
13150 (smie--matching-block-data): New function.
13151 (smie-setup): Use smie--matching-block-data for
13152 show-paren-data-function.
13153
13154 * progmodes/octave.el (octave-mode-menu): Fix.
13155 (octave-find-definition): Skip garbage lines.
13156
13157 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13158
13159 Fix compilation error with simultaneous dynamic+lexical scoping.
13160 Add warning when a defvar appears after the first let-binding.
13161 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13162 (byte-compile-close-variables): Initialize it.
13163 (byte-compile--declare-var): New function.
13164 (byte-compile-file-form-defvar)
13165 (byte-compile-file-form-define-abbrev-table)
13166 (byte-compile-file-form-custom-declare-variable): Use it.
13167 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13168 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13169 (byte-compile-bind): Handle dynamic bindings that shadow
13170 lexical bindings.
13171 (byte-compile-unbind): Make arg non-optional.
13172 (byte-compile-let): Simplify.
13173 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13174 (cconv--analyse-function, cconv-analyse-form): Populate it.
13175 Protect byte-compile-bound-variables to limit the scope of defvars.
13176 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13177 Remove unneeded rule for `declare'.
13178
13179 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13180 so as to avoid depending on cl-adjoin at run-time.
13181 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13182
13183 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13184 (macroexp--warn-and-return): Use it.
13185
13186 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13187
13188 * subr.el: Convert to lexical binding.
13189 (overriding-local-map): Make obsolete.
13190 (add-to-list): Doc fix. Add compiler macro.
13191 (read-key): Swap values of local maps.
13192
13193 2013-06-05 Leo Liu <sdl.web@gmail.com>
13194
13195 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13196
13197 2013-06-04 Leo Liu <sdl.web@gmail.com>
13198
13199 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13200 (compilation-auto-jump): Suppress the "Mark set" message to give
13201 way to exit message.
13202
13203 2013-06-04 Alan Mackenzie <acm@muc.de>
13204
13205 Remove faulty optimisation from indentation calculation.
13206 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13207 search limit based on 2000 characters back from indent-point.
13208
13209 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13210
13211 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13212
13213 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13214
13215 * emacs-lisp/lisp.el: Use lexical-binding.
13216 (lisp--local-variables-1, lisp--local-variables): New functions.
13217 (lisp--local-variables-completion-table): New var.
13218 (lisp-completion-at-point): Use it complete let-bound vars.
13219
13220 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13221 eagerly (bug#14422).
13222
13223 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13224
13225 * autorevert.el (auto-revert-notify-enabled)
13226 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13227 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13228 (auto-revert-notify-handler): Handle also gfilenotify.
13229
13230 * subr.el (file-notify-handle-event): New defun. Replacing ...
13231 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13232 Remove.
13233
13234 2013-06-03 Juri Linkov <juri@jurta.org>
13235
13236 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13237 `M-s h .'. (Bug#14427)
13238
13239 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13240 command `hi-lock-face-symbol-at-point'.
13241 (hi-lock-face-symbol-at-point): New command.
13242 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13243 (hi-lock-menu): Add `highlight-symbol-at-point'.
13244 (hi-lock-mode): Doc fix.
13245
13246 * isearch.el (isearch-forward-symbol-at-point): New command.
13247 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13248 (isearch-highlight-regexp): Add a regexp which matches
13249 words/symbols for word/symbol mode.
13250
13251 * subr.el (find-tag-default-bounds): New function with the body
13252 mostly moved from `find-tag-default'.
13253 (find-tag-default): Move most code to `find-tag-default-bounds',
13254 call it and apply `buffer-substring-no-properties' afterwards.
13255
13256 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13257
13258 * eshell/em-term.el (eshell-term-initialize):
13259 Use `cl-intersection' rather than `intersection'.
13260
13261 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13262
13263 * vc/log-view.el: Doc fix.
13264 (log-view-mode-map): Copy keymap from `special-mode-map'.
13265
13266 2013-06-02 Eric Ludlam <zappo@gnu.org>
13267
13268 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13269 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13270 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13271 (eieio-unbound, eieio-default-superclass)
13272 (eieio--define-field-accessors, method-static, method-before)
13273 (method-primary, method-after, method-num-lists)
13274 (method-generic-before, method-generic-primary)
13275 (method-generic-after, method-num-slots)
13276 (eieio-specialized-key-to-generic-key)
13277 (eieio--check-type, class-v, class-p)
13278 (eieio-class-name, define-obsolete-function-alias)
13279 (eieio-class-parents-fast, eieio-class-children-fast)
13280 (same-class-fast-p, class-constructor, generic-p)
13281 (generic-primary-only-p, generic-primary-only-one-p)
13282 (class-option-assoc, class-option, eieio-object-p)
13283 (class-abstract-p, class-method-invocation-order)
13284 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13285 (eieio-class-un-autoload, eieio-defclass)
13286 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13287 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13288 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13289 (eieio-defgeneric-reset-generic-form)
13290 (eieio-defgeneric-form-primary-only)
13291 (eieio-defgeneric-reset-generic-form-primary-only)
13292 (eieio-defgeneric-form-primary-only-one)
13293 (eieio-defgeneric-reset-generic-form-primary-only-one)
13294 (eieio-unbind-method-implementations)
13295 (eieio--defmethod, eieio--typep)
13296 (eieio-perform-slot-validation, eieio-validate-slot-value)
13297 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13298 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13299 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13300 (eieio-slot-name-index, eieio-class-slot-name-index)
13301 (eieio-set-defaults, eieio-initarg-to-attribute)
13302 (eieio-attribute-to-initarg, eieio-c3-candidate)
13303 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13304 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13305 (eieio-class-precedence-list, eieio-generic-call-methodname)
13306 (eieio-generic-call-arglst, eieio-generic-call-key)
13307 (eieio-generic-call-next-method-list)
13308 (eieio-pre-method-execution-functions, eieio-generic-call)
13309 (eieio-generic-call-primary-only, eieiomt-method-list)
13310 (eieiomt-optimizing-obarray, eieiomt-install)
13311 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13312 (eieio-generic-form, eieio-defmethod, make-obsolete)
13313 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13314 (defclass): Remove `eval-and-compile' from macro.
13315 (call-next-method, shared-initialize): Instead of using
13316 `scoped-class' variable, use new eieio--scoped-class, and
13317 eieio--with-scoped-class.
13318 (initialize-instance): Rename local variable 'scoped-class' to
13319 'this-class' to remove ambiguitity from old global.
13320
13321 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13322 eieio.el.
13323 (eieio--scoped-class-stack): New variable.
13324 (eieio--scoped-class): New fcn.
13325 (eieio--with-scoped-class): New scoping macro.
13326 (eieio-defclass): Use pushnew instead of add-to-list.
13327 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13328 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13329 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13330 `scoped-class' variable, use new eieio--scoped-class, and
13331 eieio--with-scoped-class.
13332
13333 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13334
13335 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13336
13337 * eshell/esh-ext.el (eshell-external-command): Pass args to
13338 `eshell-find-interpreter'.
13339 (eshell-find-interpreter): Add new second parameter ARGS.
13340
13341 * eshell/em-script.el (eshell-script-initialize): Add second arg
13342 to the function added as MATCH to `eshell-interpreter-alist'.
13343
13344 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13345 the function added as MATCH to `eshell-interpreter-alist'.
13346
13347 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13348 (eshell-visual-options): New defcustom.
13349 (eshell-escape-control-x): Adapt docstring.
13350 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13351 `eshell-visual-options' in addition to `eshell-visual-commands'.
13352 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13353
13354 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13355
13356 * progmodes/python.el (python-indent-block-enders): Add break,
13357 continue and raise keywords.
13358
13359 2013-06-01 Glenn Morris <rgm@gnu.org>
13360
13361 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13362
13363 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13364 * progmodes/cc-cmds.el (delete-forward-p):
13365 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13366 * progmodes/cc-engine.el (buffer-syntactic-context):
13367 * progmodes/cc-fonts.el (face-property-instance):
13368 * progmodes/cc-mode.el (set-keymap-parents):
13369 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13370 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13371 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13372 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13373 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13374
13375 * progmodes/cc-vars.el (other): Emacs has this widget since
13376 at least 21.1, so don't (re)define it.
13377
13378 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13379 Replace the obsolete alias pcomplete-arg-quote-list.
13380
13381 2013-06-01 Leo Liu <sdl.web@gmail.com>
13382
13383 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13384 punctuation syntax.
13385 (inferior-octave-minimal-columns)
13386 (inferior-octave-last-column-width): New variables.
13387 (inferior-octave-track-window-width-change): New function.
13388 (inferior-octave-mode): Adjust column width so that Octave output,
13389 for example from 'ls', can fit into the window nicely.
13390
13391 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13392
13393 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13394 Highlight expansions inside regexp literals.
13395
13396 2013-05-31 Glenn Morris <rgm@gnu.org>
13397
13398 * obsolete/sym-comp.el (symbol-complete):
13399 Replace obsolete completion-annotate-function.
13400
13401 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13402
13403 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13404
13405 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13406 New function, checks if point is inside a literal that allows
13407 expression expansion.
13408 (ruby-syntax-propertize-expansion): Use it.
13409 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13410 around the body.
13411
13412 2013-05-30 Juri Linkov <juri@jurta.org>
13413
13414 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13415 to "\M-si".
13416 (isearch-invisible): New variable.
13417 (isearch-forward): Doc fix.
13418 (isearch-mode): Set `isearch-invisible'
13419 to the value of `search-invisible'.
13420 (isearch-toggle-case-fold): Doc fix.
13421 (isearch-toggle-invisible): New command.
13422 (isearch-query-replace): Let-bind `search-invisible'
13423 to the value of `isearch-invisible'.
13424 (isearch-search): Use `isearch-invisible' instead of
13425 `search-invisible'. Let-bind `search-invisible'
13426 to the value of `isearch-invisible'. (Bug#11378)
13427
13428 2013-05-30 Juri Linkov <juri@jurta.org>
13429
13430 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13431 call when `query-flag' is nil and `search-invisible' is non-nil.
13432 (Bug#11746)
13433
13434 2013-05-30 Glenn Morris <rgm@gnu.org>
13435
13436 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13437
13438 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13439 (cc-require): Suppress spurious "noruntime" warnings.
13440 (cc-require-when-compile): Use fboundp, for sake of compiler.
13441
13442 * progmodes/cc-mode.el: Move load of cc-vars before that of
13443 cc-langs (which in turn loads cc-vars), to quieten compiler.
13444
13445 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13446
13447 * paren.el: Simplify the code.
13448 (show-paren-mode): Always start the timer.
13449 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13450 (show-paren--overlay, show-paren--overlay-1): Rename from
13451 show-paren-overlay and show-paren-overlay-1, and initialize to an
13452 overlay rather than to nil.
13453 (show-paren-function): Misc cleanup and simplifications.
13454
13455 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13456
13457 * paren.el (show-paren-data-function): New hook.
13458 (show-paren--default): New function, extracted from show-paren-function.
13459 (show-paren-function): Use show-paren-data-function.
13460
13461 2013-05-30 Glenn Morris <rgm@gnu.org>
13462
13463 * ielm.el (ielm-map, ielm-complete-symbol):
13464 Use completion-at-point rather than obsolete functions.
13465 (inferior-emacs-lisp-mode): Doc fix.
13466 Set completion-at-point-functions, rather than
13467 comint-dynamic-complete-functions.
13468
13469 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13470 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13471 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13472
13473 * image.el (image-animated-p): Tweak definition.
13474
13475 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13476 (rlogin-process-connection-type): Tweak default. Add set-after.
13477 (rlogin-host): Doc fix.
13478 (rlogin): Tweak prompt.
13479 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13480
13481 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13482 * progmodes/tcl.el (inferior-tcl-mode-map):
13483 Use completion-at-point rather than obsolete alias.
13484
13485 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13486
13487 * minibuffer.el (read-file-name-completion-ignore-case):
13488 Move before completion--in-region, for eager macro expansion.
13489
13490 2013-05-29 Juri Linkov <juri@jurta.org>
13491
13492 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13493 for total count of matching lines. Add `global-matches' for total
13494 count of matches. Rename `matches' to `lines' for count of
13495 matching lines. Add `matches' for count of matches.
13496 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13497 to `prev-line' for line number of prev match endpt.
13498 Increment `matches' for every match. Print the number of
13499 matching lines in the header.
13500 (occur-context-lines): Rename `lines' to `curr-line'.
13501 Rename `prev-lines' to `prev-line'. (Bug#14017)
13502
13503 2013-05-29 Juri Linkov <juri@jurta.org>
13504
13505 * replace.el (perform-replace): Add `skip-read-only-count',
13506 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13507 Increment them for corresponding conditions and report the number
13508 of skipped occurrences in the final message. (Bug#11746)
13509 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13510 (replace-string, replace-regexp): Doc fix.
13511
13512 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13513
13514 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13515
13516 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13517 prog-mode-map (bug#14504).
13518
13519 2013-05-29 Leo Liu <sdl.web@gmail.com>
13520
13521 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13522 (octave-help): Small simplification.
13523
13524 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13525 off the highlight first.
13526
13527 2013-05-29 Glenn Morris <rgm@gnu.org>
13528
13529 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13530 Handle idlwave-last-system-routine-info-cons-cell being nil.
13531
13532 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13533 (idlwave-write-paths): Simplify via with-temp-buffer.
13534
13535 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13536 * emulation/cua-rect.el: Also load cua-base at run time.
13537
13538 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13539 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13540 (cperl-imenu-on-info): Require imenu.
13541
13542 2013-05-28 Alan Mackenzie <acm@muc.de>
13543
13544 Handle "capitalised keywords" correctly.
13545 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13546
13547 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13548
13549 * eshell/em-unix.el: Add -r option to cp.
13550
13551 2013-05-28 Glenn Morris <rgm@gnu.org>
13552
13553 * vc/vc-arch.el (vc-exec-after): Declare.
13554 (vc-switches): Autoload.
13555 * vc/vc-bzr.el: No need to require vc when compiling.
13556 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13557 (vc-resynch-buffer, vc-dir-refresh): Declare.
13558 (vc-setup-buffer, vc-switches): Autoload.
13559 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13560 (vc-resynch-buffer): Declare.
13561 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13562 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13563 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13564 (grep-read-regexp, grep-read-files, grep-expand-template)
13565 (vc-dir-refresh): Declare.
13566 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13567 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13568 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13569 * vc/vc-mtn.el (vc-exec-after): Declare.
13570 (vc-switches): Autoload.
13571 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13572 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13573 (vc-file-tree-walk): Declare.
13574 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13575 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13576 (vc-tag-precondition, vc-rename-master): Autoload.
13577 * vc/vc-svn.el (vc-exec-after): Declare.
13578 (vc-switches, vc-setup-buffer): Autoload.
13579 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13580 Autoload.
13581 (vc-resynch-buffer): Declare.
13582
13583 * obsolete/fast-lock.el (byte-compile-warnings):
13584 Don't warn about obsolete features in this obsolete file.
13585
13586 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13587 Move definition before use.
13588
13589 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13590 (dun-unix-verbs): Remove dun-zippy.
13591 (dun-zippy): Remove function.
13592
13593 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13594
13595 2013-05-27 Juri Linkov <juri@jurta.org>
13596
13597 * replace.el (replace-search): New function with code moved out
13598 from `perform-replace'.
13599 (replace-highlight, replace-dehighlight): Move function definitions
13600 up closer to `replace-search'. (Bug#11746)
13601
13602 2013-05-27 Juri Linkov <juri@jurta.org>
13603
13604 * replace.el (perform-replace): Ignore invisible matches.
13605 In addition to checking `query-replace-skip-read-only', also
13606 filter out matches by calling `run-hook-with-args-until-failure'
13607 on `isearch-filter-predicates', and also check `search-invisible'
13608 for t or call `isearch-range-invisible'.
13609 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13610
13611 2013-05-27 Juri Linkov <juri@jurta.org>
13612
13613 * isearch.el (isearch-filter-predicates): Rename from
13614 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13615 (isearch-message-prefix): Display text from the property
13616 `isearch-message-prefix' of the currently active filters.
13617 (isearch-search): Don't compare `isearch-filter-predicate' with
13618 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13619 on `isearch-filter-predicates'. Also check `search-invisible' for t
13620 or call `isearch-range-invisible'.
13621 (isearch-filter-visible): Make obsolete.
13622 (isearch-lazy-highlight-search):
13623 Call `run-hook-with-args-until-failure' on
13624 `isearch-filter-predicates' and use `isearch-range-invisible'.
13625
13626 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13627 `isearch-filter-predicates' instead of `funcall'ing
13628 `isearch-filter-predicate'.
13629 (Info-mode): Set `Info-isearch-filter' to
13630 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13631
13632 * dired-aux.el (dired-isearch-filter-predicate-orig):
13633 Remove variable.
13634 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13635 (dired-isearch-filenames-end): Add and remove
13636 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13637 instead of changing the value of `isearch-filter-predicate'.
13638 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13639 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13640 Put property `isearch-message-prefix' to "filename " on
13641 `dired-isearch-filter-filenames'.
13642
13643 * wdired.el (wdired-change-to-wdired-mode):
13644 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13645 locally instead of changing `isearch-filter-predicate'.
13646 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13647
13648 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13649
13650 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13651 return the commit hash (Bug#14459). Also set the
13652 `vc-git-detached' property.
13653 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13654 (vc-git-mode-line-string): Use the same help-echo format whether
13655 in detached mode or not, because we know the actual revision now.
13656 When in detached mode, shorten the revision to 7 chars.
13657
13658 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13659
13660 * emacs-lisp/easy-mmode.el (define-minor-mode):
13661 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13662 mode hook and provide a docstring.
13663
13664 2013-05-27 Alan Mackenzie <acm@muc.de>
13665
13666 Remove spurious syntax-table text properties inserted by C-y.
13667 * progmodes/cc-mode.el (c-after-change): Also clear hard
13668 syntax-table property with value nil.
13669
13670 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13671
13672 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13673 when reading the events; the buffer layout shall not be changed.
13674
13675 2013-05-27 Leo Liu <sdl.web@gmail.com>
13676
13677 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13678 New variable.
13679 (inferior-octave-directory-tracker): Automatically re-sync
13680 default-directory.
13681 (octave-help): Improve handling of 'See also'.
13682
13683 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13684
13685 * doc-view.el: Minor naming convention tweaks.
13686 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13687
13688 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13689 even if there's no `display' property yet (bug#14435).
13690
13691 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13692
13693 * subr.el (unmsys--file-name): Rename from reveal-filename.
13694
13695 * Makefile.in (custom-deps, finder-data, autoloads)
13696 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13697 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13698 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13699
13700 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13701
13702 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13703 error-completion on the first 2 args of condition-case (bug#14446).
13704 Don't burp at EOB.
13705
13706 2013-05-25 Leo Liu <sdl.web@gmail.com>
13707
13708 * comint.el (comint-previous-matching-input): Do not flood the
13709 *Messages* buffer with trivial messages.
13710
13711 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13712
13713 * progmodes/flymake.el (flymake-nop): Don't return a string.
13714 (flymake-set-at): Fix typo.
13715
13716 * simple.el (read--expression): New function, extracted from
13717 eval-expression. Set completion-at-point-functions (bug#14465).
13718 (eval-expression, eval-minibuffer): Use it.
13719
13720 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13721
13722 * progmodes/flymake.el (flymake-save-buffer-in-file)
13723 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13724 (flymake-selected-frame, flymake-log, flymake-ins-after)
13725 (flymake-set-at, flymake-get-buildfile-from-cache)
13726 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13727 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13728 Refine the doc string.
13729 (flymake-get-file-name-mode-and-masks): Reformat.
13730 (flymake-get-real-file-name-function): Fix a minor bug.
13731
13732 2013-05-24 Juri Linkov <juri@jurta.org>
13733
13734 * progmodes/grep.el (grep-mode-font-lock-keywords):
13735 Support =linenumber= format used by git-grep for lines with
13736 function names. (Bug#13549)
13737
13738 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13741 0 after a semi-colon; it works better for smie-auto-fill.
13742 (octave--indent-new-comment-line): New function.
13743 (octave-indent-new-comment-line): Use it (indirectly).
13744 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13745 modify comment-line-break-function.
13746
13747 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13748 (smie-setup): Use add-function to set it.
13749
13750 2013-05-24 Sam Steingold <sds@gnu.org>
13751
13752 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13753 argument (before the `interactive' argument).
13754
13755 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13756
13757 * image-mode.el (image-mode-winprops): Add winprops to
13758 image-mode-winprops-alist before running
13759 image-mode-new-window-functions.
13760 * doc-view.el (doc-view-new-window-function): Don't delay
13761 doc-view-goto-page via timers (bug#14435).
13762
13763 2013-05-24 Tassilo Horn <tsdh@gnu.org>
13764
13765 * doc-view.el: Integrate with desktop.el. (Bug#14435)
13766 (doc-view-desktop-save-buffer): New function.
13767 (doc-view-restore-desktop-buffer): New function.
13768 (desktop-buffer-mode-handlers):
13769 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13770 handler.
13771 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13772 `desktop-save-buffer' function.
13773
13774 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13775
13776 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13777 (tramp-gvfs-file-name-handler): Raise a user error when
13778 `tramp-gvfs-enabled' is nil.
13779 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13780 Do not raise a user error when loading package. (Bug#14447)
13781
13782 * net/xesam.el: Move to obsolete/.
13783
13784 2013-05-24 Glenn Morris <rgm@gnu.org>
13785
13786 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13787
13788 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13789
13790 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13791 (Info-find-node, Man-getpage-in-background): Declare.
13792
13793 * mail/unrmail.el (unrmail):
13794 Replace obsolete detect-coding-with-priority.
13795
13796 * net/socks.el (socks-split-string): Use this rather than split-string.
13797 (socks-nslookup-host): Update for above change.
13798 (dynamic-choice, s5-dynamic-choice-match)
13799 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13800 Comment out unused code.
13801
13802 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13803 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13804 (gud-tooltip-echo-area): Make obsolete.
13805 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13806
13807 * progmodes/js.el (js--optimize-arglist): Declare.
13808
13809 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13810
13811 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13812 (ediff-window-C): Declare.
13813
13814 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13815 Tweak requires to silence compiler.
13816
13817 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13818 (he-search-string, he-tried-table, he-expand-list)
13819 (he-init-string, he-string-member, he-substitute-string)
13820 (he-reset-string): Declare.
13821
13822 * obsolete/options.el (list-options): Use custom-variable-p,
13823 rather than obsolete alias.
13824
13825 2013-05-23 Sam Steingold <sds@gnu.org>
13826
13827 * simple.el (shell-command-on-region): Pass the `replace' argument
13828 down to `call-process-region' to comply with the doc as reported on
13829 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13830
13831 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * emacs-lisp/smie.el (smie-indent-forward-token)
13834 (smie-indent-backward-token): Handle string tokens (bug#14381).
13835
13836 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13837
13838 * ielm.el (ielm-menu): New menu.
13839 (inferior-emacs-lisp-mode): Set comment-start.
13840
13841 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13842
13843 * textmodes/reftex.el (reftex-ref-style-toggle):
13844 Fix deactivate action.
13845
13846 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13847 Add cleveref macros.
13848
13849 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13850 Accept options for bibliography commands.
13851 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13852 Add addbibresource. Basic Biblatex support.
13853
13854 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13855
13856 * net/tramp-gvfs.el (top):
13857 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13858 when loading package. (Bug#14447)
13859
13860 2013-05-23 Glenn Morris <rgm@gnu.org>
13861
13862 * progmodes/js.el: No need to load comint when compiling.
13863 (ring-insert, comint-send-string, comint-send-input)
13864 (comint-last-input-end, ido-chop): Declare.
13865
13866 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13867 * vc/ediff-mult.el: Adjust requires.
13868 (ediff-directories-internal, ediff-directory-revisions-internal)
13869 (ediff-patch-file-internal): Declare.
13870 * vc/ediff-ptch.el: Adjust requires.
13871 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13872 (ediff-find-file): Autoload.
13873 * vc/ediff-util.el: No need to load ediff when compiling.
13874 (ediff-regions-internal): Declare.
13875 * vc/ediff-wind.el: Adjust requires.
13876 (ediff-compute-toolbar-width): Define when compiling.
13877 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13878 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13879 (dired-get-filename, dired-get-marked-files)
13880 (ediff-last-dir-patch, ediff-patch-default-directory)
13881 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13882 (ediff-patch-buffer-internal): Declare.
13883
13884 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13885 (ispell-process, ispell-buffer-local-words, lm-summary)
13886 (lm-section-start, lm-section-end): Declare.
13887 (checkdoc-ispell-init): Simplify.
13888
13889 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13890 (he-string-member, he-reset-string, he-substitute-string): Declare.
13891
13892 * eshell/em-ls.el: Adjust requires.
13893 (eshell-glob-regexp): Declare.
13894 * eshell/em-tramp.el: Adjust requires.
13895 (eshell-parse-command): Autoload.
13896 * eshell/em-xtra.el: Adjust requires.
13897 (eshell-parse-command): Autoload.
13898 * eshell/esh-ext.el: Adjust requires.
13899 (eshell-parse-command, eshell-close-handles): Autoload.
13900 * eshell/esh-io.el: Adjust requires.
13901 (eshell-output-filter): Autoload.
13902 * eshell/esh-util.el: No need to load tramp when compiling.
13903 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13904 Declare.
13905 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13906 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13907 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13908 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13909 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13910 * eshell/esh-opt.el, eshell/esh-proc.el:
13911 * eshell/esh-var.el: Adjust requires.
13912 * eshell/eshell.el: Do not require esh-util twice.
13913 (eshell-add-input-to-history): Declare.
13914 (eshell-command): Check history module is active before using it.
13915
13916 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13917
13918 2013-05-22 Leo Liu <sdl.web@gmail.com>
13919
13920 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13921
13922 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13923
13924 * autorevert.el (auto-revert-notify-add-watch)
13925 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13926 it indicates changes in file modification time.
13927
13928 2013-05-22 Glenn Morris <rgm@gnu.org>
13929
13930 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13931 Always delete the autoloaded function from the noruntime and
13932 unresolved functions lists.
13933
13934 * allout.el: No need to load epa, epg, overlay when compiling.
13935 (epg-context-set-passphrase-callback, epg-list-keys)
13936 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13937 (epg-key-user-id-list): Declare.
13938
13939 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13940 (viper-set-parsing-style-toggling-macro)
13941 (viper-set-emacs-state-searchstyle-macros):
13942 Use called-interactively-p on Emacs.
13943 (viper-looking-back): Make it an obsolete alias. Update callers.
13944 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13945 Use looking-back rather than viper-looking-back.
13946 (viper-tmp-insert-at-eob, viper-enlarge-region)
13947 (viper-read-string-with-history, viper-register-to-point)
13948 (viper-append-to-register, viper-change-state-to-vi)
13949 (viper-backward-char-carefully, viper-forward-char-carefully)
13950 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13951 (viper-change-state-to-emacs): Declare.
13952 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13953 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13954 * emulation/viper-mous.el: Do not load viper-cmd.
13955 (viper-backward-char-carefully, viper-forward-char-carefully)
13956 (viper-forward-word, viper-adjust-window): Declare.
13957
13958 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13959
13960 * progmodes/idlw-help.el (idlwave-help-fontify):
13961 Use called-interactively-p.
13962
13963 * term/w32console.el (w32-get-console-codepage)
13964 (w32-get-console-output-codepage): Declare.
13965
13966 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13967 Remove unnecessary declarations.
13968 (dframe-message): Doc fix.
13969
13970 * info.el (dframe-select-attached-frame, dframe-current-frame):
13971 Declare.
13972
13973 * speedbar.el (speedbar-message): Make it an obsolete alias.
13974 Update all callers.
13975 (speedbar-with-attached-buffer)
13976 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13977 (speedbar-with-writable): Use backquote.
13978 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13979 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13980 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13981 rather than speedbar- aliases.
13982 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13983 (speedbar-make-specialized-keymap, speedbar-insert-button)
13984 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13985 (speedbar-do-function-pointer): Declare.
13986 (rmail-speedbar-button, rmail-speedbar-find-file)
13987 (rmail-speedbar-move-message):
13988 Use dframe-with-attached-buffer rather than speedbar- alias.
13989 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13990 (dframe-message, speedbar-make-specialized-keymap)
13991 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13992 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13993 (speedbar-insert-button, dframe-select-attached-frame)
13994 (dframe-maybee-jump-to-attached-frame)
13995 (speedbar-change-initial-expansion-list)
13996 (speedbar-previously-used-expansion-list-name): Declare.
13997 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13998 Use dframe-message, dframe-with-attached-buffer rather than
13999 speedbar- aliases.
14000 (gud-sentinel): Silence compiler.
14001 * progmodes/vhdl-mode.el (speedbar-refresh)
14002 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14003 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14004 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14005 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14006 (speedbar-file-lists, speedbar-make-tag-line)
14007 (speedbar-line-directory, speedbar-goto-this-file)
14008 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14009 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14010 (speedbar-make-button, speedbar-reset-scanners)
14011 (speedbar-files-item-info, speedbar-line-text)
14012 (speedbar-find-file-in-frame, speedbar-set-timer)
14013 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14014 (speedbar-with-writable): Do not (re)define it.
14015 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14016 rather than speedbar- alias.
14017
14018 2013-05-21 Leo Liu <sdl.web@gmail.com>
14019
14020 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14021 menu items.
14022 (octave-mode): Tweak fill-nobreak-predicate.
14023 (inferior-octave-startup): Check process to avoid infinite loop.
14024 (inferior-octave): Pop to buffer first to show abornmal process
14025 exit information.
14026
14027 2013-05-21 Glenn Morris <rgm@gnu.org>
14028
14029 * printing.el (pr-menu-bar): Define when compiling.
14030
14031 2013-05-21 Leo Liu <sdl.web@gmail.com>
14032
14033 * progmodes/octave.el (octave-auto-fill): Remove.
14034 (octave-indent-new-comment-line): Improve.
14035 (octave-mode): Use auto fill mode through
14036 comment-line-break-function and fill-nobreak-predicate.
14037 (octave-goto-function-definition): Support DEFUN_DLD.
14038 (octave-beginning-of-defun): Small tweak.
14039 (octave-help): Show parent directory.
14040
14041 2013-05-21 Glenn Morris <rgm@gnu.org>
14042
14043 * files.el (dired-unmark):
14044 * progmodes/gud.el (gdb-input): Update declarations.
14045
14046 * calculator.el (electric, ehelp): No need to load when compiling.
14047 (Electric-command-loop, electric-describe-mode): Declare.
14048
14049 * doc-view.el (doc-view-current-converter-processes): Move before use.
14050
14051 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14052 Move MODE-set-explicitly definition before use.
14053
14054 * international/mule-diag.el (mule-diag):
14055 Don't use obsolete window-system-version.
14056
14057 * mail/feedmail.el (smtpmail): No need to load when compiling.
14058 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14059
14060 * mail/mail-utils.el (rfc822): No need to load when compiling.
14061 (rfc822-addresses): Autoload it.
14062 (mail-strip-quoted-names): Trivial simplification.
14063
14064 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
14065 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
14066
14067 * net/snmp-mode.el (tempo): Don't duplicate requires.
14068
14069 * progmodes/prolog.el (info): No need to load when compiling.
14070 (comint): Require before shell requires it.
14071 (Info-goto-node): Autoload it.
14072 (Info-follow-nearest-node): Declare.
14073 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
14074
14075 * textmodes/artist.el (picture-mode-exit): Declare.
14076
14077 * textmodes/reftex-parse.el (reftex-parse-from-file):
14078 Trivial rewrite so the compiler can parse it better.
14079
14080 2013-05-20 Leo Liu <sdl.web@gmail.com>
14081
14082 * progmodes/octave.el (octave-help-mode-map)
14083 (octave-help-mode-finish-hook): New variables.
14084 (octave-help-mode, octave-help-mode-finish): New functions.
14085 (octave-help): Use octave-help-mode.
14086
14087 2013-05-20 Glenn Morris <rgm@gnu.org>
14088
14089 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
14090
14091 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
14092
14093 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
14094 start at point, so that expansion starting right after opening
14095 slash in a regexp is recognized.
14096 (ruby-syntax-before-regexp-re): New defvar, extracted from
14097 ruby-syntax-propertize-function. Since the value of this regexp
14098 is looked up at runtime now, we should be able to turn
14099 `ruby-syntax-methods-before-regexp' into a defcustom later.
14100 (ruby-syntax-propertize-function): Split regexp matching into two
14101 parts, for opening and closing slashes. That allows us to skip
14102 over string interpolations and support multiline regexps.
14103 Don't call `ruby-syntax-propertize-expansions', instead use another rule
14104 for them, which calls `ruby-syntax-propertize-expansion'.
14105 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14106 call to `ruby-syntax-propertize-function'.
14107 (ruby-syntax-propertize-expansion): Extracted from
14108 `ruby-syntax-propertize-expansions'. Handles one expansion.
14109 (ruby-syntax-propertize-percent-literal): Leave point right after
14110 the percent symbol, so that the expression expansion rule can
14111 propertize the contents.
14112 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14113 heredoc openers.
14114 (ruby-syntax-propertize-expansions): Remove.
14115
14116 2013-05-18 Juri Linkov <juri@jurta.org>
14117
14118 * man.el (Man-default-man-entry): Remove `-' from the end
14119 of the default value. (Bug#14400)
14120
14121 2013-05-18 Glenn Morris <rgm@gnu.org>
14122
14123 * comint.el (comint-password-prompt-regexp):
14124 Allow "password for XXX" where XXX contains colons (eg https://...).
14125
14126 2013-05-18 Leo Liu <sdl.web@gmail.com>
14127
14128 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14129 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14130 (octave-source-directories): Don't check process.
14131 (octave-source-directories, octave-find-definition): Doc fix.
14132
14133 2013-05-18 Glenn Morris <rgm@gnu.org>
14134
14135 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14136 Remove backspace/delete bindings. (Bug#14392)
14137
14138 * cus-dep.el (custom-make-dependencies): Sort the output.
14139 (custom-versions-load-alist): Convert comment to doc.
14140
14141 2013-05-17 Leo Liu <sdl.web@gmail.com>
14142
14143 * newcomment.el (comment-search-backward): Stricter in finding
14144 comment start. (Bug#14303)
14145
14146 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14147 (octave-comment-start-skip): Properly anchored.
14148
14149 2013-05-17 Leo Liu <sdl.web@gmail.com>
14150
14151 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14152 Clean up when turned off. (Bug#14395)
14153 (smie--highlight-matching-block-overlay): No longer buffer-local.
14154 (smie-highlight-matching-block): Adjust.
14155
14156 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14157
14158 Doc string fix for "nanoseconds" (Bug#14406).
14159 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14160 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14161
14162 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14163
14164 * calc/calc-units.el (math-extract-units): Preserve powers
14165 of units.
14166
14167 2013-05-17 Leo Liu <sdl.web@gmail.com>
14168
14169 * subr.el (delete-consecutive-dups): New function.
14170 * ido.el (ido-set-matches-1): Use it.
14171 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14172 * ido.el (ido-remove-consecutive-dups): Remove.
14173
14174 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14175
14176 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14177 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14178 regexp-opt's `words'.
14179
14180 2013-05-16 Leo Liu <sdl.web@gmail.com>
14181
14182 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14183 (smie--highlight-matching-block-overlay)
14184 (smie--highlight-matching-block-lastpos)
14185 (smie--highlight-matching-block-timer): New variables.
14186 (smie-highlight-matching-block): New function.
14187 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14188 (smie-setup): Conditionally enable smie-blink-matching-open.
14189
14190 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14191
14192 Sync with upstream verilog-mode r840.
14193 * progmodes/verilog-mode.el (verilog-mode-version)
14194 (verilog-mode-release-date): Update.
14195 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14196 (verilog-sig-tieoff): Fix string error on
14197 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14198 (verilog-read-decls): Fix parameters confusing
14199 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14200
14201 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14202
14203 * subr.el (reveal-filename): New function.
14204
14205 * loadup.el: Compute Emacs executable versions on MS-Windows,
14206 where executables have the .exe extension. Add a hard link
14207 emacs-XX.YY.ZZ.exe on MS-Windows.
14208
14209 * Makefile.in (XARGS_LIMIT): New variable.
14210 (custom-deps, finder-data, autoloads)
14211 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14212 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14213 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14214 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14215
14216 2013-05-16 Leo Liu <sdl.web@gmail.com>
14217
14218 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14219 (octave-mode-menu, octave-mode-map): Remove its uses.
14220
14221 2013-05-16 Reto Zimmermann <reto@gnu.org>
14222
14223 Sync with upstream vhdl mode v3.34.2.
14224 * progmodes/vhdl-mode.el: Use `push' throughout.
14225 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14226 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14227 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14228 (vhdl-actual-generic-name): New option to derive actual generic name.
14229 (vhdl-port-paste-signals): Replace formal by actual generics.
14230 (vhdl-beautify): New name for old group vhdl-align. Update users.
14231 (vhdl-beautify-options): New option.
14232 (vhdl-last-input-event): New compat alias. Use throughout.
14233 (vhdl-goto-line): Replace user level function `goto-line'.
14234 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14235 vhdl-fix-statement-buffer.
14236 (vhdl-create-mode-menu): Add some entries.
14237 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14238 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14239 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14240 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14241 to force statements on one line.
14242 (vhdl-remove-trailing-spaces-region):
14243 New, split from vhdl-remove-trailing-spaces.
14244 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14245 Respect vhdl-beautify-options.
14246 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14247 (vhdl-update-sensitivity-list): Not add with index if exists without.
14248 Not include array index with signal. Ignore keywords in comments.
14249 (vhdl-get-visible-signals): Regexp tweaks.
14250 (vhdl-template-component-inst): Handle empty library.
14251 (vhdl-template-type): Add template for 'enum' type.
14252 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14253 Use vhdl-replace-string.
14254 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14255 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14256 (vhdl-speedbar-initialize): Update for above name change.
14257 (vhdl-compose-wire-components): Fix in handling of constants.
14258 (vhdl-error-regexp-emacs-alist): New variable.
14259 (vhdl-error-regexp-add-emacs): New function;
14260 adds support for new compile.el (Emacs 22+)
14261 (vhdl-generate-makefile-1): Change target order for single lib. units.
14262 Allow use of absolute file names.
14263
14264 2013-05-16 Leo Liu <sdl.web@gmail.com>
14265
14266 * simple.el (prog-indent-sexp): Indent enclosing defun.
14267
14268 2013-05-15 Glenn Morris <rgm@gnu.org>
14269
14270 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14271 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14272 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14273 (whitespace-highlight): Move to whitespace group.
14274
14275 * comint.el (comint-source):
14276 * pcmpl-linux.el (pcmpl-linux):
14277 * shell.el (shell-faces):
14278 * eshell/esh-opt.el (eshell-opt):
14279 * international/ccl.el (ccl): Remove empty custom groups.
14280
14281 * completion.el (dynamic-completion-mode):
14282 * jit-lock.el (jit-lock-debug-mode):
14283 * minibuffer.el (completion-in-region-mode):
14284 * type-break.el (type-break-mode-line-message-mode)
14285 (type-break-query-mode):
14286 * emulation/tpu-edt.el (tpu-edt-mode):
14287 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14288 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14289 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14290
14291 * term/xterm.el (xterm): Change parent group to terminals.
14292
14293 * master.el (master): Remove empty custom group.
14294 (master-mode): Remove unused :group argument.
14295 * textmodes/refill.el (refill): Remove empty custom group.
14296 (refill-mode): Remove unused :group argument.
14297
14298 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14299
14300 * cus-dep.el: Provide a feature.
14301 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14302 Don't mistakenly ignore files whose basenames match a basename
14303 from preloaded-file-list (eg cedet/ede/simple.el).
14304 Add a fallback method for getting :group.
14305
14306 2013-05-15 Juri Linkov <juri@jurta.org>
14307
14308 * isearch.el (isearch-char-by-name): Rename from
14309 `isearch-insert-char-by-name'. Doc fix.
14310 (isearch-forward): Mention `isearch-char-by-name' in
14311 the docstring. (Bug#13348)
14312
14313 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14314 `exit-minibuffer' instead of
14315 `isearch-nonincremental-exit-minibuffer'.
14316 (isearch-edit-string): Remove mention of
14317 `isearch-nonincremental-exit-minibuffer' from docstring.
14318 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14319 (isearch-forward-exit-minibuffer)
14320 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14321
14322 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14323
14324 * loadup.el: Just use unversioned DOC.
14325
14326 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14327 literals as extending to EOB.
14328 (nxml-last-fontify-end): Remove unused variable.
14329 (nxml-after-change1): Use with-silent-modifications.
14330 (nxml-extend-after-change-region): Simplify.
14331 (nxml-extend-after-change-region1): Remove function.
14332 (nxml-after-change1): Don't adjust for dependent regions.
14333 (nxml-fontify-matcher): Simplify.
14334 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14335 (xmltok-add-dependent): Remove function.
14336 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14337 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14338 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14339 unclosed <[[, <?, comment, and other literals as extending to EOB.
14340 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14341 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14342 Remove functions.
14343 (rng-do-some-validation-1): Don't mark dependent regions.
14344 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14345 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14346 (nxml-clear-dependent-regions): Remove functions.
14347 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14348 (nxml-ensure-scan-up-to-date):
14349 Don't clear&mark dependent regions.
14350
14351 2013-05-15 Leo Liu <sdl.web@gmail.com>
14352
14353 * progmodes/octave.el (octave-goto-function-definition):
14354 Improve and fix callers.
14355
14356 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14357
14358 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14359 the setter (bug#14387).
14360
14361 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14362 surrounding group (bug#14402).
14363
14364 2013-05-14 Juri Linkov <juri@jurta.org>
14365
14366 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14367 (Bug#14390)
14368
14369 2013-05-14 Glenn Morris <rgm@gnu.org>
14370
14371 * progmodes/f90.el (f90-imenu-generic-expression):
14372 Fix typo in 2013-05-08 change. (Bug#14402)
14373
14374 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14375
14376 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14377 Remove signals for which replies are never received.
14378
14379 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14380
14381 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14382 (gdb-handler-alist, gdb-handler-number): Remove variables.
14383 (gdb-handler-list): New variable.
14384 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14385 (gdb-pending-handler-p, gdb-handle-reply)
14386 (gdb-remove-all-pending-triggers): New functions.
14387 (gdb-discard-unordered-replies): New defcustom.
14388 (gdb-handler): New defstruct.
14389 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14390 instead of gdb-pending-triggers. Update docstring.
14391 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14392 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14393 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14394 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14395 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14396 (gdb-frame-handler): Pending triggers are now automatically managed.
14397 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14398 Remove argument.
14399 (gdb-input): Automatically handles pending triggers. Update docstring.
14400 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14401 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14402 Update comments.
14403 (gdb-done-or-error): Now use gdb-handle-reply.
14404
14405 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14406
14407 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14408 gdb-debug-log.
14409
14410 2013-05-14 Glenn Morris <rgm@gnu.org>
14411
14412 * subr.el (user-emacs-directory-warning): New option.
14413 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14414
14415 2013-05-14 Leo Liu <sdl.web@gmail.com>
14416
14417 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14418 during redisplay.
14419 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14420 (octave-font-lock-texinfo-comment): Fix invalid search bound
14421 error: wrong side of point.
14422
14423 2013-05-14 Glenn Morris <rgm@gnu.org>
14424
14425 * progmodes/flymake.el (flymake-xml-program): New option.
14426 (flymake-xml-init): Use it.
14427
14428 * term/xterm.el: Provide a feature.
14429
14430 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14431
14432 2013-05-13 Glenn Morris <rgm@gnu.org>
14433
14434 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14435 Add compat aliases as a hack workaround. (Bug#14384)
14436
14437 2013-05-13 Leo Liu <sdl.web@gmail.com>
14438
14439 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14440 ###, and %!.
14441 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14442 C-M-q.
14443 (octave-comment-start-skip): Include %!.
14444 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14445
14446 2013-05-12 Leo Liu <sdl.web@gmail.com>
14447
14448 * progmodes/octave.el (inferior-octave-startup): Store the value
14449 of __octave_srcdir__ for octave-source-directories.
14450 (inferior-octave-check-process): New function refactored out of
14451 inferior-octave-send-list-and-digest.
14452 (octave-source-directories)
14453 (octave-find-definition-filename-function): New variables.
14454 (octave-source-directories)
14455 (octave-find-definition-default-filename): New functions.
14456 (octave-find-definition): Improve to find functions implemented in C++.
14457
14458 2013-05-12 Glenn Morris <rgm@gnu.org>
14459
14460 * calendar/diary-lib.el (diary-outlook-format-1):
14461 Don't include dayname in the output. (Bug#14349)
14462
14463 2013-05-11 Glenn Morris <rgm@gnu.org>
14464
14465 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14466
14467 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14468 Treat cc-provide like provide.
14469
14470 2013-05-11 Kevin Ryde <user42@zip.com.au>
14471
14472 * cus-dep.el (custom-make-dependencies):
14473 Use generated-autoload-load-name for the sake of files such
14474 such cedet/semantic/bovine/c.el, where the base file name
14475 is not in load-path. (Bug#5277)
14476
14477 2013-05-11 Glenn Morris <rgm@gnu.org>
14478
14479 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14480 Provide features.
14481
14482 2013-05-11 Leo Liu <sdl.web@gmail.com>
14483
14484 * progmodes/octave.el (octave-indent-comment): Improve.
14485 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14486 (octave-eldoc-function-signatures, octave-eldoc-function):
14487 New functions.
14488 (octave-mode, inferior-octave-mode): Add eldoc support.
14489
14490 2013-05-11 Richard Stallman <rms@gnu.org>
14491
14492 * epa.el (epa-decrypt-file): Take output file name as argument
14493 and read it using `interactive'.
14494
14495 2013-05-11 Leo Liu <sdl.web@gmail.com>
14496
14497 * progmodes/octave.el (octave-beginning-of-line)
14498 (octave-end-of-line): Check before using up-list because it jumps
14499 out of more syntactic contructs since moving to smie.
14500 (octave-indent-comment): New function.
14501 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14502 (octave-begin-keywords, octave-end-keywords)
14503 (octave-reserved-words, octave-smie-bnf-table)
14504 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14505
14506 2013-05-11 Glenn Morris <rgm@gnu.org>
14507
14508 * faces.el (internal-face-x-get-resource):
14509 * frame.el (ns-display-monitor-attributes-list):
14510 * calc/calc-aent.el (math-to-radians-2):
14511 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14512 Fix declarations.
14513
14514 * calc/calc-menu.el: Make it loadable in isolation.
14515
14516 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14517 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14518 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14519 (eudc-bbdb-query-internal): Require 'bbdb.
14520
14521 * lpr.el (lpr-headers-switches):
14522 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14523
14524 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14525
14526 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14527
14528 * term.el (term-set-escape-char): Make it idempotent.
14529
14530 2013-05-10 Leo Liu <sdl.web@gmail.com>
14531
14532 * progmodes/octave.el (inferior-octave-completion-table):
14533 No longer a function and all uses changed. Use cache to speed up
14534 completion due to bug#11906.
14535 (octave-beginning-of-defun): Re-write to be more general.
14536
14537 2013-05-10 Glenn Morris <rgm@gnu.org>
14538
14539 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14540
14541 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14542
14543 * comint.el (comint-redirect-send-command-to-process): Use :around
14544 rather than :override for comint-redirect-filter.
14545 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14546 Call it instead of comint-redirect-original-filter-function (which
14547 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14548
14549 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14550
14551 * frame.el (display-monitor-attributes-list): Add NS case.
14552 (ns-display-monitor-attributes-list): Declare.
14553
14554 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14555
14556 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14557
14558 2013-05-09 Glenn Morris <rgm@gnu.org>
14559
14560 * international/fontset.el (vertical-centering-font-regexp):
14561 Set standard-value.
14562
14563 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14564
14565 * bookmark.el (bookmark-search-delay):
14566 * cus-start.el (vertical-centering-font-regexp):
14567 * ps-mule.el (ps-mule-font-info-database-default):
14568 * ps-print.el (ps-default-fg, ps-default-bg):
14569 * type-break.el (type-break-good-break-interval):
14570 * whitespace.el (whitespace-indentation-regexp)
14571 (whitespace-space-after-tab-regexp):
14572 * emacs-lisp/testcover.el (testcover-1value-functions)
14573 (testcover-noreturn-functions, testcover-progn-functions)
14574 (testcover-prog1-functions):
14575 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14576 * eshell/em-glob.el (eshell-glob-translate-alist):
14577 * play/tetris.el (tetris-tty-colors):
14578 * progmodes/cpp.el (cpp-face-default-list):
14579 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14580 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14581 (idlwave-help-browser-generic-args):
14582 * progmodes/make-mode.el (makefile-special-targets-list):
14583 * progmodes/python.el (python-shell-virtualenv-path):
14584 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14585 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14586 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14587 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14588 * textmodes/reftex-vars.el (reftex-format-label-function):
14589 * textmodes/remember.el (remember-diary-file): Fix custom types.
14590
14591 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14592 Add :version.
14593
14594 2013-05-09 Leo Liu <sdl.web@gmail.com>
14595
14596 * progmodes/octave.el (inferior-octave-completion-at-point):
14597 Restore file completion. (Bug#14300)
14598 (inferior-octave-startup): Fix incorrect highlighting for the
14599 first prompt.
14600
14601 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14602
14603 * progmodes/ruby-mode.el: First cut at SMIE support.
14604 (ruby-use-smie): New var.
14605 (ruby-smie-grammar): New constant.
14606 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14607 (ruby-smie--forward-token, ruby-smie--backward-token)
14608 (ruby-smie-rules): New functions.
14609 (ruby-mode-variables): Setup SMIE if applicable.
14610
14611 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14612
14613 * simple.el (line-move-visual): Signal beginning/end of buffer
14614 only if vertical-motion moved less than it was requested. Avoids
14615 silly incorrect error messages when there are display strings with
14616 multiple newlines at EOL.
14617
14618 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14619
14620 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14621 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14622 (prolog-char-quote-workaround):
14623 * progmodes/cperl-mode.el (cperl-under-as-char):
14624 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14625 Mark as obsolete.
14626 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14627 their declaration.
14628 (vhdl-mode-syntax-table-init): Remove.
14629
14630 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14631 last change.
14632
14633 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14634 syntax for "_".
14635 (ld-script-font-lock-keywords):
14636 Change regexps to use things like \_< and \_>.
14637
14638 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14639 Change all regexps to use things like \_< and \_>.
14640
14641 * progmodes/autoconf.el (autoconf-definition-regexp)
14642 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14643 Handle a _ with symbol syntax.
14644 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14645
14646 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14647 Consolidate declaration.
14648 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14649 the declaration.
14650 (ada-create-syntax-table): Remove.
14651 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14652 already has the right syntax nowadays.
14653 (ada-goto-next-word): Don't change the syntax of "_".
14654
14655 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14656 with-wrapper-hook.
14657
14658 2013-05-08 Sam Steingold <sds@gnu.org>
14659
14660 * thingatpt.el (thing-at-point): Accept optional second argument
14661 NO-PROPERTIES to strip the text properties from the return value.
14662 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14663 to `thing-at-point' instead of stripping the properties ourselves.
14664 Also, when `thing-at-point' fails to find a url, prepend "http://"
14665 to the filename at point on the assumption that the user is
14666 pointing at something like gnu.org/gnu.
14667
14668 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14669
14670 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14671 * faces.el (crm-separator):
14672 Silence byte-compiler.
14673
14674 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14675 (tool-bar-map): Remove unneeded defvars.
14676
14677 2013-05-08 Leo Liu <sdl.web@gmail.com>
14678
14679 Re-work a fix for bug#10994 based on Le Wang's patch.
14680 * ido.el (ido-remove-consecutive-dups): New helper.
14681 (ido-completing-read): Use it.
14682 (ido-chop): Revert fix for bug#10994.
14683
14684 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14685
14686 * cus-edit.el (custom-save-variables):
14687 Pretty-print long values. (Bug#14187)
14688
14689 2013-05-08 Glenn Morris <rgm@gnu.org>
14690
14691 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14692 (m4-mode-syntax-table): Init in the defvar.
14693 (m4-mode-abbrev-table): Let define-derived-mode define it.
14694
14695 2013-05-08 Tom Tromey <tromey@redhat.com>
14696
14697 * progmodes/m4-mode.el (m4-mode-syntax-table):
14698 Do not treat "_" as word constituent. (Bug#14167)
14699
14700 2013-05-07 Glenn Morris <rgm@gnu.org>
14701
14702 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14703 Remove explicit eshell-isearch-cancel-map.
14704
14705 * progmodes/f90.el (f90-smart-end-names): New option.
14706 (f90-smart-end): Doc fix.
14707 (f90-end-block-optional-name): New constant.
14708 (f90-block-match): Respect f90-smart-end-names.
14709
14710 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14711
14712 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14713 about implicit semi-colons (bug#14218).
14714
14715 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14716
14717 * frame.el (display-monitor-attributes-list)
14718 (frame-monitor-attributes): New functions.
14719
14720 2013-05-06 Leo Liu <sdl.web@gmail.com>
14721
14722 * progmodes/octave.el (octave-syntax-propertize-function): Change
14723 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14724 (octave-font-lock-keywords): Use octave-operator-regexp.
14725 (octave-completion-at-point): Rename from
14726 octave-completion-at-point-function.
14727 (inferior-octave-directory-tracker): Robustify.
14728 (octave-text-functions): Remove and fix its uses. No such things
14729 any more.
14730
14731 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14732
14733 * emacs-lisp/trace.el (trace--display-buffer): New function.
14734 (trace-make-advice): Use it.
14735
14736 2013-05-06 Juri Linkov <juri@jurta.org>
14737
14738 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14739 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14740 Doc fix.
14741 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14742 in the help string. (Bug#12985)
14743
14744 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14745
14746 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14747
14748 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14749
14750 * progmodes/perl-mode.el: Add support for here documents.
14751 (perl-syntax-propertize-function): Match here-doc markers.
14752 (perl-syntax-propertize-special-constructs): Find their end.
14753 (perl-imenu-generic-expression): Use [:alnum:].
14754
14755 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14756 (advice--add-function): Refresh the advice if already present
14757 (bug#14317).
14758
14759 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
14760
14761 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
14762
14763 2013-05-06 Glenn Morris <rgm@gnu.org>
14764
14765 * w32-fns.el (w32-charset-info-alist): Declare.
14766
14767 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14768 of its defcustom properties.
14769 (eshell-cmpl-initialize): No need to load pcomplete.
14770
14771 * generic-x.el: No need to require comint when compiling.
14772
14773 * net/eudc-export.el: Make it loadable without bbdb.
14774 (top-level): Use require rather than load-library.
14775 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14776 (eudc-batch-export-records-to-bbdb)
14777 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14778 Require bbdb.
14779
14780 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14781
14782 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14783 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14784 some tweaks, instead.
14785
14786 2013-05-05 Leo Liu <sdl.web@gmail.com>
14787
14788 * progmodes/octave.el (octave-font-lock-keywords)
14789 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14790 (inferior-octave-send-list-and-digest): Improve error message.
14791 (octave-mode, inferior-octave-mode): Use setq-local.
14792 (octave-help): Set info-lookup-mode.
14793
14794 2013-05-05 Richard Stallman <rms@gnu.org>
14795
14796 * vc/compare-w.el (compare-windows-whitespace):
14797 Treat no-break space as whitespace.
14798
14799 * mail/rmailsum.el (rmail-summary-rmail-update):
14800 Detect empty summary and don't change selected message.
14801 (rmail-summary-goto-msg): Likewise.
14802
14803 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14804 Doc fixes, rename args.
14805
14806 2013-05-05 Alan Mackenzie <acm@muc.de>
14807
14808 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14809
14810 2013-05-05 Juri Linkov <juri@jurta.org>
14811
14812 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14813 to not add the length of the summary segment to the return value.
14814 (Bug#14125)
14815
14816 2013-05-05 Leo Liu <sdl.web@gmail.com>
14817
14818 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14819 (inferior-octave-output-filter): Remove.
14820 (octave-send-region, inferior-octave-startup): Fix callers.
14821 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14822 (octave-binary-file-extensions): New user variable.
14823 (octave-find-definition): Confirm if opening binary files.
14824 (octave-help-file): Use octave-find-definition to get the binary
14825 confirmation.
14826 (octave-help): Adjust for octave-help-file change.
14827
14828 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14829
14830 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14831 Merge the two entries that handle function definitions.
14832 (pascal--syntax-propertize): New const.
14833 (pascal-mode): Use it. Use setq-local.
14834
14835 2013-05-04 Glenn Morris <rgm@gnu.org>
14836
14837 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14838 (diary-from-outlook): Respect diary-from-outlook-function.
14839
14840 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14841
14842 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14843 Move the declaration from C.
14844 (read-minibuffer, eval-minibuffer): Move from C.
14845 (completion-setup-function): Avoid minibuffer-completion-contents.
14846
14847 2013-05-03 Leo Liu <sdl.web@gmail.com>
14848
14849 * progmodes/octave.el (octave-font-lock-keywords): Do not
14850 dehighlight 'end' in comments or strings.
14851 (octave-completing-read, octave-goto-function-definition):
14852 New helpers.
14853 (octave-help-buffer): New user variable.
14854 (octave-help-file, octave-help-function): New button types.
14855 (octave-help): New command and bind it to C-h ;.
14856 (octave-find-definition): New command and bind it to M-.
14857 (user-error): Alias to error if not defined.
14858
14859 2013-05-02 Leo Liu <sdl.web@gmail.com>
14860
14861 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14862 for \. (bug#14332)
14863 (octave-font-lock-keywords): Include [ and {.
14864
14865 2013-05-02 Leo Liu <sdl.web@gmail.com>
14866
14867 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14868 (inferior-octave): Remove calling comint-mode and return the buffer.
14869 (inferior-octave-startup): Cosmetic changes.
14870
14871 2013-05-02 Leo Liu <sdl.web@gmail.com>
14872
14873 * progmodes/octave.el (octave-syntax-propertize-function):
14874 Include the case when ' is at line beginning. (Bug#14336)
14875
14876 2013-05-02 Glenn Morris <rgm@gnu.org>
14877
14878 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14879 * desktop.el (vc-dir-mode): Just autoload it here.
14880
14881 2013-05-02 Alan Mackenzie <acm@muc.de>
14882
14883 Eliminate variable c-standard-font-lock-fontify-region-function.
14884 * progmodes/cc-mode.el
14885 (c-standard-font-lock-fontify-region-function): Remove.
14886 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14887
14888 2013-05-01 Leo Liu <sdl.web@gmail.com>
14889
14890 * progmodes/octave.el: Compatible with older emacs-24 releases.
14891 (inferior-octave-has-built-in-variables): Remove. Built-in
14892 variables were removed from Octave in 2007.
14893 (inferior-octave-startup): Fix uses.
14894 (comint-line-beginning-position): Remove compatibility code for
14895 emacs 21.
14896
14897 2013-05-01 Juri Linkov <juri@jurta.org>
14898
14899 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14900
14901 2013-05-01 Juri Linkov <juri@jurta.org>
14902
14903 * comint.el (comint-previous-matching-input): Don't print message
14904 "History item: %d" when `isearch-mode' is active.
14905 (comint-history-isearch-message): Print message "History item: %d"
14906 when `comint-input-ring-index' is not empty and this function is
14907 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14908
14909 2013-05-01 Leo Liu <sdl.web@gmail.com>
14910
14911 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14912 definitions. Use completion-at-point to insert keywords.
14913 (octave-abbrev-start): Remove.
14914 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14915
14916 2013-04-30 Leo Liu <sdl.web@gmail.com>
14917
14918 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14919 change.
14920
14921 2013-04-30 Alan Mackenzie <acm@muc.de>
14922
14923 Handle arbitrarily long C++ member initialisation lists.
14924 * progmodes/cc-engine.el (c-back-over-member-initializers):
14925 new function.
14926 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14927 (most) member init lists.
14928
14929 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14930
14931 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14932 variable.
14933
14934 2013-04-30 Leo Liu <sdl.web@gmail.com>
14935
14936 * progmodes/octave.el (octave-variables): Remove. No builtin
14937 variables any more. All converted to functions.
14938 (octave-font-lock-keywords, octave-completion-at-point-function):
14939 Fix uses.
14940 (octave-font-lock-texinfo-comment): New user variable.
14941 (octave-texinfo-font-lock-keywords): New variable for texinfo
14942 comment block.
14943 (octave-function-comment-block): New face.
14944 (octave-font-lock-texinfo-comment): New function.
14945 (octave-mode): Font lock texinfo comment block.
14946
14947 2013-04-29 Leo Liu <sdl.web@gmail.com>
14948
14949 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14950 indexing expression.
14951 (octave-continuation-string): Do not use \.
14952 (inferior-octave-complete-impossible): Remove.
14953 (inferior-octave-completion-table)
14954 (inferior-octave-completion-at-point): Remove its uses.
14955 (inferior-octave-startup): completion_matches was introduced to
14956 Octave in 1996 so safe to assume it.
14957 (octave-function-file-comment): Improve to follow how Octave does it.
14958 (octave-update-function-file-comment): Tweak.
14959
14960 2013-04-29 Leo Liu <sdl.web@gmail.com>
14961
14962 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14963 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14964 (octave-function-file-comment): Fix typo.
14965 (octave-sync-function-file-names): Use read-char-choice.
14966
14967 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14968
14969 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14970 to t for the less important warnings.
14971
14972 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14973
14974 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14975
14976 2013-04-27 Glenn Morris <rgm@gnu.org>
14977
14978 * vc/log-view.el (log-view-current-entry):
14979 Treat "---" separator lines as part of the following rev. (Bug#14169)
14980
14981 2013-04-27 Juri Linkov <juri@jurta.org>
14982
14983 * subr.el (read-number): Doc fix about using it by interactive
14984 code letter `n'. (Bug#14254)
14985
14986 2013-04-27 Juri Linkov <juri@jurta.org>
14987
14988 * desktop.el (desktop-auto-save-timeout): New option.
14989 (desktop-file-checksum): New variable.
14990 (desktop-save): Add optional arg `auto-save' and don't auto-save
14991 if nothing changed.
14992 (desktop-auto-save-timer): New variable.
14993 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14994 (after-init-hook): Call `desktop-auto-save-set-timer'.
14995 Suggested by Reuben Thomas <rrt@sc3d.org> in
14996 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14997
14998 2013-04-27 Leo Liu <sdl.web@gmail.com>
14999
15000 * progmodes/octave.el (octave-function-file-p)
15001 (octave-skip-comment-forward, octave-function-file-comment)
15002 (octave-update-function-file-comment): New functions.
15003 (octave-mode-map): Bind C-c ; to
15004 octave-update-function-file-comment.
15005 (octave-mode-menu): Add octave-update-function-file-comment.
15006 (octave-mode, inferior-octave-mode): Fix doc-string.
15007 (octave-insert-defun): Conform to Octave's coding convention.
15008 (Bug#14285)
15009
15010 * files.el (basic-save-buffer): Don't let errors in
15011 before-save-hook prevent saving buffer.
15012
15013 2013-04-20 Roland Winkler <winkler@gnu.org>
15014
15015 * faces.el (read-face-name): Use completing-read if arg multiple
15016 is nil.
15017
15018 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15019
15020 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15021 displayed, move point to after the totals line.
15022 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15023 for the details.
15024
15025 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15026
15027 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15028 Add current dir to the load-path.
15029 (package-generate-autoloads): Don't rely on
15030 autoload-ensure-default-file.
15031
15032 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15033
15034 * textmodes/remember.el (remember-store-in-files): Document that
15035 the file name format is passed to `format-time-string'.
15036
15037 2013-04-26 Leo Liu <sdl.web@gmail.com>
15038
15039 * progmodes/octave.el (octave-sync-function-file-names): New function.
15040 (octave-mode): Use it in before-save-hook.
15041
15042 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15043
15044 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15045 (bug#14274).
15046
15047 * progmodes/octave.el (octave-smie-forward-token): Properly skip
15048 \n and comment, even if it's not an implicit ; (bug#14218).
15049
15050 2013-04-26 Glenn Morris <rgm@gnu.org>
15051
15052 * subr.el (read-number): Once more use `read' rather than
15053 `string-to-number', to trap non-numeric input. (Bug#14254)
15054
15055 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
15056
15057 * emacs-lisp/syntax.el (syntax-propertize-multiline):
15058 Use `syntax-multiline' text property consistently instead of
15059 `font-lock-multiline'. (Bug#14237)
15060
15061 2013-04-26 Glenn Morris <rgm@gnu.org>
15062
15063 * emacs-lisp/shadow.el (list-load-path-shadows):
15064 No longer necessary to check for duplicate simple.el, since
15065 2012-07-07 change to init_lread to not include installation lisp
15066 directories in load-path when running uninstalled. (Bug#14270)
15067
15068 2013-04-26 Leo Liu <sdl.web@gmail.com>
15069
15070 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
15071 (octave-mode, inferior-octave-mode): Use setq-local.
15072 (octave-not-in-string-or-comment-p): Rename to
15073 octave-in-string-or-comment-p.
15074 (octave-in-comment-p, octave-in-string-p)
15075 (octave-in-string-or-comment-p): Replace defsubst with defun.
15076
15077 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
15078
15079 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
15080
15081 2013-04-25 Bastien Guerry <bzg@gnu.org>
15082
15083 * textmodes/remember.el (remember-data-directory)
15084 (remember-directory-file-name-format): Fix custom types.
15085
15086 2013-04-25 Leo Liu <sdl.web@gmail.com>
15087
15088 * progmodes/octave.el (octave-completion-at-point-function):
15089 Make use of inferior octave process.
15090 (octave-initialize-completions): Remove.
15091 (inferior-octave-completion-table): New function.
15092 (inferior-octave-completion-at-point): Use it.
15093 (octave-completion-alist): Remove.
15094
15095 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15096
15097 * progmodes/opascal.el: Use font-lock and syntax-propertize.
15098 (opascal-mode-syntax-table): New var.
15099 (opascal-literal-kind, opascal-is-literal-end)
15100 (opascal-literal-token-at): Rewrite.
15101 (opascal--literal-start-re, opascal-font-lock-keywords)
15102 (opascal--syntax-propertize): New constants.
15103 (opascal-font-lock-defaults): Adjust.
15104 (opascal-mode): Use them. Set comment-<foo> variables as well.
15105 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15106 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15107 (delphi-other-face, opascal-other-face): Remove face variables.
15108 (opascal-save-state): Remove macro.
15109 (opascal-fontifying-progress-step): Remove constant.
15110 (opascal--ignore-changes): Remove var.
15111 (opascal-set-token-property, opascal-parse-next-literal)
15112 (opascal-is-stable-literal, opascal-complete-literal)
15113 (opascal-is-literal-start, opascal-face-of)
15114 (opascal-parse-region, opascal-parse-region-until-stable)
15115 (opascal-fontify-region, opascal-after-change)
15116 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15117 (opascal-debug-parse-region, opascal-debug-parse-window)
15118 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15119 (opascal-debug-fontify-buffer): Remove.
15120 (opascal-debug-mode-map): Adjust accordingly.
15121
15122 2013-04-25 Leo Liu <sdl.web@gmail.com>
15123
15124 Merge octave-mod.el and octave-inf.el into octave.el with some
15125 cleanups.
15126 * progmodes/octave.el: New file renamed from octave-mod.el.
15127 * progmodes/octave-inf.el: Merged into octave.el.
15128 * progmodes/octave-mod.el: Renamed to octave.el.
15129
15130 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15131
15132 * textmodes/reftex-vars.el
15133 (reftex-label-ignored-macros-and-environments): New defcustom.
15134
15135 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15136
15137 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15138
15139 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15140 (smie-indent-keyword): Improve the check to ensure that the next
15141 comment is really on the same line.
15142 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15143
15144 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15145 semi-colons if the line is not otherwise empty (bug#14218).
15146
15147 2013-04-25 Glenn Morris <rgm@gnu.org>
15148
15149 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15150
15151 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15152
15153 * progmodes/opascal.el (opascal-set-token-property): Rename from
15154 opascal-set-text-properties and only set `token' (bug#14134).
15155 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15156 (opascal-literal-text-properties): Remove.
15157 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15158 Adjust callers.
15159
15160 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15161
15162 * textmodes/remember.el (remember-handler-functions): Add an
15163 option for a new handler `remember-store-in-files'.
15164 (remember-data-directory, remember-directory-file-name-format):
15165 New options.
15166 (remember-store-in-files): New function to store remember notes
15167 as separate files within a directory.
15168
15169 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15170
15171 * progmodes/compile.el (compilation-next-error-function):
15172 Pass "formats" to compilation-find-file (bug#11777).
15173
15174 2013-04-24 Glenn Morris <rgm@gnu.org>
15175
15176 * vc/vc-bzr.el (vc-bzr-print-log):
15177 * vc/vc-hg.el (vc-hg-print-log):
15178 * vc/vc-svn.el (vc-svn-print-log):
15179 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15180
15181 * vc/vc-bzr.el (vc-bzr-print-log):
15182 * vc/vc-cvs.el (vc-cvs-print-log):
15183 * vc/vc-git.el (vc-git-print-log):
15184 * vc/vc-hg.el (vc-hg-print-log):
15185 * vc/vc-mtn.el (vc-mtn-print-log):
15186 * vc/vc-rcs.el (vc-rcs-print-log):
15187 * vc/vc-sccs.el (vc-sccs-print-log):
15188 * vc/vc-svn.el (vc-svn-print-log):
15189 * vc/vc.el (vc-print-log-internal): Doc fixes.
15190
15191 2013-04-23 Glenn Morris <rgm@gnu.org>
15192
15193 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15194 Remove venerable code attempting to avoid substitute-command-keys.
15195
15196 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15197
15198 * textmodes/reftex-vars.el (reftex-label-regexps):
15199 Call `reftex-compile-variables' after changes to this variable.
15200
15201 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15202
15203 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15204 Use lexical-binding.
15205 (jit-lock-force-redisplay): Use markers, check buffer's continued
15206 existence and beware narrowed buffers.
15207 (jit-lock-fontify-now): Adjust call accordingly.
15208
15209 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15210
15211 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15212 to avoid misleading the user.
15213
15214 2013-04-22 Leo Liu <sdl.web@gmail.com>
15215
15216 * info-look.el: Prefer latex2e.info. (Bug#14240)
15217
15218 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15219
15220 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15221
15222 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15223 * net/tramp.el (tramp-call-process): ... here.
15224 (tramp-set-completion-function, tramp-parse-putty):
15225 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15226 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15227 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15228 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15229 (tramp-call-local-coding-command): Use `tramp-call-process'
15230 instead of `tramp-compat-call-process'.
15231
15232 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15233 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15234 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15235 (tramp-find-inline-compress): Improve traces.
15236 (tramp-maybe-send-script): Check for Perl binary.
15237 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15238
15239 2013-04-22 Daiki Ueno <ueno@gnu.org>
15240
15241 * epg.el (epg-context-pinentry-mode): New function.
15242 (epg-context-set-pinentry-mode): New function.
15243 (epg--start): Pass --pinentry-mode option to gpg command.
15244
15245 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15246
15247 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15248 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15249 `completion-at-point'. (Bug#13774)
15250
15251 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15252 default key binding for `describe-distribution' has been moved to
15253 `C-h C-o'. (Bug#13970)
15254
15255 2013-04-21 Glenn Morris <rgm@gnu.org>
15256
15257 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15258 Add doc strings.
15259 (vc-print-log): Clarify interactive prompt.
15260
15261 2013-04-20 Glenn Morris <rgm@gnu.org>
15262
15263 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15264 No longer include timestamp etc information.
15265
15266 2013-04-20 Roland Winkler <winkler@gnu.org>
15267
15268 * faces.el (read-face-name): Bug fix, return just one face if arg
15269 multiple is nil. (Bug#14209)
15270
15271 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15272
15273 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15274 (remove-function): Autoload.
15275
15276 * comint.el (comint-redirect-original-filter-function): Remove.
15277 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15278 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15279 (vc-cvs-annotate-command):
15280 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15281 * progmodes/prolog.el (prolog-consult-compile):
15282 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15283 Use add/remove-function instead.
15284 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15285 (gud-tooltip-process-output, gud-tooltip-tips):
15286 Use add/remove-function instead.
15287 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15288 (scheme-interaction-mode, exit-scheme-interaction-mode):
15289 Use add/remove-function instead.
15290
15291 * vc/vc-dispatcher.el: Use lexical-binding.
15292 (vc--process-sentinel): Rename from vc-process-sentinel.
15293 Change last arg to be the code to run. Don't use vc-previous-sentinel
15294 and vc-sentinel-commands any more.
15295 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15296 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15297
15298 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15299
15300 * progmodes/sh-script.el (sh-imenu-generic-expression):
15301 Handle function names with a single character. (Bug#14111)
15302
15303 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15304
15305 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15306 for subroutines defined in an eval (bug#14182).
15307
15308 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15309
15310 * bookmark.el (bookmark-completing-read): Improve handling of empty
15311 string (bug#14176).
15312
15313 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15314
15315 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15316
15317 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15318
15319 New faster Imenu implementation (bug#14058).
15320 * progmodes/python.el (python-imenu-prev-index-position)
15321 (python-imenu-format-item-label-function)
15322 (python-imenu-format-parent-item-label-function)
15323 (python-imenu-format-parent-item-jump-label-function):
15324 New vars.
15325 (python-imenu-format-item-label)
15326 (python-imenu-format-parent-item-label)
15327 (python-imenu-format-parent-item-jump-label)
15328 (python-imenu--put-parent, python-imenu--build-tree)
15329 (python-imenu-create-index, python-imenu-create-flat-index)
15330 (python-util-popn): New functions.
15331 (python-mode): Set imenu-create-index-function to
15332 python-imenu-create-index.
15333
15334 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * winner.el (winner-active-region): Use region-active-p, activate-mark
15337 and deactivate-mark (bug#14225).
15338
15339 * simple.el (deactivate-mark): Don't inline it.
15340
15341 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15342
15343 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15344
15345 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15346
15347 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15348 file extensions from the archive-mode entry in order to prefer
15349 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15350
15351 2013-04-18 Leo Liu <sdl.web@gmail.com>
15352
15353 * bindings.el (help-event-list): Add ?\?.
15354
15355 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * subr.el (with-wrapper-hook): Declare obsolete.
15358 * simple.el (filter-buffer-substring-function): New hook.
15359 (filter-buffer-substring): Use it.
15360 (filter-buffer-substring-functions): Mark obsolete.
15361 * minibuffer.el (completion-in-region-function): New hook.
15362 (completion-in-region): Use it.
15363 (completion-in-region-functions): Mark obsolete.
15364 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15365 * abbrev.el (abbrev-expand-function): New hook.
15366 (expand-abbrev): Use it.
15367 (abbrev-expand-functions): Mark obsolete.
15368 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15369 and :filter-return.
15370
15371 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15372
15373 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15374 and do not care about match data.
15375
15376 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15377
15378 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15379 completion tables when completing error conditions and
15380 `declare' arguments.
15381 (lisp-complete-symbol, field-complete): Mark as obsolete.
15382 (check-parens): Unmatched parens are user errors.
15383 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15384
15385 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15386
15387 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15388 command changed buffer (ie. `flyspell-pre-buffer' is not current
15389 buffer), which prevents making decisions based on invalid value of
15390 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15391 cause an error when `flyspell-pre-point' was nil after switching
15392 buffers.
15393 (flyspell-post-command-hook): No longer needs to change buffers when
15394 checking pre-word. While at it remove unnecessary progn.
15395
15396 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15397
15398 * textmodes/ispell.el (ispell-add-per-file-word-list):
15399 Fix `flyspell-correct-word-before-point' error when accepting
15400 words and `coment-padding' is an integer by using
15401 `comment-normalize-vars' (Bug #14214).
15402
15403 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15404
15405 New defun movement commands.
15406 * progmodes/python.el (python-nav--syntactically)
15407 (python-nav--forward-defun, python-nav-backward-defun)
15408 (python-nav-forward-defun): New functions.
15409
15410 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15411
15412 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15413 (python-syntax-context): Use named compiler-macro for backwards
15414 compatibility with Emacs 24.x.
15415
15416 2013-04-17 Leo Liu <sdl.web@gmail.com>
15417
15418 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15419 octave-hide-process-buffer.
15420
15421 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15422
15423 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15424 (bug#14216).
15425
15426 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15427
15428 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15429 Fix adjustment of offset when receiving incomplete responses from GDB
15430 (bug#14129).
15431
15432 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15433
15434 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15435 python-mode-abbrev-table.
15436 (python-skeleton-define): Adjust accordingly.
15437 (python-mode-abbrev-table): New table that inherits from it so that
15438 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15439
15440 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15441 (abbrev-symbol): Use it.
15442 (abbrev--before-point): Use it since we already handle inheritance.
15443
15444 2013-04-16 Leo Liu <sdl.web@gmail.com>
15445
15446 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15447 binding to info-lookup-symbol.
15448
15449 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15450
15451 * minibuffer.el (completion--twq-all):
15452 * term/ns-win.el (ns-initialize-window-system):
15453 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15454
15455 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15456
15457 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15458 global bindings.
15459
15460 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15461
15462 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15463
15464 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15465 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15466 to nil.
15467 (ruby-end-of-defun): Remove the unused arg, change the docstring
15468 to reflect that this function is only used as the value of
15469 `end-of-defun-function'.
15470 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15471 to reflect an earlier change that beginning/end-of-defun functions
15472 jump between methods in a class definition, as well as top-level
15473 functions.
15474
15475 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15476
15477 * minibuffer.el (minibuffer-complete): Don't just scroll
15478 a *Completions* that's been iconified.
15479 (minibuffer-force-complete): Make sure repetitions do cycle when going
15480 through completion-in-region -> minibuffer-complete.
15481
15482 2013-04-15 Alan Mackenzie <acm@muc.de>
15483
15484 Correct the placement of c-cpp-delimiters when there're #s not at
15485 col 0.
15486
15487 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15488 place a submatch around the #.
15489 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15490 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15491 on the #, not BOL.
15492
15493 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15496 (advice--member-p): New arg `name'.
15497 (advice--add-function, advice-member-p): Use it (bug#14202).
15498
15499 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15500
15501 Reformulate java imenu-generic-expression.
15502 The old expression contained ill formed regexps.
15503
15504 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15505 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15506 (cc-imenu-java-method-arg-regexp): New defconsts.
15507 (cc-imenu-java-build-type-args-regex): New defun.
15508 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15509 handling of spaces in the regexp.
15510
15511 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15512
15513 * textmodes/ispell.el (ispell-command-loop): Remove
15514 flyspell highlight of a word when ispell accepts it (bug #14178).
15515
15516 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15517
15518 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15519 uses code from the previous `ange-ftp-run-real-handler'.
15520 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15521 only in case that function exist. This is needed for proper
15522 unloading of Tramp.
15523
15524 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15525
15526 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15527
15528 * textmodes/reftex.el (reftex-compile-variables): Use it.
15529
15530 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15531
15532 * files.el (normal-mode): Only use default major-mode if no other mode
15533 was specified.
15534
15535 * emacs-lisp/trace.el (trace-values): New function.
15536
15537 * files.el: Allow : in local variables (bug#14089).
15538 (hack-local-variable-regexp): New var.
15539 (hack-local-variables-prop-line, hack-local-variables): Use it.
15540
15541 2013-04-13 Roland Winkler <winkler@gnu.org>
15542
15543 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15544 data before it gets modified by bibtex-beginning-of-entry.
15545
15546 2013-04-13 Roland Winkler <winkler@gnu.org>
15547
15548 * textmodes/bibtex.el (bibtex-url): Doc fix.
15549
15550 2013-04-13 Roland Winkler <winkler@gnu.org>
15551
15552 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15553 does not visit a BibTeX file, exclude it from the list of buffers
15554 returned by bibtex-initialize.
15555
15556 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15557
15558 * window.el (split-window): Remove interactive form, since as a
15559 command this function is a special case of split-window-below.
15560 Correct doc string.
15561
15562 2013-04-12 Roland Winkler <winkler@gnu.org>
15563
15564 * faces.el (read-face-name): Do not override value of arg default.
15565 Allow single faces and strings as default values. Remove those
15566 elements from return value that are not faces.
15567 (describe-face): Simplify.
15568 (face-at-point): New optional args thing and multiple so that this
15569 function can provide the same functionality previously provided by
15570 read-face-name.
15571 (make-face-bold, make-face-unbold, make-face-italic)
15572 (make-face-unitalic, make-face-bold-italic, invert-face)
15573 (modify-face, read-face-and-attribute): Use face-at-point.
15574
15575 * cus-edit.el (customize-face, customize-face-other-window)
15576 * cus-theme.el (custom-theme-add-face)
15577 * face-remap.el (buffer-face-set)
15578 * facemenu.el (facemenu-set-face): Use face-at-point.
15579
15580 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15581
15582 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15583
15584 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15585
15586 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15587 off leading { and trailing } from field values.
15588
15589 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15590
15591 * emacs-lisp/timer.el (timer--check): New function.
15592 (timer--time, timer-set-function, timer-event-handler): Use it.
15593 (timer-set-idle-time): Simplify.
15594 (timer--activate): CSE.
15595 (timer-event-handler): Give more info in error message.
15596 (internal-timer-start-idle): New function, moved from C.
15597
15598 * mpc.el (mpc-proc): Add `restart' argument.
15599 (mpc-proc-cmd): Use it.
15600 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15601 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15602 less often.
15603
15604 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15605
15606 * progmodes/sh-script.el: Implement `sh-mode' own
15607 `add-log-current-defun-function' (bug#14112).
15608 (sh-current-defun-name): New function.
15609 (sh-mode): Use the function.
15610
15611 2013-04-09 Bastien Guerry <bzg@gnu.org>
15612
15613 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15614
15615 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15616
15617 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15618
15619 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15620 timer (bug#14156).
15621
15622 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15623
15624 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15625 declaration.
15626
15627 2013-04-07 Leo Liu <sdl.web@gmail.com>
15628
15629 * pcmpl-x.el: New file.
15630
15631 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15632
15633 Do not set x-display-name until X connection is established.
15634 This is needed to prevent from weird situation described at
15635 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15636 * frame.el (make-frame): Set x-display-name after call to
15637 window system initialization function, not before.
15638 * term/x-win.el (x-initialize-window-system): Add optional
15639 display argument and use it.
15640 * term/w32-win.el (w32-initialize-window-system):
15641 * term/ns-win.el (ns-initialize-window-system):
15642 * term/pc-win.el (msdos-initialize-window-system):
15643 Add compatible optional display argument.
15644
15645 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15646
15647 * files.el (normal-backup-enable-predicate): On MS-Windows and
15648 MS-DOS compare truenames of temporary-file-directory and of the
15649 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15650 don't fail comparison by compare-strings. Also, compare file
15651 names case-insensitively on MS-Windows and MS-DOS.
15652
15653 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15654
15655 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15656 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15657
15658 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15659
15660 * whitespace.el (whitespace-color-on, whitespace-color-off):
15661 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15662
15663 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15664
15665 * ispell.el (ispell-set-spellchecker-params):
15666 Really set `ispell-args' for all equivs.
15667
15668 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15669
15670 * ido.el (ido-completions): Use extra elements of ido-decorations
15671 (bug#14143).
15672 (ido-decorations): Update docstring.
15673
15674 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15675
15676 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15677 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15678 nil during initialization, in order not to miss changes since the
15679 file was opened. (Bug#14140)
15680
15681 2013-04-05 Leo Liu <sdl.web@gmail.com>
15682
15683 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15684
15685 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15686
15687 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15688
15689 2013-04-04 Glenn Morris <rgm@gnu.org>
15690
15691 * electric.el (electric-pair-inhibit-predicate): Add :version.
15692
15693 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15694
15695 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15696 when a package is required several times (bug#14082).
15697
15698 2013-04-04 Roland Winkler <winkler@gnu.org>
15699
15700 * faces.el (read-face-name): Behave as promised by the docstring.
15701 Assume that arg default is a list of faces.
15702 (describe-face): Call read-face-name with list of default faces.
15703
15704 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15705
15706 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15707 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15708 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15709 the header.
15710 (bookmark-exit-hook-internal): Save even if list is empty.
15711
15712 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15713
15714 * emacs-lisp/package.el (package-pinned-packages): New var.
15715 (package--add-to-archive-contents): Obey it (bug#14118).
15716
15717 2013-04-03 Alan Mackenzie <acm@muc.de>
15718
15719 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15720 Also adapt to the new values of element 7 of a parse state.
15721
15722 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15723 parameter `not-in-delimiter'. Handle being inside comment opener.
15724 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15725 character in case we're typing a '*' after a '/'.
15726 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15727 instead by passing the parameter to c-state-pp-to-literal.
15728
15729 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15730 for elt. 7 of a parse state.
15731
15732 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15733
15734 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15735 * international/latin1-disp.el, international/mule-util.el:
15736 * language/cyril-util.el, language/european.el, language/ind-util.el:
15737 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15738 * language/tibetan.el, language/viet-util.el:
15739 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15740
15741 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15742
15743 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15744 (electric-pair-post-self-insert-function): Use it.
15745 (electric-pair-default-inhibit): New function, extracted from
15746 electric-pair-post-self-insert-function.
15747
15748 2013-03-31 Roland Winkler <winkler@gnu.org>
15749
15750 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15751
15752 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15755
15756 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
15757
15758 Un-indent after "pass" and "return" statements (Bug#13888)
15759 * progmodes/python.el (python-indent-block-enders): New var.
15760 (python-indent-calculate-indentation): Use it.
15761
15762 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
15763
15764 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15765 defun. Defining it as defalias could introduce too eager
15766 byte-compiler optimization. (Bug#14030)
15767
15768 2013-03-30 Chong Yidong <cyd@gnu.org>
15769
15770 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15771
15772 2013-03-30 Leo Liu <sdl.web@gmail.com>
15773
15774 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15775 (kmacro-execute-from-register): Pass the keyboard macro to
15776 kmacro-call-macro or repeating won't work correctly.
15777
15778 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15779
15780 * progmodes/subword.el: Back to using `forward-symbol'.
15781
15782 * subr.el (forward-whitespace, forward-symbol)
15783 (forward-same-syntax): Move from thingatpt.el.
15784
15785 2013-03-29 Leo Liu <sdl.web@gmail.com>
15786
15787 * kmacro.el (kmacro-to-register): New command.
15788 (kmacro-execute-from-register): New function.
15789 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15790
15791 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15792
15793 * mpc.el: Use defvar-local and setq-local.
15794 (mpc--proc-connect): Connection failures are not bugs.
15795 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15796 (mpc-volume-map): Bind to the up-events.
15797
15798 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15799
15800 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15801 instead of `forward-symbol'.
15802
15803 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15804
15805 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15806 (edebug--recursive-edit): Use it.
15807 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15808 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15809
15810 2013-03-28 Leo Liu <sdl.web@gmail.com>
15811
15812 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15813
15814 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15815
15816 * facemenu.el (list-colors-callback): New defvar.
15817 (list-colors-redisplay): New function.
15818 (list-colors-display): Install list-colors-redisplay as the
15819 revert-buffer-function. (Bug#14063)
15820
15821 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15822
15823 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15824 and suffixes don't overlap (bug#14061).
15825
15826 * case-table.el: Use lexical-binding.
15827 (case-table-get-table): New function.
15828 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15829
15830 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15831
15832 * progmodes/subword.el: Add `superword-mode' to do word motion
15833 over symbol_words (parallels and leverages `subword-mode' which
15834 does word motion inside MixedCaseWords).
15835
15836 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15837
15838 * eshell/em-unix.el: Move su and sudo to...
15839 * eshell/em-tramp.el: ...Eshell tramp module.
15840
15841 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15842
15843 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15844 Change return value to be a sexp. Delay `get-buffer' to after
15845 restoring the desktop (bug#13951).
15846
15847 2013-03-26 Leo Liu <sdl.web@gmail.com>
15848
15849 * register.el: Move semantic tag handling back to
15850 cedet/semantic/senator.el. (Bug#14052)
15851
15852 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15853
15854 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15855 into the prompt either (bug#13963).
15856
15857 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15858
15859 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15860 part of "(error-foo)".
15861
15862 2013-03-24 Juri Linkov <juri@jurta.org>
15863
15864 * replace.el (list-matching-lines-prefix-face): New defcustom.
15865 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15866 `occur-engine' if `face-differs-from-default-p' returns t.
15867 (occur-engine): Add `,' inside backquote construct to evaluate
15868 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15869 Pass `prefix-face' to the functions `occur-context-lines' and
15870 `occur-engine-add-prefix'.
15871 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15872 `prefix-face' and propertize the prefix with `prefix-face'.
15873 (Bug#14017)
15874
15875 2013-03-24 Leo Liu <sdl.web@gmail.com>
15876
15877 * nxml/rng-valid.el (rng-validate-while-idle)
15878 (rng-validate-quick-while-idle): Guard against deleted buffer.
15879 (Bug#13999)
15880
15881 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15882 is the last entry in kill-buffer-hook.
15883
15884 * files.el (kill-buffer-hook): Doc fix.
15885
15886 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15887
15888 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15889 Make it safe-local.
15890
15891 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15892
15893 2013-03-23 Leo Liu <sdl.web@gmail.com>
15894
15895 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15896 Remove.
15897
15898 * nxml/rng-valid.el (rng-validate-mode)
15899 (rng-after-change-function, rng-do-some-validation):
15900 * nxml/rng-maint.el (rng-validate-buffer):
15901 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15902 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15903 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15904 (nxml-extend-after-change-region): Use with-silent-modifications.
15905
15906 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15907 timer-idle-list.
15908
15909 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15910 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15911 timer-idle-list. (Bug#13999)
15912
15913 2013-03-23 Juri Linkov <juri@jurta.org>
15914
15915 * info.el (info-index-match): New face.
15916 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15917 main pattern and add text properties with the new face to matches
15918 in index entries relative to the beginning of the index entry.
15919 (Bug#14015)
15920
15921 2013-03-21 Eric Ludlam <zappo@gnu.org>
15922
15923 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15924 Inhibit read only while inserting objects.
15925
15926 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15927
15928 * progmodes/cfengine.el: Update docs to mention
15929 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15930 symbol motion. Remove "_" from the word syntax.
15931
15932 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15933
15934 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15935 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15936
15937 2013-03-20 Juri Linkov <juri@jurta.org>
15938
15939 * info.el (Info-next-reference-or-link)
15940 (Info-prev-reference-or-link): New functions.
15941 (Info-next-reference, Info-prev-reference): Use them.
15942 (Info-try-follow-nearest-node): Handle footnote navigation.
15943 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15944
15945 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15946
15947 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15948 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15949
15950 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15951
15952 Suppress unnecessary non-ASCII chatter during build process.
15953 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15954 (batch-skkdic-convert): Suppress most of the chatter.
15955 It's not needed so much now that machines are faster,
15956 and its non-ASCII component was confusing; see Dmitry Gutov in
15957 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15958
15959 2013-03-20 Leo Liu <sdl.web@gmail.com>
15960
15961 * ido.el (ido-chop): Fix bug#10994.
15962
15963 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15964
15965 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15966 Remove vars.
15967 (whitespace-color-on, whitespace-color-off):
15968 Use `font-lock-fontify-buffer' (Bug#13817).
15969
15970 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15973 remapping in mode-line.
15974 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15975
15976 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15977
15978 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15979 value for `whitespace-line' face (Bug#13875).
15980 (whitespace-font-lock-keywords): Change description.
15981 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15982 the constructed keywords instead.
15983 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15984
15985 2013-03-19 Leo Liu <sdl.web@gmail.com>
15986
15987 * progmodes/compile.el (compilation-display-error): New command.
15988 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15989 C-o. (Bug#13992)
15990
15991 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15992
15993 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15994
15995 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15996
15997 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15998
15999 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16000
16001 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16002
16003 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16004 * net/tramp-gvfs.el (top):
16005 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16006 (tramp-handle-shell-command): Use it.
16007 (tramp-dissect-file-name): Raise an error when hostname is a
16008 method name, and neither method nor user is specified.
16009
16010 * net/trampver.el: Update release number.
16011
16012 2013-03-18 Leo Liu <sdl.web@gmail.com>
16013
16014 Make sure eldoc can be turned off properly.
16015 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16016 eldoc-mode.
16017 (eldoc-display-message-p): Revert last change.
16018 (eldoc-display-message-no-interference-p)
16019 (eldoc-print-current-symbol-info): Tweak.
16020
16021 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16022
16023 * doc-view.el (doc-view-new-window-function): Check the new window
16024 overlay's display property instead the char property of the
16025 buffer's first char. Use `with-selected-window' instead of
16026 `save-window-excursion' with `select-window'.
16027 (doc-view-document->bitmap): Check the current doc-view overlay's
16028 display property instead the char property of the buffer's first char.
16029
16030 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16031
16032 Automate the build of ja-dic.el (Bug#13984).
16033 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16034 from the input, rather than assume that it's been done for us by the
16035 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16036 the current date into a ja-dic.el comment, as that complicates
16037 regression testing.
16038
16039 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16040
16041 * whitespace.el: Fix double evaluation.
16042 (whitespace-space, whitespace-hspace, whitespace-tab)
16043 (whitespace-newline, whitespace-trailing, whitespace-line)
16044 (whitespace-space-before-tab, whitespace-indentation)
16045 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16046 obsolete defvars.
16047 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16048 (whitespace-color-on): Use a single font-lock-add-keywords call.
16049 Fix double-evaluation of face variables.
16050
16051 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
16052
16053 * net/tramp-adb.el (tramp-adb-parse-device-names):
16054 Use `start-process' instead of `call-process'. Otherwise, the
16055 function might be blocked under MS Windows. (Bug#13299)
16056
16057 2013-03-17 Leo Liu <sdl.web@gmail.com>
16058
16059 Extend eldoc to display info in the mode-line. (Bug#13978)
16060 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16061 (eldoc-mode-line-string): New variable.
16062 (eldoc-minibuffer-message): New function.
16063 (eldoc-message-function): New variable.
16064 (eldoc-message): Use it.
16065 (eldoc-display-message-p)
16066 (eldoc-display-message-no-interference-p):
16067 Support eldoc-post-insert-mode.
16068
16069 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
16070 (eval-expression): Run it.
16071
16072 2013-03-17 Roland Winkler <winkler@gnu.org>
16073
16074 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
16075 strings in the list of return values.
16076
16077 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
16078
16079 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
16080 radix before checking for HMS forms.
16081
16082 2013-03-16 Leo Liu <sdl.web@gmail.com>
16083
16084 * progmodes/scheme.el: Add indentation and font-locking for λ.
16085 (Bug#13975)
16086
16087 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16088
16089 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
16090 token before point (bug#13942).
16091
16092 2013-03-16 Leo Liu <sdl.web@gmail.com>
16093
16094 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
16095
16096 2013-03-16 Eli Zaretskii <eliz@gnu.org>
16097
16098 * startup.el (command-line-normalize-file-name): Fix handling of
16099 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
16100 <xfq.free@gmail.com> in
16101 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
16102
16103 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
16104
16105 Sync with Tramp 2.2.7.
16106
16107 * net/trampver.el: Update release number.
16108
16109 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16110
16111 * doc-view.el: Fix bug#13887.
16112 (doc-view-insert-image): Don't modify overlay associated to
16113 non-live windows, and implement horizontal centering of image in
16114 case it's smaller than the window.
16115 (doc-view-new-window-function): Force redisplay of new windows on
16116 doc-view buffers.
16117
16118 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16119
16120 * saveplace.el (save-place-alist-to-file): Don't sort
16121 `save-place-alist', just pretty-print it (bug#13882).
16122
16123 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16124
16125 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16126 Check whether `default-file-name-coding-system' is bound.
16127 It isn't in XEmacs.
16128
16129 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16130
16131 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16132 backquotes for `obsolete' (bug#13929).
16133
16134 * international/mule.el (find-auto-coding): Include file name in
16135 obsolescence warning (bug#13922).
16136
16137 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16138
16139 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16140 for CFEngine 3-specific indentation.
16141 (cfengine3-indent-line): Use it. Fix up category regex.
16142 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16143
16144 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16145
16146 * type-break.el (type-break-file-name):
16147 * textmodes/remember.el (remember-data-file):
16148 * strokes.el (strokes-file):
16149 * shadowfile.el (shadow-initialize):
16150 * saveplace.el (save-place-file):
16151 * ps-bdf.el (bdf-cache-file):
16152 * progmodes/idlwave.el (idlwave-config-directory):
16153 * net/quickurl.el (quickurl-url-file):
16154 * international/kkc.el (kkc-init-file-name):
16155 * ido.el (ido-save-directory-list-file):
16156 * emulation/viper.el (viper-custom-file-name):
16157 * emulation/vip.el (vip-startup-file):
16158 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16159 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16160
16161 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16162
16163 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16164 * language/thai-word.el: Switch to UTF-8.
16165
16166 See ChangeLog.16 for earlier changes.
16167
16168 ;; Local Variables:
16169 ;; coding: utf-8
16170 ;; End:
16171
16172 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16173
16174 This file is part of GNU Emacs.
16175
16176 GNU Emacs is free software: you can redistribute it and/or modify
16177 it under the terms of the GNU General Public License as published by
16178 the Free Software Foundation, either version 3 of the License, or
16179 (at your option) any later version.
16180
16181 GNU Emacs is distributed in the hope that it will be useful,
16182 but WITHOUT ANY WARRANTY; without even the implied warranty of
16183 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16184 GNU General Public License for more details.
16185
16186 You should have received a copy of the GNU General Public License
16187 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.