* lisp/loadup.el: Treat `command-line-args' more flexibly.
[bpt/emacs.git] / lisp / ChangeLog
1 2014-05-30 Glenn Morris <rgm@gnu.org>
2
3 * loadup.el: Treat `command-line-args' more flexibly.
4
5 2014-05-30 Alan Mackenzie <acm@muc.de>
6
7 Guard (looking-at "\\s!") from XEmacs.
8 * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
9
10 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
11
12 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward): The
13 argument COUNT is now optional, to be more backward-compatible.
14 Doc fix. (Bug#17560)
15
16 2014-05-29 Reuben Thomas <rrt@sc3d.org>
17
18 * whitespace.el (whitespace-report-region): Simplify
19 documentation.
20 (whitespace-report-region): Allow report-if-bogus to take the
21 value `never', for non-interactive use.
22 (whitespace-report): Refer to whitespace-report-region's
23 documentation.
24
25 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
26
27 * whitespace.el: Use font-lock-flush. Minimize refontifications.
28 Side benefit: it works without jit-lock.
29 (whitespace-point--used): New buffer-local var.
30 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
31 (whitespace-color-off): Use font-lock-flush.
32 (whitespace-point--used, whitespace-point--flush-used): New functions.
33 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
34 (whitespace-empty-at-eob-regexp): Use them.
35 (whitespace-post-command-hook): Rewrite.
36
37 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
38 (font-lock-fontify-buffer): Mark interactive-only.
39 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
40 Make buffer-local.
41 (font-lock-specified-p): Remove redundant boundp check.
42 (font-lock-flush-function, font-lock-ensure-function): New vars.
43 (font-lock-turn-on-thing-lock): Set them.
44 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
45 (font-lock-after-change-function): Make `old-len' optional.
46 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
47 Call font-lock-flush, just in case.
48 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
49 recent Emacsen.
50 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
51 (vera-mode-map, vera-mode-menu): Remove bindings to it.
52 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
53 and with-syntax-table.
54 * textmodes/conf-mode.el (conf-quote-normal):
55 * progmodes/sh-script.el (sh-set-shell):
56 * progmodes/prog-mode.el (prettify-symbols-mode):
57 * progmodes/f90.el (f90-font-lock-n):
58 * progmodes/cwarn.el (cwarn-mode):
59 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
60 * progmodes/compile.el (compilation-setup, compilation--unsetup):
61 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
62 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
63 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
64 font-lock-fontify-buffer-function and
65 font-lock-unfontify-buffer-function.
66 (rmail-unfontify-buffer-function, rmail-fontify-message):
67 Use with-silent-modifications.
68 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
69 and font-lock-ensure.
70 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
71
72 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
73
74 * emacs-lisp/package.el (package-generate-autoloads):
75 Inhibit backup files.
76
77 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
80 (bug#17608).
81
82 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
83
84 * textmodes/tildify.el (tildify-buffer, tildify-region):
85 Add dont-ask option.
86
87 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
88
89 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
90 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
91
92 * subr.el (internal--funcall-interactively): New.
93 (internal--call-interactively): Remove.
94 (called-interactively-p): Detect funcall-interactively instead of
95 call-interactively.
96 * simple.el (repeat-complex-command): Use funcall-interactively.
97 (repeat-complex-command--called-interactively-skip): Remove.
98
99 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
100
101 * register.el (register-read-with-preview): Don't burp on
102 frame switches (e.g. due to the frame we just popped).
103
104 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
105 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
106
107 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
108
109 * cus-face.el (custom-face-attributes): Add :distant-foreground.
110
111 2014-05-26 Martin Rudalics <rudalics@gmx.at>
112
113 * window.el (window--dump-frame): Remove interactive specification.
114
115 2014-05-26 Glenn Morris <rgm@gnu.org>
116
117 * hippie-exp.el (he-line-search-regexp):
118 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
119
120 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
121
122 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
123 to avoid errors when trying to create or visit a file foo.todo
124 located outside to todo-directory, and to allow having such files
125 without them being tied to Todo mode (bug#17482).
126 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
127 (todo-archive-done-item, todo-find-filtered-items-file)
128 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
129 (todo-category-completions, todo-read-category): When visiting a
130 Todo file, make sure we're in the right mode and the buffer local
131 variables are set.
132 (todo-make-categories-list, todo-reset-nondiary-marker)
133 (todo-reset-done-string, todo-reset-comment-string):
134 After processing all Todo files, kill the buffers of those files that
135 weren't being visited before the processing.
136 (todo-display-as-todo-file, todo-add-to-buffer-list)
137 (todo-visit-files-commands): Comment out.
138 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
139 (auto-mode-alist): Remove add-to-list calls making Todo file
140 extensions unrestrictedly tied to Todo modes.
141
142 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
145 (advice-function-member-p): Tell it to check both names and functions
146 (bug#17531).
147 (advice--add-function): Adjust call accordingly.
148
149 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
150
151 * calendar/todo-mode.el: Miscellaneous bug fixes.
152 (todo-delete-file): When deleting an archive but not its todo
153 file, make sure to update the todo file's category sexp.
154 (todo-move-category): Keep the moved category's name unless the
155 file moved to already has a category with that name. If the
156 numerically last category of the source file was moved, make the
157 first category current to avoid selecting a nonexisting category.
158 (todo-merge-category): Fix implementation to make merging to a
159 category in another file work as documented. Eliminate now
160 insufficient and unnecessary renaming of archive category, correct
161 document string accordingly, and clarify it. If the numerically
162 last category of the source file was merged, make the first
163 category current to avoid selecting a nonexisting category.
164 (todo-archive-done-item): When there are marked items and point
165 happens to be on an unmarked item, ignore the latter. Don't leave
166 point below last item after archiving marked items.
167 (todo-unarchive-items): Fix logic to ensure unarchiving an item
168 from an archive with only one category deletes the archive only
169 when the category is empty after unarchiving. Make sure the todo
170 file's category sexp is updated.
171 (todo-read-file-name): Allow an existing file name even when it is
172 not required (todo-move-category needs this to work as documented).
173 (todo-add-file): Call todo-validate-name to reject the name of an
174 existing todo file (needed due to fix in todo-read-file-name).
175 (todo-reset-nondiary-marker): Also reset in filtered items files.
176 (todo-reset-done-string, todo-reset-comment-string): Also reset in
177 regexp filtered items files.
178 (todo-reset-highlight-item): Also reset in filtered items files.
179 Fix incorrect variable reference in document string.
180
181 2014-05-26 Glenn Morris <rgm@gnu.org>
182
183 * window.el (window--dump-frame): Avoid error in --without-x builds.
184
185 2014-05-26 Glenn Morris <rgm@gnu.org>
186
187 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
188
189 2014-05-26 Eli Zaretskii <eliz@gnu.org>
190
191 * frame.el (set-frame-font): Doc fix.
192
193 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
194
195 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
196
197 * emacs-lisp/package.el (package--download-one-archive):
198 Use `write-region' instead of `save-buffer' to avoid running various
199 hooks. (Bug#17155)
200 (describe-package-1): Same. Insert newline at the end of the
201 buffer if appropriate.
202
203 2014-05-26 Juri Linkov <juri@jurta.org>
204
205 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
206 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
207 Add more modifiers: meta, control, shift, hyper, super, alt.
208 (Bug#17439)
209
210 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
211 to allow changing its value with `set-variable'.
212
213 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
214
215 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
216 #; comments.
217 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
218 New functions.
219 (scheme-mode-variables): Set syntax-propertize-function instead of
220 font-lock-syntactic-face-function.
221 (scheme-font-lock-syntactic-face-function): Delete.
222
223 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
224
225 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
226 (bug#17392).
227
228 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
229
230 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
231 for a temporary file name.
232
233 2014-05-26 Eli Zaretskii <eliz@gnu.org>
234
235 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
236
237 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
238
239 * net/dbus.el (dbus-init-bus, dbus-call-method)
240 (dbus-call-method-asynchronously, dbus-send-signal)
241 (dbus-method-return-internal, dbus-method-error-internal):
242 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
243
244 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
245
246 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
247 methods which do not have a doc string. (Bug#17490)
248
249 2014-05-25 Tassilo Horn <tsdh@gnu.org>
250
251 * textmodes/reftex-ref.el (reftex-format-special): Make it work
252 also for AMS Math's \eqref macro.
253
254 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
255
256 Arrange to never byte-compile the generated -pkg.el file.
257
258 * emacs-lisp/package.el (package-generate-description-file):
259 Output first-line comment to set buffer-local var `no-byte-compile'.
260 Suggested by Dmitry Gutov:
261 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
262
263 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
264
265 Fix bug: Properly quote args to generated -pkg.el `define-package'.
266
267 * emacs-lisp/package.el (package-generate-description-file):
268 Inline `package--alist-to-plist'; rewrite to selectively
269 quote alist values that are not self-quoting.
270 (package--alist-to-plist): Delete func.
271
272 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
273
274 * term/xterm.el (xterm-function-map): Add mapping for shifted
275 keypad keys.
276
277 2014-05-24 Daniel Colascione <dancol@dancol.org>
278
279 * progmodes/subword.el (subword-find-word-boundary): Move point to
280 correct spot before search. (Bug#17580)
281
282 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
283 breaking the build.
284
285 2014-05-24 Leo Liu <sdl.web@gmail.com>
286
287 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
288
289 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * minibuffer.el (completion--sreverse): Remove.
292 (completion--common-suffix): Use `reverse' instead.
293 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
294
295 2014-05-22 Glenn Morris <rgm@gnu.org>
296
297 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
298
299 2014-05-21 Daniel Colascione <dancol@dancol.org>
300
301 * files.el (interpreter-mode-alist): Add mksh.
302
303 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
304 derivative.
305 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
306 mksh. Improve custom spec; allow regular expressions.
307 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
308 (sh-after-hack-local-variables): New function.
309 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
310 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
311 the normalization.
312 (sh-canonicalize-shell): Rewrite to support regexes.
313
314 2014-05-21 Leo Liu <sdl.web@gmail.com>
315
316 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
317
318 2014-05-19 Leo Liu <sdl.web@gmail.com>
319
320 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
321
322 2014-05-18 Glenn Morris <rgm@gnu.org>
323
324 * loadup.el:
325 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
326
327 2014-05-14 Sam Steingold <sds@gnu.org>
328
329 * progmodes/python.el (python-shell-get-or-create-process):
330 Do not bind `current-prefix-arg' so that C-c C-z does not talk
331 back unless requested.
332
333 2014-05-14 Glenn Morris <rgm@gnu.org>
334
335 * subr.el (with-file-modes): New macro.
336 * printing.el (pr-save-file-modes): Make obsolete.
337 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
338 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
339 Add with-file-modes.
340 * doc-view.el (doc-view-make-safe-dir):
341 * epg.el (epg--start):
342 * files.el (locate-user-emacs-file, make-temp-file)
343 (backup-buffer-copy, move-file-to-trash):
344 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
345 * eshell/esh-util.el (eshell-with-private-file-modes)
346 (eshell-make-private-directory):
347 * net/browse-url.el (browse-url-mosaic):
348 * obsolete/mailpost.el (post-mail-send-it):
349 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
350 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
351 Use with-file-modes.
352
353 * vc/emerge.el (emerge-make-temp-file): Simplify.
354
355 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
356 Stefan Monnier <monnier@iro.umontreal.ca>
357
358 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
359 suffix (bug#15419).
360
361 2014-05-14 Glenn Morris <rgm@gnu.org>
362
363 * vc/emerge.el (emerge-temp-file-prefix):
364 Make pointless option obsolete.
365 (emerge-temp-file-mode): Make non-functional option obsolete.
366
367 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
368
369 * net/browse-url.el (browse-url):
370 Use `unhandled-file-name-directory' when setting `default-directory',
371 in order to circumvent stalled remote connections. (Bug#17425)
372
373 2014-05-14 Glenn Morris <rgm@gnu.org>
374
375 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
376 Optimize on Emacs, which has the relevant functions for ages.
377
378 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * simple.el (undo-make-selective-list): Obey undo-no-redo.
381
382 2014-05-12 Sam Steingold <sds@gnu.org>
383
384 * calendar/time-date.el (seconds-to-string): New function to
385 pretty print time delay in seconds.
386
387 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
388
389 * mpc.el (mpc-format): Trim Date to the year.
390 (mpc-songs-hashcons): Shorten the Date field.
391
392 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
393 into autoloading just because of a silly indirection.
394
395 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com> (tiny change)
396
397 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
398
399 2014-05-12 Glenn Morris <rgm@gnu.org>
400
401 * emacs-lisp/find-gc.el: Move to ../admin.
402
403 * printing.el (pr-version):
404 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
405
406 * net/browse-url.el (browse-url-mosaic):
407 Create /tmp/Mosaic.PID as a private file.
408
409 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
412 (advice--member-p): If name is given, only compare the name.
413 (advice--remove-function): Don't stop at the first match.
414 (advice--normalize-place): New function.
415 (add-function, remove-function): Use it.
416 (advice--add-function): Pass the name, if any, to
417 advice--remove-function.
418
419 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
420
421 * electric.el (electric-indent-post-self-insert-function): Don't use
422 `pos' after modifying the buffer (bug#17449).
423
424 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
425
426 * calendar/todo-mode.el (todo-insert-item-from-calendar):
427 Correct argument list to conform to todo-insert-item--basic.
428
429 2014-05-12 Glenn Morris <rgm@gnu.org>
430
431 * files.el (cd-absolute): Test if directory is accessible
432 rather than executable. (Bug#17330)
433
434 * progmodes/compile.el (recompile):
435 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
436
437 * net/browse-url.el (browse-url-mosaic):
438 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
439 This is CVE-2014-3423.
440
441 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * mouse.el: Use the normal toplevel loop while dragging.
444 (mouse-set-point): Handle multi-clicks.
445 (mouse-set-region): Handle multi-clicks for drags.
446 (mouse-drag-region): Update call accordingly.
447 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
448 Use the normal event loop instead of a local while/read-event loop.
449 (global-map): Remove redundant bindings for double/triple-mouse-1.
450 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
451 Generate synthetic down events when the protocol only sends up events.
452 (xterm-mouse-last): Remove.
453 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
454 terminal parameter instead.
455 (xterm-mouse--set-click-count): New function.
456 (xterm-mouse-event): Detect/generate double/triple clicks.
457 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
458
459 * info.el (Info-quoted): New face.
460 (Info-mode-font-lock-keywords): New var.
461 (Info-mode): Use it.
462
463 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
464 are a hindrance for C-x C-e.
465
466 2014-05-11 Leo Liu <sdl.web@gmail.com>
467
468 * net/rcirc.el (rcirc-sentinel): Fix last change.
469
470 2014-05-08 Sam Steingold <sds@gnu.org>
471
472 * net/rcirc.el (rcirc-reconnect-delay): New user option.
473 (rcirc-sentinel): Auto-reconnect to the server if
474 `rcirc-reconnect-delay' is non-0 (but not more often than its
475 value in case the host is off-line).
476
477 2014-05-09 Eli Zaretskii <eliz@gnu.org>
478
479 * progmodes/grep.el (lgrep): Fix a typo in last commit.
480
481 2014-05-09 Glenn Morris <rgm@gnu.org>
482
483 * files.el (file-expand-wildcards):
484 * man.el (Man-support-local-filenames):
485 * printing.el (pr-i-directory, pr-interface-directory):
486 * progmodes/grep.el (lgrep, rgrep):
487 * textmodes/ispell.el (ispell-call-process)
488 (ispell-call-process-region, ispell-start-process)
489 (ispell-init-process): Use file-accessible-directory-p.
490
491 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
494 (xterm-mouse--read-event-sequence-1000): Return nil if something
495 looks fishy.
496 (xterm-mouse-event): Propagate it.
497 (xterm-mouse-translate-1): Handle it.
498
499 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
500
501 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
502 four slots of the parameter list are filled, make sure to pass it
503 to the argument list of todo-insert-item--basic.
504
505 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
508 Add optional `seen' argument to detect and break infinite loops.
509
510 2014-05-08 Eli Zaretskii <eliz@gnu.org>
511
512 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
513 (trace-unsafe, trace-use-tree): Make parentheses style be
514 according to Emacs style.
515
516 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
517
518 * net/tramp-sh.el (tramp-remote-process-environment):
519 Remove HISTFILE and HISTSIZE; it's too late to set them here.
520 Add :version entry.
521 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
522 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
523 extra "PSx=..." commands.
524 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
525 (Bug#17295)
526
527 (tramp-uudecode): Replace the hard-coded temporary file name by a
528 format specifier.
529 (tramp-remote-coding-commands): Enhance docstring.
530 (tramp-find-inline-encoding): Replace "%t" by a temporary file
531 name. (Bug#17415)
532 This is CVE-2014-3424.
533
534 2014-05-08 Glenn Morris <rgm@gnu.org>
535
536 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
537 (find-gc-source-files): Update some names.
538 (trace-call-tree): Simplify and update.
539 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
540 This is CVE-2014-3422.
541
542 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * minibuffer.el (completion--try-word-completion): Revert fix for
545 Bug#15980 (bug#17375).
546
547 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
548 Always store button numbers in the same way in xterm-mouse-last;
549 Don't burp is xterm-mouse-last is not set as expected.
550 Never return negative indices.
551
552 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
553
554 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
555 Backtrack one char if the global/char-literal var matcher hits
556 inside a string. The next char could be the beginning of an
557 expression expansion.
558
559 2014-05-08 Glenn Morris <rgm@gnu.org>
560
561 * help-fns.el (describe-function-1): Test for an autoload before a
562 macro, since `macrop' works on autoloads. (Bug#17410)
563
564 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
565
566 * electric.el (electric-indent-functions-without-reindent): Add yaml.
567
568 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
569 Make sure the new point we return is within the new string (bug#17239).
570
571 2014-05-05 Daniel Colascione <dancol@dancol.org>
572
573 * progmodes/compile.el (compilation-error-regexp-alist-alist):
574 Port `gnu' pattern to rx.
575
576 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
577
578 Remove unneeded prompt when closing a buffer with active
579 emacsclient ("Buffer ... still has clients"), #16548.
580 * server.el (server-start): Remove the only call to:
581 (server-kill-buffer-query-function): Remove.
582
583 2014-05-04 Leo Liu <sdl.web@gmail.com>
584
585 * calendar/diary-lib.el (calendar-chinese-month-name-array):
586 Defvar to pacify compiler.
587
588 2014-05-04 Eli Zaretskii <eliz@gnu.org>
589
590 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
591
592 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
595 Use nil rather than `default' for the "default" appearance (bug#17388).
596 * vc/ediff-util.el (ediff-inferior-compare-regions)
597 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
598 a misleading `default' value when it's really a boolean.
599 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
600 overlay is not visible.
601
602 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
603
604 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
605 (todo-menu): Uncomment and update.
606
607 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
608
609 * calendar/todo-mode.el: Reimplement item editing to have the same
610 basic user interface as item insertion, and make small UI and
611 larger internal improvements to the latter.
612 (todo-insert-item): Add reference to the Todo mode user manual to
613 the documentation string.
614 (todo-insert-item--basic): Rename from todo-basic-insert-item and
615 adjust all callers. Change signature to combine diary and
616 nonmarking arguments. Incorporate functionality of deleted item
617 copying command and add error checking. Remove detailed
618 descriptions of the arguments from the documentation string, since
619 this is treated in the Todo mode user manual.
620 (todo-copy-item, todo-edit-multiline-item)
621 (todo-edit-done-item-comment, todo-edit-item-header)
622 (todo-edit-item-time, todo-edit-item-date-from-calendar)
623 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
624 (todo-edit-item-date-year, todo-edit-item-date-month)
625 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
626 Remove.
627 (todo-edit-item): Reimplement as wrapper command for
628 todo-edit-item--next-key and make it distinguish done and not done
629 todo items.
630 (todo-edit-item--text): New function, replacing old command
631 todo-edit-item and incorporating deleted commands
632 todo-edit-multiline-item and todo-edit-done-item-comment.
633 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
634 Use only numeric value of prefix argument. Remove detailed
635 descriptions of the arguments from the documentation string, since
636 this is treated in the Todo mode user manual.
637 (todo-edit-item--diary-inclusion): New function, replacing old
638 command todo-edit-item-diary-inclusion and incorporating and fixing
639 functionality of deleted command todo-edit-item-diary-nonmarking,
640 making sure to remove todo-nondiary-marker when adding
641 diary-nonmarking-symbol.
642 (todo-edit-category-diary-inclusion): Make sure to delete
643 diary-nonmarking-symbol when adding todo-nondiary-marker.
644 (todo-edit-category-diary-nonmarking): Fix indentation.
645 (todo-insert-item--parameters): Group diary and nonmarking
646 parameters together.
647 (todo-insert-item--apply-args): Adjust to signature of
648 todo-insert-item--basic and incorporate copy parameter.
649 Make small code improvements.
650 (todo-insert-item--next-param): Improve prompt and adjust it to
651 new parameter grouping. Remove obsolete code.
652 (todo-edit-item--param-key-alist)
653 (todo-edit-item--date-param-key-alist)
654 (todo-edit-done-item--param-key-alist): New defconsts.
655 (todo-edit-item--prompt): New variable.
656 (todo-edit-item--next-key): New function.
657 (todo-key-bindings-t): Bind "e" to todo-edit-item.
658 Remove bindings of deleted commands.
659
660 2014-05-04 Leo Liu <sdl.web@gmail.com>
661
662 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
663
664 2014-05-04 Glenn Morris <rgm@gnu.org>
665
666 * allout-widgets.el (allout-widgets-tally)
667 (allout-decorate-item-guides):
668 * menu-bar.el (menu-bar-positive-p):
669 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
670 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
671 * progmodes/js.el (js--inside-param-list-p)
672 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
673 * progmodes/prolog.el (region-exists-p):
674 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
675 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
676 Doc fixes (replace `iff').
677
678 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
681
682 2014-05-04 Leo Liu <sdl.web@gmail.com>
683
684 Support Chinese diary entries in calendar and diary. (Bug#17393)
685 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
686 (calendar-chinese-from-absolute-for-diary)
687 (calendar-chinese-to-absolute-for-diary)
688 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
689 (diary-chinese-list-entries): New functions to list and mark
690 Chinese diary entries in the calendar window.
691 (diary-chinese-anniversary)
692 (diary-chinese-insert-anniversary-entry)
693 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
694 (diary-chinese-insert-yearly-entry): New commands to insert
695 Chinese diary entries.
696
697 * calendar/diary-lib.el (diary-font-lock-keywords):
698 Support font-locking Chinese dates.
699
700 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
701 inserting Chinese diary entries.
702
703 * calendar/calendar.el (diary-chinese-entry-symbol):
704 New customizable variable.
705 (calendar-mode-map): Add bindings for inserting Chinese diary
706 entries.
707
708 2014-05-03 Juri Linkov <juri@jurta.org>
709
710 * dired.el (dired-check-switches, dired-switches-recursive-p):
711 New functions. (Bug#17218)
712 (dired-switches-escape-p, dired-move-to-end-of-filename):
713 Use `dired-check-switches'.
714 (dired-insert-old-subdirs, dired-build-subdir-alist)
715 (dired-sort-R-check): Use `dired-switches-recursive-p'.
716
717 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
718
719 * simple.el (undo-make-selective-list): New algorithm fixes
720 incorrectness of position adjustments when undoing in region.
721 (Bug#17235)
722 (undo-elt-crosses-region): Make obsolete.
723 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
724 New functions to adjust positions using undo-deltas.
725
726 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
729 the last consecutive closing paren (bug#17345).
730
731 2014-04-30 Reuben Thomas <rrt@sc3d.org>
732
733 * dired.el (dired-mode): make terminology for eXpunge command
734 consistent. (Bug#17276)
735
736 2014-04-30 Eli Zaretskii <eliz@gnu.org>
737
738 * dired.el (dired-initial-position-hook, dired-initial-position):
739 Doc string fixes.
740
741 2014-04-30 Glenn Morris <rgm@gnu.org>
742
743 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
744
745 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
746
747 * faces.el (face-spec-recalc): Apply X resources only after the
748 defface spec has been applied. Thus, X resources are no longer
749 overriden by the defface spec which also fixes issues on win32 where
750 the toolbar coloring was wrong because it is set through X resources
751 and was (wrongfully) overriden. (Bug#16694)
752
753 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
754
755 * textmodes/rst.el (electric-pair-pairs): Declare.
756 (rst-mode): Set it (bug#17131).
757
758 2014-04-30 Juri Linkov <juri@jurta.org>
759
760 * desktop.el (desktop-value-to-string): Let-bind `print-length'
761 and `print-level' to nil. (Bug#17351)
762
763 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
764
765 * battery.el (battery-update): Handle the case where battery
766 status is "N/A" (bug#17319).
767
768 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
771 to syntax-propertize.
772 (ps-mode-auto-indent): Mark as obsolete.
773 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
774 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
775 word regexp operators.
776 (ps-mode-map): Move initialization into declaration. Remove binding
777 for TAB, RET, >, ], and }.
778 (ps-mode-syntax-table): Move initialization into declaration.
779 Don't give word syntax to non-word chars.
780 (ps-run-mode-map): Move initialization into declaration.
781 (ps-mode-menu-main): Remove auto-indent entry.
782 (ps-mode-smie-rules): New function.
783 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
784 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
785 (ps-mode--string-syntax-table): New const.
786 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
787 New functions.
788 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
789 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
790
791 2014-04-27 Daniel Colascione <dancol@dancol.org>
792
793 * term/xterm.el (xterm-paste): Use large finite timeout when
794 reading event to avoid putting keys in this-command-keys.
795
796 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
797
798 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
799 (perl-syntax-propertize-function): Use it. Extend handling of
800 here-docs to the unquoted case.
801
802 2014-04-25 Eli Zaretskii <eliz@gnu.org>
803
804 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
805 Use equal-including-properties to compare help-echo strings (bug#17331).
806
807 2014-04-25 Leo Liu <sdl.web@gmail.com>
808
809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
810 Fix syntax for @. (Bug#17325)
811
812 2014-04-25 Daniel Colascione <dancol@dancol.org>
813
814 * emacs-lisp/cl.el (gv): Require gv early to break eager
815 macro-expansion cycles.
816
817 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
818
819 * simple.el (region-active-p): Check there's a mark (bug#17324).
820
821 * simple.el (completion-list-mode-map): Use choose-completion for the
822 mouse binding as well (bug#17302).
823 (completion-list-mode, completion-setup-function): Adjust docstring and
824 echo area message accordingly.
825 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
826 calling convention of choose-completion.
827 * comint.el (comint-dynamic-list-completions):
828 * term.el (term-dynamic-list-completions): Accept choose-completion.
829
830 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
831 &, |, +, - and * can't be a division (bug#17317).
832
833 * term/xterm.el (xterm--version-handler): Don't use modern xterm
834 features on gnome-terminal (bug#16988).
835
836 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
837
838 Improve Scheme font-locking for (define ((foo ...) ...) ...).
839
840 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
841 the declared object, ignore zero or more parens, not zero or one.
842
843 2014-04-24 Leo Liu <sdl.web@gmail.com>
844
845 * progmodes/xscheme.el (xscheme-expressions-ring)
846 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
847 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
848 (xscheme-allow-output-p, xscheme-prompt)
849 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
850
851 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
852 Comment out unused functions.
853
854 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
855
856 * info.el: Use lexical-binding and cl-lib.
857 Use defvar-local and setq-local instead of make-local-variable.
858 (Info-apropos-matches): Avoid add-to-list.
859 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
860
861 2014-04-24 Daniel Colascione <dancol@dancol.org>
862
863 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
864
865 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
866
867 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
868
869 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
870
871 * dired.el (dired-insert-set-properties): Do not consider
872 subdirectory headings and empty lines to be information that
873 `dired-hide-details-mode' should hide. (Bug#17228)
874
875 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
876
877 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
878 Remove test messages.
879 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
880 and `target' twice.
881
882 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
885 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
886
887 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
888
889 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
890
891 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
892 Set "IFS=" when using read builtin, in order to preserve spaces in
893 the file name. Add test messages for hunting a bug on hydra.
894 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
895
896 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
897
898 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
899 Don't prettify a word within a symbol.
900
901 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
902
903 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
904 possible.
905
906 2014-04-22 Daniel Colascione <dancol@dancol.org>
907
908 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
909 use defun to define `function-put'.
910
911 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
914 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
915 (lisp-mode-variables): Set font-lock-extra-managed-props.
916
917 * emacs-lisp/byte-run.el (function-put): New function.
918 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
919 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
920 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
921 Use them.
922
923 2014-04-22 Daniel Colascione <dancol@dancol.org>
924
925 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
926 Add `full-p' parameter; when nil, call `macroexpand' instead of
927 `macroexpand-all'.
928
929 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
930 Improve docstrings.
931
932 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
933 Use lambda function values, not quoted lambdas.
934 (byte-compile-recurse-toplevel): Remove extraneous &optional.
935
936 * emacs-lisp/cl-macs.el
937 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
938 (cl-struct-slot-value): Conditionally use aref or nth so that the
939 compiler produces optimal code.
940
941 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
942
943 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
944 (inline): Don't inline cl--set-elt.
945 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
946 Define as inlinable instead.
947 (cl-struct-set-slot-value): Remove.
948
949 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
950 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
951 Use setf instead.
952
953 2014-04-21 Daniel Colascione <dancol@dancol.org>
954
955 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
956 last two parameters after all.
957 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
958 (cl--compiler-macro-assoc,cl-struct-slot-value)
959 (cl-struct-set-slot-value): Stop using them.
960
961 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
964 entry in image-mode-winprops-alist.
965
966 2014-04-21 Daniel Colascione <dancol@dancol.org>
967
968 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
969 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
970 (byte-compile-toplevel-file-form): Use it.
971
972 * emacs-lisp/cl-macs.el:
973 (cl--loop-let): Properly destructure `while' clauses.
974
975 2014-04-20 Daniel Colascione <dancol@dancol.org>
976
977 * vc/vc.el (vc-root-dir): New public autoloaded function for
978 generically finding the current VC root.
979 * vc/vc-hooks.el (vc-not-supported): New error.
980 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
981
982 2014-04-20 Daniel Colascione <dancol@dancol.org>
983
984 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
985 argument.
986 (cl--const-expr-val): cl--const-expr-val should macroexpand its
987 argument in case we're inside a symbol-macrolet.
988 (cl--do-arglist, cl--compiler-macro-typep)
989 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
990 environment to `cl--const-expr-val'.
991 (cl-struct-sequence-type,cl-struct-slot-info)
992 (cl-struct-slot-offset, cl-struct-slot-value)
993 (cl-struct-set-slot-value): New functions.
994
995 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
998 assignments such as "case=hello" (bug#17297).
999
1000 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
1001
1002 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
1003 Do not autoload.
1004 (tramp-file-name-handler, tramp-completion-file-name-handler):
1005 Revert patch from 2014-04-10, it isn't necessary anymore.
1006 (tramp-autoload-file-name-handler)
1007 (tramp-register-autoload-file-name-handlers): New defuns.
1008 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
1009 (tramp-register-file-name-handlers): Remove also
1010 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
1011 Do not autoload its invocation, but eval it after loading of 'tramp.
1012
1013 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
1014
1015 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
1016
1017 2014-04-17 Daniel Colascione <dancol@dancol.org>
1018
1019 Add support for bracketed paste mode; add infrastructure for
1020 managing terminal mode enabling and disabling automatically.
1021
1022 * xt-mouse.el:
1023 (xterm-mouse-mode): Simplify.
1024 (xterm-mouse-tracking-enable-sequence)
1025 (xterm-mouse-tracking-disable-sequence): New constants.
1026 (turn-on-xterm-mouse-tracking-on-terminal)
1027 (turn-off-xterm-mouse-tracking-on-terminal):
1028 Use tty-mode-set-strings and tty-mode-reset-strings terminal
1029 parameters instead of random hooks.
1030 (turn-on-xterm-mouse-tracking)
1031 (turn-off-xterm-mouse-tracking): Delete.
1032
1033 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
1034 (xterm-paste-ending-sequence): New constant.
1035 (xterm-paste): New command used for bracketed paste support.
1036
1037 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
1038 (terminal-init-xterm-bracketed-paste-mode): New function.
1039 (terminal-init-xterm): Call it.
1040 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
1041 and tty-mode-reset-strings instead of random hooks.
1042 (xterm-turn-on-modify-other-keys)
1043 (xterm-turn-off-modify-other-keys)
1044 (xterm-remove-modify-other-keys): Delete obsolete functions.
1045
1046 * term/screen.el: Rewrite to just use the xterm code.
1047 Add copyright notice. Mention tmux.
1048
1049 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
1050
1051 * image-mode.el (image-mode-window-put): Also update the property of
1052 the "default window".
1053 * doc-view.el (doc-view-new-window-function): If no window
1054 exists, move to the last known page.
1055
1056 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
1059 here-documents (bug#17262).
1060
1061 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1062
1063 * term/pc-win.el (x-list-fonts, x-get-selection-value):
1064 Provide doc strings, as required by snarf-documentation.
1065
1066 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
1069 arg of overlays-at. Use `invisible-p'.
1070
1071 * obsolete/lucid.el (extent-at):
1072 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
1073 overlays-at.
1074 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
1075
1076 2014-04-16 João Távora <joaotavora@gmail.com>
1077
1078 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
1079 links. (Bug#17217).
1080
1081 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1082
1083 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1084 Use mapc to loop over a vector. (Bug#17257).
1085
1086 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
1087
1088 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
1089 patch, there are new problems with file names containing spaces.
1090 Get rid of backticks. (Bug#17238)
1091
1092 2014-04-16 João Távora <joaotavora@gmail.com>
1093
1094 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
1095 possible bug.
1096
1097 2014-04-16 Eli Zaretskii <eliz@gnu.org>
1098
1099 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
1100 (blink-cursor-mode): Mention customization variables and the
1101 effect of 'blink-cursor-blinks'.
1102
1103 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
1104
1105 * simple.el (undo): Prevent insertion of identity mapping into
1106 undo-equiv-table so as undo-only does not inf loop in the presence
1107 of consecutive nils in undo list.
1108
1109 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
1110
1111 * faces.el (make-face): Deprecate optional argument as it is no
1112 longer needed/used since the conditional X resources handling
1113 has been pushed down to make-face-x-resource-internal itself.
1114 (make-empty-face): Don't pass optional argument to make-face.
1115
1116 2014-04-16 Karl Fogel <kfogel@red-bean.com>
1117
1118 * savehist.el (savehist-save): Remove workaround for a read-passwd
1119 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
1120 noticing that the shim was still present.
1121
1122 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
1125
1126 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
1127
1128 * faces.el (face-set-after-frame-default): Remove unused local variable.
1129
1130 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * progmodes/grep.el: Use lexical-binding.
1133 (grep-expand-template): Pass explicit lexical env to `eval'.
1134 (zrgrep): Let-bind grep-find-template explicitly.
1135
1136 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
1137 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
1138
1139 2014-04-12 Eli Zaretskii <eliz@gnu.org>
1140
1141 * international/characters.el <standard-case-table>: Add entries
1142 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
1143 Set category of Coptic characters be 'g' (Greek).
1144
1145 2014-04-12 Leo Liu <sdl.web@gmail.com>
1146
1147 * progmodes/octave.el (completion-table-with-cache):
1148 Define if not available.
1149 (octave-goto-function-definition, octave-sync-function-file-names)
1150 (octave-find-definition-default-filename):
1151 Backquote upattern for compatibility.
1152
1153 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
1154
1155 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
1156 name twice due to backticks. (Bug#17238)
1157
1158 2014-04-12 Glenn Morris <rgm@gnu.org>
1159
1160 * term/w32-win.el (x-win-suspend-error):
1161 * term/x-win.el (x-win-suspend-error): Sync docs.
1162
1163 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
1164
1165 * faces.el (make-face): Remove deprecated optional argument.
1166 The conditional application of X resources is handled directly by
1167 make-face-x-resource-internal since Emacs 24.4.
1168 (make-empty-face): Don't pass optional argument to make-face.
1169
1170 2014-04-11 Glenn Morris <rgm@gnu.org>
1171
1172 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
1173
1174 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 Ediff's overlay priorities cause more trouble than they solve.
1177 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
1178 (ediff-highest-priority): Remove function (bug#17234).
1179 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
1180 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
1181 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
1182 overlay priorities.
1183
1184 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
1185
1186 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
1187 entry; use symbol boundaries to avoid mis-matches.
1188
1189 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
1190
1191 * net/tramp.el (tramp-file-name-handler)
1192 (tramp-completion-file-name-handler): Avoid recursive loading.
1193
1194 * net/tramp-sh.el (tramp-make-copy-program-file-name):
1195 Quote result also locally.
1196
1197 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1198
1199 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
1200 Remove left-over code.
1201
1202 * newcomment.el (comment-indent-new-line): Sink code where it's used.
1203 Reuse the previous comment's indentation unconditionally if it's on its
1204 own line.
1205
1206 2014-04-09 Daniel Colascione <dancol@dancol.org>
1207
1208 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
1209 `no-syntax-crossing' arguments. Forward to `up-list'.
1210 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
1211 Implement logic for escaping from strings. Use narrowing to deal
1212 with corner cases.
1213
1214 2014-04-09 Leo Liu <sdl.web@gmail.com>
1215
1216 * net/rcirc.el (rcirc-connection-info): New variable.
1217 (rcirc-connect): Use it to store connection info.
1218 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
1219 for killed process.
1220 (rcirc-cmd-reconnect): New command. (Bug#17045)
1221 (rcirc-mode, set-rcirc-encode-coding-system)
1222 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
1223
1224 2014-04-09 Daniel Colascione <dancol@dancol.org>
1225
1226 * emacs-lisp/cl-indent.el: Add comment claiming
1227 facility is also good for elisp.
1228 (lisp-indent-find-method): New function.
1229 (common-lisp-indent-function): Recognize cl-loop.
1230 (common-lisp-indent-function-1): Recognize cl constructs; use
1231 `lisp-indent-find-method' instead of `get' directly.
1232 (if): Use else-body style for elisp.
1233
1234 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
1235
1236 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
1237 Module methods. (Bug#17216)
1238
1239 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * help.el (describe-bindings): Fix buffer handling (bug#17210).
1242 (describe-bindings-internal): Mark obsolete.
1243
1244 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
1247 buffer-file-name, and buffer-file-truename any more.
1248
1249 2014-04-08 Leo Liu <sdl.web@gmail.com>
1250
1251 Use lexical-binding and require cl-lib.
1252 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
1253 (rcirc-handler-generic, rcirc-fill-paragraph)
1254 (rcirc-format-response-string, rcirc-target-buffer)
1255 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
1256 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
1257 (rcirc-ctcp-sender-PING, rcirc-browse-url)
1258 (rcirc-markup-timestamp, rcirc-markup-attributes)
1259 (rcirc-markup-my-nick, rcirc-markup-urls)
1260 (rcirc-markup-bright-nicks, rcirc-markup-fill)
1261 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
1262 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
1263 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
1264 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
1265 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
1266 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
1267 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
1268 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
1269 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
1270 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
1271 use cl-lib.
1272
1273 2014-04-07 João Távora <joaotavora@gmail.com>
1274
1275 * elec-pair.el (electric-pair--syntax-ppss):
1276 When inside comments parse from comment beginning.
1277 (electric-pair--balance-info): Fix typo in comment.
1278 (electric-pair--in-unterminated-string-p): Delete.
1279 (electric-pair--unbalanced-strings-p): New function.
1280 (electric-pair-string-bound-function): New var.
1281 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1282 according to `electric-pair--in-unterminated-string-p'
1283
1284 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1285 Inhibit quote pairing if point-max is inside an unterminated string.
1286 (electric-pair--looking-at-unterminated-string-p): Delete.
1287 (electric-pair--in-unterminated-string-p): New function.
1288
1289 2014-04-07 Glenn Morris <rgm@gnu.org>
1290
1291 * shell.el (shell-directory-tracker):
1292 Go back to just ignoring failures. (Bug#17159)
1293
1294 2014-04-07 João Távora <joaotavora@gmail.com>
1295
1296 Fix `electric-pair-delete-adjacent-pairs' in modes binding
1297 backspace. (bug#16981)
1298 * elec-pair.el (electric-pair-backward-delete-char): Delete.
1299 (electric-pair-backward-delete-char-untabify): Delete.
1300 (electric-pair-mode-map): Bind backspace to a menu item filtering
1301 a new `electric-pair-delete-pair' command.
1302 (electric-pair-delete-pair): New command.
1303
1304 * progmodes/python.el (python-electric-pair-string-delimiter):
1305 Fix triple-quoting electricity. (Bug#17192)
1306
1307 * elec-pair.el (electric-pair-post-self-insert-function):
1308 Don't skip whitespace when `electric-pair-text-pairs' and
1309 `electric-pair-pairs' were used. syntax to
1310 electric-pair--skip-whitespace. (Bug#17183)
1311
1312 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1313
1314 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
1315 "<F>". (Bug#17199)
1316
1317 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
1320 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
1321
1322 2014-04-07 Glenn Morris <rgm@gnu.org>
1323
1324 * help.el (view-lossage): Doc tweak.
1325
1326 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
1327
1328 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
1329 only when inhibit-x-resources is nil, and do that earlier in the
1330 function. Doc fix. (Bug#16694)
1331 (face-spec-choose): Accept additional optional argument, whose
1332 value is returned if no matching attributes are found.
1333 (face-spec-recalc): Use the new optional argument when calling
1334 face-spec-choose. (Bug#16378)
1335 (make-face-x-resource-internal): Do nothing when
1336 inhibit-x-resources is non-nil. Don't touch the default face if
1337 reversed video is given--as was done in previous versions of Emacs.
1338 (face-set-after-frame-default): Don't call
1339 make-face-x-resource-internal here. (Bug#16434)
1340
1341 2014-04-07 Tassilo Horn <tsdh@gnu.org>
1342
1343 * doc-view.el (doc-view-bookmark-jump):
1344 Use `bookmark-after-jump-hook' to jump to the right page after the
1345 buffer is shown in a window. (bug#16090)
1346
1347 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1348
1349 * international/characters.el (mirroring): Fix last change:
1350 instead of loading uni-mirrored.el explicitly, do that implicitly
1351 by creating the 'mirroring' uniprop table. This avoids announcing
1352 the loading of uni-mirrored.el.
1353
1354 2014-04-07 Glenn Morris <rgm@gnu.org>
1355
1356 * files.el (buffer-stale--default-function)
1357 (buffer-stale-function, revert-buffer--default):
1358 * autorevert.el (auto-revert-buffers): Doc tweaks.
1359
1360 2014-04-07 Eli Zaretskii <eliz@gnu.org>
1361
1362 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
1363
1364 2014-04-07 Glenn Morris <rgm@gnu.org>
1365
1366 * files.el (make-backup-file-name-function)
1367 (make-backup-file-name, make-backup-file-name--default-function)
1368 (make-backup-file-name-1, find-backup-file-name)
1369 (revert-buffer-function, revert-buffer-insert-file-contents-function)
1370 (buffer-stale--default-function, buffer-stale-function)
1371 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
1372 (revert-buffer, revert-buffer--default)
1373 (revert-buffer-insert-file-contents--default-function):
1374 Doc fixes related to defaults no longer being nil.
1375 (make-backup-file-name-function): Bump :version.
1376 Restore nil as a valid but deprecated custom type.
1377
1378 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1379
1380 * progmodes/perl-mode.el (perl-syntax-propertize-function):
1381 Handle $' used as a variable (bug#17174).
1382
1383 * progmodes/perl-mode.el (perl-indent-new-calculate):
1384 Handle forward-sexp failure (bug#16985).
1385 (perl-syntax-propertize-function): Add "foreach" and "for" statement
1386 modifiers introducing expressions (bug#17116).
1387
1388 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
1391
1392 2014-04-05 Leo Liu <sdl.web@gmail.com>
1393
1394 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1395 Add define-compilation-mode.
1396
1397 2014-04-04 João Távora <joaotavora@gmail.com>
1398
1399 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
1400 parse from comment beginning.
1401 (electric-pair--balance-info): Fix typo in comment.
1402 (electric-pair--in-unterminated-string-p): Delete.
1403 (electric-pair--unbalanced-strings-p): New function.
1404 (electric-pair-string-bound-function): New var.
1405 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
1406 according to `electric-pair--in-unterminated-string-p'.
1407
1408 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1409
1410 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
1411 Move declaration before first use.
1412 (reftex-move-to-next-arg): Silence compiler warning.
1413
1414 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
1415
1416 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
1417 Use `window-total-width' instead of `window-width'.
1418
1419 2014-04-03 Daniel Colascione <dancol@dancol.org>
1420
1421 * subr.el (set-transient-map): Remove rms's workaround entirely;
1422 use new `suspicious-object' subr to mark our lambda for closer
1423 scrutiny during gc.
1424
1425 2014-04-02 Richard Stallman <rms@gnu.org>
1426
1427 * subr.el (set-transient-map): Comment out previous change.
1428
1429 2014-04-02 Glenn Morris <rgm@gnu.org>
1430
1431 * menu-bar.el (menu-bar-file-menu):
1432 * vc/ediff.el (ediff-current-file):
1433 Update for revert-buffer-function no longer being nil by default.
1434
1435 * simple.el (command-execute): Respect nil disabled-command-function.
1436
1437 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1438
1439 * simple.el (command-execute): Do not execute the command when it
1440 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
1441
1442 2014-04-02 Juri Linkov <juri@jurta.org>
1443
1444 * dired-aux.el (dired-compress-file): Don't use string-match-p
1445 because its match data is used afterwards.
1446
1447 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
1448
1449 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
1450 0 like nil.
1451
1452 2014-04-02 João Távora <joaotavora@gmail.com>
1453
1454 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
1455 Inhibit quote pairing if point-max is inside an unterminated string.
1456 (electric-pair--looking-at-unterminated-string-p):
1457 Delete.
1458 (electric-pair--in-unterminated-string-p): New function.
1459
1460 2014-04-01 Daniel Colascione <dancol@dancol.org>
1461
1462 * minibuffer.el (minibuffer-complete): Prevent assertion failure
1463 when trying to complete the prompt.
1464
1465 2014-03-31 Leo Liu <sdl.web@gmail.com>
1466
1467 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
1468 Refactor out eldoc-documentation-function-default.
1469 (eldoc-documentation-function-default): New function.
1470 (eldoc-documentation-function): Change value.
1471
1472 2014-03-31 Glenn Morris <rgm@gnu.org>
1473
1474 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
1475
1476 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
1477 (vhdl-compose-components-package, vhdl-compose-configuration):
1478 Abbreviate default-directory (missing from some previous upstream sync).
1479
1480 2014-03-31 Reto Zimmermann <reto@gnu.org>
1481
1482 Sync with upstream vhdl mode v3.35.2.
1483 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1484 (top-level): No longer require assoc.
1485 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
1486 New functions. Use throughout to replace aget etc.
1487 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
1488 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
1489 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
1490 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
1491 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
1492 except `vhdl-compiler'.
1493 (vhdl-error-regexp-add-emacs): Remove all other compilers,
1494 when appropriate.
1495
1496 2014-03-31 Glenn Morris <rgm@gnu.org>
1497
1498 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
1499 Revert 2014-03-26 merge goof; go back to using defalias.
1500
1501 2014-03-30 Daniel Colascione <dancol@dancol.org>
1502
1503 * comint.el (comint-send-input):
1504 Deactivate completion-in-region-mode before we send comint input.
1505 (Bug#17139).
1506
1507 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
1508 on keyboard-quit.
1509
1510 2014-03-29 Glenn Morris <rgm@gnu.org>
1511
1512 * textmodes/reftex.el: Manage most autoloads automatically.
1513 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
1514 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
1515 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
1516 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
1517 * textmodes/reftex-toc.el: Set generated-autoload-file,
1518 and add autoload cookies for reftex.el.
1519 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
1520
1521 2014-03-28 Glenn Morris <rgm@gnu.org>
1522
1523 * cus-start.el (report-emacs-bug-address): Set custom properties.
1524 * mail/emacsbug.el (report-emacs-bug-address):
1525 Variable is now defined in emacs.c.
1526
1527 * mail/emacsbug.el (report-emacs-bug):
1528 Include system-configuration-features.
1529
1530 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
1531
1532 * simple.el (cycle-spacing): Never delete spaces on first run by
1533 default, but do so in a new 'fast mode and if there are already
1534 N spaces (the previous behavior).
1535 Compare N with its value in previous invocation so that changing
1536 prefix argument restarts `cycle-spacing' sequence.
1537 The idea is that with this change, binding M-SPC to
1538 `cycle-spacing' should not introduce any changes in behavior of
1539 the binding so long as users do not type M-SPC twice in a raw with
1540 the same prefix argument or lack thereof.
1541
1542 2014-03-28 Glenn Morris <rgm@gnu.org>
1543
1544 * faces.el (term-file-aliases): New variable.
1545 (tty-run-terminal-initialization): Respect term-file-aliases.
1546 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
1547 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
1548 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
1549
1550 2014-03-27 Glenn Morris <rgm@gnu.org>
1551
1552 * startup.el (inhibit-startup-hooks): Doc tweak.
1553 (normal-top-level): Simplify running of hooks.
1554 For window-setup-hook, respect inhibit-startup-hooks.
1555 (command-line-1): Don't set window-setup-hook to nil.
1556
1557 Allow selective autoloading from obsolete/ directory.
1558 * Makefile.in (obsolete-autoloads): New rule.
1559 (autoloads): Run obsolete-autoloads.
1560 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
1561 * simple.el (iswitchb-mode): Remove hand-written autoloads.
1562
1563 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
1564
1565 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
1566 Highlight special globals with font-lock-builtin-face. (Bug#17057)
1567
1568 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1569 Don't propertize `?' or `!' as symbol constituent when after
1570 colon. (Bug#17097)
1571
1572 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
1575 which is no longer needed and causes trouble in GTK builds (bug#17046).
1576
1577 * emacs-lisp/package-x.el (package--archive-contents-from-url):
1578 Use url-insert-file-contents; package-handle-response no longer exists.
1579
1580 2014-03-26 Daniel Colascione <dancol@dancol.org>
1581
1582 * simple.el (process-menu-mode-map): New variable.
1583 (process-menu-delete-process): New command.
1584
1585 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * emacs-lisp/package.el: Fix bug#16733 (again).
1588 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
1589 (url-http-target-url): Remove unused declarations.
1590 (package-handle-response): Remove.
1591 (package--with-work-buffer): Use url-insert-file-contents and simplify.
1592 (package--download-one-archive): Use current-buffer instead of
1593 dynamic binding of `buffer'.
1594 (describe-package-1): Do not decode readme-string.
1595
1596 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
1597
1598 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
1599
1600 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
1601 from 2014-03-07, it decreases performance unnecessarily. Let-bind
1602 `remote-file-name-inhibit-cache' to nil in the second pass.
1603 (tramp-find-executable): Do not call "which" on SunOS.
1604 (tramp-send-command-and-check): Fix docstring.
1605 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
1606 check whether source directory has set the sticky bit.
1607
1608 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
1609
1610 * simple.el (primitive-undo): Only process marker adjustments
1611 validated against their corresponding (TEXT . POS). Issue warning
1612 for lone marker adjustments in undo history. (Bug#16818)
1613 (undo-make-selective-list): Add marker adjustments to selective
1614 undo list based on whether their corresponding (TEXT . POS) is in
1615 the region. Remove variable adjusted-markers, which was unused
1616 and only non nil during undo-make-selective-list.
1617 (undo-elt-in-region): Return nil when passed a marker adjustment
1618 and explain in function doc.
1619
1620 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1621
1622 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
1623
1624 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1625
1626 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
1627 Match special global variables without curlies, too.
1628 (ruby-font-lock-keywords): Simplify the matcher for special global
1629 variables. Don't require a non-word character after the variable.
1630 (Bug#17057)
1631
1632 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1633
1634 * simple.el (redisplay-highlight-region-function): Increase priority of
1635 overlay to make sure boundaries are visible (bug#15899).
1636
1637 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
1638
1639 * frameset.el (frameset--initial-params): Fix typo in parameter name.
1640 (frameset-restore): Compare display strings with equal.
1641
1642 * frame.el (make-frame): Don't quote display name in error message,
1643 it is already a string.
1644
1645 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1646
1647 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
1648 the password.
1649
1650 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
1651
1652 * emacs-lisp/package.el (package--add-to-archive-contents):
1653 Include already installed and built-in packages in
1654 `package-archive-contents'.
1655 (package-install): Don't include already installed packages in the
1656 options during interactive invocation. (Bug#16762)
1657 (package-show-package-list): If the buffer is already displayed in
1658 another window, switch to that window.
1659
1660 2014-03-26 Reto Zimmermann <reto@gnu.org>
1661
1662 Sync with upstream vhdl mode v3.35.1.
1663 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
1664 (vhdl-compiler-alist): Doc fix.
1665 (vhdl-goto-line): Remove.
1666 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
1667 (vhdl-mode) <paragraph-start>: Fix value.
1668 (vhdl-fix-statement-region): Not `for' in wait-statement.
1669 (vhdl-beautify-region): Also (un)tabify.
1670 (vhdl-get-visible-signals):
1671 Scan declarative part of generate statements.
1672 (vhdl-template-record): Fix indentation for record type declaration.
1673 (vhdl-expand-abbrev, vhdl-expand-paren):
1674 Revert to using fset again rather than defalias.
1675 (vhdl-scan-directory-contents): Tweak.
1676 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
1677 (vhdl-compose-components-package):
1678 Replace vhdl-goto-line with forward-line.
1679 (top-level): Tweak speedbar frame selection.
1680 (vhdl-generate-makefile-1): Support for compilers with no
1681 unit-to-file name mapping (create directory with dummy files).
1682
1683 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
1684
1685 Sync with upstream verilog-mode revision 702457d.
1686 * progmodes/verilog-mode.el (verilog-mode-version): Update.
1687 (create-lockfiles): Declare.
1688 (verilog-read-decls): Fix module header imports, bug709.
1689 Reported by Victor Lau.
1690 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
1691 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
1692 interface-only modules, bug721. Reported by Dean Hoyt.
1693
1694 2014-03-26 Glenn Morris <rgm@gnu.org>
1695
1696 * obsolete/gulp.el: Move here from emacs-lisp/.
1697
1698 * files.el (lock-buffer, unlock-buffer, file-locked-p):
1699 Remove fallback aliases, since they are always defined now.
1700
1701 2014-03-24 Daniel Colascione <dancol@dancol.org>
1702
1703 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
1704 instead of cl-loop search function.
1705
1706 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1707
1708 * calendar/parse-time.el (parse-time-iso8601-regexp)
1709 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
1710 it more generally.
1711
1712 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
1713
1714 * net/dns.el (network-interface-list): Define for XEmacs.
1715
1716 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
1717
1718 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
1719 the network interfaces changed.
1720 (dns-query): Use it to flush the data.
1721
1722 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
1725
1726 2014-03-23 Daniel Colascione <dancol@dancol.org>
1727
1728 Change subword-mode to use `find-word-boundary-function-table' and
1729 replace `capitalized-words-mode'. Also, convert to lexical
1730 binding.
1731
1732 * progmodes/cap-words.el: Delete now-obsolete file.
1733 * progmodes/subword.el: Reimplement using
1734 `find-word-boundary-function-table'.
1735 (subword-mode-map): Hollow out.
1736 (capitalized-words-mode): Define as obsolete alias for
1737 `subword-mode'.
1738 (subword-mode, superword-mode): Tweak documentation to reflect new
1739 implementation; call `subword-setup-buffer'.
1740 (subword-forward, subword-capitalize): Add underscore to indicate
1741 unused variable.
1742 (subword-find-word-boundary-function-table): New constant.
1743 (subword-empty-char-table): New constant.
1744 (subword-setup-buffer): New function.
1745 (subword-find-word-boundary): New function.
1746
1747 2014-03-23 Daniel Colascione <dancol@dancol.org>
1748
1749 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
1750 list to look for keyword arguments instead of `memq', fixing
1751 (Bug#3647) --- unfortunately, only for freshly-compiled code.
1752 Please make bootstrap.
1753
1754 2014-03-22 Glenn Morris <rgm@gnu.org>
1755
1756 * dired.el (dired-read-regexp): Make obsolete.
1757 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
1758 (dired-flag-files-regexp):
1759 * dired-aux.el (dired-mark-read-regexp):
1760 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
1761
1762 * startup.el (fancy-startup-text):
1763 * help.el (describe-gnu-project): Visit online info about GNU project.
1764
1765 * help-fns.el (help-fns--interactive-only): New function.
1766 (help-fns-describe-function-functions): Add the above function.
1767 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
1768 (next-line, previous-line): Remove hand-written interactive-only
1769 information from doc strings, it is auto-generated now.
1770 * bookmark.el (bookmark-write):
1771 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
1772 (epa-mail-import-keys): Mark interactive-only,
1773 and remove hand-written interactive-only information from doc strings.
1774 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
1775 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
1776 * files.el (not-modified):
1777 * simple.el (mark-whole-buffer): Mark interactive-only.
1778
1779 * emacs-lisp/byte-run.el (defun-declarations-alist):
1780 Add interactive-only. Doc tweak.
1781 (macro-declarations-alist): Doc tweak.
1782 * subr.el (declare): Doc tweak (add xref to manual).
1783 * comint.el (comint-run):
1784 * files.el (insert-file-literally, insert-file):
1785 * replace.el (replace-string, replace-regexp):
1786 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
1787 (delete-forward-char, goto-line, insert-buffer, next-line)
1788 (previous-line): Set interactive-only via declare.
1789
1790 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
1791
1792 * emacs-lisp/package.el (package-desc): Use the contents of the
1793 quoted form, not its cdr. (Bug#16873)
1794
1795 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
1796
1797 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
1798 benefit of doc.c; change parameter profile to match the X function.
1799
1800 2014-03-22 Leo Liu <sdl.web@gmail.com>
1801
1802 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
1803 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
1804
1805 2014-03-21 Richard Stallman <rms@gnu.org>
1806
1807 * battery.el (battery-linux-sysfs): Search for each field
1808 from the beginning of the buffer.
1809
1810 * subr.el (set-transient-map): Clear out function and value
1811 of the temporary symbol when we're done with it.
1812
1813 * mail/rmailsum.el (rmail-summary-delete-forward):
1814 Optimize case of reaching end and handling count.
1815 (rmail-summary-mark-deleted): Optimize when N is current msg.
1816 Don't create new summary line.
1817 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
1818 (rmail-summary-undelete-many): Rewrite for speed.
1819 (rmail-summary-msg-number): New function.
1820
1821 * mail/rmail.el (rmail-delete-message): Update summary.
1822 (rmail-undelete-previous-message): Handle repeat count arg.
1823 (rmail-delete-backward, rmail-delete-forward): Likewise.
1824
1825 2014-03-21 Daniel Colascione <dancol@dancol.org>
1826
1827 * mail/emacsbug.el (report-emacs-bug): Include memory usage
1828 information in bug reports.
1829
1830 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
1831
1832 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
1833 and `tramp-copy-env'.
1834
1835 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
1836 (tramp-maybe-open-connection): Handle `tramp-login-env'.
1837
1838 2014-03-21 Glenn Morris <rgm@gnu.org>
1839
1840 * electric.el (electric-indent-post-self-insert-function): Add doc.
1841
1842 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
1843
1844 * emacs-lisp/package.el (package-compute-transaction):
1845 Use `version-list-<=' to compare the requirement version against
1846 the version of package already to be installed. Update the error
1847 message. (Bug#16826)
1848
1849 * progmodes/ruby-mode.el (ruby-smie-rules):
1850 Add indentation rule for ` @ '. (Bug#17050)
1851
1852 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1853
1854 * align.el (align-regexp): Remove superfluous backslash.
1855
1856 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
1857 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
1858 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
1859 Fix docstring typos.
1860 (ffap-next): Use C-u in docstring.
1861 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
1862 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
1863 Remove superfluous backslashes.
1864 (ffap-string-at-point): Reflow docstring.
1865
1866 * server.el (server-host): Reflow docstring.
1867 (server-unload-function): Fix docstring typo.
1868 (server-eval-at): Remove superfluous backslash.
1869
1870 * skeleton.el (skeleton-insert): Remove superfluous backslash.
1871 (skeleton-insert): Doc fix.
1872 (skeleton-insert): Reflow docstring.
1873
1874 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
1875 (tty-color-approximate, tty-color-by-index, tty-color-values)
1876 (tty-color-desc): Remove superfluous backslashes.
1877
1878 2014-03-21 Glenn Morris <rgm@gnu.org>
1879
1880 * cus-start.el (history-length): Bump :version.
1881
1882 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
1883 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
1884 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
1885 Don't set `make-backup-files'.
1886
1887 * info.el (info--prettify-description): New function,
1888 to give info-finder descriptions consistent case, punctuation.
1889 (Info-finder-find-node): Use it. Sort packages.
1890 Refer to "description" rather than "commentary".
1891
1892 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
1893
1894 * frameset.el (frameset--print-register): New function.
1895 (frameset-to-register): Use it.
1896
1897 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * progmodes/hideif.el (hif-string-to-number): New function.
1900 (hif-tokenize): Use it to understand non-decimal floats.
1901
1902 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
1903
1904 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
1905
1906 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * electric.el (electric-newline-and-maybe-indent): New command.
1909 Bind it globally to C-j.
1910 (electric-indent-mode): Don't mess with the global map any more.
1911 Don't drop the post-self-insert-hook is some buffer is still using it
1912 (bug#16770).
1913
1914 * bindings.el (global-map): Remove C-j binding.
1915
1916 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
1917 the docstring of functions advised before dumping (bug#16993).
1918
1919 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
1920
1921 * ps-print.el (ps-generate-postscript-with-faces):
1922 Explicitly deactivate the mark (bug#16866).
1923 * simple.el (deactivate-mark): Update region highlight.
1924
1925 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
1926
1927 * emacs-lisp/package.el (describe-package-1):
1928 Decode commentary (bug#16733).
1929
1930 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
1931
1932 * custom.el (defcustom): Doc fix: recommend avoiding destructive
1933 modification of the value argument of :set (bug#16755).
1934
1935 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
1936
1937 * simple.el (newline-and-indent): Do autofill (bug#17031).
1938
1939 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
1940
1941 * newcomment.el (comment-normalize-vars): Only add escaping check
1942 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
1943 (comment-beginning): Use `narrow-to-region' instead of moving back
1944 one character.
1945 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
1946 (comment-start-skip): Update the docstring.
1947
1948 2014-03-18 Richard Stallman <rms@gnu.org>
1949
1950 * dired.el (dired-display-file): Force use of other window.
1951
1952 2014-03-18 Daniel Colascione <dancol@dancol.org>
1953
1954 * startup.el (tty-handle-args): Remove debug message from 2007.
1955
1956 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
1957
1958 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
1959 (advice--make-interactive-form): Use it to avoid (auto)loading function.
1960 (advice--make-1, advice-add, advice-remove):
1961 Remove braindead :advice-pending hack.
1962
1963 2014-03-17 Glenn Morris <rgm@gnu.org>
1964
1965 * calendar/calendar.el (calendar-generate-month): Apply weekend
1966 face to the right days; fixes 2013-08-06 change. (Bug#17028)
1967
1968 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
1969
1970 * net/tramp.el (tramp-action-out-of-band): Read pending output.
1971 (tramp-call-process): Trace also DESTINATION.
1972
1973 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
1974 Quote file names when they are local. Remove superfluous trace.
1975
1976 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
1977
1978 * newcomment.el (comment-beginning): If `comment-start-skip'
1979 doesn't match, move back one char and try again. (Bug#16971)
1980
1981 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1982 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
1983 Set `comment-start-skip' to a simpler value that doesn't try to
1984 check if the semicolon is escaped (this is handled by
1985 `syntax-ppss' now). (Bug#16971)
1986
1987 * progmodes/scheme.el (scheme-mode-variables): Same.
1988
1989 2014-03-16 Martin Rudalics <rudalics@gmx.at>
1990
1991 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
1992 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
1993 current (Bug#16816, Bug#17007).
1994 (with-current-buffer-window): New macro doing the same as
1995 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
1996 * help.el (help-print-return-message): Warn in doc-string to not
1997 use this in `with-help-window'.
1998 (describe-bindings-internal): Call `describe-buffer-bindings'
1999 from within help buffer. See Juanma's scenario in (Bug#16816).
2000 (with-help-window): Update doc-string.
2001 * dired.el (dired-mark-pop-up):
2002 * files.el (save-buffers-kill-emacs):
2003 * register.el (register-preview): Use `with-current-buffer-window'
2004 instead of `with-temp-buffer-window'.
2005
2006 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
2009 Implement inserting into current buffer, documented in their docstrings.
2010 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
2011 (rst-section-tree-point, rst-forward-section, rst-indent)
2012 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
2013 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
2014 (rst-font-lock-handle-adornment-pre-match-form)
2015 (rst-repeat-last-character): Reflow docstrings.
2016 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
2017 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
2018 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
2019 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
2020 Fix docstring typos.
2021 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
2022 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
2023 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
2024
2025 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
2026
2027 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
2028 for compatibility with other ports.
2029 (ns-initialize-window-system): Use it. It is set in term/common-win.el
2030 from the -xrm command line argument, but in the Nextstep port its value
2031 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
2032
2033 * progmodes/python.el (defconst, python-syntax-count-quotes)
2034 (python-indent-region, python-indent-shift-right)
2035 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
2036 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
2037 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
2038 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
2039 (inferior-python-mode, python-shell-make-comint, run-python-internal)
2040 (python-shell-buffer-substring, python-shell-send-buffer)
2041 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
2042 (python-completion-complete-at-point, python-fill-docstring-style)
2043 (python-eldoc-function, python-imenu-format-item-label)
2044 (python-imenu-format-parent-item-label)
2045 (python-imenu-format-parent-item-jump-label)
2046 (python-imenu--build-tree, python-imenu-create-index)
2047 (python-imenu-create-flat-index): Fix docstring typos.
2048 (python-indent-context, python-shell-prompt-regexp, run-python):
2049 Remove superfluous backslashes.
2050 (python-indent-line, python-nav-beginning-of-defun)
2051 (python-shell-get-buffer, python-shell-get-process)
2052 (python-info-current-defun, python-info-current-line-comment-p)
2053 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
2054 (python-indent-post-self-insert-function, python-shell-send-file)
2055 (python-shell-completion-get-completions)
2056 (python-shell-completion-complete-or-indent)
2057 (python-eldoc--get-doc-at-point): Reflow docstrings.
2058
2059 2014-03-14 Glenn Morris <rgm@gnu.org>
2060
2061 * emacs-lisp/package.el (package-menu-mode-map):
2062 Replace use of obsolete function alias. Tweak menu item text.
2063
2064 * info.el (Info-finder-find-node):
2065 Ignore the `emacs' metapackage. (Bug#10813)
2066
2067 * finder.el (finder-list-matches): Include unversioned packages
2068 in the result of a keyword search.
2069
2070 * finder.el (finder--builtins-descriptions): New constant.
2071 (finder-compile-keywords): Use finder--builtins-descriptions.
2072
2073 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
2074
2075 * simple.el (blink-matching-paren): Describe the new value,
2076 `jump', enabling the old behavior.
2077 (blink-matching-open): Use that value. (Bug#17008)
2078
2079 2014-03-14 Glenn Morris <rgm@gnu.org>
2080
2081 * finder.el (finder-no-scan-regexp): Add leim-list.
2082 (finder-compile-keywords):
2083 Don't skip files with same basename. (Bug#14010)
2084 * Makefile.in (setwins_finder): New, excluding leim.
2085 (finder-data): Use setwins_finder.
2086
2087 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
2088 (help-function-arglist, help-make-usage): Move from here...
2089 * help.el (help-split-fundoc, help-add-fundoc-usage)
2090 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
2091 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
2092
2093 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
2094
2095 * net/socks.el (socks, socks-override-functions)
2096 (socks-find-services-entry):
2097 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
2098 (hif-find-ifdef-block):
2099 * progmodes/modula2.el (m2-indent): Fix docstring typos.
2100
2101 * net/tls.el (tls-program): Reflow docstring.
2102
2103 * progmodes/pascal.el (pascal-mode-abbrev-table)
2104 (pascal-imenu-generic-expression, pascal-auto-endcomments)
2105 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
2106 (pascal-outline-mode): Fix docstring typos.
2107 (pascal-mode): Let define-derived-mode document mode hook.
2108 (pascal-uncomment-area): Reflow.
2109 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
2110
2111 * progmodes/opascal.el (opascal-compound-block-indent)
2112 (opascal-case-label-indent): Fix docstring typos.
2113 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
2114
2115 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
2116
2117 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2118 Fontify multiple adjacent negation chars. (Bug#17004)
2119
2120 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
2121
2122 * emacs-lisp/package.el (package--prepare-dependencies):
2123 Accept requirements without explicit version (bug#14941).
2124
2125 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2126
2127 * register.el (register-separator, copy-to-register): Doc fixes.
2128 (register-preview-default): Remove unnecessary call to concat.
2129
2130 * frameset.el (frameset-restore): When checking for a visible frame,
2131 use the action map instead of calling visible-frame-list.
2132
2133 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
2134
2135 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
2136
2137 2014-03-12 Martin Rudalics <rudalics@gmx.at>
2138
2139 * window.el (fit-frame-to-buffer): Get maximum width from
2140 display's width instead of height.
2141
2142 2014-03-12 Glenn Morris <rgm@gnu.org>
2143
2144 * desktop.el (desktop-restore-frames)
2145 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
2146 (desktop-restore-reuses-frames): Doc tweaks.
2147
2148 * electric.el (electric-indent-mode): Doc fix.
2149
2150 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2151
2152 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
2153 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
2154 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
2155 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
2156 (cvs-dired-use-hook): Fix docstring typos.
2157 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
2158 Doc fixes.
2159
2160 * vc/pcvs-defs.el (cvs-auto-remove-handled)
2161 (cvs-auto-remove-directories, cvs-default-ignore-marks)
2162 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
2163 (cvs-execute-single-dir): Fix docstring typos.
2164
2165 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
2166 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
2167
2168 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
2169
2170 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
2171 Fix docstring typos.
2172
2173 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
2174
2175 * frameset.el (frameset--jump-to-register): Add autoload; it could be
2176 called from jump-to-register after unloading the frameset package.
2177
2178 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
2181 (bug#16975). Deactivate the mark before setting it to nil.
2182 (activate-mark): Do nothing if region is already active.
2183
2184 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * frameset.el (frameset--target-display): Remove definition; declare.
2187 (frameset-save, frameset-restore): Let-bind frameset--target-display.
2188
2189 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
2192 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
2193 when the advice is pending.
2194 (advice-remove): Remove this marker when not needed any more.
2195
2196 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * frameset.el: Separate options for reusing frames and cleaning up.
2199 (frameset--reuse-list): Remove definition; declare.
2200 (frameset--action-map): Declare.
2201 (frameset--find-frame-if): Doc fix.
2202 (frameset--restore-frame): Cache frame action.
2203 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
2204 how to clean up the frame list after restoring. Remove cleaning
2205 options from REUSE-FRAMES. Change all keyword values to symbols.
2206 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
2207
2208 * desktop.el (desktop-restore-forces-onscreen)
2209 (desktop-restore-reuses-frames): Use non-keyword values.
2210 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
2211
2212 2014-03-10 Glenn Morris <rgm@gnu.org>
2213
2214 * files.el (find-file): Doc fix: update info node name.
2215
2216 * emacs-lisp/advice.el (ad-add-advice, defadvice):
2217 Doc fix: remove references to deleted info nodes.
2218
2219 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
2220
2221 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
2222 Do not add `nil' to the environment, when there's no remote `locale'.
2223 (tramp-find-inline-encoding): Check, that the remote host has
2224 installed perl, before sending scripts.
2225
2226 2014-03-10 Leo Liu <sdl.web@gmail.com>
2227
2228 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
2229 Clear eldoc-last-message. (Bug#16920)
2230
2231 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2232
2233 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
2234 (bug#14430).
2235
2236 2014-03-09 Juri Linkov <juri@jurta.org>
2237
2238 * ansi-color.el (ansi-color-names-vector): Copy default colors
2239 from `xterm-standard-colors' that look well on the default white
2240 background (and also on the black background) to avoid illegible
2241 color combinations like yellow-on-white and white-on-white.
2242 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
2243
2244 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
2245
2246 * frameset.el (frameset-restore): When no frame is visible, do not
2247 generate a list of frames, just make visible the selected one.
2248
2249 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
2250
2251 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
2252 it only contains the repository root. (Bug#16897)
2253
2254 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
2255
2256 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
2257 only when `remote-file-name-inhibit-cache' is nil.
2258 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
2259
2260 2014-03-06 Martin Rudalics <rudalics@gmx.at>
2261
2262 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
2263 Fix doc-strings.
2264 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
2265 fit-frame-to-buffer variable. Fix doc-string.
2266 (fit-window-to-buffer): Set ONLY argument in call of
2267 fit-frame-to-buffer. Fix doc-string.
2268
2269 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
2270
2271 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
2272 (tramp-action-password): Clear password cache if needed.
2273 (tramp-read-passwd): Do not clear password cache.
2274
2275 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
2276 cache unless it is the first password request.
2277
2278 2014-03-06 Glenn Morris <rgm@gnu.org>
2279
2280 * simple.el (newline): Doc tweak.
2281
2282 * emacs-lisp/shadow.el (load-path-shadows-find):
2283 Ignore dir-locals. (Bug#12357)
2284
2285 2014-03-05 Glenn Morris <rgm@gnu.org>
2286
2287 * files.el (interpreter-mode-alist):
2288 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
2289
2290 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2291
2292 * frameset.el (frameset--initial-params): Filter out null entries.
2293
2294 2014-03-05 Martin Rudalics <rudalics@gmx.at>
2295
2296 * window.el (window-min-height, window-min-width):
2297 Rewrite doc-strings.
2298 (window-body-size): Add PIXELWISE argument to make it consistent
2299 with its callees.
2300
2301 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * finder.el (finder-mode-map, finder-mode-syntax-table):
2304 Revert part of 2014-02-28 change.
2305
2306 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
2307
2308 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
2309 (eww-setup-buffer): Clear next/prev/etc more reliably.
2310 (eww-textarea-map): [tab] doesn't work on tty.
2311 Reported by Mario Lang.
2312
2313 * net/shr.el (shr-map): Ditto.
2314
2315 2014-03-04 Glenn Morris <rgm@gnu.org>
2316
2317 * minibuffer.el (completion-hilit-commonality):
2318 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
2319
2320 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2321
2322 * hilit-chg.el (hilit-chg-unload-function): New function.
2323 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
2324 (hilit-chg-map-changes): Prefer cardinal number to digit.
2325 (hilit-chg-display-changes): Reflow docstring.
2326 (highlight-changes-rotate-faces): Remove superfluous backslash.
2327
2328 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
2329
2330 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
2331 `tramp-send-command-and-check'.
2332
2333 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * hexl.el (hexl-address-region, hexl-ascii-region)
2336 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
2337 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
2338 (hexl-forward-word, hexl-previous-line, hexl-next-line):
2339 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
2340 (hexl-mode): Doc fix.
2341 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
2342 (hexl-mode-ruler): Fix typos in docstrings.
2343
2344 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
2345 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
2346 Remove superfluous backslashes.
2347 (strokes-last-stroke, strokes-global-map, strokes-mode):
2348 Reflow docstrings.
2349 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
2350 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
2351 (strokes-distance-squared, strokes-global-set-stroke)
2352 (strokes-global-set-stroke-string): Doc fixes.
2353 (strokes-help): Fix typos; reflow docstring.
2354
2355 2014-03-04 Martin Rudalics <rudalics@gmx.at>
2356
2357 * window.el (window-in-direction): Fix doc-string.
2358
2359 2014-03-04 Glenn Morris <rgm@gnu.org>
2360
2361 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
2362 Explicit error if no grammar.
2363 (smie-config-save): Doc fix. Fix quote typo.
2364
2365 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2366
2367 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
2368 electric-indent-mode-hook if we obey electric-indent-mode.
2369 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
2370 decide whether we obey electric-indent-mode.
2371 (c-change-set-fl-decl-start, c-extend-after-change-region):
2372 Silence warnings.
2373 (c-electric-indent-mode-hook): Assume we do want to obey
2374 electric-indent-mode.
2375
2376 * electric.el (electric-indent-mode-has-been-called): Remove.
2377 (electric-indent-mode): Fix accordingly.
2378
2379 * files.el (hack-local-variables): Mention file name in warning.
2380
2381 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
2382
2383 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
2384
2385 * bindings.el: Add comment describing why C-d binds to `delete-char'.
2386 * simple.el (delete-forward-char): Mark as interactive-only.
2387
2388 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
2389
2390 * icomplete.el (icomplete-completions):
2391 Follow-up to 2014-03-01 change.
2392
2393 * icomplete.el: Miscellaneous doc fixes.
2394 Use Icomplete everywhere instead of icomplete for consistency.
2395 (icomplete-max-delay-chars): Fix typo.
2396 (icomplete-mode): Use \[].
2397 (icomplete-tidy, icomplete-exhibit): Reflow.
2398 (icomplete-minibuffer-setup-hook, icomplete-completions):
2399 Remove superfluous backlashes.
2400
2401 * ido.el: Miscellaneous doc fixes.
2402 Use Ido everywhere instead of ido or `ido' for consistency.
2403 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
2404 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
2405 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
2406 (ido-separator): Extract obsolescence info from docstring and declare
2407 with make-obsolete-variable.
2408 (ido-minibuffer-setup-hook): Simplify example.
2409 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
2410 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
2411 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
2412 (ido-everywhere): Reflow docstring.
2413 (ido-toggle-vc): Doc fix.
2414 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
2415 of long list of keybindings.
2416
2417 2014-03-03 Glenn Morris <rgm@gnu.org>
2418
2419 * frame.el (display-pixel-height, display-pixel-width)
2420 (display-mm-dimensions-alist, display-mm-height)
2421 (display-mm-width): Doc tweaks.
2422
2423 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
2424
2425 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
2426 case of undo in region.
2427
2428 2014-03-02 Martin Rudalics <rudalics@gmx.at>
2429
2430 * window.el (fit-window-to-buffer): Fix argument in window-size
2431 call when window is horizontally combined.
2432
2433 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * icomplete.el (icomplete-completions): Use string-width.
2436 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2437
2438 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
2439
2440 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2441 Highlight regexp options. (Bug#16914)
2442
2443 2014-03-01 Martin Rudalics <rudalics@gmx.at>
2444
2445 * window.el (window--max-delta-1): Round down when calculating
2446 how many lines/columns we can get from a window.
2447
2448 2014-03-01 Glenn Morris <rgm@gnu.org>
2449
2450 * isearch.el (search-invisible): Doc fix.
2451
2452 * minibuffer.el (completion-hilit-commonality):
2453 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
2454 * comint.el (comint-dynamic-list-completions): Doc fix.
2455 * comint.el (comint-dynamic-list-completions):
2456 * filecache.el (file-cache-minibuffer-complete):
2457 * tempo.el (tempo-display-completions):
2458 * eshell/em-hist.el (eshell-list-history):
2459 Replace use of obsolete argument of display-completion-list.
2460
2461 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
2462
2463 * icomplete.el (icomplete-completions):
2464 Revert back to using "..." when ?… cannot be displayed.
2465
2466 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2467
2468 * finder.el (finder-unload-function): New function.
2469
2470 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
2471
2472 * dframe.el (dframe-detach):
2473 * find-dired.el (find-dired, find-name-dired):
2474 * finder.el (finder-mode-map, finder-mode-syntax-table)
2475 (finder-headmark, finder-select, finder-mouse-select):
2476 Fix docstring typos.
2477
2478 2014-02-28 Martin Rudalics <rudalics@gmx.at>
2479
2480 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
2481 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
2482 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
2483 Fix doc-string based on a suggestion by Nicolas Richard
2484 <theonewiththeevillook@yahoo.fr>.
2485 * help.el (with-help-window): Fix doc-string.
2486
2487 2014-02-28 Ivan Kanis <ivan@kanis.fr>
2488
2489 * net/shr.el (shr-image-animate): New option.
2490 (shr-put-image): Respect shr-image-animate.
2491
2492 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
2493
2494 * net/tramp-adb.el (tramp-adb-parse-device-names):
2495 Use `accept-process-output'.
2496 (tramp-adb-handle-file-truename): Cache the localname only.
2497 (tramp-adb-handle-make-directory)
2498 (tramp-adb-handle-delete-directory): Flush file properties correctly.
2499 (tramp-adb-handle-set-file-modes): Do not raise an error when file
2500 modes cannot be changed.
2501
2502 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
2503 file properties of symlinks.
2504
2505 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
2506
2507 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
2508 required/optional fields to match development biblatex. (Bug#16781)
2509
2510 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
2511
2512 * saveplace.el (toggle-save-place):
2513 Fix argument handling. (Bug#16673)
2514
2515 2014-02-28 Glenn Morris <rgm@gnu.org>
2516
2517 * minibuffer.el (completions-first-difference)
2518 (completions-common-part, completion-hilit-commonality): Doc fixes.
2519
2520 2014-02-28 Karl Berry <karl@gnu.org>
2521
2522 * info.el (Info-mode-map): Add H for describe-mode,
2523 to synchronize with standalone Info.
2524
2525 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
2526
2527 * progmodes/sql.el (sql-interactive-mode):
2528 Avoid setting global comint-input-ring-separator. (Bug#16814)
2529
2530 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2531
2532 * net/dbus.el (dbus--init-bus): Declare function.
2533 (dbus-path-local, dbus-interface-local): New defconst.
2534 (dbus-init-bus): Use them.
2535 (dbus-return-values-table): Extend doc.
2536 (dbus-handle-bus-disconnect): Extend error message.
2537
2538 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
2539
2540 * subr.el (y-or-n-p): Fix double space issue in message.
2541
2542 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
2543
2544 * net/tramp.el (tramp-call-process): Improve trace message.
2545 (tramp-handle-insert-file-contents): Trace error case.
2546
2547 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2548 <insert-directory>: Use `tramp-handle-insert-directory'.
2549 (tramp-adb-handle-insert-directory): Remove function.
2550 (tramp-adb-send-command-and-check): New defun, replacing
2551 `tramp-adb-command-exit-status'. Change all callees.
2552 (tramp-adb-handle-file-attributes)
2553 (tramp-adb-handle-directory-files-and-attributes): Use it.
2554 (tramp-adb-ls-output-name-less-p):
2555 Use `directory-listing-before-filename-regexp'.
2556 (tramp-adb-handle-delete-directory): Flush also file properties of
2557 the truename of directory.
2558 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
2559 (tramp-adb-handle-file-local-copy): Make the local copy readable.
2560 (tramp-adb-handle-write-region): Implement APPEND.
2561 (tramp-adb-handle-rename-file): Make it more robust. Flush file
2562 properties correctly.
2563 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
2564 variables. Check for connected devices only when needed.
2565
2566 2014-02-27 Glenn Morris <rgm@gnu.org>
2567
2568 * minibuffer.el (completion-table-dynamic)
2569 (completion-table-with-cache): Doc fixes.
2570
2571 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
2572 (completing-read-multiple): Doc fixes.
2573
2574 2014-02-27 Daniel Colascione <dancol@dancol.org>
2575
2576 * minibuffer.el (completion--nth-completion): Fix indentation.
2577
2578 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
2579 explicit tramp path is empty.
2580
2581 2014-02-27 Glenn Morris <rgm@gnu.org>
2582
2583 * emacs-lisp/crm.el (completing-read-multiple):
2584 Empower help-enable-auto-load.
2585
2586 2014-02-26 Glenn Morris <rgm@gnu.org>
2587
2588 * startup.el (command-line): Don't init the tty in daemon mode.
2589
2590 Avoid calling tty-setup-hook twice, eg if a term file
2591 explicitly calls tty-run-terminal-initialization. (Bug#16859)
2592 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
2593 (tty-create-frame-with-faces): Use it.
2594 * startup.el (command-line): Pass run-hook argument
2595 to tty-run-terminal-initialization.
2596
2597 * dired.el (dired-restore-desktop-buffer): Demote errors;
2598 eg in case a glob match fails. (Bug#16884)
2599
2600 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
2601
2602 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
2603 error from `read-from-string'. (Bug#16850)
2604
2605 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
2606 result of `completing-read' in the interactive form. (Bug#16854)
2607
2608 2014-02-25 Glenn Morris <rgm@gnu.org>
2609
2610 * image.el (image-animate, image-animate-timeout):
2611 Stop animating images in dead buffers. (Bug#16878)
2612
2613 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
2614
2615 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
2616 Doc fixes.
2617 * startup.el (term-setup-hook): Doc fix. Make obsolete.
2618 * term/sun.el (sun-raw-prefix-hooks):
2619 Use tty-setup-hook instead of term-setup-hook.
2620 (terminal-init-sun): Construct message from bytecomp plist.
2621 * term/wyse50.el (enable-arrow-keys): Doc fix.
2622
2623 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2624
2625 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
2626 Fix docstring typos.
2627
2628 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
2629
2630 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
2631
2632 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2633
2634 * minibuffer.el (completion--try-word-completion):
2635 Fix error when completing M-x commands (bug#16808).
2636
2637 2014-02-24 Leo Liu <sdl.web@gmail.com>
2638
2639 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
2640
2641 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * apropos.el (apropos-print): Avoid formatting error when
2644 apropos-do-all and apropos-compact-layout are both t.
2645
2646 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2647
2648 * apropos.el (apropos-property, apropos-all-words-regexp)
2649 (apropos-true-hit, apropos-variable, apropos-print):
2650 Fix docstring typos, and remove obsolete comment.
2651
2652 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
2653
2654 * net/tramp-sh.el (tramp-sh-handle-file-truename):
2655 Preserve trailing "/". (Bug#16851)
2656
2657 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
2658
2659 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
2660 after `=>' (bug#16811).
2661 (ruby-smie-rules): Handle the inconsistent second element of the
2662 list returned by `smie-indent--parent'.
2663 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
2664 method call.
2665
2666 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
2667
2668 * elec-pair.el (electric-pair-text-syntax-table)
2669 (electric-pair-syntax-info, electric-pair--syntax-ppss)
2670 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
2671 (electric-pair--looking-at-unterminated-string-p): Doc fix.
2672 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
2673
2674 2014-02-22 Glenn Morris <rgm@gnu.org>
2675
2676 * imenu.el (imenu--generic-function): Doc fix.
2677
2678 * register.el (frame-configuration-to-register): Make obsolete.
2679
2680 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
2681
2682 * desktop.el (desktop-save-buffer-p): Do not fail when
2683 desktop-files-not-to-save is nil. Return t for true result
2684 as the doc says.
2685
2686 2014-02-22 Daniel Colascione <dancol@dancol.org>
2687
2688 * net/secrets.el (secrets-create-item, secrets-search-items):
2689 Check that attribute values are strings, avoiding the construction
2690 of invalid dbus messages.
2691
2692 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2693
2694 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
2695 defun-declarations-alist.
2696
2697 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2698
2699 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
2700 (bug#16829).
2701
2702 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2703
2704 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
2705 (whitespace-newline, whitespace-trailing, whitespace-line)
2706 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2707 (whitespace-space-after-tab): Fix typo in docstrings.
2708
2709 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
2710
2711 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
2712
2713 * electric.el (electric-indent-functions-without-reindent):
2714 Add `yaml-indent-line'.
2715
2716 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
2719 It has done nothing for years; should be removed after the release.
2720
2721 * simple.el (choose-completion): Fix docstring typo.
2722 (read-quoted-char-radix): Remove unneeded * in docstring.
2723 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
2724 Don't escape parentheses unnecessarily in docstrings.
2725
2726 2014-02-21 Martin Rudalics <rudalics@gmx.at>
2727
2728 Fix handling of window-min-height/-width (Bug#16738).
2729 * window.el (window--dump-window, window--dump-frame):
2730 New functions.
2731 (window--min-size-1): Account for window dividers.
2732 When window-resize-pixelwise is nil, delay rounding till after the
2733 sum of the window components has been calculated.
2734 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
2735 nil make sure at least one text line and two text columns remain
2736 fully visible.
2737 (window-resize): Signal an error when window-resize-apply fails.
2738 (window--resize-child-windows): Fix calculation of by how many
2739 pixels a window can still be shrunk via window-new-normal.
2740 (adjust-window-trailing-edge): Call window--resizable with
2741 correct TRAIL argument.
2742
2743 (with-temp-buffer-window): Don't evaluate BODY within
2744 with-current-buffer (Bug#16816).
2745
2746 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
2747
2748 * net/tramp.el (tramp-check-cached-permissions):
2749 Call `file-attributes' with `suffix' being a symbol but a string.
2750
2751 2014-02-21 Daniel Colascione <dancol@dancol.org>
2752
2753 * net/dbus.el (dbus-init-bus-1): Declare new subr.
2754 (dbus-init-bus): New function: call into dbus-init-bus-1
2755 and installs a handler for the disconnect signal.
2756 (dbus-call-method): Rewrite to look for result in cons.
2757 (dbus-call-method-handler): Store result in cons.
2758 (dbus-check-event): Recognize events with nil sender as valid.
2759 (dbus-handle-bus-disconnect): New function. React to bus
2760 disconnection signal by synthesizing dbus error for each
2761 pending synchronous or asynchronous call.
2762 (dbus-notice-synchronous-call-errors): New function.
2763 (dbus-handle-event): Raise errors directly only when `dbus-debug'
2764 is true, not all the time.
2765
2766 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
2767
2768 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
2769 Remove obsolescence declarations, these variables do not exist anymore.
2770
2771 * savehist.el (savehist-save-minibuffer-history)
2772 (savehist-additional-variables, savehist-file, savehist-mode-hook)
2773 (savehist-save-hook, savehist-coding-system, savehist-loaded)
2774 (savehist-load, savehist-install, savehist-autosave): Fix typos;
2775 mostly, refer to "Savehist mode" when talking about the mode,
2776 and not the function.
2777
2778 * saveplace.el (save-place): Remove redundant info in docstring.
2779 (save-place-forget-unreadable-files, toggle-save-place)
2780 (save-place-forget-unreadable-files, save-place-dired-hook):
2781 Fix typos and remove unneeded backslashes.
2782
2783 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
2784
2785 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
2786 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
2787
2788 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2789 <insert-directory>: Use `tramp-handle-insert-directory'.
2790 (tramp-gvfs-handle-insert-directory): Remove function.
2791
2792 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
2793 Call `tramp-handle-insert-directory'.
2794
2795 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
2796
2797 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
2798 before the start of buffer/region (bug#16799).
2799
2800 2014-02-20 Glenn Morris <rgm@gnu.org>
2801
2802 * isearch.el (search-invisible): Doc fix.
2803
2804 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
2805
2806 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
2807 (bug#16657).
2808
2809 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2810
2811 * frameset.el (frameset-restore): Delay removing an old frame's
2812 duplicate id until the new frame has been correctly created.
2813
2814 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
2815
2816 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
2817 (tramp-check-cached-permissions): Call `file-attributes' if the
2818 cache is empty.
2819
2820 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
2821 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2822
2823 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
2824 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
2825 (tramp-gvfs-maybe-open-connection): Set always connection
2826 properties, even if target is mounted already.
2827
2828 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
2829 Set tramp-autoload cookie.
2830 (tramp-get-remote-touch): New defun.
2831 (tramp-sh-handle-set-file-times): Use it.
2832 (tramp-sh-handle-directory-files-and-attributes):
2833 Use `tramp-handle-directory-files-and-attributes' if neither stat
2834 nor perl are available on the remote host.
2835
2836 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
2837 "/". Write long listing only when "l" belongs to the switches.
2838
2839 * net/trampver.el: Update release number.
2840
2841 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
2842
2843 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
2844
2845 2014-02-19 Martin Rudalics <rudalics@gmx.at>
2846
2847 * window.el (window-state-put): Allow WINDOW to refer to an
2848 internal window (Bug#16793).
2849
2850 2014-02-19 Glenn Morris <rgm@gnu.org>
2851
2852 * textmodes/remember.el: Move provide statement to end.
2853 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
2854 (remember-notes): Doc fixes.
2855
2856 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2857
2858 * delsel.el (delete-char): Restore incorrectly erased property
2859 (bug#16795).
2860
2861 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
2862
2863 * frameset.el (frameset--restore-frame): When a frame is being reused
2864 and its root window is not alive, delete all the frame's windows before
2865 restoring the window state. This works around the issue in bug#16793.
2866
2867 2014-02-18 Glenn Morris <rgm@gnu.org>
2868
2869 * textmodes/remember.el (remember-data-directory)
2870 (remember-directory-file-name-format, remember-store-in-files)
2871 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
2872 (remember-notes-save-and-bury-buffer)
2873 (remember-notes--kill-buffer-query): Doc fixes.
2874
2875 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
2876
2877 2014-02-17 Alan Mackenzie <acm@muc.de>
2878
2879 Connect electric-indent-mode up with CC Mode. Bug #15478.
2880 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
2881 to electric-indent-{,local-}-mode.
2882 (c-basic-common-init): Set electric-indent-inhibit.
2883 Initialise c-electric-flag from electric-indent-mode.
2884 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
2885 New hook functions which propagate electric-indent-mode to CC mode.
2886
2887 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
2888 hit, toggle electric-indent-local-mode.
2889
2890 * electric.el (electric-indent-mode-has-been-called):
2891 New variable.
2892
2893 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
2894
2895 * frameset.el (frameset-cfg-id): New function.
2896 (frameset--reuse-frame, frameset-restore): Use it.
2897 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
2898
2899 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
2900
2901 * ido.el (ido-file-internal): Remove unused var `d'.
2902 Use \` for to match BoS. Fit within 80n columns.
2903
2904 2014-02-17 Daniel Colascione <dancol@dancol.org>
2905
2906 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
2907 dbus-call-method check for completion using a busy-wait loop with
2908 gradual backoff.
2909
2910 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
2911
2912 Sync with Tramp 2.2.9.
2913
2914 * net/trampver.el: Update release number.
2915
2916 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
2917
2918 * ido.el (ido-file-internal): Don't add the name of an existing
2919 directory twice. (Bug#16747)
2920
2921 2014-02-16 Glenn Morris <rgm@gnu.org>
2922
2923 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
2924 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
2925
2926 2014-02-15 Michael R. Mauger <michael@mauger.com>
2927
2928 * progmodes/sql.el: Version 3.4
2929 (sql-oracle-options): New default value ("-L").
2930 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
2931 (sql-placeholders-filter): Correct placeholder pattern.
2932 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
2933 (sql-login-delay): New variable.
2934 (sql-product-interactive): Use it.
2935
2936 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
2937
2938 * frameset.el (frameset--jump-to-register): Check that buffer is live
2939 (bug#16749).
2940
2941 2014-02-15 Glenn Morris <rgm@gnu.org>
2942
2943 * info.el (info-initialize): Revert 2014-01-10 change.
2944
2945 2014-02-14 Glenn Morris <rgm@gnu.org>
2946
2947 * replace.el (map-query-replace-regexp)
2948 (read-regexp-defaults-function, read-regexp): Doc fixes.
2949
2950 * dired.el (dired-read-regexp):
2951 * faces.el (list-faces-display):
2952 * misearch.el (multi-isearch-read-matching-buffers)
2953 (multi-isearch-read-matching-files):
2954 * play/cookie1.el (cookie-apropos):
2955 * progmodes/grep.el (grep-read-regexp): Doc fixes.
2956
2957 * textmodes/remember.el (remember): Use frameset-to-register
2958 rather than frame-configuration-to-register.
2959
2960 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
2961
2962 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
2963 incorrect keybinding.
2964
2965 2014-02-13 Daniel Colascione <dancol@dancol.org>
2966
2967 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
2968 when adding overlays so that line numbers from compiler match line
2969 numbers we use.
2970
2971 2014-02-13 Glenn Morris <rgm@gnu.org>
2972
2973 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
2974
2975 * jit-lock.el (jit-lock-mode): Doc fix.
2976
2977 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * apropos.el (apropos-read-pattern): When the user passes an empty
2980 string, give a more helpful error message than "Wrong type
2981 argument: stringp, nil".
2982
2983 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
2986
2987 2014-02-13 Glenn Morris <rgm@gnu.org>
2988
2989 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
2990
2991 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
2994 shift-select commands.
2995
2996 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
2997
2998 * progmodes/js.el (js-indent-line): Don't widen.
2999 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
3000
3001 2014-02-12 Glenn Morris <rgm@gnu.org>
3002
3003 * icomplete.el (icomplete): Add info-link to defgroup.
3004 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
3005 (icomplete-minibuffer-map, icomplete-mode)
3006 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
3007
3008 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
3009 (package-menu-filter): Rename from package-menu-filter-interactive.
3010 Doc fix.
3011
3012 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
3013
3014 * frameset.el (frameset--jump-to-register): Select the required
3015 window and buffer before restoring position (bug#16696).
3016
3017 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
3018
3019 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
3020
3021 2014-02-10 Glenn Morris <rgm@gnu.org>
3022
3023 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
3024
3025 2014-02-10 Eli Zaretskii <eliz@gnu.org>
3026
3027 * w32-common-fns.el (x-get-selection): Doc fix.
3028 * select.el (x-get-selection): Doc fix. (Bug#15109)
3029
3030 * face-remap.el (face-remap-add-relative)
3031 (face-remap-remove-relative, face-remap-reset-base)
3032 (face-remap-set-base): Call force-mode-line-update to redisplay
3033 the current buffer due to potential change in faces. (Bug#16709)
3034
3035 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
3036
3037 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
3038 script more robustly.
3039
3040 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
3041
3042 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
3043
3044 * simple.el (choose-completion): Doc fix (bug#14160).
3045
3046 * subr.el (event-start): Say what a nil EVENT value means.
3047
3048 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
3049 (bug#14197).
3050
3051 * progmodes/grep.el (find-program): Doc fix (bug#14289).
3052
3053 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
3054
3055 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
3056
3057 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
3058 predicate function (bug#15455).
3059
3060 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
3061
3062 * ielm.el (inferior-emacs-lisp-mode): Instead of
3063 `comment-use-global-state', set `comment-use-syntax'.
3064
3065 2014-02-10 Glenn Morris <rgm@gnu.org>
3066
3067 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
3068
3069 2014-02-09 Alan Mackenzie <acm@muc.de>
3070
3071 Fix c-invalidate-state-cache on narrowed buffers.
3072 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
3073 Widen when setting and clearing the CPP delimiter properties.
3074
3075 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
3076
3077 * help.el (describe-bindings): Doc fix (bug#9888).
3078
3079 * files.el (save-buffer): Use ARG as the parameter name for
3080 consistency (bug#10346).
3081 (save-buffer): Clarify the 0 argument (bug#10346).
3082
3083 * cus-edit.el (customize-apropos): Fix error string.
3084 (custom-buffer-create): Doc fix (bug#11122).
3085 (custom-sort-items): Doc fix (bug#11121).
3086
3087 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
3088
3089 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
3090 (icomplete-simple-completing-p): Mention the previous variable.
3091
3092 * font-lock.el (font-lock-value-in-major-mode): Clarify the
3093 meaning of the parameter (bug#12282).
3094
3095 * files.el (find-file-noselect): Clarify prompt when changing
3096 readedness (bug#13261).
3097 (locate-file): Suffixes aren't returned, so don't say that they
3098 are (bug#12674).
3099 (backup-inhibited): Doc clarification (bug#12525).
3100
3101 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
3102 before we actually start to delete things (bug#16331).
3103
3104 * subr.el (event-start): Doc fix (bug#14228).
3105 (event-end): Ditto.
3106
3107 2014-02-09 Glenn Morris <rgm@gnu.org>
3108
3109 * emacs-lisp/warnings.el (lwarn):
3110 Empower help-enable-auto-load. (Bug#15940)
3111
3112 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
3113
3114 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
3115 (Bug#16690)
3116
3117 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
3118
3119 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
3120 Insert output at end of buffer. (Bug#16120)
3121
3122 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3123
3124 * simple.el (choose-completion-string-functions): Document new
3125 calling convention (bug#14153).
3126 (execute-extended-command): Clarify doc string (bug#13373).
3127
3128 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
3129
3130 * find-dired.el (find-name-dired): Doc fix (bug#14290).
3131 (find-grep-dired): Doc fix (bug#14288).
3132
3133 2014-02-08 Juri Linkov <juri@jurta.org>
3134
3135 * isearch.el (isearch-quote-char): Check character validity
3136 like in `quoted-insert' (bug#16677).
3137
3138 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
3139
3140 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
3141
3142 * isearch.el (isearch-hide-immediately): Doc clarification
3143 (bug#14723).
3144
3145 * simple.el (line-move): Document utility function used many
3146 places in the Emacs sources (bug#14843).
3147
3148 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
3149 (dired-prev-marked-file): Doc fix (bug#14855).
3150 (dired-up-directory): Doc fix (bug#14848).
3151
3152 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
3153
3154 * files.el (file-relative-name): Doc fix (bug#15159).
3155
3156 * fringe.el (fringe-styles): Doc fix (bug#15239).
3157
3158 * isearch.el (isearch-filter-predicate): Documentation typo fix
3159 (bug#15474).
3160
3161 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
3162
3163 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
3164
3165 * replace.el (replace-match-maybe-edit): Doc clarification
3166 (bug#15632).
3167
3168 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
3169
3170 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
3171
3172 2014-02-08 Glenn Morris <rgm@gnu.org>
3173
3174 * help-fns.el (describe-variable):
3175 Check {file,dir}-local-variables-alist, and buffer-file-name,
3176 in the correct buffer.
3177
3178 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
3179
3180 * help-fns.el (describe-variable): Fix the case where
3181 a value is directory-local with no dir-locals file. (Bug#16635)
3182
3183 2014-02-08 Glenn Morris <rgm@gnu.org>
3184
3185 * abbrev.el (edit-abbrevs-mode):
3186 Derive from fundamental-mode. (Bug#16682)
3187
3188 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
3189
3190 * simple.el (quoted-insert): Check character validity (bug#16677).
3191
3192 2014-02-07 Juri Linkov <juri@jurta.org>
3193
3194 * desktop.el (desktop-read): Claim the lock when the owner is not
3195 the current process. (Bug#16157)
3196
3197 2014-02-07 Juri Linkov <juri@jurta.org>
3198
3199 * desktop.el (desktop-buffers-not-to-save): Change default from nil
3200 to "\\` ". (Bug#16651)
3201
3202 2014-02-07 Juri Linkov <juri@jurta.org>
3203
3204 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
3205 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
3206 (desktop-auto-save-cancel-timer): New function with some code from
3207 `desktop-auto-save-set-timer'.
3208 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
3209 Instead of setting `desktop-save-mode' to nil, call
3210 `desktop-save-mode' with arg 0. (Bug#16630)
3211
3212 2014-02-07 Glenn Morris <rgm@gnu.org>
3213
3214 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
3215 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3216 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
3217
3218 * obsolete/iswitchb.el: Move to obsolete/.
3219 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
3220 since obsolete/ is not scanned for autoloads.
3221 * emacs-lisp/authors.el (authors-valid-file-names):
3222 Add iswitchb.el.
3223
3224 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
3225 Disable now non-functional find-file-hook.
3226
3227 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
3228
3229 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
3230 instead of ";" in order to avoid additional prompts. Let heredoc
3231 scripts read from tty. (Bug#16582)
3232 (tramp-send-command): No special handling of heredocs, it isn't
3233 necessary anymore.
3234
3235 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3236
3237 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
3238 with a space (bug#16664). Limit the symbols considered to the ones
3239 that are bound or fbound (bug#16646).
3240
3241 2014-02-06 Glenn Morris <rgm@gnu.org>
3242
3243 * epa.el (epa-mail-aliases): Doc fix.
3244
3245 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
3246
3247 * emacs-lisp/lisp.el (lisp-completion-at-point):
3248 Use `completion-table-merge' instead of `completion-table-in-turn'
3249 (bug#16604).
3250
3251 * minibuffer.el (completion-table-merge): New function.
3252
3253 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
3254
3255 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
3256 (tramp-sh-handle-set-file-acl)
3257 (tramp-sh-handle-start-file-process)
3258 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
3259 (tramp-find-executable, tramp-send-command): Use it.
3260
3261 2014-02-05 Glenn Morris <rgm@gnu.org>
3262
3263 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
3264
3265 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
3266
3267 * progmodes/python.el (python-shell-send-string)
3268 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
3269
3270 2014-02-04 Anders Lindgren <andlind@gmail.com>
3271
3272 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
3273 the names (bug#16620).
3274
3275 2014-02-03 Martin Rudalics <rudalics@gmx.at>
3276
3277 * faces.el (window-divider): New default value. Rewrite doc-string.
3278 (window-divider-first-pixel, window-divider-last-pixel): New faces.
3279
3280 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
3281
3282 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
3283 `protected' and `public' can also be called without arguments.
3284
3285 2014-02-03 Glenn Morris <rgm@gnu.org>
3286
3287 * register.el (window-configuration-to-register)
3288 (frame-configuration-to-register): Unadvertise unused argument.
3289 * frameset.el (frameset-to-register): Remove unused argument.
3290
3291 * frameset.el (frameset-to-register):
3292 * kmacro.el (kmacro-to-register):
3293 * register.el (increment-register):
3294 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
3295 (calc-append-to-register, calc-prepend-to-register):
3296 * play/gametree.el (gametree-layout-to-register)
3297 (gametree-apply-register-layout):
3298 * textmodes/picture.el (picture-clear-rectangle-to-register)
3299 (picture-yank-rectangle-from-register):
3300 * vc/emerge.el (emerge-combine-versions-register):
3301 Use register-read-with-preview to read registers.
3302
3303 2014-02-03 João Távora <joaotavora@gmail.com>
3304
3305 * elec-pair.el (electric-pair-backward-delete-char): Don't error
3306 when at beginning of (possibly narrowed) buffer.
3307
3308 2014-02-02 Daniel Colascione <dancol@dancol.org>
3309
3310 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
3311 Also try to display local help from just before point.
3312
3313 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
3314
3315 c-parse-state. Don't "append-lower-brace-pair" in certain
3316 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
3317 recognised as a comment.
3318
3319 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
3320 as well as normal comment starter.
3321 (c-parse-state-get-strategy): Extra return possibility
3322 'back-and-forward.
3323 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
3324 return value list to indicate replacement of a brace-pair cons
3325 with its car.
3326 (c-parse-state-1): With 'back-and-forward, only call
3327 c-append-lower-brace-pair-to state-cache when cons-separated.
3328
3329 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
3330
3331 * term/ns-win.el (ns-suspend-error): New function.
3332 (ns-initialize-window-system): Add ns-suspend-error to
3333 suspend-hook (Bug#16612).
3334
3335 2014-02-02 Daniel Colascione <dancol@dancol.org>
3336
3337 * progmodes/cc-defs.el (c-find-assignment-for-mode):
3338 Make loading cc-mode silent.
3339
3340 2014-02-02 Daniel Colascione <dancol@dancol.org>
3341
3342 * comint.el (comint-prompt-read-only): Change doc to suggest
3343 remap keybinding.
3344
3345 2014-02-02 Glenn Morris <rgm@gnu.org>
3346
3347 * register.el (register-read-with-preview, point-to-register)
3348 (window-configuration-to-register, frame-configuration-to-register)
3349 (jump-to-register, number-to-register, view-register, insert-register)
3350 (copy-to-register, append-to-register, prepend-to-register)
3351 (copy-rectangle-to-register): Doc fixes.
3352
3353 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
3356 * emacs-lisp/find-func.el (find-function-C-source): Idem.
3357 * emacs-lisp/nadvice.el (advice--cd*r): New function.
3358 * help-fns.el (describe-function-1): Use it.
3359
3360 2014-02-02 Glenn Morris <rgm@gnu.org>
3361
3362 * register.el (register-preview-default): New function,
3363 split from register-preview.
3364 (register-preview-function): Rename from register-preview-functions,
3365 make it not a hook.
3366 (register-preview): Use register-preview-function.
3367 (register-read-with-preview): Error on non-character event. (Bug#16595)
3368
3369 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
3370
3371 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
3372 `:' before binary operators (bug#16609). Don't check for `:'
3373 before `[' and `(', or their syntax status. A percent literal
3374 can't end with either.
3375 (ruby-font-lock-keywords): For built-ins that require arguments,
3376 check that they're followed by something that looks like argument
3377 (bug#16610).
3378
3379 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
3380
3381 * subr.el (butlast): Document what an omitted N means (bug#13437).
3382 (nbutlast): Ditto.
3383
3384 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
3385
3386 * net/shr.el (shr-generic): Make into a defsubst to make the stack
3387 depth shallower (bug#16587).
3388 (shr-tag-svg): Respect `shr-inhibit-images'.
3389 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
3390
3391 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
3392
3393 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
3394 (ruby-smie-grammar): Make "." right-associative. Make its priority
3395 lower than the ternary and all binary operators.
3396 (ruby-smie-rules): Indent "(" relative to the first non-"."
3397 parent, or the first "." parent at indentation.
3398 Use `ruby-align-chained-calls' for indentation of "." tokens.
3399 (Bug#16593)
3400
3401 2014-01-31 Juri Linkov <juri@jurta.org>
3402
3403 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
3404 from `make-hash-table'.
3405
3406 * textmodes/ispell.el (ispell-init-process): Change message format
3407 to be consistent with other messages.
3408
3409 2014-01-31 Glenn Morris <rgm@gnu.org>
3410
3411 * delsel.el (delete-selection-mode): Doc fix.
3412
3413 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
3414 (trace-function-background): Doc fixes.
3415
3416 * ido.el (ido-use-virtual-buffers): Doc fix.
3417 Reset :version, since the default value has not changed.
3418
3419 * register.el (register-preview-delay, register-read-with-preview):
3420 Doc fixes.
3421
3422 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
3423 do not mess with mail-buffer position (fixes 2009-11-03 change).
3424 * progmodes/cc-mode.el (c-submit-bug-report):
3425 Check auto-fill-mode is bound. (Bug#16592)
3426
3427 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
3428
3429 * startup.el (fancy-splash-image-file): New function,
3430 split from fancy-splash-head.
3431 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
3432 so that we are both using the same image. (Bug#16574)
3433
3434 2014-01-30 Glenn Morris <rgm@gnu.org>
3435
3436 * simple.el (eval-expression): Doc fix.
3437
3438 * hexl.el (hexl-mode-hook):
3439 * ielm.el (ielm-mode-hook):
3440 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
3441 (lisp-interaction-mode-hook):
3442 * progmodes/cfengine.el (cfengine3-documentation-function):
3443 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
3444
3445 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
3446
3447 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
3448 is a symbol (bug#16584).
3449
3450 2014-01-30 Glenn Morris <rgm@gnu.org>
3451
3452 * help.el (help-for-help-internal): Add "P" to text.
3453
3454 2014-01-29 Glenn Morris <rgm@gnu.org>
3455
3456 * simple.el (just-one-space, cycle-spacing): Doc fixes.
3457
3458 2014-01-28 Martin Rudalics <rudalics@gmx.at>
3459
3460 * window.el (fit-frame-to-buffer): Fix calculations for margins and
3461 height constraints.
3462
3463 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
3464
3465 * progmodes/hideif.el: Extend to full CPP expression syntax.
3466 (hif-token-alist): Add missing tokens.
3467 (hif-token-regexp): Add support for float/octal/hex immediates.
3468 (hif-string-literal-regexp): New const.
3469 (hif-tokenize): Recognize strings and float/octal/hex immediates.
3470 (hif-exprlist): New function.
3471 (hif-parse-if-exp): Use it.
3472 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
3473 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
3474 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
3475 (hif-logxor, hif-comma): New functions.
3476
3477 2014-01-28 Glenn Morris <rgm@gnu.org>
3478
3479 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
3480
3481 * indent.el (tab-stop-list): Doc fix. Add :version.
3482
3483 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
3484 (cvs-append-to-ignore): Add compatibility alias.
3485
3486 2014-01-27 Glenn Morris <rgm@gnu.org>
3487
3488 * dired.el (dired-hide-details-mode): Don't autoload it,
3489 since it cannot be used outside Dired buffers anyway.
3490
3491 * emulation/cua-base.el (cua-mode): Doc fix.
3492
3493 * dired.el (dired-hide-details-hide-symlink-targets)
3494 (dired-hide-details-hide-information-lines)
3495 (dired-hide-details-mode): Doc fixes.
3496
3497 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
3498 * strokes.el (strokes-file): Doc fix. Bump :version.
3499 (strokes-help): Doc fix.
3500 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
3501 * emulation/viper.el (viper): Doc fix for custom group.
3502 (top-level): Remove oh-so-no-longer-relevant text about vip.
3503 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
3504
3505 * ido.el (ido-save-directory-list-file):
3506 * saveplace.el (save-place-file):
3507 * calendar/timeclock.el (timeclock-file):
3508 * net/quickurl.el (quickurl-url-file):
3509 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3510 * progmodes/idlwave.el (idlwave-config-directory):
3511 * textmodes/remember.el (remember-data-file):
3512 Bump :version.
3513
3514 2014-01-26 Glenn Morris <rgm@gnu.org>
3515
3516 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
3517 Doc fix. Make obsolete.
3518 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
3519
3520 * sort.el (delete-duplicate-lines): Doc fix.
3521
3522 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
3523
3524 * progmodes/ada-mode.el (ada):
3525 * woman.el (woman): Link to info manual and Commentary section.
3526
3527 * progmodes/flymake.el (flymake):
3528 * nxml/nxml-mode.el (nxml):
3529 * net/eww.el (eww):
3530 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
3531 * htmlfontify.el (htmlfontify):
3532 * ses.el (ses):
3533 * epa.el (epa):
3534 * ido.el (ido): Link to info manual.
3535
3536 2014-01-25 Leo Liu <sdl.web@gmail.com>
3537
3538 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
3539
3540 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
3541
3542 * net/shr.el (shr-tag-img): Prefer the title over the alt text
3543 (bug#16537).
3544
3545 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
3546
3547 * net/eww.el (eww-download-callback):
3548 Fix reference to eww-download-directory.
3549
3550 * emacs-lisp/bytecomp.el (byte-compile-file):
3551 Remove unused local variable `file-name'.
3552
3553 2014-01-24 Glenn Morris <rgm@gnu.org>
3554
3555 * woman.el (woman-default-faces, woman-monochrome-faces):
3556 Fix obsolescence specification.
3557
3558 * subr.el (with-demoted-errors): Doc fix.
3559
3560 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
3561
3562 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
3563 (cl--macroexp-fboundp): New function.
3564 (cl--make-type-test): Use it.
3565
3566 2014-01-23 Glenn Morris <rgm@gnu.org>
3567
3568 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
3569 * simple.el (eval-expression): Doc fixes.
3570
3571 2014-01-22 Glenn Morris <rgm@gnu.org>
3572
3573 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
3574
3575 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * emacs-lisp/package.el: Write files silently.
3578 (package-autoload-ensure-default-file, package--write-file-no-coding)
3579 (package-generate-description-file, package--download-one-archive)
3580 (package-install-from-archive): Tell `write-region' to stay quiet.
3581 (package-menu-mode, package-menu--print-info): Omit the Archive column
3582 if there's only one archive.
3583 (package-all-keywords, package--has-keyword-p): Remove dead code.
3584
3585 2014-01-22 Glenn Morris <rgm@gnu.org>
3586
3587 * version.el (emacs-bzr-version-bzr): Fix typo.
3588
3589 * version.el (emacs-repository-get-version):
3590 Check either .bzr or .git, but not both.
3591 Make the git case actually use the DIR argument, and return nil
3592 rather than the empty string.
3593 Avoid error if .git exists but the git executable is not found.
3594
3595 2014-01-22 Martin Rudalics <rudalics@gmx.at>
3596
3597 Fixes in window size functions around Bug#16430 and Bug#16470.
3598 * window.el (window-total-size, window-size): New argument ROUND.
3599 (window--min-delta-1, window-min-delta, window--max-delta-1):
3600 Be more conservative when calculating the numbers of lines or
3601 columns a window can shrink (Bug#16430).
3602 (fit-window-to-buffer): Simplify code.
3603 * term.el (term-window-width): Call window-body-width again.
3604
3605 2014-01-22 Glenn Morris <rgm@gnu.org>
3606
3607 * image.el (image-format-suffixes): Doc fix.
3608
3609 * international/quail.el (quail-define-package): Doc fix.
3610
3611 * emacs-lisp/authors.el (authors-valid-file-names)
3612 (authors-renamed-files-alist): Additions.
3613
3614 * vc/vc-git.el (vc-git-print-log): Remove --follow;
3615 reverts 2014-01-09 change. (Bug#16422)
3616
3617 * calc/calc-embed.el (thing-at-point-looking-at):
3618 * emacs-lisp/map-ynp.el (x-popup-dialog):
3619 * obsolete/lmenu.el (x-popup-dialog):
3620 * emacs-lisp/package.el (url-recreate-url):
3621 * mail/mailclient.el (clipboard-kill-ring-save):
3622 * subr.el (x-popup-dialog): Update declaration.
3623 * mail/rmail.el (rmail-mime-message-p):
3624 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
3625
3626 2014-01-21 Daniel Colascione <dancol@dancol.org>
3627
3628 * progmodes/sh-script.el (sh--inside-noncommand-expression):
3629 Correctly detect when we're inside an arithmetic expansion form
3630 containing nested parenthesis.
3631 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
3632 to detect cases where we shouldn't expand "<<" to a heredoc
3633 skeleton.
3634
3635 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
3636
3637 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
3638 (eldoc--message-command-p): New function.
3639 (eldoc-display-message-p): Use it.
3640 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
3641 message is not automatically erased for us.
3642 (eldoc-print-current-symbol-info): Erase previous message, if any.
3643
3644 2014-01-21 Tassilo Horn <tsdh@gnu.org>
3645
3646 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
3647 specify it's an interactive function.
3648
3649 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
3650 Fix regex used for scanning for citation keys which failed for
3651 citations with optional arguments.
3652
3653 2014-01-21 Leo Liu <sdl.web@gmail.com>
3654
3655 * simple.el (read--expression): Don't enable eldoc-mode.
3656
3657 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3658
3659 * simple.el (move-beginning-of-line): Make sure we don't move forward
3660 (bug#16497).
3661
3662 2014-01-20 Juri Linkov <juri@jurta.org>
3663
3664 * saveplace.el (toggle-save-place, save-place-to-alist)
3665 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
3666 'dired-mode) before checking for dired-directory. (Bug#16477)
3667
3668 2014-01-20 Juri Linkov <juri@jurta.org>
3669
3670 * indent.el (indent-line-to): Use backward-to-indentation
3671 instead of back-to-indentation. (Bug#16461)
3672
3673 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
3674
3675 Revert some of the CANNOT_DUMP fix (Bug#16494).
3676 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
3677 but fixing this can wait until after the next release.
3678 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
3679
3680 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
3681
3682 * eshell/esh-mode.el (eshell-password-prompt-regexp):
3683 Use `password-word-equivalents'.
3684 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
3685 to t. (Bug#5664, Bug#13124)
3686
3687 2014-01-19 Alan Mackenzie <acm@muc.de>
3688
3689 Bind open-paren-in-column-0-is-defun-start to nil at some entry
3690 points.
3691 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
3692 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
3693 * progmodes/cc-mode.el (c-before-change, c-after-change)
3694 (c-font-lock-fontify-region): Bind it here.
3695
3696 2014-01-19 Martin Rudalics <rudalics@gmx.at>
3697
3698 * term.el (term-window-width): Call window-text-width instead of
3699 window-width (Bug#16470).
3700
3701 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
3702
3703 * simple.el (password-word-equivalents): Remove duplicates.
3704 Sort, to make this easier next time.
3705 Downcase. Omit ": " after "jelszó".
3706
3707 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
3708
3709 * term/common-win.el (saved-region-selection): Defvar it.
3710 (x-select-text): Set saved-region-selection (Bug#16382).
3711
3712 2014-01-18 Glenn Morris <rgm@gnu.org>
3713
3714 * emacs-lisp/authors.el (authors-aliases)
3715 (authors-renamed-files-alist): Add some entries.
3716
3717 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
3718
3719 * net/tramp.el (tramp-password-prompt-regexp):
3720 Use `password-word-equivalents' if available.
3721 (tramp-action-password, tramp-process-one-action)
3722 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
3723
3724 2014-01-17 Chong Yidong <cyd@gnu.org>
3725
3726 * simple.el (password-word-equivalents): New defcustom.
3727 * comint.el (comint-password-prompt-regexp): Use it. Bump version
3728 to 24.4.
3729 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
3730 to t. (Bug#13124)
3731
3732 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
3733
3734 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
3735 (ruby-align-to-stmt-keywords): Change the default value.
3736 Use `ruby-alignable-keywords' to generate the possible customization
3737 choices.
3738 (ruby-smie-rules): Instead of using a hardcoded list of alignable
3739 keywords, check against the value of `ruby-alignable-keywords'
3740 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
3741
3742 2014-01-17 Glenn Morris <rgm@gnu.org>
3743
3744 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
3745
3746 Make M-x authors return zero *Authors Errors* from current logs.
3747 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
3748 (authors-ignored-files): Add some entries, remove others.
3749 (authors-ambiguous-files, authors-valid-file-names):
3750 Add some entries.
3751 (authors-renamed-files-alist): Add, remove, and adjust entries.
3752 (authors-renamed-files-regexps): Add some entries.
3753 Remove some very broad ones. Make some entries `lax'.
3754 (authors-lax-changelogs): New constant.
3755 (authors-disambiguate-file-name): Treat top-level specially.
3756 (authors-lax-changelog-p): New function.
3757 (authors-canonical-file-name): Check file as written against
3758 authors-valid-file-names. Do not special-case etc/.
3759 Handle `lax' logs and authors-renamed-files-regexps elements.
3760
3761 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
3762
3763 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
3764 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
3765 callers.
3766
3767 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
3768
3769 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
3770 Assume we're already in the proper buffer.
3771 Inspired by Anders Lindgren <andlind@gmail.com>.
3772 (follow-post-command-hook): Call it from the right buffer.
3773 (follow-comint-scroll-to-bottom): Adjust call.
3774 (follow-all-followers): Use get-buffer-window-list.
3775
3776 2014-01-15 Daniel Colascione <dancol@dancol.org>
3777
3778 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
3779 `buffer-file-name' in interactive-form so that we don't leave
3780 pathless file names in `file-name-history'.
3781
3782 2014-01-15 Juri Linkov <juri@jurta.org>
3783
3784 * indent.el (indent-rigidly): Set deactivate-mark to nil
3785 in transient indentation mode. (Bug#16438)
3786
3787 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
3788
3789 * emacs-lisp/package.el (package-desc-keywords): New function
3790 (Bug#16222).
3791 (describe-package-1, package-all-keywords)
3792 (package--has-keyword-p): Use it.
3793
3794 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3795
3796 * simple.el (define-alternatives): When creating the
3797 COMMAND-alternatives variable, assign COMMAND as its definition
3798 name so that `describe-variable' can relocate it.
3799
3800 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
3801
3802 * font-lock.el (font-lock-keywords): Fix typo in docstring
3803 (bug#16307).
3804
3805 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3806
3807 * ispell.el (ispell-region): Reset `in-comment' for new line
3808 instead of wrongly reset `add-coment' (bug#13577).
3809
3810 2014-01-14 Daiki Ueno <ueno@gnu.org>
3811
3812 * epa-file.el (epa-file-write-region): Encode the region according
3813 to `buffer-file-format'. Problem reported at:
3814 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
3815
3816 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3817
3818 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
3819 so it applies in the right buffer (bug#16410).
3820
3821 2014-01-13 Daniel Colascione <dancol@dancol.org>
3822
3823 * textmodes/rst.el (rst-define-key): Provide deprecated
3824 keybindings through named functions instead of anonymous ones so
3825 that "??" doesn't appear in describe-mode output.
3826
3827 2014-01-13 Bastien Guerry <bzg@gnu.org>
3828
3829 * simple.el (define-alternatives): Call the selected command
3830 interactively. When setting `COMMAND--implementation' for the
3831 first time, tell the user how to chose another implementation.
3832 Enhance the docstring.
3833
3834 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3835
3836 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
3837 (log-edit--match-first-line): New function.
3838 (log-edit-font-lock-keywords): Use it.
3839 (log-edit-mode): Make jit-lock-defer-multiline work.
3840
3841 2014-01-13 Bastien Guerry <bzg@gnu.org>
3842
3843 * rect.el (rectangle-mark-mode): When the region is not active,
3844 display a message saying that the mark as been set and that
3845 rectangle mode is in use.
3846 (rectangle--highlight-for-redisplay): Only put an overlay with a
3847 visible vertical bar when (display-graphic-p) is non-nil.
3848 This partially fixes Bug#16403.
3849
3850 2014-01-13 Juri Linkov <juri@jurta.org>
3851
3852 * info.el (Info-find-file): Go to DIR before displaying the error
3853 about a nonexistent file if no previous Info file is visited.
3854 Use `user-error' instead of `error' for "Info file %s does not exist".
3855 (Info-find-node-2): In case of a nonexistent node in unwind forms
3856 go to the Top node if there is no previous node to revert to.
3857 (Bug#16405)
3858
3859 2014-01-13 Martin Rudalics <rudalics@gmx.at>
3860
3861 fit-frame/window-to-buffer code fixes including one for Bug#14096.
3862 * window.el (fit-frame-to-buffer): Fix doc-string.
3863 Respect window-min-height/-width. Fit pixelwise when
3864 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
3865 when avoiding that frame goes partially off-screen.
3866 (fit-window-to-buffer): Respect window-min-height/-width
3867 (Bug#14096).
3868
3869 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
3872 after an empty line.
3873
3874 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
3875
3876 * net/shr.el (shr-render-region): Autoload.
3877
3878 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
3879
3880 * net/eww.el (eww-download-directory): Rename from
3881 `eww-download-path' (Bug#16419).
3882
3883 2014-01-12 Leo Liu <sdl.web@gmail.com>
3884
3885 * dired-x.el (dired-mode-map): Fix last change.
3886
3887 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
3888
3889 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
3890
3891 Spelling fixes.
3892 * emacs-lisp/generic.el (generic--normalize-comments):
3893 Rename from generic--normalise-comments. All uses changed.
3894 * play/bubbles.el (bubbles--neighborhood-score)
3895 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
3896 (bubbles--neighborhood-available)
3897 (bubbles--update-neighborhood-score):
3898 Rename from names with 'neighbourhood'. All uses changed.
3899
3900 2014-01-12 Leo Liu <sdl.web@gmail.com>
3901
3902 Re-implement the feature of showing eldoc info after editing.
3903 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
3904 (eldoc-edit-message-commands): New function.
3905 (eldoc-print-after-edit): New variable.
3906 (eldoc-pre-command-refresh-echo-area): Emit message only by
3907 eldoc-message-commands.
3908 (eldoc-mode): Restrict eldoc-message-commands to editing commands
3909 if eldoc-print-after-edit is set. (Bug#16346)
3910 * simple.el (read--expression): Enable eldoc-mode.
3911 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
3912
3913 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
3914 Eric S. Raymond <esr@thyrsus.com>
3915
3916 * version.el (emacs-repository-get-version): Enhance so the
3917 function works correctly in either a Bazaar or Git repo.
3918
3919 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
3920
3921 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
3922 Goes with removal of the joke manpages from /etc.
3923
3924 2014-01-10 Kenichi Handa <handa@gnu.org>
3925
3926 * mail/rmail.el (rmail-get-coding-system):
3927 Check rmail-get-coding-function before "funcall"ing it.
3928
3929 2014-01-10 Glenn Morris <rgm@gnu.org>
3930
3931 * emacs-lisp/authors.el (authors-fixed-entries):
3932 Update for files that no longer exist.
3933
3934 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
3935
3936 * version.el (emacs-bzr-get-version): Restore compatibilty with
3937 24.3 (Tested).
3938
3939 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
3940
3941 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
3942 and Podfile.
3943
3944 2014-01-10 Eli Zaretskii <eliz@gnu.org>
3945
3946 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
3947
3948 2014-01-10 Chong Yidong <cyd@gnu.org>
3949
3950 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
3951
3952 2014-01-10 Anders Lindgren <andlind@gmail.com>
3953
3954 * follow.el (follow-cache-command-list): Include right-char and
3955 left-char.
3956
3957 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
3958
3959 Spelling fixes.
3960 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
3961 * woman.el (woman-mark-horizontal-position):
3962 Rename from woman-mark-horizonal-position. Use changed.
3963
3964 2014-01-10 Glenn Morris <rgm@gnu.org>
3965
3966 * info.el (info-initialize): If running uninstalled, ensure our
3967 own info files are always found first, even if INFOPATH is set.
3968
3969 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
3970
3971 2014-01-09 David Engster <deng@randomsample.de>
3972
3973 * emacs-lisp/eieio-custom.el:
3974 * emacs-lisp/eieio-opt.el: Set generated autoload file to
3975 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
3976 * emacs-lisp/eieio.el: Regenerate autoloads.
3977
3978 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
3979
3980 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
3981 following renames. (Bug#8756)
3982
3983 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
3984
3985 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
3986 (bug#16382).
3987 (activate-mark): Add `no-tmm' argument.
3988 (set-mark, push-mark-command): Use it instead of running
3989 activate-mark-hook by hand.
3990
3991 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
3992
3993 In preparation for the move to git, sanitize out some
3994 Bazaar-specific names.
3995
3996 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
3997
3998 * version.el (emacs-bzr-version): Name changed to
3999 emacs-repository-version. Obsolete-variable alias made.
4000 * loadup.el: Follow through on this name change.
4001 * mail/emacsbug.el (report-emacs-bug): Factor out any
4002 assumption about the version control system in use.
4003
4004 2014-01-08 David Engster <deng@randomsample.de>
4005
4006 * help-fns.el (help-fns-describe-function-functions):
4007 New variable to call functions for augmenting help buffers.
4008 (describe-function-1): Remove explicit calls to
4009 `help-fns--compiler-macro', `help-fns--parent-mode' and
4010 `help-fns--obsolete'. Put them in above new variable instead, and
4011 call them through `run-hook-with-args'.
4012 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
4013 `eieio-describe-class'. Not meant for interactive use anymore,
4014 but to augment existing help buffers. Remove optional second
4015 argument. Create proper button for file location.
4016 Rewrite function to use `insert' instead of `princ' and `prin1' where
4017 possible.
4018 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
4019 (eieio-method-def, eieio-class-def): Move further up.
4020 (describe-method, describe-generic, eieio-describe-method):
4021 Remove aliases.
4022 (eieio-help-constructor, eieio-help-generic): Rename from
4023 `eieio-describe-constructor' and `eieio-describe-generic', resp.
4024 Rewrite to use `insert' in the current buffer and use proper help
4025 buttons.
4026 (eieio-help-find-method-definition)
4027 (eieio-help-find-class-definition): Also accept symbols as
4028 arguments.
4029 (eieio-help-mode-augmentation-maybee): Remove.
4030 (eieio-describe-class-sb): Use `describe-function'.
4031 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
4032 Add `eieio-help-generic' and `eieio-help-constructor'.
4033
4034 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
4035
4036 Spelling fixes.
4037 * language/china-util.el (hz-ascii-designation):
4038 Rename from hz-ascii-designnation.
4039 (hz-ascii-designation): Rename from hz-ascii-designnation.
4040 All uses changed.
4041
4042 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
4045 package-alist.
4046
4047 2014-01-08 Bastien Guerry <bzg@gnu.org>
4048
4049 * emacs-lisp/package.el (package-delete):
4050 Correctly delete the package from package-alist.
4051
4052 2014-01-08 Daiki Ueno <ueno@gnu.org>
4053
4054 * emacs-lisp/package.el (url-recreate-url): Declare.
4055 (url-http-target-url): Declare.
4056 (package-handle-response): Include requested URL in the error message.
4057 (package--check-signature): Don't re-signal errors from
4058 package--with-work-buffer. Suggested by Stefan Monnier.
4059
4060 2014-01-07 Bastien Guerry <bzg@gnu.org>
4061
4062 * minibuffer.el (completion--try-word-completion): When both a
4063 hyphen and a space are possible candidates for the character
4064 following a word, display both candidates. (Bug#15980)
4065
4066 2014-01-07 Martin Rudalics <rudalics@gmx.at>
4067
4068 * window.el (balance-windows-2): While rounding don't give a
4069 window more than the remainder. Bug#16351, bug#16383.
4070
4071 2014-01-07 Glenn Morris <rgm@gnu.org>
4072
4073 * menu-bar.el (menu-bar-help-extra-packages): Remove.
4074 (menu-bar-help-menu): Use view-external-packages instead.
4075
4076 2014-01-07 Bastien Guerry <bzg@gnu.org>
4077
4078 * emacs-lisp/package.el (package-delete): Also delete the package
4079 name from `package-alist', not its description only.
4080
4081 2014-01-07 Glenn Morris <rgm@gnu.org>
4082
4083 * help.el (view-external-packages):
4084 * menu-bar.el (menu-bar-help-extra-packages):
4085 Visit efaq.info rather than etc/MORE.STUFF.
4086
4087 2014-01-07 Juri Linkov <juri@jurta.org>
4088
4089 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
4090 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
4091
4092 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
4093 that shadows RET. (Bug#16342)
4094
4095 2014-01-07 Chong Yidong <cyd@gnu.org>
4096
4097 * isearch.el (isearch-yank-char, isearch-yank-word)
4098 (isearch-yank-line): Doc fix.
4099
4100 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
4103 * emacs-lisp/elint.el (elint-find-builtins):
4104 * emacs-lisp/eldoc.el (eldoc-symbol-function):
4105 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
4106 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
4107 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
4108 * apropos.el (apropos-safe-documentation):
4109 * subr.el (symbol-file): Remove redundant fboundp.
4110 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
4111
4112 2014-01-06 Bastien Guerry <bzg@gnu.org>
4113
4114 * hl-line.el (global-hl-line-overlay): Make a local variable.
4115 (global-hl-line-overlays): New variable to store all overlays.
4116 (global-hl-line-mode): Don't delete overlays from the current
4117 buffer when `global-hl-line-sticky-flag' is non-nil.
4118 (global-hl-line-highlight): Add new overlays to
4119 `global-hl-line-overlays'.
4120 (global-hl-line-unhighlight-all): New function to delete all
4121 overlays when turning off `global-hl-line-mode'.
4122 This fixes Bug#16183.
4123
4124 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
4125
4126 * subr.el (set-transient-map): Fix nested case and docstring.
4127
4128 2014-01-06 Tassilo Horn <tsdh@gnu.org>
4129
4130 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
4131 `Texinfo' entry.
4132
4133 2014-01-06 Daniel Colascione <dancol@dancol.org>
4134
4135 Fix defun navigation in vc log view.
4136
4137 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
4138 like `beginning-of-defun'.
4139 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
4140 log-view-end-of-defun to log-view-end-of-defun-1. Replace
4141 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
4142 (log-view-extract-comment): Call `log-view-current-entry' directly
4143 instead of relying on broken `log-view-beginning-of-defun' behavior.
4144
4145 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
4146
4147 Spelling fixes.
4148 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
4149 * emacs-lisp/debug.el (cancel-debug-on-entry):
4150 * epg.el (epg-error-to-string):
4151 * files.el (recover-file):
4152 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
4153 * mail/emacsbug.el (report-emacs-bug-hook):
4154 * mail/sendmail.el (mail-recover):
4155 * ses.el (ses-yank-resize):
4156 * term/ns-win.el (ns-print-buffer):
4157 Spelling fixes in diagnostics, mostly for "canceled" with one L.
4158 * epg.el (epg-key-capability-alist): Rename from misspelled version.
4159 All uses changed.
4160 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
4161
4162 2014-01-06 Leo Liu <sdl.web@gmail.com>
4163
4164 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
4165 to avoid shadowing global key. (Bug#16354)
4166
4167 2014-01-06 Daniel Colascione <dancol@dancol.org>
4168
4169 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
4170 rst-mode.
4171
4172 2014-01-05 Martin Rudalics <rudalics@gmx.at>
4173
4174 * window.el (balance-windows): Add mising t to fix Bug#16351.
4175
4176 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4177
4178 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
4179 (bug#16285).
4180 (shr-insert): If we have a word that's longer than `shr-width',
4181 break after it anyway. Otherwise we'll do no breaking once we get
4182 such a long word.
4183
4184 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4185
4186 * net/eww.el (eww): Support single/double quote for search.
4187 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
4188 (eww-history-quit): Delete and use quit-window.
4189 (eww-history-kill): Delete, because it doesn't work well and
4190 not necessary.
4191 (eww-history-mode-map): Delete some keys and add easy-menu.
4192
4193 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
4194
4195 Fix misspelling of 'chinese' in rx (Bug#16237).
4196 * emacs-lisp/rx.el (rx-categories): Correct spelling of
4197 chinese-two-byte.
4198
4199 Change subword regexps back to vars (Bug#16296).
4200 * progmodes/subword.el (subword-forward-regexp)
4201 (subword-backward-regexp): Change these back to variables.
4202
4203 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4204
4205 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
4206 syntax-begin-function (bug#16247).
4207
4208 2014-01-03 Chong Yidong <cyd@gnu.org>
4209
4210 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
4211 (advice--docstring): Delete variable.
4212 (advice--make-1): Leave the docstring empty.
4213 (advice-add): Use function-documentation for advised docstring.
4214
4215 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
4216 Ignore function-documentation property when getting documentation.
4217 (ad-activate-advised-definition): Use function-documentation
4218 generate the docstring.
4219 (ad-make-advised-definition): Don't call
4220 ad-make-advised-definition-docstring.
4221 (ad-make-advised-definition-docstring, ad-advised-definition-p):
4222 Delete functions.
4223
4224 * progmodes/sql.el (sql-help): Use function-documentation instead
4225 of dynamic-docstring-function property. No need to autoload now.
4226 (sql--help-docstring): New variable.
4227 (sql--make-help-docstring): Use it.
4228
4229 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
4230
4231 * ielm.el (ielm-tab): Retarget.
4232 (ielm-map): Use ielm-tab for tab.
4233 (ielm-complete-filename): Use comint-filename-completion.
4234 (ielm-complete-symbol): Remove.
4235 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
4236 remove ielm-tab from completion-at-point-functions (bug#16224).
4237
4238 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
4239 Beware signals raised by predicates (bug#16201).
4240
4241 2014-01-02 Richard Stallman <rms@gnu.org>
4242
4243 * dired-aux.el (dired-do-print): Handle printer-name.
4244
4245 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
4246 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
4247 (rmail-epa-decrypt): Turn off mime processing.
4248
4249 * mail/rmail.el (rmail-make-in-reply-to-field):
4250 Add parens in message-id.
4251
4252 * mail/rmail.el (rmail-get-coding-function): Variable.
4253 (rmail-get-coding-system): Use it.
4254
4255 2013-12-31 Eli Zaretskii <eliz@gnu.org>
4256
4257 * international/mule-conf.el: Unify the charset indian-is13194.
4258 (indian-is13194): Specify unify-map.
4259
4260 2013-12-31 Leo Liu <sdl.web@gmail.com>
4261
4262 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
4263
4264 2013-12-30 Daniel Colascione <dancol@dancol.org>
4265
4266 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
4267 of printing a useless when we resume from sleep.
4268
4269 * progmodes/sh-script.el
4270 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
4271 in indentation code. (Bug#16233)
4272
4273 2013-12-28 João Távora <joaotavora@gmail.com>
4274
4275 * elec-pair.el (electric-pair-post-self-insert-function):
4276 Don't open extra newlines at beginning of buffer. (Bug#16272)
4277
4278 2013-12-28 Eli Zaretskii <eliz@gnu.org>
4279
4280 * frame.el (window-system-for-display): Don't allow to create a
4281 GUI frame from a -nw session on MS-Windows. (Bug#14739)
4282
4283 2013-12-28 Glenn Morris <rgm@gnu.org>
4284
4285 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
4286 Update callers.
4287
4288 * apropos.el (apropos-match-face):
4289 * calculator.el (calculator-displayer):
4290 * dabbrev.el (dabbrev-search-these-buffers-only):
4291 * face-remap.el (buffer-face-mode-face):
4292 * simple.el (yank-handled-properties):
4293 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4294 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
4295 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
4296 (hashcash-double-spend-database):
4297 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
4298 (ruby-deep-indent-paren-style):
4299 * textmodes/flyspell.el (flyspell-auto-correct-binding):
4300 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
4301 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
4302 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
4303 Specify custom types.
4304
4305 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
4306 * bookmark.el (bookmark-bmenu-use-header-line):
4307 * doc-view.el (doc-view-scale-internally):
4308 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
4309 * register.el (register-preview-delay):
4310 * net/shr.el (shr-bullet):
4311 * progmodes/cfengine.el (cfengine-cf-promises)
4312 (cfengine-parameters-indent):
4313 * progmodes/octave.el (inferior-octave-error-regexp-alist):
4314 * textmodes/reftex-vars.el (reftex-label-regexps):
4315 * vc/log-edit.el (log-edit-setup-add-author): Add version.
4316
4317 * net/tls.el (tls-certtool-program): Fix default value.
4318
4319 * desktop.el (desktop-restore-in-current-display):
4320 * newcomment.el (comment-empty-lines):
4321 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
4322 (idlwave-pad-keyword):
4323 * progmodes/tcl.el (tcl-tab-always-indent):
4324 * textmodes/reftex-vars.el (reftex-index-default-tag):
4325 * elec-pair.el (electric-pair-skip-whitespace):
4326 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
4327
4328 * emacs-lisp/authors.el (authors-ignored-files)
4329 (authors-valid-file-names, authors-renamed-files-alist): Additions.
4330
4331 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
4332
4333 * shell.el (shell-dynamic-complete-command): Doc fix.
4334 (shell--command-completion-data): Shell completion now matches
4335 executable filenames from the current buffer's directory, on
4336 systems in which this behavior is the default (windows-nt, ms-dos).
4337
4338 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4339
4340 * net/shr.el (shr-insert): Don't infloop if the width is zero.
4341
4342 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
4343
4344 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
4345 (bug#16251).
4346
4347 * electric.el: Move all electric-pair-* to elec-pair.el.
4348 * elec-pair.el: New file, split from electric.el.
4349
4350 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
4351
4352 * net/shr.el (shr-find-fill-point): Don't try to fill if the
4353 indentation level is larger than the width, because that will
4354 infloop.
4355 (shr-insert): Fill repeatedly long texts, so that Japanese is
4356 formatted correctly (bug#16263).
4357 (shr-find-fill-point): Off by one error in comparison with the
4358 indentation.
4359
4360 2013-12-26 João Távora <joaotavora@gmail.com>
4361
4362 * electric.el (electric-pair-mode): More flexible engine for skip-
4363 and inhibit predicates, new options for pairing-related functionality.
4364 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
4365 if that keeps or improves their balance in buffers.
4366 (electric-pair-delete-adjacent-pairs): Delete the pair when
4367 backspacing over adjacent matched delimiters.
4368 (electric-pair-open-extra-newline): Open extra newline when
4369 inserting newlines between adjacent matched delimiters.
4370 (electric--sort-post-self-insertion-hook):
4371 Sort post-self-insert-hook according to priority values when
4372 minor-modes are activated.
4373 * simple.el (newline-and-indent): Call newline with interactive
4374 set to t.
4375 (blink-paren-post-self-insert-function): Set priority to 100.
4376 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4377 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
4378 comments. Locally set electric-pair-skip-whitespace to 'chomp and
4379 electric-pair-open-newline-between-pairs to nil.
4380
4381 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
4382
4383 * progmodes/python.el: Use lexical-binding.
4384 (python-nav-beginning-of-defun): Stop searching ASAP.
4385
4386 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
4387
4388 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
4389 Fix interactive spec. Doc fix. (Bug#15754)
4390
4391 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
4392
4393 * emacs-lisp/byte-run.el (eval-when-compile):
4394 * progmodes/cc-defs.el (cc-eval-when-compile):
4395 Fix edebug spec (bug#16184).
4396
4397 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4398
4399 * net/shr.el (shr-visit-file): Remove debugging function.
4400 (shr-insert): Don't infloop if we can't find a good place to break
4401 the line (bug#16256).
4402
4403 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
4404
4405 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
4406 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
4407 python-nav-lisp-forward-sexp-safe.
4408 (python-nav--forward-sexp): New argument SAFE allows switching
4409 forward sexp movement behavior for parens.
4410 (python-nav-forward-sexp): Throw errors on unterminated parens
4411 (Bug#16191).
4412 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
4413 (python-nav-backward-sexp-safe): New functions.
4414 (python-shell-buffer-substring):
4415 Use `python-nav-forward-sexp-safe'.
4416
4417 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
4418
4419 * net/shr.el (shr-find-fill-point): Don't break lines before a
4420 quotation mark.
4421 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
4422 (shr-find-fill-point): Remove the special checks for the quotation
4423 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
4424
4425 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4426
4427 * net/eww.el (eww-form-textarea): Use a different face for
4428 textareas than text input since they have different keymaps
4429 (bug#16142).
4430
4431 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
4432
4433 * progmodes/python.el (python-nav-beginning-of-statement):
4434 Speed up (Bug#15295).
4435
4436 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4437
4438 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
4439 the window configuration.
4440
4441 2013-12-24 Eli Zaretskii <eliz@gnu.org>
4442
4443 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
4444 we run on MS-Windows or MS-DOS.
4445
4446 2013-12-24 Martin Rudalics <rudalics@gmx.at>
4447
4448 * window.el (balance-windows-area): Call window-size instead of
4449 window-height and window-width. Bug#16241.
4450
4451 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
4452
4453 * net/eww.el (eww-bookmark-quit): Remove.
4454 (eww-bookmark-browse): Restore the window configuration when you
4455 choose a bookmark (bug#16144).
4456
4457 2013-12-24 Daniel Colascione <dancol@dancol.org>
4458
4459 * icomplete.el: Remove redundant :group arguments to `defcustom'
4460 throughout.
4461 (icomplete-show-matches-on-no-input): New customizable variable.
4462 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
4463 we have something to show.
4464 (icomplete-exhibit): Compute completions even if we have no user input.
4465
4466 2013-12-23 Daniel Colascione <dancol@dancol.org>
4467
4468 * icomplete.el: Move `provide' to end of file.
4469
4470 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
4471
4472 * net/gnutls.el (gnutls-verify-error): Add version tag.
4473
4474 2013-12-23 Chong Yidong <cyd@gnu.org>
4475
4476 * subr.el (set-transient-map): Rename from
4477 set-temporary-overlay-map. Doc fix.
4478
4479 * face-remap.el (text-scale-adjust):
4480 * indent.el (indent-rigidly):
4481 * kmacro.el (kmacro-call-macro):
4482 * minibuffer.el (minibuffer-force-complete):
4483 * repeat.el (repeat):
4484 * simple.el (universal-argument--mode):
4485 * calendar/todo-mode.el (todo-insert-item--next-param):
4486 * progmodes/f90.el (f90-abbrev-start): Callers changed.
4487
4488 * indent.el (indent-rigidly): Use substitute-command-keys.
4489
4490 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4491
4492 * net/eww.el (eww-tag-select): Add text-property to jump to next
4493 select field.
4494 (eww): Add non-supported ftp error.
4495
4496 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4497
4498 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
4499 comments. Handle electric indent after typing `?' and `!'.
4500
4501 2013-12-22 Chong Yidong <cyd@gnu.org>
4502
4503 * faces.el (face-spec-recalc): If the theme specs are not
4504 applicable to a frame, fall back on the defface spec.
4505 This prevents themes from obliterating faces on low-color terminals.
4506
4507 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4508
4509 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
4510 after `{'. We need it after block openers, and it doesn't seem
4511 to hurt after hash openers.
4512
4513 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4514
4515 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
4516 extracted from `ruby-smie-rules'.
4517 (ruby--electric-indent-chars): New variable.
4518 (ruby--electric-indent-p): New function.
4519 (ruby-mode): Use `electric-indent-functions' instead of
4520 `electric-indent-chars'.
4521
4522 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
4523
4524 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
4525 docstring.
4526 (ruby-smie-rules): Indent plus one level after `=>'.
4527
4528 2013-12-21 Richard Stallman <rms@gnu.org>
4529
4530 * simple.el (newline): Doc fix.
4531
4532 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4533
4534 * net/eww.el (eww-list-histories, eww-list-histories)
4535 (eww-history-browse, eww-history-quit, eww-history-kill)
4536 (eww-history-mode-map, eww-history-mode): New command and
4537 functions to list browser histories.
4538 (eww-form-text): Support text form with disabled
4539 and readonly attributes.
4540 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
4541
4542 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4543
4544 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
4545 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
4546 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
4547 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
4548 Use `user-error'.
4549 (eww-bookmark-mode-map): Add menu.
4550 (eww-render, eww-mode): Use `setq-local'.
4551 (eww-tool-bar-map): New variable.
4552 (eww-mode): Set `tool-bar-map'.
4553 (eww-view-source): Check for `html-mode' with `fboundp'.
4554
4555 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4556
4557 * net/shr.el (shr--extract-best-source): Don't bug out on audio
4558 elements with text inside. Also remove debugging.
4559
4560 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
4561
4562 * cus-start.el (all): Add ns-use-srgb-colorspace.
4563
4564 2013-12-21 Chong Yidong <cyd@gnu.org>
4565
4566 * custom.el (custom-theme-recalc-face): Do nothing if the face is
4567 undefined. Thus, theme settings for undefined faces do not take
4568 effect until the faces are defined with defface, the same as with
4569 theme variables.
4570
4571 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
4572 (face-spec-reset-face): Don't assign extra properties in temacs.
4573 (face-spec-recalc): Apply X resources too.
4574
4575 2013-12-21 Chong Yidong <cyd@gnu.org>
4576
4577 * faces.el (face-spec-set):
4578 * cus-face.el (custom-theme-set-faces, custom-set-faces):
4579 * custom.el (defface): Doc fixes (Bug#16203).
4580
4581 * indent.el (indent-rigidly-map): Add docstring, and move commands
4582 into named functions.
4583 (indent-rigidly-left, indent-rigidly-right)
4584 (indent-rigidly-left-to-tab-stop)
4585 (indent-rigidly-right-to-tab-stop): New functions. Decide on
4586 indentation direction based on bidi direction, and accumulate
4587 sequential commands in a single undo boundary.
4588 (indent-rigidly--pop-undo): New utility function.
4589
4590 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
4591
4592 * faces.el (read-face-name): Require crm.el when using crm-separator.
4593
4594 2013-12-20 Daniel Colascione <dancol@dancol.org>
4595
4596 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
4597 so that we don't reflow comments into the shebang line.
4598
4599 2013-12-20 Juri Linkov <juri@jurta.org>
4600
4601 * saveplace.el (save-place-to-alist): Add `dired-filename' as
4602 a position when `dired-directory' is non-nil. Check integer
4603 positions with `integerp'.
4604 (toggle-save-place, save-places-to-alist): Add check for
4605 `dired-directory'.
4606 (save-place-find-file-hook): Check integer positions with
4607 `integerp'.
4608 (save-place-dired-hook): Use `dired-goto-file' when
4609 `dired-filename' is found in the assoc list. Check integer
4610 positions with `integerp'.
4611 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
4612
4613 * dired.el (dired-initial-position-hook): Rename back from
4614 `dired-initial-point-hook'.
4615 (dired-initial-position): Rename `dired-initial-point-hook' to
4616 `dired-initial-position-hook'.
4617 (dired-file-name-at-point): Doc fix. (Bug#15329)
4618
4619 2013-12-20 Juri Linkov <juri@jurta.org>
4620
4621 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
4622 (read-regexp-suggestions): New function.
4623 (read-regexp): Use `read-regexp-defaults-function' to get default values.
4624 Use `read-regexp-suggestions'. Add non-empty default to history
4625 for empty input.
4626 (occur-read-regexp-defaults-function): Remove function.
4627 (occur-read-primary-args): Use `regexp-history-last' instead of
4628 `occur-read-regexp-defaults-function'.
4629
4630 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
4631 (hi-lock-line-face-buffer, hi-lock-face-buffer)
4632 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
4633 `hi-lock-read-regexp-defaults-function'. Doc fix.
4634 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
4635 with `find-tag-default-as-symbol-regexp'. Doc fix.
4636 (hi-lock-read-regexp-defaults): Remove function.
4637 (hi-lock-regexp-okay): Add check for null.
4638
4639 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
4640 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
4641
4642 * subr.el (find-tag-default-as-symbol-regexp): New function.
4643 (find-tag-default-as-regexp): Move symbol regexp formatting to
4644 `find-tag-default-as-symbol-regexp'.
4645
4646 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
4647
4648 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
4649 (Bug#14179)
4650
4651 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4652
4653 * calendar/todo-mode.el: New implementation of item insertion
4654 commands and key bindings.
4655 (todo-key-prompt): New face.
4656 (todo-insert-item): New command.
4657 (todo-insert-item--parameters): New defconst, replacing defvar
4658 todo-insertion-commands-args-genlist.
4659 (todo-insert-item--param-key-alist): New defconst, replacing
4660 defvar todo-insertion-commands-arg-key-list.
4661 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
4662 (todo-insert-item--argsleft, todo-insert-item--apply-args)
4663 (todo-insert-item--next-param): New functions.
4664 (todo-insert-item--args, todo-insert-item--argleft)
4665 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
4666 New variables.
4667 (todo-key-bindings-t): Change binding of "i" from
4668 todo-insertion-map to todo-insert-item.
4669 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
4670 (todo-insertion-command-name, todo-insertion-commands-names)
4671 (todo-define-insertion-command, todo-insertion-commands)
4672 (todo-insertion-key-bindings, todo-insertion-map): Remove.
4673
4674 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
4675
4676 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
4677 (todo-toggle-item-highlighting): Use eval-and-compile instead of
4678 eval-when-compile.
4679 (todo-move-category): Allow choosing a non-existing todo file to
4680 move the category to, and create that file.
4681 (todo-default-priority): New user option.
4682 (todo-set-item-priority): Use it.
4683 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
4684 (desktop-restore-file-buffer): Declare.
4685 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
4686 (todo-modes-set-2): Locally set desktop-save-buffer to
4687 todo-desktop-save-buffer.
4688 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
4689 (auto-mode-alist): Add autoload cookie.
4690
4691 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
4692
4693 * emacs-lisp/subr-x.el: Renamed from helpers.el.
4694 helpers.el was a poor choice of name.
4695 (string-remove-prefix): New function.
4696 (string-remove-suffix): New function.
4697
4698 2013-12-20 Martin Rudalics <rudalics@gmx.at>
4699
4700 Fix assignment for new window total sizes.
4701 * window.el (window--pixel-to-size): Remove function.
4702 (window--pixel-to-total-1, window--pixel-to-total):
4703 Fix calculation of new total sizes.
4704
4705 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
4706
4707 * comint.el (comint-output-filter): Fix rear-nonsticky property
4708 placement (Bug#16010).
4709
4710 2013-12-20 Chong Yidong <cyd@gnu.org>
4711
4712 * faces.el (read-color): Minor fix for completion function.
4713
4714 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
4715
4716 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
4717 New option. (Bug#16182)
4718 (ruby-smie--indent-to-stmt-p): Use it.
4719 (ruby-smie-rules): Revert the logic in the handling of `when'.
4720 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
4721 (ruby-deep-arglist, ruby-deep-indent-paren)
4722 (ruby-deep-indent-paren-style): Update docstrings to note that the
4723 vars don't have any effect with SMIE.
4724
4725 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
4726
4727 * calc/calc.el (calc-enter, calc-pop): Use the variable
4728 `calc-context-sensitive-enter'.
4729
4730 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4731
4732 * net/shr.el (shr-insert): Protect against infloops in degenerate
4733 tables.
4734
4735 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4736
4737 * progmodes/octave.el (octave): Add link to manual and octave
4738 homepage.
4739 (octave-mode-menu): Link to octave-mode manual.
4740
4741 2013-12-20 Leo Liu <sdl.web@gmail.com>
4742
4743 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
4744 insertion using skeleton-end-newline. (Bug#16138)
4745
4746 2013-12-20 Juri Linkov <juri@jurta.org>
4747
4748 * replace.el (occur-engine): Use `add-face-text-property'
4749 to add the face property to matches and titles. (Bug#14645)
4750
4751 * hi-lock.el (hi-green): Use lighter color "light green" closer to
4752 the palette of other hi-lock colors.
4753 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
4754
4755 2013-12-19 Juri Linkov <juri@jurta.org>
4756
4757 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
4758 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
4759 (minibuffer-history-symbol): Move variable declaration closer to
4760 its usage.
4761
4762 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
4763 (Bug#14785)
4764
4765 2013-12-19 Juri Linkov <juri@jurta.org>
4766
4767 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
4768 New function.
4769 (log-edit-hook): Add it to :options. (Bug#16170)
4770
4771 2013-12-19 Juri Linkov <juri@jurta.org>
4772
4773 * simple.el (eval-expression-print-format): Don't check for
4774 command names and the last command. Always display additional
4775 formats of the integer result in the echo area, and insert them
4776 to the current buffer only with a zero prefix arg.
4777 Display character when char-displayable-p is non-nil.
4778 (eval-expression): With a zero prefix arg, set `print-length' and
4779 `print-level' to nil, and insert the integer values from
4780 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
4781
4782 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
4783 `eval-last-sexp-arg-internal'. Doc fix.
4784 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
4785 `eval-last-sexp-print-value'. Doc fix.
4786 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
4787 Set `print-length' and `print-level' to nil when arg is zero.
4788 (eval-last-sexp): Doc fix.
4789 (eval-defun-2): Print the integer values from
4790 `eval-expression-print-format' at the end.
4791
4792 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
4793 values from `eval-expression-print-format' at the end.
4794
4795 * ielm.el (ielm-eval-input): Print the integer
4796 values from `eval-expression-print-format' at the end.
4797
4798 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
4799
4800 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
4801 2013-12-11T19:01:44Z!tzz@lifelogs.com.
4802
4803 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
4806 (hl-line-highlight, global-hl-line-highlight): Use it.
4807 (hl-line-overlay): Use defvar-local.
4808
4809 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
4810
4811 * term/ns-win.el: Require dnd.
4812 (global-map): Remove drag items.
4813 (ns-insert-text, ns-set-foreground-at-mouse)
4814 (ns-set-background-at-mouse):
4815 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
4816 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
4817 New functions.
4818
4819 2013-12-19 Glenn Morris <rgm@gnu.org>
4820
4821 * emacs-lisp/ert.el (ert-select-tests):
4822 Fix string/symbol mixup. (Bug#16121)
4823
4824 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4825
4826 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
4827 keywords to their parent.
4828
4829 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
4830
4831 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
4832 first arg to be a string (fixed dead code), or an operator symbol.
4833 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
4834 operator symbols.
4835 (ruby-smie-rules): Remove parent token check in the `.' clause, it
4836 did nothing. Don't respond to `(:after ".")', it will be called
4837 with :before anyway. Remove the ` @ ' rule, it didn't seem to
4838 change anything. Only return indentation for binary operators
4839 when they are hanging. De-dent opening paren when its parent is
4840 `.', otherwise it looks bad when the dot is not at bol or eol
4841 (bug#16182).
4842
4843 2013-12-19 Juri Linkov <juri@jurta.org>
4844
4845 * replace.el (query-replace-read-args): Split a non-negative arg
4846 and a negative arg into separate elements.
4847 (query-replace, query-replace-regexp, replace-string)
4848 (replace-regexp): Add arg `backward'. Doc fix.
4849 (replace-match-maybe-edit): When new arg `backward' is non-nil,
4850 move point to the beginning of the match.
4851 (replace-search, replace-highlight): Use new arg `backward'
4852 to set the value of `isearch-forward'.
4853 (perform-replace): Add arg `backward' and use it to perform
4854 replacement backward. (Bug#14979)
4855
4856 * isearch.el (isearch-query-replace): Use a negative prefix arg
4857 to call `perform-replace' with a non-nil arg `backward'.
4858
4859 2013-12-18 Juri Linkov <juri@jurta.org>
4860
4861 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
4862 to the default list. Move `log-edit-show-files' to the end.
4863 Add more available functions to options.
4864 (log-edit): Move default specific settings to
4865 `log-edit-insert-message-template'. Don't move point.
4866 (log-edit-insert-message-template): New function.
4867 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
4868 (Bug#16170)
4869
4870 2013-12-18 Juri Linkov <juri@jurta.org>
4871
4872 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
4873 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
4874
4875 2013-12-18 Leo Liu <sdl.web@gmail.com>
4876
4877 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
4878 (Bug#16186)
4879
4880 2013-12-18 Eli Zaretskii <eliz@gnu.org>
4881
4882 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
4883 formats for displaying file sizes when the -s switch is given.
4884 Instead, compute a separate format for displaying the size in
4885 blocks, which is displayed in addition to the "regular" size.
4886 When -h is given in addition to -s, produce size in blocks in
4887 human-readable form as well. (Bug#16179)
4888
4889 2013-12-18 Tassilo Horn <tsdh@gnu.org>
4890
4891 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
4892 Reference tables with ~\ref{...} instead of only \ref{...}.
4893
4894 2013-12-18 Chong Yidong <cyd@gnu.org>
4895
4896 * cus-edit.el (custom-magic-alist): Fix "themed" description
4897 (Bug#14348).
4898
4899 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
4900 is non-nil, do not create a new entry in the symbol's theme-value
4901 or theme-face property; update theme-settings only (Bug#14664).
4902 (custom-available-themes): Doc fix.
4903
4904 * cus-theme.el (custom-new-theme-mode-map): Add bindings
4905 (Bug#15674).
4906
4907 * replace.el (occur-engine): Avoid infloop (Bug#7593).
4908
4909 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
4910
4911 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
4912 (Bug#13914).
4913
4914 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4915
4916 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
4917
4918 2013-12-18 Glenn Morris <rgm@gnu.org>
4919
4920 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
4921 * cus-start.el (load-prefer-newer): New option.
4922
4923 2013-12-18 Le Wang <l26wang@gmail.com>
4924
4925 * comint.el (comint-previous-matching-input-from-input):
4926 Retain point (Bug#13404).
4927
4928 2013-12-18 Chong Yidong <cyd@gnu.org>
4929
4930 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
4931
4932 2013-12-18 Glenn Morris <rgm@gnu.org>
4933
4934 * mail/emacsbug.el (report-emacs-bug):
4935 Only mention enable-multibyte-characters if non-standard.
4936
4937 2013-12-17 Juri Linkov <juri@jurta.org>
4938
4939 * arc-mode.el (archive-extract-by-file): Check if directory exists
4940 before deletion to not show irrelevant errors if it doesn't exist.
4941
4942 2013-12-17 Juri Linkov <juri@jurta.org>
4943
4944 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
4945 (Bug#14751)
4946
4947 * net/eww.el (browse-web): Add alias to `eww'.
4948 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
4949 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
4950
4951 * net/browse-url.el (browse-url-browser-function): Move `eww'
4952 closer to similar functions.
4953
4954 * startup.el (fancy-startup-screen, fancy-about-screen):
4955 Set browse-url-browser-function to eww-browse-url locally.
4956 (Bug#14751)
4957
4958 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * window.el (window--pixel-to-total): Remove unused `mini' var.
4961 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
4962 (split-window): Remove unused `new' var.
4963 (window--display-buffer): Remove unused `frame' and `delta' vars.
4964 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
4965 and display-width'.
4966
4967 2013-12-17 Martin Rudalics <rudalics@gmx.at>
4968
4969 * dired.el (dired-mark-pop-up):
4970 * register.el (register-preview): Don't bind
4971 split-height-threshold here since it's now done in
4972 display-buffer-below-selected.
4973
4974 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
4975
4976 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
4977 xterm-rgb-convert-to-16bit.
4978 (rxvt-register-default-colors): Standardize with
4979 xterm-register-default-colors (Bug#14078).
4980
4981 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
4982
4983 * simple.el (kill-region): Pass mark first, then point, so that
4984 kill-append works right (Bug#12819).
4985 (copy-region-as-kill, kill-ring-save): Likewise.
4986
4987 2013-12-17 Leo Liu <sdl.web@gmail.com>
4988
4989 * net/rcirc.el (rcirc-add-face):
4990 * eshell/em-prompt.el (eshell-emit-prompt):
4991 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
4992 (Bug#16167)
4993
4994 2013-12-17 Chong Yidong <cyd@gnu.org>
4995
4996 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
4997 Suggested by Xue Fuqiao.
4998
4999 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5000
5001 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
5002
5003 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
5004
5005 * net/shr.el (shr-insert-document): Remove unused var
5006 `shr-preliminary-table-render'.
5007 (shr-rescale-image): Remove unused arg `force'.
5008 (shr-put-image): Update calls accordingly.
5009 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
5010
5011 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
5012
5013 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
5014 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
5015 :close-all, to see which indentation method to use (Bug#16116).
5016 (smie-rules-function): Document the method :close-all.
5017
5018 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5019
5020 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
5021
5022 * net/eww.el (eww-display-html): If we can't find the anchor we're
5023 looking for, then go to point-min.
5024
5025 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
5026
5027 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
5028 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
5029 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
5030 Expand dir too, in case it's relative.
5031
5032 2013-12-16 Juri Linkov <juri@jurta.org>
5033
5034 * desktop.el (desktop-auto-save-timeout): Change default to
5035 `auto-save-timeout'. Doc fix.
5036 (desktop-save): Skip the timestamp in desktop-saved-frameset
5037 when checking for auto-save changes.
5038 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
5039 `desktop-auto-save' is called repeatedly by the idle timer.
5040 (desktop-auto-save-set-timer): Replace `run-with-timer' with
5041 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
5042 (Bug#15331)
5043
5044 2013-12-16 Juri Linkov <juri@jurta.org>
5045
5046 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
5047 (Bug#16035)
5048 (isearch-pre-command-hook): Check `this-command' for symbolp.
5049
5050 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5051
5052 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
5053
5054 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
5055
5056 * progmodes/cfengine.el (cfengine3--current-word): Remove.
5057 (cfengine3--current-function): Bring in the current-function
5058 functionality from `cfengine3--current-word'.
5059 (cfengine3-completion-function): Bring in the
5060 bounds-of-current-word functionality from
5061 `cfengine3--current-word'.
5062
5063 2013-12-16 Martin Rudalics <rudalics@gmx.at>
5064
5065 * window.el (display-buffer-below-selected):
5066 Bind split-height-threshold to 0 as suggested by Juri Linkov.
5067
5068 2013-12-16 Leo Liu <sdl.web@gmail.com>
5069
5070 * progmodes/compile.el (compile-goto-error): Do not push-mark.
5071 Remove NOMSG arg and all uses changed.
5072
5073 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
5076 (cua--deactivate-rectangle): Don't deactivate the mark.
5077 (cua-set-rectangle-mark): Don't set mark-active since
5078 cua--activate-rectangle already does it for us.
5079 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
5080 non-rectangular region.
5081
5082 * emulation/cua-base.el (cua-repeat-replace-region):
5083 Use with-current-buffer.
5084
5085 * net/gnutls.el: Use cl-lib.
5086 (gnutls-negotiate): `mapcan' -> cl-mapcan.
5087
5088 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5089
5090 * emacs-lisp/package.el (package-built-in-p): Support both
5091 built-in and the package.el converted package descriptions.
5092 (package-show-package-list): Allow keywords.
5093 (package-keyword-button-action): Use it instead of
5094 `finder-list-matches'.
5095 (package-menu-filter-interactive): Interactive filtering (by
5096 keyword) function.
5097 (package-menu--generate): Support keywords and change keymappings
5098 and headers when they are given.
5099 (package--has-keyword-p): Helper function.
5100 (package-menu--refresh): Use it.
5101 (package--mapc): Helper function.
5102 (package-all-keywords): Use it.
5103 (package-menu-mode-map): Set up menu items and keybindings to
5104 provide a filtering UI.
5105
5106 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
5107
5108 * net/gnutls.el (gnutls-verify-error): New defcustom to control
5109 the behavior when a certificate fails validation. Defaults to
5110 old behavior: never abort, just warn.
5111 (gnutls-negotiate): Use it.
5112
5113 2013-12-14 Martin Rudalics <rudalics@gmx.at>
5114
5115 * window.el (display-buffer-below-selected): Never split window
5116 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
5117
5118 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
5119
5120 * emacs-lisp/package.el (package--prepare-dependencies): New function.
5121 (package-buffer-info): Use it (bug#15108).
5122
5123 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
5124
5125 * icomplete.el (icomplete-completions): Make sure the prefix is already
5126 displayed elsewhere before hiding it (bug#16219).
5127
5128 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
5129
5130 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
5131 open-paren tokens when preceded by a open-paren, too.
5132 (ruby-smie-rules): Handle virtual indentation after open-paren
5133 tokens specially. If there is code between it and eol, return the
5134 column where is starts (Bug#16118).
5135
5136 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5137
5138 * progmodes/cfengine.el: Fix `add-hook' doc.
5139 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
5140 (cfengine3--current-word): Fix parameters.
5141 (cfengine3-make-syntax-cache): Simplify further.
5142 (cfengine3-completion-function, cfengine3--current-function):
5143 Use `assq' for symbols.
5144 (cfengine3--current-function): Fix `cfengine3--current-word' call.
5145
5146 2013-12-13 Glenn Morris <rgm@gnu.org>
5147
5148 * loadup.el (load-path): Warn if site-load or site-init changes it.
5149 No more need to reset it when bootstrapping.
5150
5151 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
5152
5153 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
5154 locations for cf-promises.
5155 (cfengine-mode-syntax-functions-regex): New caching variable.
5156 (cfengine3-fallback-syntax): Fallback syntax for cases where
5157 cf-promises doesn't run.
5158 (cfengine3--current-word): Reimplement using
5159 `cfengine-mode-syntax-functions-regex'.
5160 (cfengine3-completion-function, cfengine3--current-function):
5161 Use `cfengine3-make-syntax-cache' directly.
5162 (cfengine3-clear-syntax-cache): New function.
5163 (cfengine3-make-syntax-cache): Simplify and create
5164 `cfengine-mode-syntax-functions-regex' on demand.
5165 (cfengine3-format-function-docstring): Don't call
5166 `cfengine3-make-syntax-cache' explicitly.
5167
5168 2013-12-13 Martin Rudalics <rudalics@gmx.at>
5169
5170 Fix windmove-find-other-window broken after pixelwise resizing
5171 (Bug#16017).
5172 * windmove.el (windmove-other-window-loc): Revert change from
5173 2013-12-04.
5174 (windmove-find-other-window): Call window-in-direction.
5175 * window.el (window-in-direction): New arguments SIGN, WRAP and
5176 MINI to emulate original windmove-find-other-window behavior.
5177
5178 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
5179
5180 * simple.el (blink-matching--overlay): New variable.
5181 (blink-matching-open): Instead of moving point, highlight the
5182 matching paren with an overlay
5183 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
5184
5185 * faces.el (paren-showing-faces, show-paren-match)
5186 (show-paren-mismatch): Move from paren.el.
5187
5188 2013-12-13 Leo Liu <sdl.web@gmail.com>
5189
5190 * indent.el (indent-region): Disable progress reporter in
5191 minibuffer. (Bug#16108)
5192
5193 * bindings.el (visual-order-cursor-movement): Fix version.
5194
5195 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
5196
5197 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
5198 Also match after beginning of line.
5199 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
5200 files. Thanks to Russell Sim. (Bug#15378)
5201
5202 2013-12-13 Juri Linkov <juri@jurta.org>
5203
5204 * simple.el <Keypad support>: Remove key bindings duplicated
5205 with bindings.el. (Bug#14397)
5206
5207 2013-12-13 Juri Linkov <juri@jurta.org>
5208
5209 * comint.el (comint-mode-map): Replace `delete-char' with
5210 `delete-forward-char'. (Bug#16109)
5211
5212 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5213
5214 * progmodes/python.el (python-indent-calculate-indentation):
5215 Fix de-denters cornercase. (Bug#15731)
5216
5217 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
5218
5219 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
5220 (advice--make): Pay attention to `depth'.
5221 (advice--make-1): Don't autoload commands eagerly.
5222 * emacs-lisp/elp.el (elp-instrument-function):
5223 * emacs-lisp/trace.el (trace-function-internal):
5224 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
5225
5226 * iswitchb.el (iswitchb-mode): Don't belittle ido.
5227
5228 2013-12-12 Eli Zaretskii <eliz@gnu.org>
5229
5230 * term/w32-win.el (w32-handle-dropped-file):
5231 * startup.el (normal-top-level):
5232 * net/browse-url.el (browse-url-file-url):
5233 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
5234 decode file names using 'utf-8' rather than
5235 file-name-coding-system.
5236
5237 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5238
5239 * progmodes/python.el (python-indent-context)
5240 (python-indent-calculate-indentation): Fix auto-identation
5241 behavior for comment blocks. (Bug#15916)
5242
5243 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
5244
5245 * progmodes/python.el (python-indent-calculate-indentation):
5246 When determining indentation, don't treat "return", "pass", etc., as
5247 operators when they are just string constituents. (Bug#15812)
5248
5249 2013-12-12 Juri Linkov <juri@jurta.org>
5250
5251 * uniquify.el (uniquify-buffer-name-style): Change default to
5252 `post-forward-angle-brackets'.
5253
5254 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
5255 `uniquify'. Change default to `post-forward-angle-brackets'.
5256
5257 2013-12-11 Glenn Morris <rgm@gnu.org>
5258
5259 * emacs-lisp/package.el (finder-list-matches):
5260 Autoload rather than falsely declaring.
5261
5262 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
5263
5264 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
5265 (eww-mode-map): Use them.
5266
5267 2013-12-11 Martin Rudalics <rudalics@gmx.at>
5268
5269 * window.el (display-buffer-in-side-window): Fix doc-string
5270 (Bug#16115).
5271
5272 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
5273
5274 * vc/vc-git.el: Silence byte-compiler warnings.
5275 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
5276 (log-edit-set-header): Declare.
5277
5278 2013-12-11 Eli Zaretskii <eliz@gnu.org>
5279
5280 * Makefile.in (custom-deps, finder-data): Run output file names
5281 through unmsys--file-name. (Bug#16099)
5282
5283 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
5284
5285 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
5286 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
5287
5288 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
5289 instead of deleting the selection "by hand" (bug#16098).
5290 Rely on insert-for-yank to yank rectangles.
5291 (cua-highlight-region-shift-only): Mark obsolete.
5292 (cua-mode): Don't enable/disable transient-mark-mode,
5293 shift-select-mode (cua-mode works both with and without them), and
5294 pc-selection-mode (obsolete).
5295 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
5296 (cua--deactivate-rectangle): Deactivate it.
5297
5298 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
5299 (delete-selection-helper): Make sure yank starts at the top of the
5300 deleted region.
5301 (minibuffer-keyboard-quit): Use region-active-p.
5302
5303 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
5304
5305 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
5306 to `delete' (bug#16109).
5307
5308 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5309
5310 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
5311 info manual and show keybindings and set `:group' keyword.
5312
5313 2013-12-11 Juri Linkov <juri@jurta.org>
5314
5315 * delsel.el (delete-active-region): Let-bind `this-command'
5316 to prevent `kill-region' from changing its original value.
5317 (delete-selection-helper): Handle `overwrite-mode' for the type
5318 `kill' exactly the same way as for the type `t'.
5319 (insert-char, quoted-insert, reindent-then-newline-and-indent):
5320 Support more commands. (Bug#13312)
5321
5322 2013-12-11 Juri Linkov <juri@jurta.org>
5323
5324 * bindings.el: Map kp keys to non-kp keys systematically
5325 with basic modifiers control, meta and shift. (Bug#14397)
5326
5327 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5328
5329 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
5330 "Close browser" menu items. Fix wrong function of "List
5331 bookmarks".
5332
5333 2013-12-11 Juri Linkov <juri@jurta.org>
5334
5335 * misearch.el (multi-isearch-buffers): Set the value of
5336 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5337 arg of isearch-forward to t.
5338 (multi-isearch-buffers-regexp): Set the value of
5339 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
5340 arg of isearch-forward-regexp to t.
5341 (multi-isearch-files): Set the value of
5342 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5343 arg of isearch-forward to t.
5344 (multi-isearch-files-regexp): Set the value of
5345 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
5346 arg of isearch-forward-regexp to t. (Bug#16035)
5347
5348 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
5349 arg of isearch-forward to t.
5350 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
5351 arg of isearch-forward-regexp to t.
5352 (dired-isearch-filter-filenames): Remove unnecessary check for
5353 `dired-isearch-filenames'.
5354
5355 * comint.el (comint-history-isearch-backward):
5356 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
5357 (comint-history-isearch-backward-regexp):
5358 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
5359
5360 2013-12-10 Eli Zaretskii <eliz@gnu.org>
5361
5362 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
5363 unmsys--file-name. (Bug#16099)
5364
5365 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
5366
5367 * emacs-lisp/package.el (package-keyword-button-action):
5368 Remove finder.el require dependency.
5369
5370 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
5371
5372 * emacs-lisp/package.el: Require finder.el.
5373 (describe-package-1): Add keyword buttons.
5374 (package-make-button): New convenience function.
5375 (package-keyword-button-action): Keyword button action using
5376 `finder-list-matches'.
5377
5378 2013-12-09 Eli Zaretskii <eliz@gnu.org>
5379
5380 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
5381 last commit.
5382
5383 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
5384
5385 * autorevert.el (auto-revert-notify-add-watch): Do not handle
5386 symlinked files.
5387
5388 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5389
5390 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5391 after the end of a percent literal.
5392
5393 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
5394
5395 * progmodes/ruby-mode.el (ruby-forward-string): Document.
5396 Handle caret-delimited strings (Bug#16079).
5397
5398 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
5399
5400 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
5401 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
5402 `ruby-parse-partial' (Bug#16078).
5403
5404 2013-12-09 Leo Liu <sdl.web@gmail.com>
5405
5406 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
5407
5408 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
5409
5410 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
5411 (js-switch-indent-offset): New option.
5412 (js--proper-indentation): Use it. And handle the case when
5413 "default" is actually a key in an object literal.
5414 (js--same-line): New function.
5415 (js--multi-line-declaration-indentation): Use it.
5416 (js--indent-in-array-comp, js--array-comp-indentation):
5417 New functions.
5418 (js--proper-indentation): Use them, to handle array comprehension
5419 continuations.
5420
5421 2013-12-08 Leo Liu <sdl.web@gmail.com>
5422
5423 * progmodes/flymake.el (flymake-highlight-line): Re-write.
5424 (flymake-make-overlay): Remove arg MOUSE-FACE.
5425 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
5426
5427 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
5430 New function.
5431 (redisplay-highlight-region-function): Use it.
5432
5433 * emulation/cua-base.el (cua--explicit-region-start)
5434 (cua--last-region-shifted): Remove.
5435 (cua--deactivate): Use deactivate-mark.
5436 (cua--pre-command-handler-1): Don't handle shift-selection.
5437 (cua--post-command-handler-1): Don't change transient-mark-mode.
5438 (cua--select-keymaps): Use region-active-p rather than
5439 cua--explicit-region-start or cua--last-region-shifted.
5440 (cua-mode): Enable shift-select-mode.
5441
5442 2013-12-08 Leo Liu <sdl.web@gmail.com>
5443
5444 * progmodes/flymake.el (flymake-popup-current-error-menu):
5445 Rename from flymake-display-err-menu-for-current-line. Reimplement.
5446 (flymake-posn-at-point-as-event, flymake-popup-menu)
5447 (flymake-make-emacs-menu): Remove. (Bug#16077)
5448
5449 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
5450
5451 * rect.el (rectangle-mark-mode): Activate mark even if
5452 transient-mark-mode is off (bug#16066).
5453 (rectangle--highlight-for-redisplay): Fix boundary condition when point
5454 is > mark and at bolp.
5455
5456 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
5457 (region-extract-function): Use it.
5458 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
5459 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
5460 Delete functions.
5461 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
5462 kill-ring-save, kill-region, delete-char, delete-forward-char.
5463 Ignore self-insert-iso.
5464
5465 * emulation/cua-gmrk.el (cua--init-global-mark):
5466 Ignore `self-insert-iso'.
5467
5468 * emulation/cua-base.el (cua--prefix-copy-handler)
5469 (cua--prefix-cut-handler): Rely on region-extract-function rather than
5470 checking cua--rectangle.
5471 (cua-delete-region): Use region-extract-function.
5472 (cua-replace-region): Delete function.
5473 (cua-copy-region, cua-cut-region): Obey region-extract-function.
5474 (cua--pre-command-handler-1): Don't do the delete-selection thing.
5475 (cua--self-insert-char-p): Ignore `self-insert-iso'.
5476 (cua--init-keymaps): Don't remap delete-selection commands.
5477 (cua-mode): Use delete-selection-mode instead of rolling our own
5478 (bug#16085).
5479
5480 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
5481 Obey region-extract-function.
5482
5483 Make registers and delete-selection-mode work on rectangles.
5484 * register.el (describe-register-1): Don't modify the register's value.
5485 (copy-to-register): Obey region-extract-function.
5486 * delsel.el (delete-active-region): Obey region-extract-function.
5487
5488 2013-12-08 Leo Liu <sdl.web@gmail.com>
5489
5490 * progmodes/flymake.el (flymake, flymake-error-bitmap)
5491 (flymake-warning-bitmap, flymake-fringe-indicator-position)
5492 (flymake-compilation-prevents-syntax-check)
5493 (flymake-start-syntax-check-on-newline)
5494 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
5495 (flymake-start-syntax-check-on-find-file, flymake-log-level)
5496 (flymake-xml-program, flymake-master-file-dirs)
5497 (flymake-master-file-count-limit)
5498 (flymake-allowed-file-name-masks): Relocate.
5499 (flymake-makehash, flymake-float-time)
5500 (flymake-replace-regexp-in-string, flymake-split-string)
5501 (flymake-get-temp-dir): Remove.
5502 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
5503 (flymake-current-row, flymake-selected-frame)
5504 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
5505 related functions. (Bug#16077)
5506
5507 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
5508
5509 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
5510
5511 2013-12-07 Tassilo Horn <tsdh@gnu.org>
5512
5513 * help-fns.el (describe-function-1): Use new advice-* functions
5514 rather than old ad-* functions. Fix function type description and
5515 source links for advised functions and subrs.
5516
5517 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
5518
5519 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
5520
5521 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
5522
5523 * progmodes/compile.el (compilation-start):
5524 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
5525
5526 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
5527 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
5528
5529 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5530
5531 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
5532 Touch up the last change.
5533
5534 2013-12-06 Leo Liu <sdl.web@gmail.com>
5535
5536 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
5537 (inferior-octave-startup): Always use "octave> " for prompt.
5538 (octave-goto-function-definition)
5539 (octave-sync-function-file-names)
5540 (octave-find-definition-default-filename): Remove redundant backquotes.
5541
5542 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5543
5544 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
5545 syntax for `?'.
5546 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
5547 where appropriate already.
5548 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
5549 end of method names (Bug#15874).
5550
5551 2013-12-06 Juri Linkov <juri@jurta.org>
5552
5553 * isearch.el (isearch--saved-overriding-local-map):
5554 New internal variable.
5555 (isearch-mode): Set it to the initial value of
5556 `overriding-terminal-local-map'.
5557 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
5558 with `isearch--saved-overriding-local-map'. (Bug#16035)
5559
5560 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
5561
5562 * progmodes/octave.el (inferior-octave-completion-table):
5563 Turn back into function, use `completion-table-with-cache'
5564 (Bug#11906). Update all references.
5565
5566 * minibuffer.el (completion-table-with-cache): New function.
5567
5568 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
5569
5570 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
5571
5572 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
5573
5574 * net/eww.el (eww-current-source): New variable to store page
5575 source.
5576 (eww-display-html, eww-mode, eww-save-history)
5577 (eww-restore-history): Use it.
5578 (eww-view-source): New command to view page source.
5579 Opportunistically uses `html-mode' to highlight the buffer.
5580 (eww-mode-map): Install it.
5581
5582 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
5583
5584 * net/dbus.el (dbus-unregister-service)
5585 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
5586 Fix docstring.
5587 (dbus-unregister-service): Skip :serial entries in
5588 `dbus-registered-objects-table'.
5589 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
5590
5591 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
5592
5593 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
5594 around keywords with extra `split-string' argument.
5595
5596 2013-12-04 Martin Rudalics <rudalics@gmx.at>
5597
5598 * windmove.el (windmove-other-window-loc): Handle navigation
5599 between windows (excluding the minibuffer window - Bug#16017).
5600
5601 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
5602
5603 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
5604 in D-Bus type syntax.
5605 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
5606 preserve unibyte strings. (Bug#16048)
5607
5608 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
5611 Call force-mode-line-update is the proper buffer (bug#16042).
5612
5613 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
5614
5615 * vc/log-edit.el (log-edit-add-new-comment): Rename to
5616 `log-edit-remember-comment', make argument optional. Adjust all
5617 callers.
5618 (log-edit-mode): Add `log-edit-remember-comment' to
5619 `kill-buffer-hook' locally.
5620 (log-edit-kill-buffer): Don't remember comment explicitly since
5621 the buffer is killed anyway.
5622
5623 2013-12-04 Juri Linkov <juri@jurta.org>
5624
5625 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
5626 add-hook and remove-hook for multi-buffer search. (Bug#16035)
5627
5628 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
5629
5630 * notifications.el (notifications-close-notification): Call the
5631 D-Bus method with ID being a `:uint32'. (Bug#16030)
5632
5633 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
5634
5635 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
5636
5637 2013-12-03 Juri Linkov <juri@jurta.org>
5638
5639 * progmodes/compile.el (compilation-start): Rename window alist
5640 entry `no-display-ok' to `allow-no-window'.
5641
5642 * simple.el (shell-command): Add window alist entry
5643 `allow-no-window' to `display-buffer'.
5644 (async-shell-command): Doc fix.
5645
5646 * window.el (display-buffer-no-window): New action function.
5647 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
5648
5649 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5650
5651 * vc/log-edit.el (log-edit-set-header): Extract from
5652 `log-edit-toggle-header'.
5653 (log-edit-extract-headers): Separate the summary, when extracted
5654 from header, from the rest of the message with an empty line.
5655
5656 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
5657 line, if present, to the Summary header.
5658
5659 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
5662 in current-buffer (bug#16029).
5663
5664 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
5665
5666 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
5667 (debugger-mode-map): Bind it.
5668 (debugger--backtrace-base): New function.
5669 (debugger-eval-expression): Use it.
5670 (debugger-frame-number): Skip local vars when present.
5671 (debugger--locals-visible-p, debugger--insert-locals)
5672 (debugger--show-locals, debugger--hide-locals): New functions.
5673
5674 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
5675
5676 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
5677 "LC_ALL".
5678 (tramp-get-remote-locale): New defun.
5679 (tramp-open-connection-setup-interactive-shell): Use it.
5680
5681 2013-12-02 Leo Liu <sdl.web@gmail.com>
5682
5683 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
5684
5685 * progmodes/sh-script.el (sh-shell-process):
5686 * progmodes/octave.el (inferior-octave-process-live-p):
5687 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
5688 (gdb-inferior-io-sentinel):
5689 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
5690
5691 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5692
5693 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
5694 `save-selected-window' to `log-edit-hide-buf'. This makes
5695 `log-edit-show-files' idempotent.
5696 (log-edit-show-files): Mark the new window as dedicated.
5697
5698 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
5699
5700 * vc/log-edit.el (log-edit-mode-map): Add binding for
5701 `log-edit-kill-biffer'.
5702 (log-edit-hide-buf): Add a FIXME comment.
5703 (log-edit-add-new-comment): New function, extracted from
5704 `log-edit-done'.
5705 (log-edit-done, log-edit-add-to-changelog): Use it.
5706 (log-edit-kill-buffer): New command.
5707
5708 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5709
5710 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
5711 instead of killing the buffer.
5712
5713 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
5716
5717 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5718
5719 * net/eww.el (eww-form-checkbox-selected-symbol)
5720 (eww-form-checkbox-symbol): New customizable variable.
5721 (eww-form-checkbox, eww-toggle-checkbox):
5722 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
5723
5724 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
5725 (shr--get-media-pref, shr--extract-best-source): New function.
5726 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
5727 no :src tag was specified.
5728
5729 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
5730 (eww-render): Handle `eww-use-external-browser-for-content-type'.
5731 Use \\` to match beginning of string instead of ^.
5732 (eww-browse-with-external-browser): Provide optional URL parameter.
5733 (eww-render): Set `eww-current-title' back to "".
5734
5735 * net/shr.el (shr-tag-video): Display content for video if no
5736 poster is available.
5737 (shr-tag-audio): Add support for <audio> tag.
5738
5739 * net/eww.el (eww-text-input-types): New const.
5740 (eww-process-text-input): Treat input types in
5741 `eww-text-input-types' as text.
5742
5743 * net/shr.el (shr-tag-table): Fix comment typo.
5744
5745 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5746
5747 * net/eww.el (eww-follow-link): New command to avoid reloading
5748 pages when we follow #target links (bug#15243).
5749 (eww-quit): Special mode buffers shouldn't query before exiting.
5750
5751 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5752
5753 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
5754 forms.
5755
5756 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5757
5758 * net/eww.el (eww-restore-history): Update the window title after
5759 moving in the history.
5760 (eww-current-dom): New variable used to save the current DOM.
5761
5762 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
5763
5764 * vc/log-edit.el (log-edit-mode-map): Add binding for
5765 `log-edit-beginning-of-line'.
5766 (log-edit-setup-add-author): New user option.
5767 (log-edit-beginning-of-line): New command.
5768 (log-edit): Move major mode call above the contents setup so that
5769 the local variable values are already applied.
5770 (log-edit): Only insert "Author: " when
5771 `log-edit-setup-add-author' is non-nil.
5772 (log-edit): When SETUP is non-nil, position point after ": "
5773 instead of point-min.
5774
5775 2013-12-01 Glenn Morris <rgm@gnu.org>
5776
5777 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
5778
5779 2013-11-30 Eli Zaretskii <eliz@gnu.org>
5780
5781 * startup.el (fancy-splash-frame): On MS-Windows, trigger
5782 redisplay to make sure the initial frame gets a chance to become
5783 visible. (Bug#16014)
5784
5785 2013-11-30 Martin Rudalics <rudalics@gmx.at>
5786
5787 Support resizing frames and windows pixelwise.
5788 * cus-start.el (frame-resize-pixelwise)
5789 (window-resize-pixelwise): New entries.
5790 * emacs-lisp/debug.el (debug): Use window-total-height instead
5791 of window-total-size.
5792 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
5793 * help.el (describe-bindings-internal): Use help-buffer as
5794 argument for with-help-window.
5795 (temp-buffer-max-width): New option.
5796 (resize-temp-buffer-window, help-window-setup)
5797 (with-help-window): Rewrite.
5798 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
5799 dragging dividers.
5800 * window.el (frame-char-size, window-min-pixel-height)
5801 (window-safe-min-pixel-height, window-safe-min-pixel-width)
5802 (window-min-pixel-width, window-safe-min-pixel-size)
5803 (window-combination-p, window-safe-min-size)
5804 (window-resizable-p, window--size-to-pixel)
5805 (window--pixel-to-size, window--resize-apply-p): New functions.
5806 (window-safe-min-height): Fix doc-string.
5807 (window-size, window-min-size, window--min-size-1)
5808 (window-sizable, window-sizable-p, window--min-delta-1)
5809 (window-min-delta, window--max-delta-1, window-max-delta)
5810 (window--resizable, window--resizable-p, window-resizable)
5811 (window-full-height-p, window-full-width-p, window-at-side-p)
5812 (window--in-direction-2, window-in-direction)
5813 (window--resize-reset-1, window--resize-mini-window)
5814 (window-resize, window-resize-no-error)
5815 (window--resize-child-windows-normal)
5816 (window--resize-child-windows, window--resize-siblings)
5817 (window--resize-this-window, window--resize-root-window)
5818 (window--resize-root-window-vertically)
5819 (adjust-window-trailing-edge, enlarge-window, shrink-window)
5820 (maximize-window, minimize-window, delete-window)
5821 (quit-restore-window, window-split-min-size, split-window)
5822 (balance-windows-2, balance-windows)
5823 (balance-windows-area-adjust, balance-windows-area)
5824 (window--state-get-1, window-state-get, window--state-put-1)
5825 (window--state-put-2, window-state-put)
5826 (display-buffer-record-window, window--display-buffer):
5827 Make functions handle pixelwise sizing of windows.
5828 (display-buffer--action-function-custom-type)
5829 (display-buffer-fallback-action):
5830 Add display-buffer-in-previous-window.
5831 (display-buffer-use-some-window): Resize window to height it had
5832 before.
5833 (fit-window-to-buffer-horizontally): New option.
5834 (fit-frame-to-buffer): Describe new values.
5835 (fit-frame-to-buffer-bottom-margin): Replace with
5836 fit-frame-to-buffer-margins.
5837 (window--sanitize-margin): New function.
5838 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
5839 using window-text-pixel-size.
5840
5841 2013-11-30 Glenn Morris <rgm@gnu.org>
5842
5843 * emacs-lisp/bytecomp.el (byte-compile-form):
5844 Make the `interactive-only' warning like the `obsolete' one.
5845 * comint.el (comint-run):
5846 * files.el (insert-file-literally, insert-file):
5847 * replace.el (replace-string, replace-regexp):
5848 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
5849 (goto-line, insert-buffer, next-line, previous-line):
5850 Tweak `interactive-only' spec.
5851
5852 Stop keeping (most) generated cedet grammar files in the repository.
5853 * Makefile.in (semantic): New.
5854 (compile-main): Depend on semantic.
5855
5856 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
5859 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
5860
5861 * uniquify.el (uniquify-buffer-name-style): Change default.
5862
5863 * loadup.el: Preload "uniquify".
5864
5865 * time.el (display-time-update): Update all mode lines (bug#15999).
5866
5867 * electric.el (electric-indent-mode): Enable by default.
5868 * loadup.el: Preload "electric".
5869
5870 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
5871
5872 * emacs-lisp/helpers.el (string-empty-p): New function.
5873 (string-blank-p): New function.
5874
5875 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
5876
5877 * imenu.el (imenu--index-alist): Add missing dot to the docstring
5878 (Bug#14029).
5879
5880 2013-11-29 Andreas Politz <politza@fh-trier.de>
5881 * imenu.el (imenu--subalist-p): Don't error on non-conses and
5882 allow non-lambda lists as functions.
5883 (imenu--in-alist): Don't recurse into non-subalists.
5884 (imenu): Don't pass function itself as an argument (Bug#14029).
5885
5886 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
5887
5888 * progmodes/python.el (python-mode-map): Remove binding for ":".
5889 (python-indent-electric-colon): Remove command.
5890 (python-indent-post-self-insert-function): Integrate the previous code
5891 of python-indent-electric-colon. Make it conditional on
5892 electric-indent-mode.
5893 (python-mode): Add ?: to electric-indent-chars.
5894 Move python-indent-post-self-insert-function to the end of
5895 post-self-insert-hook.
5896
5897 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5898
5899 * doc-view.el (doc-view-goto-page): Update mode-line.
5900
5901 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
5902
5903 2013-11-27 Glenn Morris <rgm@gnu.org>
5904
5905 * international/charprop.el, international/uni-bidi.el:
5906 * international/uni-category.el, international/uni-combining.el:
5907 * international/uni-comment.el, international/uni-decimal.el:
5908 * international/uni-decomposition.el, international/uni-digit.el:
5909 * international/uni-lowercase.el, international/uni-mirrored.el:
5910 * international/uni-name.el, international/uni-numeric.el:
5911 * international/uni-old-name.el, international/uni-titlecase.el:
5912 * international/uni-uppercase.el:
5913 Remove generated files from VCS repository.
5914
5915 2013-11-27 Eli Zaretskii <eliz@gnu.org>
5916
5917 * filenotify.el (file-notify-add-watch): Don't special-case
5918 w32notify when computing the directory to watch.
5919
5920 2013-11-27 Glenn Morris <rgm@gnu.org>
5921
5922 Make bootstrap without generated uni-*.el files possible again.
5923 * loadup.el: Update command-line-args checking for unidata-gen.
5924 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
5925 * composite.el, international/characters.el:
5926 Handle unicode tables being undefined.
5927
5928 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
5929 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
5930 (compile-main): Depend on leim rule.
5931 (leim): New rule.
5932 * loadup.el: Move leim-list.el to leim/ subdirectory.
5933 * startup.el (normal-top-level): No more leim directory.
5934 * international/ja-dic-cnv.el (skkdic-convert):
5935 Disable version-control and autoloads in output files.
5936 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
5937 Disable version-control and autoloads in output files.
5938 * leim/quail: Move here from ../leim.
5939 * leim/quail/hangul.el (hangul-input-method-activate):
5940 Add autoload cookie.
5941 (generated-autoload-load-name): Set file-local value.
5942 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
5943 (generated-autoload-load-name): Set file-local value.
5944
5945 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
5946
5947 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
5948 (eww-add-bookmark): Ask confirmation when add to bookmarks.
5949 (eww-quit): Ask confirmation before quitting eww.
5950
5951 2013-11-26 Eli Zaretskii <eliz@gnu.org>
5952
5953 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
5954 reading output from Diff on MS-Windows and MS-DOS.
5955
5956 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
5957
5958 * emacs-lisp/helpers.el (string-reverse): New function.
5959
5960 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
5961
5962 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
5963 names on MS Windows, like "/[::1]:".
5964
5965 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
5966 SWITCHES.
5967
5968 2013-11-26 Glenn Morris <rgm@gnu.org>
5969
5970 * progmodes/python.el (python-indent-guess-indent-offset):
5971 Avoid corner-case error. (Bug#15975)
5972
5973 Preload leim-list.el. (Bug#4789)
5974 * loadup.el: Load leim-list.el when found.
5975 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
5976
5977 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
5978
5979 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
5980
5981 * emacs-lisp/helpers.el (string-join): New function.
5982
5983 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
5984
5985 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5986 Mark as obsolete and replace it with a symbol property.
5987 (byte-compile-form): Use new 'interactive-only property.
5988 * comint.el, files.el, replace.el, simple.el:
5989 Apply new 'interactive-only properly.
5990
5991 2013-11-25 Martin Rudalics <rudalics@gmx.at>
5992
5993 * window.el (display-buffer-at-bottom): Make sure that
5994 split-window-sensibly creates the new window on bottom
5995 (Bug#15961).
5996
5997 2013-11-23 David Kastrup <dak@gnu.org>
5998
5999 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
6000 on the conflict markers when available.
6001 (smerge--get-marker): New function.
6002 (smerge-end-re, smerge-base-re): Add subgroup.
6003
6004 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6005
6006 * frame.el (handle-focus-in, handle-focus-out): Add missing
6007 interactive spec.
6008
6009 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
6010
6011 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6012 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
6013
6014 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
6017 (gomoku--last-pos): New var.
6018 (gomoku--intangible-chars): New const.
6019 (gomoku--intangible): New function.
6020 (gomoku-mode): Use it. Derive from special-mode.
6021 (gomoku-move-up): Adjust line count.
6022 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
6023 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
6024 Simplify accordingly.
6025
6026 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
6027 Remove blink-cursor code.
6028 (blink-cursor-timer-function, blink-cursor-suspend):
6029 Don't special-case GUIs.
6030 (blink-cursor-mode): Use focus-in/out-hook.
6031
6032 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
6033
6034 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
6035 work when annotation is invisible (Bug#13886).
6036
6037 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
6038
6039 * json.el (json-alist-p): Only return non-nil if the alist has
6040 simple keys (Bug#13518).
6041
6042 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
6043
6044 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
6045 when control-statement is the first statement in a buffer (Bug#15956).
6046
6047 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
6048
6049 * imenu.el (imenu-generic-skip-comments-and-strings):
6050 New option (Bug#15560).
6051 (imenu--generic-function): Use it.
6052
6053 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
6054
6055 * minibuffer.el (completion--in-region-1): Scroll the correct window.
6056 (Bug#13898)
6057
6058 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
6059
6060 * emacs-lisp/helpers.el: Add some string helpers.
6061 (string-trim-left): Removes leading whitespace.
6062 (string-trim-right): Removes trailing whitespace.
6063 (string-trim): Removes leading and trailing whitespace.
6064
6065 * subr.el (string-suffix-p): New function.
6066
6067 2013-11-23 Glenn Morris <rgm@gnu.org>
6068
6069 * progmodes/python.el (python-shell-send-file):
6070 Add option to delete file when done. (Bug#15647)
6071 (python-shell-send-string, python-shell-send-region): Use it.
6072
6073 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
6074
6075 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
6076 to set buffer-read-only to t, never to nil. (Bug#15938)
6077
6078 * textmodes/tex-mode.el (latex-noindent-environments):
6079 Add safe-local-variable property. (Bug#15936)
6080
6081 2013-11-23 Glenn Morris <rgm@gnu.org>
6082
6083 * textmodes/enriched.el (enriched-mode): Doc fix.
6084 * emacs-lisp/authors.el (authors-renamed-files-alist):
6085 Add enriched.doc -> enriched.txt.
6086
6087 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
6088
6089 2013-11-22 Leo Liu <sdl.web@gmail.com>
6090
6091 * progmodes/octave.el (inferior-octave-startup): Spit out error
6092 message.
6093
6094 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
6095
6096 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6097 Improve docstring.
6098 Add :version.
6099 (ruby-encoding-magic-comment-style): Add :version.
6100
6101 2013-11-22 Leo Liu <sdl.web@gmail.com>
6102
6103 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
6104 (Bug#15076)
6105 (octave-help-mode): Adapt to change to help-mode-finish to use
6106 derived-mode-p on 2013-09-17.
6107 (inferior-octave-prompt): Also match octave-gui.
6108 (octave-kill-process): Don't ask twice. (Bug#10564)
6109
6110 2013-11-22 Leo Liu <sdl.web@gmail.com>
6111
6112 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
6113 (inferior-octave-startup, inferior-octave-check-process)
6114 (inferior-octave-track-window-width-change)
6115 (octave-completion-at-point, octave-eldoc-function): Use it.
6116 (octave-kill-process): Provide confirmation. (Bug#10564)
6117
6118 2013-11-21 Leo Liu <sdl.web@gmail.com>
6119
6120 * progmodes/octave.el (octave-mode, inferior-octave-mode):
6121 Fix obsolete variable comment-use-global-state.
6122
6123 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6124
6125 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
6126 Add `octave-source-file'.
6127 (octave-source-file): New function. (Bug#15935)
6128
6129 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
6130
6131 * net/eww.el (eww-local-regex): New variable.
6132 (eww): Use it to detect localhost and similar.
6133
6134 2013-11-21 Leo Liu <sdl.web@gmail.com>
6135
6136 Add completion for command `ag'.
6137 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
6138 (pcomplete/ag): New function.
6139 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
6140
6141 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
6144 (bug#14646).
6145 (make-obsolete): Remove interactive spec.
6146
6147 2013-11-21 Glenn Morris <rgm@gnu.org>
6148
6149 * startup.el (command-line-1): Use path-separator with -L.
6150
6151 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
6152
6153 * emacs-lisp/package.el (describe-package-1): Add package archive
6154 to shown fields.
6155
6156 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
6157
6158 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
6159 Change default to "# encoding: %s" to differentiate it from the
6160 default Ruby encoding comment template.
6161
6162 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
6163
6164 * ses.el (ses-mode): Doc fix. (Bug#14748)
6165
6166 2013-11-20 Leo Liu <sdl.web@gmail.com>
6167
6168 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
6169
6170 2013-11-19 Dan Nicolaescu <dann@gnu.org>
6171
6172 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
6173 when rebase or bisect are in progress.
6174
6175 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
6176
6177 * filenotify.el (file-notify-add-watch): Doc fix.
6178
6179 2013-11-19 Leo Liu <sdl.web@gmail.com>
6180
6181 * obsolete/rcompile.el: Mark obsolete.
6182
6183 * progmodes/compile.el (compilation-start)
6184 (compilation-goto-locus, compilation-find-file):
6185 Pass no-display-ok and handle nil value from display-buffer.
6186 (Bug#13594)
6187
6188 * window.el (display-buffer-alist, display-buffer): Document the
6189 new parameter no-display-ok. Return either a window or nil
6190 but never a non-window value.
6191
6192 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * electric.el (electric-indent-mode-map): Remove.
6195 (electric-indent-mode): Change the global-map instead (bug#15915).
6196
6197 * textmodes/text-mode.el (paragraph-indent-minor-mode):
6198 Use add-function.
6199
6200 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * emacs-lisp/nadvice.el (remove-function): Align with
6203 add-function's behavior.
6204
6205 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
6206 (gdb--string-regexp): New constant.
6207 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6208 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
6209 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
6210 submatch 1.
6211 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
6212 Adjust use accordingly.
6213 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
6214
6215 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
6216
6217 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
6218 interpolation curlies (Bug#15914).
6219
6220 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
6221
6222 * calc/calc.el (calc-context-sensitive-enter): New variable.
6223 (calc-enter): Use `calc-context-sensitive-enter'.
6224
6225 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
6226
6227 * progmodes/cfengine.el: Version bump.
6228 (cfengine-cf-promises): New defcustom to locate cf-promises.
6229 (cfengine3-vartypes): Add new "data" type.
6230 (cfengine3--current-word): New function to get current name-like
6231 word or its bounds.
6232 (cfengine3--current-function): New function to look up a CFEngine
6233 function's definition.
6234 (cfengine3-format-function-docstring): New function.
6235 (cfengine3-make-syntax-cache): New function.
6236 (cfengine3-documentation-function): New function: ElDoc glue.
6237 (cfengine3-completion-function): New function: completion glue.
6238 (cfengine3-mode): Set `compile-command',
6239 `eldoc-documentation-function', and add to
6240 `completion-at-point-functions'.
6241
6242 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
6243
6244 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
6245 `tramp-current-connection'.
6246
6247 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
6248
6249 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
6250 nil/self/true/false with "end of symbol".
6251
6252 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
6253
6254 * subr.el (version-regexp-alist): Fix a typo.
6255
6256 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
6257
6258 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
6259 "en_US.utf8" and "LC_CTYPE" to "".
6260 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
6261 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
6262
6263 2013-11-15 Leo Liu <sdl.web@gmail.com>
6264
6265 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
6266
6267 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * progmodes/gud.el (ctl-x-map):
6270 Remove C-x SPC binding. (Bug#12342)
6271 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
6272
6273 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
6274
6275 * subr.el (version-regexp-alist):
6276 Recognize hg, svn and darcs versions as snapshot versions.
6277
6278 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
6279 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
6280 (ruby--encoding-comment-required-p): Extract from
6281 `ruby-mode-set-encoding'.
6282 (ruby-mode-set-encoding): Add the ability to always insert an
6283 utf-8 encoding comment. Fix and simplify coding comment update
6284 logic.
6285
6286 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
6287
6288 * net/tramp-gvfs.el (top): Run init code only when
6289 `tramp-gvfs-enabled' is not nil.
6290 (tramp-gvfs-enabled): Check also :system bus.
6291
6292 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6293
6294 Sync with upstream verilog-mode revision 78e66ba.
6295 * progmodes/verilog-mode.el (verilog-end-of-defun)
6296 (verilog-type-completion, verilog-get-list): Remove unused funcs.
6297 (verilog-get-end-of-defun): Remove unused argument.
6298 (verilog-comment-depth): Remove unused local `e'.
6299 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
6300 Don't pass arg to verilog-get-end-of-defun.
6301
6302 2013-11-14 Glenn Morris <rgm@gnu.org>
6303
6304 * obsolete/assoc.el (aget): Prefix dynamic variable.
6305
6306 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
6307
6308 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * widget.el, hfy-cmap.el: Remove bogus package version number.
6311
6312 2013-11-13 Glenn Morris <rgm@gnu.org>
6313
6314 * replace.el (replace-eval-replacement):
6315 Try to give more helpful error message. (Bug#15836)
6316
6317 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
6318 (archive-7z-update): Avoid custom type mismatches.
6319
6320 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
6321
6322 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
6323
6324 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
6325 address can be empty.
6326
6327 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
6328 Accept nil SWITCHES.
6329 (tramp-gvfs-handle-write-region): Implement APPEND.
6330
6331 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
6332
6333 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
6334 binary "|" operator and closing block args delimiter.
6335 Remove FIXME comment referring to Ruby 1.8-only syntax.
6336 (ruby-smie--implicit-semi-p): Not after "|" operator.
6337 (ruby-smie--closing-pipe-p): New function.
6338 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
6339 (ruby-smie-rules): Indent after "|".
6340
6341 2013-11-12 Glenn Morris <rgm@gnu.org>
6342
6343 * ps-print.el (ps-face-attribute-list):
6344 Handle anonymous faces. (Bug#15827)
6345
6346 2013-11-12 Martin Rudalics <rudalics@gmx.at>
6347
6348 * window.el (display-buffer-other-frame): Fix doc-string.
6349 (Bug#15868)
6350
6351 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6352
6353 * subr.el (force-mode-line-update): Delete, move to buffer.c.
6354
6355 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
6356
6357 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
6358 (tramp-sh-handle-file-local-copy): Don't write a message when
6359 saving temporary files.
6360
6361 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
6362 both directories are remote.
6363 (tramp-smb-handle-directory-files): Do not return double entries.
6364 Do not expand full file names.
6365 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
6366 (tramp-smb-handle-write-region): Implement APPEND.
6367 (tramp-smb-get-stat-capability): Fix a stupid bug.
6368
6369 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6370
6371 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
6372
6373 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6374
6375 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
6376 throwing error over malformed let/let* (bug#15814).
6377
6378 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * iswitchb.el (iswitchb-mode): Mark obsolete.
6381
6382 2013-11-11 Glenn Morris <rgm@gnu.org>
6383
6384 * international/uni-bidi.el, international/uni-category.el:
6385 * international/uni-name.el, international/uni-numeric.el:
6386 Regenerate for Unicode 6.3.0.
6387
6388 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
6389
6390 * net/tramp.el (tramp-methods):
6391 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
6392 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
6393
6394 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
6395
6396 * progmodes/sh-script.el (sh-font-lock-keywords-var):
6397 Force highlighting text after Summary keyword in doc face for rpm.
6398
6399 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
6400
6401 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
6402 available and the word has no wildcards, append one to the grep pattern.
6403 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
6404 (ispell-complete-word): Call `ispell-lookup-words' with the value
6405 independent of `ispell-look-p'.
6406
6407 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6408
6409 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
6410 Not after "||".
6411 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
6412 their parent.
6413
6414 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
6417 (ruby-font-lock-keywords): Use backquote.
6418
6419 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6420
6421 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6422 (ruby-smie--backward-token): Only consider full-string matches.
6423
6424 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
6425
6426 * faces.el (describe-face): Add distant-foreground.
6427
6428 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
6429
6430 * progmodes/ruby-mode.el: Improve encoding comment handling.
6431 (ruby-encoding-magic-comment-style): New option.
6432 (ruby-custom-encoding-magic-comment-template): New option.
6433 (ruby--insert-coding-comment, ruby--detect-encoding):
6434 New functions extracted from `ruby-mode-set-encoding'.
6435 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
6436 to control the style of the auto-inserted encoding comment.
6437
6438 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6439
6440 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
6441 Use `smie-backward-sexp' with token argument.
6442
6443 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
6444
6445 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6446 Remove instrumentation code.
6447
6448 2013-11-08 Glenn Morris <rgm@gnu.org>
6449
6450 * progmodes/autoconf.el (autoconf-mode):
6451 Tweak comment-start-skip. (Bug#15822)
6452
6453 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
6456 at bobp (bug#15826).
6457 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
6458
6459 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
6460
6461 * man.el (Man-start-calling): New macro, extracted from
6462 Man-getpage-in-background.
6463 (Man-getpage-in-background): Use it.
6464 (Man-update-manpage): New command.
6465 (Man-mode-map): Bind it.
6466
6467 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
6468
6469 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
6470 of "and", "or", "&&" and "||".
6471 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
6472 argument. Prohibit opening curly brace because it could only be a
6473 block opener in that position.
6474 (ruby-smie--forward-token, ruby-smie--backward-token):
6475 Separate "|" from "&" or "*" going after it. That can happen in block
6476 arguments.
6477 (ruby-smie--indent-to-stmt): New function, seeks the end of
6478 previous statement or beginning of buffer.
6479 (ruby-smie-rules): Use it.
6480 (ruby-smie-rules): Check if there's a ":" before a curly block
6481 opener candidate; if there is, it's a hash.
6482
6483 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
6486 (cl--block-wrapper): Fix last accidental change.
6487
6488 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
6489
6490 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
6491 Instrument, in order to hunt failure on hydra.
6492
6493 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6494
6495 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
6496 malformed bindings form (bug#15814).
6497
6498 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
6499
6500 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
6501 "." compared to " @ ". This incidentally fixes some indentation
6502 examples with "do".
6503 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
6504 (ruby-smie-grammar): New tokens: "and" and "or".
6505 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
6506 Exclude "and" and "or". Remove "do" in order to work around token
6507 priorities.
6508 (ruby-smie-rules): Add all infix tokens. Handle the case of
6509 beginning-of-buffer.
6510
6511 2013-11-06 Glenn Morris <rgm@gnu.org>
6512
6513 * Makefile.in (setwins_almost, setwins_for_subdirs):
6514 Avoid accidental matches.
6515
6516 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * menu-bar.el (popup-menu): Use key-binding.
6519
6520 2013-11-06 Eli Zaretskii <eliz@gnu.org>
6521
6522 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
6523 menus, support also the menus produced by minor modes.
6524 (Bug#15817)
6525
6526 2013-11-06 Leo Liu <sdl.web@gmail.com>
6527
6528 * thingatpt.el (thing-at-point-looking-at): Add optional arg
6529 DISTANCE to bound the search. All uses changed. (Bug#15808)
6530
6531 2013-11-06 Glenn Morris <rgm@gnu.org>
6532
6533 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
6534 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
6535 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
6536
6537 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * electric.el (electric-indent-just-newline): New command.
6540 (electric-indent-mode-map): New keymap.
6541 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
6542 Re-add :group which weren't redundant.
6543
6544 * electric.el (electric-indent-local-mode): New minor mode.
6545 (electric-indent-functions-without-reindent): New var.
6546 (electric-indent-post-self-insert-function): Use it.
6547 * emacs-lisp/gv.el (buffer-local-value): Add setter.
6548
6549 2013-11-05 Eli Zaretskii <eliz@gnu.org>
6550
6551 * international/quail.el (quail-help): Be more explicit about the
6552 meaning of the labels shown on the keys. (Bug#15800)
6553
6554 * startup.el (normal-top-level): Load the subdirs.el files before
6555 setting the locale environment. (Bug#15805)
6556
6557 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
6558
6559 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
6560 via arguments so as to get the right ones (bug#15418).
6561
6562 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
6563
6564 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
6565
6566 Fix problems found while writing a test suite.
6567
6568 * net/tramp-compat.el (tramp-compat-load): New defun.
6569 * net/tramp.el (tramp-handle-load): Use it.
6570
6571 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
6572 "(numberp ok-if-already-exists)" correctly.
6573
6574 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
6575
6576 * international/characters.el (glyphless-char-display-control):
6577 Add usage note.
6578
6579 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
6580
6581 * progmodes/python.el (python-mode):
6582 * progmodes/scheme.el (scheme-mode):
6583 * progmodes/prolog.el (prolog-mode):
6584 * progmodes/ruby-mode.el (ruby-mode):
6585 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
6586 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
6587
6588 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * rect.el (rectangle--highlight-for-redisplay):
6591 * emacs-lisp/smie.el (smie--next-indent-change):
6592 Use buffer-chars-modified-tick.
6593
6594 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
6595
6596 * electric.el (electric-indent-post-self-insert-function):
6597 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
6598
6599 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
6600
6601 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
6602
6603 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6604
6605 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
6606 (bug#15786).
6607
6608 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
6611
6612 * progmodes/python.el: Fix up last change.
6613 (python-shell--save-temp-file): New function.
6614 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
6615 `string' comes from the current buffer.
6616 (python-shell-send-string-no-output): Remove `msg' arg.
6617 (python--use-fake-loc): New var.
6618 (python-shell-buffer-substring): Obey it. Try to compensate for the
6619 extra coding line added by python-shell--save-temp-file.
6620 (python-shell-send-region): Use python-shell--save-temp-file and
6621 python-shell-send-file directly. Add `nomain' argument.
6622 (python-shell-send-buffer): Use python-shell-send-region.
6623 (python-electric-pair-string-delimiter): New function.
6624 (python-mode): Use it.
6625
6626 2013-11-04 Eli Zaretskii <eliz@gnu.org>
6627
6628 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
6629 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
6630 environment and decoding all of the default-directory's to here
6631 from command-line.
6632 (command-line): Decode also argv[0].
6633
6634 * loadup.el: Error out if default-directory is a multibyte string
6635 when we are dumping.
6636
6637 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
6638
6639 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
6640
6641 * emacs-lisp/package.el (package-menu-mode)
6642 (package-menu--print-info, package-menu--archive-predicate):
6643 Add Archive column to package list.
6644
6645 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
6646
6647 Fix problems found while writing a test suite.
6648
6649 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
6650 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
6651 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
6652 to nil when running original file name handler. Otherwise,
6653 there are problems with constructs like "$$FOO".
6654
6655 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
6656 for `localname'.
6657
6658 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
6659
6660 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
6661
6662 * subr.el (version<, version<=, version=):
6663 Update docstrings with information for snapshot versions.
6664
6665 * helpers.el: New library for misc helper functions.
6666 (hash-table-keys): New function returning a list of hash keys.
6667 (hash-table-values): New function returning a list of hash values.
6668
6669 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
6670
6671 * progmodes/ruby-mode.el (ruby-smie--forward-token)
6672 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
6673
6674 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
6675
6676 * textmodes/fill.el (fill-single-char-nobreak-p): New function
6677 checking whether point is after a 1-letter word.
6678
6679 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6680
6681 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
6682 Don't infloop when expanding region over `multiline' syntax-type that
6683 begins a line (bug#15778).
6684
6685 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6686
6687 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
6688 Make it into a proper minor mode.
6689 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
6690 (rectangle-mark-mode-map): New keymap.
6691 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
6692
6693 2013-11-04 Glenn Morris <rgm@gnu.org>
6694
6695 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
6696
6697 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
6698
6699 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
6700 (ruby-smie-rules): Use smie-rule-parent instead.
6701
6702 * emacs-lisp/smie.el (smie-rule-parent): Always call
6703 smie-indent-virtual rather than only for hanging tokens.
6704 (smie--next-indent-change): New helper command.
6705
6706 2013-11-03 Glenn Morris <rgm@gnu.org>
6707
6708 * Makefile.in (abs_srcdir): Remove.
6709 (emacs): Unset EMACSLOADPATH.
6710
6711 2013-11-02 Glenn Morris <rgm@gnu.org>
6712
6713 * Makefile.in (EMACS): Use a relative filename.
6714 (abs_top_builddir): Remove.
6715 (custom-deps, finder-data, autoloads): Use --chdir.
6716
6717 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
6718
6719 Use relative filenames in TAGS files.
6720 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6721 (lisptagsfiles4, TAGS): Use relative file names.
6722 (TAGS-LISP): Remove.
6723 (maintainer-clean): No more TAGS-LISP file.
6724
6725 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
6726 (lisptagsfiles4): Use absolute filenames again.
6727 (TAGS, TAGS-LISP): Not everything needs to run in one line.
6728 Remove all *loaddefs files, not just the first. Remove esh-groups.
6729 (maintainer-clean): Delete TAGS, TAGS-LISP.
6730
6731 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6732
6733 * emacs-lisp/package.el (package-version-join):
6734 Recognize snapshot versions.
6735
6736 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6737
6738 * subr.el (version-regexp-alist): Add support for snapshot versions.
6739
6740 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6741
6742 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
6743 New function, replacement for `smie-rule-parent' for when we want to
6744 skip over our direct parent if it's an assignment token..
6745 (ruby-smie-rules): Use it.
6746
6747 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
6748
6749 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
6750 unconditionally. Remove now unnecessary forward declarations.
6751 Remove XEmacs-specific setup.
6752 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6753 (ruby-font-lock-syntactic-keywords)
6754 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
6755 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6756 (ruby-here-doc-end-syntax): Remove.
6757 (ruby-mode): Don't check whether `syntax-propertize-rules' is
6758 defined as function.
6759
6760 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
6761
6762 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
6763
6764 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6765
6766 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
6767 table and abbrev table, `define-derived-mode' does that for us
6768 anyway.
6769
6770 2013-11-01 Glenn Morris <rgm@gnu.org>
6771
6772 * Makefile.in: Remove manual mh-e dependencies (writing .elc
6773 files is atomic for some time, so no parallel compilation issues).
6774
6775 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
6776
6777 * faces.el (face-x-resources): Add :distant-foreground.
6778 (region): Use :distant-foreground for gtk and ns.
6779
6780 2013-11-01 Tassilo Horn <tsdh@gnu.org>
6781
6782 Allow multiple bibliographies when BibLaTeX is used rather than
6783 BibTeX.
6784 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
6785 (reftex-locate-bibliography-files): Us it.
6786
6787 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
6788
6789 * image.el (image-type-header-regexps): Fix the 'pbm' part to
6790 allow comments in pbm files.
6791
6792 * term/w32-win.el (dynamic-library-alist): Support newer versions
6793 of libjpeg starting with v7: look only for the DLL from the
6794 version against which Emacs was built.
6795 Support versions of libpng beyond 1.4.x.
6796 Support libtiff v4.x.
6797
6798 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
6799
6800 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
6801 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
6802 Add property :safe.
6803 (ruby-deep-arglist): Add property :type.
6804
6805 2013-10-31 Glenn Morris <rgm@gnu.org>
6806
6807 * Makefile.in (custom-deps, finder-data): No need to setq the target
6808 variables, we are in the right directory and the defaults work fine.
6809
6810 2013-10-30 Glenn Morris <rgm@gnu.org>
6811
6812 * Makefile.in (autoloads): Do not use abs_lisp.
6813
6814 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6815 `newline' does not respect `standard-output', so use `princ'.
6816
6817 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
6818
6819 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
6820 * buff-menu.el (Buffer-menu--unmark): New function.
6821 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
6822
6823 2013-10-30 Glenn Morris <rgm@gnu.org>
6824
6825 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
6826
6827 * emacs-lisp/package.el (lm-homepage): Declare.
6828
6829 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
6830 Fix doc typos.
6831
6832 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
6833
6834 * Makefile.in (finder-data, autoloads, update-subdirs)
6835 (compile-main, compile-clean, compile-always, bootstrap-clean):
6836 Check return value of cd.
6837 (compile-calc): Remove.
6838
6839 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
6840
6841 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
6842
6843 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
6844 (byte-compile-and-folded): New function.
6845 (=, <, >, <=, >=): Use it.
6846
6847 * dos-w32.el (minibuffer-history-case-insensitive-variables)
6848 (path-separator, null-device, buffer-file-coding-system)
6849 (lpr-headers-switches): Check system-type before modifying them.
6850 (find-buffer-file-type-coding-system): Mark obsolete.
6851 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
6852 find-file-not-found-set-buffer-file-coding-system.
6853 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
6854 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
6855 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
6856 (w32-direct-print-region-helper, w32-direct-print-region-function)
6857 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
6858 * startup.el (normal-top-level-add-subdirs-to-load-path):
6859 * ps-print.el (ps-print-region-function):
6860 * lpr.el (print-region-function): Use new name.
6861
6862 * subr.el (custom-declare-variable-early): Remove function.
6863 (custom-declare-variable-list): Remove var.
6864 (error, user-error): Remove `while' loop.
6865 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
6866 (user-emacs-directory-warning, locate-user-emacs-file):
6867 Move to files.el.
6868 * simple.el (read-quoted-char-radix, read-quoted-char):
6869 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
6870 Move from subr.el.
6871 * custom.el (custom-declare-variable-list): Don't process
6872 custom-declare-variable-list.
6873
6874 * progmodes/python.el (python-shell-get-buffer): New function.
6875 (python-shell-get-process): Use it.
6876 (python-shell-send-string): Always use utf-8 and add a cookie to tell
6877 Python which encoding was used. Don't split-string since we only care
6878 about the first line. Return the temp-file, if applicable.
6879 (python-shell-send-region): Tell compile.el how to turn locations in
6880 the temp-file into locations in the source buffer.
6881
6882 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
6883
6884 * subr.el (undefined): Add missing behavior from the C code for
6885 unbound keys.
6886
6887 * rect.el: Use lexical-binding. Add new rectangular region support.
6888 (rectangle-mark): New command.
6889 (rectangle--region): New var.
6890 (deactivate-mark-hook): Reset rectangle--region.
6891 (rectangle--extract-region, rectangle--insert-for-yank)
6892 (rectangle--highlight-for-redisplay)
6893 (rectangle--unhighlight-for-redisplay): New functions.
6894 (region-extract-function, redisplay-unhighlight-region-function)
6895 (redisplay-highlight-region-function): Use them to handle
6896 rectangular region.
6897 * simple.el (region-extract-function): New var.
6898 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
6899 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
6900 (kill-region): Replace obsolete `yank-handler' arg with `region'.
6901 (copy-region-as-kill, kill-ring-save): Add `region' argument.
6902 (redisplay-unhighlight-region-function)
6903 (redisplay-highlight-region-function): New vars.
6904 (redisplay--update-region-highlight): New function.
6905 (pre-redisplay-function): Use it.
6906 (exchange-point-and-mark): Don't deactivate the mark before
6907 reactivate-it anyway.
6908 * comint.el (comint-kill-region): Remove yank-handler argument.
6909 * delsel.el (delete-backward-char, backward-delete-char-untabify)
6910 (delete-char): Remove property, since it's now part of their
6911 default behavior.
6912 (self-insert-iso): Remove property since this command doesn't exist.
6913
6914 * emacs-lisp/package.el (package--download-one-archive)
6915 (describe-package-1): Don't query the user about final newline.
6916
6917 2013-10-29 Daniel Colascione <dancol@dancol.org>
6918
6919 * net/tramp.el (tramp-methods): Document new functionality.
6920 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
6921 tramp-hostname-checker if method provides one instead of scanning
6922 argument list for "%h" to decide hostname acceptability.
6923
6924 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
6925
6926 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
6927 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
6928 Handle COPY-CONTENTS. (Bug#15737)
6929
6930 2013-10-28 Daiki Ueno <ueno@gnu.org>
6931
6932 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
6933 Document that this option has no effect with GnuPG 2.0 (bug#15552).
6934
6935 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
6936
6937 * image.el (defimage, image-load-path): Doc fixes.
6938
6939 2013-10-27 Alan Mackenzie <acm@muc.de>
6940
6941 Indent statements in macros following "##" correctly.
6942 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
6943 Modify the "#" arm of a cond form to handle "#" and "##" operators.
6944
6945 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6946
6947 * linum.el (linum-update-window): Fix boundary test (bug#13446).
6948
6949 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
6950
6951 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
6952 after `=' is probably a new expression.
6953
6954 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6955
6956 * man.el (man-imenu-title): New option.
6957 (Man-mode-map): Add menu. (Bug#15722)
6958 (Man-mode): Add imenu to menu.
6959
6960 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
6961
6962 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
6963 specific in what the first arg can be: a non-keyword word,
6964 string/regexp/percent literal opener, opening paren, or unary
6965 operator followed directly by word.
6966
6967 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
6968
6969 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
6970 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
6971 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
6972 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
6973 Remove vars, they do not apply any more.
6974 (prolog-mode-abbrev-table): Remove redundant declaration.
6975 (prolog-upper-case-string, prolog-lower-case-string): Remove.
6976 (prolog-use-smie): Remove.
6977 (prolog-smie-rules): Add indentation rule for the if-then-else layout
6978 supported by prolog-electric-if-then-else-flag.
6979 (prolog-mode-variables, prolog-menu): Use setq-local.
6980 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
6981 Remove binding to `Backspace' since this key doesn't exist anyway.
6982 Remove bindings for electric self-inserting keys.
6983 (prog-mode): Assume it's defined.
6984 (prolog-post-self-insert): New function.
6985 (prolog-mode): Use it.
6986 (prolog-indent-line, prolog-indent-level)
6987 (prolog-find-indent-of-matching-paren)
6988 (prolog-indentation-level-of-line, prolog-goto-comment-column)
6989 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
6990 (prolog-goto-next-paren, prolog-in-string-or-comment)
6991 (prolog-tokenize, prolog-inside-mline-comment)
6992 (prolog-find-start-of-mline-comment): Remove functions.
6993 (prolog-find-unmatched-paren, prolog-clause-end)
6994 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
6995 (prolog-electric--if-then-else): Rename from
6996 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
6997 (prolog-tokenize-searchkey): Remove const.
6998 (prolog-clause-info): Use forward-sexp.
6999 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
7000 (prolog-electric-if-then-else): Remove commands.
7001 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
7002 for use in post-self-insert-hook.
7003 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
7004 for use in post-self-insert-hook.
7005 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
7006 for use in post-self-insert-hook.
7007 (prolog-electric--underscore): Rename from prolog-electric--underscore;
7008 adapt it for use in post-self-insert-hook.
7009
7010 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
7011
7012 * emacs-lisp/ert.el (ert-run-tests-interactively):
7013 Use `completing-read'. (Bug#9756)
7014
7015 2013-10-25 Eli Zaretskii <eliz@gnu.org>
7016
7017 * simple.el (line-move): Call line-move-1 instead of
7018 line-move-visual when the current window hscroll is zero, but
7019 temporary-goal-column indicates we will need to hscroll as result
7020 of the movement. (Bug#15712)
7021
7022 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
7023
7024 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
7025 capitalization. Use :visible instead of :active.
7026 Fix `ruby-indent-exp' reference. Add menu items for the generic
7027 commands that are used with SMIE.
7028 (ruby-do-end-to-brace): Insert space after `{'.
7029
7030 2013-10-25 John Anthony <john@jo.hnanthony.com>
7031
7032 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
7033
7034 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
7035
7036 2013-10-25 Glenn Morris <rgm@gnu.org>
7037
7038 * vc/vc.el (vc-print-log): Don't use a working revision unless
7039 one was explicitly specified. (Bug#15322)
7040
7041 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7042
7043 * subr.el (add-to-list): Preserve return value in compiler-macro
7044 (bug#15692).
7045
7046 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7047
7048 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
7049 result. Ask user to retry using '-all' flag. (Bug#15701)
7050
7051 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * emacs-lisp/smie.el: New smie-config system.
7054 (smie-config): New defcustom.
7055 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
7056 (smie-config-guess, smie-config-save): New commands.
7057 (smie-config--mode-local, smie-config--buffer-local)
7058 (smie-config--trace, smie-config--modefuns): New vars.
7059 (smie-config--advice, smie-config--mode-hook)
7060 (smie-config--setter, smie-config-local, smie-config--get-trace)
7061 (smie-config--guess-value, smie-config--guess): New functions.
7062 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
7063 text properties. Treat "string fence" syntax like string syntax.
7064
7065 * progmodes/sh-script.el (sh-use-smie): Change default.
7066 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
7067 (sh-var-value): Simplify by CSE.
7068 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
7069 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
7070 is used.
7071 (sh-guess-basic-offset): Use cl-incf.
7072 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
7073
7074 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
7075
7076 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
7077 (bug#15699).
7078
7079 2013-10-24 Glenn Morris <rgm@gnu.org>
7080
7081 * Makefile.in (abs_top_srcdir): Remove.
7082 (update-subdirs): Use relative path to update-subdirs.
7083
7084 2013-10-24 Eli Zaretskii <eliz@gnu.org>
7085
7086 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
7087 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7088 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7089 Call unmsys--file-name before expand-file-name, not after it.
7090
7091 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
7092
7093 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
7094 (ert-test-skipped): New error.
7095 (ert-skip, ert-stats-skipped): New defuns.
7096 (ert--skip-unless): New macro.
7097 (ert-test-skipped): New struct.
7098 (ert--run-test-debugger, ert-test-result-type-p)
7099 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
7100 (ert--stats-set-test-and-result, ert-char-for-test-result)
7101 (ert-string-for-test-result, ert-run-tests-batch)
7102 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
7103 Handle skipped tests. (Bug#9803)
7104
7105 2013-10-24 Glenn Morris <rgm@gnu.org>
7106
7107 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
7108
7109 * Makefile.in (abs_top_srcdir): New, set by configure.
7110 (update-subdirs): Correct build-aux location.
7111
7112 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
7113
7114 * vc/vc.el (vc-print-root-log): Always set `default-directory'
7115 value, whether we could auto-deduce `backend', or not.
7116
7117 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
7118 with parameters" example. Simplify the "is it block or is it
7119 hash" check, but also make it more thorough.
7120
7121 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
7122
7123 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
7124
7125 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7126
7127 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
7128 { if it is hanging.
7129
7130 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
7131 :before ";".
7132
7133 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
7134
7135 * progmodes/compile.el (compilation-directory-matcher)
7136 (compilation-page-delimiter):
7137 Support GNU Make-4.0 directory quoting. (Bug#15678)
7138
7139 2013-10-23 Leo Liu <sdl.web@gmail.com>
7140
7141 * ido.el (ido-tidy): Handle read-only text.
7142
7143 2013-10-23 Glenn Morris <rgm@gnu.org>
7144
7145 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
7146 (emacs, compile, compile-always):
7147 Quote entities that might contain whitespace.
7148 (custom-deps, finder-data, autoloads): Use abs_lisp.
7149 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
7150 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
7151 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
7152
7153 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
7154
7155 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
7156 Use `following-char'.
7157
7158 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
7161 * progmodes/ruby-mode.el (ruby-smie-rules):
7162 Remove corresponding workaround. Fix indentation rule of ";" so it
7163 also applies when ";" is the parent.
7164
7165 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
7166
7167 * frame.el (display-screens, display-pixel-height)
7168 (display-pixel-width, display-mm-width, display-backing-store)
7169 (display-save-under, display-planes, display-color-cells)
7170 (display-visual-class, display-monitor-attributes-list):
7171 Mention the optional ‘display’ argument in doc strings.
7172
7173 2013-10-22 Michael Gauland <mikelygee@amuri.net>
7174
7175 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
7176 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
7177
7178 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7179
7180 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
7181 TODO. Add "." after " @ ".
7182 (ruby-smie--at-dot-call): New function. Checks if point at method
7183 call with explicit target.
7184 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
7185 to the method name tokens when it precedes them.
7186 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
7187 (ruby-smie-rules): Add rule for indentation before and after "."
7188 token.
7189
7190 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * textmodes/remember.el (remember-diary-extract-entries):
7193 Avoid add-to-list.
7194
7195 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
7196 an instruction.
7197
7198 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
7199
7200 * progmodes/ruby-mode.el (ruby-smie-grammar):
7201 Add (almost) all infix operators.
7202 (ruby-smie--implicit-semi-p): Add new operator chars.
7203
7204 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
7205 `smie-down-list'.
7206 (ruby-smie--args-separator-p): Check that there's no newline
7207 between method call and its arguments.
7208
7209 2013-10-20 Alan Mackenzie <acm@muc.de>
7210
7211 Allow comma separated lists after Java "implements".
7212
7213 * progmodes/cc-engine.el (c-backward-over-enum-header):
7214 Parse commas.
7215 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
7216 from a "disallowed" list in enum fontification.
7217
7218 2013-10-20 Johan Bockgård <bojohan@gnu.org>
7219
7220 * startup.el (default-frame-background-mode): Remove unused defvar.
7221
7222 * progmodes/verilog-mode.el (verilog-mode): Don't set
7223 comment-indent-function globally.
7224
7225 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
7226
7227 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
7228 Move Info menu item creation to ns-win.el.
7229
7230 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
7231 in menu bar.
7232
7233 * menu-bar.el: Move GNUstep specific menus...
7234
7235 * term/ns-win.el (ns-initialize-window-system): ... to here.
7236
7237 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * simple.el (newline): Only run post-self-insert-hook when
7240 called interactively.
7241
7242 2013-10-19 Johan Bockgård <bojohan@gnu.org>
7243
7244 * icomplete.el (icomplete-with-completion-tables): Add :version.
7245
7246 2013-10-19 Alan Mackenzie <acm@muc.de>
7247
7248 Fix fontification bugs with constructors and const.
7249
7250 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
7251 CASE 2) Remove the check for the absence of a suffix construct
7252 after a function declaration with only types (no identifiers) in
7253 the parentheses. Also, accept a function declaration with just a
7254 type inside the parentheses, if this type can be positively
7255 recognised as such, or if a prefix keyword like "explicit" nails
7256 down the construct as a declaration.
7257
7258 2013-10-19 Eli Zaretskii <eliz@gnu.org>
7259
7260 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
7261 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
7262 the problem whereby selecting a menu item that leads to a
7263 minibuffer prompt moves the cursor out of the minibuffer window,
7264 making it hard to type at the prompt. Suggested by Stefan Monnier
7265 <monnier@iro.umontreal.ca>.
7266
7267 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
7268
7269 * menu-bar.el: Don't make Services menu.
7270
7271 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7272
7273 * ffap.el: Handle "/usr/include/c++/<version>" directories.
7274 (ffap-alist): Use ffap-c++-mode for c++-mode.
7275 (ffap-c++-path): New variable.
7276 (ffap-c++-mode): New function.
7277
7278 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
7279
7280 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
7281
7282 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
7283
7284 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
7285 introduced on 2013-09-08, which results in an infinite loop
7286 requesting a password.
7287
7288 2013-10-18 Glenn Morris <rgm@gnu.org>
7289
7290 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
7291
7292 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
7293
7294 Sync with upstream verilog-mode revision 1a6ecec7.
7295 * progmodes/verilog-mode.el (verilog-mode-version): Update.
7296 (verilog-mode-release-date): Remove.
7297 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
7298 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
7299 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
7300 (verilog-auto-tieoff-ignore-regexp)
7301 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
7302 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
7303 (verilog-signals-with, verilog-dir-cache-preserving)
7304 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
7305 Doc fixes.
7306 (verilog-case-fold): New option, to control case folding in
7307 regexp searches, bug597.
7308 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
7309 (verilog-string-match-fold, verilog-in-paren-count)
7310 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
7311 (verilog-at-close-struct-p): New functions.
7312 (verilog-beg-block-re-ordered, verilog-extended-case-re)
7313 (verilog-forward-sexp, verilog-set-auto-endcomments)
7314 (verilog-leap-to-case-head): Handle "unique0" case.
7315 (verilog-in-constraint-re): New constant.
7316 (verilog-keywords, verilog-type-font-keywords):
7317 Add some SystemVerilog 1800-2012 keywords.
7318 (verilog-label-be): Remove unimplemented argument, bug669.
7319 (verilog-batch-execute-func): When batch expanding clear
7320 create-lockfiles to prevent spurious user locks when a file ends
7321 up not changing.
7322 (verilog-calculate-indent, verilog-calc-1)
7323 (verilog-at-close-constraint-p, verilog-at-constraint-p)
7324 (verilog-do-indent): Fix indentation of nested constraints
7325 and structures.
7326 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
7327 (verilog-auto-inst-param): Use verilog-string-match-fold.
7328 (verilog-read-inst-module-matcher):
7329 Fix AUTOINST on gate primitives with #1.
7330 (verilog-read-decls): Fix double-declaring user-defined typed signals.
7331 Reads all user-defined typed variables.
7332 (verilog-read-defines): Fix reading definitions inside comments, bug647.
7333 (verilog-signals-matching-regexp)
7334 (verilog-signals-not-matching-regexp, verilog-auto):
7335 Respect verilog-case-fold.
7336 (verilog-diff-report): Fix line count.
7337 (verilog-auto-assign-modport): Remove unused local `modi'.
7338 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
7339 better handle multidimensional arrays.
7340 Fix packed array ports misadding bit index in AUTOINST, bug637.
7341 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
7342 to not double-declare existing outputs and inputs, respectively.
7343 (verilog-template-map): Bind U to verilog-sk-uvm-component.
7344 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
7345 (verilog-sk-uvm-component): New skeleton.
7346 (verilog-submit-bug-report): Add verilog-case-fold,
7347 remove verilog-mode-release-date.
7348
7349 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
7350
7351 * subr.el (sit-for): Call (input-pending-p t) so as to behave
7352 as before.
7353
7354 2013-10-18 Reuben Thomas <rrt@sc3d.org>
7355
7356 * textmodes/remember.el (remember): Set buffer-offer-save in
7357 remember buffers (bug#13566).
7358
7359 2013-10-18 Daniel Colascione <dancol@dancol.org>
7360
7361 When evaluating forms in ielm, direct standard output to ielm
7362 buffer. Add new ielm-return-for-effect command. Remove trailing
7363 whitespace throughout.
7364
7365 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
7366 (ielm-return-for-effect): New command.
7367 (ielm-send-input): Accept optional `for-effect' parameter.
7368 (ielm-eval-input): Accept optional `for-effect' parameter.
7369 Bind `standard-output' to stream we create using
7370 `ielm-standard-output-impl'. Suppress printing result when
7371 `for-effect'.
7372 (ielm-standard-output-impl): New function.
7373 (inferior-emacs-lisp-mode): Explain new features in documentation.
7374
7375 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
7376
7377 Code cleanup.
7378
7379 * net/tramp.el (tramp-debug-message): Do not check for connection
7380 buffer.
7381 (tramp-message): Use "vector" connection property.
7382
7383 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
7384 (tramp-equal-remote, tramp-eshell-directory-change)
7385 * net/tramp-adb.el (tramp-adb-handle-copy-file)
7386 (tramp-adb-handle-rename-file)
7387 * net/tramp-cmds.el (tramp-list-remote-buffers)
7388 (tramp-cleanup-connection, tramp-cleanup-this-connection)
7389 * net/tramp-compat.el (tramp-compat-process-running-p)
7390 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
7391 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
7392 (tramp-gvfs-handle-rename-file)
7393 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
7394 (tramp-set-file-uid-gid)
7395 * net/tramp-smb.el (tramp-smb-handle-copy-file)
7396 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
7397 of `file-remote-p'.
7398
7399 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
7400 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
7401 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
7402 (tramp-gw-open-network-stream): Suppress unrelated traces.
7403
7404 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
7405 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
7406 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
7407 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
7408 connection property.
7409
7410 * net/tramp-cache.el (top): Suppress traces when reading
7411 persistency file.
7412
7413 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
7414 Refactor common code. Improve debug message.
7415 (tramp-maybe-open-connection)
7416 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
7417 connection buffer too early.
7418
7419 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
7420 from `tramp-smb-actions-with-acl'.
7421 (tramp-smb-actions-set-acl): New defconst.
7422 (tramp-smb-handle-copy-directory)
7423 (tramp-smb-action-get-acl): New defun, renamed from
7424 `tramp-smb-action-with-acl'.
7425 (tramp-smb-action-set-acl): New defun.
7426 (tramp-smb-handle-set-file-acl): Rewrite.
7427
7428 2013-10-17 Glenn Morris <rgm@gnu.org>
7429
7430 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
7431
7432 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
7433
7434 * skeleton.el (skeleton-newline): Remove.
7435 (skeleton-internal-1): Use (insert "\n") instead.
7436
7437 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
7438 let-bindings.
7439
7440 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
7441 forward-sexp-function while we redo its job (bug#15613).
7442
7443 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
7444
7445 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
7446 represented by lists.
7447
7448 2013-10-16 Glenn Morris <rgm@gnu.org>
7449
7450 * tmm.el (tmm--history): New dynamic variable.
7451 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
7452
7453 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
7454
7455 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
7456 (tramp-smb-errors): Add error messages.
7457 (tramp-smb-actions-with-acl): New defconst.
7458 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
7459 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
7460 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
7461 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
7462 (tramp-smb-get-stat-capability): Fix tests.
7463
7464 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
7465
7466 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
7467 (bug#15580).
7468
7469 2013-10-16 Glenn Morris <rgm@gnu.org>
7470
7471 * ansi-color.el (ansi-color-drop-regexp):
7472 Add 1J, 1K, 2K. (Bug#15617)
7473
7474 * files.el (hack-local-variables--warned-lexical): New.
7475 (hack-local-variables):
7476 Warn about misplaced lexical-binding. (Bug#15616)
7477
7478 * net/eww.el (eww-render): Always set eww-current-url,
7479 and update header line. (Bug#15622)
7480 (eww-display-html): ... Rather than just doing it here.
7481
7482 2013-10-15 Eli Zaretskii <eliz@gnu.org>
7483
7484 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
7485 menu navigations commands.
7486
7487 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
7488
7489 * progmodes/subword.el (subword-capitalize): Be careful when
7490 the search for [[:alpha:]] fails (bug#15580).
7491
7492 2013-10-14 Eli Zaretskii <eliz@gnu.org>
7493
7494 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
7495 to commands that scroll the menu.
7496
7497 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
7498
7499 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
7500 Handle methods ending with `?' and `!'.
7501
7502 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
7503
7504 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
7505 `japanese-cp932' to `cp932' to fix the problem where saving a
7506 source file written in Shift_JIS twice would end up having
7507 `coding: japanese-cp932' which Ruby could not recognize.
7508 (ruby-mode-set-encoding): Add support for encodings mapped to nil
7509 in `ruby-encoding-map'.
7510 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
7511 doesn't need to be explicitly declared in magic comment.
7512 (ruby-encoding-map): Add type declaration for better customize UI.
7513
7514 2013-10-13 Glenn Morris <rgm@gnu.org>
7515
7516 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
7517 Occur buffers are read-only. http://bugs.debian.org/720775
7518
7519 * emacs-lisp/authors.el (authors-fixed-entries):
7520 Comment out old alpha stuff.
7521
7522 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
7523
7524 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
7525 to `after-save-hook' instead of `before-save-hook'.
7526 (ruby-mode-set-encoding): Use the value of coding system used to
7527 write the file. Call `basic-save-buffer-1' after modifying the
7528 buffer.
7529
7530 2013-10-13 Alan Mackenzie <acm@muc.de>
7531
7532 Fix indentation/fontification of Java enum with
7533 "implements"/generic.
7534
7535 * progmodes/cc-engine.el (c-backward-over-enum-header):
7536 Extracted from the three other places and enhanced to handle generics.
7537 (c-inside-bracelist-p): Uses new function above.
7538 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
7539 function above.
7540 (c-font-lock-enum-tail): Uses new function above.
7541
7542 2013-10-13 Kenichi Handa <handa@gnu.org>
7543
7544 * international/mule-cmds.el (select-safe-coding-system): Remove a
7545 superfluous condition in chekcing whether a coding system is safe
7546 or not.
7547
7548 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
7549
7550 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
7551
7552 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
7553
7554 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
7555
7556 2013-10-13 Glenn Morris <rgm@gnu.org>
7557
7558 * menu-bar.el (menu-bar-update-buffers):
7559 Unify Buffers menu prompt string. (Bug#15576)
7560
7561 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
7562
7563 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
7564 Add some entries.
7565 (authors-fixed-entries): Use accented form of name.
7566
7567 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
7570 method calls (bug#15594).
7571 (ruby-smie--args-separator-p): New function.
7572 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
7573 recognize paren-free method calls.
7574
7575 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
7576 internals of universal-argument.
7577
7578 2013-10-11 Eli Zaretskii <eliz@gnu.org>
7579
7580 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
7581 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
7582 dropped menu on second mouse click on the menu bar.
7583
7584 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
7585
7586 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
7587 (explicit-shell-file-name): Declare.
7588 (sh--vars-before-point, sh--cmd-completion-table): New functions.
7589 (sh-completion-at-point-function): New function.
7590 (sh-mode): Use it.
7591 (sh-smie--keyword-p): Remove unused argument.
7592 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
7593 vars.
7594 (sh-set-shell): Always setup SMIE, even if we use the
7595 old indentation code.
7596
7597 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
7598
7599 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
7600 cases of ? and =.
7601 (ruby-smie-rules): Simplify the "do" rule. The cases when the
7602 predicate would return nil are almost non-existent.
7603 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
7604
7605 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
7606 cache also after commands that modify the buffer but don't move
7607 point.
7608
7609 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * env.el (substitute-env-in-file-name): New function.
7612 (substitute-env-vars): Extend the meaning of the optional arg.
7613
7614 2013-10-10 Eli Zaretskii <eliz@gnu.org>
7615
7616 * term/w32-win.el (dynamic-library-alist): Define separate lists
7617 of GIF DLLs for versions before and after 5.0.0 of giflib.
7618 (Bug#15531)
7619
7620 2013-10-10 João Távora <joaotavora@gmail.com>
7621
7622 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
7623 not locked, use last revision and current source as
7624 defaults. (Bug#15569)
7625
7626 2013-10-10 Masatake YAMATO <yamato@redhat.com>
7627
7628 * menu-bar.el (menu-bar-open): Don't use popup-menu if
7629 menu-bar is hidden.
7630
7631 2013-10-10 Martin Rudalics <rudalics@gmx.at>
7632
7633 * window.el (pop-to-buffer-same-window): Fix doc-string.
7634 (Bug#15492)
7635
7636 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
7637
7638 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
7639
7640 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
7641
7642 * calendar/icalendar.el (icalendar-import-file):
7643 Fix interactive spec. (Bug#15482)
7644
7645 2013-10-10 Glenn Morris <rgm@gnu.org>
7646
7647 * desktop.el (desktop-save): Default to saving in .emacs.d,
7648 since PWD is no longer in desktop-path by default. (Bug#15319)
7649
7650 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
7651 now that text mode has a menu with the same entry.
7652 (menu-bar-text-mode-auto-fill): Remove now unused func.
7653 * textmodes/text-mode.el (text-mode-map):
7654 Use auto-fill help text from menu-bar.el.
7655
7656 2013-10-10 John Anthony <john@jo.hnanthony.com>
7657
7658 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
7659
7660 2013-10-09 Juri Linkov <juri@jurta.org>
7661
7662 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
7663 instead of this-command-keys. Add universal-argument-more and
7664 universal-argument-minus to the list of prefix commands. (Bug#15568)
7665
7666 2013-10-09 Glenn Morris <rgm@gnu.org>
7667
7668 * vc/vc-svn.el (vc-svn-create-repo):
7669 Expand paths in file://... url. (Bug#15446)
7670
7671 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
7672 Add some entries.
7673 (authors): Remove unused local variables.
7674
7675 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * profiler.el: Create a more coherent calltree from partial backtraces.
7678 (profiler-format): Hide the tail with `invisible' so that C-s can still
7679 find the hidden elements.
7680 (profiler-calltree-depth): Don't recurse so enthusiastically.
7681 (profiler-function-equal): New hash-table-test.
7682 (profiler-calltree-build-unified): New function.
7683 (profiler-calltree-build): Use it.
7684 (profiler-report-make-name-part): Indent the calltree less.
7685 (profiler-report-mode): Add visibility specs for profiler-format.
7686 (profiler-report-expand-entry, profiler-report-toggle-entry):
7687 Expand the whole subtree when provided with a prefix arg.
7688
7689 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
7690
7691 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
7692 iuwu-mod token.
7693 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
7694 hanging iuwu-mod token.
7695 (ruby-smie--forward-token): Do not include a dot after a token in
7696 that token.
7697 (ruby-smie--backward-token): Likewise.
7698
7699 2013-10-08 Juri Linkov <juri@jurta.org>
7700
7701 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
7702 to isearch-other-control-char.
7703 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
7704 and isearch-post-command-hook to post-command-hook.
7705 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
7706 and isearch-post-command-hook from post-command-hook.
7707 (isearch-unread-key-sequence)
7708 (isearch-reread-key-sequence-naturally)
7709 (isearch-lookup-scroll-key, isearch-other-control-char)
7710 (isearch-other-meta-char): Remove functions.
7711 (isearch-pre-command-hook, isearch-post-command-hook):
7712 New functions based on isearch-other-meta-char rewritten
7713 relying on the new behavior of overriding-terminal-local-map
7714 that does not replace the local keymaps any more. (Bug#15200)
7715
7716 2013-10-08 Eli Zaretskii <eliz@gnu.org>
7717
7718 Support menus on text-mode terminals.
7719 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
7720 functionality.
7721
7722 * tooltip.el (tooltip-mode): Don't error out on TTYs.
7723
7724 * menu-bar.el (popup-menu, popup-menu-normalize-position):
7725 Move here from mouse.el.
7726 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
7727 and arrow keys.
7728 (tty-menu-navigation-map): New map for TTY menu navigation.
7729
7730 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
7731
7732 * frame.el (display-mouse-p): Report text-mode mouse as available
7733 on w32.
7734 (display-popup-menus-p): Report availability if mouse is
7735 available; don't condition on window-system.
7736
7737 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
7738 (tty-menu-selected-face): New faces.
7739
7740 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7741
7742 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
7743 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
7744 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
7745 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
7746 New constants.
7747 (lisp-mode-variables): New `elisp' argument.
7748 (emacs-lisp-mode): Use it.
7749 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
7750 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
7751
7752 * indent.el: Use lexical-binding.
7753 (indent-region): Add progress reporter.
7754 (tab-stop-list): Make it implicitly extend to infinity by repeating the
7755 last step.
7756 (indent--next-tab-stop): New function to implement this behavior.
7757 (tab-to-tab-stop, move-to-tab-stop): Use it.
7758
7759 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
7760
7761 * indent.el (indent-rigidly--current-indentation): New function.
7762 (indent-rigidly-map): New var.
7763 (indent-rigidly): Use it to provide interactive mode (bug#8196).
7764
7765 2013-10-08 Bastien Guerry <bzg@gnu.org>
7766
7767 * register.el (insert-register): Fix 2013-10-07 change.
7768
7769 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
7770
7771 * progmodes/perl-mode.el: Use lexical-binding.
7772 Remove redundant :group args.
7773 (perl-nochange): Change default to be closer to other major modes's
7774 standard behavior.
7775 (perl-indent-line): Don't consider text on current line as a
7776 valid beginning of function from which to indent.
7777
7778 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
7779 with more than one argument (bug#15538).
7780
7781 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
7782
7783 * vc/pcvs.el: Use lexical-binding.
7784 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
7785 environment of `eval'.
7786 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
7787 than a list of expressions. Adjust callers.
7788 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
7789
7790 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
7791
7792 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
7793 case of the dot in a chained method call being on the following line.
7794
7795 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7796
7797 * electric.el (electric-indent-inhibit): New var.
7798 (electric-indent-post-self-insert-function): Use it.
7799 * progmodes/python.el (python-mode): Set it.
7800
7801 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
7802 open braces.
7803
7804 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
7805
7806 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
7807 (css-mode): Use electric-indent-chars.
7808
7809 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
7810 (font-lock-beg, font-lock-end): Move before first use.
7811 (nxml-mode): Use syntax-propertize-function.
7812 (nxml-after-change, nxml-after-change1): Adjust accordingly.
7813 (nxml-extend-after-change-region): Remove.
7814 * nxml/xmltok.el: Use lexical-binding.
7815 (xmltok-save): Use `declare'.
7816 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
7817 * nxml/nxml-util.el: Use lexical-binding.
7818 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
7819 Use `declare'.
7820 * nxml/nxml-ns.el: Use lexical-binding.
7821 (nxml-ns-save): Use `declare'.
7822 (nxml-ns-prefixes-for): Avoid add-to-list.
7823 * nxml/rng-match.el: Use lexical-binding.
7824 (rng--ipattern): Use cl-defstruct.
7825 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
7826 (rng-cons-group-after, rng-subst-group-after)
7827 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
7828 Use closures instead of `(lambda...).
7829
7830 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
7831
7832 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
7833 of BEG and END.
7834
7835 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7836 Use `tramp-handle-insert-file-contents'.
7837 (tramp-gvfs-handle-insert-file-contents): Remove function.
7838
7839 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
7840 Use `save-restriction' in order to keep markers.
7841
7842 * net/trampver.el: Update release number.
7843
7844 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
7845
7846 * progmodes/compile.el (compilation-parse-errors):
7847 Use compilation--put-prop.
7848 (compilation--ensure-parse): Check compilation-multiline.
7849
7850 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
7851
7852 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
7853 lexical-binding.
7854
7855 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
7856
7857 * progmodes/ruby-mode.el: Fix recently added tests.
7858 (ruby-smie-grammar): Add - and +.
7859 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
7860 (ruby-smie--backward-id): New functions.
7861 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
7862 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
7863 any more.
7864
7865 2013-10-07 Leo Liu <sdl.web@gmail.com>
7866
7867 * register.el (register-preview-delay)
7868 (register-preview-functions): New variables.
7869 (register-read-with-preview, register-preview)
7870 (register-describe-oneline): New functions.
7871 (point-to-register, window-configuration-to-register)
7872 (frame-configuration-to-register, jump-to-register)
7873 (number-to-register, view-register, insert-register)
7874 (copy-to-register, append-to-register, prepend-to-register)
7875 (copy-rectangle-to-register): Use register-read-with-preview to
7876 read register. (Bug#15525)
7877
7878 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
7879
7880 * net/network-stream.el (network-stream-open-starttls): Don't add
7881 --insecure if it's already present, because that gnutls-cli
7882 rejects getting that parameter twice.
7883
7884 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
7885
7886 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
7887 keyword, too.
7888
7889 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
7890
7891 * newcomment.el (comment-use-global-state): Change default value
7892 to t, mark obsolete (Bug#15251).
7893 (comment-beginning): In addition to `comment-to-syntax', check the
7894 value of `comment-use-global-state'.
7895
7896 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
7897
7898 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
7899 (ruby-comment-column): Follow the global default, by default.
7900 (ruby-smie-grammar): Add assignment syntax.
7901 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
7902 open-paren, a comma, or a \.
7903 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
7904 and line continuations.
7905 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
7906 followed by implicit semi-colons. Add rule for string concatenation
7907 and for indentation at BOB.
7908 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
7909
7910 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
7911 calling next-sexp, since next-token may have skipped chars which
7912 next-sexp doesn't know should be skipped!
7913
7914 2013-10-05 Leo Liu <sdl.web@gmail.com>
7915
7916 * progmodes/octave.el (octave-send-region):
7917 Call compilation-forget-errors.
7918
7919 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7920
7921 * vc/vc-svn.el (vc-svn-find-admin-dir):
7922 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
7923 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
7924 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
7925 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
7926
7927 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
7930
7931 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * subr.el (read-passwd): Hide chars even when called within a context
7934 where after-change-functions is disabled (bug#15501).
7935 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
7936 until we removed ourself from overriding-terminal-local-map.
7937
7938 2013-10-04 Leo Liu <sdl.web@gmail.com>
7939
7940 * progmodes/octave.el (inferior-octave-mode):
7941 Call compilation-forget-errors.
7942
7943 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
7944
7945 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
7946
7947 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
7948
7949 * net/secrets.el (secrets-create-collection): Add optional
7950 argument ALIAS. Use proper Label keyword. Append ALIAS as
7951 dbus-call-method argument. (Bug#15516)
7952
7953 2013-10-04 Leo Liu <sdl.web@gmail.com>
7954
7955 * progmodes/octave.el (inferior-octave-error-regexp-alist)
7956 (inferior-octave-compilation-font-lock-keywords): New variables.
7957 (compilation-error-regexp-alist)
7958 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
7959 (inferior-octave-mode): Use compilation-shell-minor-mode.
7960
7961 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
7962
7963 * minibuffer.el (completion--replace): Be careful that `end' might be
7964 a marker.
7965
7966 2013-10-03 Daiki Ueno <ueno@gnu.org>
7967
7968 Add support for package signature checking.
7969 * emacs-lisp/package.el (url-http-file-exists-p)
7970 (epg-make-context, epg-context-set-home-directory)
7971 (epg-verify-string, epg-context-result-for)
7972 (epg-signature-status, epg-signature-to-string)
7973 (epg-check-configuration, epg-configuration)
7974 (epg-import-keys-from-file): Declare.
7975 (package-check-signature): New user option.
7976 (package-unsigned-archives): New user option.
7977 (package-desc): Add `signed' field.
7978 (package-load-descriptor): Set `signed' field if .signed file exists.
7979 (package--archive-file-exists-p): New function.
7980 (package--check-signature): New function.
7981 (package-install-from-archive): Check package signature.
7982 (package--download-one-archive): Check archive signature.
7983 (package-delete): Remove .signed file.
7984 (package-import-keyring): New command.
7985 (package-refresh-contents): Import default keyring.
7986 (package-desc-status): Add "unsigned" status.
7987 (describe-package-1, package-menu--print-info)
7988 (package-menu-mark-delete, package-menu--find-upgrades)
7989 (package-menu--status-predicate): Support "unsigned" status.
7990
7991 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
7992
7993 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
7994 the new compilation scheme using the new byte-codes.
7995
7996 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
7997 (byte-pophandler): New byte codes.
7998 (byte-goto-ops): Adjust accordingly.
7999 (byte-compile--use-old-handlers): New var.
8000 (byte-compile-catch): Use new byte codes depending on
8001 byte-compile--use-old-handlers.
8002 (byte-compile-condition-case--old): Rename from
8003 byte-compile-condition-case.
8004 (byte-compile-condition-case--new): New function.
8005 (byte-compile-condition-case): New function that dispatches depending
8006 on byte-compile--use-old-handlers.
8007 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
8008 when we can.
8009
8010 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8011 Optimize under `condition-case' and `catch' if
8012 byte-compile--use-old-handlers is nil.
8013 (disassemble-offset): Handle new bytecodes.
8014
8015 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * subr.el (error): Use `declare'.
8018 (decode-char, encode-char): Use advertised-calling-convention instead
8019 of the docstring to discourage use of the `restriction' arg.
8020
8021 2013-10-03 Daiki Ueno <ueno@gnu.org>
8022
8023 * epg.el (epg-verify-file): Add a comment saying that it does not
8024 notify verification error as a return value nor a signal.
8025 (epg-verify-string): Ditto.
8026
8027 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
8028
8029 * progmodes/compile.el (compilation-start): Try globbing the arg to
8030 `cd' (bug#15417).
8031
8032 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
8033
8034 Sync with Tramp 2.2.8.
8035
8036 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
8037 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
8038 * net/trampver.el: Update release number.
8039
8040 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
8041
8042 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8043 and default-process-coding-system for darwin only.
8044
8045 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
8048
8049 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
8050
8051 * vc/vc-git.el (vc-git-grep): Disable pager.
8052
8053 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
8054
8055 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
8056 Use :url instead of :homepage, as per
8057 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
8058
8059 * newcomment.el (comment-beginning): When `comment-use-syntax' is
8060 non-nil, use `syntax-ppss' (Bug#15251).
8061
8062 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8063
8064 * progmodes/octave.el (inferior-octave-startup-file):
8065 Prefer ~/.emacs.d/init_octave.m.
8066
8067 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
8068
8069 * emacs-lisp/package.el (package-desc-from-define):
8070 Accept additional arguments as plist, convert them to an alist and store
8071 them in the `extras' slot.
8072 (package-generate-description-file): Convert extras alist back to
8073 plist and append to the `define-package' form arguments.
8074 (package--alist-to-plist): New function.
8075 (package--ac-desc): Add `extras' slot.
8076 (package--add-to-archive-contents): Check if the archive-contents
8077 vector is long enough, and if it is, pass its `extras' slot value
8078 to `package-desc-create'.
8079 (package-buffer-info): Call `lm-homepage', pass the returned value
8080 to `package-desc-from-define'.
8081 (describe-package-1): Render the homepage button (Bug#13291).
8082
8083 * emacs-lisp/package-x.el (package-upload-buffer-internal):
8084 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
8085
8086 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
8087
8088 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
8089 and default-process-coding-system to utf-8-unix (Bug#15402).
8090
8091 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
8092
8093 * subr.el (looking-back): Do not recommend using looking-back.
8094
8095 2013-09-28 Alan Mackenzie <acm@muc.de>
8096
8097 Fix indentation/fontification of Java enum with "implements".
8098
8099 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
8100 regexp which matches "implements", etc., in Java.
8101 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
8102 specifier clauses coming after "enum".
8103 * progmodes/cc-fonts.el (c-font-lock-declarations)
8104 (c-font-lock-enum-tail): Check for extra specifier clauses coming
8105 after "enum".
8106
8107 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
8108
8109 * faces.el (region): Change ns_selection_color to
8110 ns_selection_fg_color, add ns_selection_bg_color.
8111
8112 2013-09-28 Leo Liu <sdl.web@gmail.com>
8113
8114 * progmodes/octave.el (inferior-octave-completion-table)
8115 (inferior-octave-completion-at-point): Minor tweaks.
8116
8117 * textmodes/ispell.el (ispell-lookup-words): Rename from
8118 lookup-words. (Bug#15460)
8119 (lookup-words): Obsolete.
8120 (ispell-complete-word, ispell-command-loop): All uses changed.
8121
8122 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8123
8124 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
8125 (octave-mode-menu): Add octave-send-buffer.
8126 (octave-send-buffer): New function.
8127
8128 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8129
8130 * progmodes/octave.el (octave-mode-map): Add key binding for
8131 octave-lookfor.
8132 (octave-mode-menu): Add octave-lookfor.
8133 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
8134 octave-lookfor.
8135 (octave-lookfor): New function.
8136
8137 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8138
8139 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
8140 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
8141 its convention.
8142 (cl--loop-set-iterator-function): New function.
8143 (cl-loop): Adjust accordingly, so as not to use cl-subst.
8144 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
8145 Bind `it' with `let' instead of substituting it with `cl-subst'.
8146 (cl--unused-var-p): New function.
8147 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
8148 Eliminate some unused variable warnings (bug#15326).
8149
8150 2013-09-27 Tassilo Horn <tsdh@gnu.org>
8151
8152 * doc-view.el (doc-view-scale-reset): Rename from
8153 `doc-view-reset-zoom-level'.
8154 (doc-view-scale-adjust): New command.
8155 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
8156 `doc-view-scale-adjust'.
8157
8158 2013-09-26 Tassilo Horn <tsdh@gnu.org>
8159
8160 * doc-view.el (doc-view-reset-zoom-level): New command.
8161 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
8162 zoom commands (bug#15466).
8163
8164 2013-09-26 Kenichi Handa <handa@gnu.org>
8165
8166 * international/quail.el (quail-help): Make it not a command.
8167
8168 2013-09-26 Leo Liu <sdl.web@gmail.com>
8169
8170 * minibuffer.el (completion-all-sorted-completions): Make args
8171 optional as they are.
8172
8173 2013-09-25 Daniel Colascione <dancol@dancol.org>
8174
8175 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
8176 specs are and that they're not evaluated.
8177
8178 2013-09-24 Sam Steingold <sds@gnu.org>
8179
8180 * midnight.el (clean-buffer-list-kill-regexps)
8181 (clean-buffer-list-kill-buffer-names): Update for the new Man
8182 buffer naming which includes the object name.
8183
8184 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * eshell/esh-cmd.el (eshell--sep-terms): New var.
8187 (eshell-parse-command, eshell-parse-pipeline): Use it since
8188 eshell-separate-commands requires a dynamic scoped var.
8189 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
8190
8191 2013-09-23 Leo Liu <sdl.web@gmail.com>
8192
8193 * autoinsert.el (auto-insert-alist): Make the value of
8194 lexical-binding match its file setting.
8195
8196 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
8197
8198 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
8199
8200 * autoarg.el (autoarg-kp-digit-argument):
8201 * electric.el (Electric-command-loop):
8202 * kmacro.el (kmacro-step-edit-insert):
8203 Do not set universal-argument-num-events.
8204
8205 2013-09-22 Leo Liu <sdl.web@gmail.com>
8206
8207 * files.el (interpreter-mode-alist): Add octave.
8208
8209 2013-09-21 Alan Mackenzie <acm@muc.de>
8210
8211 C++: fontify identifier in declaration following "public:" correctly.
8212 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
8213 to match "public", etc.
8214 (c-decl-prefix-re): Add ":" into the C++ value.
8215 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
8216 bit. Add a check for a ":" preceded by "public", etc.
8217
8218 2013-09-21 Eli Zaretskii <eliz@gnu.org>
8219
8220 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
8221 recognized by GDB 7.5 and later.
8222
8223 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
8224
8225 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
8226
8227 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * subr.el (internal--call-interactively): New const.
8230 (called-interactively-p): Use it (bug#3984).
8231
8232 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
8233
8234 * vc/pcvs.el (cvs-mode-ignore):
8235 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
8236 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
8237
8238 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8239
8240 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
8241 (eshell-ls-orig-insert-directory): Remove.
8242 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
8243 (eshell-ls-use-in-dired): Use advice-add/remove.
8244 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
8245 Add `orig-fun' arg for use in :around advice.
8246 Make it check (redundantly) eshell-ls-use-in-dired.
8247
8248 2013-09-19 Glenn Morris <rgm@gnu.org>
8249
8250 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
8251
8252 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
8253
8254 * emacs-lisp/eieio.el (class-parent): Undo previous change.
8255
8256 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
8257
8258 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
8259 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
8260 (tramp-get-remote-python): New defuns.
8261 (tramp-get-remote-uid-with-perl)
8262 (tramp-get-remote-gid-with-perl): New defuns. Perl code
8263 contributed by yary <not.com@gmail.com> (tiny change).
8264 (tramp-get-remote-uid-with-python)
8265 (tramp-get-remote-gid-with-python): New defuns. Python code
8266 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
8267 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
8268
8269 2013-09-19 Glenn Morris <rgm@gnu.org>
8270
8271 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
8272
8273 * eshell/em-unix.el (eshell-remove-entries):
8274 Rename argument to avoid name-clash with global `top-level'.
8275
8276 * eshell/esh-proc.el (eshell-kill-process-function):
8277 Remove eshell-reset-after-proc from eshell-kill-hook if present.
8278 (eshell-reset-after-proc): Remove unused arg `proc'.
8279
8280 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
8281 (directory-files-and-attributes): Mark unused arg.
8282
8283 * eshell/em-unix.el (eshell-remove-entries):
8284 Remove unused arg `path'. Update callers.
8285
8286 * eshell/em-hist.el (eshell-hist-parse-arguments):
8287 Remove unused arg `silent'. Update callers.
8288
8289 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
8290 Fix (f)boundp mix-up.
8291
8292 * eshell/em-smart.el (eshell-smart-scroll-window)
8293 (eshell-disable-after-change):
8294 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
8295
8296 2013-09-18 Alan Mackenzie <acm@muc.de>
8297
8298 Fix fontification of type when followed by "const".
8299 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
8300 "known" types from fontification.
8301
8302 2013-09-18 Glenn Morris <rgm@gnu.org>
8303
8304 * emacs-lisp/chart.el (x-display-color-cells): Declare.
8305 (chart-face-list): Drop Emacsen without display-color-p.
8306
8307 * net/eww.el (libxml-parse-html-region): Declare.
8308 (eww-display-html): Explicit error if no libxml2 support.
8309
8310 * doc-view.el (doc-view-mode): Silence --without-x compilation.
8311
8312 * image.el (image-type-from-buffer, image-multi-frame-p):
8313 Remove --without-x warning/error.
8314
8315 * mouse.el (mouse-yank-primary):
8316 * term.el (term-mouse-paste):
8317 Reorder to silence --without-x compilation.
8318
8319 * mpc.el (doc-view-mode): Silence --without-x compilation.
8320
8321 * mail/rmailmm.el (rmail-mime-set-bulk-data):
8322 Silence --without-x compilation.
8323
8324 * progmodes/gud.el (gud-find-file, gud-mode):
8325 Silence --without-x compilation.
8326 (tooltip-mode): Declare.
8327
8328 * wdired.el (dired-backup-overwrite): Remove declaration.
8329 (wdired-mode-map): Add doc string.
8330
8331 * custom.el (x-get-resource): Declare.
8332
8333 * eshell/em-glob.el (ange-cache):
8334 * eshell/em-unix.el (ange-cache): Declare.
8335
8336 * faces.el (x-display-list, x-open-connection, x-get-resource):
8337 Declare.
8338
8339 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
8340 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
8341 Declare.
8342
8343 * frame.el (x-display-grayscale-p, x-display-name): Declare.
8344
8345 * net/gnutls.el (gnutls-log-level): Declare.
8346
8347 * net/shr.el (image-size, image-animate): Declare.
8348
8349 * simple.el (font-info): Declare.
8350
8351 * subr.el (x-popup-dialog): Declare.
8352
8353 * term/common-win.el (x-select-enable-primary)
8354 (x-last-selected-text-primary, x-last-selected-text-clipboard):
8355 Declare.
8356
8357 * term/ns-win.el (x-handle-args): Declare.
8358
8359 * term/x-win.el (x-select-enable-clipboard): Declare.
8360
8361 * term/w32-win.el (create-default-fontset): Declare.
8362
8363 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
8364 Declare.
8365
8366 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
8367 (fit-frame-to-buffer): Explicit error if --without-x.
8368 (mouse-autoselect-window-select): Silence compiler.
8369
8370 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
8371
8372 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
8373 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
8374 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
8375 * eshell/esh-util.el (eshell-sublist):
8376 Remove unused local variables.
8377
8378 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
8379
8380 * textmodes/two-column.el: Make 2C-split work for --without-x.
8381 (scroll-bar-columns): Autoload.
8382 (top-level): Require fringe when compiling.
8383
8384 2013-09-18 Leo Liu <sdl.web@gmail.com>
8385
8386 * subr.el (add-hook): Robustify to handle closure as well.
8387
8388 2013-09-17 Glenn Morris <rgm@gnu.org>
8389
8390 * simple.el (messages-buffer-mode-map): Unbind "g".
8391
8392 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * help-mode.el (help-mode-finish): Use derived-mode-p.
8395 Remove obsolete highlighting.
8396
8397 * play/life.el (life-mode): Use define-derived-mode. Derive from
8398 special-mode.
8399 (life): Let-bind inhibit-read-only.
8400 (life-setup): Avoid `setq'. Use `life-mode'.
8401
8402 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
8403 which should not be needed any more.
8404 (package-menu-refresh, package-menu-describe-package): Use user-error.
8405
8406 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
8407 (eshell-post-rewrite-command-hook): Make obsolete.
8408 (eshell-parse-command): Simplify.
8409 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
8410 (eshell--cmd): Declare.
8411 (eshell-parse-pipeline): Remove unused var `final-p'.
8412 Pass a dynvar to eshell-post-rewrite-command-hook.
8413 Implement the new eshell-post-rewrite-command-function.
8414 (eshell-invoke-directly): Remove unused arg `input'.
8415 * eshell/esh-io.el (eshell-io-initialize):
8416 Use eshell-post-rewrite-command-function (bug#15399).
8417 (eshell--apply-redirections): Rename from eshell-apply-redirections;
8418 adjust to new calling convention.
8419 (eshell-create-handles): Rename args to avoid clashing with dynvar
8420 `standard-output'.
8421
8422 2013-09-17 Glenn Morris <rgm@gnu.org>
8423
8424 * simple.el (messages-buffer-mode): New major mode.
8425 (messages-buffer): New function.
8426 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
8427 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
8428 (ert-run-test): Use `messages-buffer' function.
8429 (ert--force-message-log-buffer-truncation): Ignore read-only.
8430 * help.el (view-echo-area-messages): Use `messages-buffer' function.
8431 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
8432
8433 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
8434
8435 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
8436
8437 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
8438
8439 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * icomplete.el (icomplete-in-buffer): New var.
8442 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
8443 vars and replace them with functions.
8444 (icomplete-minibuffer-setup): Adjust accordingly.
8445 (icomplete--completion-table, icomplete--completion-predicate)
8446 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
8447 New functions.
8448 (icomplete-forward-completions, icomplete-backward-completions)
8449 (icomplete-simple-completing-p, icomplete-exhibit)
8450 (icomplete-completions): Use them.
8451 (icomplete--in-region-buffer): New var.
8452 (icomplete--in-region-setup): New function.
8453 (icomplete-mode): Use it.
8454
8455 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
8456 (bug#15379).
8457 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
8458 return args and options.
8459 (eshell-eval-using-options): Use the new return value of
8460 eshell--do-opts to set the options's vars in their scope.
8461 (eshell--set-option): Rename from eshell-set-option.
8462 Add arg `opt-vals'.
8463 (eshell--process-option): Rename from eshell-process-option.
8464 Add arg `opt-vals'.
8465 (eshell--process-args): Use an `opt-vals' alist to store the options's
8466 values during their processing and return them additionally to the
8467 remaining args.
8468
8469 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
8470
8471 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
8472 continuation character an operator, as far as indentation is
8473 concerned (Bug#15369).
8474
8475 2013-09-15 Martin Rudalics <rudalics@gmx.at>
8476
8477 * window.el (window--state-put-2): Don't process buffer state
8478 when buffer doesn't exist any more (Bug#15382).
8479
8480 2013-09-15 Glenn Morris <rgm@gnu.org>
8481
8482 * eshell/em-unix.el (eshell/rm):
8483 Make -f ignore missing files. (Bug#15373)
8484
8485 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
8486 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
8487 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
8488
8489 2013-09-14 Glenn Morris <rgm@gnu.org>
8490
8491 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
8492
8493 2013-09-13 Glenn Morris <rgm@gnu.org>
8494
8495 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
8496 (dired-guess-default): Make `file' available in the env. (Bug#15363)
8497
8498 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
8499
8500 * frame.el (x-focus-frame): Mark as declared in frame.c.
8501
8502 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
8503
8504 * ls-lisp.el: Use advice-add.
8505 (original-insert-directory): Remove.
8506 (ls-lisp--insert-directory): Rename from insert-directory; add
8507 `orig-fun' argument.
8508 (insert-directory): Advise.
8509
8510 2013-09-13 Eli Zaretskii <eliz@gnu.org>
8511
8512 * term.el (term-emulate-terminal): Decode the command string
8513 before passing it to term-command-hook. (Bug#15337)
8514
8515 2013-09-13 Glenn Morris <rgm@gnu.org>
8516
8517 * eshell/esh-util.el (ange-cache): Move declaration earlier.
8518
8519 * eshell/esh-ext.el (eshell-search-path): Declare.
8520
8521 * eshell/em-prompt.el (eshell/pwd): Autoload it.
8522 Otherwise an error occurs if eshell-dirs module not loaded.
8523
8524 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
8525
8526 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
8527
8528 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
8529 `tramp-check-proper-host'. Check for a valid method name.
8530
8531 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8532 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
8533 * net/tramp-sh.el (tramp-maybe-open-connection):
8534 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
8535
8536 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
8537 also for hash values.
8538
8539 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8540
8541 * term/ns-win.el (parameters): Don't declare as dynamic.
8542 (before-make-frame-hook): Don't add ineffective function.
8543
8544 * eshell/*.el: Use lexical-binding (bug#15231).
8545
8546 2013-09-12 Kenichi Handa <handa@gnu.org>
8547
8548 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
8549
8550 2013-09-12 Glenn Morris <rgm@gnu.org>
8551
8552 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
8553 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
8554
8555 * subr.el (do-after-load-evaluation): Also give compiler warnings
8556 when obsolete files are used (except by obsolete files).
8557
8558 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
8559 in the status output, assume `filename' is the first. (Bug#15322)
8560
8561 * vc/vc.el (vc-deduce-fileset): Doc fix.
8562
8563 * calc/calc-help.el (Info-goto-node):
8564 * progmodes/cperl-mode.el (Info-find-node):
8565 * vc/ediff.el (Info-goto-node): Update declarations.
8566
8567 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
8568
8569 * vc/vc-bzr.el (vc-compilation-mode): Declare.
8570 (vc-bzr-pull): Require vc-dispatcher.
8571 * vc/vc-git.el (vc-compilation-mode): Declare.
8572 (vc-git-pull): Require vc-dispatcher.
8573
8574 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
8575
8576 * progmodes/octave.el (help-button-action): Declare.
8577
8578 * shell.el (shell-directory-tracker): Output error as a message
8579 rather than just returning it as a string.
8580 (shell-process-pushd): Remove useless use of message.
8581
8582 * dframe.el (dframe-timer-fn):
8583 * files.el (dir-locals-read-from-file):
8584 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
8585 (mpc-format):
8586 * reveal.el (reveal-post-command):
8587 * saveplace.el (load-save-place-alist-from-file):
8588 * shell.el (shell-resync-dirs):
8589 * w32-common-fns.el (x-get-selection-value):
8590 * emacs-lisp/copyright.el (copyright-find-copyright):
8591 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
8592 * emulation/tpu-edt.el (tpu-copy-keyfile):
8593 * play/bubbles.el (bubbles--mark-neighbourhood):
8594 * progmodes/executable.el
8595 (executable-make-buffer-file-executable-if-script-p):
8596 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
8597
8598 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
8599
8600 Cleanup Eshell to rely less on dynamic scoping.
8601 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
8602 last-value, and ext-command here. Bind `args' closer to `body'.
8603 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
8604 (eshell--args): Declare new dynamic var.
8605 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
8606 last-value, and ext-command. Pass `args' to `body'.
8607 (eshell-process-args): Bind eshell--args.
8608 (eshell-set-option): Use eshell--args.
8609 * eshell/eshell.el (eshell): Use derived-mode-p.
8610 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
8611 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
8612 (eshell-glob-function): Declare.
8613 * eshell/esh-util.el: Require cl-lib.
8614 (eshell-read-hosts-file): Avoid add-to-list.
8615 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
8616 `err'.
8617 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
8618 Declare.
8619 (eshell/diff): Remove unused var `err'.
8620 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
8621 `killflag'.
8622 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
8623 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
8624 first use.
8625 * eshell/em-glob.el (eshell-glob-matches, message-shown):
8626 Move declaration before first use.
8627 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
8628 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
8629 rely on cl-return.
8630
8631 2013-09-12 Glenn Morris <rgm@gnu.org>
8632
8633 * term/ns-win.el (global-map): Remove binding for ispell-next,
8634 deleted 1999-05-29. (Bug#15357)
8635
8636 2013-09-11 Glenn Morris <rgm@gnu.org>
8637
8638 * echistory.el (electric-command-history): Remove call to deleted func.
8639
8640 * play/landmark.el (landmark-mode): Fix typos.
8641
8642 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
8643 Check cvs-sort-ignore-file is bound.
8644
8645 * savehist.el: No need for cl when compiling on Emacs.
8646
8647 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8648
8649 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
8650 (bug#15338).
8651 (eshell-self-insert-command, eshell-send-invisible):
8652 Remove unused argument.
8653 (eshell-handle-control-codes): Remove unused var `orig'.
8654 Avoid delete-backward-char.
8655
8656 * files.el (set-auto-mode): Simplify a bit further.
8657
8658 2013-09-11 Glenn Morris <rgm@gnu.org>
8659
8660 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
8661 (set-auto-mode): Don't regexp-quote elements.
8662 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
8663 * progmodes/cc-mode.el (interpreter-mode-alist):
8664 * progmodes/ruby-mode.el (interpreter-mode-alist):
8665 Revert previous change.
8666
8667 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
8668
8669 * play/snake.el (snake-mode):
8670 * play/mpuz.el (mpuz-mode):
8671 * play/landmark.el (lm-mode):
8672 * play/blackbox.el (blackbox-mode):
8673 * play/5x5.el (5x5-mode):
8674 * obsolete/options.el (Edit-options-mode):
8675 * net/quickurl.el (quickurl-list-mode):
8676 * net/newst-treeview.el (newsticker-treeview-mode):
8677 * mail/rmailsum.el (rmail-summary-mode):
8678 * mail/mspools.el (mspools-mode):
8679 * locate.el (locate-mode):
8680 * ibuffer.el (ibuffer-mode):
8681 * emulation/ws-mode.el (wordstar-mode):
8682 * emacs-lisp/debug.el (debugger-mode):
8683 * array.el (array-mode):
8684 * net/eudc.el (eudc-mode): Use define-derived-mode.
8685 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
8686 Move initialization into declaration.
8687 (mairix-searches-mode): Use define-derived-mode.
8688 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
8689 (eudc-edit-hotlist): Use dolist.
8690 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
8691 (Man-mode): Use define-derived-mode.
8692 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
8693 (Info-edit-mode): Use define-derived-mode.
8694 (Info-cease-edit): Use Info-mode.
8695 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
8696 into declaration.
8697 (eshell-mode): Use define-derived-mode.
8698 * chistory.el (command-history-mode-map): Rename from
8699 command-history-map.
8700 (command-history-mode): Use define-derived-mode.
8701 (Command-history-setup): Remove function.
8702 * calc/calc.el (calc-trail-mode-map): New var.
8703 (calc-trail-mode): Use define-derived-mode.
8704 (calc-trail-buffer): Set calc-main-buffer manually.
8705 * bookmark.el (bookmark-insert-annotation): New function.
8706 (bookmark-edit-annotation): Use it.
8707 (bookmark-edit-annotation-mode): Make it a proper major mode.
8708 (bookmark-send-edited-annotation): Use derived-mode-p.
8709 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
8710 closer to its ideal place. Use \' to match EOS.
8711
8712 * profiler.el (profiler-calltree-find): Use function-equal.
8713
8714 2013-09-10 Glenn Morris <rgm@gnu.org>
8715
8716 * files.el (interpreter-mode-alist): Convert to regexps.
8717 (set-auto-mode): Adapt for this. (Bug#15306)
8718 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
8719 Comment out unused variable.
8720 * progmodes/cc-mode.el (interpreter-mode-alist):
8721 * progmodes/python.el (interpreter-mode-alist):
8722 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
8723 * progmodes/sh-script.el (sh-set-shell):
8724 No longer use interpreter-mode-alist to get list of shells.
8725
8726 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
8727
8728 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
8729
8730 * simple.el: Use set-temporary-overlay-map for universal-argument.
8731 (universal-argument-map): Don't use default-bindings (bug#15317).
8732 Bind switch-frame explicitly. Replace universal-argument-minus with
8733 a conditional binding.
8734 (universal-argument-num-events, saved-overriding-map): Remove.
8735 (restore-overriding-map): Remove.
8736 (universal-argument--mode): Rename from save&set-overriding-map,
8737 and rewrite.
8738 (universal-argument, universal-argument-more, negative-argument)
8739 (digit-argument): Adjust accordingly.
8740 (universal-argument-minus): Remove.
8741 (universal-argument-other-key): Remove.
8742
8743 * subr.el (with-demoted-errors): Add `format' argument.
8744
8745 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
8746
8747 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
8748 `tramp-cleanup-connection'.
8749
8750 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
8751 parameters KEEP-DEBUG and KEEP-PASSWORD.
8752
8753 * net/tramp.el (tramp-file-name-handler):
8754 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
8755 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
8756 (tramp-maybe-open-connection):
8757 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8758 Use `tramp-cleanup-connection'.
8759
8760 * net/tramp-sh.el (tramp-maybe-open-connection):
8761 Catch 'uname-changed inside the progress reporter.
8762
8763 2013-09-10 Glenn Morris <rgm@gnu.org>
8764
8765 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
8766
8767 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
8768 returns "alternate access method" in mode (eg "-rw-r--r--.").
8769
8770 2013-09-08 Glenn Morris <rgm@gnu.org>
8771
8772 * saveplace.el (load-save-place-alist-from-file):
8773 Demote errors. (Bug#15305)
8774
8775 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
8776
8777 Improve compatibility with older Emacsen, and XEmacs.
8778
8779 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
8780 only if it is bound. It isn't for XEmacs.
8781 (with-tramp-progress-reporter): Do not let-bind `result'.
8782 This yields to scoping errors in XEmacs.
8783 (tramp-handle-make-auto-save-file-name): New function, moved from
8784 tramp-sh.el.
8785
8786 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
8787 for `make-auto-save-file-name'.
8788 (tramp-adb--gnu-switches-to-ash):
8789 Use `tramp-compat-replace-regexp-in-string'.
8790
8791 * net/tramp-cache.el (tramp-cache-print): Call
8792 `substring-no-properties' only if it is bound. It isn't for XEmacs.
8793
8794 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
8795 bound. It isn't for XEmacs.
8796
8797 * net/tramp-compat.el (tramp-compat-copy-file):
8798 Catch `wrong-number-of-arguments' error.
8799 (tramp-compat-replace-regexp-in-string): New defun.
8800
8801 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
8802 for `make-auto-save-file-name'.
8803 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
8804 `copy-file'.
8805 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
8806 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
8807 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
8808
8809 * net/tramp-gw.el (tramp-gw-open-network-stream):
8810 Use `tramp-compat-replace-regexp-in-string'.
8811
8812 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
8813 Call `tramp-handle-make-auto-save-file-name'.
8814 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
8815 (tramp-sh-file-gvfs-monitor-dir-process-filter)
8816 (tramp-sh-file-inotifywait-process-filter):
8817 Use `tramp-compat-replace-regexp-in-string'.
8818 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
8819
8820 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
8821 for `make-auto-save-file-name'.
8822 (tramp-smb-handle-copy-directory):
8823 Call `tramp-compat-replace-regexp-in-string'.
8824 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
8825 (tramp-smb-handle-copy-file): Improve error message.
8826 (tramp-smb-handle-rename-file): Rename directly only in case
8827 `newname' does not exist yet. This is a restriction of smbclient.
8828 (tramp-smb-maybe-open-connection): Rerun the function only when
8829 `auth-sources' is non-nil.
8830
8831 2013-09-08 Kenichi Handa <handa@gnu.org>
8832
8833 * international/characters.el: Set category "^" (Combining) for
8834 more characters.
8835
8836 2013-09-07 Alan Mackenzie <acm@muc.de>
8837
8838 Correctly fontify Java class constructors.
8839 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
8840 in Java Mode.
8841 (c-recognize-typeless-decls): Set the Java value to t.
8842 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
8843 While handling a "(", add a check for, effectively, Java, and handle a
8844 "typeless" declaration there.
8845
8846 2013-09-07 Roland Winkler <winkler@gnu.org>
8847
8848 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
8849 field subtitle for entry type book.
8850
8851 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * minibuffer.el: Make minibuffer-complete call completion-in-region
8854 rather than other way around.
8855 (completion--some, completion-pcm--find-all-completions):
8856 Don't delay signals when debugging.
8857 (minibuffer-completion-contents): Beware fields within the
8858 minibuffer contents.
8859 (completion-all-sorted-completions): Use defvar-local.
8860 (completion--do-completion, completion--cache-all-sorted-completions)
8861 (completion-all-sorted-completions, minibuffer-force-complete):
8862 Add args `beg' and `end'.
8863 (completion--in-region-1): New fun, extracted from minibuffer-complete.
8864 (minibuffer-complete): Use completion-in-region.
8865 (completion-complete-and-exit): New fun, extracted from
8866 minibuffer-complete-and-exit.
8867 (minibuffer-complete-and-exit): Use it.
8868 (completion--complete-and-exit): Rename from
8869 minibuffer--complete-and-exit.
8870 (completion-in-region--single-word): New function, extracted from
8871 minibuffer-complete-word.
8872 (minibuffer-complete-word): Use it.
8873 (display-completion-list): Make `common-substring' argument obsolete.
8874 (completion--in-region): Call completion--in-region-1 instead of
8875 minibuffer-complete.
8876 (completion-help-at-point): Pass boundaries to
8877 minibuffer-completion-help as args rather than via an overlay.
8878 (completion-pcm--string->pattern): Use `any-delim'.
8879 (completion-pcm--optimize-pattern): New function.
8880 (completion-pcm--pattern->regex): Handle `any-delim'.
8881 * icomplete.el (icomplete-forward-completions)
8882 (icomplete-backward-completions, icomplete-completions):
8883 Adjust calls to completion-all-sorted-completions and
8884 completion--cache-all-sorted-completions.
8885 (icomplete-with-completion-tables): Default to t.
8886 * emacs-lisp/crm.el (crm--current-element): Rename from
8887 crm--select-current-element. Don't put an overlay but return the
8888 boundaries instead.
8889 (crm--completion-command): Take two new args to bind to the boundaries.
8890 (crm-completion-help): Adjust accordingly.
8891 (crm-complete): Use completion-in-region.
8892 (crm-complete-word): Use completion-in-region--single-word.
8893 (crm-complete-and-exit): Use completion-complete-and-exit.
8894
8895 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8896
8897 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
8898 than dynamically.
8899
8900 2013-09-06 Juri Linkov <juri@jurta.org>
8901
8902 * info.el (Info-display-images-node): When image file doesn't exist
8903 display text version of the image if it's provided in the Info file.
8904 Otherwise, display the location of missing image from SRC attribute.
8905 Add help-echo text property from ALT attribute. (Bug#15279)
8906
8907 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
8908
8909 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
8910 (edit-abbrevs-mode): Use define-derived-mode.
8911
8912 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
8913 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
8914 that it's defined.
8915 (epa-key-list-mode, epa-key-mode, epa-info-mode):
8916 Use define-derived-mode.
8917
8918 * epg.el (epg-start-encrypt): Minor CSE simplification.
8919
8920 2013-09-06 William Xu <william.xwl@gmail.com>
8921
8922 * arc-mode.el: Add support for 7za (bug#15264).
8923 (archive-7z-program): New var.
8924 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
8925 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
8926 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
8927
8928 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
8929
8930 Remove URL syntax.
8931
8932 * net/tramp.el (tramp-syntax, tramp-prefix-format)
8933 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
8934 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
8935 (tramp-postfix-host-format, tramp-file-name-regexp)
8936 (tramp-completion-file-name-regexp)
8937 (tramp-completion-dissect-file-name)
8938 (tramp-handle-substitute-in-file-name): Remove 'url case.
8939 (tramp-file-name-regexp-url)
8940 (tramp-completion-file-name-regexp-url): Remove constants.
8941
8942 2013-09-06 Glenn Morris <rgm@gnu.org>
8943
8944 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
8945
8946 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
8947
8948 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
8949 keywords" below "here-doc beginnings" (Bug#15270).
8950
8951 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * subr.el (pop): Use `car-safe'.
8954 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
8955 to detect unused `pop' return value.
8956
8957 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
8958 var `block-regexp'.
8959 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
8960 (python-fill-string): Remove unused var `marker'.
8961 (python-skeleton-add-menu-items): Remove unused var `items'.
8962
8963 * international/mule-cmds.el: Require CL.
8964 (find-coding-systems-for-charsets): Avoid add-to-list.
8965 (sanitize-coding-system-list): New function, extracted from
8966 select-safe-coding-system-interactively.
8967 (select-safe-coding-system-interactively): Use it.
8968 (read-input-method-name): Accept symbols for `default'.
8969
8970 * emacs-lisp/advice.el (defadvice): Add indent rule.
8971
8972 2013-09-05 Daniel Hackney <dan@haxney.org>
8973
8974 * dired-x.el:
8975 * net/ange-ftp.el:
8976 * net/browse-url.el:
8977 * net/dbus.el:
8978 * net/eudc.el:
8979 * net/eudcb-ldap.el:
8980 * net/eww.el:
8981 * net/imap.el:
8982 * printing.el:
8983 * vc/ediff-diff.el:
8984 * vc/ediff-init.el:
8985 * vc/ediff-merg.el:
8986 * vc/ediff-mult.el:
8987 * vc/ediff-util.el:
8988 * vc/ediff-wind.el:
8989 * vc/ediff.el:
8990 * vc/emerge.el:
8991 * vc/pcvs.el:
8992 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
8993 byte compiler. Remove some unused let-bound variables.
8994
8995 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
8998 a "ref-cell", since it gets better optimized (bug#14883).
8999
9000 2013-09-05 Glenn Morris <rgm@gnu.org>
9001
9002 * progmodes/cc-awk.el (c-forward-sws): Declare.
9003
9004 2013-09-04 Glenn Morris <rgm@gnu.org>
9005
9006 * generic-x.el [rul-generic-mode]: Require cc-mode.
9007 (c++-mode-syntax-table): Declare.
9008 (rul-generic-mode-syntax-table): Init in the defvar.
9009
9010 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
9011
9012 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
9013 (vc-do-command, vc-set-async-update):
9014 * vc/vc-mtn.el (vc-mtn-dir-status):
9015 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
9016 (vc-hg-pull, vc-hg-merge-branch):
9017 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
9018 (vc-git-merge-branch):
9019 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
9020 (vc-cvs-dir-status-files):
9021 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
9022 (vc-bzr-dir-status-files):
9023 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
9024 * vc/vc-annotate.el: Use lexical-binding.
9025 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
9026 (vc-sentinel-movepoint): Declare.
9027 (vc-annotate): Don't use `goto-line'.
9028 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
9029 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
9030 (vc-sentinel-movepoint): Declare.
9031 * vc/vc-svn.el: Use lexical-binding.
9032 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
9033 * vc/vc-sccs.el:
9034 * vc/vc-rcs.el: Use lexical-binding.
9035
9036 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
9037 `deleted'. Don't drop errors silently.
9038
9039 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
9040
9041 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
9042
9043 * vc/vc.el (vc-ignore): Rewrite.
9044 (vc-default-ignore): New function.
9045 (vc-default-ignore-completion-table): Use find-ignore-file.
9046
9047 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
9048 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
9049 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
9050 Remove. Most code moved to vc.el.
9051
9052 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
9055 * net/tramp-smb.el (tramp-smb-get-file-entries):
9056 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
9057 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
9058
9059 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
9060 Update call to it.
9061 (eww-change-select): Remove unused var `properties'.
9062 (eww-make-unique-file-name): Remove unused var `base'.
9063
9064 * finder.el (finder-compile-keywords): Don't mess with windows.
9065
9066 * calculator.el (calculator-funcall): Fix typo in last change.
9067
9068 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
9069
9070 * emacs-lisp/package.el (package-activate-1): Don't let a missing
9071 <pkg>-autoloads.el file stop us.
9072
9073 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
9074 warnings, and factor out common code.
9075
9076 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
9077
9078 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
9079 two-character operators and whether the character preceding them
9080 changes their meaning (Bug#15208).
9081
9082 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9083
9084 Format code sent to Python shell for robustness.
9085 * progmodes/python.el (python-shell-buffer-substring):
9086 New function.
9087 (python-shell-send-region, python-shell-send-buffer): Use it.
9088
9089 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
9090
9091 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
9092 * net/tramp.el (tramp-user-error): ... here.
9093 (tramp-find-method, tramp-check-proper-host)
9094 (tramp-dissect-file-name, tramp-debug-message)
9095 (tramp-handle-shell-command):
9096 * net/tramp-adb.el (tramp-adb-handle-shell-command):
9097 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
9098
9099 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
9100
9101 2013-09-02 Martin Rudalics <rudalics@gmx.at>
9102
9103 * avoid.el (mouse-avoidance-point-position)
9104 (mouse-avoidance-too-close-p): Handle case where posn-at-point
9105 returns nil.
9106
9107 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
9108
9109 * progmodes/python.el (python-shell-completion-get-completions):
9110 Drop use of deleted `comint-last-prompt-overlay'.
9111 (python-nav-if-name-main): New command.
9112
9113 2013-09-01 Glenn Morris <rgm@gnu.org>
9114
9115 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9116 Avoid leading space in $wins. Otherwise the sed command used by
9117 eg compile-main ends up containing "/*.el". (Bug#15170)
9118
9119 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
9120
9121 2013-08-30 Glenn Morris <rgm@gnu.org>
9122
9123 * emacs-lisp/bytecomp.el (byte-recompile-directory):
9124 Fix is-this-a-directory logic. (Bug#15220)
9125
9126 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9127
9128 * textmodes/css-mode.el: Use SMIE.
9129 (css-smie-grammar): New var.
9130 (css-smie--forward-token, css-smie--backward-token)
9131 (css-smie-rules): New functions.
9132 (css-mode): Use them.
9133 (css-navigation-syntax-table): Remove var.
9134 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
9135 (css-indent-calculate, css-indent-line): Remove functions.
9136
9137 Misc changes to reduce use of `(lambda...); and other cleanups.
9138 * cus-edit.el: Use lexical-binding.
9139 (customize-push-and-save, customize-apropos)
9140 (custom-buffer-create-internal): Use closures.
9141 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
9142 * progmodes/ada-xref.el: Use setq.
9143 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
9144 * dframe.el: Use lexical-binding.
9145 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
9146 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
9147 * descr-text.el: Use lexical-binding.
9148 (describe-text-widget, describe-text-sexp, describe-property-list):
9149 Use closures.
9150 * comint.el (comint-history-isearch-push-state): Use a closure.
9151 * calculator.el: Use lexical-binding.
9152 (calculator-number-to-string): Make it work with lexical-binding.
9153 (calculator-funcall): Same and use cl-letf.
9154
9155 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
9156 (lisp--company-doc-string, lisp--company-location): New functions.
9157 (lisp-completion-at-point): Use them to improve Company support.
9158
9159 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
9160 params of lambda expressions.
9161 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
9162 (ruby-smie--opening-pipe-p): New function.
9163 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
9164 symbols and matched |...| for formal params.
9165 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
9166 from being treated as hanging. Handle "rescue".
9167
9168 2013-08-29 Glenn Morris <rgm@gnu.org>
9169
9170 * progmodes/cc-engine.el (c-pull-open-brace):
9171 Move definition before use.
9172
9173 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
9174
9175 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
9176 are immutable. Don't use `unsafe' any more.
9177 (cl--defsubst-expand): Don't substitute at the same time as keeping
9178 a residual unused let-binding. Don't use `unsafe' any more.
9179
9180 2013-08-29 Glenn Morris <rgm@gnu.org>
9181
9182 * calendar/cal-china.el (calendar-chinese-year-cache):
9183 Recenter on 2015.
9184
9185 * nxml/nxml-util.el (nxml-debug-clear-inside):
9186 Use cl-loop rather than loop.
9187
9188 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
9189
9190 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
9191
9192 2013-08-28 Glenn Morris <rgm@gnu.org>
9193
9194 * progmodes/antlr-mode.el: No need to require cc-mode twice.
9195
9196 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
9197
9198 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
9199
9200 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9201
9202 * simple.el (repeat-complex-command--called-interactively-skip):
9203 New function.
9204 (repeat-complex-command): Use it (bug#14136).
9205
9206 * progmodes/cc-mode.el: Minor cleanup of var declarations.
9207 (c-define-abbrev-table): Add `doc' argument.
9208 (c-mode-abbrev-table, c++-mode-abbrev-table)
9209 (objc-mode-abbrev-table, java-mode-abbrev-table)
9210 (idl-mode-abbrev-table, pike-mode-abbrev-table)
9211 (awk-mode-abbrev-table): Use it.
9212 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
9213 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
9214 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
9215 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
9216 Move initialization into the declaration; and remove any
9217 autoload cookie.
9218
9219 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
9220 and dynamic let binding.
9221
9222 * vc/smerge-mode.el: Remove redundant :group args.
9223
9224 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
9225 to load-path.
9226
9227 2013-08-28 Juri Linkov <juri@jurta.org>
9228
9229 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
9230 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
9231 (isearch-other-meta-char): Handle an undefined shifted printing
9232 character by downshifting it. (Bug#15200)
9233
9234 2013-08-28 Juri Linkov <juri@jurta.org>
9235
9236 * isearch.el (isearch-search): Change regexp error message for
9237 non-regexp searches. (Bug#15166)
9238
9239 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
9240
9241 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
9242 for portability to hosts where /bin/sh has problems.
9243
9244 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9245
9246 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
9247
9248 2013-08-27 Juri Linkov <juri@jurta.org>
9249
9250 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
9251 in the keyboard macro. (Bug#15126)
9252
9253 2013-08-27 Juri Linkov <juri@jurta.org>
9254
9255 * isearch.el (isearch-quote-char): Comment out converting unibyte
9256 to multibyte, thus syncing with its `quoted-insert' counterpart.
9257 (Bug#15166)
9258
9259 2013-08-27 Martin Rudalics <rudalics@gmx.at>
9260
9261 * window.el (display-buffer-use-some-window): Add missing
9262 argument in call of get-largest-window (Bug#15185).
9263 Reported by Stephen Leake.
9264
9265 2013-08-27 Glenn Morris <rgm@gnu.org>
9266
9267 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
9268
9269 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * progmodes/python.el (python-font-lock-keywords): Don't return nil
9272 from a matcher-function unless there's no more matches (bug#15161).
9273
9274 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9275
9276 * minibuffer.el: Revert change from 2013-08-20.
9277
9278 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
9279 with text property `tramp-default', if appropriate.
9280 (tramp-check-proper-host): New defun.
9281 (tramp-dissect-file-name): Do not check hostname. Revert change
9282 of 2013-03-18.
9283 (tramp-backtrace): Make VEC-OR-PROC optional.
9284
9285 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9286 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9287 * net/tramp-sh.el (tramp-maybe-open-connection):
9288 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9289 Apply `tramp-check-proper-host'.
9290
9291 2013-08-26 Tassilo Horn <tsdh@gnu.org>
9292
9293 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
9294 lambda expression in order to have `describe-variable' display it.
9295
9296 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
9297
9298 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
9299 BUF can be optional. (Bug#15186)
9300
9301 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
9302
9303 * progmodes/flymake.el (flymake-get-real-file-name-function):
9304 Fix broken customization. (Bug#15184)
9305
9306 2013-08-25 Alan Mackenzie <acm@muc.de>
9307
9308 Improve indentation of bracelists defined by macros (without "=").
9309
9310 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
9311 expansion begins with "{", regard it as bracelist when it doesn't
9312 contain a ";".
9313
9314 Parse C++ inher-intro when there's a template split over 2 lines.
9315
9316 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
9317 rigorously the search for "class" etc. followed by ":".
9318
9319 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
9320 random languages a regexp which never matches rather than nil.
9321
9322 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
9323
9324 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
9325 (c-awk-regexp-one-line-possibly-open-char-list-re)
9326 (c-awk-one-line-possibly-open-regexp-re)
9327 (c-awk-one-line-non-syn-ws*-re): Remove.
9328 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
9329 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
9330 (c-awk-space*-unclosed-regexp-/-re): New constants.
9331 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
9332 aren't regexp delimiters.
9333
9334 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
9335 handling for a rare situation in AWK Mode involving unterminated
9336 strings/regexps.
9337
9338 2013-08-23 Glenn Morris <rgm@gnu.org>
9339
9340 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
9341
9342 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
9343
9344 * files.el (create-file-buffer): If the result would begin with
9345 spaces, prepend a "|" instead of removing them. (Bug#15162)
9346
9347 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
9348
9349 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
9350 text-properties (bug#15155).
9351
9352 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
9353 exist any more.
9354 (calc-keypad-redraw): Remove unused var `pad'.
9355 (calc-keypad-press): Remove unused var `menu'.
9356
9357 2013-08-23 Martin Rudalics <rudalics@gmx.at>
9358
9359 * window.el (display-buffer-pop-up-frame):
9360 Call pop-up-frame-function with BUFFER current so `make-frame' will
9361 use it as the new frame's buffer (Bug#15133).
9362
9363 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * calendar/timeclock.el: Minor cleanups.
9366 (timeclock-ask-before-exiting, timeclock-use-display-time):
9367 Use `symbol'.
9368 (timeclock-modeline-display): Define as alias before the
9369 actual definition.
9370 (timeclock-mode-line-display): Use define-minor-mode.
9371 (timeclock-day-list-template): Make it a function, add an argument.
9372 (timeclock-day-list-required, timeclock-day-list-length)
9373 (timeclock-day-list-debt, timeclock-day-list-span)
9374 (timeclock-day-list-break): Adjust calls accordingly.
9375
9376 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
9379 Use read--expression so that completion works again.
9380
9381 2013-08-21 Sam Steingold <sds@gnu.org>
9382
9383 Add rudimentary inferior shell interaction
9384 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
9385 (sh-set-shell): Reset it.
9386 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
9387 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
9388
9389 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9390
9391 * align.el: Use lexical-binding.
9392 (align-region): Simplify accordingly.
9393
9394 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
9395
9396 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
9397
9398 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
9399 `non-essential' up.
9400
9401 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
9402
9403 * net/tramp.el:
9404 * net/tramp-adb.el:
9405 * net/tramp-cmds.el:
9406 * net/tramp-ftp.el:
9407 * net/tramp-gvfs.el:
9408 * net/tramp-gw.el:
9409 * net/tramp-sh.el: Don't wrap external variable declarations by
9410 `eval-when-compile'.
9411
9412 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9413
9414 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
9415 now that Emacs supports ImageMagick animations.
9416
9417 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
9418
9419 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
9420 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
9421
9422 2013-08-16 Martin Rudalics <rudalics@gmx.at>
9423
9424 * window.el (mouse-autoselect-window-select): Do autoselect when
9425 mouse pointer is on margin.
9426
9427 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
9428
9429 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
9430
9431 2013-08-16 Glenn Morris <rgm@gnu.org>
9432
9433 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
9434 Handle "Remote Directory" response of some clients. (Bug#15058)
9435
9436 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
9437 Tweak warning. (Bug#14926)
9438
9439 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
9440 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
9441
9442 * image-mode.el (image-mode-map): Add menu items to reverse,
9443 increase, decrease, reset animation speed.
9444 (image--set-speed, image-increase-speed, image-decrease-speed)
9445 (image-reverse-speed, image-reset-speed): New functions.
9446 (image-mode-map): Add bindings for speed commands.
9447
9448 * image.el (image-animate-get-speed, image-animate-set-speed):
9449 New functions.
9450 (image-animate-timeout): Respect image :speed property.
9451
9452 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
9453
9454 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
9455 previous line (bug#15101).
9456 (debugger-eval-expression, debugger-record-expression):
9457 Use read--expression (bug#15102).
9458
9459 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
9460
9461 Remove byte compiler warnings, visible when compiling with
9462 `byte-compile-force-lexical-warnings' set to t.
9463
9464 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
9465 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
9466 (tramp-handle-unhandled-file-name-directory)
9467 (tramp-handle-file-notify-add-watch, tramp-action-login)
9468 (tramp-action-succeed, tramp-action-permission-denied)
9469 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
9470 arguments with "_".
9471
9472 * net/tramp-adb.el (tramp-adb-parse-device-names)
9473 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
9474 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
9475 (tramp-adb-handle-file-truename): Remove unused arguments.
9476
9477 * net/tramp-cache.el (tramp-flush-directory-property)
9478 (tramp-flush-connection-property, tramp-list-connections)
9479 (tramp-parse-connection-properties): Prefix unused arguments with "_".
9480
9481 * net/tramp-compat.el (tramp-compat-make-temp-file):
9482 Rename FILENAME to F.
9483
9484 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
9485 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
9486 (tramp-zeroconf-parse-workstation-device-names)
9487 (tramp-zeroconf-parse-webdav-device-names)
9488 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
9489
9490 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
9491 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
9492
9493 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
9494 arguments.
9495 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
9496 (tramp-sh-handle-insert-file-contents-literally)
9497 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
9498 with "_".
9499 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
9500 Remove unused variables.
9501
9502 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9503 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
9504 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
9505
9506 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
9507 Make them a defconst.
9508 (tramp-uuencode-region): Remove unused variable.
9509
9510 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
9511
9512 * frameset.el (frameset--prop-setter): New function.
9513 (frameset-prop): Add gv-setter declaration.
9514 (frameset-filter-minibuffer): Deal with the case that the minibuffer
9515 parameter was already set in FILTERED. Doc fix.
9516 (frameset--record-minibuffer-relationships): Allow saving a
9517 minibufferless frame without its corresponding minibuffer frame.
9518 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
9519 frame, if the frame id matches.
9520 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
9521 frames before orphaned ones.
9522 (frameset-restore): Warn about orphaned windows, instead of error out.
9523
9524 2013-08-14 Martin Rudalics <rudalics@gmx.at>
9525
9526 * window.el (window-make-atom): Don't overwrite parameter
9527 already present.
9528 (display-buffer-in-atom-window): Handle special case where we
9529 split an already atomic window.
9530 (window--major-non-side-window, display-buffer-in-side-window)
9531 (window--side-check): Ignore minibuffer window when walking
9532 window tree.
9533 (window-deletable-p): Return 'frame only if no other frame uses
9534 our minibuffer window.
9535 (record-window-buffer): Run buffer-list-update-hook.
9536 (split-window): Make sure window--check-frame won't destroy an
9537 existing atomic window in case the new window gets nested
9538 inside.
9539 (display-buffer-at-bottom): Ignore minibuffer window when
9540 walking window tree. Don't split a side window.
9541 (pop-to-buffer): Don't set-buffer here, the select-window call
9542 should do that.
9543 (mouse-autoselect-window-select): Autoselect only if we are in the
9544 text portion of the window.
9545
9546 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
9547
9548 * net/shr.el (shr-parse-image-data): New function to grab both the
9549 data itself and the Content-Type.
9550 (shr-put-image): Use it.
9551
9552 * net/eww.el (eww-display-image): Ditto.
9553
9554 * image.el (image-content-type-suffixes): New variable.
9555
9556 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
9557
9558 * progmodes/python.el (python-imenu--build-tree)
9559 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
9560
9561 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
9562
9563 * simple.el (backward-word): Mention the optional argument.
9564
9565 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * frameset.el (frameset--make): Rename constructor from make-frameset.
9568 (frameset-p, frameset-valid-p): Don't autoload.
9569 (frameset-valid-p): Use normal accessors.
9570
9571 2013-08-13 Glenn Morris <rgm@gnu.org>
9572
9573 * progmodes/compile.el (compile-command): Tweak example in doc.
9574 * obsolete/scribe.el (scribe-mode):
9575 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
9576
9577 * mail/feedmail.el (feedmail-confirm-outgoing)
9578 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
9579
9580 * cus-start.el (truncate-partial-width-windows): Fix type.
9581
9582 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
9583
9584 * net/shr.el (shr-table-horizontal-line): Fix custom type.
9585
9586 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * emacs-lisp/timer.el (timer--time-setter): New function.
9589 (timer--time): Use it as gv-setter.
9590
9591 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
9592 setter is not a symbol.
9593
9594 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
9595
9596 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
9597 if sending fails. This makes debugging easier.
9598
9599 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
9600
9601 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
9602 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
9603 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
9604
9605 2013-08-12 Eli Zaretskii <eliz@gnu.org>
9606
9607 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
9608
9609 2013-08-12 Glenn Morris <rgm@gnu.org>
9610
9611 * format.el (format-annotate-function):
9612 Handle read-only text properties in the source. (Bug#14887)
9613
9614 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
9615
9616 * net/eww.el (eww-display-html): Ignore coding system errors.
9617 One web site uses "utf-8lias" as the coding system.
9618
9619 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
9620
9621 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
9622
9623 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
9624
9625 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
9626 (tutorial--detailed-help): Remove unused local variables.
9627 (tutorial--save-tutorial-to): Use ignore-errors.
9628 (help-with-tutorial): Use looking-at-p.
9629
9630 * view.el (view-buffer-other-window, view-buffer-other-frame):
9631 Mark unused arguments.
9632
9633 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
9634 (woman-select-symbol-fonts, woman, woman-find-file)
9635 (woman-insert-file-contents, woman-non-underline-faces):
9636 Use string-match-p.
9637 (woman1-unquote): Move declaration.
9638
9639 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
9640 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
9641 argument. Remove unused local variable.
9642 (xml-parse-elem-type): Use string-match-p.
9643 (xml-substitute-numeric-entities): Use ignore-errors.
9644
9645 * calculator.el (calculator): Mark unused argument.
9646 (calculator-paste, calculator-quit, calculator-integer-p):
9647 Use ignore-errors.
9648 (calculator-string-to-number, calculator-decimal, calculator-exp)
9649 (calculator-op-or-exp): Use string-match-p.
9650
9651 * dired.el (dired-buffer-more-recently-used-p): Declare.
9652 (dired-insert-set-properties, dired-insert-old-subdirs):
9653 Use ignore-errors.
9654
9655 * dired-aux.el (dired-compress): Use ignore-errors.
9656 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
9657 (dired-do-async-shell-command, dired-do-shell-command)
9658 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
9659 (dired-insert-subdir-validate): Use string-match-p.
9660 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
9661 (dired-add-entry): Use string-match-p, looking-at-p.
9662 (dired-insert-subdir-newpos): Remove unused local variable.
9663
9664 * filenotify.el (file-notify-callback): Remove unused local variable.
9665
9666 * filesets.el (filesets-error): Mark unused argument.
9667 (filesets-which-command-p, filesets-filter-dir-names)
9668 (filesets-directory-files, filesets-get-external-viewer)
9669 (filesets-ingroup-get-data): Use string-match-p.
9670
9671 * find-file.el (ff-other-file-name, ff-other-file-name)
9672 (ff-find-the-other-file, ff-cc-hh-converter):
9673 Remove unused local variables.
9674 (ff-get-file-name): Use string-match-p.
9675 (ff-all-dirs-under): Use ignore-errors.
9676
9677 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
9678 (follow-select-if-visible): Remove unused local variable.
9679
9680 * forms.el (read-file-filter): Move declaration.
9681 (forms--make-format, forms--make-parser, forms-insert-record):
9682 Quote function with #'.
9683 (forms--update): Use string-match-p. Quote function with #'.
9684
9685 * help-mode.el (help-dir-local-var-def): Mark unused argument.
9686 (help-make-xrefs): Use looking-at-p.
9687 (help-xref-on-pp): Use looking-at-p, ignore-errors.
9688
9689 * ibuffer.el (ibuffer-ext-visible-p): Declare.
9690 (ibuffer-confirm-operation-on): Use string-match-p.
9691
9692 * msb.el (msb-item-handler, msb-dired-item-handler):
9693 Mark unused arguments.
9694
9695 * ses.el (ses-decode-cell-symbol)
9696 (ses-kill-override): Remove unused local variable.
9697 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
9698 (ses-load): Use ignore-errors, looking-at-p.
9699 (ses-jump-safe): Use ignore-errors.
9700 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
9701
9702 * tabify.el (untabify, tabify): Mark unused arguments.
9703
9704 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
9705 Mark unused argument.
9706 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
9707 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
9708
9709 * emacs-lisp/timer.el (timer--time): Define setter with
9710 gv-define-setter to avoid deprecation warning.
9711
9712 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
9713 (*record-cmpl-statistics-p*): Remove (was commented out).
9714 (cmpl-statistics-block): Remove (body was commented out).
9715 All callers changed.
9716 (add-completions-from-buffer, load-completions-from-file):
9717 Remove unused variables.
9718
9719 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * filecache.el (file-cache-delete-file-list):
9722 Print message only when told so.
9723 (file-cache-files-matching): Use #' in mapconcat argument.
9724
9725 * ffap.el (ffap-url-at-point): Fix reference to variable
9726 thing-at-point-default-mail-uri-scheme.
9727
9728 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
9729
9730 * subr.el (define-error): New function.
9731 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
9732 error-file-not-found and define with define-error.
9733 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
9734 and define with define-error.
9735 * userlock.el (file-locked, file-supersession):
9736 * simple.el (mark-inactive):
9737 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
9738 * progmodes/ada-mode.el (ada-mode-errors):
9739 * play/life.el (life-extinct):
9740 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
9741 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
9742 * nxml/rng-util.el (rng-error):
9743 * nxml/rng-uri.el (rng-uri-error):
9744 * nxml/rng-match.el (rng-compile-error):
9745 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
9746 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
9747 * nxml/nxml-rap.el (nxml-scan-error):
9748 * nxml/nxml-outln.el (nxml-outline-error):
9749 * net/soap-client.el (soap-error):
9750 * net/gnutls.el (gnutls-error):
9751 * net/ange-ftp.el (ftp-error):
9752 * mpc.el (mpc-proc-error):
9753 * json.el (json-error, json-readtable-error, json-unknown-keyword)
9754 (json-number-format, json-string-escape, json-string-format)
9755 (json-key-format, json-object-format):
9756 * jka-compr.el (compression-error):
9757 * international/quail.el (quail-error):
9758 * international/kkc.el (kkc-error):
9759 * emacs-lisp/ert.el (ert-test-failed):
9760 * calc/calc.el (calc-error, inexact-result, math-overflow)
9761 (math-underflow):
9762 * bookmark.el (bookmark-error-no-filename):
9763 * epg.el (epg-error): Define with define-error.
9764
9765 * time.el (display-time-event-handler)
9766 (display-time-next-load-average): Don't call sit-for since it seems
9767 unnecessary (bug#15045).
9768
9769 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
9770 Use #' instead of ' to quote functions.
9771 (checkdoc-output-mode): Use setq-local.
9772 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
9773 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
9774 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
9775 (checkdoc-ispell, checkdoc-ispell-current-buffer)
9776 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
9777 (checkdoc-ispell-message-text, checkdoc-ispell-start)
9778 (checkdoc-ispell-continue, checkdoc-ispell-comments)
9779 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
9780
9781 * ido.el (ido-completion-help): Fix up compiler warning.
9782
9783 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
9784
9785 * frameset.el (frameset-p): Add autoload cookie.
9786 (frameset--jump-to-register): New function, based on code moved from
9787 register.el.
9788 (frameset-to-register): Move from register.el. Adapt to `registerv'.
9789
9790 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
9791 (frameset-restore, frameset-save, frameset-session-filter-alist):
9792 Remove declarations.
9793 (register-alist): Doc fix.
9794 (frameset-to-register): Move to frameset.el.
9795 (jump-to-register, describe-register-1): Remove frameset-specific code.
9796
9797 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9798
9799 * allout-widgets.el (allout-widgets-pre-command-business)
9800 (allout-widgets-post-command-business)
9801 (allout-widgets-after-change-handler)
9802 (allout-decorate-item-and-context, allout-set-boundary-marker)
9803 (allout-body-modification-handler)
9804 (allout-graphics-modification-handler): Mark ignored arguments.
9805 (allout-widgets-post-command-business)
9806 (allout-widgets-exposure-change-processor)
9807 (allout-widgets-exposure-undo-processor)
9808 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
9809 (allout-parse-item-at-point, allout-decorate-item-guides)
9810 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
9811 * allout.el (epa-passphrase-callback-function): Declare.
9812 (allout-overlay-insert-in-front-handler)
9813 (allout-overlay-interior-modification-handler)
9814 (allout-isearch-end-handler, allout-chart-siblings)
9815 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
9816 (allout-yank-processing, allout-process-exposed)
9817 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
9818 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
9819 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
9820 (lisp-indent-defform): Mark ignored arguments.
9821 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
9822 (calculate-lisp-indent): Remove unused variables.
9823 * international/characters.el (indian-2-column, arabic-2-column)
9824 (tibetan): Mark ignored arguments.
9825 (use-cjk-char-width-table): Mark ignored arguments.
9826 Remove unused variables.
9827 * international/fontset.el (build-default-fontset-data)
9828 (x-compose-font-name, create-fontset-from-fontset-spec):
9829 Mark ignored arguments.
9830 (fontset-plain-name): Remove unused variables.
9831 * international/mule.el (charset-id, charset-bytes, generic-char-p)
9832 (keyboard-coding-system): Mark ignored arguments.
9833 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
9834 * help.el (resize-temp-buffer-window):
9835 * window.el (display-buffer-in-major-side-window)
9836 (display-buffer-in-side-window, display-buffer-in-previous-window):
9837 Remove unused variables.
9838 * isearch.el (isearch-forward-symbol):
9839 * version.el (emacs-bzr-version-bzr):
9840 * international/mule-cmds.el (current-language-environment):
9841 * term/common-win.el (x-handle-iconic, x-handle-geometry)
9842 (x-handle-display):
9843 * term/pc-win.el (x-list-fonts, x-display-planes)
9844 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
9845 (x-server-version, x-display-screens, x-display-mm-height)
9846 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
9847 (x-selection-owner-p, x-own-selection-internal)
9848 (x-disown-selection-internal, x-get-selection-internal)
9849 (msdos-initialize-window-system):
9850 * term/tty-colors.el (tty-color-alist, tty-color-clear):
9851 * term/x-win.el (x-handle-no-bitmap-icon):
9852 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
9853 (vc-default-find-file-hook, vc-default-extra-menu):
9854 Mark ignored arguments.
9855
9856 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9857
9858 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
9859 break-condition in the context of the debugged code (bug#12685).
9860
9861 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
9862
9863 * comint.el:
9864 Do not use an overlay to highlight the last prompt. (Bug#14744)
9865 (comint-mode): Make comint-last-prompt buffer local.
9866 (comint-last-prompt): New variable.
9867 (comint-last-prompt-overlay): Remove. Superseded by
9868 comint-last-prompt.
9869 (comint-snapshot-last-prompt, comint-output-filter):
9870 Use comint-last-prompt.
9871
9872 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9873
9874 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
9875 (frameset-save): Check validity of the resulting frameset.
9876
9877 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
9878
9879 * ido.el (ido-record-command): Add doc string.
9880
9881 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9882
9883 * frameset.el (frameset): Do not disable creation of the default
9884 frameset-p predicate. Doc fix.
9885 (frameset-valid-p): New function, copied from the old predicate-p.
9886 Add additional checks.
9887 (frameset-restore): Check with frameset-valid-p.
9888 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
9889 (frameset-name, frameset-description, frameset-properties)
9890 (frameset-states): Add docstring.
9891 (frameset-session-filter-alist, frameset-persistent-filter-alist)
9892 (frameset-filter-alist): Doc fixes.
9893
9894 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9895
9896 * frameset.el (frameset-p, frameset-prop): Doc fixes.
9897
9898 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
9901 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
9902 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
9903 (byte-compile-normal-call): Remove obsolescence check.
9904
9905 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
9906
9907 * frameset.el (frameset-restore): Doc fix.
9908
9909 * register.el (frameset-frame-id, frameset-frame-with-id)
9910 (frameset-p, frameset-restore, frameset-save): Declare.
9911 (register-alist): Document framesets.
9912 (frameset-session-filter-alist): Declare.
9913 (frameset-to-register): New function.
9914 (jump-to-register): Implement jumping to framesets. Doc fix.
9915 (describe-register-1): Describe framesets.
9916
9917 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
9918
9919 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
9920
9921 * desktop.el (desktop-save-frameset): Use new frameset-save args.
9922 Use lexical-binding.
9923
9924 * frameset.el (frameset): Use type vector, not list (incompatible
9925 change). Do not declare a new constructor, use the default one.
9926 Upgrade suggested properties `app', `name' and `desc' to slots `app',
9927 `name' and `description', respectively, and add read-only slot
9928 `timestamp'. Doc fixes.
9929 (frameset-copy, frameset-persistent-filter-alist)
9930 (frameset-filter-alist, frameset-switch-to-gui-p)
9931 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
9932 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
9933 (frameset-filter-iconified, frameset-keep-original-display-p):
9934 Doc fixes.
9935 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
9936 Rename from frameset-filter-(save|restore)-param. All callers changed.
9937 Doc fix.
9938 (frameset-p): Adapt to change to vector and be more thorough.
9939 Change arg name to OBJECT. Doc fix.
9940 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
9941 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
9942 All callers changed.
9943 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
9944 All callers changed.
9945 (frameset--record-minibuffer-relationships): Rename from
9946 frameset--process-minibuffer-frames. All callers changed.
9947 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
9948 Use new default constructor (again). Doc fix.
9949 (frameset--find-frame-if): Rename from `frameset--find-frame'.
9950 All callers changed.
9951 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
9952 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
9953 Doc fix.
9954 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
9955 PARAMETERS and WINDOW-STATE, respectively.
9956 (frameset-restore): Add new keyword argument PREDICATE.
9957 Reset frameset--target-display to nil. Doc fix.
9958
9959 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
9962 (bat-mode): Use it.
9963 (bat-mode-syntax-table): Mark \n as end-of-comment.
9964 (bat-font-lock-keywords): Remove comment rule.
9965
9966 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
9967 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
9968
9969 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
9970 (byte-compile-callargs-warn): Use `push'.
9971 (byte-compile-arglist-warn): Ignore higher-order "calls".
9972 (byte-compile-file-form-autoload): Use `pcase'.
9973 (byte-compile-function-form): If quoting a symbol, check that it exists.
9974
9975 2013-08-07 Eli Zaretskii <eliz@gnu.org>
9976
9977 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
9978 and add a few popular commands found in batch files.
9979 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
9980 (dos-mode): Doc fixes.
9981
9982 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
9983
9984 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
9985 (dos-mode): Use setq-local. Add space after "rem".
9986 (dos-mode-syntax-table): Don't use "w" for symbol chars.
9987 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
9988
9989 2013-08-07 Arni Magnusson <arnima@hafro.is>
9990
9991 * progmodes/dos.el: New file.
9992 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
9993 dos-mode.
9994
9995 2013-08-06 Glenn Morris <rgm@gnu.org>
9996
9997 * calendar/calendar.el: Add new faces, and day-header-array.
9998 (calendar-weekday-header, calendar-weekend-header)
9999 (calendar-month-header): New faces.
10000 (calendar-day-header-construct): New function.
10001 (calendar-day-header-width): Also :set calendar-day-header-array.
10002 (calendar-american-month-header, calendar-european-month-header)
10003 (calendar-iso-month-header): Use calendar- faces.
10004 (calendar-generate-month):
10005 Use calendar-day-header-array for day headers; apply faces to them.
10006 (calendar-mode): Check calendar-font-lock-keywords non-nil.
10007 (calendar-abbrev-construct): Add optional maxlen argument.
10008 (calendar-day-name-array): Doc fix.
10009 (calendar-day-name-array, calendar-abbrev-length)
10010 (calendar-day-abbrev-array):
10011 Also :set calendar-day-header-array, and maybe redraw.
10012 (calendar-day-header-array): New option. (Bug#15007)
10013 (calendar-font-lock-keywords): Set to nil and make obsolete.
10014 (calendar-day-name): Add option to use header array.
10015
10016 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10017
10018 * net/shr.el (shr-render-td): Remove debugging.
10019 (shr-render-td): Make width computation consistent by defaulting
10020 all zero-width columns to 10 characters. This may not be optimal,
10021 but it's at least consistent.
10022 (shr-make-table-1): Redo last change to fix the real problem in
10023 colspan handling.
10024
10025 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10026
10027 * files.el (cache-long-line-scans):
10028 Make obsolete alias to `cache-long-scans'.
10029
10030 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10031
10032 * frameset.el (frameset, frameset-filter-alist)
10033 (frameset-filter-params, frameset-save, frameset--reuse-frame)
10034 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
10035 (frameset-compute-pos): Rename from frameset--compute-pos,
10036 and add docstring.
10037 (frameset-move-onscreen): Use frameset-compute-pos.
10038 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10039
10040 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
10041 Fix typos in docstrings.
10042
10043 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
10044
10045 * frame.el (get-other-frame): Tiny cleanup.
10046
10047 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
10048
10049 * vc/vc.el (vc-default-ignore-completion-table):
10050 Silence byte-compiler warning.
10051
10052 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
10053 slot, which can indeed be nil.
10054 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10055 Move entry for `left' from persistent to live filter alist.
10056 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
10057 Doc fixes.
10058 (frameset-filter-params): When restoring a frame, copy items added to
10059 `filtered', to avoid unwittingly modifying the original parameters.
10060 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
10061 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
10062
10063 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
10064 to use looking-at-p instead of looking-at. (Bug#15028)
10065
10066 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 Revert introduction of isearch-filter-predicates (bug#14714).
10069 Rely on add-function instead.
10070 * isearch.el (isearch-filter-predicates): Rename it back to
10071 isearch-filter-predicate.
10072 (isearch-message-prefix): Use advice-function-mapc and advice
10073 properties to get the isearch-message-prefix.
10074 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
10075 instead of run-hook-with-args-until-failure.
10076 (isearch-filter-visible): Not obsolete any more.
10077 * loadup.el: Preload nadvice.
10078 * replace.el (perform-replace): Revert to funcall
10079 instead of run-hook-with-args-until-failure.
10080 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
10081 * dired-aux.el (dired-isearch-filenames-mode): Rename from
10082 dired-isearch-filenames-toggle; make it into a proper minor mode.
10083 Use add/remove-function.
10084 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
10085 Call the minor-mode rather than add/remove-hook.
10086 (dired-isearch-filter-filenames):
10087 Remove isearch-message-prefix property.
10088 * info.el (Info--search-loop): New function, extracted from Info-search.
10089 Funcall isearch-filter-predicate instead of
10090 run-hook-with-args-until-failure isearch-filter-predicates.
10091 (Info-search): Use it.
10092 (Info-mode): Use isearch-filter-predicate instead of
10093 isearch-filter-predicates.
10094
10095 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10096
10097 Do not call to `selected-window' where it is assumed by default.
10098 Affected functions are `window-minibuffer-p', `window-dedicated-p',
10099 `window-hscroll', `window-width', `window-height', `window-buffer',
10100 `window-frame', `window-start', `window-point', `next-window'
10101 and `window-display-table'.
10102 * abbrev.el (abbrev--default-expand):
10103 * bs.el (bs--show-with-configuration):
10104 * buff-menu.el (Buffer-menu-mouse-select):
10105 * calc/calc.el (calc):
10106 * calendar/calendar.el (calendar-generate-window):
10107 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
10108 (diary-make-entry):
10109 * comint.el (send-invisible, comint-dynamic-complete-filename)
10110 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
10111 * completion.el (complete):
10112 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
10113 * disp-table.el (describe-current-display-table):
10114 * doc-view.el (doc-view-insert-image):
10115 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
10116 * ehelp.el (with-electric-help):
10117 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10118 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
10119 * emacs-lisp/helper.el (Helper-help-scroller):
10120 * emulation/cua-base.el (cua--post-command-handler-1):
10121 * eshell/esh-mode.el (eshell-output-filter):
10122 * ffap.el (ffap-gnus-wrapper):
10123 * help-macro.el (make-help-screen):
10124 * hilit-chg.el (highlight-compare-buffers):
10125 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
10126 * hl-line.el (global-hl-line-highlight):
10127 * icomplete.el (icomplete-simple-completing-p):
10128 * isearch.el (isearch-done):
10129 * jit-lock.el (jit-lock-stealth-fontify):
10130 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
10131 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
10132 * mpc.el (mpc-tagbrowser, mpc):
10133 * net/rcirc.el (rcirc-any-buffer):
10134 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
10135 * play/landmark.el (landmark-max-width, landmark-max-height):
10136 * play/zone.el (zone):
10137 * progmodes/compile.el (compilation-goto-locus):
10138 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
10139 * progmodes/etags.el (find-tag-other-window):
10140 * progmodes/fortran.el (fortran-column-ruler):
10141 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
10142 * progmodes/verilog-mode.el (verilog-point-text):
10143 * reposition.el (reposition-window):
10144 * rot13.el (toggle-rot13-mode):
10145 * server.el (server-switch-buffer):
10146 * shell.el (shell-dynamic-complete-command)
10147 (shell-dynamic-complete-environment-variable):
10148 * simple.el (insert-buffer, set-selective-display)
10149 (delete-completion-window):
10150 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
10151 (speedbar-recenter):
10152 * startup.el (fancy-splash-head):
10153 * textmodes/ispell.el (ispell-command-loop):
10154 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
10155 * tutorial.el (help-with-tutorial):
10156 * vc/add-log.el (add-change-log-entry):
10157 * vc/compare-w.el (compare-windows):
10158 * vc/ediff-help.el (ediff-indent-help-message):
10159 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
10160 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
10161 (ediff-setup-control-frame):
10162 * vc/emerge.el (emerge-position-region):
10163 * vc/pcvs-util.el (cvs-bury-buffer):
10164 * window.el (walk-windows, mouse-autoselect-window-select):
10165 * winner.el (winner-set-conf, winner-undo): Related users changed.
10166
10167 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10168
10169 * frameset.el (frameset--set-id): Doc fix.
10170 (frameset-frame-id, frameset-frame-id-equal-p)
10171 (frameset-locate-frame-id): New functions.
10172 (frameset--process-minibuffer-frames, frameset--reuse-frame)
10173 (frameset-restore): Use them.
10174
10175 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
10176
10177 Do not call to `selected-frame' where it is assumed by default.
10178 Affected functions are `raise-frame', `redraw-frame',
10179 `frame-first-window', `frame-terminal' and `delete-frame'.
10180 * calendar/appt.el (appt-disp-window):
10181 * epg.el (epg-wait-for-completion):
10182 * follow.el (follow-delete-other-windows-and-split)
10183 (follow-avoid-tail-recenter):
10184 * international/mule.el (set-terminal-coding-system):
10185 * mail/rmail.el (rmail-mail-return):
10186 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
10187 * progmodes/f90.el (f90-add-imenu-menu):
10188 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
10189 * server.el (server-switch-buffer):
10190 * simple.el (delete-completion-window):
10191 * talk.el (talk):
10192 * term/xterm.el (terminal-init-xterm-modify-other-keys)
10193 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
10194 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
10195 * vc/ediff.el (ediff-documentation): Related users changed.
10196 * frame.el (selected-terminal): Remove the leftover.
10197
10198 2013-08-05 Glenn Morris <rgm@gnu.org>
10199
10200 * calendar/calendar.el (calendar-generate-month):
10201 Fix for calendar-column-width != 1 + calendar-day-digit-width.
10202 (calendar-generate-month, calendar-font-lock-keywords):
10203 Fix for calendar-day-header-width > length of any day name.
10204
10205 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * desktop.el (desktop-clear): Use new name of sort predicate.
10208
10209 * frameset.el (frameset): Add docstring. Move :version property to its
10210 own `version' slot.
10211 (frameset-copy): Rename from copy-frameset.
10212 (frameset-p): Check more thoroughly.
10213 (frameset-prop): Do not check for :version, which is no longer a prop.
10214 (frameset-live-filter-alist, frameset-persistent-filter-alist):
10215 Use new :never value instead of t.
10216 (frameset-filter-alist): Expand and clarify docstring.
10217 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
10218 (frameset-filter-minibuffer, frameset-filter-save-param)
10219 (frameset-filter-restore-param, frameset-filter-iconified):
10220 Add pointer to docstring of frameset-filter-alist.
10221 (frameset-filter-params): Rename filter values to be more meaningful:
10222 :never instead of t, and reverse the meanings of :save and :restore.
10223 (frameset--process-minibuffer-frames): Clarify error message.
10224 (frameset-save): Avoid unnecessary and confusing call to framep.
10225 Use new BOA constructor for framesets.
10226 (frameset--reuse-list): Doc fix.
10227 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
10228 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
10229 (frameset-minibufferless-first-p): Doc fix.
10230 Rename from frameset-sort-frames-for-deletion.
10231 (frameset-restore): Doc fixes. Use new function names.
10232 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
10233
10234 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10235
10236 * desktop.el (desktop-restore-forces-onscreen)
10237 (desktop-restore-reuses-frames): Document :keyword constant values.
10238 (desktop-filter-parameters-alist): Remove, now identical to
10239 frameset-filter-alist.
10240 (desktop--filter-tty*): Remove, moved to frameset.el.
10241 (desktop-save-frameset, desktop-restore-frameset):
10242 Do not pass :filters argument.
10243
10244 * frameset.el (frameset-live-filter-alist)
10245 (frameset-persistent-filter-alist): New variables.
10246 (frameset-filter-alist): Use them. Add autoload cookie.
10247 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
10248 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
10249 `frameset--id' (it's supposed to be internal to frameset.el).
10250 (frameset--process-minibuffer-frames): Ditto. Doc fix.
10251 (frameset--initial-params): New function.
10252 (frameset--get-frame): Use it. Doc fix.
10253 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
10254 Accept :all, not 'all.
10255 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
10256 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
10257 with fbound symbols. Fix frame id matching, and remove matching ids if
10258 the frame being restored is deleted. Obey :delete.
10259
10260 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * subr.el (macrop): New function.
10263 (text-clone--maintaining): New var.
10264 (text-clone--maintain): Rename from text-clone-maintain. Use it
10265 instead of inhibit-modification-hooks.
10266
10267 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
10268 a proxy, so as handle autoloads and redefinitions of the target.
10269 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
10270
10271 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
10272 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
10273 (pcase--mutually-exclusive-p): New function.
10274 (pcase--split-consp): Use it.
10275 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
10276 mutually exclusive with the current predicate.
10277
10278 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
10279 (edebug-macrop): Remove. Use `macrop' instead.
10280 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
10281 (ad-macro-p):
10282 * eshell/esh-cmd.el (eshell-macrop):
10283 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
10284
10285 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
10288 (advice-mapc): New function, using it.
10289 (advice-function-member-p): New function.
10290 (advice--normalize): Store the cdr in advice--saved-rewrite since
10291 that's the part that will be changed.
10292 (advice--symbol-function): New function.
10293 (advice-remove): Handle removal before the function is defined.
10294 Adjust to new advice--saved-rewrite.
10295 (advice-member-p): Use advice-function-member-p and
10296 advice--symbol-function.
10297
10298 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
10299
10300 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
10301 (frameset-filter-minibuffer): Doc fix.
10302 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
10303 (frameset--set-id, frameset--process-minibuffer-frames)
10304 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
10305 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
10306
10307 * desktop.el (desktop-clear): Only delete frames when called
10308 interactively and desktop-restore-frames is non-nil. Doc fix.
10309 (desktop-read): Set desktop-saved-frameset to nil.
10310
10311 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
10312
10313 * vc/vc.el (vc-ignore): Rewrite.
10314 (vc-default-ignore-completion-table, vc--read-lines)
10315 (vc--add-line, vc--remove-regexp): New functions.
10316
10317 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
10318 (vc-svn-ignore-completion-table): New function.
10319
10320 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
10321 (vc-hg-ignore-completion-table)
10322 (vc-hg-find-ignore-file): New functions.
10323
10324 * vc/vc-git.el (vc-git-ignore): Rewrite.
10325 (vc-git-ignore-completion-table)
10326 (vc-git-find-ignore-file): New functions.
10327
10328 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
10329
10330 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
10331 (vc-bzr-ignore-completion-table)
10332 (vc-bzr-find-ignore-file): New functions.
10333
10334 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
10335
10336 * frameset.el (frameset-prop): New function and setter.
10337 (frameset-save): Do not modify frame list passed by the caller.
10338
10339 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10340
10341 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
10342
10343 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
10346 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
10347
10348 * custom.el (custom-initialize-default, custom-initialize-set)
10349 (custom-initialize-reset, custom-initialize-changed): Affect the
10350 toplevel-default-value (bug#6275, bug#14586).
10351 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
10352 for bug#6275.
10353
10354 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10355
10356 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10357 Add cl-def* expressions.
10358
10359 * frameset.el (frameset-filter-params): Fix order of arguments.
10360
10361 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
10362
10363 Move code related to saving frames to frameset.el.
10364 * desktop.el: Require frameset.
10365 (desktop-restore-frames): Doc fix.
10366 (desktop-restore-reuses-frames): Rename from
10367 desktop-restoring-reuses-frames.
10368 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
10369 (desktop-clear): Clear frames too.
10370 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
10371 (desktop--filter-tty*, desktop-save, desktop-read):
10372 Use frameset functions.
10373 (desktop-before-saving-frames-functions, desktop--filter-*-color)
10374 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
10375 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
10376 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
10377 (desktop--process-minibuffer-frames, desktop-save-frames)
10378 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
10379 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
10380 (desktop--sort-states, desktop-restoring-frames-p)
10381 (desktop-restore-frames): Remove. Most code moved to frameset.el.
10382 (desktop-restoring-frameset-p, desktop-restore-frameset)
10383 (desktop--check-dont-save, desktop-save-frameset): New functions.
10384 (desktop--app-id): New constant.
10385 (desktop-first-buffer, desktop-buffer-ok-count)
10386 (desktop-buffer-fail-count): Move before first use.
10387 * frameset.el: New file.
10388
10389 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * files.el: Use lexical-binding.
10392 (dir-locals-read-from-file): Remove unused `err' variable.
10393 (hack-dir-local-variables--warned-coding): New var.
10394 (hack-dir-local-variables): Use it to avoid repeated warnings.
10395 (make-backup-file-name--default-function): New function.
10396 (make-backup-file-name-function): Use it as default.
10397 (buffer-stale--default-function): New function.
10398 (buffer-stale-function): Use it as default.
10399 (revert-buffer-insert-file-contents--default-function): New function.
10400 (revert-buffer-insert-file-contents-function): Use it as default.
10401 (insert-directory): Avoid add-to-list.
10402
10403 * autorevert.el (auto-revert-handler): Simplify.
10404 Use buffer-stale--default-function.
10405
10406 2013-08-01 Tassilo Horn <tsdh@gnu.org>
10407
10408 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
10409
10410 * whitespace.el (whitespace-ensure-local-variables): New function.
10411 (whitespace-cleanup-region): Call it.
10412 (whitespace-turn-on): Call it.
10413
10414 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
10415
10416 Complete file name handlers.
10417
10418 * net/tramp.el (tramp-handle-set-visited-file-modtime)
10419 (tramp-handle-verify-visited-file-modtime)
10420 (tramp-handle-file-notify-rm-watch): New functions.
10421 (tramp-call-process): Do not bind `default-directory'.
10422
10423 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10424 Order alphabetically.
10425 <access-file, add-name-to-file, dired-call-process>:
10426 <dired-compress-file, file-acl, file-notify-rm-watch>:
10427 <file-ownership-preserved-p, file-selinux-context>:
10428 <make-directory-internal, make-symbolic-link, set-file-acl>:
10429 <set-file-selinux-context, set-visited-file-modtime>:
10430 <verify-visited-file-modtime>: Add handler.
10431 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
10432
10433 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
10434 <file-notify-add-watch, file-notify-rm-watch>:
10435 <set-file-times, set-visited-file-modtime>:
10436 <verify-visited-file-modtime>: Add handler.
10437 (with-tramp-gvfs-error-message)
10438 (tramp-gvfs-handle-set-visited-file-modtime)
10439 (tramp-gvfs-fuse-file-name): Remove.
10440 (tramp-gvfs-handle-file-notify-add-watch)
10441 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
10442 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
10443
10444 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10445 Order alphabetically.
10446 <file-notify-rm-watch>: Use default Tramp handler.
10447 <executable-find>: Remove private handler.
10448 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
10449 `default-directory'.
10450 (tramp-sh-handle-executable-find)
10451 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
10452 (tramp-sh-file-gvfs-monitor-dir-process-filter)
10453 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
10454 Do not use `format' in `tramp-message'.
10455
10456 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
10457 <file-notify-rm-watch, set-visited-file-modtime>:
10458 <verify-visited-file-modtime>: Add handler.
10459 (tramp-smb-call-winexe): Do not bind `default-directory'.
10460
10461 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
10462
10463 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
10464
10465 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
10466
10467 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
10468 use it.
10469 (log-view-diff-changeset): Same.
10470 (log-view-diff-common): Call backend command `previous-revision'
10471 to find out the previous revision, in both cases. Swap the
10472 variables `to' and `fr', so that `fr' usually refers to the
10473 earlier revision (Bug#14989).
10474
10475 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
10476
10477 * ibuf-ext.el (ibuffer-filter-by-filename):
10478 Make it work with dired buffers too.
10479
10480 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
10481
10482 * emacs-lisp/re-builder.el (reb-color-display-p):
10483 * files.el (save-buffers-kill-terminal):
10484 * net/browse-url.el (browse-url):
10485 * server.el (server-save-buffers-kill-terminal):
10486 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
10487 Prefer nil to selected-frame for the first arg of frame-parameter.
10488
10489 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
10490
10491 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
10492
10493 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
10494
10495 * minibuffer.el (completion--twq-all): Try and preserve each
10496 completion's case choice (bug#14907).
10497
10498 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10499
10500 * net/network-stream.el (open-network-stream): Mention the new
10501 :nogreeting parameter.
10502 (network-stream-open-starttls): Use the :nogreeting parameter
10503 (bug#14938).
10504
10505 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
10506
10507 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
10508 more natural than popping.
10509
10510 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
10511 (shr-urlify): Highlight under mouse.
10512
10513 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10514
10515 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
10516
10517 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
10518
10519 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
10520 buffer for output.
10521
10522 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
10523 point-min==1. Fix search string. Fix parentheses missing.
10524
10525 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
10526 assume point-min==1. Fix search string. Fix parentheses missing.
10527
10528 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
10529
10530 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
10531 buffer for output.
10532
10533 2013-07-29 Eli Zaretskii <eliz@gnu.org>
10534
10535 * frame.el (frame-notice-user-settings): Avoid inflooping when the
10536 initial frame is minibuffer-less. (Bug#14841)
10537
10538 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
10539
10540 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
10541 option.
10542
10543 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
10544 (tramp-maybe-open-connection): Use it.
10545
10546 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10547
10548 * desktop.el (desktop--make-frame): Include `minibuffer' in the
10549 minimal set of parameters passed when creating a frame, because
10550 the minibuffer status of a frame cannot be changed later.
10551
10552 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
10553
10554 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
10555 replace-regexp-in-string and inadvertent omissions in previous change.
10556 (todo-filter-items): Ensure only file names are comma-separated in
10557 name of filtered items buffer.
10558
10559 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
10560
10561 * desktop.el: Optionally force offscreen frames back onscreen.
10562 (desktop-restoring-reuses-frames): New option.
10563 (desktop--compute-pos, desktop--move-onscreen): New functions.
10564 (desktop--make-frame): Use desktop--move-onscreen.
10565
10566 2013-07-27 Alan Mackenzie <acm@muc.de>
10567
10568 Fontify a Java generic method as a function.
10569 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
10570 value to t.
10571
10572 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
10573
10574 * calendar/todo-mode.el: Add command to rename todo files.
10575 (todo-rename-file): New command.
10576 (todo-key-bindings-t): Add key binding for it. Change the
10577 bindings of todo-filter-regexp-items(-multifile) to use `x'
10578 instead of `r', since the latter is better suited to the new
10579 renaming command.
10580
10581 2013-07-27 Alan Mackenzie <acm@muc.de>
10582
10583 Make Java try-with-resources statement parse properly.
10584 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
10585 (c-block-stmt-1-2-key): New language constants/variables.
10586 * progmodes/cc-engine.el (c-beginning-of-statement-1)
10587 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
10588 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
10589 with c-block-stmt-1-2-key.
10590
10591 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
10592
10593 * desktop.el (desktop--make-frame): Apply most frame parameters after
10594 creating the frame to force (partially or totally) offscreen frames to
10595 be restored as such.
10596
10597 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
10598
10599 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
10600 (Bug#14948)
10601
10602 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10603
10604 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
10605 `base' arg of backtrace-frame.
10606
10607 2013-07-26 Eli Zaretskii <eliz@gnu.org>
10608
10609 * simple.el (list-processes): Doc fix.
10610
10611 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10612
10613 * desktop.el (desktop--select-frame):
10614 Try harder to reuse existing frames.
10615
10616 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10617
10618 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
10619 (edebug-eval): Use backtrace-eval.
10620 (edebug--display, edebug--recursive-edit): Don't let-bind the
10621 edebug-outer-* vars that keep track of variables we locally let-bind.
10622 (edebug-outside-excursion): Don't restore outside values of locally
10623 let-bound vars.
10624 (edebug--display): Use user-error.
10625 (cl-lexical-debug, cl-debug-env): Remove.
10626
10627 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
10628
10629 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
10630 are restored to be sure that they are visible before deleting any
10631 remaining ones.
10632
10633 2013-07-26 Matthias Meulien <orontee@gmail.com>
10634
10635 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
10636 vc-print-root-log. (Bug#14948)
10637
10638 2013-07-26 Richard Stallman <rms@gnu.org>
10639
10640 Add aliases for encrypting mail.
10641 * epa.el (epa-mail-aliases): New option.
10642 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
10643 Bind inhibit-read-only so read-only text doesn't ruin everything.
10644 (epa-mail-default-recipients): New subroutine broken out.
10645 Handle epa-mail-aliases.
10646
10647 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
10648
10649 Add support for lexical variables to the debugger's `e' command.
10650 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
10651 vars, except for debugger-outer-match-data.
10652 (debugger-frame-number): Move check for "on a function call" from
10653 callers into it. Add `skip-base' argument.
10654 (debugger-frame, debugger-frame-clear): Simplify accordingly.
10655 (debugger-env-macro): Only reset the state stored in non-variables,
10656 i.e. current-buffer and match-data.
10657 (debugger-eval-expression): Rewrite using backtrace-eval.
10658 * subr.el (internal--called-interactively-p--get-frame): Remove.
10659 (called-interactively-p):
10660 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
10661 `base' arg of backtrace-frame instead.
10662
10663 2013-07-26 Glenn Morris <rgm@gnu.org>
10664
10665 * align.el (align-regexp): Doc fix. (Bug#14857)
10666 (align-region): Explicit error if subexpression missing/does not match.
10667
10668 * simple.el (global-visual-line-mode):
10669 Do not duplicate the mode lighter. (Bug#14858)
10670
10671 2013-07-25 Martin Rudalics <rudalics@gmx.at>
10672
10673 * window.el (display-buffer): In display-buffer bind
10674 split-window-keep-point to t, bug#14829.
10675
10676 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10677
10678 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
10679 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
10680 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
10681 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10682 Change accordingly.
10683 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
10684 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
10685
10686 2013-07-25 Glenn Morris <rgm@gnu.org>
10687
10688 * dired-x.el (dired-mark-extension): Convert comment to doc string.
10689
10690 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
10691
10692 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
10693 parameter to modify-frame-parameters if the value has not changed;
10694 this is a workaround for bug#14949.
10695 (desktop--make-frame): On cl-delete-if call, check parameter name,
10696 not full parameter.
10697
10698 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
10699
10700 * vc/vc.el (vc-ignore): New function.
10701
10702 * vc/vc-svn.el (vc-svn-ignore): New function.
10703
10704 * vc/vc-hg.el (vc-hg-ignore): New function.
10705
10706 * vc/vc-git.el (vc-git-ignore): New function.
10707
10708 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
10709 (vc-dir-ignore): New function.
10710
10711 * vc/vc-cvs.el (vc-cvs-ignore): New function.
10712 (cvs-append-to-ignore): Move here from pcvs.el.
10713
10714 * vc/vc-bzr.el (vc-bzr-ignore): New function.
10715
10716 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
10717
10718 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
10719
10720 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
10721 (desktop-restore-frames): Warn when deleting an existing frame failed.
10722
10723 2013-07-24 Glenn Morris <rgm@gnu.org>
10724
10725 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
10726
10727 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
10728
10729 * filenotify.el (file-notify-supported-p):
10730 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10731 Remove functions.
10732
10733 * autorevert.el (auto-revert-use-notify)
10734 (auto-revert-notify-add-watch):
10735 * net/tramp.el (tramp-file-name-for-operation):
10736 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10737 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10738 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
10739 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10740 Remove `file-notify-supported-p' entry.
10741
10742 2013-07-24 Glenn Morris <rgm@gnu.org>
10743
10744 * printing.el: Replace all uses of deleted ps-windows-system,
10745 ps-lp-system, ps-flatten-list with lpr- versions.
10746
10747 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
10750 checked with memq (bug#14935).
10751
10752 * files.el (revert-buffer-function): Use a non-nil default.
10753 (revert-buffer-preserve-modes): Declare var to
10754 provide access to the `preserve-modes' argument.
10755 (revert-buffer): Let-bind it.
10756 (revert-buffer--default): New function, extracted from revert-buffer.
10757
10758 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * lpr.el: Signal print errors more prominently.
10761 (print-region-function): Don't default to nil.
10762 (lpr-print-region): New function, extracted from print-region-1.
10763 Check lpr's return value and signal an error in case of problem.
10764 (print-region-1): Use it.
10765 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
10766 versions instead.
10767 (ps-printer-name): Default to nil.
10768 (ps-printer-name-option): Default to lpr-printer-switch.
10769 (ps-print-region-function): Don't default to nil.
10770 (ps-postscript-code-directory): Simplify default.
10771 (ps-do-despool): Use lpr-print-region to properly check the outcome.
10772 (ps-string-list, ps-eval-switch, ps-flatten-list)
10773 (ps-flatten-list-1): Remove.
10774 (ps-multibyte-buffer): Avoid setq.
10775 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
10776 (print-region-function, ps-print-region-function): Don't set them here.
10777
10778 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
10779
10780 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
10781 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
10782 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
10783 (ido-decorations): Doc fix.
10784
10785 * ansi-color.el: Fix old URL.
10786
10787 2013-07-23 Michael R. Mauger <michael@mauger.com>
10788
10789 * progmodes/sql.el: Version 3.3
10790 (sql-product-alist): Improve oracle :prompt-cont-regexp.
10791 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
10792 (sql-interactive-remove-continuation-prompt): Rewrite, use
10793 functions above. Fix continuation prompt and complete output line
10794 handling.
10795 (sql-redirect-one, sql-execute): Use `read-only-mode' on
10796 redirected output buffer.
10797 (sql-mode): Restore deleted code (Bug#13591).
10798
10799 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10800
10801 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
10802
10803 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
10804
10805 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
10806
10807 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10808 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10809 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
10810
10811 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
10812
10813 * desktop.el (desktop-clear): Simplify; remove useless checks
10814 against invalid buffer names.
10815 (desktop-list*): Use cl-list*.
10816 (desktop-buffer-info, desktop-create-buffer): Simplify.
10817
10818 2013-07-23 Leo Liu <sdl.web@gmail.com>
10819
10820 * bookmark.el (bookmark-make-record): Restore NAME as a default
10821 value. (Bug#14933)
10822
10823 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * emacs-lisp/autoload.el (autoload--setup-output): New function,
10826 extracted from autoload--insert-text.
10827 (autoload--insert-text): Remove.
10828 (autoload--print-cookie-text): New function, extracted from
10829 autoload--insert-cookie-text.
10830 (autoload--insert-cookie-text): Remove.
10831 (autoload-generate-file-autoloads): Adjust calls accordingly.
10832
10833 * winner.el (winner-hook-installed-p): Remove.
10834 (winner-mode): Simplify accordingly.
10835
10836 * subr.el (add-to-list): Fix compiler-macro when `append' is
10837 not constant. Don't use `cl-member' for the base case.
10838
10839 * progmodes/subword.el: Fix boundary case (bug#13758).
10840 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
10841 own group.
10842 (subword-backward-regexp): Make it a constant.
10843 (subword-forward-internal): Don't treat a trailing capital as the
10844 beginning of a word.
10845
10846 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
10847
10848 * emacs-lisp/package.el (package-menu-mode): Don't modify the
10849 global value of tabulated-list-revert-hook (bug#14930).
10850
10851 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
10852
10853 * desktop.el: Require 'cl-lib.
10854 (desktop-before-saving-frames-functions): New hook.
10855 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
10856 for frames being saved. Rename from desktop--save-minibuffer-frames.
10857 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
10858 Do not save frames with non-nil `desktop-dont-save' parameter.
10859 Filter out deleted frames.
10860 (desktop--find-frame): Use cl-find-if.
10861 (desktop--select-frame): Use cl-(first|second|third) to access values
10862 of desktop-mini.
10863 (desktop--make-frame): Use cl-delete-if.
10864 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
10865 (desktop-restore-frames): Use cl-(first|second|third) to access values
10866 of desktop-mini. Look for visible frame at the end, not while
10867 restoring frames.
10868
10869 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
10870 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
10871 Use string-match-p, looking-at-p (bug#14927).
10872
10873 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
10874
10875 * desktop.el (desktop-saved-frame-states):
10876 Rename from desktop--saved-states; all users changed.
10877 (desktop-save-frames): Rename from desktop--save-frames.
10878 Do not save state to desktop file.
10879 (desktop-save): Save desktop-saved-frame-states to desktop file
10880 and reset to nil.
10881 (desktop-restoring-frames-p): New function.
10882 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
10883 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
10884 buffer-lists when restoring frames. Suggested by Martin Rudalics.
10885
10886 * desktop.el: Correctly restore iconified frames.
10887 (desktop--filter-iconified-position): New function.
10888 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
10889
10890 2013-07-20 Glenn Morris <rgm@gnu.org>
10891
10892 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
10893 Let `message' do the formatting.
10894 (def-gdb-preempt-display-buffer): Add explicit format.
10895
10896 * image-dired.el (image-dired-track-original-file):
10897 Use with-current-buffer.
10898 (image-dired-track-thumbnail): Use with-current-buffer.
10899 Avoid changing point of wrong window.
10900
10901 * image-dired.el (image-dired-track-original-file):
10902 Avoid changing point of wrong window. (Bug#14909)
10903
10904 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
10905
10906 * progmodes/gdb-mi.el (gdb-done-or-error):
10907 Guard against "%" in gdb output. (Bug#14127)
10908
10909 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
10910
10911 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
10912 (Bug#14826)
10913
10914 * international/mule.el (coding-system-iso-2022-flags): Fix last
10915 change.
10916
10917 2013-07-20 Kenichi Handa <handa@gnu.org>
10918
10919 * international/mule.el (coding-system-iso-2022-flags):
10920 Add `8-bit-level-4'. (Bug#8522)
10921
10922 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10923
10924 * net/shr.el (shr-mouse-browse-url): New command and keystroke
10925 (bug#14815).
10926
10927 * net/eww.el (eww-process-text-input): Allow inputting when the
10928 point is at the start of the line, as the properties aren't
10929 front-sticky.
10930
10931 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
10932 degenerate widths.
10933
10934 2013-07-19 Richard Stallman <rms@gnu.org>
10935
10936 * epa.el (epa-popup-info-window): Doc fix.
10937
10938 * subr.el (split-string): New arg TRIM.
10939
10940 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
10941
10942 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
10943 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
10944
10945 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
10946
10947 * filenotify.el (file-notify--library): Rename from
10948 `file-notify-support'. Do not autoload. Adapt all uses.
10949 (file-notify-supported-p): New defun.
10950
10951 * autorevert.el (auto-revert-use-notify):
10952 Use `file-notify-supported-p' instead of `file-notify-support'.
10953 Adapt docstring.
10954 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
10955
10956 * net/tramp.el (tramp-file-name-for-operation):
10957 Add `file-notify-supported-p'.
10958
10959 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
10960 New defun.
10961 (tramp-sh-file-name-handler-alist): Add it as handler for
10962 `file-notify-supported-p '.
10963
10964 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
10965 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10966 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
10967 Add `ignore' as handler for `file-notify-*' functions.
10968
10969 2013-07-17 Eli Zaretskii <eliz@gnu.org>
10970
10971 * simple.el (line-move-partial, line-move): Don't start vscroll or
10972 scroll-up if the current line is not taller than the window.
10973 (Bug#14881)
10974
10975 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
10976
10977 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
10978 highlight question marks in the method names as strings.
10979 (ruby-block-beg-keywords): Inline.
10980 (ruby-font-lock-keyword-beg-re): Extract from
10981 `ruby-font-lock-keywords'.
10982
10983 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
10984
10985 * frame.el (blink-cursor-blinks): New defcustom.
10986 (blink-cursor-blinks-done): New defvar.
10987 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
10988 (blink-cursor-timer-function): Check if number of blinks has been
10989 done on X and NS.
10990 (blink-cursor-suspend, blink-cursor-check): New defuns.
10991
10992 2013-07-15 Glenn Morris <rgm@gnu.org>
10993
10994 * edmacro.el (edmacro-format-keys): Fix previous change.
10995
10996 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
10997
10998 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
10999 The hack didn't work outside English locales anyway.
11000
11001 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
11002
11003 * simple.el (define-alternatives): Rename from alternatives-define,
11004 per RMS' suggestion.
11005
11006 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
11007
11008 * desktop.el (desktop-restore-frames): Change default to t.
11009 (desktop-restore-in-current-display): Now offer more options.
11010 (desktop-restoring-reuses-frames): New customization option.
11011 (desktop--saved-states): Doc fix.
11012 (desktop-filter-parameters-alist): New variable, renamed and expanded
11013 from desktop--excluded-frame-parameters.
11014 (desktop--target-display): New variable.
11015 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
11016 (desktop--filter-tty*, desktop--filter-*-color)
11017 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11018 (desktop--filter-save-desktop-parm)
11019 (desktop-restore-in-original-display-p): New functions.
11020 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
11021 (desktop--save-minibuffer-frames): New function, inspired by a similar
11022 function from Martin Rudalics.
11023 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
11024 (desktop--restore-in-this-display-p): Remove.
11025 (desktop--find-frame): Rename from desktop--find-frame-in-display
11026 and add predicate argument.
11027 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
11028 (desktop--reuse-list): New variable.
11029 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
11030 New functions.
11031 (desktop--restore-frames): Add support for "minibuffer-special" frames.
11032
11033 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
11036
11037 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
11038
11039 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11040 Highlight conversion methods on Kernel.
11041
11042 2013-07-13 Alan Mackenzie <acm@muc.de>
11043
11044 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
11045 and comment it out. This out-commenting enables certain C++
11046 declarations to be parsed correctly.
11047
11048 2013-07-13 Eli Zaretskii <eliz@gnu.org>
11049
11050 * international/mule.el (define-coding-system): Doc fix.
11051
11052 * simple.el (default-font-height): Don't call font-info if the
11053 frame's default font didn't change since the frame was created.
11054 (Bug#14838)
11055
11056 2013-07-13 Leo Liu <sdl.web@gmail.com>
11057
11058 * ido.el (ido-read-file-name): Guard against non-symbol value.
11059
11060 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
11061
11062 * progmodes/python.el (python-imenu--build-tree): Fix corner case
11063 in nested defuns.
11064
11065 2013-07-13 Leo Liu <sdl.web@gmail.com>
11066
11067 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
11068 ido-set-matches call. (Bug#6852)
11069
11070 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
11071
11072 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
11073 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
11074 Ruby 2.0.
11075 (ruby-font-lock-keywords): Distinguish calls to functions with
11076 module-like names from module references. Highlight character
11077 literals.
11078
11079 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
11080
11081 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
11082 (gdb-send): Handle continued commands. (Bug#14847)
11083
11084 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11085
11086 * desktop.el (desktop--v2s): Remove unused local variable.
11087 (desktop-save-buffer): Make defvar-local; adjust docstring.
11088 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
11089 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
11090
11091 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
11092
11093 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
11094
11095 2013-07-12 Eli Zaretskii <eliz@gnu.org>
11096
11097 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
11098 (Bug#14842)
11099
11100 2013-07-12 Glenn Morris <rgm@gnu.org>
11101
11102 * doc-view.el: Require cl-lib at runtime too.
11103 (doc-view-remove-if): Remove.
11104 (doc-view-search-next-match, doc-view-search-previous-match):
11105 Use cl-remove-if.
11106
11107 * edmacro.el: Require cl-lib at runtime too.
11108 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
11109 (edmacro-mismatch, edmacro-subseq): Remove.
11110
11111 * shadowfile.el: Require cl-lib.
11112 (shadow-remove-if): Remove.
11113 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
11114 Use cl-remove-if.
11115
11116 * wid-edit.el: Require cl-lib.
11117 (widget-choose): Use cl-remove-if.
11118 (widget-remove-if): Remove.
11119
11120 * progmodes/ebrowse.el: Require cl-lib at runtime too.
11121 (ebrowse-delete-if-not): Remove.
11122 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
11123 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
11124 Use cl-delete-if-not.
11125
11126 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
11127
11128 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
11129 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
11130
11131 2013-07-12 Leo Liu <sdl.web@gmail.com>
11132
11133 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
11134
11135 2013-07-11 Glenn Morris <rgm@gnu.org>
11136
11137 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
11138 (edebug-gensym-index, edebug-gensym):
11139 Remove reimplementation of cl-gensym.
11140 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
11141
11142 * thumbs.el: Require cl-lib at run-time too.
11143 (thumbs-gensym-counter, thumbs-gensym):
11144 Remove reimplementation of cl-gensym.
11145 (thumbs-temp-file): Use cl-gensym.
11146
11147 * emacs-lisp/ert.el: Require cl-lib at runtime too.
11148 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
11149 (ert--intersection, ert--set-difference, ert--set-difference-eq)
11150 (ert--union, ert--gensym-counter, ert--gensym-counter)
11151 (ert--coerce-to-vector, ert--remove*, ert--string-position)
11152 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
11153 (ert-make-test-unbound, ert--expand-should-1)
11154 (ert--expand-should, ert--should-error-handle-error)
11155 (should-error, ert--explain-equal-rec)
11156 (ert--plist-difference-explanation, ert-select-tests)
11157 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
11158 Use cl-lib functions rather than reimplementations.
11159
11160 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
11161
11162 * net/tramp.el (tramp-methods): Extend docstring.
11163 (tramp-connection-timeout): New defcustom.
11164 (tramp-error-with-buffer): Reset timestamp only when appropriate.
11165 (with-tramp-progress-reporter): Simplify.
11166 (tramp-process-actions): Improve messages.
11167
11168 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
11169 * net/tramp-sh.el (tramp-maybe-open-connection):
11170 Use `tramp-connection-timeout'.
11171 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
11172 (Bug#14808)
11173
11174 2013-07-11 Leo Liu <sdl.web@gmail.com>
11175
11176 * ido.el (ido-read-file-name): Conform to the requirements of
11177 read-file-name. (Bug#11861)
11178 (ido-read-directory-name): Conform to the requirements of
11179 read-directory-name.
11180
11181 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
11182
11183 * subr.el (delay-warning): New function.
11184
11185 2013-07-10 Eli Zaretskii <eliz@gnu.org>
11186
11187 * simple.el (default-line-height): New function.
11188 (line-move-partial, line-move): Use it instead of computing the
11189 line height inline.
11190 (line-move-partial): Always compute ROWH. If the last line is
11191 partially-visible, but its text is completely visible, allow
11192 cursor to enter such a partially-visible line.
11193
11194 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
11195
11196 Improve error messages. (Bug#14808)
11197
11198 * net/tramp.el (tramp-current-connection): New defvar, moved from
11199 tramp-sh.el.
11200 (tramp-message-show-progress-reporter-message): Remove, not
11201 needed anymore.
11202 (tramp-error-with-buffer): Show message in minibuffer.
11203 Discard input before waiting. Reset connection timestamp.
11204 (with-tramp-progress-reporter): Improve messages.
11205 (tramp-process-actions): Use progress reporter. Delete process in
11206 case of error. Improve messages.
11207
11208 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
11209 Call `tramp-error-with-buffer' with vector and buffer.
11210 (tramp-current-connection): Remove.
11211 (tramp-maybe-open-connection): The car of
11212 `tramp-current-connection' are the first 3 slots of the vector.
11213
11214 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
11215
11216 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
11217 inside continued strings.
11218
11219 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
11220
11221 Timestamp fixes for undo (Bug#14824).
11222 * files.el (clear-visited-file-modtime): Move here from fileio.c.
11223
11224 2013-07-10 Leo Liu <sdl.web@gmail.com>
11225
11226 * files.el (require-final-newline): Allow safe local value.
11227 (Bug#14834)
11228
11229 2013-07-09 Leo Liu <sdl.web@gmail.com>
11230
11231 * ido.el (ido-read-directory-name): Handle fallback.
11232 (ido-read-file-name): Update DIR to ido-current-directory.
11233 (Bug#1516)
11234 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
11235
11236 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
11237
11238 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
11239 "autoload". Remove "warn lower camel case" section, previously
11240 commented out. Highlight negation char. Do not highlight the
11241 target in singleton method definitions.
11242
11243 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
11244
11245 * faces.el (tty-setup-hook): Declare the hook.
11246
11247 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
11248 and detect when a guard/pred depends on local vars (bug#14773).
11249 (pcase--u1): Adjust caller.
11250
11251 2013-07-08 Eli Zaretskii <eliz@gnu.org>
11252
11253 * simple.el (line-move-partial, line-move): Account for
11254 line-spacing.
11255 (line-move-partial): Avoid setting vscroll when the last
11256 partially-visible line in window is of default height.
11257
11258 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
11259
11260 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
11261 been used a while.
11262
11263 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
11264
11265 * subr.el (read-quoted-char): Remove unused local variable `char'.
11266
11267 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
11268
11269 * ediff.el (ediff-version): Version update.
11270 (ediff-files-command, ediff3-files-command, ediff-merge-command)
11271 (ediff-merge-with-ancestor-command, ediff-directories-command)
11272 (ediff-directories3-command, ediff-merge-directories-command)
11273 (ediff-merge-directories-with-ancestor-command): New functions.
11274 All are command-line interfaces to ediff: to facilitate calling
11275 Emacs with the appropriate ediff functions invoked.
11276
11277 * viper-cmd.el (viper-del-forward-char-in-insert): New function.
11278 (viper-save-kill-buffer): Check if buffer is modified.
11279
11280 * viper.el (viper-version): Version update.
11281 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
11282
11283 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
11286 * viper-cmd.el (viper-envelop-ESC-key): Remove function.
11287 (viper-intercept-ESC-key): Simplify.
11288 * viper-keym.el (viper-ESC-key): Make it a constant, don't use kbd.
11289 * viper.el (viper--tty-ESC-filter, viper--lookup-key)
11290 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
11291 (viper-setup-ESC-to-escape): New functions.
11292 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
11293 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
11294
11295 2013-07-07 Eli Zaretskii <eliz@gnu.org>
11296
11297 * simple.el (default-font-height, window-screen-lines):
11298 New functions.
11299 (line-move, line-move-partial): Use them instead of
11300 frame-char-height and window-text-height. This makes scrolling
11301 text smoother when the buffer's default face uses a font that is
11302 different from the frame's default font.
11303
11304 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
11305
11306 * files.el (write-file): Do not display confirm dialog for NS,
11307 it does its own dialog, which can't be canceled (Bug#14578).
11308
11309 2013-07-06 Eli Zaretskii <eliz@gnu.org>
11310
11311 * simple.el (line-move-partial): Adjust the row returned by
11312 posn-at-point for the current window-vscroll. (Bug#14567)
11313
11314 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
11315
11316 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
11317 (tramp-sh-file-inotifywait-process-filter): Handle file names with
11318 spaces.
11319
11320 2013-07-06 Martin Rudalics <rudalics@gmx.at>
11321
11322 * window.el (window-state-put-stale-windows): New variable.
11323 (window--state-put-2): Save list of windows without matching buffer.
11324 (window-state-put): Remove "bufferless" windows if possible.
11325
11326 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11327
11328 * simple.el (alternatives-define): Remove leftover :group keyword.
11329 Tweak docstring.
11330
11331 2013-07-06 Leo Liu <sdl.web@gmail.com>
11332
11333 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
11334 (ido-enable-virtual-buffers): New variable.
11335 (ido-buffer-internal, ido-toggle-virtual-buffers)
11336 (ido-make-buffer-list): Use it.
11337 (ido-exhibit): Support turning on and off virtual buffers
11338 automatically.
11339
11340 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
11341
11342 * simple.el (alternatives-define): New macro.
11343
11344 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * subr.el (read-quoted-char): Use read-key.
11347 (sit-for): Let read-event decode tty input (bug#14782).
11348
11349 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
11350
11351 * calendar/todo-mode.el: Add handling of file deletion, both by
11352 mode command and externally. Fix various related bugs.
11353 Clarify Commentary and improve some documentation strings and code.
11354 (todo-delete-file): New command.
11355 (todo-check-file): New function.
11356 (todo-show): Handle external deletion of the file we're trying to
11357 show (bug#14688). Replace called-interactively-p by an optional
11358 prefix argument to avoid problematic interaction with catch form
11359 when byte compiled (bug#14702).
11360 (todo-quit): Handle external deletion of the archive's todo file.
11361 Make sure the buffer that was visiting the archive file is still
11362 live before trying to bury it.
11363 (todo-category-completions): Handle external deletion of any
11364 category completion files.
11365 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
11366 of todo files, in case of external deletion.
11367 (todo-add-file): Replace unnecessary setq by let-binding.
11368 (todo-find-archive): Check whether there are any archives.
11369 Replace unnecessary setq by let-binding.
11370 (todo-archive-done-item): Use find-file-noselect to get the
11371 archive buffer whether or not the archive already exists.
11372 Remove superfluous code. Use file size instead of buffer-file-name to
11373 check if the archive is new; if it is, update list of archives.
11374 (todo-default-todo-file): Allow nil to be a valid value for when
11375 there are no todo files.
11376 (todo-reevaluate-default-file-defcustom): Use corrected definition
11377 of todo-default-todo-file.
11378 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
11379 (todo-delete-category, todo-show-categories-table)
11380 (todo-category-number): Clarify comment.
11381 (todo-filter-items): Clarify documentation string.
11382 (todo-show-current-file, todo-display-as-todo-file)
11383 (todo-reset-and-enable-done-separator): Tweak documentation string.
11384 (todo-done-separator): Make separator length window-width, since
11385 bug#2749 is now fixed.
11386
11387 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
11388
11389 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
11390 Support both "gvfs-monitor-dir" and "inotifywait".
11391 (tramp-sh-file-inotifywait-process-filter): Rename from
11392 `tramp-sh-file-notify-process-filter'.
11393 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11394 (tramp-get-remote-gvfs-monitor-dir): New defuns.
11395
11396 2013-07-05 Leo Liu <sdl.web@gmail.com>
11397
11398 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
11399
11400 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11401
11402 * frame.el (display-pixel-height, display-pixel-width)
11403 (display-mm-height, display-mm-width): Mention behavior on
11404 multi-monitor setups in docstrings.
11405 (w32-display-monitor-attributes-list): Declare function.
11406 (display-monitor-attributes-list): Use it.
11407
11408 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
11409
11410 * filenotify.el: New package.
11411
11412 * autorevert.el (top): Require filenotify.el.
11413 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
11414 instead.
11415 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
11416 (auto-revert-notify-handler): Use `file-notify-*' functions.
11417
11418 * subr.el (file-notify-handle-event): Move function to filenotify.el.
11419
11420 * net/tramp.el (tramp-file-name-for-operation):
11421 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
11422
11423 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
11424 for `file-notify-add-watch' and `file-notify-rm-watch'.
11425 (tramp-process-sentinel): Improve trace.
11426 (tramp-sh-handle-file-notify-add-watch)
11427 (tramp-sh-file-notify-process-filter)
11428 (tramp-sh-handle-file-notify-rm-watch)
11429 (tramp-get-remote-inotifywait): New defuns.
11430
11431 2013-07-03 Juri Linkov <juri@jurta.org>
11432
11433 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
11434 call of `occur-read-primary-args' to interactive spec.
11435
11436 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
11437 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
11438
11439 2013-07-03 Matthias Meulien <orontee@gmail.com>
11440
11441 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
11442 `Buffer-menu-multi-occur'. Add it to the menu.
11443 (Buffer-menu-mode): Document it in docstring.
11444 (Buffer-menu-multi-occur): New command. (Bug#14673)
11445
11446 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11447
11448 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
11449 keywords and built-ins.
11450
11451 2013-07-03 Glenn Morris <rgm@gnu.org>
11452
11453 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
11454
11455 Make info-xref checks case-sensitive by default
11456 * info.el (Info-find-node, Info-find-in-tag-table)
11457 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
11458 Add option for exact case matching of nodes.
11459 * info-xref.el (info-xref): New custom group.
11460 (info-xref-case-fold): New option.
11461 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
11462
11463 2013-07-03 Leo Liu <sdl.web@gmail.com>
11464
11465 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
11466
11467 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
11468
11469 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
11470 middle of block statement initially, lower the depth. Remove
11471 FIXME comment, not longer valid. Remove middle of block statement
11472 detection, no need to do that anymore since we've been using
11473 `ruby-parse-region' here.
11474
11475 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
11476
11477 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
11478
11479 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
11480
11481 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
11482
11483 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
11484
11485 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
11486 (desktop-restore-in-current-display): New customization option.
11487 (desktop--excluded-frame-parameters): Add `font'.
11488 (desktop--save-frames): Rename from desktop--save-windows.
11489 (desktop--restore-in-this-display-p): New function.
11490 (desktop--make-full-frame): Remove unwanted width/height from
11491 full(width|height) frames.
11492 (desktop--restore-frames): Rename from desktop--restore-windows.
11493 Obey desktop-restore-current-display. Do not delete old frames or
11494 select a new frame unless we were able to restore at least one frame.
11495
11496 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
11497
11498 * files.el (find-file-noselect): Simplify conditional expression.
11499
11500 * textmodes/remember.el (remember-append-to-file):
11501 Don't mix `find-buffer-visiting' and `get-file-buffer'.
11502
11503 Add `remember-notes' function to store random notes across Emacs
11504 restarts.
11505 * textmodes/remember.el (remember-data-file): Add :set callback to
11506 affect notes buffer (if any).
11507 (remember-notes): New command.
11508 (remember-notes-buffer-name, bury-remember-notes-on-kill):
11509 New defcustoms for the `remember-notes' function.
11510 (remember-notes-save-and-bury-buffer): New command.
11511 (remember-notes-mode-map): New variable.
11512 (remember-mode): New minor mode.
11513 (remember-notes--kill-buffer-query): New function.
11514 * startup.el (initial-buffer-choice): Add notes to custom type.
11515
11516 2013-06-30 Eli Zaretskii <eliz@gnu.org>
11517
11518 * bindings.el (right-char, left-char): Don't call sit-for, this is
11519 no longer needed. Use arithmetic comparison only for numerical
11520 arguments.
11521
11522 * international/mule-cmds.el (select-safe-coding-system):
11523 Handle the case of FROM being a string correctly. (Bug#14755)
11524
11525 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11526
11527 * net/shr.el (shr-make-table-1): Add a sanity check that allows
11528 progression on degenerate tables.
11529 (shr-rescale-image): ImageMagick animated images currently don't work.
11530
11531 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
11532
11533 Some fixes and improvements for desktop frame restoration.
11534 It is still experimental and disabled by default.
11535 * desktop.el (desktop--save-windows): Put the selected frame at
11536 the head of the list.
11537 (desktop--make-full-frame): New function.
11538 (desktop--restore-windows): Try to re-select the frame that was
11539 selected upon saving. Do not abort if some frames fail to restore,
11540 just show an error message and continue. Set up maximized frames
11541 so they have default non-maximized dimensions.
11542
11543 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
11544
11545 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11546 Don't start heredoc inside a string or comment.
11547
11548 2013-06-29 Eli Zaretskii <eliz@gnu.org>
11549
11550 * bindings.el (visual-order-cursor-movement): New defcustom.
11551 (right-char, left-char): Provide visual-order cursor motion by
11552 calling move-point-visually. Update the doc strings.
11553
11554 2013-06-28 Kenichi Handa <handa@gnu.org>
11555
11556 * international/mule.el (define-coding-system): New coding system
11557 properties :inhibit-null-byte-detection,
11558 :inhibit-iso-escape-detection, and :prefer-utf-8.
11559 (set-buffer-file-coding-system): If :charset-list property of
11560 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
11561 appropriate for setting.
11562
11563 * international/mule-cmds.el (select-safe-coding-system):
11564 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
11565 multibyte characters, return utf-8 (or one of its siblings).
11566
11567 * international/mule-conf.el (prefer-utf-8): New coding system.
11568 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
11569 files.
11570
11571 2013-06-28 Ivan Kanis <ivan@kanis.fr>
11572
11573 * net/shr.el (shr-render-region): New function.
11574
11575 * net/eww.el: Autoload `eww-browse-url'.
11576
11577 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
11578
11579 * emacs-lisp/package-x.el (package-upload-buffer-internal):
11580 Adapt to `package-desc-version' being a list.
11581 Use `package--ac-desc-version' to retrieve version from a package
11582 archive element.
11583
11584 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
11585
11586 New experimental feature to save&restore window and frame setup.
11587 * desktop.el (desktop-save-windows): New defcustom.
11588 (desktop--saved-states): New var.
11589 (desktop--excluded-frame-parameters): New defconst.
11590 (desktop--filter-frame-parms, desktop--find-frame-in-display)
11591 (desktop--restore-windows, desktop--save-windows): New functions.
11592 (desktop-save): Call `desktop--save-windows'.
11593 (desktop-read): Call `desktop--restore-windows'.
11594
11595 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
11596
11597 * net/shr.el (add-face-text-property): Remove compat definition.
11598
11599 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11600
11601 * info.el (Info-try-follow-nearest-node): Move search for footnote
11602 above search for node name to prevent missing a footnote (bug#14717).
11603
11604 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
11605
11606 * obsolete/otodo-mode.el: Add obsolescence info to file header.
11607
11608 2013-06-27 Leo Liu <sdl.web@gmail.com>
11609
11610 * net/eww.el (eww-read-bookmarks): Check file size.
11611
11612 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11613
11614 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
11615 advice--pending if newdef is nil or an autoload (bug#13820).
11616 (advice-mapc): New function.
11617
11618 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
11619
11620 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
11621 probably.
11622 (eww-mode-map): Add a menu bar.
11623 (eww-add-bookmark): New command.
11624 (eww-bookmark-mode): New mode and commands.
11625 (eww-add-bookmark): Remove newlines from the title.
11626 (eww-bookmark-browse): Don't bug out if it's the only window.
11627
11628 2013-06-26 Glenn Morris <rgm@gnu.org>
11629
11630 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
11631 (hfy-size): Handle ttys. (Bug#14668)
11632
11633 * info-xref.el: Update for Texinfo 5 change in *note format.
11634 (info-xref-node-re, info-xref-note-re): New constants.
11635 (info-xref-check-buffer): Use info-xref-note-re.
11636
11637 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
11640
11641 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
11642 nil terminate the loop (bug#14718).
11643
11644 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11645
11646 * net/eww.el: Rework history traversal. When going forward/back,
11647 put these actions into the history, too, so that they can be
11648 replayed.
11649 (eww-render): Move the history reset to the correct buffer.
11650
11651 2013-06-25 Juri Linkov <juri@jurta.org>
11652
11653 * files-x.el (modify-dir-local-variable): Change the header comment
11654 in the file with directory local variables. (Bug#14692)
11655
11656 * files-x.el (read-file-local-variable-value): Add `default'.
11657 (Bug#14710)
11658
11659 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11660
11661 * net/eww.el (eww-make-unique-file-name): Create a unique file
11662 name before saving to entering `y' accidentally asynchronously.
11663
11664 2013-06-25 Ivan Kanis <ivan@kanis.fr>
11665
11666 * net/eww.el (eww-download): New command and keystroke.
11667
11668 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11669
11670 * net/eww.el (eww-copy-page-url): Change name of command.
11671
11672 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
11673 be more consistent with Info and dired.
11674
11675 * net/eww.el (eww-mode-map): Ditto.
11676
11677 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
11680 packages from archives.
11681 (package-archive-contents): Change format; include obsolete packages.
11682 (package-desc): Use `dir' to mark builtin packages.
11683 (package--from-builtin): Set the `dir' field to `builtin'.
11684 (generated-autoload-file, version-control): Declare.
11685 (package-compute-transaction): Change first arg and return value to be
11686 lists of package-descs. Adjust to new package-archive-contents format.
11687 (package--add-to-archive-contents): Adjust to new
11688 package-archive-contents format.
11689 (package-download-transaction): Arg is now a list of package-descs.
11690 (package-install): If `pkg' is a package name, pass it as
11691 a requirement, so it is subject to the usual (e.g. disabled) checks.
11692 (describe-package): Accept package-desc as well.
11693 (describe-package-1): Describe a specific package-desc. Add links to
11694 other package-descs for the same package name.
11695 (package-menu-describe-package): Pass the actual package-desc.
11696 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
11697 works correctly.
11698 (package-desc-status): New function.
11699 (package-menu--refresh): New function, extracted
11700 from package-menu--generate.
11701 (package-menu--generate): Use it.
11702 (package-delete): Update package-alist.
11703 (package-menu-execute): Don't call package-initialize.
11704
11705 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
11706 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
11707 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
11708 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
11709 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
11710 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
11711
11712 2013-06-25 Martin Rudalics <rudalics@gmx.at>
11713
11714 * window.el (window--state-get-1): Workaround for bug#14527.
11715 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
11716
11717 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11718
11719 * net/eww.el (eww-back-url): Implement the history by stashing all
11720 the data into a list.
11721 (eww-forward-url): Allow going forward in the history, too.
11722
11723 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
11724
11725 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
11726 for values and use read--expression for expressions (bug#14710).
11727 (read-file-local-variable): Avoid setq.
11728 (read-file-local-variable-mode): Use minor-mode-list.
11729
11730 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11731
11732 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
11733 for DOI URLs.
11734
11735 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
11736
11737 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
11738 Update imenu-support when dialect changes.
11739
11740 2013-06-25 Leo Liu <sdl.web@gmail.com>
11741
11742 * ido.el (ido-read-internal): Allow forward slash on windows.
11743
11744 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11745
11746 * net/eww.el (eww): Start of strings is \\`, not ^.
11747
11748 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11749
11750 * net/shr.el (shr-browse-url): Fix interactive spec.
11751
11752 * net/eww.el (eww): Add a trailing slash to domain names.
11753
11754 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
11755
11756 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
11757
11758 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
11759
11760 * net/shr.el (shr-browse-url): Use an external browser if given a
11761 prefix.
11762
11763 * net/eww.el (eww-external-browser): Move to shr.
11764
11765 2013-06-24 Ivan Kanis <ivan@kanis.fr>
11766
11767 * net/eww.el (eww): Work more correctly for file: URLs.
11768 (eww-detect-charset): Allow quoted charsets.
11769 (eww-yank-page-url): New command and keystroke.
11770
11771 2013-06-24 Daiki Ueno <ueno@gnu.org>
11772
11773 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
11774 file name of gpg executable.
11775 (epg-context-program): New function.
11776 (epg-context-home-directory): New function.
11777 (epg-context-set-program): New function.
11778 (epg-context-set-home-directory): New function.
11779 (epg--start): Use `epg-context-program' instead of
11780 'epg-gpg-program'.
11781 (epg--list-keys-1): Likewise.
11782
11783 2013-06-24 Leo Liu <sdl.web@gmail.com>
11784
11785 * ido.el (ido-read-internal): Fix bug#14620.
11786
11787 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11788
11789 * faces.el (face-documentation): Simplify.
11790 (read-face-attribute, tty-find-type, x-resolve-font-name):
11791 Use `string-match-p'.
11792 (list-faces-display): Use `string-match-p'. Simplify.
11793 (face-spec-recalc): Check face to avoid face alias loops.
11794 (read-color): Use `string-match-p' and non-capturing parenthesis.
11795
11796 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11797
11798 * net/shr.el (shr-rescale-image): Use the new
11799 :max-width/:max-height functionality.
11800
11801 2013-06-23 Ivan Kanis <ivan@kanis.fr>
11802
11803 * net/eww.el (eww-search-prefix): New variable.
11804 (eww): Use it.
11805 (eww-external-browser): New variable.
11806 (eww-mode-map): New keystroke.
11807 (eww-browse-with-external-browser): New command.
11808
11809 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
11810
11811 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
11812
11813 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
11814 Don't skip aligning the next header field when padding is 0;
11815 otherwise, field width is not respected unless the title is as
11816 wide as the field.
11817
11818 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * emacs-lisp/package.el (package-el-version): Remove.
11821 (package-process-define-package): Fix inf-loop.
11822 (package-install): Allow symbols as arguments again.
11823
11824 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11825
11826 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
11827 add some more keyword-like methods.
11828 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
11829
11830 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
11831
11832 * bs.el (bs-buffer-show-mark): Make defvar-local.
11833 (bs-mode): Use setq-local.
11834
11835 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
11836 (emacs-lock--try-unlocking): Make defvar-local.
11837
11838 2013-06-22 Glenn Morris <rgm@gnu.org>
11839
11840 * play/cookie1.el (cookie-apropos): Minor simplification.
11841
11842 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
11843
11844 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
11845
11846 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
11847 `regexp-opt', it breaks the build during dumping.
11848
11849 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
11850
11851 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11852 Highlight keyword-like methods on Kernel and Module with
11853 font-lock-builtin-face.
11854 (auto-mode-alist): Consolidate different entries into one regexp
11855 and add more *file-s.
11856
11857 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
11858
11859 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
11860
11861 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
11862 (diary-entry): Use it in the action of this button type instead of
11863 diary-goto-entry.
11864
11865 * calendar/todo-mode.el: New version.
11866 (todo-add-category): Append new category to end of file and give
11867 it the highest number, instead of putting it at the beginning and
11868 giving it 0. Incorporate noninteractive functionality.
11869 (todo-forward-category): Adapt to 1-based category numbering.
11870 Allow skipping over archived categories.
11871 (todo-backward-category): Derive from todo-forward-category.
11872 (todo-backward-item, todo-forward-item): Make noninteractive and
11873 delegate interactive part to new commands. Make sensitive to done items.
11874 (todo-categories): Make value an alist of category names and
11875 vectors of item counts.
11876 (todo-category-beg): Make a defconst.
11877 (todo-category-number): Use 1 instead of 0 as initial value.
11878 (todo-category-select): Make sensitive to overlays, optional item
11879 highlighting and done items.
11880 (todo-delete-item): Make sensitive to overlays and marked and done items.
11881 (todo-edit-item): Make sensitive to overlays and editing of
11882 date/time header optional. Add format checks.
11883 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
11884 no-op if point is not on an item. Advertise using todo-edit-quit.
11885 (todo-edit-mode): Make sensitive to new format, font-locking, and
11886 multiple todo files.
11887 (todo-insert-item, todo-insert-item-here): Derive from
11888 todo-basic-insert-item and extend functionality.
11889 (todo-item-end, todo-item-start): Make sensitive to done items.
11890 (todo-item-string): Don't return text properties. Restore point.
11891 (todo-jump-to-category): Make sensitive to multiple todo files and
11892 todo archives. Use extended category completion.
11893 (todo-lower-item, todo-raise-item): Rename to *-priority and
11894 derive from todo-set-item-priority.
11895 (todo-mode): Derive from special-mode. Make sensitive to new
11896 format, font-locking and multiple todo files. Make read-only.
11897 (todo-mode-map): Don't suppress digit keys, so they can supply
11898 prefix arguments. Add many new key bindings.
11899 (todo-prefix): Insert as an overlay instead of file text.
11900 Change semantics from diary date expression to purely visual mark.
11901 (todo-print): Rename to todo-print-buffer. Make buffer display
11902 features printable. Remove option to restrict number of items
11903 printed. Add option to print to file.
11904 (todo-print-function): Rename to todo-print-buffer-function.
11905 (todo-quit): Extend to handle exiting new todo modes.
11906 (todo-remove-item): Make sensitive to overlays.
11907 (todo-save): Extend to buffers of filtered items.
11908 (todo-show): Make sensitive to done items, multiple todo files and
11909 new todo modes. Offer to convert legacy todo file before creating
11910 first new todo file.
11911 (todo-show-priorities): Rename to todo-top-priorities.
11912 Change semantics of value 0.
11913 (todo-top-priorities): Rename to todo-filter-top-priorities,
11914 derive from todo-filter-items and extend functionality.
11915 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
11916 and extend functionality to other types of filtered items.
11917 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
11918 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
11919 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
11920 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
11921 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
11922 (todo-edit-mode-hook, todo-entry-prefix-function)
11923 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
11924 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
11925 (todo-initials, todo-insert-threshold, todo-item-string-start)
11926 (todo-line-string, todo-menu, todo-mode-hook)
11927 (todo-more-important-p, todo-previous-answer, todo-previous-line)
11928 (todo-print-priorities, todo-remove-separator)
11929 (todo-save-top-priorities-too, todo-string-count-lines)
11930 (todo-string-multiline-p, todo-time-string-format)
11931 (todo-tmp-buffer-name): Remove.
11932 (todo-add-file, todo-archive-done-item, todo-choose-archive)
11933 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
11934 (todo-edit-category-diary-inclusion)
11935 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
11936 (todo-edit-file, todo-edit-item-date-day)
11937 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
11938 (todo-edit-item-date-month, todo-edit-item-date-to-today)
11939 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
11940 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
11941 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
11942 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
11943 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
11944 (todo-filter-top-priorities-multifile, todo-find-archive)
11945 (todo-find-filtered-items-file, todo-go-to-source-item)
11946 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
11947 (todo-jump-to-archive-category, todo-lower-category)
11948 (todo-mark-category, todo-marked-item-p, todo-merge-category)
11949 (todo-move-category, todo-move-item, todo-next-button)
11950 (todo-next-item, todo-padded-string, todo-powerset)
11951 (todo-previous-button, todo-previous-item)
11952 (todo-print-buffer-to-file, todo-raise-category)
11953 (todo-rename-category, todo-repair-categories-sexp, todo-search)
11954 (todo-set-category-number, todo-set-item-priority)
11955 (todo-set-top-priorities-in-category)
11956 (todo-set-top-priorities-in-file, todo-show-categories-table)
11957 (todo-sort-categories-alphabetically-or-numerically)
11958 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
11959 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
11960 (todo-toggle-item-header, todo-toggle-item-highlighting)
11961 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
11962 (todo-toggle-view-done-items, todo-toggle-view-done-only)
11963 (todo-unarchive-items, todo-unmark-category): New commands.
11964 (todo-absolute-file-name, todo-add-to-buffer-list)
11965 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
11966 (todo-basic-insert-item, todo-category-completions)
11967 (todo-category-number, todo-category-string-matcher-1)
11968 (todo-category-string-matcher-2, todo-check-filtered-items-file)
11969 (todo-check-format, todo-clear-matches)
11970 (todo-comment-string-matcher, todo-convert-legacy-date-time)
11971 (todo-current-category, todo-date-string-matcher)
11972 (todo-define-insertion-command, todo-diary-expired-matcher)
11973 (todo-diary-goto-entry, todo-diary-item-p)
11974 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
11975 (todo-display-categories, todo-display-sorted, todo-done-item-p)
11976 (todo-done-item-section-p, todo-done-separator)
11977 (todo-done-string-matcher, todo-files, todo-filter-items)
11978 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
11979 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
11980 (todo-insert-category-line, todo-insert-item-from-calendar)
11981 (todo-insert-sort-button, todo-insert-with-overlays)
11982 (todo-insertion-command-name, todo-insertion-key-bindings)
11983 (todo-label-to-key, todo-longest-category-name-length)
11984 (todo-make-categories-list, todo-mode-external-set)
11985 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
11986 (todo-modes-set-3, todo-multiple-filter-files)
11987 (todo-nondiary-marker-matcher, todo-prefix-overlays)
11988 (todo-read-category, todo-read-date, todo-read-dayname)
11989 (todo-read-file-name, todo-read-time)
11990 (todo-reevaluate-category-completions-files-defcustom)
11991 (todo-reevaluate-default-file-defcustom)
11992 (todo-reevaluate-filelist-defcustoms)
11993 (todo-reevaluate-filter-files-defcustom)
11994 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
11995 (todo-reset-done-separator, todo-reset-done-separator-string)
11996 (todo-reset-done-string, todo-reset-global-current-todo-file)
11997 (todo-reset-highlight-item, todo-reset-nondiary-marker)
11998 (todo-reset-prefix, todo-set-categories)
11999 (todo-set-date-from-calendar, todo-set-show-current-file)
12000 (todo-set-top-priorities, todo-short-file-name)
12001 (todo-show-current-file, todo-sort, todo-time-string-matcher)
12002 (todo-total-item-counts, todo-update-buffer-list)
12003 (todo-update-categories-display, todo-update-categories-sexp)
12004 (todo-update-count, todo-validate-name, todo-y-or-n-p):
12005 New functions.
12006 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
12007 New major modes.
12008 (todo-categories, todo-display, todo-edit, todo-faces)
12009 (todo-filtered): New defgroups.
12010 (todo-archived-only, todo-button, todo-category-string, todo-date)
12011 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
12012 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
12013 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
12014 (todo-add-item-if-new-category, todo-always-add-time-string)
12015 (todo-categories-align, todo-categories-archived-label)
12016 (todo-categories-category-label, todo-categories-diary-label)
12017 (todo-categories-done-label, todo-categories-number-separator)
12018 (todo-categories-todo-label, todo-categories-totals-label)
12019 (todo-category-completions-files, todo-completion-ignore-case)
12020 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
12021 (todo-done-separator-string, todo-done-string)
12022 (todo-files-function, todo-filter-done-items, todo-filter-files)
12023 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
12024 (todo-initial-category, todo-initial-file, todo-item-mark)
12025 (todo-legacy-date-time-regexp, todo-mode-line-function)
12026 (todo-nondiary-marker, todo-number-prefix)
12027 (todo-print-buffer-function, todo-show-current-file)
12028 (todo-show-done-only, todo-show-first, todo-show-with-done)
12029 (todo-skip-archived-categories, todo-top-priorities-overrides)
12030 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
12031 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
12032 New defcustoms.
12033 (todo-category-done, todo-date-pattern, todo-date-string-start)
12034 (todo-diary-items-buffer, todo-done-string-start)
12035 (todo-filtered-items-buffer, todo-item-start)
12036 (todo-month-abbrev-array, todo-month-name-array)
12037 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
12038 (todo-top-priorities-buffer): New defconsts.
12039 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
12040 (todo-categories-with-marks, todo-category-string-face)
12041 (todo-comment-face, todo-comment-string, todo-current-todo-file)
12042 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
12043 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
12044 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
12045 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
12046 (todo-font-lock-keywords, todo-global-current-todo-file)
12047 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
12048 (todo-insertion-commands-args)
12049 (todo-insertion-commands-args-genlist)
12050 (todo-insertion-commands-names, todo-insertion-map)
12051 (todo-key-bindings-t, todo-key-bindings-t+a)
12052 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
12053 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
12054 (todo-nondiary-face, todo-print-buffer, todo-time-face)
12055 (todo-visited): New variables.
12056
12057 2013-06-21 Glenn Morris <rgm@gnu.org>
12058
12059 * play/cookie1.el (cookie-apropos): Add optional display argument.
12060 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
12061 (psychoanalyze-pinhead): Use cookie-doctor.
12062
12063 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12064
12065 * emacs-lisp/package.el (tar-get-file-descriptor)
12066 (tar--extract): Declare.
12067
12068 2013-06-21 Eduard Wiebe <usenet@pusto.de>
12069
12070 Extend flymake's warning predicate to be a function (bug#14217).
12071 * progmodes/flymake.el (flymake-warning-predicate): New.
12072 (flymake-parse-line): Use it.
12073 (flymake-warning-re): Make obsolete alias to
12074 `flymake-warning-predicate'.
12075
12076 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12077
12078 * emacs-lisp/package.el (package-alist): Include obsolete packages.
12079 (package-obsolete-list): Remove.
12080 (package-activate): Remove min-version argument. Add `force' argument.
12081 Adjust to new package-alist format.
12082 (package-mark-obsolete): Remove.
12083 (package-unpack): Force reload of the package's autoloads.
12084 (package-installed-p): Check builtins if the installed package is not
12085 recent enough.
12086 (package-initialize): Don't reset package-obsolete-list.
12087 Don't specify which package version to activate.
12088 (package-process-define-package, describe-package-1)
12089 (package-menu--generate): Adjust to new package-alist format.
12090
12091 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12092
12093 * allout-widgets.el (allout-widgets-mode-off)
12094 (allout-widgets-mode-on, allout-widgets-pre-command-business)
12095 (allout-widgets-post-command-business)
12096 (allout-widgets-after-copy-or-kill-function)
12097 (allout-widgets-after-undo-function, allout-test-range-overlaps)
12098 (allout-decorate-item-and-context)
12099 (allout-graphics-modification-handler): Fix typos in docstrings.
12100 (allout-get-or-create-parent-widget): Use `looking-at-p'.
12101
12102 * cmuscheme.el (scheme-start-file): Doc fix.
12103 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
12104 (scheme-input-filter): Use `string-match-p'.
12105
12106 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
12107
12108 * dired-x.el: Use Dired consistently in docstrings.
12109
12110 * dired.el: Use Dired consistently in docstrings.
12111 (dired-readin, dired-mode): Use `setq-local'.
12112 (dired-switches-alist): Make defvar-local.
12113 (dired-buffers-for-dir): Use `zerop'.
12114 (dired-safe-switches-p, dired-switches-escape-p)
12115 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
12116 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
12117 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
12118 (dired-goto-next-nontrivial-file): Use `string-match-p'.
12119 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
12120 (dired-toggle-marks, dired-mark-files-containing-regexp)
12121 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
12122 (dired-flag-auto-save-files, dired-flag-backup-files):
12123 Use `looking-at-p'.
12124 (dired-mark-files-regexp, dired-build-subdir-alist):
12125 Use `string-match-p', `looking-at-p'.
12126
12127 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
12128 (direct-print-region-helper): Use `string-match-p'.
12129
12130 2013-06-21 Leo Liu <sdl.web@gmail.com>
12131
12132 * comint.el (comint-redirect-results-list-from-process):
12133 Fix infinite loop.
12134
12135 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12136
12137 * net/eww.el (eww-update-header-line-format): Quote % characters.
12138
12139 2013-06-21 Glenn Morris <rgm@gnu.org>
12140
12141 * play/cookie1.el (cookie): New custom group.
12142 (cookie-file): New option.
12143 (cookie-check-file): New function.
12144 (cookie): Make it interactive. Make start and end messages optional.
12145 Interactively, display the result. Default to cookie-file.
12146 (cookie-insert): Default to cookie-file.
12147 (cookie-snarf): Make start and end messages optional.
12148 Default to cookie-file. Use with-temp-buffer.
12149 (cookie-read): Rename from read-cookie.
12150 Make start and end messages optional. Default to cookie-file.
12151 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
12152 Do not autoload it.
12153 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
12154 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
12155
12156 2013-06-21 Leo Liu <sdl.web@gmail.com>
12157
12158 * progmodes/octave.el (octave-mode): Backward compatibility fix.
12159
12160 2013-06-21 Glenn Morris <rgm@gnu.org>
12161
12162 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
12163
12164 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
12165 Daniel Hackney <dan@haxney.org>
12166
12167 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
12168 Consolidate the single-file vs tarball code.
12169 (package-desc-suffix): New function.
12170 (package-desc-full-name): Don't bother inlining it.
12171 (package-load-descriptor): Return the new package-desc.
12172 (package-mark-obsolete): Remove unused arg `package'.
12173 (package-unpack): Make it work for single files as well.
12174 Make it update package-alist.
12175 (package--make-autoloads-and-stuff): Rename from
12176 package--make-autoloads-and-compile. Don't compile any more.
12177 (package--compile): New function.
12178 (package-generate-description-file): New function, extracted from
12179 package-unpack-single.
12180 (package-unpack-single): Remove.
12181 (package--with-work-buffer): Add indentation and debugging info.
12182 (package-download-single): Remove.
12183 (package-install-from-archive): Rename from package-download-tar, make
12184 it take a pkg-desc, and make it work for single files as well.
12185 (package-download-transaction): Simplify.
12186 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
12187 external tar program.
12188 (package-install-from-buffer): Remove `pkg-desc' argument.
12189 Use package-tar-file-info for tar-mode buffers.
12190 (package-install-file): Simplify accordingly.
12191 (package-archive-base): Change to take a pkg-desc.
12192 * tar-mode.el (tar--check-descriptor): New function, extracted from
12193 tar-get-descriptor.
12194 (tar-get-descriptor): Use it.
12195 (tar-get-file-descriptor): New function.
12196 (tar--extract): New function, extracted from tar-extract.
12197 (tar--extract): Use it.
12198 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
12199 case the summary uses non-ascii. Adjust to new calling convention of
12200 package-tar-file-info.
12201
12202 2013-06-21 Leo Liu <sdl.web@gmail.com>
12203
12204 * comint.el (comint-redirect-results-list-from-process):
12205 Fix random delay. (Bug#14681)
12206
12207 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
12208
12209 * profiler.el (profiler-format-number): Use log, not log10.
12210
12211 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12212
12213 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
12214
12215 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
12216
12217 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
12218 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
12219 yet available.
12220 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
12221 (AUTOGENEL): ... here.
12222 * emacs-lisp/cl-macs.el (cl--sublis): New function.
12223 (cl--defsubst-expand): Use it.
12224
12225 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
12226
12227 * subr.el (log10): Move here from C code, and declare as obsolete.
12228 All uses of (log10 X) replaced with (log X 10).
12229
12230 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12231
12232 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
12233 Declare with `defvar-local'.
12234 (tabulated-list-use-header-line, tabulated-list-entries)
12235 (tabulated-list-padding, tabulated-list-printer)
12236 (tabulated-list-sort-key): Declare with `defvar-local'.
12237 (tabulated-list-init-header, tabulated-list-print-fake-header):
12238 Use `setq-local'.
12239
12240 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
12241
12242 * arc-mode.el (archive-mode): Add `archive-write-file' to
12243 `write-contents-functions' also for remote files. (Bug#14652)
12244
12245 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
12246
12247 * cus-edit.el (custom-commands): Fix typos.
12248 (custom-display): Fix tooltip text.
12249 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
12250 Fix typos in docstrings.
12251 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
12252 (custom-unlispify-menu-entry, custom-magic-value-create)
12253 (custom-add-see-also, custom-group-value-create): Use ?\s.
12254 (custom-guess-type, customize-apropos, editable-field)
12255 (custom-face-value-create): Use `string-match-p'.
12256 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
12257
12258 * custom.el (custom-load-symbol): Use `string-match-p'.
12259
12260 * ansi-color.el: Convert to lexical binding.
12261 (ansi-colors): Fix URL.
12262 (ansi-color-context, ansi-color-context-region): Use defvar-local.
12263 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
12264 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
12265
12266 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12267
12268 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
12269
12270 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
12271
12272 2013-06-19 Tom Tromey <tromey@redhat.com>
12273
12274 * net/eww.el (eww-top-url): Remove.
12275 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
12276 (eww-render): Set new variables. Don't set eww-top-url.
12277 (eww-handle-link): Handle "prev", "home", and "contents".
12278 Downcase the rel text.
12279 (eww-top-url): Choose best top URL.
12280
12281 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12282
12283 * net/eww.el: Rewrite to implement form elements "by hand" instead of
12284 relying in widget.el. Using widget.el leads to too many
12285 user interface inconsistencies.
12286 (eww-self-insert): Implement entering commands in text fields.
12287 (eww-process-text-input): New function to make text input field editing
12288 work.
12289 (eww-submit): Rewrite to use the new-style form methods.
12290 (eww-select-display): Display the correct selected item.
12291 (eww-change-select): Implement changing the select value.
12292 (eww-toggle-checkbox): Implement radio/checkboxes.
12293 (eww-update-field): Fix compilation error.
12294 (eww-tag-textarea): Implement <textarea>.
12295
12296 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
12297 we don't shadow mode-specific bindings.
12298
12299 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
12300 nothing to push.
12301
12302 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
12303
12304 2013-06-19 Glenn Morris <rgm@gnu.org>
12305
12306 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
12307
12308 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12309
12310 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
12311 not needed.
12312
12313 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
12314
12315 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12316
12317 * net/browse-url.el (browse-url-browser-function):
12318 `eww-browse-url' has the right calling signature, `eww' does not.
12319
12320 2013-06-19 Glenn Morris <rgm@gnu.org>
12321
12322 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12323 Only eval autoloaded macros.
12324 (byte-compile-autoload): Only give the macro warning for macros.
12325
12326 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
12327 (ps-underlined-faces): Declare.
12328
12329 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
12330 (speedbar-add-supported-extension): Declare.
12331
12332 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
12333 Don't include a date stamp in the header of the generated file;
12334 it leads to needless differences between output files.
12335
12336 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
12337
12338 * net/secrets.el (secrets-struct-secret-content-type):
12339 Replace check of introspection data by a test call of "CreateItem".
12340 Some servers do not offer introspection.
12341
12342 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
12343
12344 * electric.el (electric-pair-mode): Improve interaction with
12345 electric-layout-mode.
12346 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
12347 (electric-pair-syntax): Use text-mode-syntax-table in comments
12348 and strings.
12349 (electric-pair--insert): New function.
12350 (electric-pair-post-self-insert-function): Use it and
12351 electric--after-char-pos.
12352
12353 2013-06-19 Leo Liu <sdl.web@gmail.com>
12354
12355 * progmodes/octave.el (octave-help): Fix regexp.
12356
12357 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12358
12359 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
12360 (shr-table-horizontal-line): Allow nil as a value, and change the
12361 default.
12362 (shr-insert-table-ruler): Respect the nil value.
12363
12364 2013-06-18 Tom Tromey <tromey@barimba>
12365
12366 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12367 New defvars.
12368 (eww-open-file): New defun.
12369 (eww-render): Initialize new variables.
12370 (eww-display-html): Handle "link" and "a".
12371 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
12372 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
12373 (eww-back-url): Rename from eww-previous-url.
12374 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
12375 New defuns.
12376
12377 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
12378
12379 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
12380 Distinguish ternary operator tokens from slash symbol and slash
12381 char literal.
12382
12383 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12384
12385 Convert symbol prettification into minor mode and global minor mode.
12386
12387 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
12388 `prog-prettify-symbols', and make a local defvar instead of defcustom.
12389 (prettify-symbols--keywords): Rename from
12390 `prog-prettify-symbols-alist' and make a local defvar.
12391 (prettify-symbols--compose-symbol): Rename from
12392 `prog--prettify-font-lock-compose-symbol'.
12393 (prettify-symbols--make-keywords): Rename from
12394 `prog-prettify-font-lock-symbols-keywords' and simplify.
12395 (prog-prettify-install): Remove.
12396 (prettify-symbols-mode): New minor mode, based on
12397 `prog-prettify-install'.
12398 (turn-on-prettify-symbols-mode): New function.
12399 (global-prettify-symbols-mode): New globalized minor mode.
12400
12401 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12402 * progmodes/cfengine.el (cfengine3-mode):
12403 * progmodes/perl-mode.el (perl-mode): Don't call
12404 `prog-prettify-install'; set `prettify-symbols-alist' instead.
12405
12406 2013-06-18 Juri Linkov <juri@jurta.org>
12407
12408 * files-x.el (modify-file-local-variable-message): New function.
12409 (modify-file-local-variable)
12410 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
12411 and call `modify-file-local-variable-message' when it's non-nil.
12412 (add-file-local-variable, delete-file-local-variable)
12413 (add-file-local-variable-prop-line)
12414 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
12415 and use it. (Bug#9820)
12416
12417 2013-06-18 Juri Linkov <juri@jurta.org>
12418
12419 * emulation/vi.el (vi-shell-op):
12420 * emulation/vip.el (vip-execute-com, ex-command):
12421 * emulation/viper-cmd.el (viper-exec-bang):
12422 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
12423 the call of `shell-command-on-region'. (Bug#14637)
12424
12425 * simple.el (shell-command-on-region): Doc fix.
12426
12427 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12428
12429 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
12430 (bug#14633).
12431
12432 2013-06-18 Glenn Morris <rgm@gnu.org>
12433
12434 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
12435
12436 * newcomment.el (comment-search-forward, comment-search-backward):
12437 Doc fix. (Bug#14376)
12438
12439 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
12440
12441 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
12442 (buffer-face-mode-invoke): Doc fix.
12443
12444 2013-06-18 Matthias Meulien <orontee@gmail.com>
12445
12446 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
12447 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
12448
12449 2013-06-18 Glenn Morris <rgm@gnu.org>
12450
12451 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
12452 Replace obsolete function generic-make-keywords with its expansion.
12453
12454 * progmodes/python.el (ffap-alist): Declare.
12455
12456 * textmodes/reftex.el (bibtex-mode-map): Declare.
12457
12458 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
12461 (package-unpack, package-unpack-single): Return the pkg-dir.
12462 (package-download-transaction): Use it to update package-alist.
12463
12464 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12465
12466 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
12467 possible choice.
12468
12469 2013-06-17 Juri Linkov <juri@jurta.org>
12470
12471 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
12472
12473 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12474
12475 * emacs-lisp/package.el (package-load-descriptor):
12476 Remove `with-syntax-table' call, `read' doesn't need it.
12477 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
12478
12479 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12480
12481 * startup.el (command-line): Expand package name returned by
12482 `package--description-file' (bug#14639).
12483
12484 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
12485
12486 * emacs-lisp/package.el (package-load-descriptor): Do not call
12487 `emacs-lisp-mode', just use its syntax table.
12488
12489 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
12490
12491 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
12492 `font-lock-extra-managed-props' if any prettifying keyword is added.
12493 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
12494 (prog-mode): Use `setq-local'.
12495
12496 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * international/characters.el (standard-case-table): Set syntax of ?»
12499 and ?« to punctuation.
12500
12501 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
12502
12503 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
12504 Save relevant match data before calling `syntax-ppss' (bug#14595).
12505
12506 2013-06-15 Juri Linkov <juri@jurta.org>
12507
12508 * files-x.el (modify-file-local-variable-prop-line): Add local
12509 variables to the end of the existing comment on the first line.
12510 Use `file-auto-mode-skip' to skip interpreter magic line,
12511 and also skip XML declaration.
12512
12513 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
12514
12515 * startup.el (package--builtin-versions): New var.
12516 (package-subdirectory-regexp): Remove.
12517 (package--description-file): Hard code its value instead.
12518
12519 * emacs-lisp/package.el: Don't activate packages older than builtin.
12520 (package-obsolete-list): Rename from package-obsolete-alist, and make
12521 it into a simple list of package-desc.
12522 (package-strip-version): Remove.
12523 (package-built-in-p): Use package--builtin-versions.
12524 (package-mark-obsolete): Simplify.
12525 (package-process-define-package): Mark it obsolete if older than the
12526 builtin version.
12527 (package-handle-response): Use line-end-position.
12528 (package-read-archive-contents, package--download-one-archive):
12529 Simplify.
12530 (package--add-to-archive-contents): Skip if older than the builtin or
12531 installed version.
12532 (package-menu-describe-package): Fix last change.
12533 (package-list-unversioned): New var.
12534 (package-menu--generate): Use it.
12535
12536 * emacs-lisp/autoload.el: Manage package--builtin-versions.
12537 (autoload--insert-text, autoload--insert-cookie-text): New functions.
12538 (autoload-builtin-package-versions): New variable.
12539 (autoload-generate-file-autoloads): Use them.
12540 Remove the list of autoloaded functions/macros from the
12541 (autoload...) comments.
12542
12543 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
12544
12545 2013-06-15 Eli Zaretskii <eliz@gnu.org>
12546
12547 * simple.el (line-move-partial): Don't jump to the next screen
12548 line as soon as it becomes visible. Instead, continue enlarging
12549 the vscroll until the portion of a tall screen line that's left on
12550 display is about the height of the frame's default font.
12551 (Bug#14567)
12552
12553 2013-06-15 Glenn Morris <rgm@gnu.org>
12554
12555 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
12556 compilation-error-regexp-alist void, or local while let-bound.
12557
12558 * progmodes/make-mode.el (makefile-mode-syntax-table):
12559 Treat "=" as punctuation. (Bug#14614)
12560
12561 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
12562
12563 * help-fns.el (describe-variable):
12564 Add extra line for permanent-local variables.
12565
12566 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
12567
12568 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12569 Add export, import, library. (Bug#9164)
12570 (library): Set indent function.
12571
12572 2013-06-14 Glenn Morris <rgm@gnu.org>
12573
12574 * term/xterm.el (xterm--query):
12575 Stop after first matching handler. (Bug#14615)
12576
12577 2013-06-14 Ivan Kanis <ivan@kanis.fr>
12578
12579 Add support for dired in saveplace.
12580 * dired.el (dired-initial-position-hook): New variable.
12581 (dired-initial-position): Call hook to place cursor position.
12582 * saveplace.el (save-place-to-alist): Add dired position.
12583 (save-place-dired-hook): New function.
12584
12585 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
12586
12587 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
12588 through a symbol rather than letrec.
12589
12590 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
12591 (package-desc): Add `dir' field.
12592 (package-desc-full-name): New function.
12593 (package-load-descriptor): Combine the two arguments. Don't use `load'.
12594 (package-maybe-load-descriptor): Remove.
12595 (package-load-all-descriptors): Just call package-load-descriptor.
12596 (package--disabled-p): New function.
12597 (package-desc-vers, package-desc-doc): Remove aliases.
12598 (package--dir): Remove function.
12599 (package-activate): Check if a package is disabled.
12600 (package-process-define-package): New function, extracted from
12601 define-package.
12602 (define-package): Turn into a place holder.
12603 (package-unpack-single, package-tar-file-info):
12604 Use package--description-file.
12605 (package-compute-transaction): Use package--disabled-p.
12606 (package-download-transaction): Don't call
12607 package-maybe-load-descriptor since they're all loaded anyway.
12608 (package-install): Change argument to be a pkg-desc.
12609 (package-delete): Use a single pkg-desc argument.
12610 (describe-package-1): Use package-desc-dir instead of package--dir.
12611 Use package-desc property instead of package-symbol.
12612 (package-install-button-action): Adjust accordingly.
12613 (package--push): Rewrite.
12614 (package-menu--print-info): Adjust accordingly. Change the ID format
12615 to be a pkg-desc.
12616 (package-menu-describe-package, package-menu-get-status)
12617 (package-menu--find-upgrades, package-menu-mark-upgrades)
12618 (package-menu-execute, package-menu--name-predicate):
12619 Adjust accordingly.
12620 * startup.el (package--description-file): New function.
12621 (command-line): Use it.
12622 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12623 Use package-desc-version.
12624
12625 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
12626 (byte-compile-preprocess): Use it.
12627 (byte-compile-file-form-defalias): Try a bit harder to use macros we
12628 can't quite recognize.
12629 (byte-compile-add-to-list): Remove.
12630 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
12631 (cconv-closure-convert): Add assertion.
12632
12633 * emacs-lisp/map-ynp.el: Use lexical-binding.
12634 (map-y-or-n-p): Remove unused vars `tail' and `object'.
12635 Factor out some repeated code.
12636
12637 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * subr.el (with-eval-after-load): New macro.
12640 (eval-after-load): Allow form to be a function.
12641 take advantage of lexical-binding.
12642 (do-after-load-evaluation): Use dolist and adjust to new format.
12643 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
12644
12645 2013-06-13 Juri Linkov <juri@jurta.org>
12646
12647 * replace.el (perform-replace): Display "symbol " and other search
12648 modes from `isearch-message-prefix' in the *Help* buffer.
12649
12650 * isearch.el (isearch-query-replace): Add " symbol" and other
12651 possible search modes from `isearch-message-prefix' to the prompt.
12652 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
12653 when reading a regexp to collect.
12654
12655 2013-06-13 Juri Linkov <juri@jurta.org>
12656
12657 * isearch.el (word-search-regexp): Match whitespace if the search
12658 string begins or ends in whitespace. The LAX arg is applied to
12659 both ends of the search string. Use `regexp-quote' and explicit
12660 \< and \> instead of \b. Use \` and \' instead of ^ and $.
12661 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
12662 boundaries are replaced with symbol boundaries, and characters
12663 between symbols match non-word non-symbol syntax. (Bug#14602)
12664
12665 2013-06-13 Juri Linkov <juri@jurta.org>
12666
12667 * isearch.el (isearch-del-char): Don't exceed the length of
12668 `isearch-string' by the prefix arg. (Bug#14563)
12669
12670 2013-06-13 Juri Linkov <juri@jurta.org>
12671
12672 * isearch.el (isearch-yank-word, isearch-yank-line)
12673 (isearch-char-by-name, isearch-quote-char)
12674 (isearch-printing-char, isearch-process-search-char):
12675 Add optional count prefix arg. (Bug#14563)
12676
12677 * international/isearch-x.el
12678 (isearch-process-search-multibyte-characters):
12679 Add optional count prefix arg.
12680
12681 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
12684 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
12685 lexical-binding.
12686
12687 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
12688
12689 * subr.el (set-temporary-overlay-map): Add on-exit argument.
12690
12691 2013-06-13 Glenn Morris <rgm@gnu.org>
12692
12693 * startup.el (tty-handle-args):
12694 Don't just discard "--" and anything after. (Bug#14608)
12695
12696 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
12697
12698 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
12699
12700 Implement changes in Secret Service API. Make it backward compatible.
12701 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
12702 (secrets-create-item): Use it. Prefix properties with interface.
12703
12704 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
12705
12706 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
12707 (term-emulate-terminal): Respect term-suppress-hard-newline.
12708
12709 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
12710
12711 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
12712 Only remove a `thumb-file' overlay. (Bug#14548)
12713
12714 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
12715
12716 * mail/reporter.el (reporter-submit-bug-report):
12717 Handle missing package-name. (Bug#14600)
12718
12719 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12720
12721 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
12722 (reftex-citation-prompt, reftex-default-bibliography)
12723 (reftex-bib-or-thebib, reftex-get-bibfile-list)
12724 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
12725 (reftex-bib-sort-author, reftex-bib-sort-year)
12726 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
12727 (reftex-extract-bib-entries-from-thebibliography)
12728 (reftex-get-bibkey-default, reftex-get-bib-names)
12729 (reftex-parse-bibtex-entry, reftex-get-bib-field)
12730 (reftex-format-bib-entry, reftex-parse-bibitem)
12731 (reftex-format-bibitem, reftex-do-citation)
12732 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
12733 (reftex-restrict-bib-matches, reftex-extract-bib-file)
12734 (reftex-insert-bib-matches, reftex-format-citation)
12735 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
12736 (reftex-create-bibtex-file): Add docstrings, mostly by converting
12737 existing comments into docstrings.
12738
12739 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12740
12741 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
12742
12743 2013-06-12 Andreas Schwab <schwab@suse.de>
12744
12745 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
12746 for auto-save files.
12747
12748 2013-06-12 Glenn Morris <rgm@gnu.org>
12749
12750 * ido.el (ido-delete-ignored-files): Remove.
12751 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
12752 Go back to calling ido-ignore-item-p directly.
12753
12754 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
12755
12756 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
12757
12758 * ido.el (ido-delete-ignored-files): New function,
12759 split from ido-make-file-list-1.
12760 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
12761 (ido-make-file-list-1): Use ido-delete-ignored-files.
12762
12763 2013-06-12 Leo Liu <sdl.web@gmail.com>
12764
12765 * progmodes/octave.el (inferior-octave-startup)
12766 (inferior-octave-completion-table)
12767 (inferior-octave-track-window-width-change)
12768 (octave-eldoc-function-signatures, octave-help)
12769 (octave-find-definition): Use single quoted strings.
12770 (inferior-octave-startup-args): Change default value.
12771 (inferior-octave-startup): Do not hard code "-i" and
12772 "--no-line-editing".
12773 (inferior-octave-resync-dirs): Add optional arg NOERROR.
12774 (inferior-octave-directory-tracker): Use it.
12775 (octave-goto-function-definition): Robustify.
12776 (octave-help): Support highlighting operators in 'See also'.
12777 (octave-find-definition): Find subfunctions only in Octave mode.
12778
12779 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * help-fns.el (help-fns--compiler-macro): If the handler function is
12782 named, then put a link to it.
12783 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
12784 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
12785 (cl-typep): Use it.
12786 (cl-eval-when): Simplify debug spec.
12787 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
12788 compiler-macro function instead of setting `compiler-macro-file'.
12789
12790 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
12791
12792 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
12793 * vc/vc-hooks.el (vc-stay-local): Doc fix.
12794
12795 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
12796 Daniel Hackney <dan@haxney.org>
12797
12798 First part of Daniel Hackney's patch to package.el.
12799 * emacs-lisp/package.el: Use defstruct.
12800 (package-desc): New, main struct.
12801 (package--bi-desc, package--ac-desc): New structs, used to describe the
12802 format in external files.
12803 (package-desc-vers): Replace with package-desc-version accessor.
12804 (package-desc-doc): Replace with package-desc-summary accessor.
12805 (package-activate-1): Remove `package' arg since the pkg-vec now
12806 includes the name.
12807 (define-package): Use package-desc-from-define.
12808 (package-unpack-single): Change file-name arg to be a symbol.
12809 (package--add-to-archive-contents): Use package-desc-create and new
12810 accessor functions to package--ac-desc.
12811 (package-buffer-info, package-tar-file-info): Return a package-desc.
12812 (package-install-from-buffer): Remove `type' argument. Change pkg-info
12813 arg to be a package-desc.
12814 (package-install-file): Adjust accordingly. Use \' to match EOS.
12815 (package--from-builtin): New function.
12816 (describe-package-1, package-menu--generate): Use it.
12817 (package--make-autoloads-and-compile): Change name arg to be a symbol.
12818 (package-generate-autoloads): Idem and return the name of the file.
12819 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12820 Change pkg-info arg to be a package-desc.
12821 Use package-make-ac-desc.
12822 (package-upload-file): Use \' to match EOS.
12823 * finder.el (finder-compile-keywords): Use package-make-builtin.
12824
12825 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12826
12827 * vc/vc.el (vc-deduce-fileset): Change error message.
12828 (vc-read-backend): New function.
12829 (vc-next-action): Use it.
12830
12831 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
12832
12833 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
12834 (prolog-font-lock-keywords): Use regexp-opt instead.
12835 Don't manually highlight strings.
12836 (prolog-mode-variables): Simplify comment-start-skip.
12837 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
12838
12839 * emacs-lisp/generic.el (generic--normalise-comments)
12840 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
12841 (generic-mode-set-comments): Use them.
12842 (generic-bracket-support): Use setq-local.
12843 (generic-make-keywords-list): Declare obsolete.
12844
12845 2013-06-11 Glenn Morris <rgm@gnu.org>
12846
12847 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12848 Prettify after setting font-lock-defaults. (Bug#14574)
12849
12850 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
12851
12852 * replace.el (query-replace, occur-read-regexp-defaults-function)
12853 (replace-search):
12854 * subr.el (declare-function, number-sequence, local-set-key)
12855 (substitute-key-definition, locate-user-emacs-file)
12856 (with-silent-modifications, split-string, eval-after-load):
12857 Fix typos, remove unneeded backslashes and reflow some docstrings.
12858
12859 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
12860
12861 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
12862 default for Elisp files.
12863
12864 2013-06-11 Glenn Morris <rgm@gnu.org>
12865
12866 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
12867 although define-derived-mode was doing this anyway. (Bug#14583)
12868
12869 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
12870
12871 * allout.el (allout-encryption-plaintext-sanitization-regexps):
12872 Fix make-variable-buffer-local call to refer to the correct variable.
12873
12874 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
12875
12876 * eshell/em-term.el (eshell-visual-commands)
12877 (eshell-visual-subcommands, eshell-visual-options):
12878 Add summary line to docstrings. Add cross-references.
12879
12880 2013-06-10 Glenn Morris <rgm@gnu.org>
12881
12882 * epa.el (epa-read-file-name): New function. (Bug#14510)
12883 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
12884
12885 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12886
12887 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
12888 output redirection to be ignored with visual commands.
12889
12890 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
12891
12892 * eshell/em-term.el (eshell-visual-command-p): New function.
12893 (eshell-term-initialize): Move long lambda to separate function
12894 eshell-visual-command-p.
12895 * eshell/em-dirs.el (eshell-dirs-initialize):
12896 * eshell/em-script.el (eshell-script-initialize):
12897 Add missing #' to lambda.
12898
12899 2013-06-08 Leo Liu <sdl.web@gmail.com>
12900
12901 * progmodes/octave.el (octave-add-log-current-defun): New function.
12902 (octave-mode): Set add-log-current-defun-function.
12903 (octave-goto-function-definition): Do not move point if not found.
12904 (octave-find-definition): Enhance to try subfunctions first.
12905
12906 2013-06-08 Glenn Morris <rgm@gnu.org>
12907
12908 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12909 (byte-compile-backward-char, byte-compile-backward-word):
12910 Improve previous change, to handle non-explicit nil.
12911
12912 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
12913
12914 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
12915 (smie--opener/closer-at-point): New function.
12916 (smie--matching-block-data): Use it. Don't match from right after an
12917 opener or right before a closer. Obey smie-blink-matching-inners.
12918 Don't signal a mismatch for repeated inners like "switch..case..case".
12919
12920 2013-06-07 Leo Liu <sdl.web@gmail.com>
12921
12922 * progmodes/octave.el (octave-mode): Set comment-use-global-state
12923 to t. (Bug#14303)
12924 (octave-function-header-regexp): Fix. (Bug#14570)
12925 (octave-help-mode-finish-hook, octave-help-mode-finish):
12926 Remove. Just use temp-buffer-show-hook.
12927
12928 * newcomment.el (comment-search-backward): Revert last change.
12929 (Bug#14434)
12930
12931 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
12932
12933 2013-06-07 Eli Zaretskii <eliz@gnu.org>
12934
12935 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
12936 through xargs, to avoid failure due to MS-Windows limitations on
12937 command-line length.
12938
12939 2013-06-06 Glenn Morris <rgm@gnu.org>
12940
12941 * font-lock.el (lisp-font-lock-keywords-2):
12942 Treat user-error like error.
12943
12944 * emacs-lisp/bytecomp.el (byte-compile-char-before)
12945 (byte-compile-backward-char, byte-compile-backward-word):
12946 Handle explicit nil arguments. (Bug#14565)
12947
12948 2013-06-05 Alan Mackenzie <acm@muc.de>
12949
12950 * isearch.el (isearch-allow-prefix): New user option.
12951 (isearch-other-meta-char): Don't exit isearch when a prefix
12952 argument is typed whilst `isearch-allow-prefix' is non-nil.
12953 (Bug#9706)
12954
12955 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * autorevert.el (auto-revert-notify-handler): Use memq.
12958 Hide assertion failure.
12959
12960 * skeleton.el: Use cl-lib.
12961 (skeleton-further-elements): Use defvar-local.
12962 (skeleton-insert): Use cl-progv.
12963
12964 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12965
12966 * progmodes/prog-mode.el (prog-prettify-symbols)
12967 (prog-prettify-install): Update docstrings.
12968
12969 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12970
12971 * simple.el: Move all the prog-mode code to prog-mode.el.
12972 * progmodes/prog-mode.el: New file.
12973 * loadup.el: Add prog-mode.el.
12974
12975 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
12976
12977 * simple.el (prog-prettify-symbols): Add version.
12978 (prog-prettify-install): Add convenience function to prettify symbols.
12979
12980 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
12981 (perl--augmented-font-lock-keywords-1)
12982 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
12983 variables and use it.
12984
12985 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
12986 (cfengine3-mode): Remove unneeded variable and use it.
12987
12988 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
12989 (lisp--augmented-font-lock-keywords-1)
12990 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
12991 Remove unneeded variables and use it.
12992
12993 2013-06-05 João Távora <joaotavora@gmail.com>
12994
12995 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
12996 to point when opening the connection. (Bug#14380)
12997
12998 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * subr.el (load-history-regexp, load-history-filename-element)
13001 (eval-after-load, after-load-functions, do-after-load-evaluation)
13002 (eval-next-after-load, display-delayed-warnings)
13003 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
13004 definition of save-match-data.
13005 (overriding-local-map): Remove accidental obsolescence declaration.
13006
13007 * emacs-lisp/edebug.el (edebug-result): Move before first use.
13008
13009 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
13010
13011 Generalize symbol prettify support to prog-mode and implement it
13012 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
13013 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
13014 (prog--prettify-font-lock-compose-symbol)
13015 (prog-prettify-font-lock-symbols-keywords): New variables and
13016 functions to support symbol prettification.
13017 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
13018 (lisp--augmented-font-lock-keywords-1)
13019 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
13020 (lisp--prettify-symbols-alist): Implement prettify of lambda.
13021 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
13022 (cfengine3--prettify-symbols-alist, cfengine3-mode):
13023 Implement prettify of -> => :: strings.
13024 * progmodes/perl-mode.el (perl-prettify-symbols)
13025 (perl--font-lock-compose-symbol)
13026 (perl--font-lock-symbols-keywords): Move to prog-mode.
13027 (perl--prettify-symbols-alist): Prettify -> => :: strings.
13028 (perl-font-lock-keywords-1)
13029 (perl-font-lock-keywords-2): Remove explicit prettify support.
13030 (perl--augmented-font-lock-keywords)
13031 (perl--augmented-font-lock-keywords-1)
13032 (perl--augmented-font-lock-keywords-2, perl-mode):
13033 Implement prettify support.
13034
13035 2013-06-05 Leo Liu <sdl.web@gmail.com>
13036
13037 Re-implement SMIE matching block highlight using
13038 show-paren-data-function. (Bug#14395)
13039 * emacs-lisp/smie.el (smie-matching-block-highlight)
13040 (smie--highlight-matching-block-overlay)
13041 (smie--highlight-matching-block-lastpos)
13042 (smie-highlight-matching-block)
13043 (smie-highlight-matching-block-mode): Remove.
13044 (smie--matching-block-data-cache): New variable.
13045 (smie--matching-block-data): New function.
13046 (smie-setup): Use smie--matching-block-data for
13047 show-paren-data-function.
13048
13049 * progmodes/octave.el (octave-mode-menu): Fix.
13050 (octave-find-definition): Skip garbage lines.
13051
13052 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13053
13054 Fix compilation error with simultaneous dynamic+lexical scoping.
13055 Add warning when a defvar appears after the first let-binding.
13056 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
13057 (byte-compile-close-variables): Initialize it.
13058 (byte-compile--declare-var): New function.
13059 (byte-compile-file-form-defvar)
13060 (byte-compile-file-form-define-abbrev-table)
13061 (byte-compile-file-form-custom-declare-variable): Use it.
13062 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
13063 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
13064 (byte-compile-bind): Handle dynamic bindings that shadow
13065 lexical bindings.
13066 (byte-compile-unbind): Make arg non-optional.
13067 (byte-compile-let): Simplify.
13068 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
13069 (cconv--analyse-function, cconv-analyse-form): Populate it.
13070 Protect byte-compile-bound-variables to limit the scope of defvars.
13071 (cconv-analyse-form): Add missing rule for (defvar <foo>).
13072 Remove unneeded rule for `declare'.
13073
13074 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
13075 so as to avoid depending on cl-adjoin at run-time.
13076 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
13077
13078 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
13079 (macroexp--warn-and-return): Use it.
13080
13081 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13082
13083 * subr.el: Convert to lexical binding.
13084 (overriding-local-map): Make obsolete.
13085 (add-to-list): Doc fix. Add compiler macro.
13086 (read-key): Swap values of local maps.
13087
13088 2013-06-05 Leo Liu <sdl.web@gmail.com>
13089
13090 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
13091
13092 2013-06-04 Leo Liu <sdl.web@gmail.com>
13093
13094 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
13095 (compilation-auto-jump): Suppress the "Mark set" message to give
13096 way to exit message.
13097
13098 2013-06-04 Alan Mackenzie <acm@muc.de>
13099
13100 Remove faulty optimisation from indentation calculation.
13101 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
13102 search limit based on 2000 characters back from indent-point.
13103
13104 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13105
13106 * eshell/em-term.el (cl-lib): Require `cl-lib'.
13107
13108 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * emacs-lisp/lisp.el: Use lexical-binding.
13111 (lisp--local-variables-1, lisp--local-variables): New functions.
13112 (lisp--local-variables-completion-table): New var.
13113 (lisp-completion-at-point): Use it complete let-bound vars.
13114
13115 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
13116 eagerly (bug#14422).
13117
13118 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
13119
13120 * autorevert.el (auto-revert-notify-enabled)
13121 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
13122 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
13123 (auto-revert-notify-handler): Handle also gfilenotify.
13124
13125 * subr.el (file-notify-handle-event): New defun. Replacing ...
13126 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
13127 Remove.
13128
13129 2013-06-03 Juri Linkov <juri@jurta.org>
13130
13131 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
13132 `M-s h .'. (Bug#14427)
13133
13134 * hi-lock.el (highlight-symbol-at-point): New alias for the new
13135 command `hi-lock-face-symbol-at-point'.
13136 (hi-lock-face-symbol-at-point): New command.
13137 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
13138 (hi-lock-menu): Add `highlight-symbol-at-point'.
13139 (hi-lock-mode): Doc fix.
13140
13141 * isearch.el (isearch-forward-symbol-at-point): New command.
13142 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
13143 (isearch-highlight-regexp): Add a regexp which matches
13144 words/symbols for word/symbol mode.
13145
13146 * subr.el (find-tag-default-bounds): New function with the body
13147 mostly moved from `find-tag-default'.
13148 (find-tag-default): Move most code to `find-tag-default-bounds',
13149 call it and apply `buffer-substring-no-properties' afterwards.
13150
13151 2013-06-03 Tassilo Horn <tsdh@gnu.org>
13152
13153 * eshell/em-term.el (eshell-term-initialize):
13154 Use `cl-intersection' rather than `intersection'.
13155
13156 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
13157
13158 * vc/log-view.el: Doc fix.
13159 (log-view-mode-map): Copy keymap from `special-mode-map'.
13160
13161 2013-06-02 Eric Ludlam <zappo@gnu.org>
13162
13163 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
13164 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
13165 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
13166 (eieio-unbound, eieio-default-superclass)
13167 (eieio--define-field-accessors, method-static, method-before)
13168 (method-primary, method-after, method-num-lists)
13169 (method-generic-before, method-generic-primary)
13170 (method-generic-after, method-num-slots)
13171 (eieio-specialized-key-to-generic-key)
13172 (eieio--check-type, class-v, class-p)
13173 (eieio-class-name, define-obsolete-function-alias)
13174 (eieio-class-parents-fast, eieio-class-children-fast)
13175 (same-class-fast-p, class-constructor, generic-p)
13176 (generic-primary-only-p, generic-primary-only-one-p)
13177 (class-option-assoc, class-option, eieio-object-p)
13178 (class-abstract-p, class-method-invocation-order)
13179 (eieio-defclass-autoload-map, eieio-defclass-autoload)
13180 (eieio-class-un-autoload, eieio-defclass)
13181 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
13182 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
13183 (eieio--defgeneric-init-form, eieio-defgeneric-form)
13184 (eieio-defgeneric-reset-generic-form)
13185 (eieio-defgeneric-form-primary-only)
13186 (eieio-defgeneric-reset-generic-form-primary-only)
13187 (eieio-defgeneric-form-primary-only-one)
13188 (eieio-defgeneric-reset-generic-form-primary-only-one)
13189 (eieio-unbind-method-implementations)
13190 (eieio--defmethod, eieio--typep)
13191 (eieio-perform-slot-validation, eieio-validate-slot-value)
13192 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
13193 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
13194 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
13195 (eieio-slot-name-index, eieio-class-slot-name-index)
13196 (eieio-set-defaults, eieio-initarg-to-attribute)
13197 (eieio-attribute-to-initarg, eieio-c3-candidate)
13198 (eieio-c3-merge-lists, eieio-class-precedence-c3)
13199 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
13200 (eieio-class-precedence-list, eieio-generic-call-methodname)
13201 (eieio-generic-call-arglst, eieio-generic-call-key)
13202 (eieio-generic-call-next-method-list)
13203 (eieio-pre-method-execution-functions, eieio-generic-call)
13204 (eieio-generic-call-primary-only, eieiomt-method-list)
13205 (eieiomt-optimizing-obarray, eieiomt-install)
13206 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
13207 (eieio-generic-form, eieio-defmethod, make-obsolete)
13208 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
13209 (defclass): Remove `eval-and-compile' from macro.
13210 (call-next-method, shared-initialize): Instead of using
13211 `scoped-class' variable, use new eieio--scoped-class, and
13212 eieio--with-scoped-class.
13213 (initialize-instance): Rename local variable 'scoped-class' to
13214 'this-class' to remove ambiguitity from old global.
13215
13216 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
13217 eieio.el.
13218 (eieio--scoped-class-stack): New variable.
13219 (eieio--scoped-class): New fcn.
13220 (eieio--with-scoped-class): New scoping macro.
13221 (eieio-defclass): Use pushnew instead of add-to-list.
13222 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
13223 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
13224 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
13225 `scoped-class' variable, use new eieio--scoped-class, and
13226 eieio--with-scoped-class.
13227
13228 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
13229
13230 2013-06-02 Tassilo Horn <tsdh@gnu.org>
13231
13232 * eshell/esh-ext.el (eshell-external-command): Pass args to
13233 `eshell-find-interpreter'.
13234 (eshell-find-interpreter): Add new second parameter ARGS.
13235
13236 * eshell/em-script.el (eshell-script-initialize): Add second arg
13237 to the function added as MATCH to `eshell-interpreter-alist'.
13238
13239 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
13240 the function added as MATCH to `eshell-interpreter-alist'.
13241
13242 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
13243 (eshell-visual-options): New defcustom.
13244 (eshell-escape-control-x): Adapt docstring.
13245 (eshell-term-initialize): Test `eshell-visual-subcommands' and
13246 `eshell-visual-options' in addition to `eshell-visual-commands'.
13247 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
13248
13249 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
13250
13251 * progmodes/python.el (python-indent-block-enders): Add break,
13252 continue and raise keywords.
13253
13254 2013-06-01 Glenn Morris <rgm@gnu.org>
13255
13256 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
13257
13258 Plain (f)boundp silences compilation warnings since Emacs 22.1.
13259 * progmodes/cc-cmds.el (delete-forward-p):
13260 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
13261 * progmodes/cc-engine.el (buffer-syntactic-context):
13262 * progmodes/cc-fonts.el (face-property-instance):
13263 * progmodes/cc-mode.el (set-keymap-parents):
13264 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
13265 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
13266 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
13267 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
13268 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
13269
13270 * progmodes/cc-vars.el (other): Emacs has this widget since
13271 at least 21.1, so don't (re)define it.
13272
13273 * eshell/em-cmpl.el (eshell-cmpl-initialize):
13274 Replace the obsolete alias pcomplete-arg-quote-list.
13275
13276 2013-06-01 Leo Liu <sdl.web@gmail.com>
13277
13278 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
13279 punctuation syntax.
13280 (inferior-octave-minimal-columns)
13281 (inferior-octave-last-column-width): New variables.
13282 (inferior-octave-track-window-width-change): New function.
13283 (inferior-octave-mode): Adjust column width so that Octave output,
13284 for example from 'ls', can fit into the window nicely.
13285
13286 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13287
13288 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13289 Highlight expansions inside regexp literals.
13290
13291 2013-05-31 Glenn Morris <rgm@gnu.org>
13292
13293 * obsolete/sym-comp.el (symbol-complete):
13294 Replace obsolete completion-annotate-function.
13295
13296 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
13297
13298 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
13299
13300 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
13301 New function, checks if point is inside a literal that allows
13302 expression expansion.
13303 (ruby-syntax-propertize-expansion): Use it.
13304 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
13305 around the body.
13306
13307 2013-05-30 Juri Linkov <juri@jurta.org>
13308
13309 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
13310 to "\M-si".
13311 (isearch-invisible): New variable.
13312 (isearch-forward): Doc fix.
13313 (isearch-mode): Set `isearch-invisible'
13314 to the value of `search-invisible'.
13315 (isearch-toggle-case-fold): Doc fix.
13316 (isearch-toggle-invisible): New command.
13317 (isearch-query-replace): Let-bind `search-invisible'
13318 to the value of `isearch-invisible'.
13319 (isearch-search): Use `isearch-invisible' instead of
13320 `search-invisible'. Let-bind `search-invisible'
13321 to the value of `isearch-invisible'. (Bug#11378)
13322
13323 2013-05-30 Juri Linkov <juri@jurta.org>
13324
13325 * replace.el (perform-replace): Avoid `isearch-range-invisible'
13326 call when `query-flag' is nil and `search-invisible' is non-nil.
13327 (Bug#11746)
13328
13329 2013-05-30 Glenn Morris <rgm@gnu.org>
13330
13331 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
13332
13333 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
13334 (cc-require): Suppress spurious "noruntime" warnings.
13335 (cc-require-when-compile): Use fboundp, for sake of compiler.
13336
13337 * progmodes/cc-mode.el: Move load of cc-vars before that of
13338 cc-langs (which in turn loads cc-vars), to quieten compiler.
13339
13340 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * paren.el: Simplify the code.
13343 (show-paren-mode): Always start the timer.
13344 (show-paren--idle-timer): Rename from show-paren-idle-timer.
13345 (show-paren--overlay, show-paren--overlay-1): Rename from
13346 show-paren-overlay and show-paren-overlay-1, and initialize to an
13347 overlay rather than to nil.
13348 (show-paren-function): Misc cleanup and simplifications.
13349
13350 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * paren.el (show-paren-data-function): New hook.
13353 (show-paren--default): New function, extracted from show-paren-function.
13354 (show-paren-function): Use show-paren-data-function.
13355
13356 2013-05-30 Glenn Morris <rgm@gnu.org>
13357
13358 * ielm.el (ielm-map, ielm-complete-symbol):
13359 Use completion-at-point rather than obsolete functions.
13360 (inferior-emacs-lisp-mode): Doc fix.
13361 Set completion-at-point-functions, rather than
13362 comint-dynamic-complete-functions.
13363
13364 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
13365 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
13366 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
13367
13368 * image.el (image-animated-p): Tweak definition.
13369
13370 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
13371 (rlogin-process-connection-type): Tweak default. Add set-after.
13372 (rlogin-host): Doc fix.
13373 (rlogin): Tweak prompt.
13374 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
13375
13376 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
13377 * progmodes/tcl.el (inferior-tcl-mode-map):
13378 Use completion-at-point rather than obsolete alias.
13379
13380 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
13381
13382 * minibuffer.el (read-file-name-completion-ignore-case):
13383 Move before completion--in-region, for eager macro expansion.
13384
13385 2013-05-29 Juri Linkov <juri@jurta.org>
13386
13387 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
13388 for total count of matching lines. Add `global-matches' for total
13389 count of matches. Rename `matches' to `lines' for count of
13390 matching lines. Add `matches' for count of matches.
13391 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
13392 to `prev-line' for line number of prev match endpt.
13393 Increment `matches' for every match. Print the number of
13394 matching lines in the header.
13395 (occur-context-lines): Rename `lines' to `curr-line'.
13396 Rename `prev-lines' to `prev-line'. (Bug#14017)
13397
13398 2013-05-29 Juri Linkov <juri@jurta.org>
13399
13400 * replace.el (perform-replace): Add `skip-read-only-count',
13401 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
13402 Increment them for corresponding conditions and report the number
13403 of skipped occurrences in the final message. (Bug#11746)
13404 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13405 (replace-string, replace-regexp): Doc fix.
13406
13407 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
13408
13409 * emacs-lisp/trace.el (trace--read-args): Provide a default.
13410
13411 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
13412 prog-mode-map (bug#14504).
13413
13414 2013-05-29 Leo Liu <sdl.web@gmail.com>
13415
13416 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
13417 (octave-help): Small simplification.
13418
13419 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
13420 off the highlight first.
13421
13422 2013-05-29 Glenn Morris <rgm@gnu.org>
13423
13424 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
13425 Handle idlwave-last-system-routine-info-cons-cell being nil.
13426
13427 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
13428 (idlwave-write-paths): Simplify via with-temp-buffer.
13429
13430 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
13431 * emulation/cua-rect.el: Also load cua-base at run time.
13432
13433 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
13434 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
13435 (cperl-imenu-on-info): Require imenu.
13436
13437 2013-05-28 Alan Mackenzie <acm@muc.de>
13438
13439 Handle "capitalised keywords" correctly.
13440 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
13441
13442 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
13443
13444 * eshell/em-unix.el: Add -r option to cp.
13445
13446 2013-05-28 Glenn Morris <rgm@gnu.org>
13447
13448 * vc/vc-arch.el (vc-exec-after): Declare.
13449 (vc-switches): Autoload.
13450 * vc/vc-bzr.el: No need to require vc when compiling.
13451 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
13452 (vc-resynch-buffer, vc-dir-refresh): Declare.
13453 (vc-setup-buffer, vc-switches): Autoload.
13454 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
13455 (vc-resynch-buffer): Declare.
13456 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
13457 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
13458 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
13459 (grep-read-regexp, grep-read-files, grep-expand-template)
13460 (vc-dir-refresh): Declare.
13461 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
13462 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
13463 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
13464 * vc/vc-mtn.el (vc-exec-after): Declare.
13465 (vc-switches): Autoload.
13466 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
13467 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
13468 (vc-file-tree-walk): Declare.
13469 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
13470 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
13471 (vc-tag-precondition, vc-rename-master): Autoload.
13472 * vc/vc-svn.el (vc-exec-after): Declare.
13473 (vc-switches, vc-setup-buffer): Autoload.
13474 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
13475 Autoload.
13476 (vc-resynch-buffer): Declare.
13477
13478 * obsolete/fast-lock.el (byte-compile-warnings):
13479 Don't warn about obsolete features in this obsolete file.
13480
13481 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
13482 Move definition before use.
13483
13484 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
13485 (dun-unix-verbs): Remove dun-zippy.
13486 (dun-zippy): Remove function.
13487
13488 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
13489
13490 2013-05-27 Juri Linkov <juri@jurta.org>
13491
13492 * replace.el (replace-search): New function with code moved out
13493 from `perform-replace'.
13494 (replace-highlight, replace-dehighlight): Move function definitions
13495 up closer to `replace-search'. (Bug#11746)
13496
13497 2013-05-27 Juri Linkov <juri@jurta.org>
13498
13499 * replace.el (perform-replace): Ignore invisible matches.
13500 In addition to checking `query-replace-skip-read-only', also
13501 filter out matches by calling `run-hook-with-args-until-failure'
13502 on `isearch-filter-predicates', and also check `search-invisible'
13503 for t or call `isearch-range-invisible'.
13504 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
13505
13506 2013-05-27 Juri Linkov <juri@jurta.org>
13507
13508 * isearch.el (isearch-filter-predicates): Rename from
13509 `isearch-filter-predicate'. Doc fix. (Bug#11378)
13510 (isearch-message-prefix): Display text from the property
13511 `isearch-message-prefix' of the currently active filters.
13512 (isearch-search): Don't compare `isearch-filter-predicate' with
13513 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
13514 on `isearch-filter-predicates'. Also check `search-invisible' for t
13515 or call `isearch-range-invisible'.
13516 (isearch-filter-visible): Make obsolete.
13517 (isearch-lazy-highlight-search):
13518 Call `run-hook-with-args-until-failure' on
13519 `isearch-filter-predicates' and use `isearch-range-invisible'.
13520
13521 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
13522 `isearch-filter-predicates' instead of `funcall'ing
13523 `isearch-filter-predicate'.
13524 (Info-mode): Set `Info-isearch-filter' to
13525 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
13526
13527 * dired-aux.el (dired-isearch-filter-predicate-orig):
13528 Remove variable.
13529 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
13530 (dired-isearch-filenames-end): Add and remove
13531 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
13532 instead of changing the value of `isearch-filter-predicate'.
13533 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
13534 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
13535 Put property `isearch-message-prefix' to "filename " on
13536 `dired-isearch-filter-filenames'.
13537
13538 * wdired.el (wdired-change-to-wdired-mode):
13539 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
13540 locally instead of changing `isearch-filter-predicate'.
13541 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
13542
13543 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
13544
13545 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
13546 return the commit hash (Bug#14459). Also set the
13547 `vc-git-detached' property.
13548 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
13549 (vc-git-mode-line-string): Use the same help-echo format whether
13550 in detached mode or not, because we know the actual revision now.
13551 When in detached mode, shorten the revision to 7 chars.
13552
13553 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * emacs-lisp/easy-mmode.el (define-minor-mode):
13556 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
13557 mode hook and provide a docstring.
13558
13559 2013-05-27 Alan Mackenzie <acm@muc.de>
13560
13561 Remove spurious syntax-table text properties inserted by C-y.
13562 * progmodes/cc-mode.el (c-after-change): Also clear hard
13563 syntax-table property with value nil.
13564
13565 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
13566
13567 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
13568 when reading the events; the buffer layout shall not be changed.
13569
13570 2013-05-27 Leo Liu <sdl.web@gmail.com>
13571
13572 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
13573 New variable.
13574 (inferior-octave-directory-tracker): Automatically re-sync
13575 default-directory.
13576 (octave-help): Improve handling of 'See also'.
13577
13578 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 * doc-view.el: Minor naming convention tweaks.
13581 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
13582
13583 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
13584 even if there's no `display' property yet (bug#14435).
13585
13586 2013-05-25 Eli Zaretskii <eliz@gnu.org>
13587
13588 * subr.el (unmsys--file-name): Rename from reveal-filename.
13589
13590 * Makefile.in (custom-deps, finder-data, autoloads)
13591 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
13592 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
13593 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
13594
13595 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13596
13597 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
13598 error-completion on the first 2 args of condition-case (bug#14446).
13599 Don't burp at EOB.
13600
13601 2013-05-25 Leo Liu <sdl.web@gmail.com>
13602
13603 * comint.el (comint-previous-matching-input): Do not flood the
13604 *Messages* buffer with trivial messages.
13605
13606 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
13607
13608 * progmodes/flymake.el (flymake-nop): Don't return a string.
13609 (flymake-set-at): Fix typo.
13610
13611 * simple.el (read--expression): New function, extracted from
13612 eval-expression. Set completion-at-point-functions (bug#14465).
13613 (eval-expression, eval-minibuffer): Use it.
13614
13615 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
13616
13617 * progmodes/flymake.el (flymake-save-buffer-in-file)
13618 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
13619 (flymake-selected-frame, flymake-log, flymake-ins-after)
13620 (flymake-set-at, flymake-get-buildfile-from-cache)
13621 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
13622 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
13623 Refine the doc string.
13624 (flymake-get-file-name-mode-and-masks): Reformat.
13625 (flymake-get-real-file-name-function): Fix a minor bug.
13626
13627 2013-05-24 Juri Linkov <juri@jurta.org>
13628
13629 * progmodes/grep.el (grep-mode-font-lock-keywords):
13630 Support =linenumber= format used by git-grep for lines with
13631 function names. (Bug#13549)
13632
13633 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13634
13635 * progmodes/octave.el (octave-smie-rules): Return nil rather than
13636 0 after a semi-colon; it works better for smie-auto-fill.
13637 (octave--indent-new-comment-line): New function.
13638 (octave-indent-new-comment-line): Use it (indirectly).
13639 (octave-mode): Don't disable smie-auto-fill. Use add-function to
13640 modify comment-line-break-function.
13641
13642 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
13643 (smie-setup): Use add-function to set it.
13644
13645 2013-05-24 Sam Steingold <sds@gnu.org>
13646
13647 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
13648 argument (before the `interactive' argument).
13649
13650 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
13651
13652 * image-mode.el (image-mode-winprops): Add winprops to
13653 image-mode-winprops-alist before running
13654 image-mode-new-window-functions.
13655 * doc-view.el (doc-view-new-window-function): Don't delay
13656 doc-view-goto-page via timers (bug#14435).
13657
13658 2013-05-24 Tassilo Horn <tsdh@gnu.org>
13659
13660 * doc-view.el: Integrate with desktop.el. (Bug#14435)
13661 (doc-view-desktop-save-buffer): New function.
13662 (doc-view-restore-desktop-buffer): New function.
13663 (desktop-buffer-mode-handlers):
13664 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
13665 handler.
13666 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
13667 `desktop-save-buffer' function.
13668
13669 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
13670
13671 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
13672 (tramp-gvfs-file-name-handler): Raise a user error when
13673 `tramp-gvfs-enabled' is nil.
13674 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
13675 Do not raise a user error when loading package. (Bug#14447)
13676
13677 * net/xesam.el: Move to obsolete/.
13678
13679 2013-05-24 Glenn Morris <rgm@gnu.org>
13680
13681 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
13682
13683 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
13684
13685 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
13686 (Info-find-node, Man-getpage-in-background): Declare.
13687
13688 * mail/unrmail.el (unrmail):
13689 Replace obsolete detect-coding-with-priority.
13690
13691 * net/socks.el (socks-split-string): Use this rather than split-string.
13692 (socks-nslookup-host): Update for above change.
13693 (dynamic-choice, s5-dynamic-choice-match)
13694 (s5-dynamic-choice-match-inline, s5-widget-value-create):
13695 Comment out unused code.
13696
13697 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
13698 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
13699 (gud-tooltip-echo-area): Make obsolete.
13700 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
13701
13702 * progmodes/js.el (js--optimize-arglist): Declare.
13703
13704 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
13705
13706 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
13707 (ediff-window-C): Declare.
13708
13709 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
13710 Tweak requires to silence compiler.
13711
13712 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
13713 (he-search-string, he-tried-table, he-expand-list)
13714 (he-init-string, he-string-member, he-substitute-string)
13715 (he-reset-string): Declare.
13716
13717 * obsolete/options.el (list-options): Use custom-variable-p,
13718 rather than obsolete alias.
13719
13720 2013-05-23 Sam Steingold <sds@gnu.org>
13721
13722 * simple.el (shell-command-on-region): Pass the `replace' argument
13723 down to `call-process-region' to comply with the doc as reported on
13724 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
13725
13726 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
13727
13728 * emacs-lisp/smie.el (smie-indent-forward-token)
13729 (smie-indent-backward-token): Handle string tokens (bug#14381).
13730
13731 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13732
13733 * ielm.el (ielm-menu): New menu.
13734 (inferior-emacs-lisp-mode): Set comment-start.
13735
13736 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13737
13738 * textmodes/reftex.el (reftex-ref-style-toggle):
13739 Fix deactivate action.
13740
13741 * textmodes/reftex-vars.el (reftex-ref-style-alist):
13742 Add cleveref macros.
13743
13744 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13745 Accept options for bibliography commands.
13746 * textmodes/reftex-vars.el (reftex-bibliography-commands):
13747 Add addbibresource. Basic Biblatex support.
13748
13749 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
13750
13751 * net/tramp-gvfs.el (top):
13752 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
13753 when loading package. (Bug#14447)
13754
13755 2013-05-23 Glenn Morris <rgm@gnu.org>
13756
13757 * progmodes/js.el: No need to load comint when compiling.
13758 (ring-insert, comint-send-string, comint-send-input)
13759 (comint-last-input-end, ido-chop): Declare.
13760
13761 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
13762 * vc/ediff-mult.el: Adjust requires.
13763 (ediff-directories-internal, ediff-directory-revisions-internal)
13764 (ediff-patch-file-internal): Declare.
13765 * vc/ediff-ptch.el: Adjust requires.
13766 (ediff-use-last-dir, ediff-buffers-internal): Declare.
13767 (ediff-find-file): Autoload.
13768 * vc/ediff-util.el: No need to load ediff when compiling.
13769 (ediff-regions-internal): Declare.
13770 * vc/ediff-wind.el: Adjust requires.
13771 (ediff-compute-toolbar-width): Define when compiling.
13772 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
13773 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
13774 (dired-get-filename, dired-get-marked-files)
13775 (ediff-last-dir-patch, ediff-patch-default-directory)
13776 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
13777 (ediff-patch-buffer-internal): Declare.
13778
13779 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
13780 (ispell-process, ispell-buffer-local-words, lm-summary)
13781 (lm-section-start, lm-section-end): Declare.
13782 (checkdoc-ispell-init): Simplify.
13783
13784 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
13785 (he-string-member, he-reset-string, he-substitute-string): Declare.
13786
13787 * eshell/em-ls.el: Adjust requires.
13788 (eshell-glob-regexp): Declare.
13789 * eshell/em-tramp.el: Adjust requires.
13790 (eshell-parse-command): Autoload.
13791 * eshell/em-xtra.el: Adjust requires.
13792 (eshell-parse-command): Autoload.
13793 * eshell/esh-ext.el: Adjust requires.
13794 (eshell-parse-command, eshell-close-handles): Autoload.
13795 * eshell/esh-io.el: Adjust requires.
13796 (eshell-output-filter): Autoload.
13797 * eshell/esh-util.el: No need to load tramp when compiling.
13798 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
13799 Declare.
13800 (eshell-parse-ange-ls): Require ange-ftp and tramp.
13801 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
13802 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
13803 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
13804 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
13805 * eshell/esh-opt.el, eshell/esh-proc.el:
13806 * eshell/esh-var.el: Adjust requires.
13807 * eshell/eshell.el: Do not require esh-util twice.
13808 (eshell-add-input-to-history): Declare.
13809 (eshell-command): Check history module is active before using it.
13810
13811 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
13812
13813 2013-05-22 Leo Liu <sdl.web@gmail.com>
13814
13815 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
13816
13817 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
13818
13819 * autorevert.el (auto-revert-notify-add-watch)
13820 (auto-revert-notify-handler): Add `attrib' for the inotify case,
13821 it indicates changes in file modification time.
13822
13823 2013-05-22 Glenn Morris <rgm@gnu.org>
13824
13825 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13826 Always delete the autoloaded function from the noruntime and
13827 unresolved functions lists.
13828
13829 * allout.el: No need to load epa, epg, overlay when compiling.
13830 (epg-context-set-passphrase-callback, epg-list-keys)
13831 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
13832 (epg-key-user-id-list): Declare.
13833
13834 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13835 (viper-set-parsing-style-toggling-macro)
13836 (viper-set-emacs-state-searchstyle-macros):
13837 Use called-interactively-p on Emacs.
13838 (viper-looking-back): Make it an obsolete alias. Update callers.
13839 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
13840 Use looking-back rather than viper-looking-back.
13841 (viper-tmp-insert-at-eob, viper-enlarge-region)
13842 (viper-read-string-with-history, viper-register-to-point)
13843 (viper-append-to-register, viper-change-state-to-vi)
13844 (viper-backward-char-carefully, viper-forward-char-carefully)
13845 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
13846 (viper-change-state-to-emacs): Declare.
13847 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
13848 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
13849 * emulation/viper-mous.el: Do not load viper-cmd.
13850 (viper-backward-char-carefully, viper-forward-char-carefully)
13851 (viper-forward-word, viper-adjust-window): Declare.
13852
13853 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
13854
13855 * progmodes/idlw-help.el (idlwave-help-fontify):
13856 Use called-interactively-p.
13857
13858 * term/w32console.el (w32-get-console-codepage)
13859 (w32-get-console-output-codepage): Declare.
13860
13861 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
13862 Remove unnecessary declarations.
13863 (dframe-message): Doc fix.
13864
13865 * info.el (dframe-select-attached-frame, dframe-current-frame):
13866 Declare.
13867
13868 * speedbar.el (speedbar-message): Make it an obsolete alias.
13869 Update all callers.
13870 (speedbar-with-attached-buffer)
13871 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
13872 (speedbar-with-writable): Use backquote.
13873 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
13874 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
13875 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
13876 rather than speedbar- aliases.
13877 * mail/rmail.el: Load dframe rather than speedbar when compiling.
13878 (speedbar-make-specialized-keymap, speedbar-insert-button)
13879 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
13880 (speedbar-do-function-pointer): Declare.
13881 (rmail-speedbar-button, rmail-speedbar-find-file)
13882 (rmail-speedbar-move-message):
13883 Use dframe-with-attached-buffer rather than speedbar- alias.
13884 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
13885 (dframe-message, speedbar-make-specialized-keymap)
13886 (speedbar-add-expansion-list, speedbar-mode-functions-list)
13887 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
13888 (speedbar-insert-button, dframe-select-attached-frame)
13889 (dframe-maybee-jump-to-attached-frame)
13890 (speedbar-change-initial-expansion-list)
13891 (speedbar-previously-used-expansion-list-name): Declare.
13892 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
13893 Use dframe-message, dframe-with-attached-buffer rather than
13894 speedbar- aliases.
13895 (gud-sentinel): Silence compiler.
13896 * progmodes/vhdl-mode.el (speedbar-refresh)
13897 (speedbar-do-function-pointer, speedbar-add-supported-extension)
13898 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
13899 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
13900 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
13901 (speedbar-file-lists, speedbar-make-tag-line)
13902 (speedbar-line-directory, speedbar-goto-this-file)
13903 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
13904 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
13905 (speedbar-make-button, speedbar-reset-scanners)
13906 (speedbar-files-item-info, speedbar-line-text)
13907 (speedbar-find-file-in-frame, speedbar-set-timer)
13908 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
13909 (speedbar-with-writable): Do not (re)define it.
13910 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
13911 rather than speedbar- alias.
13912
13913 2013-05-21 Leo Liu <sdl.web@gmail.com>
13914
13915 * progmodes/octave.el (octave-mode-menu): Update and re-organize
13916 menu items.
13917 (octave-mode): Tweak fill-nobreak-predicate.
13918 (inferior-octave-startup): Check process to avoid infinite loop.
13919 (inferior-octave): Pop to buffer first to show abornmal process
13920 exit information.
13921
13922 2013-05-21 Glenn Morris <rgm@gnu.org>
13923
13924 * printing.el (pr-menu-bar): Define when compiling.
13925
13926 2013-05-21 Leo Liu <sdl.web@gmail.com>
13927
13928 * progmodes/octave.el (octave-auto-fill): Remove.
13929 (octave-indent-new-comment-line): Improve.
13930 (octave-mode): Use auto fill mode through
13931 comment-line-break-function and fill-nobreak-predicate.
13932 (octave-goto-function-definition): Support DEFUN_DLD.
13933 (octave-beginning-of-defun): Small tweak.
13934 (octave-help): Show parent directory.
13935
13936 2013-05-21 Glenn Morris <rgm@gnu.org>
13937
13938 * files.el (dired-unmark):
13939 * progmodes/gud.el (gdb-input): Update declarations.
13940
13941 * calculator.el (electric, ehelp): No need to load when compiling.
13942 (Electric-command-loop, electric-describe-mode): Declare.
13943
13944 * doc-view.el (doc-view-current-converter-processes): Move before use.
13945
13946 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13947 Move MODE-set-explicitly definition before use.
13948
13949 * international/mule-diag.el (mule-diag):
13950 Don't use obsolete window-system-version.
13951
13952 * mail/feedmail.el (smtpmail): No need to load when compiling.
13953 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
13954
13955 * mail/mail-utils.el (rfc822): No need to load when compiling.
13956 (rfc822-addresses): Autoload it.
13957 (mail-strip-quoted-names): Trivial simplification.
13958
13959 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
13960 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
13961
13962 * net/snmp-mode.el (tempo): Don't duplicate requires.
13963
13964 * progmodes/prolog.el (info): No need to load when compiling.
13965 (comint): Require before shell requires it.
13966 (Info-goto-node): Autoload it.
13967 (Info-follow-nearest-node): Declare.
13968 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
13969
13970 * textmodes/artist.el (picture-mode-exit): Declare.
13971
13972 * textmodes/reftex-parse.el (reftex-parse-from-file):
13973 Trivial rewrite so the compiler can parse it better.
13974
13975 2013-05-20 Leo Liu <sdl.web@gmail.com>
13976
13977 * progmodes/octave.el (octave-help-mode-map)
13978 (octave-help-mode-finish-hook): New variables.
13979 (octave-help-mode, octave-help-mode-finish): New functions.
13980 (octave-help): Use octave-help-mode.
13981
13982 2013-05-20 Glenn Morris <rgm@gnu.org>
13983
13984 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
13985
13986 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
13987
13988 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
13989 start at point, so that expansion starting right after opening
13990 slash in a regexp is recognized.
13991 (ruby-syntax-before-regexp-re): New defvar, extracted from
13992 ruby-syntax-propertize-function. Since the value of this regexp
13993 is looked up at runtime now, we should be able to turn
13994 `ruby-syntax-methods-before-regexp' into a defcustom later.
13995 (ruby-syntax-propertize-function): Split regexp matching into two
13996 parts, for opening and closing slashes. That allows us to skip
13997 over string interpolations and support multiline regexps.
13998 Don't call `ruby-syntax-propertize-expansions', instead use another rule
13999 for them, which calls `ruby-syntax-propertize-expansion'.
14000 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
14001 call to `ruby-syntax-propertize-function'.
14002 (ruby-syntax-propertize-expansion): Extracted from
14003 `ruby-syntax-propertize-expansions'. Handles one expansion.
14004 (ruby-syntax-propertize-percent-literal): Leave point right after
14005 the percent symbol, so that the expression expansion rule can
14006 propertize the contents.
14007 (ruby-syntax-propertize-heredoc): Leave point at bol following the
14008 heredoc openers.
14009 (ruby-syntax-propertize-expansions): Remove.
14010
14011 2013-05-18 Juri Linkov <juri@jurta.org>
14012
14013 * man.el (Man-default-man-entry): Remove `-' from the end
14014 of the default value. (Bug#14400)
14015
14016 2013-05-18 Glenn Morris <rgm@gnu.org>
14017
14018 * comint.el (comint-password-prompt-regexp):
14019 Allow "password for XXX" where XXX contains colons (eg https://...).
14020
14021 2013-05-18 Leo Liu <sdl.web@gmail.com>
14022
14023 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
14024 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
14025 (octave-source-directories): Don't check process.
14026 (octave-source-directories, octave-find-definition): Doc fix.
14027
14028 2013-05-18 Glenn Morris <rgm@gnu.org>
14029
14030 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14031 Remove backspace/delete bindings. (Bug#14392)
14032
14033 * cus-dep.el (custom-make-dependencies): Sort the output.
14034 (custom-versions-load-alist): Convert comment to doc.
14035
14036 2013-05-17 Leo Liu <sdl.web@gmail.com>
14037
14038 * newcomment.el (comment-search-backward): Stricter in finding
14039 comment start. (Bug#14303)
14040
14041 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
14042 (octave-comment-start-skip): Properly anchored.
14043
14044 2013-05-17 Leo Liu <sdl.web@gmail.com>
14045
14046 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
14047 Clean up when turned off. (Bug#14395)
14048 (smie--highlight-matching-block-overlay): No longer buffer-local.
14049 (smie-highlight-matching-block): Adjust.
14050
14051 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
14052
14053 Doc string fix for "nanoseconds" (Bug#14406).
14054 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
14055 Fix doc string typo that had "nanoseconds" instead of "microseconds".
14056
14057 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
14058
14059 * calc/calc-units.el (math-extract-units): Preserve powers
14060 of units.
14061
14062 2013-05-17 Leo Liu <sdl.web@gmail.com>
14063
14064 * subr.el (delete-consecutive-dups): New function.
14065 * ido.el (ido-set-matches-1): Use it.
14066 * progmodes/octave.el (inferior-octave-completion-table): Use it.
14067 * ido.el (ido-remove-consecutive-dups): Remove.
14068
14069 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14070
14071 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
14072 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
14073 regexp-opt's `words'.
14074
14075 2013-05-16 Leo Liu <sdl.web@gmail.com>
14076
14077 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
14078 (smie--highlight-matching-block-overlay)
14079 (smie--highlight-matching-block-lastpos)
14080 (smie--highlight-matching-block-timer): New variables.
14081 (smie-highlight-matching-block): New function.
14082 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
14083 (smie-setup): Conditionally enable smie-blink-matching-open.
14084
14085 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
14086
14087 Sync with upstream verilog-mode r840.
14088 * progmodes/verilog-mode.el (verilog-mode-version)
14089 (verilog-mode-release-date): Update.
14090 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
14091 (verilog-sig-tieoff): Fix string error on
14092 AUTORESET with colon define, bug594. Reported by Andrew Hou.
14093 (verilog-read-decls): Fix parameters confusing
14094 AUTOINST interfaces, bug565. Reported by Leith Johnson.
14095
14096 2013-05-16 Eli Zaretskii <eliz@gnu.org>
14097
14098 * subr.el (reveal-filename): New function.
14099
14100 * loadup.el: Compute Emacs executable versions on MS-Windows,
14101 where executables have the .exe extension. Add a hard link
14102 emacs-XX.YY.ZZ.exe on MS-Windows.
14103
14104 * Makefile.in (XARGS_LIMIT): New variable.
14105 (custom-deps, finder-data, autoloads)
14106 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14107 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14108 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
14109 (compile-main): Limit xargs according to $(XARGS_LIMIT).
14110
14111 2013-05-16 Leo Liu <sdl.web@gmail.com>
14112
14113 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
14114 (octave-mode-menu, octave-mode-map): Remove its uses.
14115
14116 2013-05-16 Reto Zimmermann <reto@gnu.org>
14117
14118 Sync with upstream vhdl mode v3.34.2.
14119 * progmodes/vhdl-mode.el: Use `push' throughout.
14120 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
14121 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
14122 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
14123 (vhdl-actual-generic-name): New option to derive actual generic name.
14124 (vhdl-port-paste-signals): Replace formal by actual generics.
14125 (vhdl-beautify): New name for old group vhdl-align. Update users.
14126 (vhdl-beautify-options): New option.
14127 (vhdl-last-input-event): New compat alias. Use throughout.
14128 (vhdl-goto-line): Replace user level function `goto-line'.
14129 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
14130 vhdl-fix-statement-buffer.
14131 (vhdl-create-mode-menu): Add some entries.
14132 (vhdl-align-region-groups): Respect vhdl-beautify-options.
14133 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
14134 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
14135 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
14136 to force statements on one line.
14137 (vhdl-remove-trailing-spaces-region):
14138 New, split from vhdl-remove-trailing-spaces.
14139 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
14140 Respect vhdl-beautify-options.
14141 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
14142 (vhdl-update-sensitivity-list): Not add with index if exists without.
14143 Not include array index with signal. Ignore keywords in comments.
14144 (vhdl-get-visible-signals): Regexp tweaks.
14145 (vhdl-template-component-inst): Handle empty library.
14146 (vhdl-template-type): Add template for 'enum' type.
14147 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
14148 Use vhdl-replace-string.
14149 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
14150 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
14151 (vhdl-speedbar-initialize): Update for above name change.
14152 (vhdl-compose-wire-components): Fix in handling of constants.
14153 (vhdl-error-regexp-emacs-alist): New variable.
14154 (vhdl-error-regexp-add-emacs): New function;
14155 adds support for new compile.el (Emacs 22+)
14156 (vhdl-generate-makefile-1): Change target order for single lib. units.
14157 Allow use of absolute file names.
14158
14159 2013-05-16 Leo Liu <sdl.web@gmail.com>
14160
14161 * simple.el (prog-indent-sexp): Indent enclosing defun.
14162
14163 2013-05-15 Glenn Morris <rgm@gnu.org>
14164
14165 * cus-start.el (show-trailing-whitespace): Move to editing basics.
14166 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
14167 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
14168 (whitespace-highlight): Move to whitespace group.
14169
14170 * comint.el (comint-source):
14171 * pcmpl-linux.el (pcmpl-linux):
14172 * shell.el (shell-faces):
14173 * eshell/esh-opt.el (eshell-opt):
14174 * international/ccl.el (ccl): Remove empty custom groups.
14175
14176 * completion.el (dynamic-completion-mode):
14177 * jit-lock.el (jit-lock-debug-mode):
14178 * minibuffer.el (completion-in-region-mode):
14179 * type-break.el (type-break-mode-line-message-mode)
14180 (type-break-query-mode):
14181 * emulation/tpu-edt.el (tpu-edt-mode):
14182 * progmodes/subword.el (global-subword-mode, global-superword-mode):
14183 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
14184 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
14185
14186 * term/xterm.el (xterm): Change parent group to terminals.
14187
14188 * master.el (master): Remove empty custom group.
14189 (master-mode): Remove unused :group argument.
14190 * textmodes/refill.el (refill): Remove empty custom group.
14191 (refill-mode): Remove unused :group argument.
14192
14193 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
14194
14195 * cus-dep.el: Provide a feature.
14196 (custom-make-dependencies): Ignore dotfiles (dir-locals).
14197 Don't mistakenly ignore files whose basenames match a basename
14198 from preloaded-file-list (eg cedet/ede/simple.el).
14199 Add a fallback method for getting :group.
14200
14201 2013-05-15 Juri Linkov <juri@jurta.org>
14202
14203 * isearch.el (isearch-char-by-name): Rename from
14204 `isearch-insert-char-by-name'. Doc fix.
14205 (isearch-forward): Mention `isearch-char-by-name' in
14206 the docstring. (Bug#13348)
14207
14208 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
14209 `exit-minibuffer' instead of
14210 `isearch-nonincremental-exit-minibuffer'.
14211 (isearch-edit-string): Remove mention of
14212 `isearch-nonincremental-exit-minibuffer' from docstring.
14213 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
14214 (isearch-forward-exit-minibuffer)
14215 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
14216
14217 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14218
14219 * loadup.el: Just use unversioned DOC.
14220
14221 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
14222 literals as extending to EOB.
14223 (nxml-last-fontify-end): Remove unused variable.
14224 (nxml-after-change1): Use with-silent-modifications.
14225 (nxml-extend-after-change-region): Simplify.
14226 (nxml-extend-after-change-region1): Remove function.
14227 (nxml-after-change1): Don't adjust for dependent regions.
14228 (nxml-fontify-matcher): Simplify.
14229 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
14230 (xmltok-add-dependent): Remove function.
14231 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
14232 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
14233 (xmltok-scan-prolog-after-processing-instruction-open): Treat
14234 unclosed <[[, <?, comment, and other literals as extending to EOB.
14235 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
14236 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
14237 Remove functions.
14238 (rng-do-some-validation-1): Don't mark dependent regions.
14239 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
14240 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
14241 (nxml-clear-dependent-regions): Remove functions.
14242 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
14243 (nxml-ensure-scan-up-to-date):
14244 Don't clear&mark dependent regions.
14245
14246 2013-05-15 Leo Liu <sdl.web@gmail.com>
14247
14248 * progmodes/octave.el (octave-goto-function-definition):
14249 Improve and fix callers.
14250
14251 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14252
14253 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
14254 the setter (bug#14387).
14255
14256 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
14257 surrounding group (bug#14402).
14258
14259 2013-05-14 Juri Linkov <juri@jurta.org>
14260
14261 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
14262 (Bug#14390)
14263
14264 2013-05-14 Glenn Morris <rgm@gnu.org>
14265
14266 * progmodes/f90.el (f90-imenu-generic-expression):
14267 Fix typo in 2013-05-08 change. (Bug#14402)
14268
14269 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14270
14271 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
14272 Remove signals for which replies are never received.
14273
14274 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14275
14276 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
14277 (gdb-handler-alist, gdb-handler-number): Remove variables.
14278 (gdb-handler-list): New variable.
14279 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
14280 (gdb-pending-handler-p, gdb-handle-reply)
14281 (gdb-remove-all-pending-triggers): New functions.
14282 (gdb-discard-unordered-replies): New defcustom.
14283 (gdb-handler): New defstruct.
14284 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
14285 instead of gdb-pending-triggers. Update docstring.
14286 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
14287 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
14288 (gdb-var-update-handler, def-gdb-auto-update-trigger)
14289 (def-gdb-auto-update-handler, gdb-get-changed-registers)
14290 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
14291 (gdb-frame-handler): Pending triggers are now automatically managed.
14292 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
14293 Remove argument.
14294 (gdb-input): Automatically handles pending triggers. Update docstring.
14295 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
14296 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
14297 Update comments.
14298 (gdb-done-or-error): Now use gdb-handle-reply.
14299
14300 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
14301
14302 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
14303 gdb-debug-log.
14304
14305 2013-05-14 Glenn Morris <rgm@gnu.org>
14306
14307 * subr.el (user-emacs-directory-warning): New option.
14308 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
14309
14310 2013-05-14 Leo Liu <sdl.web@gmail.com>
14311
14312 * progmodes/octave.el (octave-font-lock-keywords): Fix error
14313 during redisplay.
14314 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
14315 (octave-font-lock-texinfo-comment): Fix invalid search bound
14316 error: wrong side of point.
14317
14318 2013-05-14 Glenn Morris <rgm@gnu.org>
14319
14320 * progmodes/flymake.el (flymake-xml-program): New option.
14321 (flymake-xml-init): Use it.
14322
14323 * term/xterm.el: Provide a feature.
14324
14325 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
14326
14327 2013-05-13 Glenn Morris <rgm@gnu.org>
14328
14329 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
14330 Add compat aliases as a hack workaround. (Bug#14384)
14331
14332 2013-05-13 Leo Liu <sdl.web@gmail.com>
14333
14334 * progmodes/octave.el (octave-indent-comment): Fix indentation for
14335 ###, and %!.
14336 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
14337 C-M-q.
14338 (octave-comment-start-skip): Include %!.
14339 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
14340
14341 2013-05-12 Leo Liu <sdl.web@gmail.com>
14342
14343 * progmodes/octave.el (inferior-octave-startup): Store the value
14344 of __octave_srcdir__ for octave-source-directories.
14345 (inferior-octave-check-process): New function refactored out of
14346 inferior-octave-send-list-and-digest.
14347 (octave-source-directories)
14348 (octave-find-definition-filename-function): New variables.
14349 (octave-source-directories)
14350 (octave-find-definition-default-filename): New functions.
14351 (octave-find-definition): Improve to find functions implemented in C++.
14352
14353 2013-05-12 Glenn Morris <rgm@gnu.org>
14354
14355 * calendar/diary-lib.el (diary-outlook-format-1):
14356 Don't include dayname in the output. (Bug#14349)
14357
14358 2013-05-11 Glenn Morris <rgm@gnu.org>
14359
14360 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
14361
14362 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
14363 Treat cc-provide like provide.
14364
14365 2013-05-11 Kevin Ryde <user42@zip.com.au>
14366
14367 * cus-dep.el (custom-make-dependencies):
14368 Use generated-autoload-load-name for the sake of files such
14369 such cedet/semantic/bovine/c.el, where the base file name
14370 is not in load-path. (Bug#5277)
14371
14372 2013-05-11 Glenn Morris <rgm@gnu.org>
14373
14374 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
14375 Provide features.
14376
14377 2013-05-11 Leo Liu <sdl.web@gmail.com>
14378
14379 * progmodes/octave.el (octave-indent-comment): Improve.
14380 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
14381 (octave-eldoc-function-signatures, octave-eldoc-function):
14382 New functions.
14383 (octave-mode, inferior-octave-mode): Add eldoc support.
14384
14385 2013-05-11 Richard Stallman <rms@gnu.org>
14386
14387 * epa.el (epa-decrypt-file): Take output file name as argument
14388 and read it using `interactive'.
14389
14390 2013-05-11 Leo Liu <sdl.web@gmail.com>
14391
14392 * progmodes/octave.el (octave-beginning-of-line)
14393 (octave-end-of-line): Check before using up-list because it jumps
14394 out of more syntactic contructs since moving to smie.
14395 (octave-indent-comment): New function.
14396 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
14397 (octave-begin-keywords, octave-end-keywords)
14398 (octave-reserved-words, octave-smie-bnf-table)
14399 (octave-smie-rules): Add new keywords from Octave 3.6.4.
14400
14401 2013-05-11 Glenn Morris <rgm@gnu.org>
14402
14403 * faces.el (internal-face-x-get-resource):
14404 * frame.el (ns-display-monitor-attributes-list):
14405 * calc/calc-aent.el (math-to-radians-2):
14406 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
14407 Fix declarations.
14408
14409 * calc/calc-menu.el: Make it loadable in isolation.
14410
14411 * net/eudcb-bbdb.el: Make it loadable without bbdb.
14412 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
14413 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
14414 (eudc-bbdb-query-internal): Require 'bbdb.
14415
14416 * lpr.el (lpr-headers-switches):
14417 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
14418
14419 * progmodes/sql.el (sql-login-params): Fix and improve :type.
14420
14421 * emulation/edt-mapper.el: In batch mode, error rather than hang.
14422
14423 * term.el (term-set-escape-char): Make it idempotent.
14424
14425 2013-05-10 Leo Liu <sdl.web@gmail.com>
14426
14427 * progmodes/octave.el (inferior-octave-completion-table):
14428 No longer a function and all uses changed. Use cache to speed up
14429 completion due to bug#11906.
14430 (octave-beginning-of-defun): Re-write to be more general.
14431
14432 2013-05-10 Glenn Morris <rgm@gnu.org>
14433
14434 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
14435
14436 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14437
14438 * comint.el (comint-redirect-send-command-to-process): Use :around
14439 rather than :override for comint-redirect-filter.
14440 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
14441 Call it instead of comint-redirect-original-filter-function (which
14442 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
14443
14444 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
14445
14446 * frame.el (display-monitor-attributes-list): Add NS case.
14447 (ns-display-monitor-attributes-list): Declare.
14448
14449 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
14450
14451 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
14452
14453 2013-05-09 Glenn Morris <rgm@gnu.org>
14454
14455 * international/fontset.el (vertical-centering-font-regexp):
14456 Set standard-value.
14457
14458 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
14459
14460 * bookmark.el (bookmark-search-delay):
14461 * cus-start.el (vertical-centering-font-regexp):
14462 * ps-mule.el (ps-mule-font-info-database-default):
14463 * ps-print.el (ps-default-fg, ps-default-bg):
14464 * type-break.el (type-break-good-break-interval):
14465 * whitespace.el (whitespace-indentation-regexp)
14466 (whitespace-space-after-tab-regexp):
14467 * emacs-lisp/testcover.el (testcover-1value-functions)
14468 (testcover-noreturn-functions, testcover-progn-functions)
14469 (testcover-prog1-functions):
14470 * emulation/viper-init.el (viper-emacs-state-cursor-color):
14471 * eshell/em-glob.el (eshell-glob-translate-alist):
14472 * play/tetris.el (tetris-tty-colors):
14473 * progmodes/cpp.el (cpp-face-default-list):
14474 * progmodes/flymake.el (flymake-allowed-file-name-masks):
14475 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
14476 (idlwave-help-browser-generic-args):
14477 * progmodes/make-mode.el (makefile-special-targets-list):
14478 * progmodes/python.el (python-shell-virtualenv-path):
14479 * progmodes/verilog-mode.el (verilog-active-low-regexp)
14480 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
14481 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
14482 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
14483 * textmodes/reftex-vars.el (reftex-format-label-function):
14484 * textmodes/remember.el (remember-diary-file): Fix custom types.
14485
14486 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
14487 Add :version.
14488
14489 2013-05-09 Leo Liu <sdl.web@gmail.com>
14490
14491 * progmodes/octave.el (inferior-octave-completion-at-point):
14492 Restore file completion. (Bug#14300)
14493 (inferior-octave-startup): Fix incorrect highlighting for the
14494 first prompt.
14495
14496 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14497
14498 * progmodes/ruby-mode.el: First cut at SMIE support.
14499 (ruby-use-smie): New var.
14500 (ruby-smie-grammar): New constant.
14501 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
14502 (ruby-smie--forward-token, ruby-smie--backward-token)
14503 (ruby-smie-rules): New functions.
14504 (ruby-mode-variables): Setup SMIE if applicable.
14505
14506 2013-05-08 Eli Zaretskii <eliz@gnu.org>
14507
14508 * simple.el (line-move-visual): Signal beginning/end of buffer
14509 only if vertical-motion moved less than it was requested. Avoids
14510 silly incorrect error messages when there are display strings with
14511 multiple newlines at EOL.
14512
14513 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14514
14515 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
14516 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
14517 (prolog-char-quote-workaround):
14518 * progmodes/cperl-mode.el (cperl-under-as-char):
14519 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
14520 Mark as obsolete.
14521 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
14522 their declaration.
14523 (vhdl-mode-syntax-table-init): Remove.
14524
14525 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
14526 last change.
14527
14528 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
14529 syntax for "_".
14530 (ld-script-font-lock-keywords):
14531 Change regexps to use things like \_< and \_>.
14532
14533 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
14534 Change all regexps to use things like \_< and \_>.
14535
14536 * progmodes/autoconf.el (autoconf-definition-regexp)
14537 (autoconf-font-lock-keywords, autoconf-current-defun-function):
14538 Handle a _ with symbol syntax.
14539 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
14540
14541 * progmodes/ada-mode.el (ada-mode-abbrev-table):
14542 Consolidate declaration.
14543 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
14544 the declaration.
14545 (ada-create-syntax-table): Remove.
14546 (ada-capitalize-word): Don't mess with the syntax of "_" since it
14547 already has the right syntax nowadays.
14548 (ada-goto-next-word): Don't change the syntax of "_".
14549
14550 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
14551 with-wrapper-hook.
14552
14553 2013-05-08 Sam Steingold <sds@gnu.org>
14554
14555 * thingatpt.el (thing-at-point): Accept optional second argument
14556 NO-PROPERTIES to strip the text properties from the return value.
14557 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
14558 to `thing-at-point' instead of stripping the properties ourselves.
14559 Also, when `thing-at-point' fails to find a url, prepend "http://"
14560 to the filename at point on the assumption that the user is
14561 pointing at something like gnu.org/gnu.
14562
14563 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
14564
14565 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
14566 * faces.el (crm-separator):
14567 Silence byte-compiler.
14568
14569 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
14570 (tool-bar-map): Remove unneeded defvars.
14571
14572 2013-05-08 Leo Liu <sdl.web@gmail.com>
14573
14574 Re-work a fix for bug#10994 based on Le Wang's patch.
14575 * ido.el (ido-remove-consecutive-dups): New helper.
14576 (ido-completing-read): Use it.
14577 (ido-chop): Revert fix for bug#10994.
14578
14579 2013-05-08 Adam Spiers <emacs@adamspiers.org>
14580
14581 * cus-edit.el (custom-save-variables):
14582 Pretty-print long values. (Bug#14187)
14583
14584 2013-05-08 Glenn Morris <rgm@gnu.org>
14585
14586 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
14587 (m4-mode-syntax-table): Init in the defvar.
14588 (m4-mode-abbrev-table): Let define-derived-mode define it.
14589
14590 2013-05-08 Tom Tromey <tromey@redhat.com>
14591
14592 * progmodes/m4-mode.el (m4-mode-syntax-table):
14593 Do not treat "_" as word constituent. (Bug#14167)
14594
14595 2013-05-07 Glenn Morris <rgm@gnu.org>
14596
14597 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
14598 Remove explicit eshell-isearch-cancel-map.
14599
14600 * progmodes/f90.el (f90-smart-end-names): New option.
14601 (f90-smart-end): Doc fix.
14602 (f90-end-block-optional-name): New constant.
14603 (f90-block-match): Respect f90-smart-end-names.
14604
14605 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
14606
14607 * progmodes/octave.el (octave-smie-forward-token): Be more careful
14608 about implicit semi-colons (bug#14218).
14609
14610 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14611
14612 * frame.el (display-monitor-attributes-list)
14613 (frame-monitor-attributes): New functions.
14614
14615 2013-05-06 Leo Liu <sdl.web@gmail.com>
14616
14617 * progmodes/octave.el (octave-syntax-propertize-function): Change
14618 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
14619 (octave-font-lock-keywords): Use octave-operator-regexp.
14620 (octave-completion-at-point): Rename from
14621 octave-completion-at-point-function.
14622 (inferior-octave-directory-tracker): Robustify.
14623 (octave-text-functions): Remove and fix its uses. No such things
14624 any more.
14625
14626 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14627
14628 * emacs-lisp/trace.el (trace--display-buffer): New function.
14629 (trace-make-advice): Use it.
14630
14631 2013-05-06 Juri Linkov <juri@jurta.org>
14632
14633 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
14634 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
14635 Doc fix.
14636 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
14637 in the help string. (Bug#12985)
14638
14639 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
14640
14641 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
14642
14643 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14644
14645 * progmodes/perl-mode.el: Add support for here documents.
14646 (perl-syntax-propertize-function): Match here-doc markers.
14647 (perl-syntax-propertize-special-constructs): Find their end.
14648 (perl-imenu-generic-expression): Use [:alnum:].
14649
14650 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
14651 (advice--add-function): Refresh the advice if already present
14652 (bug#14317).
14653
14654 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
14655
14656 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
14657
14658 2013-05-06 Glenn Morris <rgm@gnu.org>
14659
14660 * w32-fns.el (w32-charset-info-alist): Declare.
14661
14662 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
14663 of its defcustom properties.
14664 (eshell-cmpl-initialize): No need to load pcomplete.
14665
14666 * generic-x.el: No need to require comint when compiling.
14667
14668 * net/eudc-export.el: Make it loadable without bbdb.
14669 (top-level): Use require rather than load-library.
14670 (eudc-create-bbdb-record, eudc-bbdbify-phone)
14671 (eudc-batch-export-records-to-bbdb)
14672 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
14673 Require bbdb.
14674
14675 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14676
14677 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
14678 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
14679 some tweaks, instead.
14680
14681 2013-05-05 Leo Liu <sdl.web@gmail.com>
14682
14683 * progmodes/octave.el (octave-font-lock-keywords)
14684 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
14685 (inferior-octave-send-list-and-digest): Improve error message.
14686 (octave-mode, inferior-octave-mode): Use setq-local.
14687 (octave-help): Set info-lookup-mode.
14688
14689 2013-05-05 Richard Stallman <rms@gnu.org>
14690
14691 * vc/compare-w.el (compare-windows-whitespace):
14692 Treat no-break space as whitespace.
14693
14694 * mail/rmailsum.el (rmail-summary-rmail-update):
14695 Detect empty summary and don't change selected message.
14696 (rmail-summary-goto-msg): Likewise.
14697
14698 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
14699 Doc fixes, rename args.
14700
14701 2013-05-05 Alan Mackenzie <acm@muc.de>
14702
14703 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
14704
14705 2013-05-05 Juri Linkov <juri@jurta.org>
14706
14707 * info.el (Info-read-subfile): Use (point-min) instead of (point)
14708 to not add the length of the summary segment to the return value.
14709 (Bug#14125)
14710
14711 2013-05-05 Leo Liu <sdl.web@gmail.com>
14712
14713 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
14714 (inferior-octave-output-filter): Remove.
14715 (octave-send-region, inferior-octave-startup): Fix callers.
14716 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
14717 (octave-binary-file-extensions): New user variable.
14718 (octave-find-definition): Confirm if opening binary files.
14719 (octave-help-file): Use octave-find-definition to get the binary
14720 confirmation.
14721 (octave-help): Adjust for octave-help-file change.
14722
14723 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
14724
14725 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
14726 Merge the two entries that handle function definitions.
14727 (pascal--syntax-propertize): New const.
14728 (pascal-mode): Use it. Use setq-local.
14729
14730 2013-05-04 Glenn Morris <rgm@gnu.org>
14731
14732 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
14733 (diary-from-outlook): Respect diary-from-outlook-function.
14734
14735 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
14736
14737 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
14738 Move the declaration from C.
14739 (read-minibuffer, eval-minibuffer): Move from C.
14740 (completion-setup-function): Avoid minibuffer-completion-contents.
14741
14742 2013-05-03 Leo Liu <sdl.web@gmail.com>
14743
14744 * progmodes/octave.el (octave-font-lock-keywords): Do not
14745 dehighlight 'end' in comments or strings.
14746 (octave-completing-read, octave-goto-function-definition):
14747 New helpers.
14748 (octave-help-buffer): New user variable.
14749 (octave-help-file, octave-help-function): New button types.
14750 (octave-help): New command and bind it to C-h ;.
14751 (octave-find-definition): New command and bind it to M-.
14752 (user-error): Alias to error if not defined.
14753
14754 2013-05-02 Leo Liu <sdl.web@gmail.com>
14755
14756 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
14757 for \. (bug#14332)
14758 (octave-font-lock-keywords): Include [ and {.
14759
14760 2013-05-02 Leo Liu <sdl.web@gmail.com>
14761
14762 * progmodes/octave.el (inferior-octave-startup-file): Change default.
14763 (inferior-octave): Remove calling comint-mode and return the buffer.
14764 (inferior-octave-startup): Cosmetic changes.
14765
14766 2013-05-02 Leo Liu <sdl.web@gmail.com>
14767
14768 * progmodes/octave.el (octave-syntax-propertize-function):
14769 Include the case when ' is at line beginning. (Bug#14336)
14770
14771 2013-05-02 Glenn Morris <rgm@gnu.org>
14772
14773 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
14774 * desktop.el (vc-dir-mode): Just autoload it here.
14775
14776 2013-05-02 Alan Mackenzie <acm@muc.de>
14777
14778 Eliminate variable c-standard-font-lock-fontify-region-function.
14779 * progmodes/cc-mode.el
14780 (c-standard-font-lock-fontify-region-function): Remove.
14781 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
14782
14783 2013-05-01 Leo Liu <sdl.web@gmail.com>
14784
14785 * progmodes/octave.el: Compatible with older emacs-24 releases.
14786 (inferior-octave-has-built-in-variables): Remove. Built-in
14787 variables were removed from Octave in 2007.
14788 (inferior-octave-startup): Fix uses.
14789 (comint-line-beginning-position): Remove compatibility code for
14790 emacs 21.
14791
14792 2013-05-01 Juri Linkov <juri@jurta.org>
14793
14794 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
14795
14796 2013-05-01 Juri Linkov <juri@jurta.org>
14797
14798 * comint.el (comint-previous-matching-input): Don't print message
14799 "History item: %d" when `isearch-mode' is active.
14800 (comint-history-isearch-message): Print message "History item: %d"
14801 when `comint-input-ring-index' is not empty and this function is
14802 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
14803
14804 2013-05-01 Leo Liu <sdl.web@gmail.com>
14805
14806 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
14807 definitions. Use completion-at-point to insert keywords.
14808 (octave-abbrev-start): Remove.
14809 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
14810
14811 2013-04-30 Leo Liu <sdl.web@gmail.com>
14812
14813 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
14814 change.
14815
14816 2013-04-30 Alan Mackenzie <acm@muc.de>
14817
14818 Handle arbitrarily long C++ member initialisation lists.
14819 * progmodes/cc-engine.el (c-back-over-member-initializers):
14820 new function.
14821 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
14822 (most) member init lists.
14823
14824 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14825
14826 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
14827 variable.
14828
14829 2013-04-30 Leo Liu <sdl.web@gmail.com>
14830
14831 * progmodes/octave.el (octave-variables): Remove. No builtin
14832 variables any more. All converted to functions.
14833 (octave-font-lock-keywords, octave-completion-at-point-function):
14834 Fix uses.
14835 (octave-font-lock-texinfo-comment): New user variable.
14836 (octave-texinfo-font-lock-keywords): New variable for texinfo
14837 comment block.
14838 (octave-function-comment-block): New face.
14839 (octave-font-lock-texinfo-comment): New function.
14840 (octave-mode): Font lock texinfo comment block.
14841
14842 2013-04-29 Leo Liu <sdl.web@gmail.com>
14843
14844 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
14845 indexing expression.
14846 (octave-continuation-string): Do not use \.
14847 (inferior-octave-complete-impossible): Remove.
14848 (inferior-octave-completion-table)
14849 (inferior-octave-completion-at-point): Remove its uses.
14850 (inferior-octave-startup): completion_matches was introduced to
14851 Octave in 1996 so safe to assume it.
14852 (octave-function-file-comment): Improve to follow how Octave does it.
14853 (octave-update-function-file-comment): Tweak.
14854
14855 2013-04-29 Leo Liu <sdl.web@gmail.com>
14856
14857 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
14858 (inferior-octave-startup): Remove inferior-octave-startup-hook.
14859 (octave-function-file-comment): Fix typo.
14860 (octave-sync-function-file-names): Use read-char-choice.
14861
14862 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
14863
14864 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
14865 to t for the less important warnings.
14866
14867 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
14868
14869 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
14870
14871 2013-04-27 Glenn Morris <rgm@gnu.org>
14872
14873 * vc/log-view.el (log-view-current-entry):
14874 Treat "---" separator lines as part of the following rev. (Bug#14169)
14875
14876 2013-04-27 Juri Linkov <juri@jurta.org>
14877
14878 * subr.el (read-number): Doc fix about using it by interactive
14879 code letter `n'. (Bug#14254)
14880
14881 2013-04-27 Juri Linkov <juri@jurta.org>
14882
14883 * desktop.el (desktop-auto-save-timeout): New option.
14884 (desktop-file-checksum): New variable.
14885 (desktop-save): Add optional arg `auto-save' and don't auto-save
14886 if nothing changed.
14887 (desktop-auto-save-timer): New variable.
14888 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
14889 (after-init-hook): Call `desktop-auto-save-set-timer'.
14890 Suggested by Reuben Thomas <rrt@sc3d.org> in
14891 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
14892
14893 2013-04-27 Leo Liu <sdl.web@gmail.com>
14894
14895 * progmodes/octave.el (octave-function-file-p)
14896 (octave-skip-comment-forward, octave-function-file-comment)
14897 (octave-update-function-file-comment): New functions.
14898 (octave-mode-map): Bind C-c ; to
14899 octave-update-function-file-comment.
14900 (octave-mode-menu): Add octave-update-function-file-comment.
14901 (octave-mode, inferior-octave-mode): Fix doc-string.
14902 (octave-insert-defun): Conform to Octave's coding convention.
14903 (Bug#14285)
14904
14905 * files.el (basic-save-buffer): Don't let errors in
14906 before-save-hook prevent saving buffer.
14907
14908 2013-04-20 Roland Winkler <winkler@gnu.org>
14909
14910 * faces.el (read-face-name): Use completing-read if arg multiple
14911 is nil.
14912
14913 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
14914
14915 * ls-lisp.el (ls-lisp-insert-directory): If no files are
14916 displayed, move point to after the totals line.
14917 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
14918 for the details.
14919
14920 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
14921
14922 * emacs-lisp/package.el (package-autoload-ensure-default-file):
14923 Add current dir to the load-path.
14924 (package-generate-autoloads): Don't rely on
14925 autoload-ensure-default-file.
14926
14927 2013-04-26 Reuben Thomas <rrt@sc3d.org>
14928
14929 * textmodes/remember.el (remember-store-in-files): Document that
14930 the file name format is passed to `format-time-string'.
14931
14932 2013-04-26 Leo Liu <sdl.web@gmail.com>
14933
14934 * progmodes/octave.el (octave-sync-function-file-names): New function.
14935 (octave-mode): Use it in before-save-hook.
14936
14937 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
14938
14939 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
14940 (bug#14274).
14941
14942 * progmodes/octave.el (octave-smie-forward-token): Properly skip
14943 \n and comment, even if it's not an implicit ; (bug#14218).
14944
14945 2013-04-26 Glenn Morris <rgm@gnu.org>
14946
14947 * subr.el (read-number): Once more use `read' rather than
14948 `string-to-number', to trap non-numeric input. (Bug#14254)
14949
14950 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
14951
14952 * emacs-lisp/syntax.el (syntax-propertize-multiline):
14953 Use `syntax-multiline' text property consistently instead of
14954 `font-lock-multiline'. (Bug#14237)
14955
14956 2013-04-26 Glenn Morris <rgm@gnu.org>
14957
14958 * emacs-lisp/shadow.el (list-load-path-shadows):
14959 No longer necessary to check for duplicate simple.el, since
14960 2012-07-07 change to init_lread to not include installation lisp
14961 directories in load-path when running uninstalled. (Bug#14270)
14962
14963 2013-04-26 Leo Liu <sdl.web@gmail.com>
14964
14965 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
14966 (octave-mode, inferior-octave-mode): Use setq-local.
14967 (octave-not-in-string-or-comment-p): Rename to
14968 octave-in-string-or-comment-p.
14969 (octave-in-comment-p, octave-in-string-p)
14970 (octave-in-string-or-comment-p): Replace defsubst with defun.
14971
14972 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
14973
14974 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
14975
14976 2013-04-25 Bastien Guerry <bzg@gnu.org>
14977
14978 * textmodes/remember.el (remember-data-directory)
14979 (remember-directory-file-name-format): Fix custom types.
14980
14981 2013-04-25 Leo Liu <sdl.web@gmail.com>
14982
14983 * progmodes/octave.el (octave-completion-at-point-function):
14984 Make use of inferior octave process.
14985 (octave-initialize-completions): Remove.
14986 (inferior-octave-completion-table): New function.
14987 (inferior-octave-completion-at-point): Use it.
14988 (octave-completion-alist): Remove.
14989
14990 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
14991
14992 * progmodes/opascal.el: Use font-lock and syntax-propertize.
14993 (opascal-mode-syntax-table): New var.
14994 (opascal-literal-kind, opascal-is-literal-end)
14995 (opascal-literal-token-at): Rewrite.
14996 (opascal--literal-start-re, opascal-font-lock-keywords)
14997 (opascal--syntax-propertize): New constants.
14998 (opascal-font-lock-defaults): Adjust.
14999 (opascal-mode): Use them. Set comment-<foo> variables as well.
15000 (delphi-comment-face, opascal-comment-face, delphi-string-face)
15001 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
15002 (delphi-other-face, opascal-other-face): Remove face variables.
15003 (opascal-save-state): Remove macro.
15004 (opascal-fontifying-progress-step): Remove constant.
15005 (opascal--ignore-changes): Remove var.
15006 (opascal-set-token-property, opascal-parse-next-literal)
15007 (opascal-is-stable-literal, opascal-complete-literal)
15008 (opascal-is-literal-start, opascal-face-of)
15009 (opascal-parse-region, opascal-parse-region-until-stable)
15010 (opascal-fontify-region, opascal-after-change)
15011 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
15012 (opascal-debug-parse-region, opascal-debug-parse-window)
15013 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
15014 (opascal-debug-fontify-buffer): Remove.
15015 (opascal-debug-mode-map): Adjust accordingly.
15016
15017 2013-04-25 Leo Liu <sdl.web@gmail.com>
15018
15019 Merge octave-mod.el and octave-inf.el into octave.el with some
15020 cleanups.
15021 * progmodes/octave.el: New file renamed from octave-mod.el.
15022 * progmodes/octave-inf.el: Merged into octave.el.
15023 * progmodes/octave-mod.el: Renamed to octave.el.
15024
15025 2013-04-25 Tassilo Horn <tsdh@gnu.org>
15026
15027 * textmodes/reftex-vars.el
15028 (reftex-label-ignored-macros-and-environments): New defcustom.
15029
15030 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
15031
15032 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15033
15034 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
15035 (smie-indent-keyword): Improve the check to ensure that the next
15036 comment is really on the same line.
15037 (smie-indent-comment): Don't align with a subsequent closer (or eob).
15038
15039 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
15040 semi-colons if the line is not otherwise empty (bug#14218).
15041
15042 2013-04-25 Glenn Morris <rgm@gnu.org>
15043
15044 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
15045
15046 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15047
15048 * progmodes/opascal.el (opascal-set-token-property): Rename from
15049 opascal-set-text-properties and only set `token' (bug#14134).
15050 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
15051 (opascal-literal-text-properties): Remove.
15052 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
15053 Adjust callers.
15054
15055 2013-04-24 Reuben Thomas <rrt@sc3d.org>
15056
15057 * textmodes/remember.el (remember-handler-functions): Add an
15058 option for a new handler `remember-store-in-files'.
15059 (remember-data-directory, remember-directory-file-name-format):
15060 New options.
15061 (remember-store-in-files): New function to store remember notes
15062 as separate files within a directory.
15063
15064 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
15065
15066 * progmodes/compile.el (compilation-next-error-function):
15067 Pass "formats" to compilation-find-file (bug#11777).
15068
15069 2013-04-24 Glenn Morris <rgm@gnu.org>
15070
15071 * vc/vc-bzr.el (vc-bzr-print-log):
15072 * vc/vc-hg.el (vc-hg-print-log):
15073 * vc/vc-svn.el (vc-svn-print-log):
15074 Fix START-REVISION with LIMIT != 1. (Bug#14168)
15075
15076 * vc/vc-bzr.el (vc-bzr-print-log):
15077 * vc/vc-cvs.el (vc-cvs-print-log):
15078 * vc/vc-git.el (vc-git-print-log):
15079 * vc/vc-hg.el (vc-hg-print-log):
15080 * vc/vc-mtn.el (vc-mtn-print-log):
15081 * vc/vc-rcs.el (vc-rcs-print-log):
15082 * vc/vc-sccs.el (vc-sccs-print-log):
15083 * vc/vc-svn.el (vc-svn-print-log):
15084 * vc/vc.el (vc-print-log-internal): Doc fixes.
15085
15086 2013-04-23 Glenn Morris <rgm@gnu.org>
15087
15088 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
15089 Remove venerable code attempting to avoid substitute-command-keys.
15090
15091 2013-04-23 Tassilo Horn <tsdh@gnu.org>
15092
15093 * textmodes/reftex-vars.el (reftex-label-regexps):
15094 Call `reftex-compile-variables' after changes to this variable.
15095
15096 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15097
15098 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
15099 Use lexical-binding.
15100 (jit-lock-force-redisplay): Use markers, check buffer's continued
15101 existence and beware narrowed buffers.
15102 (jit-lock-fontify-now): Adjust call accordingly.
15103
15104 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15105
15106 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
15107 to avoid misleading the user.
15108
15109 2013-04-22 Leo Liu <sdl.web@gmail.com>
15110
15111 * info-look.el: Prefer latex2e.info. (Bug#14240)
15112
15113 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
15114
15115 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
15116
15117 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
15118 * net/tramp.el (tramp-call-process): ... here.
15119 (tramp-set-completion-function, tramp-parse-putty):
15120 * net/tramp-adb.el (tramp-adb-execute-adb-command):
15121 * net/tramp-gvfs.el (tramp-gvfs-send-command):
15122 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
15123 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
15124 (tramp-call-local-coding-command): Use `tramp-call-process'
15125 instead of `tramp-compat-call-process'.
15126
15127 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
15128 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
15129 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
15130 (tramp-find-inline-compress): Improve traces.
15131 (tramp-maybe-send-script): Check for Perl binary.
15132 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
15133
15134 2013-04-22 Daiki Ueno <ueno@gnu.org>
15135
15136 * epg.el (epg-context-pinentry-mode): New function.
15137 (epg-context-set-pinentry-mode): New function.
15138 (epg--start): Pass --pinentry-mode option to gpg command.
15139
15140 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
15141
15142 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
15143 `comint-dynamic-complete' is obsolete since 24.1, replaced by
15144 `completion-at-point'. (Bug#13774)
15145
15146 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
15147 default key binding for `describe-distribution' has been moved to
15148 `C-h C-o'. (Bug#13970)
15149
15150 2013-04-21 Glenn Morris <rgm@gnu.org>
15151
15152 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
15153 Add doc strings.
15154 (vc-print-log): Clarify interactive prompt.
15155
15156 2013-04-20 Glenn Morris <rgm@gnu.org>
15157
15158 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15159 No longer include timestamp etc information.
15160
15161 2013-04-20 Roland Winkler <winkler@gnu.org>
15162
15163 * faces.el (read-face-name): Bug fix, return just one face if arg
15164 multiple is nil. (Bug#14209)
15165
15166 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15167
15168 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
15169 (remove-function): Autoload.
15170
15171 * comint.el (comint-redirect-original-filter-function): Remove.
15172 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
15173 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
15174 (vc-cvs-annotate-command):
15175 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
15176 * progmodes/prolog.el (prolog-consult-compile):
15177 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
15178 Use add/remove-function instead.
15179 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
15180 (gud-tooltip-process-output, gud-tooltip-tips):
15181 Use add/remove-function instead.
15182 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
15183 (scheme-interaction-mode, exit-scheme-interaction-mode):
15184 Use add/remove-function instead.
15185
15186 * vc/vc-dispatcher.el: Use lexical-binding.
15187 (vc--process-sentinel): Rename from vc-process-sentinel.
15188 Change last arg to be the code to run. Don't use vc-previous-sentinel
15189 and vc-sentinel-commands any more.
15190 (vc-exec-after): Allow code to be a function. Use add/remove-function.
15191 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
15192
15193 2013-04-19 Masatake YAMATO <yamato@redhat.com>
15194
15195 * progmodes/sh-script.el (sh-imenu-generic-expression):
15196 Handle function names with a single character. (Bug#14111)
15197
15198 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
15199
15200 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
15201 for subroutines defined in an eval (bug#14182).
15202
15203 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15204
15205 * bookmark.el (bookmark-completing-read): Improve handling of empty
15206 string (bug#14176).
15207
15208 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
15209
15210 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
15211
15212 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
15213
15214 New faster Imenu implementation (bug#14058).
15215 * progmodes/python.el (python-imenu-prev-index-position)
15216 (python-imenu-format-item-label-function)
15217 (python-imenu-format-parent-item-label-function)
15218 (python-imenu-format-parent-item-jump-label-function):
15219 New vars.
15220 (python-imenu-format-item-label)
15221 (python-imenu-format-parent-item-label)
15222 (python-imenu-format-parent-item-jump-label)
15223 (python-imenu--put-parent, python-imenu--build-tree)
15224 (python-imenu-create-index, python-imenu-create-flat-index)
15225 (python-util-popn): New functions.
15226 (python-mode): Set imenu-create-index-function to
15227 python-imenu-create-index.
15228
15229 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15230
15231 * winner.el (winner-active-region): Use region-active-p, activate-mark
15232 and deactivate-mark (bug#14225).
15233
15234 * simple.el (deactivate-mark): Don't inline it.
15235
15236 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
15237
15238 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
15239
15240 2013-04-18 Tassilo Horn <tsdh@gnu.org>
15241
15242 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
15243 file extensions from the archive-mode entry in order to prefer
15244 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
15245
15246 2013-04-18 Leo Liu <sdl.web@gmail.com>
15247
15248 * bindings.el (help-event-list): Add ?\?.
15249
15250 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
15251
15252 * subr.el (with-wrapper-hook): Declare obsolete.
15253 * simple.el (filter-buffer-substring-function): New hook.
15254 (filter-buffer-substring): Use it.
15255 (filter-buffer-substring-functions): Mark obsolete.
15256 * minibuffer.el (completion-in-region-function): New hook.
15257 (completion-in-region): Use it.
15258 (completion-in-region-functions): Mark obsolete.
15259 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
15260 * abbrev.el (abbrev-expand-function): New hook.
15261 (expand-abbrev): Use it.
15262 (abbrev-expand-functions): Mark obsolete.
15263 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
15264 and :filter-return.
15265
15266 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15267
15268 * progmodes/python.el (python-nav--syntactically): Fix cornercases
15269 and do not care about match data.
15270
15271 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15272
15273 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
15274 completion tables when completing error conditions and
15275 `declare' arguments.
15276 (lisp-complete-symbol, field-complete): Mark as obsolete.
15277 (check-parens): Unmatched parens are user errors.
15278 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
15279
15280 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
15281
15282 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
15283 command changed buffer (ie. `flyspell-pre-buffer' is not current
15284 buffer), which prevents making decisions based on invalid value of
15285 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
15286 cause an error when `flyspell-pre-point' was nil after switching
15287 buffers.
15288 (flyspell-post-command-hook): No longer needs to change buffers when
15289 checking pre-word. While at it remove unnecessary progn.
15290
15291 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
15292
15293 * textmodes/ispell.el (ispell-add-per-file-word-list):
15294 Fix `flyspell-correct-word-before-point' error when accepting
15295 words and `coment-padding' is an integer by using
15296 `comment-normalize-vars' (Bug #14214).
15297
15298 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15299
15300 New defun movement commands.
15301 * progmodes/python.el (python-nav--syntactically)
15302 (python-nav--forward-defun, python-nav-backward-defun)
15303 (python-nav-forward-defun): New functions.
15304
15305 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
15306
15307 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
15308 (python-syntax-context): Use named compiler-macro for backwards
15309 compatibility with Emacs 24.x.
15310
15311 2013-04-17 Leo Liu <sdl.web@gmail.com>
15312
15313 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
15314 octave-hide-process-buffer.
15315
15316 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
15319 (bug#14216).
15320
15321 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
15322
15323 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
15324 Fix adjustment of offset when receiving incomplete responses from GDB
15325 (bug#14129).
15326
15327 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15328
15329 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
15330 python-mode-abbrev-table.
15331 (python-skeleton-define): Adjust accordingly.
15332 (python-mode-abbrev-table): New table that inherits from it so that
15333 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
15334
15335 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
15336 (abbrev-symbol): Use it.
15337 (abbrev--before-point): Use it since we already handle inheritance.
15338
15339 2013-04-16 Leo Liu <sdl.web@gmail.com>
15340
15341 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
15342 binding to info-lookup-symbol.
15343
15344 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
15345
15346 * minibuffer.el (completion--twq-all):
15347 * term/ns-win.el (ns-initialize-window-system):
15348 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
15349
15350 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15351
15352 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
15353 global bindings.
15354
15355 * doc-view.el (doc-view-start-process): Handle url-handler directories.
15356
15357 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
15358
15359 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
15360 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
15361 to nil.
15362 (ruby-end-of-defun): Remove the unused arg, change the docstring
15363 to reflect that this function is only used as the value of
15364 `end-of-defun-function'.
15365 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
15366 to reflect an earlier change that beginning/end-of-defun functions
15367 jump between methods in a class definition, as well as top-level
15368 functions.
15369
15370 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15371
15372 * minibuffer.el (minibuffer-complete): Don't just scroll
15373 a *Completions* that's been iconified.
15374 (minibuffer-force-complete): Make sure repetitions do cycle when going
15375 through completion-in-region -> minibuffer-complete.
15376
15377 2013-04-15 Alan Mackenzie <acm@muc.de>
15378
15379 Correct the placement of c-cpp-delimiters when there're #s not at
15380 col 0.
15381
15382 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
15383 place a submatch around the #.
15384 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
15385 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
15386 on the #, not BOL.
15387
15388 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15389
15390 * emacs-lisp/nadvice.el: Properly test names when adding advice.
15391 (advice--member-p): New arg `name'.
15392 (advice--add-function, advice-member-p): Use it (bug#14202).
15393
15394 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
15395
15396 Reformulate java imenu-generic-expression.
15397 The old expression contained ill formed regexps.
15398
15399 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
15400 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
15401 (cc-imenu-java-method-arg-regexp): New defconsts.
15402 (cc-imenu-java-build-type-args-regex): New defun.
15403 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
15404 handling of spaces in the regexp.
15405
15406 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15407
15408 * textmodes/ispell.el (ispell-command-loop): Remove
15409 flyspell highlight of a word when ispell accepts it (bug #14178).
15410
15411 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
15412
15413 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
15414 uses code from the previous `ange-ftp-run-real-handler'.
15415 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
15416 only in case that function exist. This is needed for proper
15417 unloading of Tramp.
15418
15419 2013-04-15 Tassilo Horn <tsdh@gnu.org>
15420
15421 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
15422
15423 * textmodes/reftex.el (reftex-compile-variables): Use it.
15424
15425 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15426
15427 * files.el (normal-mode): Only use default major-mode if no other mode
15428 was specified.
15429
15430 * emacs-lisp/trace.el (trace-values): New function.
15431
15432 * files.el: Allow : in local variables (bug#14089).
15433 (hack-local-variable-regexp): New var.
15434 (hack-local-variables-prop-line, hack-local-variables): Use it.
15435
15436 2013-04-13 Roland Winkler <winkler@gnu.org>
15437
15438 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
15439 data before it gets modified by bibtex-beginning-of-entry.
15440
15441 2013-04-13 Roland Winkler <winkler@gnu.org>
15442
15443 * textmodes/bibtex.el (bibtex-url): Doc fix.
15444
15445 2013-04-13 Roland Winkler <winkler@gnu.org>
15446
15447 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
15448 does not visit a BibTeX file, exclude it from the list of buffers
15449 returned by bibtex-initialize.
15450
15451 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
15452
15453 * window.el (split-window): Remove interactive form, since as a
15454 command this function is a special case of split-window-below.
15455 Correct doc string.
15456
15457 2013-04-12 Roland Winkler <winkler@gnu.org>
15458
15459 * faces.el (read-face-name): Do not override value of arg default.
15460 Allow single faces and strings as default values. Remove those
15461 elements from return value that are not faces.
15462 (describe-face): Simplify.
15463 (face-at-point): New optional args thing and multiple so that this
15464 function can provide the same functionality previously provided by
15465 read-face-name.
15466 (make-face-bold, make-face-unbold, make-face-italic)
15467 (make-face-unitalic, make-face-bold-italic, invert-face)
15468 (modify-face, read-face-and-attribute): Use face-at-point.
15469
15470 * cus-edit.el (customize-face, customize-face-other-window)
15471 * cus-theme.el (custom-theme-add-face)
15472 * face-remap.el (buffer-face-set)
15473 * facemenu.el (facemenu-set-face): Use face-at-point.
15474
15475 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
15476
15477 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
15478
15479 2013-04-10 Tassilo Horn <tsdh@gnu.org>
15480
15481 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
15482 off leading { and trailing } from field values.
15483
15484 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
15485
15486 * emacs-lisp/timer.el (timer--check): New function.
15487 (timer--time, timer-set-function, timer-event-handler): Use it.
15488 (timer-set-idle-time): Simplify.
15489 (timer--activate): CSE.
15490 (timer-event-handler): Give more info in error message.
15491 (internal-timer-start-idle): New function, moved from C.
15492
15493 * mpc.el (mpc-proc): Add `restart' argument.
15494 (mpc-proc-cmd): Use it.
15495 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
15496 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
15497 less often.
15498
15499 2013-04-10 Masatake YAMATO <yamato@redhat.com>
15500
15501 * progmodes/sh-script.el: Implement `sh-mode' own
15502 `add-log-current-defun-function' (bug#14112).
15503 (sh-current-defun-name): New function.
15504 (sh-mode): Use the function.
15505
15506 2013-04-09 Bastien Guerry <bzg@gnu.org>
15507
15508 * simple.el (choose-completion-string): Fix docstring (bug#14163).
15509
15510 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15511
15512 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
15513
15514 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
15515 timer (bug#14156).
15516
15517 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
15518
15519 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
15520 declaration.
15521
15522 2013-04-07 Leo Liu <sdl.web@gmail.com>
15523
15524 * pcmpl-x.el: New file.
15525
15526 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
15527
15528 Do not set x-display-name until X connection is established.
15529 This is needed to prevent from weird situation described at
15530 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
15531 * frame.el (make-frame): Set x-display-name after call to
15532 window system initialization function, not before.
15533 * term/x-win.el (x-initialize-window-system): Add optional
15534 display argument and use it.
15535 * term/w32-win.el (w32-initialize-window-system):
15536 * term/ns-win.el (ns-initialize-window-system):
15537 * term/pc-win.el (msdos-initialize-window-system):
15538 Add compatible optional display argument.
15539
15540 2013-04-06 Eli Zaretskii <eliz@gnu.org>
15541
15542 * files.el (normal-backup-enable-predicate): On MS-Windows and
15543 MS-DOS compare truenames of temporary-file-directory and of the
15544 file, so that 8+3 aliases (usually found in $TEMP on Windows)
15545 don't fail comparison by compare-strings. Also, compare file
15546 names case-insensitively on MS-Windows and MS-DOS.
15547
15548 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15549
15550 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
15551 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
15552
15553 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
15554
15555 * whitespace.el (whitespace-color-on, whitespace-color-off):
15556 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
15557
15558 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
15559
15560 * ispell.el (ispell-set-spellchecker-params):
15561 Really set `ispell-args' for all equivs.
15562
15563 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
15564
15565 * ido.el (ido-completions): Use extra elements of ido-decorations
15566 (bug#14143).
15567 (ido-decorations): Update docstring.
15568
15569 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
15570
15571 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
15572 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
15573 nil during initialization, in order not to miss changes since the
15574 file was opened. (Bug#14140)
15575
15576 2013-04-05 Leo Liu <sdl.web@gmail.com>
15577
15578 * kmacro.el (kmacro-call-macro): Fix bug#14135.
15579
15580 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
15581
15582 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
15583
15584 2013-04-04 Glenn Morris <rgm@gnu.org>
15585
15586 * electric.el (electric-pair-inhibit-predicate): Add :version.
15587
15588 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
15589
15590 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
15591 when a package is required several times (bug#14082).
15592
15593 2013-04-04 Roland Winkler <winkler@gnu.org>
15594
15595 * faces.el (read-face-name): Behave as promised by the docstring.
15596 Assume that arg default is a list of faces.
15597 (describe-face): Call read-face-name with list of default faces.
15598
15599 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
15600
15601 * bookmark.el: Fix deletion of bookmarks (bug#13972).
15602 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
15603 (bookmark-bmenu-execute-deletions): Only skip first line if it's
15604 the header.
15605 (bookmark-exit-hook-internal): Save even if list is empty.
15606
15607 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
15608
15609 * emacs-lisp/package.el (package-pinned-packages): New var.
15610 (package--add-to-archive-contents): Obey it (bug#14118).
15611
15612 2013-04-03 Alan Mackenzie <acm@muc.de>
15613
15614 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
15615 Also adapt to the new values of element 7 of a parse state.
15616
15617 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
15618 parameter `not-in-delimiter'. Handle being inside comment opener.
15619 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
15620 character in case we're typing a '*' after a '/'.
15621 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
15622 instead by passing the parameter to c-state-pp-to-literal.
15623
15624 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
15625 for elt. 7 of a parse state.
15626
15627 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
15628
15629 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
15630 * international/latin1-disp.el, international/mule-util.el:
15631 * language/cyril-util.el, language/european.el, language/ind-util.el:
15632 * language/lao-util.el, language/thai.el, language/tibet-util.el:
15633 * language/tibetan.el, language/viet-util.el:
15634 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
15635
15636 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15637
15638 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
15639 (electric-pair-post-self-insert-function): Use it.
15640 (electric-pair-default-inhibit): New function, extracted from
15641 electric-pair-post-self-insert-function.
15642
15643 2013-03-31 Roland Winkler <winkler@gnu.org>
15644
15645 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
15646
15647 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15648
15649 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
15650
15651 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
15652
15653 Un-indent after "pass" and "return" statements (Bug#13888)
15654 * progmodes/python.el (python-indent-block-enders): New var.
15655 (python-indent-calculate-indentation): Use it.
15656
15657 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
15658
15659 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
15660 defun. Defining it as defalias could introduce too eager
15661 byte-compiler optimization. (Bug#14030)
15662
15663 2013-03-30 Chong Yidong <cyd@gnu.org>
15664
15665 * iswitchb.el (iswitchb-read-buffer): Fix typo.
15666
15667 2013-03-30 Leo Liu <sdl.web@gmail.com>
15668
15669 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
15670 (kmacro-execute-from-register): Pass the keyboard macro to
15671 kmacro-call-macro or repeating won't work correctly.
15672
15673 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
15674
15675 * progmodes/subword.el: Back to using `forward-symbol'.
15676
15677 * subr.el (forward-whitespace, forward-symbol)
15678 (forward-same-syntax): Move from thingatpt.el.
15679
15680 2013-03-29 Leo Liu <sdl.web@gmail.com>
15681
15682 * kmacro.el (kmacro-to-register): New command.
15683 (kmacro-execute-from-register): New function.
15684 (kmacro-keymap): Bind to 'x'. (Bug#14071)
15685
15686 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15687
15688 * mpc.el: Use defvar-local and setq-local.
15689 (mpc--proc-connect): Connection failures are not bugs.
15690 (mpc-mode-map): `follow-link' only applies to the buffer's content.
15691 (mpc-volume-map): Bind to the up-events.
15692
15693 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
15694
15695 * progmodes/subword.el (superword-mode): Use `forward-sexp'
15696 instead of `forward-symbol'.
15697
15698 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
15701 (edebug--recursive-edit): Use it.
15702 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
15703 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
15704
15705 2013-03-28 Leo Liu <sdl.web@gmail.com>
15706
15707 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
15708
15709 2013-03-27 Eli Zaretskii <eliz@gnu.org>
15710
15711 * facemenu.el (list-colors-callback): New defvar.
15712 (list-colors-redisplay): New function.
15713 (list-colors-display): Install list-colors-redisplay as the
15714 revert-buffer-function. (Bug#14063)
15715
15716 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15717
15718 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
15719 and suffixes don't overlap (bug#14061).
15720
15721 * case-table.el: Use lexical-binding.
15722 (case-table-get-table): New function.
15723 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
15724
15725 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
15726
15727 * progmodes/subword.el: Add `superword-mode' to do word motion
15728 over symbol_words (parallels and leverages `subword-mode' which
15729 does word motion inside MixedCaseWords).
15730
15731 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
15732
15733 * eshell/em-unix.el: Move su and sudo to...
15734 * eshell/em-tramp.el: ...Eshell tramp module.
15735
15736 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15737
15738 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
15739 Change return value to be a sexp. Delay `get-buffer' to after
15740 restoring the desktop (bug#13951).
15741
15742 2013-03-26 Leo Liu <sdl.web@gmail.com>
15743
15744 * register.el: Move semantic tag handling back to
15745 cedet/semantic/senator.el. (Bug#14052)
15746
15747 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
15750 into the prompt either (bug#13963).
15751
15752 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15753
15754 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
15755 part of "(error-foo)".
15756
15757 2013-03-24 Juri Linkov <juri@jurta.org>
15758
15759 * replace.el (list-matching-lines-prefix-face): New defcustom.
15760 (occur-1): Pass `list-matching-lines-prefix-face' to the function
15761 `occur-engine' if `face-differs-from-default-p' returns t.
15762 (occur-engine): Add `,' inside backquote construct to evaluate
15763 `prefix-face'. Propertize the prefix with the `prefix-face' face.
15764 Pass `prefix-face' to the functions `occur-context-lines' and
15765 `occur-engine-add-prefix'.
15766 (occur-engine-add-prefix, occur-context-lines): Add optional arg
15767 `prefix-face' and propertize the prefix with `prefix-face'.
15768 (Bug#14017)
15769
15770 2013-03-24 Leo Liu <sdl.web@gmail.com>
15771
15772 * nxml/rng-valid.el (rng-validate-while-idle)
15773 (rng-validate-quick-while-idle): Guard against deleted buffer.
15774 (Bug#13999)
15775
15776 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
15777 is the last entry in kill-buffer-hook.
15778
15779 * files.el (kill-buffer-hook): Doc fix.
15780
15781 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
15782
15783 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
15784 Make it safe-local.
15785
15786 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
15787
15788 2013-03-23 Leo Liu <sdl.web@gmail.com>
15789
15790 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
15791 Remove.
15792
15793 * nxml/rng-valid.el (rng-validate-mode)
15794 (rng-after-change-function, rng-do-some-validation):
15795 * nxml/rng-maint.el (rng-validate-buffer):
15796 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
15797 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
15798 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
15799 (nxml-extend-after-change-region): Use with-silent-modifications.
15800
15801 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
15802 timer-idle-list.
15803
15804 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
15805 (rng-next-error-1, rng-previous-error-1): Do not let-bind
15806 timer-idle-list. (Bug#13999)
15807
15808 2013-03-23 Juri Linkov <juri@jurta.org>
15809
15810 * info.el (info-index-match): New face.
15811 (Info-index, Info-apropos-matches): Add a nested subgroup to the
15812 main pattern and add text properties with the new face to matches
15813 in index entries relative to the beginning of the index entry.
15814 (Bug#14015)
15815
15816 2013-03-21 Eric Ludlam <zappo@gnu.org>
15817
15818 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
15819 Inhibit read only while inserting objects.
15820
15821 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
15822
15823 * progmodes/cfengine.el: Update docs to mention
15824 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
15825 symbol motion. Remove "_" from the word syntax.
15826
15827 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
15828
15829 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
15830 syntax for both `cfengine2-mode' and `cfengine3-mode'.
15831
15832 2013-03-20 Juri Linkov <juri@jurta.org>
15833
15834 * info.el (Info-next-reference-or-link)
15835 (Info-prev-reference-or-link): New functions.
15836 (Info-next-reference, Info-prev-reference): Use them.
15837 (Info-try-follow-nearest-node): Handle footnote navigation.
15838 (Info-fontify-node): Fontify footnotes. (Bug#13989)
15839
15840 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15841
15842 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
15843 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
15844
15845 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
15846
15847 Suppress unnecessary non-ASCII chatter during build process.
15848 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
15849 (batch-skkdic-convert): Suppress most of the chatter.
15850 It's not needed so much now that machines are faster,
15851 and its non-ASCII component was confusing; see Dmitry Gutov in
15852 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
15853
15854 2013-03-20 Leo Liu <sdl.web@gmail.com>
15855
15856 * ido.el (ido-chop): Fix bug#10994.
15857
15858 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15859
15860 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
15861 Remove vars.
15862 (whitespace-color-on, whitespace-color-off):
15863 Use `font-lock-fontify-buffer' (Bug#13817).
15864
15865 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15866
15867 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
15868 remapping in mode-line.
15869 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
15870
15871 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
15872
15873 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
15874 value for `whitespace-line' face (Bug#13875).
15875 (whitespace-font-lock-keywords): Change description.
15876 (whitespace-color-on): Don't save `font-lock-keywords' value, save
15877 the constructed keywords instead.
15878 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
15879
15880 2013-03-19 Leo Liu <sdl.web@gmail.com>
15881
15882 * progmodes/compile.el (compilation-display-error): New command.
15883 (compilation-mode-map, compilation-minor-mode-map): Bind it to
15884 C-o. (Bug#13992)
15885
15886 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15887
15888 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
15889
15890 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
15891
15892 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
15893
15894 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
15895
15896 * net/tramp-compat.el (tramp-compat-user-error): New defun.
15897
15898 * net/tramp-adb.el (tramp-adb-handle-shell-command):
15899 * net/tramp-gvfs.el (top):
15900 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
15901 (tramp-handle-shell-command): Use it.
15902 (tramp-dissect-file-name): Raise an error when hostname is a
15903 method name, and neither method nor user is specified.
15904
15905 * net/trampver.el: Update release number.
15906
15907 2013-03-18 Leo Liu <sdl.web@gmail.com>
15908
15909 Make sure eldoc can be turned off properly.
15910 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
15911 eldoc-mode.
15912 (eldoc-display-message-p): Revert last change.
15913 (eldoc-display-message-no-interference-p)
15914 (eldoc-print-current-symbol-info): Tweak.
15915
15916 2013-03-18 Tassilo Horn <tsdh@gnu.org>
15917
15918 * doc-view.el (doc-view-new-window-function): Check the new window
15919 overlay's display property instead the char property of the
15920 buffer's first char. Use `with-selected-window' instead of
15921 `save-window-excursion' with `select-window'.
15922 (doc-view-document->bitmap): Check the current doc-view overlay's
15923 display property instead the char property of the buffer's first char.
15924
15925 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
15926
15927 Automate the build of ja-dic.el (Bug#13984).
15928 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
15929 from the input, rather than assume that it's been done for us by the
15930 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
15931 the current date into a ja-dic.el comment, as that complicates
15932 regression testing.
15933
15934 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
15935
15936 * whitespace.el: Fix double evaluation.
15937 (whitespace-space, whitespace-hspace, whitespace-tab)
15938 (whitespace-newline, whitespace-trailing, whitespace-line)
15939 (whitespace-space-before-tab, whitespace-indentation)
15940 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
15941 obsolete defvars.
15942 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
15943 (whitespace-color-on): Use a single font-lock-add-keywords call.
15944 Fix double-evaluation of face variables.
15945
15946 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
15947
15948 * net/tramp-adb.el (tramp-adb-parse-device-names):
15949 Use `start-process' instead of `call-process'. Otherwise, the
15950 function might be blocked under MS Windows. (Bug#13299)
15951
15952 2013-03-17 Leo Liu <sdl.web@gmail.com>
15953
15954 Extend eldoc to display info in the mode-line. (Bug#13978)
15955 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
15956 (eldoc-mode-line-string): New variable.
15957 (eldoc-minibuffer-message): New function.
15958 (eldoc-message-function): New variable.
15959 (eldoc-message): Use it.
15960 (eldoc-display-message-p)
15961 (eldoc-display-message-no-interference-p):
15962 Support eldoc-post-insert-mode.
15963
15964 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
15965 (eval-expression): Run it.
15966
15967 2013-03-17 Roland Winkler <winkler@gnu.org>
15968
15969 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
15970 strings in the list of return values.
15971
15972 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
15973
15974 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
15975 radix before checking for HMS forms.
15976
15977 2013-03-16 Leo Liu <sdl.web@gmail.com>
15978
15979 * progmodes/scheme.el: Add indentation and font-locking for λ.
15980 (Bug#13975)
15981
15982 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
15983
15984 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
15985 token before point (bug#13942).
15986
15987 2013-03-16 Leo Liu <sdl.web@gmail.com>
15988
15989 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
15990
15991 2013-03-16 Eli Zaretskii <eliz@gnu.org>
15992
15993 * startup.el (command-line-normalize-file-name): Fix handling of
15994 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
15995 <xfq.free@gmail.com> in
15996 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
15997
15998 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
15999
16000 Sync with Tramp 2.2.7.
16001
16002 * net/trampver.el: Update release number.
16003
16004 2013-03-14 Tassilo Horn <tsdh@gnu.org>
16005
16006 * doc-view.el: Fix bug#13887.
16007 (doc-view-insert-image): Don't modify overlay associated to
16008 non-live windows, and implement horizontal centering of image in
16009 case it's smaller than the window.
16010 (doc-view-new-window-function): Force redisplay of new windows on
16011 doc-view buffers.
16012
16013 2013-03-13 Karl Fogel <kfogel@red-bean.com>
16014
16015 * saveplace.el (save-place-alist-to-file): Don't sort
16016 `save-place-alist', just pretty-print it (bug#13882).
16017
16018 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
16019
16020 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
16021 Check whether `default-file-name-coding-system' is bound.
16022 It isn't in XEmacs.
16023
16024 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16025
16026 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
16027 backquotes for `obsolete' (bug#13929).
16028
16029 * international/mule.el (find-auto-coding): Include file name in
16030 obsolescence warning (bug#13922).
16031
16032 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
16033
16034 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
16035 for CFEngine 3-specific indentation.
16036 (cfengine3-indent-line): Use it. Fix up category regex.
16037 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
16038
16039 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16040
16041 * type-break.el (type-break-file-name):
16042 * textmodes/remember.el (remember-data-file):
16043 * strokes.el (strokes-file):
16044 * shadowfile.el (shadow-initialize):
16045 * saveplace.el (save-place-file):
16046 * ps-bdf.el (bdf-cache-file):
16047 * progmodes/idlwave.el (idlwave-config-directory):
16048 * net/quickurl.el (quickurl-url-file):
16049 * international/kkc.el (kkc-init-file-name):
16050 * ido.el (ido-save-directory-list-file):
16051 * emulation/viper.el (viper-custom-file-name):
16052 * emulation/vip.el (vip-startup-file):
16053 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
16054 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
16055
16056 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
16057
16058 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
16059 * language/thai-word.el: Switch to UTF-8.
16060
16061 See ChangeLog.16 for earlier changes.
16062
16063 ;; Local Variables:
16064 ;; coding: utf-8
16065 ;; End:
16066
16067 Copyright (C) 2011-2014 Free Software Foundation, Inc.
16068
16069 This file is part of GNU Emacs.
16070
16071 GNU Emacs is free software: you can redistribute it and/or modify
16072 it under the terms of the GNU General Public License as published by
16073 the Free Software Foundation, either version 3 of the License, or
16074 (at your option) any later version.
16075
16076 GNU Emacs is distributed in the hope that it will be useful,
16077 but WITHOUT ANY WARRANTY; without even the implied warranty of
16078 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16079 GNU General Public License for more details.
16080
16081 You should have received a copy of the GNU General Public License
16082 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.